@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
    border: none;
}
html, body {
    height: 100%;
}
body {
    font-family: 'poppins', sans-serif;
}
img {
    max-width: 100%;
    border: none;
}
a {
    text-decoration: none;
    color: #242424;
}
a:hover {
    color: #bdbdbd;
}
a:focus {
    outline: none;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
.row {
    width: 100%;
    float: left;
}
.center {
	text-align:center;
}
.clear {
    clear: both;
}
/*main----------------------------*/
.wrapper {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
}
.report-row{
width: 100%;
    float: left;
    padding: 20px 0;
}
.report-row h2 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
.report-row h2:after {
    background: #00a4e3;
    bottom: 3px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 30%;
}
.about-row{
   width: 100%;
    float: left;
    /* padding: 80px 0; */
    /* background: #f6efe2; */
    background-color: #9cccdc;
    padding: 25px;
    text-align: left;
    padding-top: 55px;
    padding-bottom: 55px;
}

.about-left{
	width: 48%;
    float: left;
}
.title {
    font-size: 15px;
    color: #7b7b7b;
    text-align: center;
    padding-bottom: 20px;
    background: url(../images/title-line.png) center bottom no-repeat;
}
.title2 {
    color: #666;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    border-top: 1px solid #7eacbb;
    border-bottom: 1px #7eacbb solid;
    padding: 11px;
}
.about-left p {
    font-size: 14px;
    color: #2f2f2f;
    line-height: 22px;
    margin-bottom: 20px;
}

.about-right {
    width: 48% !important;
    float: right !important;
    text-align: right;
}
.cercel{
         border: 2px solid #a5e6fb;
    /* padding: 30px 19px; */
    border-radius: 100%;
    width: 100px;
    margin-left: 20%;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.cercel span {
    font-weight: bold;
    font-size: 16px;
}
.font-text h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    padding-top: 35px;
}
.font-text p {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
}
.susbg {
    background-color: #530058;
    padding: 0px 20px;
    border-radius: 10px;
    color: #bfb8b8;
    float: left;
}
.susbg p {
    color: #bfb8b8 !important;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}
.section-title h5 {
    font-size: 23px;
    line-height: 50px;
    color: #635f5f;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 35px;
    border-top: 2px solid #8c8c8c;
    width: 100%;
    border-bottom: 2px solid #8c8c8c;
    padding-bottom: 21px;
    padding-top: 6px;
}
.section-title p {
    padding: 18px 150px 18px 150px;
    line-height: 25px;
}
#more-features {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

.section-bg {
    background: #eff5f5;
}
#more-features .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    transition: 0.4s;
    height: 415px;
}
#more-features .icon {
    float: left;
}
#more-features h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#more-features .title {
    text-align: center;
    text-transform: uppercase;
    color: #0277af;
    font-weight: bold;
    background: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box p {
    font-size: 13px;
    color: #989292;
    line-height: 20px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.blog-row{
	width: 100%;
    float: left;
    padding: 20px 0;
}
.blog-row h2 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
	    text-align: left;
}
.blog-row h2:after {
    background: #00a4e3;
    bottom: 3px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 30%;
}


