/*fonts*/
@import url("fonts.css");

/*fonts*/


*{

	padding: 0;
	margin: 0
	
}
p{
    margin: 0;
    font-family: 'Roboto', sans-serif;
        line-height: 1.5;
}
h1,h2,h3,h4,h5,h6{
     font-family: avenir;
}
a{
    text-decoration: none !important;
}
body{
	box-sizing: border-box;

	overflow-x: hidden;
}
 img{
    display: inline-block !important;
 }

@media (min-width: 1200px){
.container1 {
    width: 80%;
    margin:auto;
}
}

.no-pd{
	padding: 0;
}
.banner {
 
	  z-index: -2;
	top: -20px;
	width: 100%;
    height: 80vh;
    overflow: hidden;

}
.banner .item img{

		float: left;
		width: 100%;	  

}
header{
	position: relative;

 
}
.head-nav{
	    z-index: 9;
    position: absolute;
    top: 0;
}
.navbar{
	float: right;
}
.nav li a{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: avenir;
}
.nav li:hover{
	color:#E36161;
	background-color: none;
}

.nav>li>a:focus, .nav>li>a:hover {
   color:#E36161;
	background: none;
}
.head-cont{
	margin-top: 30px;
}
.item_txt{
    position: absolute;
    left: 22%;
    bottom: 25%;
}
.item_txt h2{
	font-family: avenir;
	    font-size: 60px;
}
.item_txt p{
	font-family: 'Roboto', sans-serif;
    font-size: 22px;
    width: 45%;
    margin: 3% 0;
}
.item_txt h2, .item_txt p{
	color: #fff;
}
.item_txt button{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 16px 40px;
    background: #E36161;
    color: #fff;
}
.owl-nav{
	position: absolute;
    bottom: 5%;
    left: 21%;
    width: 50%;
}
.owl-next > span{
    background: url(../images/icons/next.png) no-repeat center;
    width: 80px;
    height: 80px;
    display: inline-block;
    left: 40px;
    position: relative;
}
.owl-prev > span{
    background: url(../images/icons/next.png) no-repeat center;
    width: 80px;
    height: 80px;
    display: inline-block;
        transform: rotate(180deg);
}
.owl-nav button:focus{
	border: none;
	outline: none;
}
.owl-carousel .owl-stage{
	display: flex;
}
.owl-dots{
	position: absolute;
    bottom: 5%;
    z-index: 999999999999999;
    width: 200px;
    height: 50px;
    left: 50%;

}
.owl-prev.disabled > span{
	background: url(../images/icons/prev.png) no-repeat center;
    width: 80px;
    height: 80px;
    display: inline-block;
    transform: rotate(0deg);

}
.owl-next.disabled > span{
	background: url(../images/icons/prev.png) no-repeat center;
    width: 80px;
    height: 80px;
    display: inline-block;
    transform: rotate(180deg);

}
.owl-dot{
    width: 10px;
    height: 10px;
    background: #ccc !important;
    margin: 0 3%;
    border-radius: 50%;
}
.owl-dot.active{
	    background: url(../images/icons/slide-btn-actv.png) no-repeat center !important;
    width: 50px;
    border-radius: inherit;
        margin: 0;
        transition: all 0.5s ease;
}
.nav li.active a {
    color: #E36161;
 
    padding: 15px 15px 10px 0px;
}
.nav li.active {
    margin: 0 0 0 15px;
}
.serv-sec{
    float: left;
    width: 100%;
    background: #F0F0F0;
    padding: 4% 0;
}
.serv-h-txt{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.serv-h-txt span{
    padding-right: 30px;
}
.serv-h-txt span img{
    width: 100%;
}
.serv-sec h1{
    text-align: center;
      
    font-family: avenir;
    margin-bottom: 40px;
    margin-top: 0;
}
.serv-ctxt{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}
.serv-rd-mr {
    text-align: right;
}
.serv-rd-mr a{
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #E36161;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.serv-cont{
    background: #fff;
    padding: 30px 30px;
    -webkit-box-shadow: 5px 5px 22px -3px rgba(0,0,0,0.3); 
    box-shadow: 5px 5px 22px -3px rgba(0,0,0,0.3);
}
.foo-sec{
    float: left;
    width: 100%;
    /* background-color: #000; */
    background: url(../images/city.png) no-repeat center;
    background-size: cover;
 
}
 
.loc{
    width: 100%;
    float: left;
}
.loc-txt{
    float: left;
    color: #fff;
    font-size: 20px;
    padding: 0 50px;
    width: 80%;
    font-family: 'Roboto', sans-serif;
}
.loc-img{
    float: left;
        width: 10%;
}
.foo-sec, .methd-sec{
    padding: 4% 0;
}
.loca-cen{
        margin:10% 0;
}
.loc-disp{
display: flex;
    align-items: center;
}
.cont-box{
    float: left;
     margin: 0 20%;
 
    width: 80%;
 
}
.f-inp{
    float: left;
    width: 100%;
        margin-bottom: 40px;
}
.f-inp input{
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border: none;
    color: #fff;
    height: 45px;
        background: none;
    border-bottom: 1px solid #ccc;
    outline: none;

}
.f-sub{
        margin-top: 30px;
    margin-bottom: 0;
}
.f-sub input{
    border: none;
    background: #E36161
}
.ana-banner{
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.an-img{
    float: left;
    width: 100%;
    height:    100%;
    background:#000;
}
.ana-txt{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
.m-h-txt{
 text-align: center;
 font-weight: 600;
 
}
.m-cont-part{
     text-align: center;
}
.m-cont-part img{
    margin-top: 50px;
        width: 50%;
}
.methd-sec{
    float: left;
    width: 100%;
        background: #FAFAFA;
}
.so-h-txt{
     font-family: 'Roboto', sans-serif;
     font-weight: 600;
     font-size: 20px;
}
.so-h-txt::before{
    content: "";
    width: 100px;
    height: 2px;
    background: #E36161;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -20px;
}
.serv-cont-sec{
    margin-top: 50px;
}
.serv-cont-sec p{
    font-size: 18px;
        margin-top: 30px;
}
.ana-head{
        float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 18vh;
    font-size: 35px;
    font-family: avenir;
    color: #fff;
}
.ser-li-h{
    font-weight: 600;
    font-size: 20px !important;
    margin-bottom: 10px;
}
.serv-li li{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.serv-li ul {
  list-style: none;
}
.serv-li ul li::before {
  content: "\2022";
  color: #E36161;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.adv-li{
    margin-top: 30px;
}
.adv-li li{
    margin-top: 30px;
}
.foo-nav ul{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
        display: flex;
    justify-content: space-around;
}
.foo-nav ul li{
    float: left;
    list-style: none;
    font-family: avenir;
    font-size: 20px;
    font-weight: 600;
    
}
.foo-nav ul li a{
    color: #fff;

}
.foo-sos li{
    float: left;
    list-style: none;
}
.foo-txt-copy{
    color: #fff;
     font-family: avenir;
     font-size: 16px;
    text-align:center;
}
.foo-sos{
        display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
}
.foo-cp-sos{
        display: flex;
    align-items: center;
        margin-top: 60px;
            padding: 0 50px;
}
.foo-pd{
    padding: 0 10px;
}
.bor-foo{
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 70px;
    background: #e361618a;
}
.sum-txt{
    text-align: center;
    font-family: avenir;
    margin-bottom: 40px !important;
    margin-top: 0;
}
.prlm p{
    font-size: 18px;
        margin-bottom: 15px;
}
.pb-li{
    float: left;
    margin-top: 20px;
    margin-right: 70px;
    line-height: 1.5;
}
.pb-serv-li{
    float: left;
    width: 100%;
}
.m-10{
    margin-top: 20px;
}
.clr-num{
    float: left;
    margin-top: 0 !important;
    width: 100%;
    font-size: 30px !important;
    color: #E36161;
    font-weight: 600;
    margin-bottom: 10px;
}
.clr-txt{
    width: 100%;
    float: left;
    font-size: 18px !important;
}
.clr-sec{
        float: left;
    margin-bottom: 30px;
}
.rm-mar{
    margin: 0;
}
.r-txt p{
    font-size: 18px;
    margin-bottom: 20px;
}
.imp-txt{
    color: #E36161;
    font-size: 20px;
    font-weight: bold;
}
.ana-cont{
    font-size: 20px;
    padding: 0 25%;
    top: 26vh;
}
.serv-part{
    text-align: center;
    padding: 0 15px;
  
}
.serv-p-h{
    font-size: 20px;
    margin: 20px 0;
}
.serv-p-c{
    font-size: 16px;
}
.serv-p-innner{
    border: 1px solid #E36161;
    padding: 50px 30px;
        float: left;
    height: 100%;
        width: 100%;
    float: left;
}
.rd-serv{
    background: #E36161;
    padding: 10px 20px;
    /* margin: 36px 0 0 0px; */
    border-radius: 5px;
    color: #ffffff;
}
.rds{
    float: left;
    width: 100%;
    margin: 35px 0 0 0;
}
.serv-p-innner:hover{
    background: #E36161;
}
.serv-p-innner:hover img,.serv-p-innner:hover .serv-p-c,.serv-p-innner:hover .serv-p-h{
    color: #fff;
    filter: brightness(0) invert(1);
}
.serv-p-innner:hover a{
     background: #ffffff;
 
    color: #E36161;
}
.car{
    float: left;
    background: #FAFAFA;
    width: 100%;
}
.car-sec-1{
    float: left;
    width: 40%;
    background: #000;
}
.car-sec-2{
    float: left;
    width: 60%;
}
.car-sec-1{
    transform: scaleX(-1);
}
.car-sec{
    padding: 0;
}
.car-sec-1 img{
    max-width: 100vh;
    margin: 0 -16%;
    position: absolute;
    bottom: 0;
}
.car-p-sec{
    width: 50%;
    float: left;
    margin: 70px 220px;
}
.car-h{
    font-size: 22px;
}
.car-p-sec p{
    font-size: 18px;
        margin-top: 25px;
}
.v-case-st{
    float: left;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #E36161;
    padding: 10px 50px;
    border-radius: 7px;
    color: #E36161;
    margin-top: 20px;
    font-weight: 600;
}
.car .owl-dots{
    display: none;
}
.car .owl-dots{
    float: left;
}
.car .owl-nav{
    float: right;
    bottom: -10%;
    right: -30%;
    left: auto;
    width: 50%;
}
.get-txt{
    text-align: center;
    font-size: 18px;
        width: 80%;
}
.get-inp{
    float: left;
    width: 70%;
}
.get-btn{
    float: left;
    width: 20%;
}
.get-inp input{
    width: 100%;
    float: left;
    height: 100%;
    border: none;
    font-family: 'Roboto', sans-serif;
    outline: none;
    padding: 10px 20px;
        border-radius: 4px;
    -webkit-box-shadow: 5px 6px 16px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 5px 6px 16px -6px rgba(0, 0, 0, 0.12);
}
.get-btn button{
    padding: 15px 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-left: 30px;
    background: #4FB783;
    border: none;
    color: #fff;
    border-radius: 4px;
}
.get-t-sec{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ana img{
    margin-top: 0;
}
.owl-carousel.owl-loaded {
    display: block;
    height: 100%;
    float: left;
}
.owl-stage-outer{
    height: 100%;
}
.owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}
.case-stu{
    position: relative;
    float: left;
    border-radius: 13px;
    padding: 0;
    width: 90%;
    /* background: #fff; */
    overflow: hidden;
}
.case-txt{
position: absolute;
    color: #fff;
    bottom: 12%;
    left: 10%;
}
.case-txt h2{
    font-size: 1.2vw
 }

.case-txt p{
font-size: 15px;
    width: 80%;
 }
 .case-txt button{
    background: #E36161;
    border: none;
    outline: none;
    padding: 8px 40px;
    font-size: 16px;
    border-radius: 6px;
    float: right;
    font-family: 'Roboto', sans-serif;
    margin: 6% 10% 0 0;

 }

.case-carosl .owl-nav{
    position: absolute;
        top: -25%;
    right: -4%;
    width: 20%;
        left: auto;
}

.case-carosl .owl-dots{
    position: absolute;
    bottom: -30%;
    z-index: 999999999999999;
    width: 200px;
    height: 50px;
    left: 50%;
}
.deal-sec p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-top: 25px;
    width: 80%;
    margin: 30px auto 0 auto;
}
.deal-sec+.deal-sec::before{
    content: " ";
    width: 2px;
    height: 100px;
    background: #E36161;
    display: block;
    float: left;
    margin-top: 2vh;
}
.abt-cont{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.abt-cont p{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
}
.l-txt{
    color: #E36161;
    font-size: 20px !important;
    font-weight: 600;
}
.led{
    font-family: 'Roboto', sans-serif;   
}
.led p{
    font-size: 16px;
    margin-top: 20px;
}
.led-sec{
        margin-bottom: 100px;
}
.lst-led-sec{
    margin-bottom: 0;
}
.frm::before{
    content: " ";
    border: 3px solid #E36161;
 
    width: 55%;
    height: 100%;
    display: block;
    position: absolute;
    top: 8%;
    left: 10%;
   z-index:  9;
}
.nav .active a::after{
     content: "";
    border-bottom: 3px solid #e36161;
    width: 60%;
    display: block;
    position: relative;
    top: 15px;
}
.pk-hd{
    font-size: 18px !important;
    font-weight: 600;
}
.pk-txt{
    margin-top: 10px !important;

}
.prk-sec::before{
    content: "";
        background: none !important;
}
.pk-li-sec{
    margin-top: 100px;
}
.join-sec{
 
    background: #fff;
    padding: 1% 3% 3% 3%;
}
.join-sec input{
float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;   
    margin: 3% 0;
    border: none;
    padding: 15px 10px;
    border-bottom: 1px solid #ccccccba;

}
.jn-sec-btn{
    width: 100%;
    /* float: left; */
    text-align: center;
}
.jn-sec-btn button {
      padding: 15px 80px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    background: #4FB783;
    border: none;
    color: #fff;
    border-radius: 4px;
    margin: 20px 0 0 0;
}
.att-sec{
    float: left;
    width: 100%;
    margin: -12% 0 0 0;
}
.att-sec img,.att-sec p{
    float: left;
        margin: 0;
}
.att-sec p{
    margin-left: 20px;
        font-size: 16px;
}
.fle{
    opacity: 0; 
    position: relative;
 
 
 
    top: 50px;


}
.arti{
    float: left;
    background: #fff;

}
.con-bdy{
    background: url('../images/city.png') center no-repeat;
    background-size: cover;
}
.cont-p-sec,.serv-p-sec{
    background: none;
}
.ana-cont-p-sec{
    height: 100px;
}
.serv-p-sec h2{
    color: #fff;
}
.con-enq-sec{
    background: #fff;   
    padding: 0px 0px;
    border-radius: 6px;
        overflow: hidden;
}
.con-inp-sec{
    padding: 40px 35px 0 35px;
}
.con-inp-sec input {
    width: 100%;
    margin: 0px 0 40px 0;
    font-family: 'Roboto', sans-serif;
    height: 40px;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
}
.con-inp-sec textarea{
    width: 100%;
    margin:20px 0;
    background: #F0F0F0;
    border: 1px solid #ccc;
    outline: none;
    height: 17vh;
}
.cont-sub-btn{
  background: #E36161;
    border: none;
    padding: 10px 70px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    outline: none;
    text-align: center;
    margin: auto;
    display: flex;
    /* margin-top: 0; */
    /* justify-content: center; */
    /* float: left; */
}
.cont-txt-prt{
    background: #FAFAFA;
    padding: 40px 40px 30px 40px;
}
.cnt-inn-sec{
        margin-bottom: 30px;
    float: left;
    width: 100%;
}
.cont-sec-txt-img{
    filter: invert(70%);
    margin-bottom: 12px;
    width: 7%;
}
.cnt-inn-sec p{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

}
.con-map{
margin-top: 5%;
    padding: 0;
    border-radius: 5px;
 
    height: 20vh;
    overflow: hidden
}
.con-map iframe{
    width: 100%;
    height: 100%;
}
.btn-sub-cont{
    margin-top: 30px;
    float: left;
    width: 100%;
}
.ln-h-txt{
    color: #0073b1;
    font-family: 'Roboto', sans-serif;
    padding: 20px 20px 10px 20px;
    font-size: 16px;
        float: left;
}
.blg-sec {
    font-family: 'Roboto', sans-serif;   
    position: relative;
    cursor: pointer;
    float: left;
    padding: 0 15px;
        margin-bottom: 20px;
}
.ln-h-dte{
    padding: 0px 20px 40px 20px;
}
.ln-li{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 20px 20px 20px;
    display: flex;
    justify-content: space-between;

    bottom: 0;
}
.ln-li li{
    float: left;
    padding: 0 0px;
    list-style: none;
}
/*.ln-li li+li::before{
    content: "\00b7";
    padding: 8px;

}*/
.ln-img{
  float: left;
    width: 100%;
    height: 18vh;
    overflow: hidden;
}
.ln-img img{
    width: 100%;
    height: 100%;
}
.blg-desc{
    width: 100%;
    margin: 50px auto;
    padding: 0 10%;
    border-top: 1px solid #0000001c;
    display: none;

}
.blg-active{
    display: block !important;
}
.blg-desc img{
    width: 100%;
    margin-bottom: 40px;
}
.blg-desc p{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    line-height: 1.5; 
}
.blg-desc h1{
    float: left;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 45px;
    line-height: 1.5;
    font-weight: 600;
    width: 100%;  
}
.blg-cont{
    background: #fff;
        float: left;
}
.gal-sec a{
    margin-bottom: 40px;
}
.gal-sec a img{
    width: 100%
}
.gal-sec{
    float: left;
        padding: 5% 0;
}
.mark-sec p{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-top: 20px;

}
.mark-h-txt{
        font-size: 20px !important;
    font-weight: bold;
    margin-top: 0 !important;
}
.case-txt a{
    color: #fff;
    text-decoration: none;
}