
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

a{
	color:#111;
	}
h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 26px;
}
img {
    max-width: 100%;
}
p{
    color: #111;
    font-size: 15px;
    line-height: 25px;
}
a:focus{
    outline: inherit;
}
.wrapper{
    width: 100%;
    overflow: hidden;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color:inherit;
  color:#FC4E19;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color:inherit;
    border-color: #428BCA;
	color:#FC4E19;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color:rgba(252,78,25,0.1);
}
.navbar-wrapper{
    float: left;
    width: 100%;
}

.navbar-container {
    padding: 10px 0 20px 0;
}
.navbar-container .navbar-brand{
    height: auto;
    padding: 0 10px;
}
.navbar-nav > li > .dropdown-menu{
    background: #000;
}


.navbar-container .navbar{
    background-color:transparent;
	border-radius: 0;
}
.navbar-container .navbar-nav{
    margin-top: 20px;
}
.navbar-container .navbar-nav > li{
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-container .navbar-nav > li a{
    color: #3f3f3f;
    border-radius: 4px;
    padding: 10px 15px;
}
.navbar-container .navbar-nav > li.active a{background: #da3837; color: #fff;}
.navbar-container .navbar-nav > li.active li a{background-color: transparent;}
.navbar-nav > li.current-menu-item a:before{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 2px;
    width: 5px;
    height: 5px;
    border-radius: 6px;
    background: #fff;
    margin-left: -2px;
}
.navbar-nav > li > .dropdown-menu li a{
    padding: 8px 12px;
    color: #fff;
}
.navbar-container .navbar-nav > li.dropdown:hover .dropdown-menu{
    display: block;
}

.overlay { 
  color:#fff;
  position:absolute;
  z-index:12;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}


#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.headerSection{
	background-color:rgba(0,0,0,0);
	width: 100%;
	height: 130px;
	/*overflow: hidden;*/
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 12001222;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	padding: 0 30px;
}

.headerSection .navbar-header{float: left;}
.headerSection .topMenuSec{float: right;}
.headerSection .topMenuSec .headerTopSec{float: right;}

.headerTopSec .headerSearch{float: left; margin-top: 6px;}
.headerTopSec .headerSearch .btn{background: #0168b7; color: #fff;}

.headerTopSec .callusSec{float: right; margin-left: 15px;}
.headerTopSec .callusSec .callusSecLeft{float: left; text-align: right; padding-right: 10px;}
.headerTopSec .callusSec .callusSecLeft p{margin-bottom: 0; color: #4d4d4d; line-height: 20px;}
.headerTopSec .callusSec .callusSecLeft h3{margin: 0; color: #393939; font-size: 22px;}

.headerTopSec .callusSec .callusSecRight{float: right;}




.headerTopSec .col-sm-6{
    padding-left: 0;
}
.headerContact{
    list-style: none;
    padding: 0;
    margin: 0;
}
.headerContact li{
    float: left;
    color: #fff;
    margin-right: 20px;
}
.headerContact li span{
    margin-right: 5px;
    display: inline-block;
}

.headerSearch .input-group .form-control{
    background-color: transparent;
    border: none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
}
.headerSearch .input-group .btn-default{
    background-color: transparent;
    border: none;
    text-indent: -99999px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 28px;
    margin: 8px 6px 0px 0;
}

.headerSocial{
    float: right;
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
}
.headerSocial li{
    float: left;
    color: #fff;
    margin-left: 20px;
    font-size: 18px;
}
.headerSocial li a{
    color: #fff;
}
.headerSocial li span{
    margin-right: 5px;
    display: inline-block;
}


.headerSection .logo {
	display: inline-block;
	float: left;
	margin-top: 5px;
	color: white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s ease-in-out;
}

.headerSection.smaller {
	height: 110px;/*box-shadow:0 0 3px rgba(0,0,0,0.5)*/
    background:#ced5d9;
	background-size: 100% auto;
    border-color: #000;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
	border-radius: 0;
    top: 0;

}
.headerSection.smaller .headerTopSec{
    /*display: none;*/
}
.headerSection.smaller .navbar-container .navbar-nav{
    margin-top: 13px;
}
.headerSection.smaller .navbar-container{
    padding: 5px 0;
}
.headerSection .navbar-brand img{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s ease-in-out;
}
.headerSection.smaller .navbar-brand {
	/*width: 100px;*/

	height: 70px;
	font-size: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s ease-in-out;
	margin-top: 0px;
}

.headerSection.smaller .navbar-brand img{
	height: 100%;
	width: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s ease-in-out;
    object-fit: contain;
}
.headerSection.smaller nav a {
	line-height: 75px;
}
/*.headerSection.smaller .container{

		 width:94%;

		 }*/
.headerSection.smaller .bookBtn{
	margin-top: 17px;
}
.headerSection.smaller .bt-menu-trigger{
	top: 10px;
}




/*Notification css top*/
.notifications{height: 40px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;}







/* =Footer

-------------------------------------------------------------- */

/* =Extras

-------------------------------------------------------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* =Media Queries

-------------------------------------------------------------- */

@media all and (max-width: 660px) {
/* =Header

  -------------------------------------------------------------- */
    .navbar-container{
        padding: 10px 0;
    }
    .headerSection .navbar-brand {
        float: left;
        margin: 0 auto;
        /*height: 50px;*/
        width: 150px;
        line-height: 30px;
        text-align: center;
    }
    .headerSection.smaller {
        height: 60px;
    }
    .headerSection.smaller .navbar-brand {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
        margin-top: 5px;
        transition: all 0.5s ease-in-out;
    }
    .headerSection.smaller nav {
        height: 35px;
    }
    .headerSection.smaller nav a {
        line-height: 35px;
    }
    

}

.bannerSection{
    position: relative;
    float: left;
    width: 100%;
    height: 820px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.bannerSection .carousel-inner{
    height: 100%;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.bannerSection .item{
    height: 100%;
}
.bannerSection .item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.item img{
    width: 100%;
}
.bannerSection .carousel.slide{
	width: 100%;
    height: 100%;
}
.bannerSection .carousel.slide .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bannerSection .carousel-caption{
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.bannerCaption h2{
    font-size: 55px;
    color: #da3837;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
.bannerCaption h3{font-size: 38px; color: #242424; margin-top: 0; font-weight: bold; margin-bottom: 20px;}
.bannerCaption p{margin-bottom: 20px; font-size: 18px;}
.bannerCaption ul{
    list-style: none;
    padding: 0;
}
.bannerCaption ul li{
    font-size: 16px;
    font-weight: 600;
    background-image: url(../images/hcheck-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.headerCont{width: 60%;}

.btnHsec{
    display: inline-block;
    background: #f8242d;
    padding: 0px 20px;
    color: #fff;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}
.btnHsec span{
    background: #820b10;
    color: #fff;
    display: inline-block;
    height: 100%;
    padding: 0 19px;
    font-size: 20px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}
.btnHsec:hover{
    background: #820b10;
    text-decoration: none;
    color: #fff;
}
.btnHsec:hover span{
    background: #f8242d;
}

.bannerForm{
    float: left;
    width: 100%;
    background: #fff;
    
}
.bannerForm h3{
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; padding: 15px 15px;
    margin-top: 0;
    margin-bottom: 5px;
    background: #7a7b7d;
}
.bannerForm form{padding: 20px 15px 15px;}
.bannerForm .form-control{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ebebeb+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
    border: 1px solid #d1d1d1;
    min-height: 40px;
}
.btnSubmit{
    background: #0168b7;
    border: none;
    /*border-bottom: 3px solid #b30008;*/
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
}


.ourClientSection{
    float: left;
    width: 100%;
    padding: 50px 0;
}
h2{
    color: #1e1e1e;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ourClientSection ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ourClientSection ul li{
    float: left;
    width: 20%;
}
.aboutSection{
    float: left;
    width: 100%;
    /*background-image: url(../images/shadow.png);*/
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 0 30px;
    text-align: center;
}
.aboutSection p{
    margin-bottom: 20px;
}
.aboutBox{
    border: 0px solid #1d1d1d;
    width: 100%;
    float: left;
    padding: 0px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    position: relative;
    background: #da3837;
    transition: all 0.3s ease-in-out;
}
.aboutBox .servicethumb{position: relative; z-index: 1; transition: all 0.3s ease-in-out;}
.aboutBox:hover .servicethumb{opacity: 0.7;}
.aboutBox .serviceOver{position: absolute; z-index: 2; bottom: 0; width: 100%; 
    background: rgba(255,93,177,0);
    background: -moz-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,93,177,0)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(255,93,177,0) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );
    padding: 15px;
}

.aboutBox .ico{
    width: 75px;
    height: 75px;
    overflow: hidden;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.aboutBox h3 a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
}
.aboutBox a:hover{
    text-decoration: none;
}
.aboutBox .hlistText{
    font-size: 15px;
    color: #1a1a1a;
    height: 100px;
    overflow: hidden;
    line-height: 20px;
}
/*.moreBtn{
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    border: 1px solid #111111;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 23px;
    transition: all 0.3s ease-in-out;
}*/
.moreBtn:hover{
    text-decoration: none;
    color: #111;
    background: #fff;
}
/*.aboutBox:hover .serviceOver{height: 100%; background: rgba(218,56,55,0.6);}*/

.aboutBox .ico .normalIcon{
    display: block;
}
.aboutBox .ico .hoverIcon{
    display: none;
}
.aboutBox:hover .ico .normalIcon{
    display: none;
}
.aboutBox:hover .ico .hoverIcon{
    display: block;
}
/*.aboutBox:hover{
    background: #f8242d;
    border: 1px solid #f8242d;
}*/


.whyChooseSection{
    float: left;
    width: 100%;
    background-color: #d0d7df;
    background-image: url(../images/bg-image2.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    padding: 50px 0;
}
.contHeader{
    float: left;
    width: 100%;
    text-align: center;
    /*background-image: url(../images/border1.png);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.contHeader h2{
    margin-bottom: 10px;
}
.contHeader p{
    font-size: 16px;
    color: #1c1c1c;
}
.whyChooseSection ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.whyChooseSection ul li{
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position: left 10px top;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0 15px 80px;
    font-size: 17px;
    font-weight: 600;
}
.contactSection1{background: #656565; float: left; width: 100%; color: #fff;}
.contactSection1 .consultingTime{width: 100%; padding: 20px 15px; height: 280px;}
.contactSection1 .consultingTime h3{font-size: 18px; font-weight: 600; color: #fff; position: relative; margin-bottom: 20px; padding-bottom: 12px; text-transform: uppercase; margin-top: 0;}
.contactSection1 .consultingTime h3:after{width: 30px; height: 1px; position: absolute; content: ""; background: #fff; left: 0; bottom: 0;}
.contactSection1 .consultingTime .table tr td{border: none; padding: 3px;}

.contactSection1 .addressCus{background: #0168b7;}
.contactSection1 .addressCus p{color: #fff;}
.contactSection1 .consultingTime ul{list-style: none; padding: 0; margin: 0;}
.contactSection1 .consultingTime ul li{color: #fff;}
.contactSection1 .consultingTime ul li a{color: #fff;}
.contactSection1 .directionBtn{background: #ffffff; color: #000; padding: 8px 15px; display: inline-block; border-radius: 4px;}

.contactMapSec{float: left; width: 100%;}

.contactSection2{float: left; width: 100%; background-image: url(../images/contact-bg.jpg); background-repeat: no-repeat; background-size: cover; padding: 60px 0;}
.contactSection2 h2{text-align: left;}
.contactSection2 .form-control{min-height: 42px;}
.contactSection2 textarea.form-control{height: 100px;}
.contactSection2 .submitBtn{background: #cd3b3a; border-radius: 4px;}


.brightonSection{display: inline-block; width: 100%; background-color: #cfe7fe; background-image: url(../images/bg-image1.jpg); background-repeat: no-repeat; background-position: right bottom; padding: 50px 0; background-size:auto 100%; float: left;}

.brightonSection h2{text-align: left;}
.brightonSection a{text-decoration: underline; font-weight: 600;}





/*=========================================================*/
.meetSection{display: inline-block; width: 100%; padding: 40px 0; background: #fff;}

.meetSection .drContent{float: left; width: 100%; }
.meetSection .drContent p{
    font-size: 17px;
    color: #737373;
    line-height: 26px;
    margin-bottom: 25px;
}

.CustomBtn{background: #da3837; color: #fff; padding: 8px 15px; border-radius: 4px; display: inline-block;}

.pdgap{
    display: inline-block;
    width: 100%;
    height: 40px;
}
.thumbPic{
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}
.doctor-thumb{
    width: 100%;
    position: relative;
    z-index: 1;
}
.doctor-thumb img{
    width: 100%;
}
.doctor-detl{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 80%;
    z-index: 2;
}
.doctor-detl h3{
    font-size: 20px;
    color: #fff;
}
.doctor-detl p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.loadMoreSec{
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 40px;
}
.contentSection .btn-group{
    display: inline-block;
    float: none;
}

.ourIndustrySec{
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #eeeeee;
}
.ourIndustrySec .aboutBox2 .ico{
    width: 100%;
    height: 100px;
    text-align: center;
}
.ourIndustrySec .aboutBox2:hover{
    background: #fff;
}

.aboutBox2{
    width: 100%;
    float: left;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    background: #fff;
}

.aboutBox2 h3 a{
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
}
.aboutBox2 a:hover{
    text-decoration: none;
}
.aboutBox2 .hlistText{
    font-size: 15px;
    color: #1a1a1a;
    height: 132px;
    overflow: hidden;
}
.aboutBox2 .moreBtn{
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    border: 1px solid #111111;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 20px;
}
.aboutBox2 .moreBtn:hover{
    color: #fff;
    border-color: #f8242d;
}
.eventProductionSec{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.clbtnSec{
    text-align: center;
    padding-top: 30px;
}
.newsSec{
    float: left;
    width: 100%;
    padding: 50px 0;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.newsBox{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.videocl{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.newsBox h3 a, .newsBox h3{
    font-size: 16px;
    font-weight: bold;
    color: #292929;
    margin-top: 0;
}
.newsBox p{
    color: #2f2f2f;
}
.newsLeft{
    float: left;
    width: 150px;
}
.newsRight{
    float: left;
    width: 71%;
    padding-left: 15px;
}
.newsRight .newsDate{
    font-weight: bold;
}
.moreNews{
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.moreNews .moreBtn{
    background: #f8242d;
    color: #fff;
    min-width: 150px;
}

.blogSection{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.blogSection .aboutBox2{
    padding: 0;
    text-align: left;
}
.blogSection .aboutBox2 h3{
    font-size: 18px;
    color: #111;
    margin-bottom: 20px;
}
.blogSection .aboutBox2 .hlistText{
    height: auto;
    margin-bottom: 15px;
}


.testimonialSection{
    float: left;
    width: 100%;
    padding: 50px 0;
    background-image: url(../images/bg-image3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 45% auto;
}
.testimonialSection .contHeader{text-align: left; margin-bottom: 15px;}
.testimonialSection .contHeader h2{text-align: left; font-size: 40px;}
.testimonialSection .contHeader p{font-size: 26px;}
.testiRow{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-image: url(../images/invt-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 55px;
}
.testiRow .testimCont{
    float: left;
    width: 100%;
    padding: 0px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}
.testiRow .testimCont:after{
    content: "";
    position: absolute;
    background-image: url(../images/ar1.png);
    width: 23px;
    height: 13px;
    bottom: -12px;
    left: 30px;
}
.testiRow .testimCont p{
    margin-bottom: 20px;
    color: #515151;
}
.testmCl{
    float: left;
    width: 100%;
}
.testmCl h3{
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
}
.testmCl p{
    font-size: 16px;
    color: #1a1a1a;
}
.teamSection{
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.teamSection .teamBox{
    float: left;
    width: 100%;
    text-align: center;
}
.teamSection .icob{
    margin-bottom: 15px;
}
.teamSection .teamBox h3{
    background: #353535;
    color: #fff;
    padding: 3px 10px;
}
.teamSection .teamBox  p{
    font-size: 16px;
    color: #1a1a1a;
}
.testimonialSection .carousel-indicators{left: 0; margin-left: 0; text-align: left; bottom: 0; margin-bottom: 0;}
.testimonialSection .carousel-indicators li{background: #d7d7d7; width: 16px; height: 16px;}
.testimonialSection .carousel-indicators li.active{background: #da3837; width: 30px;}


.innerbannerSection{
    float: left;
    width: 100%;
    position: relative;
    height: 350px;
}
.innerbannerSection .carousel, .innerbannerSection .carousel-inner, .innerbannerSection .item, .innerbannerSection .item img{
    height: 100%;
}
.innerbannerSection .item img{object-fit: cover;}

.innerbannerSection .carousel-caption{
    left: 0;
    right: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.innerbannerSection h1{
    color:#1f1f1f;
    font-size: 47px;
    font-weight: bold;
}
.innerbannerSection p{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.innerbannerSection .breadcrumb{background-color: transparent;}
.innerbannerSection .breadcrumb li{color: #da3837;}


/*===========================*/
.contactDetails{float: left; width: 100%; padding: 40px 0 20px; text-align: center;}
.contactDetails .conbox{width: 100%; padding: 40px; border-radius: 40px;
    background: rgba(232,81,80,1);
    background: -moz-linear-gradient(left, rgba(232,81,80,1) 0%, rgba(175,34,34,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232,81,80,1)), color-stop(100%, rgba(175,34,34,1)));
    background: -webkit-linear-gradient(left, rgba(232,81,80,1) 0%, rgba(175,34,34,1) 100%);
    background: -o-linear-gradient(left, rgba(232,81,80,1) 0%, rgba(175,34,34,1) 100%);
    background: -ms-linear-gradient(left, rgba(232,81,80,1) 0%, rgba(175,34,34,1) 100%);
    background: linear-gradient(to right, rgba(232,81,80,1) 0%, rgba(175,34,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85150', endColorstr='#af2222', GradientType=1 );
}
.conbox .contdl{color: #fff;}
.conbox .contdl .cnicon{margin-bottom: 15px;}
.conbox .contdl p{color: #fff; font-size: 18px;}
.conbox .contdl p a{color: #fff; }

.aboutInner{
    background: #f9f9f9;
}
.aboutinSec{
    background-image: url(../images/about-pic1.jpg); background-repeat: no-repeat;
    background-position: right bottom;
    background-size:60% auto;
    padding: 70px 0;
}
.aboutinSec .contHeader{margin-bottom: 5px; text-align: left;}
.aboutinSec .contHeader h2{text-transform: inherit;}
.aboutinSec .contHeader p{text-align: left; margin-bottom: 0;}

.aboutinSec3 .contHeader{margin-bottom: 5px; text-align: left;}
.aboutinSec3 .contHeader h2{text-transform: inherit;}
.aboutinSec3 .contHeader p{text-align: left; margin-bottom: 0;}


.aboutPict{
    float: left;
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    /*box-shadow: 10px 10px 20px rgba(0,0,0,0.2);*/
}
.aboutText h2{
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
}
.aboutText h4{
    font-size: 14px;
    color: #1e1e1e;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.aboutText h4:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #b6b6b6;
    width: 100px;
}
.aboutText p{
    margin-bottom: 25px;
}

.graphicSection{
    float: left;
    width: 100%;
    background: #f9f9f9;
}
.graphicSect ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.graphicSect ul li{
    display: inline-block;
    width: 24.5%;
    padding: 15px;
    vertical-align: text-bottom;
}
.graphicSect ul li article{
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    height: 260px;
    transition: all 0.3s ease-in-out;
}
.graphicSect ul li article a{
    padding: 33px;
    display: block;
}
.graphicSect ul li article h3{
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1e;
}
.graphicSect ul li article:hover{
    box-shadow: 0 0 13px rgba(0,0,0,0.2);
}
.graphicSect ul li article:hover a{
    text-decoration: none;
}

.projectForm{
    float: left;
    width: 100%;
}
.projectForm .form-control{
    box-shadow: 0 0 0 rgba(0,0,0,0);
    min-height: 44px;
}
.projectForm select {
/*    width: 50%;  Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
    color: #333;
    font-weight: normal;
    line-height:1.2em;
    margin: 0 0 10px;
    padding: 6px 0; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    *background-image:none; /* turn bg image for IE7 */
    background: url('../images/selectbox.png') no-repeat 99% 3px #fff; /* fallback bg image*/
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}

.projectForm select option {
    background: #fff; /* style the dropdown bg color */
}
.projectForm textarea.form-control{
    height: 130px;
}
.submitBtn{
    background: #f8242d;
    color: #fff;
    border-radius: 25px;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    min-width: 120px;
}
.submitBtn:hover{
    background: #820b10;
}
.latestProject{
    background: #f9f9f9;
}

/*=======================================*/
.teamBox{width: 100%; background: #f2f2f2; text-align: left; padding: 15px; height: 240px; margin-bottom: 30px;}
.teamBox .teamthumb{display: inline-block; width: 40%; vertical-align: top; height: 210px; overflow: hidden;}
.teamBox .teamCont{display: inline-block; width: 59%; vertical-align: top; padding-left: 15px;}
.teamBox .teamCont h3{margin-top: 0; font-size: 20px; color: #3c3c3c; font-weight: bold;}
.teamBox .teamCont h5{color: #da3837; font-size: 15px;}
.teamBox .teamCont .learnBtn{color: #343434; text-transform: uppercase; font-weight: 500;}

/*========================*/
.contSect{
    float: left;
    width: 100%;
}
.serviceSection{
    text-align: center;
    padding: 20px 0 0 0;
    float: left;
    /*width: 100%;*/
}
.serviceSection ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.serviceSection ul li{
    display: inline-block;
    width: 32.9%;
    padding: 15px;
    vertical-align: top;
}
.serviceSection ul li article{
    position: relative;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.serviceSection ul li article .grapIcon{
    width: 100%;
    float: left;
    height: 260px;
}
.serviceSection ul li article .grapIcon img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.serviceSection ul li article .serviceText{
    float: left;
    width: 100%;
    position: relative;
}
.serviceSection ul li article .serviceText a{
    display: block;
    padding:25px 66px 25px 20px;
}
.serviceSection ul li article .serviceText h3{
    font-size: 22px;
    color: #1e1e1e;
    margin-top: 0;
    font-weight: 600;
}
.serviceSection ul li article .serviceText p{
    font-size: 15px;
    color: #5b5b5b;
    margin-bottom: 0;
}
.serviceSection ul li article .serviceText .clarrow{
    position: absolute;
    right: 18px;
    top: 29px;
    width: 50px;
    height: 50px;
    border: 1px solid #f8242d;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    color: #f8242d;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
}
.serviceSection ul li article .serviceText a:hover{
    text-decoration: none;
}
.serviceSection ul li article:hover{
    box-shadow: 0 0 13px rgba(0,0,0,0.3);
}
.serviceSection ul li article .serviceText a:hover .clarrow{
    background: #f8242d;
    color: #fff;
}

.quickLink{
    padding: 60px 0;
}
.quickLink .aboutBox2{
    padding: 30px;
}
.quickLink .aboutBox2 .ico{
    height: 135px;
    margin-bottom: 15px;
}
.quickLink .aboutBox2 .hlistText{
    height: 90px;
}

/*=========blogContainer==========*/
.blogContainer{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.blogRow{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.blogPic{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.blogPic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogText{
    float: left;
    width: 100%;
}
.blogText h3{
    margin-top: 0;
    font-weight: 600;
    color: #1e1e1e;
    font-size: 24px;
    margin-bottom: 20px;
}
.blogText h3 a{
    color: #1e1e1e;
}
.blogText h3 a:hover{
    text-decoration: none;
    color: #f8242d;
}
.blogFooter{
    float: left;
    width: 100%;
    border-top: 1px solid #f4f5f6;
    margin-top: 10px;
    padding-top: 10px;
}
.blogTag{
    float: left;
    width: 100%;
}
.blogTag ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.blogTag ul li{
    position: relative;
    float: left;
    margin-right: 10px;
    font-weight: 500;
    font-size: 15px;
}
.blogTag ul li a{
    color: #1e1e1e;
}
.blogTag ul li a:hover{
    text-decoration: none;
    color: #f8242d;
}
.blogPost{
    float: left;
    width: 100%;
    background: #f4f5f6;
    margin-top: 10px;
    padding: 5px 10px;
}
.blogPost .blogPostDate{
    float: left;
    font-size: 13px;
    color: #8a8a8a;
}
.blogPost .blogShare{
    float: right;
}
.blogPost .blogShare ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.blogPost .blogShare ul li{
    float: left;
    font-size: 13px;
    margin-left: 10px;
}
.blogPost .blogShare ul li a{
    color: #5b5b5b;
}
.blogPost .blogShare ul li a:hover{
    text-decoration: none;
    color: #f8242d;
}
.blogHalfSec .blogPic{
    height: 270px;
    overflow: hidden;
}
.blogPagination{
    float: left;
    width: 100%;
    text-align: center;
}
.categorySec, .tagSec{
    float: left;
    width: 100%;
}
.categorySec h3, .tagSec h3{
    float: left;
    width: 100%;
    margin-top: 0;
    font-size: 20px;
    background: #f8242d;
    border-bottom: 2px solid #b30008;
    color: #fff;
    padding: 9px 10px;
    margin-bottom: 5px;
}
.categorySec ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
.categorySec ul li{
    border-bottom: 1px solid #d5d5d5;
    float: left;
    width: 100%;
}
.categorySec ul li:last-child{
    border: none;
}
.categorySec ul li a{
    padding: 8px 0px;
    display: block;
}
.categorySec ul li a:hover{
    text-decoration: none;
    color: #f8242d;
}
.tagSec ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
.tagSec ul li{
    float: left;
    margin: 3px 5px;
}
.tagSec ul li a{
    padding: 2px 0px;
    display: block;
}
.tagSec ul li a:hover{
    text-decoration: none;
    color: #f8242d;
}


/*-------------------*/
.contactDetails{
    margin-bottom: 30px;
}
.contactDetails address{
    float: left;
    width: 100%;
}
.contactDetails address h3{
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 20px;
}
.contactDetails address .socialIcon{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0; 
    float: left;
    width: 100%;
}
.contactDetails address .socialIcon li{
    float: left;
    margin-right: 15px;
    font-size: 30px;
}

.contactSection{
    float: left;
    width: 100%;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 0 0px;
}
.contactSection h2{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}
.contactSection label{
    font-weight: normal;
    font-size: 16px;
}
.contactSection .form-control{
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: 1px solid #d8d8d8;
    min-height: 46px;
    font-family: 'Montserrat', sans-serif;
}
.contactSection textarea.form-control{
    height: 150px;
}








/*====================Footer=====================*/
.footerSection{
    float: left;
    width: 100%;
    padding-top: 15px;
}
.footerLogo{margin-bottom: 30px;}
.footerCont{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footerCont h3{
    position: relative;
    color: #1c1c1c;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 0;
}
.footerCont h3:after{
    width:30px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1c1c1c;
}
.footerCont ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerCont ul li{
    font-size: 14px;
    margin-bottom: 10px;
}
.footerCont ul li a{
    color: #1c1c1c;
}
.footerCont .input-group{
    margin-bottom: 20px;
}
.footerCont .input-group .form-control{
    height: 40px;
}
.footerCont .input-group .input-group-addon{
    padding: 0;
    background: #f8242d;
}
.footerCont .input-group .subBtn{
    border: none;
    background: #f8242d;
    color: #fff;
    font-weight: bold;
    height: 38px;
}
.footerCont ul.social li{
    float: left;
    margin-right: 10px;
    text-align: center;
}
.footerCont ul.social li a{display: block; border: 1px solid #717171; width: 33px; height: 33px; border-radius: 25px; text-align: center; line-height: 33px; font-size: 18px;}
.footerCont .table tr td{border: none; padding: 3px;}


.footerBottom{
    float: left;
    width: 100%;
    background: #e0e0e0;
    text-align: center;
    padding: 18px 10px;
}
.footerBottom p{
    margin-bottom: 0;
}

.red-box {
    padding: 25px;
    background: #f8242d;
    margin: 35px 0;
    max-width:80%;
}
.red-box h4{
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}
.red-box h3{
    color: #fff;
    margin-bottom: 10px;
}
.red-box p{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}
.red-box p a{
    color: #fff;
}
.red-box p a:hover{
    color: #fff;
    text-decoration: underline;
}
.offer-full {
    padding: 60px 0;
    float: left;
    width: 100%;
}
.offer-area {
    background: #fff url(../images/offer-bg.jpg) no-repeat center top;
    background-size: cover;
    padding:75px 40px;
}
.offer-texts{
    text-align: left;
}
.offer-texts h2 {
    color: #0168b7;
    font-weight: bolder;
    font-size: 60px;
    text-align: left;
    text-shadow: 7px 2px 17px #fff;
}
.offer-texts p {
    color: #000;
    font-size: 22px;
    margin-bottom: 23px;
    line-height: 1.5;
}
.offer-texts p span{
    color: #0168b7;
}
.price-tag {
    margin-top: 150px;
    display: block;
}
.price-tag img{
    max-width: 120px;
}
.top-offer {
    width: 100%;
    background: #0168b7;
    padding: 6px 0;
}
.top-offer p{
  color: #fff;
  font-size:16px;
  margin-bottom: 0px;
}
.top-offer p span {
    color: #f8242d;
    font-weight: bold;
}

html { scroll-behavior: smooth; }







@media only screen and (min-width:980px) and (max-width:1180px){
    .headerSearch{
        margin-left: 0;
    }
    
    .navbar-container .navbar-nav li{
        font-size: 14px;
    }
    .bannerCaption h2{
        font-size: 40px;
    }
    .newsRight{
        width: 66%;
    }
    .headerTopSec .callusSec .callusSecLeft h3{font-size: 20px;}
    .aboutinSec{background-position: right top 90px; background-size: 56% auto;}
	.testimonialSection{
        background-size:50% auto;
        background-position: left top 60px;
    }
	
	
}

@media(max-width:1199px) {
.red-box {
    padding: 20px;
    margin: 30px 0;
    max-width: 100%;
}
.red-box h3 {
    font-size: 32px !important; 
}
.offer-texts h2{
    font-size: 45px;
}
.offer-texts p{
    font-size: 17px;
}
.offer-area {
    padding: 55px 30px;
}
.offer-full {
    padding: 50px 0 20px 0;
}


}

@media(max-width:991px) {
    .header .logo { padding: 10px 0;}
    .header .navbar {float: none; margin: 15px 0 20px;}
    .navbar-toggle { display: block;margin: 5px 0 0;border-radius: 3px;right: 0; }
    .header .navbar .navbar-collapse {margin-top: 55px;}
    .navbar-collapse.collapse {display: none !important;}
    .navbar-collapse.collapse.in { display: block !important; }
    .navbar-nav { float: none;}
    .dropdown-menu .container {width: 100%; }
    .navbar-default .navbar-toggle .icon-bar { background-color: #333;}
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover { background-color: #e99f0e; border-color: #e99f0e;color: #fff;}
    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar {background-color: #fff; }
    .header .navbar-nav { border: 0;background: #fff;}
    .navbar-nav>li {float: none; position: relative;}
    .navbar .navbar-nav > li > a{
        z-index: 1;
    }
    .navbar-default .navbar-nav>li p.dropdown-toggle {
        position: absolute; 
        top: 0; 
        right: 0; 
        padding: 13px; 
        margin: 0; 
        vertical-align: top; 
    }
    .navbar-nav>li>.dropdown-menu {top: auto; }
    .header .logo {position: absolute;z-index: 1000; margin-top: 0;}
    .navbar .navbar-nav>li>a { background-color: #ced5d9;border-radius: 0; -webkit-border-radius: 0;}
    .navbar .navbar-nav>li { border-bottom: 1px solid #fff;}
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav li.current-menu-item>a { background-color: #e99f0e; color: #fff; }
    .navbar-container .navbar-nav{
        margin-top: 0;
        width: 300px;
    }
    .navbar-toggle{
        background: rgba(255,255,255,0.5);
    }
    .navbar-toggle span{
        background: #000;
    }
    .headerSection .navbar-container .navbar-nav{
        background: #ced5d9;
    }
    .conbox .contdl p{font-size: 14px;}
    .red-box h3 {
        font-size: 27px !important;
    }
.offer-area {
    padding: 25px 20px 40px 20px;
}
.offer-texts h2 {
    font-size: 28px;
    margin: 11px 0 10px 0;
}
.offer-texts p {
    font-size: 15px;
    margin-bottom: 10px;
}    
.price-tag {
    margin-top: 20px;
}
.price-tag img {
    max-width: 100px;
}

}

@media only screen and (min-width:768px) and (max-width:979px){
    
    .headerSearch{
        margin-left: 0;
    }
    .headerSection .container{
        width: 100%;
    }
    .headerTopSec .callusSec .callusSecLeft h3{font-size: 18px;}
    .navbar-toggle{
        background: rgba(255,255,255,0.5);
    }
    .navbar-toggle span{
        background: #000;
    }
    .navbar-header{
        width: 100%;
    }
    .whyChooseSection{
        background-position: left -250px bottom;
    }
    .newsRight{
        width: 55%;
    }
    .headerCont{width: 86%;}
    .bannerCaption h2{font-size: 45px;}
    .bannerCaption h3{font-size: 35px;}
    .bannerForm h3{font-size: 20px;}
    
    .navbar-container .navbar-brand{max-width: 250px;}
    .headerSection .topMenuSec .headerTopSec{
        float: right;
        margin: -50px 70px 0 0;
    }
    .navbar-toggle{margin: 22px 0 0;}
    
    .testimonialSection{
        background-size:50% auto;
        background-position: left top 90px;
    }
    .footerCont{
        word-wrap: break-word;
    }
    .graphicSect ul li{
        width: 32.8%;
    }
    .serviceSection ul li{
        width: 49.5%;
    }
    .blogPost .blogShare{
        float: left;
        margin-top: 5px;
    }
    .blogPost .blogShare ul li{
        margin-left: 0;
        margin-right: 10px;
        font-size: 12px;
    }
    .navbar-nav > li > .dropdown-menu{
        background: #000;
    }
    
    .aboutinSec{background-position: right top 80px; background-size: 56% auto;}
    .innerbannerSection{height: 300px;}
    .navbar-container .navbar-brand {
        width: 260px;
        padding-top: 15px;
    }
    .headerSection{height: 90px;}
    .headerSection.smaller{height: 90px;}
    
    
    
}

@media only screen and (min-width:320px) and (max-width:767px) {
    h2 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .btnHsec {
        height: 42px;
        line-height: 42px;
        font-size: 13px;
    }

    .headerSection .navbar-header{width: 100%; margin-left: 0;}
    .topMenuSec .headerTopSec{display: none;}
    .headerSection .topMenuSec{width: 100%;}
    .navbar .navbar-nav > li > a{color: #fff;}
    .headerSection{
        padding: 0 15px;
    }
    .headerSection .col-sm-6{
        padding: 0;
    }
    .headerSearch{
        padding: 10px 0;
        margin: 0;
        width: 100%;
    }
    .headerSocial{
        display: none;
    }
    .headerSection .navbar-brand{
        width: 250px;
    }
    .headerSection {
        height: 80px;
        top: 10px;
    }
    .headerCont{width: 100%;}
    .navbar-container .navbar-nav{
        width: auto;
    }
    .navbar-toggle{
        right: 10px;
    }
    .bannerSection {
        height: 850px;
        height: auto;
    }
    .bannerSection .carousel-inner {
        height: 348px;
        height: 320px;
    }
    .bannerCaption h2{
        font-size: 26px;
        margin-top: 0;
    }
    .bannerCaption h3{font-size: 22px;}
    .bannerCaption .btnHsec{
        margin-bottom: 15px;
    }
    .bannerCaption ul li{
        color: #101010;
    }
    .bannerForm{
        background: #f2f2f2;
    }
    .bannerForm h3 {
        font-size: 18px;
        padding: 15px 15px;
    }
    .bannerSection .carousel-caption{
        bottom: auto;
        top: 70px;
        position: static;
    }
    .ourClientSection{
        padding: 0 0 25px;
    }
    .aboutSection, .whyChooseSection, .contentSection, .ourIndustrySec, .newsSec, .blogSection{
        padding: 20px 0;
    }
    .contentSection #masonry li{
        width: 100%;
    }
    .aboutBox2 {
        margin-bottom: 20px;
    }
    .aboutBox h3 {
        line-height: 1.2;
    }
    .aboutBox h3 a {
        font-size: 15px;
    }
    .newsLeft{
        width: 100%;
    }
    .videocl img{
        width: 100%;
    }
    .newsRight{
        width: 100%;
        padding-left: 0;
    }
    .newsSec, .testimonialSection{
        background-size:250px auto;
        padding: 20px 0 180px;
    }
    .aboutinSec{
        padding: 25px 0 180px;
        background-size: 310px auto;
    }
    .aboutPict{
        width: 100%;
        margin-bottom: 25px;
    }
    .graphicSect ul li {
        width: 100%;
    }
    .serviceSection ul li {
        width: 100%;
    }
    .quickLink .aboutBox2 .hlistText{
        height: auto;
    }
    .blogPost .blogShare{
        float: left;
        margin-top: 5px;
        width: 100%;
    }
    .blogPost .blogShare ul li{
        margin-left: 0;
        margin-right: 10px;
        font-size: 12px;
    }
    .whyChooseSection{
        background-position: left -500px bottom;
    }
    .whyChooseSection ul li {
        background-position: left 10px top;
        margin-bottom: 15px;
        padding: 2px 0 10px 50px;
        font-size: 17px;
        background-size: 25px;
    }
    .contentSection .btn-toolbar .btn{
        width: 50%;
        margin-bottom: 3px;
    }
    .meetSection .drThumb{width: 100%; margin-bottom: 20px;}
    .meetSection .drContent{padding-left: 0; width: 100%; margin-bottom: 20px;}
    
    .innerbannerSection{height: 220px;}
    .innerbannerSection .item img{object-fit: cover;}
    .innerbannerSection .carousel-caption{bottom: 0; padding-bottom: 0;}
    .innerbannerSection h1{font-size: 38px;}
    .teamBox{height: auto;}
    .teamBox .teamCont{width: 58%;}
    
    .aboutinSec3{padding-top: 30px;}
    
    .brightonSection{padding: 10px 0 190px; background-size: 380px auto;}
    .bannerCaption p {
        line-height: 20px;
        margin-bottom: 15px;
  font-size: 15px;
    }
    .contHeader{margin-bottom: 15px;}
    .whyChooseSection ul{margin-top: -20px;}
    .whyChooseSection ul li{font-size: 14px;}
    
    .mobile-order{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .mobile-order .order1{
        order: 1;
        padding-right: 0px;
        padding-left: 0px;
    }
    .mobile-order .order2{
        order: 2;
        padding-right: 0px;
        padding-left: 0px;
    }


    .testimonialSection .contHeader h2 {
        font-size: 25px;
    }
    .testimonialSection .contHeader p {
        font-size: 16px;
    }
    
    
}


.info {
    font-size: .8em;
    color: #FF6600;

}

@media (max-width: 767px) {
.red-box {
    padding: 15px;
    margin: 10px 0 30px 0;
}
.red-box h3 {
    font-size: 22px !important;
}
.offer-area {
    padding: 25px 20px 40px 20px;
    position: relative;
    background-position: center right;
}
.offer-area::after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.offer-texts {
    position: relative;
    z-index: 2;
}
.offer-texts h2 {
    font-size: 24px;
    color: #fff;
    text-shadow: none;
}
.offer-texts p {
    color: #fff;
}
.offer-texts p span {
    color: #b8e0ff;
}
.offer-full {
    padding: 10px 0 10px 0;
}
.price-tag {
    position: relative;
    z-index: 2;
}
.price-tag img {
    max-width: 69px;
}


.headerSection {
    top: 0;
    position: relative;
    background: #ced5d9;
    height: auto;
}
.top-offer p {
    font-size: 13px;
    line-height: 1.2;
}
.navbar-wrapper {
    position: relative;
}
.navbar-container {
    padding: 10px 0 10px 0;
}
.navbar {
    min-height: auto;
    margin-bottom: 0;
}
.headerSection .topMenuSec {
    top: 60px;
    position: absolute;
}

}