.nb-footer .dummy-logo img {
    width: 200px;
}
.site-footer {
    background: #262933;
    padding: 1.5rem 0 0 0;
    float: left;
    width: 100%;
}
.blog-col.thumbnail img {
    width: 100%;
	-webkit-transition: all .5s!important;
    -o-transition: all .5s!important;
    transition: all .5s!important;
	height: 175px;
}
.blog-col.thumbnail:hover img {
	transform: scale(1.1)!important;
}
.img-helder{
	overflow:hidden;
}
.blog-col.thumbnail {
    padding: 0;
}
.category {
    background: #e91916;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    padding: 7px 10px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: baseline;
    margin: 20px;
}
.post-date{
    margin-bottom: .375rem!important;
    font-size: .875rem;
    line-height: 1.4;
    font-style: italic;
    color: #222;
	margin: 0 20px;
}
.blog-title{
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 500;
    margin: 10px 20px;
}
.blog-text{
	margin: 10px 20px;
	font-size: 13px;
}
.blog-col.thumbnail a{
	background-color: #2a3374;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    margin: 9px 0 15px 20px;
}
.contact-row{
	width:100%;
	float:left;
	/*background:url(https://www.chemintel360.com/images/contact-bg.jpg) no-repeat;*/
        background-color:#103050;
	background-attachment:fixed;
	background-size:cover;
	padding:100px 0;
	color:#fff;
}
.contact-form h3 {
    color: #337ab7;
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
}
.contact-map{
	width:100%;
	float:left;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 25%;
  top: -20%;
  line-height: 28px;
  font-size: 43px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 25%;
    top: -20%;
    line-height: 28px;
    font-size: 43px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

/*contact section*/
.lead {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'PT Serif', serif;
    color: #272d2c;
    margin-bottom: 40px;
}


.form-group {
    margin-bottom: 5px;
}

.form-control {
    border-radius: 0px;
    color: #6b6c6d;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 52px;
    padding: 0px;
    line-height: 1.42857143;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #cbcfce;
    background-color: transparent;
    letter-spacing: 0px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.form-control:focus {
    color: #34b2a4 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-color: #34b2a4;
    font-size: 12px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

input[type=checkbox],
input[type=radio] {
    margin: 8px 0 0;
    margin-top: 12px;
    line-height: normal;
}

input::-webkit-input-placeholder {
    color: #6b6c6d !important;
}

input:focus::-webkit-input-placeholder {
    color: #34b2a4 !important;
    bottom: 20px;
    position: relative;
}

textarea::-webkit-input-placeholder {
    color: #6b6c6d !important;
}

textarea:focus::-webkit-input-placeholder {
    color: #34b2a4 !important;
    bottom: 20px;
    position: relative;
    font-size: 12px;
}

.input-group-addon {
    background-color: transparent;
    border: 1px solid #34b2a4;
    border-radius: 0px;
}

.focus {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #cbcfce;
    background-color: #fff;
}

.focus:focus {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #cbcfce;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control {
    border-color: #3c763d;
    background-color: #fff;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #3c763d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #a94442;
    background-color: #fff;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #34b2a4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon:last-child {
    border-left: 0;
    border-right: transparent;
    border-top: transparent;
}

.input-group-addon i {
    color: #34b2a4;
}

option {
    color: #6b6c6d;
}

hr {
    border-top: 1px solid #e4e9e8;
    margin-bottom: 40px;
    margin-top: 40px;
}
.mb60{margin-bottom:60px;}
.btn {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 11px 30px;
    border-radius: 6px;
    line-height: 1.8;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    word-wrap: break-word;
    white-space: normal !important;
}

.btn-primary {
    background-color: #f8591b;
    color: #fff;
    border: 1px solid #f8591b;
}

.btn-primary:hover {
    background-color: #e64c10;
    color: #fff;
    border: 1px solid #e64c10;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #e64c10;
    color: #fff;
    border: 1px solid #e64c10;
}
.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pdt20 {
    padding-top: 20px;
}

.contact-pageheader {
    position: relative;
    background: rgba(145, 238, 226, 1);
    background: -moz-linear-gradient(left, rgba(145, 238, 226, 1) 0%, rgba(145, 238, 226, 1) 22%, rgba(145, 238, 226, 1) 31%, rgba(145, 238, 226, 1) 39%, rgba(57, 196, 182, 1) 71%, rgba(57, 196, 182, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(145, 238, 226, 1)), color-stop(22%, rgba(145, 238, 226, 1)), color-stop(31%, rgba(145, 238, 226, 1)), color-stop(39%, rgba(145, 238, 226, 1)), color-stop(71%, rgba(57, 196, 182, 1)), color-stop(100%, rgba(57, 196, 182, 1)));
    background: -webkit-linear-gradient(left, rgba(145, 238, 226, 1) 0%, rgba(145, 238, 226, 1) 22%, rgba(145, 238, 226, 1) 31%, rgba(145, 238, 226, 1) 39%, rgba(57, 196, 182, 1) 71%, rgba(57, 196, 182, 1) 100%);
    background: -o-linear-gradient(left, rgba(145, 238, 226, 1) 0%, rgba(145, 238, 226, 1) 22%, rgba(145, 238, 226, 1) 31%, rgba(145, 238, 226, 1) 39%, rgba(57, 196, 182, 1) 71%, rgba(57, 196, 182, 1) 100%);
    background: -ms-linear-gradient(left, rgba(145, 238, 226, 1) 0%, rgba(145, 238, 226, 1) 22%, rgba(145, 238, 226, 1) 31%, rgba(145, 238, 226, 1) 39%, rgba(57, 196, 182, 1) 71%, rgba(57, 196, 182, 1) 100%);
    background: linear-gradient(to right, rgba(145, 238, 226, 1) 0%, rgba(145, 238, 226, 1) 22%, rgba(145, 238, 226, 1) 31%, rgba(145, 238, 226, 1) 39%, rgba(57, 196, 182, 1) 71%, rgba(57, 196, 182, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91eee2', endColorstr='#39c4b6', GradientType=1);
    margin-bottom: 70px;
}

.contact-caption {
    position: relative;
    top: 180px;
}

.contact-title {
    font-family: 'PT Serif', serif;
    font-size: 50px;
    font-style: italic;
    margin-bottom: 40px;
    line-height:80px;
}

.contact-caption-text {
    font-size: 23px;
    color: #272d2c;
}

#contact-map {
    height: 450px;
    width: 100%;
    position: relative;
}

.contact-form {
    background-color: #fff;
    padding: 30px;
    text-align: center;
        float: left;
    bottom: 0px;
    top: 100px;
    -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
}

.contact-section {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e9e8;
}

.contact-section .contact-icon {
    float: left;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 25px;
    color: #34b2a4;
    padding-right: 20px;
    position: initial;
}

.contact-section .contact-info {
    padding-top: 10px;
    font-weight: 700;
}

.contact-social {}

.contact-social ul {}

.contact-social ul li {
    float: left;
}

.contact-social ul li a {
    font-size: 16px;
    padding-right: 10px;
    color: #6b6c6d;
}

.contact-social ul li a:hover {
    color: #0084bf;
}

.location-block {
    border-radius: 2px;
    border: 1px solid #eaeaea;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}

.location-content {}

.location-block ul {}

.location-block ul li {
    line-height: 2.2;
    font-size: 15px;
}

.location-icon {
    color: #0084bf;
    padding-right: 10px;
    font-size: 15px;
}

/*footer*/
.nb-footer{
  background: #0e2c52;
  padding-bottom: 75px;
}
.nb-footer .footer-single{
  margin-top: 30px;
}
.nb-footer .footer-title{
    display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a{
	text-decoration: none;
}

.nb-footer .footer-single h2{
    color: #eee;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  border-bottom: 2px solid #fbb03b;
  padding-bottom: 5px;
  margin-bottom: -2px;
}
.nb-footer .footer-single li{
  border-top: solid 1px #a0a0a0;
}
.nb-footer .footer-single li:first-child{
  border-top: none;
}
.nb-footer .footer-single li a{
  color: #979797;
  font-size: 12px;
  padding: 6px 0px;
  display: block;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover{
  color: #7BFF00;
}
.nb-footer .footer-single li a:hover i{
  color: #7BFF00;
}
.nb-footer .dummy-logo {
    margin-top: 11px;
    padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
    margin-right: 10px;
    border-radius: 20px;
    margin-top: 24px;
}
.nb-footer .brand {
    background: #fbb03b;
}
.nb-footer .dummy-logo i {
    font-size: 50px;
    color: #fff;
    padding: 5px;
}
.nb-footer .dummy-logo p {
    color: #999;
    font-size: 12px;
}
.nb-footer .dummy-logo h2 {
    font-size: 24px !important;
    border-bottom: none;
    color: #696969;
    padding: 5px 0;
}
.nb-footer .btn-footer{
  border: 1px solid #7BFF00;
  margin-top: 10px;
  color: #999;
}
.nb-footer .btn-footer:hover{
  background: #7BFF00;
  color: #fff;
  transition:all 0.4s ease-in-out;

}
.nb-footer .useful-links li a{
  text-transform: uppercase;
}
.nb-footer .footer-project a{
  font-size: 13px;
}
.nb-footer .footer-project img{
  margin-bottom: 20px;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 1px;
  opacity: 0.7;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-project img:hover{
  opacity: 1.0;
  cursor: pointer;
}
.nb-footer .footer-project .footer-title{
  margin-top: 0;
}
.nb-footer .footer-single p, .footer-single address{
    color: #979797;
  font-size: 14px;
  margin-top: 5px;
  line-height: 22px;
}
.nb-copyright{
  background: #171717;
  padding-bottom: 10px;
}
 .nb-copyright .copyrt{
  margin-top: 22px;
  font-size: 14px;
}
.nb-copyright .copyrt a{
  color: #fbb03b;
}
.nb-copyright .footer-social{
	margin-top: 10px;
}
.nb-copyright .footer-social i{
  padding: 5px 10px;
  color: #999;
  border: 1px solid #333;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 5px;
  transition:all 0.4s ease-in-out;
}
.nb-copyright .footer-social i:hover{
  background: #7BFF00;
  color: #fff;
}
.nb-copyright .footer-social .fa-facebook{
  padding: 5px 14px;
}
.form-subscribe
{
  max-width:600px;
  margin:0 auto
}
.form-subscribe .form-control
{
  background-color: hsla(0,0%,100%,.8);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    font-size: 13px !important;
    text-transform: capitalize;
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn
{
  border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    background: #fbb03b;
    border-color: #fbb03b;
    height: 46.5px;
    font-size: 13px !important;
    color: #fff;
    font-weight: bold !important;
}
.wrap.relative.z2.caption-banner {
    position: absolute;
}
.row.re-row {
   margin: auto auto 25px auto !important;
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 20px;
}
.rm-btn {
    display: block!important;
    background: #5b9bd5!important;
    color: #fff!important;
	border:1px solid #333!important;
	margin-top: 12px;
}
.report-banner-right-img {
    width: 40%;
    float: right;
    text-align: right;
    padding: 0;
}
.report-banner-left-text {
    width: 45%;
    float: left;
}
.single-blog-post {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
}
.single-blog-post .blog-image {
    position: relative;
}
.single-blog-post .blog-image a {
    display: block;
}
.single-blog-post .blog-image a img {
    max-width: 100%;
    height: auto;
}
.blog-post-content {
    position: relative;
    padding-left: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
    border: 1px solid #eee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	
}
.post_type {
    position: absolute;
    top: -10px;
    left: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 2px 10px;
	    background-color: #44ce6f;
}
.blog-post-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.blog-post-content h3 a:hover{
color: #44ce6f;
text-decoration:none;
}
.blog-post-content h3 a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: block;
}
.blog-post-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
}
.blog-post-content ul li {
    display: inline-block;
    color: #666;
    margin-right: 10px;
}
.blog-post-content ul li i {
    padding-right: 3px;
	color: #44ce6f;
	
}
.blog-post-content ul li a {
    text-transform: capitalize;
	color: #44ce6f;
	font-weight:bold;
}
.blog-post-content p {
    margin-bottom: 10px;
	color: #666666;
	line-height: 1.8;
}
.blog-post-content:hover {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.blog-col {
    margin-bottom: 3%;
	}
.widget-area {
    padding-left: 15px;
}
.widget-area .widget:first-child {
    margin-top: 0;
}
.widget-area .widget_search form {
    position: relative;
}
.widget-area .widget_search form label {
    display: block;
	color: #0e314c;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
	display: none !important;
}
.widget-area .widget_search form .search-field {
    background-color: #f8f8f8;
    border-color: #eee;
    height: 50px;
    padding: 6px 18px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
}
    
.widget-area .widget_search form .search-submit {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    font-size: 15px;
    height: 50px;
    padding: 0 20px;
	background-color: #44ce6f;
}
.widget-area .widget .widget-title {
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.widget-area .widget ul {
    padding-left: 17px;
    list-style-type: none;
}
.widget-area .widget ul li {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.8;
    padding: 0;
}
.widget-area .widget ul li::before {
    height: 7px;
    width: 7px;
    content: '';
    left: -17px;
    top: 12px;
    position: absolute;
	background-color: #44ce6f;
}
.widget-area .widget_categories ul li a {
    text-transform: capitalize;
	color: #484848;
	
}
span.post-count {
    float: right;
}
.widget-area .tagcloud a {
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px !important;
    color: #555;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
}
.widget-area .widget_categories ul li a:hover {
color: #44ce6f;
text-decoration:none;
font-weight:bold;
}
.widget-area .tagcloud a:hover {
    color: #fff;
	background-color: #44ce6f;
	text-decoration:none;
}
.blog-details {
    background: #ffffff;
    border: 1px solid #eee;
}
.blog-details .article-img {
    position: relative;
    border-bottom: 1px solid #eee;
}
.blog-details .article-content {
    padding: 30px;
	overflow: hidden;
}
.blog-details .article-content .entry-meta {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
	list-style: disc;
}
.blog-details .article-content .entry-meta li {
    display: inline-block;
    margin-right: 15px;
    color: #777;
    margin-bottom: 0;
}
.blog-details .article-content .entry-meta li i {
    padding-right: 3px;
    font-style: normal;
	color: #44ce6f;
}
.blog-details .article-content .entry-meta li a {
    color: #777;
}
.blog-details .article-content .entry-meta p{
    color: #666666;
	line-height: 1.8;
    margin-bottom: 15px;
}
.blog-details blockquote {
    background: #fafafa;
    padding: 30px 30px 30px 65px !important;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    margin: 20px 0;
}
.blog-details blockquote::before {
    font-family: "FontAwesome";
    content: "\f10d";
    position: absolute;
    left: 30px;
    top: 35px;
    font-size: 25px;
    font-style: normal;
	    color: #44ce6f;
}
 .blog-details ul.category {
    padding: 0;
    margin: 10px 0 0;
    list-style-type: none;
    clear: both;
	background: none;
}
.blog-details ul.category li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0;
	list-style: disc;
    line-height: 1.8;
}
.blog-details ul.category li a {
    border: 1px solid #44ce6f;
    color: #44ce6f;
    padding: 5px;
    text-align: center;
}
.blog-details .article-content b, .blog-details .article-content strong {
    font-weight: 600;
    color: #212529;
}
#comments {
    clear: both;
    padding: 0;
    list-style: none;
}
.comment-respond {
    background: #fafafa;
    padding: 30px 25px;
    overflow: hidden;
    border: 1px solid #eee;
}
.blog-details-area .comments-area h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.comment-respond .comment-reply-title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
    font-weight: 600;
}
.comment-respond p.comment-notes {
    line-height: 26px;
    font-size: 15px;
    margin-top: 5px;
}
.comment-respond p.comment-form-author {
    width: 50%;
    float: left;
    padding-right: 12px;
}
.comment-respond p {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 20px;
}
.comment-respond p.comment-form-email {
    width: 50%;
    float: left;
    padding-left: 12px;
}
.comment-respond p.comment-form-url {
    float: left;
    width: 100%;
}
.comment-respond p.comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
}
.comment-respond p.form-submit {
    float: left;
    width: 100%;
	text-align: left;
}
.comment-respond label {
    display: block;
    font-weight: 500;
    color: #444967;
    margin-bottom: 10px;
}

.comment-respond input[type="date"], .comment-respond input[type="time"], .comment-respond input[type="datetime-local"], .comment-respond input[type="week"], .comment-respond input[type="month"], .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="password"], .comment-respond input[type="search"], .comment-respond input[type="tel"], .comment-respond input[type="number"], .comment-respond textarea {
    background-image: none;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}
.comment-respond  textarea {
    overflow: auto;
    resize: vertical;
}
.blog-details img {
    width: 100%;
}
.comment-respond p.comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
}
.comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    line-height: 56px;
    font-weight: normal;
}
.comment-respond p.comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 3px;
}
.comment-respond .form-submit input {
    border: 1px solid;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .5s;
    -webkit-transition: .5s;
	background: #44ce6f;
}

.comment-respond .form-submit input:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.blog-row {
    width: 100%;
    float: left;
    text-align: center;
    padding: 80px 0 !important;
}
.rec-repo .medium-12 {
    width: 100% !important;
}
.rec-repo .report-popular:nth-child(odd) {
    padding-right:0!important;
}
.panel-group {
    margin-bottom: 0!important;
    margin-top: 2px!important;
}
       .panel {
            border-width: 0 0 1px 0;
            border-style: solid;
            border-color: #fff;
            background: none;
            box-shadow: none;
        }
        
        .panel:last-child {
            border-bottom: none;
        }
        
        .panel-group > .panel:first-child .panel-heading {
            border-radius: 4px 4px 0 0;
        }
        
        .panel-group .panel {
            border-radius: 0;
			border: 1px solid #00a4e3 !important;
        }
        
        .panel-group .panel + .panel {
            margin-top: 0;
        }
        
        .panel-heading {
            background-color:#f1f1f1;
            border-radius: 0;
            border: none;
            color: #fff;
            padding: 5px !important;
        }
        
        .panel-title a {
            display: block;
    color: #000 !important;
    padding: 5px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
        }
        
        .panel-body {
            background: #fff;
        }
        
        .panel:last-child .panel-body {
            border-radius: 0 0 4px 4px;
        }
        
        .panel:last-child .panel-heading {
            border-radius: 0 0 4px 4px;
            transition: border-radius 0.3s linear 0.2s;
        }
        
        .panel:last-child .panel-heading.active {
            border-radius: 0;
            transition: border-radius linear 0s;
        }
        /* #bs-collapse icon scale option */
        
        .panel-heading a:before {
            content: '\f078';
    position: absolute;
    font-family: 'FontAwesome';
    right: 5px;
    top: 5px;
    font-size: 12px;
    transition: all 0.5s;
    transform: scale(1);
        }
        
        .panel-heading.active a:before {
            content: ' ';
            transition: all 0.5s;
            transform: scale(0);
        }
        
        #bs-collapse .panel-heading a:after {
            content: ' ';
            font-size: 24px;
            position: absolute;
            font-family: 'FontAwesome';
            right: 5px;
            top: 10px;
            transform: scale(0);
            transition: all 0.5s;
        }
        
        #bs-collapse .panel-heading.active a:after {
            content: '\e909';
            transform: scale(1);
            transition: all 0.5s;
        }
        /* #accordion rotate icon option */
        
        #accordion .panel-heading a:before {
            content: '\e316';
            font-size: 24px;
            position: absolute;
            font-family: 'Material Icons';
            right: 5px;
            top: 10px;
            transform: rotate(180deg);
            transition: all 0.5s;
        }
        
        #accordion .panel-heading.active a:before {
            transform: rotate(0deg);
            transition: all 0.5s;
        }


form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 77%;
  background: #f1f1f1;
margin-right:8px;
}

form.example button {
  float: left;
  width: 12%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  text-align:center;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.row.sl-dw {
    margin: 0 0 21px 0 !important;
    padding-left: 4px;
}
.row.sl-dw h3 {
    margin-top: 0;
    /* margin-bottom: 10px; */
}
.row.sl-dw label {
    width: auto;
}
.row.sl-dw select {
    border: 1px solid #ccc;
    padding: 10px;
    font-weight: bold !important;
}
.row.sl-dw .col.small-12.medium-4 {
    text-align: right;
}
.price-col {
        width: 100%;
    float: left;
    background: #f1c84f;
    padding: 0;
}
.price-col h4 {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
	color:#484848;
}
.radio-list {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
	border-bottom: 2px solid #f1c84f;
    position: relative;
}
.radio-list:after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    content: "";
    display: block;
    margin: 0 auto 0 -30px;
    width: 0;
    height: 0;
    border-color: #f1c84f transparent transparent;
    border-style: solid;
    border-width: 14px 30px 0;
    border-color: #f1c84f rgba(241,200,79,0) transparent;
}
.radio-list li {
    width: 100%;
    float: left;
    /* margin-bottom: 5px; */
    padding: 0 10px;
    font-size: 12px;
    border-bottom: 1px solid #ffe390;
}
.radio-list li:hover{
background:#1673b9;
color:#fff;
}
.radio-list li input[type="radio"]:checked {
  background-color: #bbb;
}


/*.radio-list li:nth-child(1){
background:#1673b9;
color:#fff;
}*/
.radio-list li:nth-child(3){
border-bottom:none;
}
.radio-list li input[type=radio] {
    width: 5%;
    float: left;
}
.radio-list li label {
    display: inline-block;
    width: 20%;
    float: left;
    vertical-align: middle;
    margin-top: 14px;
}
.radio-list li span {
    width: 75%;
    float: left;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: 15px;
}
.buyOptions {
float: left;
    width: 100%;
    background-color: #d5a92e;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d5a92e),color-stop(50px #f3cd5e),color-stop(100% #f3cd5e));
    background-image: -webkit-linear-gradient(top,#d5a92e 0,#f3cd5e 50px,#f3cd5e 100%);
    background-image: -moz-linear-gradient(top,#d5a92e 0,#f3cd5e 50px,#f3cd5e 100%);
    background-image: -ms-linear-gradient(top,#d5a92e 0,#f3cd5e 50px,#f3cd5e 100%);
    background-image: -o-linear-gradient(top,#d5a92e 0,#f3cd5e 50px,#f3cd5e 100%);
    background-image: linear-gradient(top,#d5a92e 0,#f3cd5e 50px,#f3cd5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d5a92e, endColorstr=#f3cd5e, GradientType=0);
    padding-top: 20px;
}
.buyOptions button.button {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 13px 15px!important;
    margin: 0 auto 10px;
    max-width: 91%;
    /* display: block; */
    font-family: Roboto,Helvetica,Arial,sans-serif;
    cursor: pointer;
    outline: 0;
    text-align: center;
    /* display: inline-block; */
    text-decoration: none;
    border: none!important;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
    /* padding: 14px 25px 12px!important; */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    /* margin-bottom: 20px; */
    margin: 10px auto;
    letter-spacing: .2px;
    min-height: 40px;
    /* background: #ddd; */
    /* color: #555; */
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.button.blue {
    background: #0a2942;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.button.button-full {
    width: 100%;
}
.altrnateOptions {
    border-top: 1px solid #FEDD7E;
}
.altrnateOptions a {
    color: #304d64;
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    text-transform: uppercase;
    background-color: #f1c84f;
    box-shadow: inset 0 0 0 transparent;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
}
.aside-container.grey-bg.have-a-question-wrapper {
        border-color: #dfdfdf;
    float: left;
    width: 100%;
    background: #e8e4e4;
    padding: 20px;
    margin-top: 20px;
}


.aside-container.grey-bg {
    background: #f5f5f5;
    border: none;
}
.aside-container {
    border: 1px solid #ebebeb;
    padding: 20px 20px 0;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
}
.aside-container .have-a-question-content {
    position: relative;
}
.aside-container .have-a-question-content .container-img {
    background: #fff;
    text-decoration: none;
    width: 70px;
    height: 70px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
}
.aside-container .have-a-question-content .container-img img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    display: block;
    z-index: 1;
}
.aside-container .have-a-question-content p {
    padding-left: 85px;
    margin-top: 5px;
    margin-bottom: 12px;
}
.aside-title {
    margin: 0 0 10px;
    display: block;
    font-size: 17px;
    font-weight: 900;
    line-height: 1em;
    color: #484848;
    border-top: none;
}
.aside-container .have-a-question-content hr {
    margin: 10px 0;
	display: block;
    height: 1px;
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
}
.aside-container .have-a-question-cta .phone-link {
    text-decoration: none;
    color: #5e5e5f;
    font-weight: 700;
    font-size: 1.05em;
}
.mt-1 {
    margin-top: 10px!important;
}

.mb-1 {
    margin-bottom: 10px!important;
}
.have-a-question-cta .button {
    width: 100%;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    cursor: pointer;
    outline: 0;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border: none!important;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
    padding: 14px 25px 12px!important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    margin-bottom: 20px;
    letter-spacing: .2px;
    min-height: 40px;
    background: #ddd;
    color: #555;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.have-a-question-cta .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20,20,20,.2);
    border-radius: 100%;
    -ms-filter: "alpha(Opacity=0)";
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -o-transition: .4s all ease;
    -ms-transition: .4s all ease;
    transition: .4s all ease;
}
.button {
  text-decoration: none;
  font-size: .875rem;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #47BDFF;
  padding: 1rem 2rem;
  font-weight: 900;
}
 
.popup {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;

  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: .64s ease-in-out;
}
.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    align-items: center;
    max-width: 1050px;
    width: 80%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: .64s ease-in-out;
    padding: 25px;
}
.popupphoto {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popupphoto img {
  width: auto;
  height: 100%;
}
.popuptext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.popuptext h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popuptext p {
  font-size: .875rem;
  color: #686868;
  line-height: 1.5;
}
 
.popuptext a {
	text-decoration: none;
	color:  #47BDFF;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.closepopup {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: .875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #47BDFF;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.sample-btn {
    width: 200px;
    display: block !important;
    background: #5b9bd5!important;
    color: #fff!important;
    border: 1px solid #333!important;
}
.popup-inner h4{
	    margin: 0;
    line-height: 1.42857143;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #2f283d;
    width: 100%;
}
.popup-inner form {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.popup-inner form label {
    width: 20%;
    float: left;
    vertical-align: middle;
    margin-top: 15px;
}
.popup-inner form .input-group {
    width: 80%;
    float: left;
    margin-bottom: 25px;
    vertical-align: middle;
}
.popup-inner form input[type=checkbox] {
    width: 2%;
    float: left;
    display: inline-block;
}
.popup-inner form p {
    width: 90%;
    float: left;
    display: inline-block;
	padding-left:20px;
}

.popup-two {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index:99999;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: .64s ease-in-out;
}
.popup-two-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    align-items: center;
    max-width: 1050px;
    width: 80%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: .64s ease-in-out;
    padding: 25px;
}
.popup-twophoto {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup-twophoto img {
  width: auto;
  height: 100%;
}
.popup-twotext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.popup-twotext h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup-twotext p {
  font-size: .875rem;
  color: #686868;
  line-height: 1.5;
}
 
.popup-twotext a {
	text-decoration: none;
	color:  #47BDFF;
}
.popup-two:target {
  visibility: visible;
  opacity: 1;
}
.popup-two:target .popup-two-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.closepopup-two {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: .875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #47BDFF;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.popup-two-inner h4{
	    margin: 0;
    line-height: 1.42857143;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #2f283d;
    width: 100%;
}

.submit-btn-helder {
    width: 250px;
    /* float: left; */
    /* text-align: center; */
    margin: auto;
    /* height: 63px; */
}
.submit-btn {
    background: #337ab7;
    color: #fff;
    border-radius: 15px;
    font-weight: bold !important;
    padding: 10px 20px;
}
.inner_head {
    width: 100%;
    float: left;
    position: relative;
}
.inner_head img {
    width: 100% !important;
}
.inner-title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
}
.inner-title h1 {
    color: #FFF;
    font-weight: 600;
    font-size: 40px;
    text-shadow: 2px 2px 2px #000;
}
.blog-ttl {
    margin: 0 0 35px 0px;
}
.add-btn {
    width: 100%;
    float: left;
    background: #337ab7;
    padding: 6px;
}
.add-btn li:nth-child(1) {
    border: 1px solid #5da0da;
    padding: 10px 20px;
    margin-right: 10px;
    background: #fff;
}

.add-btn li {
    display: inline-block;
    width: 45%;
}
.add-btn li:nth-child(1) a {
    color: #337ab7;
}

.add-btn li a {
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.add-btn li a:hover{
	text-decoration:none;
}
.add-btn li:nth-child(2) {
    text-align: center;
}
.heading4{font-size:18px;font-weight:400;font-family:'Lato', sans-serif;color:#111111;margin:0px 0px 5px 0px;}
.heading1{font-size:30px;line-height:20px;font-family:'Lato', sans-serif;text-transform:uppercase;color:#1b2834;font-weight:900;}
.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li a{font-family:'Lato', sans-serif;font-weight:700;color:#1b2834;border-radius:0px;margin-right:22.008px;border:1px solid #ebebeb !important;}
.tabtop .active a:before{content: "♦";
    position: absolute;
    top: 21px;
    left: 50%;
    color: #5b9bd5;
    font-size: 30px;}
.tabtop li a:hover{color:#e31837 !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{background-color:#5b9bd5 !important;color:#FFF !important;}
.margin-tops{margin-top:30px;}
.tabtop li a:last-child{padding:10px 22px;}
.thbada{padding:10px 28px !important;}
section p{font-family:'Lato', sans-serif;}
.margin-tops4{margin-top:20px;}
.tabsetting{border-top:5px solid #ebebeb;padding-top:6px;}
.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{font-family:'Lato', sans-serif;text-align:center;font-size:16px !important;text-transform:uppercase;}
.nav-tabs {
    background-color: transparent!important;
    overflow-x: inherit!important;
}
.nav-tabs {
    border-bottom: none !important;
}
.tabtop li {
    background: #cecece;
    width: 32%;
    text-align: center;
    margin-right: 2%;
}
.tabtop li:nth-child(3) {
    margin-right: 0;
}
.tabtop li a {
    border-radius: 5px!important;
	margin-right:0 !important;
}

.tabtop li a:hover, .tabtop li a:focus {
    text-decoration: none;
    background:#5b9bd5 !important;
	color:#fff !important;
}
.sl-for-desktop{
	display:block;
}
.sl-for-mobile{
	display:none;
}
@media (min-width: 0px) and (max-width: 1024px) {
  
.row {
    margin-right: 0!important;
    margin-left: 0!important;
}
.carousel {
    position: relative;
    z-index: 999!important;
    /* margin: auto; */
} 
.carousel-control {
    top: 23%!important;
    font-size: 35px!important;
} 
.wrap.relative.z2.caption-banner {
    position: inherit!important;
}
.store-featured__report {
    display: block!important;
	    margin-top: 20px;
}
.store-featured {
    height: 485px!important;
}
.blog-row {
    padding: 0px 0 !important;
}
.blog-row h2 {
    font-size: 20px;
	padding-left: 20px;
}
.sl-for-desktop{
	display:none;
}
.sl-for-mobile{
	display:block;
}
.nb-copyright .copyrt {
    color: #fff;
}
.media-carousel {
    padding: 0 !important;
}
.contact-row {
    padding: 10px 0!important;
}
.sl-for-mobile .carousel {
    z-index: 999!important;
}
.report-banner-left-text {
    width: 100%;
    padding: 20px !important;
}
.report-banner-right-img {
    display: none;
}
.row.sl-dw {
    margin: 30px 0 21px 0 !important;
}
.row.sl-dw .col.small-12.medium-4 {
    text-align: left;
}
.row.re-row {
    width: 95%;
    padding: 10px;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 8px!important;
}
.tabtop li {
    width: 100%;
    margin-right:0;
}
.popup {
    width: 101vw!important;
    height: 100vh!important;

}
.popup-inner {
    height: 535px!important;
    max-width: 1050px;
    width: 90%!important;
    padding: 10px!important;
    overflow-y: scroll!important;
}
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
    width: 100%;
    float: left;
    padding-right: 0;
}
}
