*{

    margin: 0;

    padding: 0;

}

body{

    font-family: 'Lato', sans-serif;

}

a{

    text-decoration: none;

    font-family: Lato;

}

h1, h2, h3{

    margin-bottom:0;

}



/*----------Header-top**********/



.top-content{

    display: flex;

    justify-content: space-between;

}

.header-top{

    background: #2e343a;

    color: #fff;

}

.header-contact, .header-social, .header-para{

    display:flex;

    list-style: none;

    margin-bottom:0;

}

.header-contact li{

    border-right: 1px solid #fff;

    padding:8px 20px;

}

.header-contact li:first-child{

    padding-left:0;

}

.header-contact li:last-child{

    border-right:none;

}

.header-contact li a,.header-social li a, .header-para li a{

    color:#fff;

    font-size:14px;

    text-decoration: none;

}

.header-contact li a i{

   

    margin-right:10px;

}

.header-social, .header-para{

    align-items: center;

}

.header-social li{

    padding: 0 5px;

}

.header-social li a .fa{

    font-size:17px;

}

/*****************Header-Menu*************/





 #header {

    padding: 8px 0;

    height: 80px;

    background: #fff;

    position: relative;

}

#header .container{

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

}

#header .logo img{

    width:80px;

}

nav.main-menu ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;

    margin: 0;

    padding: 0;

    -webkit-transition: all 0.8s ease-in-out;

-moz-transition: all 0.8s ease-in-out;

transition: all 0.8s ease-in-out;

}

nav.main-menu ul > li {

    margin: 0;

    float: none;

    position: relative;

    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;

}

nav.main-menu ul > li.search{

    background: #1a7e44;

    border-radius:50%;

    margin-top: 14px;

}

nav.main-menu ul > li.search a{

    padding: 5px 10px;

    color:#fff;

}

nav.main-menu ul > li > a {

    width: 100%;

    display: block;

    padding: 20px 25px;

    text-decoration: none;

    color: #60646d;

    font-size: 15px;

    font-weight: 400;

    text-align: left;

}

nav.main-menu li:hover > a,

nav.main-menu > .menu-active > a {

  color: #1a7e44;

}

nav.main-menu ul li.sub-menu:before{

    content: '\f0d7';

    font-family: fontAwesome;

    position: absolute;

    line-height: 35px;

    font-size: 12px;

    right: 10px;

    top: 15px;

}

nav.main-menu ul li.active.sub-menu:before{

    content: '\f0d8';

}

nav.main-menu ul > li:hover ul.dropdown1{

    display:block;

}

nav.main-menu ul li ul.dropdown1{

    position: absolute;

    left: -20px;

    background: #242a30;

    display: none;

    transition: .5s all linear;

    z-index:999999;

}

nav.main-menu ul li ul.dropdown1 li{

    position:relative;

    border-bottom: 2px solid #2e343a;

}

nav.main-menu ul li ul.dropdown1 li:last-child{

    border-bottom:none;

}

nav.main-menu ul li ul.dropdown1 li:hover .picture-dropdown{

    display:flex;

    

}

nav.main-menu ul li ul.dropdown1 li .picture-dropdown{

    position: absolute;

    width: 555px;

    top: 0;

    left: 170px;

    background: #1a7e44;

    padding:10px 10px;

/*     display: flex; */

    flex-direction: row;

    flex-wrap: wrap;

    display:none;

} 

/* nav.main-menu ul li ul.dropdown1 li .picture-dropdown.pic1{

    top:0;

}

nav.main-menu ul li ul.dropdown1 li .picture-dropdown.pic3{

    top:-200%;

} */

nav.main-menu ul li ul.dropdown1 li:hover > a{

    color:#fff;

}

.picture-dropdown .picture-box{

    width:130px;

    margin: 4px;

     position: relative;

}

.picture-dropdown .picture-box figure{

    height:130px;

    overflow:hidden;

   

    margin-bottom:0;

}

.picture-dropdown .picture-box img{

    max-width:100%;

}

.picture-dropdown .picture-box span{

    position: absolute;

    background-color: #fff;

    width: 100%;

    left:0;

    bottom: 0;

    padding: 3px;

        text-align: center;

}

.picture-dropdown .picture-box span a{

   color:#000;

    font-size: 12px;

    text-decoration:none;

    padding:0;
	
	

}

.picture-dropdown .picture-box figure a:hover{

    text-decoration:none;

}



nav.main-menu ul li ul li:hover{

    background-color: #1a7e44;

}

nav.main-menu ul li.active ul{

    display : block;

}

nav.main-menu ul li ul li{

    display: block;

    width: 170px;

}

nav.main-menu ul li ul li a{

    color:#fff;

    font-size: 13px;

    padding: 12px 0;

    text-align: center;

}

.menu-toggle{

    color: #000;

    float: right;

    line-height: 50px;

    font-size: 24px;

    cursor: pointer;

    display: none;

} 

 



/*********Hero slider *************/



#intro {

    display: table;

    width: 100%;

    background: #000;

    overflow-x: hidden;

}

#intro .carousel-item {

    width: 100%;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

#intro .carousel-item::before {

    content: '';

    background-color: rgba(0, 0, 0, 0.3);

    position: absolute;

    height: 100%;

    width: 100%;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

}

#intro .carousel-container {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: flex-end;

    -webkit-align-items: flex-end;

    -ms-flex-align: flex-end;

    align-items: flex-end;

    position: absolute;

    bottom: 0;

    top: 0;

    left: 0;

    right: 0;

}

#intro .carousel-background img {

    width: 100%;

}

#intro .carousel-fade {

    overflow: hidden;

}

#intro .carousel-container .carousel-content{

      border: 5px solid #fff;

      border-left: 0;

      color:#fff;

      width:400px;

      padding: 30px 20px 30px 20px;

      position:relative;

      margin-left: 35px;
      /* margin-bottom: 45px; */
      background: rgba(0,0,0,0.42);

}

#intro .carousel-container .carousel-content:before{

    content: '';

    position: absolute;

    top: 0;

    width: 5px;

    height: 20px;

    background: #fff;

    left: 0;

}

#intro .carousel-container .carousel-content:after{

    content: '';

    position: absolute;

    bottom: 0;

    top:70px;

/*    height: 105px;*/

    width: 5px;

    background: #fff;

    left: 0;

}

#intro .carousel-container .carousel-content h2{

    font-size: 26px;

    font-weight: 900;

    margin-left: -70px;

}

#intro .carousel-container .carousel-content p{

    font-size: 15px;

}

#intro .carousel-control-prev,

#intro .carousel-control-next {

    width: 10%;

}

#intro .carousel-control-next i.fa,

#intro .carousel-control-prev i.fa{

    position: relative;

    top: 0;

    font-size: 40px;

    width: 45px;

    color: #1a7e44;

    height: 45px;

    background: #ffffff;

    border-radius: 50%;

    line-height: 45px;

    opacity: 0.7;

} 

#intro .carousel-indicators li {

    cursor: pointer;

}

.fa-angle-left:before {

    margin-left: -3px;

}

.fa-angle-right:before {

    margin-right: -3px;

}

.carousel-control-next, .carousel-control-prev{

    opacity: 1 !important;

}

/***********About us**************/

.aboutus{

    background-image: url("../image/img5.webp");

    /* background-size: contain; */

    background-repeat: no-repeat;

    background-size: 200px;

    background-position: -90px;

}

.aboutus{

    margin: 90px 0;

}

.testimonial{

    margin: 90px 0 0 0;

}

.aboutus h1{

      text-transform: uppercase;

      font-size:24px;

      font-weight: bold;

      position:relative;

      padding-bottom:12px;

      margin-left: 60px;

}

.aboutus h1:after{

    content:'';

    position: absolute;

    display:block;

    bottom:0;

    width:80px;

    height:2px;

    background-color:#1a7e44;

}

.aboutus-para{

    margin-left: 60px;

    margin-top:20px; 

}

.aboutus-para p{

    font-size: 15px;

    color:#989898;

    margin-bottom: 30px;

}

.aboutus-para  a{

    text-decoration:none;

    color: #fff;

    background: #1a7e44;

    border: 1px solid #1a7e44;

    padding: 15px 30px;

    font-size: 15px;

    font-weight: 700;

}

.aboutus-para  a:hover{

    background:#fff;

    color:#1a7e44;

    border: 1px solid #1a7e44;

    transition: 0.3s linear;

}

.aboutus .box{

    box-shadow: 0px 7px 20px rgba(0,0,0,0.1);

      display:flex;

      justify-content: space-evenly;

      align-items: center;

      padding: 10px 30px;

      border-radius: 50px;

}

.aboutus .box p{

    margin-left: 20px;

    line-height: 18px;

    font-size: 17px;

    font-weight: 700;

    padding-top: 16px;

}

.aboutus .box span{

      color: #1a7e44;

      font-size:32px;

      font-weight:bold;

}

.aboutus .aboutus-box1{

      margin:128px 0;

}

.aboutus .aboutus-box3{

    margin: 20px 0;

}



  /***************Quote**************/



.quote{
    background: #2e343a url(../image/footer.webp);
    background-position: right;
    padding: 70px 0;
}

.quote p{

      font-size:32px;

      color: #fff;

      text-align: center;

      line-height: 38px;

}

.quote p span{

    display: block;

}



/**********************************/

.testimonial{

    overflow-x: hidden;

}

.testimonial-box{

    margin: 0 50px;

    /* background-color:#f7f7f7; */

    /* height:400px; */

    display: flex;

    overflow-x: hidden;

}

.testi-image{

    position: relative;

}

.testimonial-box .testi-image figure{

    padding: 0px 0px;

    margin-bottom: 0px;

        width: 330px;

    height:300px;

}

.testimonial-box .testi-image figure img {

   width:100%;

       height:100%;

    object-fit: cover;

    position: relative;

}

.testimonial-detail{

   padding: 0px 70px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    background-color: #f7f7f7;

}

.testimonial-detail p{

    font-size: 16px;

    position:relative;

    font-weight: 600;

}

.testimonial-detail p:before{

    content:'';

    position:absolute;

    background-image:url('../image/right-quotation-sign.png');

    width: 20px;

    height: 20px;

    background-repeat: no-repeat;

   left: -25px;

    right: auto;

}

.testimonial-detail p:after{

    content:'';

    position:absolute;

    background-image:url('../image/leftquotation-sign.png');

    width: 20px;

    height: 20px;

    background-repeat: no-repeat;

/*    bottom: 36px;*/

}

.testimonial-detail h2{

    font-size: 22px;

    font-weight:bold;

    color:#1a7e44;

   margin-bottom:0;

}

.testimonial-detail span{

    font-size: 14px;

}

.testimonial-box figure a{

    position: absolute;

    bottom: 0;

    background-color: #1a7e44;

    width: 100%;

    padding: 18px 0;

    text-align: center;

    color: #fff;

    font-size: 24px;

    opacity: 0.8;

    text-decoration: none;

}



.testimonial button.slick-prev.slick-arrow{

    background-image: url(../image/left-arrow.png);

    position: absolute;

    left: 0px;

    background-size: contain;

    background-repeat: no-repeat;

    width: 50px;

    z-index:9999;

}

.testimonial button.slick-next.slick-arrow{

    background-image: url(../image/right-arrow.png);

    position: absolute;

    right: -2px;

    background-size: contain;

    background-repeat: no-repeat;

    width: 50px;

}

/*********************************************/

.client{

    display:flex;

   margin:90px 0;

    

}

.client h2{

    text-align: center;

    font-weight: 700;

    font-size: 35px;

    text-transform: uppercase;

}

.client h2 span{

    padding: 5px 10px;

    border: 3px solid #1a7e44;

}

#clients-logo{

    margin-top:40px;

    display: flex;

    flex-direction: row;

    justify-content: center;

}

.client-box{

    text-align: center;

    display: flex !important;

    align-items: center;

    height: 170px;

    border-right: 2px solid #e3e3e3;

}

.client-box:last-child{

    border-right: none;

}

.client-box figure {

    margin: 0px auto;

    padding: 56px;

    cursor: pointer;

}

.client-box figure img {

    max-width: 170px;

}



/*********************************************/



footer{

    font-family: lato;

    padding: 70px 0px 60px 0;

    color:#fff;

    background: #2e343a url('../image/footer.webp');

    background-size: contain;

    background-repeat: no-repeat;

    background-position: top;

}

footer img{

    max-width:80px;

}

footer p{

    font-size:15px;

}

footer h2{

    font-size: 16px;

    font-weight: bold;

}

.footer-1, .footer-2, .footer-3{

    margin-top:45px;

    display:flex;

}

.colm-1{

    margin-right: 30px;

}

.colm-2{

    margin-left: 10px;

}

footer ul{

    list-style:none;

    margin-top: 20px;

}

footer ul li{

    font-size:15px;

}

footer ul li a{

    text-decoration:none;

    color:#fff;

}

footer ul li a:hover{

    color:#fff;

    text-decoration: none;

}

.footer-row{

    margin-top: 40px;

}

.footer-row .header-contact li:first-child{

    padding-left:0;

}

.footer-copyright{

    margin-top:50px;

    font-size:15px;

    text-align: center;

}

/*********************************************/

.gallery{

    margin-top:90px;

    overflow-x: hidden;

}

.gallery h2{

    font-size: 24px;

    font-weight: 700;

}

.gallery-box{

    background: #e7e7e7;

    padding:15px 20px;

    margin-top:70px;

    height:325px;

    text-align: center;

}

.gallery-box .fig-slide{

    height:145px;

     position: relative;

}

/*

.gallery-box figure{

   

    margin-bottom:20px;

    overflow:hidden;

}

*/

.gallery-box img{



height: 100%;

    width: 100%;

    display: block;

    object-fit: cover;

}

.gallery-box a span{

    position: absolute;

    bottom: 0;

    right: 0;

    left: 0;

    bottom: 0;

    color: #fff;

    width: 100%;

    background: #2e343a;

    display: block;

    font-size: 15px;

    font-weight: 500;

    padding: 5px 0;

    text-decoration:none;

}

.gallery-box.single-image .caption p{

    font-size:13px;

    margin-bottom:5px;

}

.single-image figure{

    margin-bottom: 0;

    height: 200px;

    overflow: hidden;

}

.single-image figure img{

    max-width: 320px;

    max-height: 100%;

}

.single-image .fig-hori-slide{

    position:relative;

    height:300px;

}

.single-image span{

   position: absolute;

    background: #1a7e44;

    padding: 10px 50px 10px 50px;

    color: #fff;

    font-size: 15px;

    height: 90px;

    display: flex;

    align-items: center;
    justify-content: center;

    left: 0;

    bottom: 0;

    right: 0;

}

.line {

    height: 6px;

    position: relative;

}

.line:before {

    content: '';

    position: absolute;

    width: 100%;

    left: 0;

    height: 6px;

    top: 0;

    background: #1a7e44;

    border-radius: 3px;

}

.line1:after {

    max-width: 30%;

}

.line:after {

    content: '';

    width: 100%;

    position: absolute;

    border-radius: 3px;

    left: 0;

    height: 6px;

    top: 0;

    display: block;

    background: #fff;

    transition: 0.8s;

    animation: animate 1 4s;

}

.single-image .slick-next:before{

    font-family: FontAwesome !important;

    content:"\f105" !important;

    color:#fff !important;

    font-size: 40px;

}

.single-image .slick-prev:before{

    font-family: FontAwesome !important;

    content:"\f104" !important;

    color:#fff !important;

    font-size: 40px;

}

.single-image button.slick-prev.slick-arrow{

    position: absolute;

    top: 80%;

    left: 16px;

    z-index: 9;

}

.single-image button.slick-next.slick-arrow{

    position: absolute;

    top: 80%;

    right: 16px;

    z-index: 9;

}

.vertical-slide .slick-next:before{

    font-family: FontAwesome !important;

    content:"\f106" !important;

    color:#1a7e44;

    font-size: 24px;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0

}

.vertical-slide button.slick-next.slick-arrow{

    position: absolute;

    top: -15px;

    right: 0px;

    height: 30px;

    width: 30px;

    background-color: #e7e7e7;

}

.vertical-slide .slick-prev:before{

    font-family: FontAwesome !important;

    content:"\f107" !important;

    color:#1a7e44;

    font-size: 24px;

    position: absolute;

        bottom: 0;

    left: 0;

    right: 0;

}

.vertical-slide button.slick-prev.slick-arrow{

    position: absolute;

    background-color: #e7e7e7;



    height: 30px;

    width: 30px;

    top: -15px;

    left: auto;

    right: 32px;

}

.vertical-slide button.slick-prev.slick-arrow:hover,.vertical-slide button.slick-next.slick-arrow:hover{

    border-bottom:none;

    transition: 0.3s all ease-in;

    background-color: #1a7e44;

}

.vertical-slide .slick-prev:hover:before{

    color:#fff;

}

.vertical-slide .slick-next:hover:before{

    color:#fff;

}



/*********************************************/

.contact{

    padding: 100px 0;

    background-color:#fbfbfb;

}

.contact h2{

    font-size:32px;

    font-weight:bold;

    text-align: center;

    text-transform: uppercase;

    position:relative;

    padding-bottom: 22px;

}

.contact h2:after{

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    width: 125px;

    height: 1px;

    background-color: #1a7e44;

}

.contact form {

    margin-top:70px;

}

.contact form .form-control{

    border-radius: 0;

    outline: none;

    background-color: #f1f1f1;

    border: none;

    margin-bottom:26px;

    padding: 23px;

    font-size: 16px;

    font-weight: 700;

    color: #222222;
    border:1px solid transparent;

}

 form .form-control:focus{

    border-color:transparent;

    /* outline:none; */

    border:1px solid #d6d6d6;

    box-shadow:none;

}



.contact form button{

    background: #1a7e44;

    color:#fff;

    width: 150px;

    border-radius:0;

    border: 1px solid #1a7e44;

    font-weight:700;

}

.contact form button:hover{

    background:transparent;

    color:#1a7e44;

    transition: 0.3s linear;

    border: 1px solid #1a7e44;

}

/***************************************************/

.banner-faq{

    background-image:url('../image/faq.jpg');

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-background-size: cover;

    background-size: cover;

    position: relative;

    height:220px;

}

.banner-faq:after{

    content:'';

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background-color: #1a7e44;

    opacity:0.9;

    z-index:99;

}

.banner-faq .container, .banner-contact .container, .banner-blog .container, .banner-aboutus .container, .banner-career .container, .banner-residential .container{

    height:100%;

}

.banner-content, .banner-contact{

    z-index:999;

    position:relative;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    height: 100%;

    padding-bottom: 20px;

}

.banner-content h1{

    font-size: 22px;

    font-weight:400;

    color:#fff;

}

.banner-content ul{

    list-style: none;

    display: flex;

    margin-bottom:0;

}

.banner-content ul li a{

    color:#fff;

    text-decoration:none;

    padding:0 20px;

}

.banner-content ul li{

    position:relative;

}

.banner-content ul li:after{

    content: "";

width: 30px;

height: 30px;

background: url("../image/right-arrow-small.png") no-repeat;

    position:absolute;

        top: 5px;

    right: -20px;

}

.banner-content ul li:last-child:after{

    content: none;

}

.banner-content span a{

    text-decoration: none;

    color:#fff;

    font-size: 15px;

}

.banner-content span img{

    padding: 0 10px;

}

.faq{

    background-color:#f8f8f8;

    padding: 110px 0px;

}



.faq h2{

    text-align:center;

    margin-bottom: 45px;

    font-size: 28px;

    font-weight:900;

}

.faq p{

    text-align:center;

    margin: 0 45px 90px 45px;

    font-size: 15px;

    font-weight:400;

}



.toggle-main .toggle {

    margin-bottom: 25px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

  }

  .toggle-main .toggle-title {

    background-color: #fff;

    margin: 0;

    height: auto;

    cursor: pointer;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

  }

  .toggle-main .toggle-title h3 {

    padding: 20px 40px 20px 55px;

    margin: 0;

    font-size: 16px;

    font-weight: 900;

    background: url(../image/faq-open.png) no-repeat  center;

    background-position: 4%;

  }

  .toggle-main .toggle-title i {

    margin-right: 10px;

    font-size: 18px;

  }

  .toggle-main .toggle-content {

    padding: 0px 20px 40px;

    background-color: #fff;

    margin: 0;

    display: none;

  }

  .toggle-main .toggle-content .entry-content ul{

      list-style-position: inside;

       margin-top:10px;   

  }

.toggle-main .toggle-content .entry-content ul li{

    font-size: 14px;

      color:#989898;

      font-weight:400;

}

.toggle-main .toggle-content p{

      text-align: left;

      margin:0;

      font-size: 15px;

      color:#989898;

      font-weight:400;

  }

  .toggle-main .toggle.current .toggle-title {

    border: none;

  }

  .toggle-main .toggle.current .toggle-title h3 {

    background: url(../image/faq-close.png) no-repeat center;

    background-position: 4%;

  }



/**********CONTACT US ******************************/





.banner-contact{

    background-image:url('../image/contactus.png');

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-background-size: cover;

    background-size: cover;

    position: relative;

    height:150px;

}

.contact-info{

    /* background-color:#fafafa; */

    text-align: center;

    /* padding-top: 50px; */
 
    /* padding-bottom: 400px; */

}
.contact-info p{
    text-align: left;
}

.contact-info H3{

    font-size:20px;

    font-weight:900;

    margin-bottom: 15px;

}

.contact-info p, .contact-info p a{

    font-size:15px;

    font-weight:400;

    color:#989898;

    text-decoration: none;
    text-align: left;

}
.contact-form .contact-info p{
    text-align: left !important;
    margin-bottom: 15px;
}
.contact-info p .hdngg{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-align: left;
}
.contact-info h5{
    font-weight: 600;
}
.contact-info i{

    font-size: 38px;
    color: #1a7e44;
    margin-bottom: 15px;
    width: 62px;

}

.contact-address p{

    margin-bottom:0;

}

.contact-border{

    /* padding: 45px 50px; */
align-items: center;
}

/* .contact-border:hover{

    box-shadow: 0px 4px 30px 5px rgba(0,0,0,0.2);

    background-color: #fff;

} */



.map .map-box{

    position:relative;

    /* overflow:hidden; */

}

.contact-form{

    position: relative;

    margin: auto;

    padding:60px 0px;
    z-index: 9;

}

.contact-form h2{

    font-size:36px;

    font-weight:900;

    margin-bottom:30px;

    text-align:center;

}

.contact-form p{

    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;

}

.contact-form form input{

    color: #989898;
    font-size: 15px;
    border-radius: 0;
    outline: none;
    border: 0;
    margin-bottom: 0px;
    padding: 20px;
    background-color: #fff;
}

.contact-form .form-control:focus{

    border-color:transparent;

    /* outline:none; */

    border:none !important;

    box-shadow:none;
    background-color: #ffffff;

}

.contact-form select{

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    height: 39px;
    border-radius: 0;
    border: 0;
    outline: 0;
    font-size: 15px;
    margin-bottom: 0;
    background-color: #fff;
    padding-left: 19px;
    color: #6c757d;


}

.contact-form textarea{

    border-radius:0;

    border:0;

    outline:0;

    font-size:15px;

    padding-left:20px;

    margin-bottom:16px;
    background-color: #fff;


}

.contact-form button{

    width:200px;

    font-size: 15px;

    font-weight:700;

    padding:15px 0;

    background-color: #1a7e44;

    color:#fff;

    border-radius:0;

}

.contact-form button:hover{

    color:#fff;

}



.our-team .slick-next:before{

    font-family: FontAwesome !important;

    content:"\f105" !important;

    color:#1a7e44 !important;

    font-size: 60px;

}

.our-team .slick-prev:before{

    font-family: FontAwesome !important;

    content:"\f104" !important;

    color:#1a7e44 !important;

    font-size: 60px;

}

.our-team button.slick-prev.slick-arrow{

    position: absolute;

    z-index: 9;

}

.our-team button.slick-next.slick-arrow{

    position: absolute;

    z-index: 9;

}





/**********************************************/



.banner-blog{

    background-image:url('../image/blog.jpg');

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-background-size: cover;

    background-size: cover;

    position: relative;

    height:220px;

}

.blog-content{

    background-color: #fafafa;

    padding:95px 0;

}

.blog-row{

    margin-bottom:26px;

}

.blog-box{

    padding:0;

    position: relative;

    background-color: #fff;

    border: 1px solid #eee;

}



.blog-date{

    position: absolute;

    right: 13px;

    top: 12px;

    width: 28px;

    /* height: 60px; */

    z-index: 9999;

}

.blog-date span{

    display:block;

    text-align:center;

}

.blog-date .date{

    font-size: 13px;

    font-weight:700;

    line-height: 28px;

    height: 28px;

    background-color: #fff;

    margin-bottom:2px;

}

.blog-date .month{

    font-size: 11px;

    font-weight:700;

    background-color: #fff;

}



.blog-image{

    height: 260px;

}

.blog-image figure{

    overflow:hidden;

}

.blog-image figure img{

    max-width:100%;

}

.blog-info{

    padding:18px 18px 22px 18px;

}

.blog-info a{

    font-size:16px;

    font-weight:700;

    color:#1a7e44;

    margin-bottom:15px;

    text-decoration: none;

}

.blog-info p{

    font-size:15px;

    font-weight:400;

    color:#989898;

    margin-top:15px;

}

.blog-info ul{

    display:flex;

    list-style: none;

    margin-bottom:30px;

}

.blog-info ul li a{

    font-size: 13px;

    color:#989898;

    margin-right:15px;

    text-decoration: none;

}

.blog-info ul li a img{

    width: 13px;

    margin-top:-5px;

    margin-right:5px;

}



.blog-info .read-more{

    font-size: 15px;

    font-weight:400;

    color:#1a7e44;

    padding: 12px 20px;

    border: 1px solid #1a7e44;

    text-decoration: none;

    border-radius:0;

}

.blog-box:hover .blog-info .read-more{

    background:#1a7e44;

    color:#fff;

    border:1px solid #1a7e44;

    transition: 0.3s linear;

}

.blog-box:hover{

    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);

    transition:0.3s all linear;

}

.blog-pagination{

    margin:0 auto;

    margin-top:40px;

}

.blog-pagination ul.pagination{

    border-radius:0 !important;

}

.blog-pagination ul li a{

    color:#1a7e44;

    font-size: 15px;

    padding: 17px 22px;

}

.blog-pagination ul li:hover a{

    background-color:#1a7e44;

    color:#fff;

}

.page-item:first-child .page-link , .page-item:last-child .page-link{

    border-radius:0;

}



/******************************************/



.blog-inner{

    padding: 70px 0;

    background-color: #fafafa;

}

.blog-inner img{

     max-width:100%;

}

.blog-inner-content{

    padding: 24px 24px;

    background-color:#fff;

}

.blog-inner-author-content{

    display: flex;

}

.blog-inner-author-content .datemonth{

    width: 28px;

}

.blog-inner-author-content .datemonth span{

    display:block;

    text-align:center;

}

.blog-inner-author-content .datemonth .date{

    font-size: 13px;

    font-weight:700;

    line-height: 28px;

    height: 28px;

    background-color: #e1e1e1;

    color: #1a7e44;

}

.blog-inner-author-content .datemonth .month{

    font-size: 11px;

    font-weight:700;

    background-color: #1a7e44;

    color:#fff;

}

.blog-inner-title{

    margin-left:10px;

}

.blog-inner-title h2{

    font-size:15px;

    font-weight:700;

    color:#1a7e44;

    margin-bottom: 6px;

}

.blog-inner-title ul{

    display:flex;

    list-style: none;

    margin-bottom:20px;

}

.blog-inner-title ul li a{

    font-size: 13px;

    color:#989898;

    margin-right:15px;

    text-decoration: none;

}

.blog-inner-title ul li a img{

    width: 13px;

    margin-top:-5px;

    margin-right:5px;

}

.blog-inner-content p{

    font-size:15px;

    font-weight:400;

    color:#989898;

}

.blog-inner-content .share h2{

    font-size:18px;

    font-weight:400;

    font-weight:700;

    margin-top:30px;

}

.blog-inner-content .share ul{

    display:flex;

    list-style: none;

    margin-top:20px;

}

.blog-inner-content .share ul li{

   margin-right:10px;

   padding: 3px 10px;

    border-radius: 5px;

    line-height: 18px;

}

.blog-inner-content .share ul li a{

    color:#fff;

    text-decoration: none;

    font-size:13px;

}

.blog-inner-content .share ul li a i{

    margin-right:5px;

}

.blog-inner-content .share ul li.like{

    background-color:#1352a5;

 }

 .blog-inner-content .share ul li.tweet{

    background-color:#0096e1;

 }

 .blog-inner-content .share ul li.plus{

    background-color:#ff461d;

 }

.related-post{

    margin-top:60px;

}

.related-post h2{

    font-size:20px;

    font-weight:700;

    text-transform: uppercase;

    position: relative;

    padding-bottom:10px;

    margin-bottom:20px;

}

.related-post h2:after{

    content: '';

    position: absolute;

    left:0;

    bottom: 0;

    width: 100px;

    height: 1px;

    background-color: #1a7e44;

}

.category-box{

    background-color:#f4f4f4;

    padding:30px 22px;

}

.category-box h2{

    font-size:20px;

    text-transform: uppercase;

    position: relative;

    overflow:hidden;

}

.category-box h2:after{

    margin: auto;

    position: absolute;

    content: '';

    top: 0;

    bottom: 0;

    width: 100%;

    margin-left: 10px;

    height: 1px;

    background: #1a7e44;

}

.category-box .category-list{

    margin-top:25px;

    list-style: none;

    margin-bottom:50px;

}

.category-box .category-list li{

    padding:20px 23px;

    border:1px solid #e1e1e1;

    border-bottom:0;

}

.category-box .category-list li:last-child{

    border-bottom:1px solid #e1e1e1;

}

.category-box .category-list li a{

    font-size:15px;

    text-decoration: none;

    color:#000;

}

.category-box .social-blog{

    display:flex;

    list-style: none;

    margin-top:25px;

}

.category-box .social-blog li{

    margin-right:15px;

}

.category-box .social-blog li a{

    font-size:18px;

    color:#1a7e44;

}

/**************************************************/



.banner-aboutus{

    background-image:url('../image/aboutus.jpg');

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-background-size: cover;

    background-size: cover;

    position: relative;

    height:220px; 

}

.aboutus-content{

    margin:100px 0;

/*    overflow:hidden;*/

}

.aboutus-content h2{

    font-size:24px;

    font-weight:bold;

    margin-bottom:38px;

}

.aboutus-content  p{

    font-size:15px;

    color:#989898;

    padding: 0 60px;

}



.our-team h2{

    font-size:24px;

    font-weight:bold;

    position: relative;

    text-align: center;

    text-transform:uppercase;

    padding-bottom: 16px;

    margin: 50px 0;

}

.our-team h2:after{

    position: absolute;

    content:'';

    width:200px;

    left:0;

    right:0;

    margin:auto;

    bottom:0;

    background-color:#1a7e44;

    height:2px;

}

.our-team h3{

    font-size:24px;

    font-weight:bold;

    margin-bottom:28px;

}

.our-team span, .our-team p{

    font-size:15px;

    font-weight:400;

    color:#a5a5a5;

 

}

.our-team p{

    margin-top:35px;

}

.our-team ul{

    list-style:none;

    display:flex;

}

.our-team ul li{

    margin-right:22px;

}

.our-team ul li a{

    color:#989898;

    font-size:26px;

}

/* .our-team .member{

    margin-bottom:80px;

} */
section.our-team {
    border-bottom: 2px solid #f7f7f7;
    padding: 15px 0;
}

.member-box figure{

    height: 300px;

    margin:0 auto;

}

.member-box figure img{

    width: 100%;

    height: 100%;

    object-fit: contain;

}

#team-row{

    margin-top:70px;

}

.team-box{

    text-align:center;

    padding: 30px 0;

}

.team-box:hover{

    background-color:#1a7e44;

    color:#fff;

}

.team-box .team-pic{

    display: inline-block;

    margin-bottom: 25px;

    z-index: 1;

    position: relative;

}

.team-box .team-pic figure{

    height: 180px;

    width: 180px;

    border-radius: 50%;

    overflow:hidden;

    margin-bottom:0;

}

.team-box:hover  .team-pic figure{

    border:3px solid #fff;

}

.team-box .team-pic img{

    max-width: 100%;

    height: auto;

}

.team-box .team-detail h3{

    font-size:15px;

    font-weight:400;

}

.team-box .team-detail span{

    font-size:15px;

    font-weight:400;

}

/*************************************************/

.banner-career{

    background-image:url('../image/career.jpg');

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-background-size: cover;

    background-size: cover;

    position: relative;

    height:220px;

}

.banner-career:after{

    content:'';

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background-color: #1a7e44;

    opacity:0.7;

    z-index:99;

}

.apply{

    padding:85px 0;

    background-color:#fafafa;

}

.apply-box{

    box-shadow: 2px 3px 13px rgba(0,0,0,0.1)

}

.apply-box .apply-heading{

    padding:35px 30px;

    background-color:#1a7e44;

    color:#fff;

}

.apply-box .apply-heading h2{

    font-size:20px;

    font-weight: 900;

    margin-bottom:24px;

    position: relative;

}

.apply-box .apply-heading h2:after{

    position: absolute;

    content:'';

    width: 300px;

    height: 1px;

    background-color: #fff;

    top: 0;

    bottom: 0;

    margin: auto;

    margin-left: 10px;

}

.apply-box .apply-heading p{

    font-size: 15px;

    font-weight: 400;

}

.apply-box .apply-form{

    background-color:#fff;

    padding:38px 65px;

}

.apply-form button{

    background-color:#1a7e44;

    color:#fff;

    border-radius:0;

    border: 1px solid #1a7e44;

    margin-top: 35px;

}

.apply-form button:hover{

    background-color:#fff;

    color:#1a7e44;

    border: 1px solid #1a7e44;

}

.apply-form .form-group {

    margin-bottom: 32px;

}

.apply-form label{

    font-size:15px;

    font-weight:400;

    color:#525252;

    margin-right:150px;

}

.apply-form .input-types{

    width:330px;

}

.apply-form .form-control, .apply-form .form-control-file{

    font-size: 13px;

    font-weight:400;

    color:#525252;

    border: 1px solid #d6d6d6;

    border-radius:2px;

}

.apply-form .form-control-file{

    padding:8px 15px;

}

/************************************************/



.job-opening, .job-detail{

  padding:90px 0;

  background-color:#fafafa;

}

.job-opening h2, .job-detail h2{

    font-size:28px;

    font-weight:900;

    padding-bottom:30px;

    position: relative;

    letter-spacing: 1px;

    margin-bottom:30px;

}

.job-opening h2:after, .job-detail h2:after{

    position: absolute;

    content:'';

    width: 150px;

    height: 2px;

    background-color: #1a7e44;

    bottom: 0;

    left: 0;

}

.job-opening p{

    font-size:15px;

    font-weight:400;

    color:#989898;

}

.job-opening-box{

    margin-top:120px;

}

.job-box{

    background-color: #fff;

    text-align:center;

    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);

    padding:60px 0;

    display:flex;

    flex-direction: column;

}

.job-box figure{

    width:78px;

    height:78px;

    border-radius:50%;

    overflow:hidden;

    background-color:#1a7e44;

    margin: 0 auto;

    margin-bottom:40px;

}

.job-box figure img{

    padding:14px;

}

.job-box h3{

    font-size:20px;

    font-weight:700;

    margin-bottom:25px;

    color:#989898;

}

.job-box .view-detail{

    margin-top:20px;

}

.job-box .view-detail a{

    font-size:15px;

    color:#989898;

    font-weight:700;

    text-decoration: none;

    padding:20px 30px;

    border: 1px solid #989898;

}

.job-box:hover a{

    background-color:#1a7e44;

    color:#fff;

    border:1px solid #1a7e44;

}

.mt-30{

    margin-top:30px;

}

.detail-box{

    margin-top:35px;

    box-shadow: 2px 3px 13px rgba(0,0,0,0.1);

    border-radius:2px;

}

.detail-heading{

    background-color:#1a7e44;

    color:#fff;

    padding:32px 30px;

}

.detail-heading h3{

    font-size:20px;

    font-weight:700;

    overflow: hidden;

    position: relative;

}

.detail-heading h3:after{

    position: absolute;

    content:'';

    top:0;

    bottom:0;

    margin:auto;

    margin-left:10px;

    width:300px;

    overflow:hidden;

    height:1px;

    background-color:#fff;

}

.job-content{

    padding:40px;

    background-color:#fff;

    font-size:15px;

    font-weight:400;

    color:#989898;

}

.job-content label{

    width: 190px;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    margin-bottom:0;

    padding: 10px 0;

    letter-spacing: 0.5px;

}

.job-content p{

    margin-left:30px;

    padding: 10px 0;

    letter-spacing: 0.5px;

}

.job-content .apply-btn{

    display: inline-block;

    margin-top: 30px;

}

.job-content a{

    font-size:15px;

    font-weight:400;

    color:#fff;

    padding:10px 20px;

    background-color: #1a7e44;

    text-decoration: none;

    letter-spacing: 0.5px;

}

/* .mb-20{

    margin-bottom:20px;

    

} */

/************************************************/

.lifeatmotia{

    padding:90px 0;

    background-color:#fafafa;

}

.lifeatmotia h2{

    font-size:28px;

    font-weight:900;

    padding-bottom:30px;

    position: relative;

    letter-spacing: 1px;

    margin-bottom:30px;

    text-transform:uppercase;

}

.lifeatmotia h2:after{

    position: absolute;

    content:'';

    width: 150px;

    height: 2px;

    background-color: #1a7e44;

    bottom: 0;

    left: 0;

}

.lifeatmotia p{

    font-size:15px;

    font-weight:400;

    letter-spacing: 0.5px;

    margin-bottom:25px;

    color:#989898;

}

.image-grid1, .image-grid-2{

    margin: 0 auto;

    margin-bottom:55px;



}

.grid{

   width:45%;

    margin-bottom: 10px;

    overflow: hidden;

}

.grid img{

    width:100%;

    /* position: relative; */

}

.image-grid-2 .grid-item{

    width:30%;

    margin-bottom: 10px;

    overflow: hidden;

}

.grid-item img{

    width:100%;

    /* position: relative; */

}

.lifeatmotia .see-more{

    display: flex;

    justify-content: center;

}

.lifeatmotia .see-more a{

    color:#fff;

    background-color:#1a7e44;

    padding: 22px 40px;

    text-decoration: none;

    font-size:15px;

    font-weight:700;

    border:1px solid #1a7e44; 

    transition: 0.2s all ease-in;

}

.lifeatmotia .see-more a:hover{

    color:#1a7e44;

    background-color:#fff;

    border:1px solid #1a7e44; 

}

.lifeatmotia  .see-more a .fa{

    margin-left:5px;

}

/********************************************************/



.banner-residential{

    background-image:url('../image/residential.jpg');

    background-position: center center;

    background-repeat: no-repeat;

    -webkit-background-size: cover;

    background-size: cover;

    position: relative;

    height:220px;

}

.banner-residential:after{

    content:'';

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background-color: #1a7e44;

    opacity:0.9;

    z-index:99;

}



.ongoing{

    background-color:#f9f9f9;

    padding:65px 0;

    /* padding-bottom: 200px; */

}

/* .sticky-header .navbar{

    padding-left:0;

    padding-top: 0;

    z-index: 9 !important;

    background: #f9f9f9;

}



.sticky-header nav ul li{

    background-color:#2e343a;

    margin-right:7px;

    margin-bottom:7px;

}

.sticky-header .navbar-expand-lg .navbar-nav .nav-link {

    padding:16px;

    color:#fff;

    font-size:13px;

    font-weight:400;

    letter-spacing: 0.5px;

}

.sticky-header .navbar-expand-lg .navbar-nav .nav-link.active{

    background-color:#1a7e44;

} */

.sticky-sidebar-nav.navbar{

    padding-left:0;

    padding-top: 0;

    z-index: 9 !important;

    LIST-STYLE: none;

    display: block;

}

nav.sticky-sidebar-nav ul{

    display: flex;

    flex-direction: column !important;

}

nav.sticky-sidebar-nav ul li{

    background-color:#2e343a;

    margin-right:7px;

    margin-bottom:7px;

}

.sticky-sidebar-nav.navbar-expand-lg .navbar-nav .nav-link {

    padding:12px;

    color:#fff;

    font-size:13px;

    font-weight:400;

    letter-spacing: 0.5px;

}

.sticky-sidebar-nav.navbar-expand-lg .navbar-nav .nav-link.active{

    background-color:#1a7e44;

} 

.bg-color{

    background-color:#fff;

}

.ongoing-detail-box{

    padding:27px 20px;

   

}

.ongoing-detail{

    margin-bottom:50px;

}

.ongoing-detail h1{

    font-size:20px;

    font-weight:900;

    color:#2e343a;

    text-transform:uppercase;

    letter-spacing:0.5px;

    

}



.ongoing-detail hr{

    height:2px;

    background:#bcbcbc;

    position: relative;

    margin-bottom:0;

}

.ongoing-detail hr:before{

    position: absolute;

    content:'';

    left: 0;

    top:-1px;

    width: 115px;

    height: 3px;

    background: #1a7e44;



}

.ongoing-detail hr:after{

    position: absolute;

    content:'';

    left: 115px;

    top:-1px;

    top: -4px;

    width: 9px;

    height: 9px;

    background: #1a7e44;

    border-radius: 50%;



}

.ongoing-detail p{

    font-size: 14px;

    color:#989898;

    font-weight:400;

    margin-top:20px;

    letter-spacing:0.5px;

}

#facilities ul{

    margin-top:20px; 

    list-style: none;

    margin-left: 20px;

}

#facilities ul li{

    font-size: 15px;

    color:#989898;

    font-weight:400;

    letter-spacing:0.5px;

    position: relative;

    margin-bottom:15px;

}

#facilities ul li:after{

    content: '';

    height: 5px;

    width: 6px;

    background: #1a7e44;

    display: block;

    position: absolute;

    transform: rotate(45deg);

    top: 9px;

    left: -17px;

}

.ongoing-map{

    margin-top:20px;

}

.ongoing-map figure{

   height: 400px;

    overflow: hidden;

}

.ongoing-map figure img{

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.master-slider, .floor-slider, .spec-slider, .payment-slider{

    padding:50px 35px 0 35px;

}

.master-slider .master-img figure{

    /* width:620px; */

    height:250px;

    overflow:hidden;

}

.master-slider .master-img figure img{

   width: 100%;

    /* min-height: 250px; */

    height: 100%;

    object-fit: contain;

}

.master-slider .slick-next:before{

    font-family: FontAwesome !important;

    content:"\f105" !important;

    color:#fff !important;

    font-size: 26px;

    margin-right: -2px;

}

.master-slider .slick-prev:before{

    font-family: FontAwesome !important;

    content:"\f104" !important;

    color:#fff !important;

    font-size: 26px;

    margin-left: -2px;

}

.master-slider .slick-next:hover{

    color:#fff;

}

.master-slider button.slick-prev.slick-arrow{

    position: absolute;

    left: 0;

    /* z-index: 9; */

    width: 30px;

    height: 30px;

    background-color: #1a7e44;

    border-radius: 50%;

}

.master-slider button.slick-next.slick-arrow{

    position: absolute;

    right: 0;

    /* z-index: 9; */

    width: 30px;

    height: 30px;

    background-color: #1a7e44;

    border-radius: 50%;

}

.floor-slider, .spec-slider, .payment-slider{

    display: flex;

    flex-direction: row;

}

.floor-box, .payment-box{

    

    /* width:300px; */

    margin:10px;

}

/*

.floor-box figure{

    height: 200px;

}

*/

.floor-box figure, .payment-box figure{

    width:100%;

    height: 250px;

    overflow:hidden;

    margin-bottom:0;

    border: 2px solid #d7d7d7;

    border-bottom:0;

}

/*

.payment-box.common-payment figure {

    width: 100%;

    height: 400px;

}

*/

.floor-box span, .payment-box span{

    background-color:#2e343a;

    padding:16px 0;

    text-align: center;

    display: block;

   

}

/*

.floor-box span a{

    color: #fff;

    text-decoration: none;

}

*/

.floor-box img, .payment-box img{

    max-width:100%;

}

.floor-box span a, .payment-box span a{

    font-size: 14px;

    font-weight:900;

    color:#fff;

    text-transform: uppercase;

    display: block;

}

.floor-slider .slick-next:before, .spec-slider .slick-next:before, .payment-slider .slick-next:before{

    font-family: FontAwesome !important;

    content:"\f105" !important;

    color:#fff !important;

    font-size: 26px;

    margin-right: -2px;

}

.floor-slider .slick-prev:before, .spec-slider .slick-prev:before, .payment-slider .slick-prev:before{

    font-family: FontAwesome !important;

    content:"\f104" !important;

    color:#fff !important;

    font-size: 26px;

    margin-left: -2px;

}

.floor-slider .slick-next:hover{

    color:#fff;

}

.floor-slider button.slick-prev.slick-arrow, .spec-slider button.slick-prev.slick-arrow, .payment-slider button.slick-prev.slick-arrow{

    position: absolute;

    left: 0;

    top: 55%;

    /* z-index: 9; */

    width: 30px;

    height: 30px;

    background-color: #1a7e44;

    border-radius: 50%;

}

.floor-slider button.slick-next.slick-arrow, .spec-slider button.slick-next.slick-arrow, .payment-slider button.slick-next.slick-arrow{

    position: absolute;

    right: 0;

    top: 55%;

    /* z-index: 9; */

    width: 30px;

    height: 30px;

    background-color: #1a7e44;

    border-radius: 50%;

}

.spec-box {

    background-color: #fff;

    text-align: center;

    padding: 15px;

    display: flex;

    flex-direction: column;

    border: 2px solid #d7d7d7;

    height:345px;

}

.spec-box.motia-huys-spec{

    height:370px;

}

.spec-box:hover{

    background-color:#1a7e44;

    border: 2px solid #1a7e44;

    transition:all 0.3s ease-in-out

}



.spec-box figure {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    overflow: hidden;

    background-color: #ebebeb;

    margin: 0 auto;

    margin-bottom: 14px;

}

.spec-box figure img{

    padding:20px;

}

.spec-box h2{

    font-size: 22px;

    font-weight: 700;

    color:#2e343a;

    margin-bottom:10px;

}

.spec-box p{

    margin-top:0px;

    margin-bottom:0;

}

.spec-box:hover figure {

    background-color: #fff;

}

.spec-box:hover  h2{

    color: #fff;

}

.spec-box:hover  p, .spec-box:hover  ul li{

    color: #fff;

}

.spec-box ul{

    list-style-position: inside;

        text-align: left;

}

.spec-box ul li{

    color:#989898;

}

.cons-data{

    margin-top:45px;

}

#constructionupdates .cons-slider-text{

    font-size:17px;

    font-weight:700;

    color:#fff;

    background-color:#1a7e44;

    display:block;

    padding:18px 20px;

    text-transform:uppercase;

}

#construction-slider{

    margin:12px 0;

}

.cons-box{

    margin-right:5px;

        position: relative;

}

.cons-box figure{

    height: 194px;

    overflow:hidden;

    margin-bottom:0;

}

.cons-box figure img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.cons-box span{

    background-color: #2e343a;

    padding: 12px 0;

    text-align: center;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

}

.cons-box span a{

    font-size:14px;

    text-transform: uppercase;

    color:#fff;

    font-weight:900;

    text-decoration: none;

}

/* .pr-0{

    padding-right:0;

    margin-right:5px;

} */

.pl-0{

    padding-left:0;

}

#construction-slider .slick-next:before{

    font-family: FontAwesome !important;

    content:"\f107" !important;

    color:#fff !important;

    font-size: 30px;

}

#construction-slider .slick-prev:before{

    font-family: FontAwesome !important;

    content:"\f106" !important;

    color:#fff !important;

    font-size: 30px;

}

#construction-slider button.slick-prev.slick-arrow{

    position: absolute;

    left: auto;

    right:0px;

    top: -40px;

    z-index: 9;

}

#construction-slider button.slick-next.slick-arrow{

    position: absolute;

    right: 0;

    top: auto;

    z-index: 9;

    bottom: -80px;

}

#grid-margin{

    margin-top:36px;

}

.download-content{

    margin-top:40px;

}

.download-content a{

    font-size:18px;

    font-weight:900;

    text-decoration: none;

    color:#1a7e44;

}

.download-content a.btn1{

    font-weight:700;

    color:#fff;

    padding:10px;

    background-color:#1a7e44;

}

.download-content a.btn2{

    font-weight:700;

    color:#000;

    padding:10px;

    background-color:#e1e1e1;

}

.download-links{

    float:right;

}

.download-img{

    margin-top:40px;

}

.download-img figure{

    height: 300px;

    overflow:hidden;

}

.download-img figure img{

    /* height: 100%; */

    object-fit: cover;

}

.download-content ul{

    list-style:none;

    display:flex;

}

.download-content ul li a{

    font-size:21px;

    font-weight:700;

    color:#898989;

    margin-right:20px;

}

.download-content ul li{

    margin-right:20px;

}

.download-content ul li:nth-child(2){

    border-right: 1px solid #898989;

}

.ongoing-right{

    padding: 10px 12px;

    background-color:#fff;

    width:255px;

}

.location-right{

    padding-bottom:10px;

/*    border-bottom:1px solid #e1e1e1;*/

}

.ongoing-video{

    margin-top:35px;

}

.ongoing-right-heading

{

    display: flex;

    align-items: center;

}

.ongoing-right-heading h2{

    color: #2e343a;

    font-size: 18px;

    font-weight: 700;

    padding-right: 10px;

}

.ongoing-right-line{

    width:100%;

    height:1px;

    background-color:#1a7e44;  

    position: relative; 

}

.ongoing-right-line:after{

    content: '';

    position: absolute;

    width: 9px;

    height: 9px;

    background: #2d8652;

    border-radius: 50%;

    top: -4px;

    left: 0;

}

.ongoing-right p{

    font-size:14px;

    font-weight:400;

    color:#2e343a;

    margin-top:10px;

}

/*

.type-right, .starting-price{

    padding:10px 0;

    border-bottom:1px solid #e1e1e1;

}

*/

.ongoing-right a {

    padding: 5px 0;

    display:block;

    text-align:center;

    background-color:#1a7e44;

    color:#fff;

    font-size:18px;

    font-weight:700;

    text-decoration: none;

}

.ongoing-right form{

    margin-top:10px;

    padding:10px;

    background-color:#f9f9f9;

}

.ongoing-right form .form-control{

    border-radius:0;

    border:0;

    outline:0;

    background-color:#f4f4f4;

    margin-bottom:12px;

    font-size:15px;

    color:#535353;

    font-weight:400;

}

.ongoing-right form button{

    padding:12px 30px;

    font-size:15px;

    color:#fff;

    background-color:#1a7e44;

    border-radius:0;

    border:1px solid #1a7e44;

}

.ongoing-right form button:hover{

    color:#1a7e44;

    background-color:transparent;

    border:1px solid #1a7e44;

}





.vision-box h3{

    font-size: 20px;

    font-weight: 600;

/*    text-transform: uppercase;*/

}

.aboutus-content .vision-box p {

    font-size: 16px !important;

    color: #989898;

    margin-top: 18px !important;

    padding:0 10px;

}

.vision-box{

    padding: 20px;

    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

    text-align: center;

        height: 160px;

}

.founder-para{

    margin-top:50px;

}

/**************************************************/
@media screen and (max-width: 1200px){
    .aboutus {
        background-size: 183px !important;
    }
}

@media screen and (max-width: 1024px){

    .single-image figure {

        height: 200px;

    }

    .gallery-box figure img {

        height: 100%;

    }

     .aboutus{

        background-image: none;

    }

}

@media screen and (max-width: 992px){

    .header-contact li {

    padding: 8px 7px;

    }

    .header-contact li a{

        font-size: 11px;

    }

    nav.main-menu ul li ul.dropdown1{

        left:0;

    }

    #header .logo img {

    width: 70px;

    }

    nav.main-menu ul > li > a {

        padding: 10px 12px;

    }

    nav.main-menu ul li.sub-menu:before {

    right: 0px;

    top: 5px;

    }

    nav.main-menu ul > li.search {

    

    display: none;

    }

    nav.main-menu ul li ul.dropdown1 li .picture-dropdown {

        width: 380px;

    }

    .aboutus {

    background-image: none;

            margin: 50px 0;

    }

    .aboutus-para ,.aboutus h1{

     margin-left: 0px

    }

    .aboutus .box span {

    

        font-size: 20px;

    }

    .aboutus .box p {

        font-size: 12px;

    }

    .testimonial-box {

        width: 420px;

        margin: 0 auto;

        flex-direction: column;

        height: auto;

    }

    .testimonial-box figure img {

    max-width: 100% !important;

    min-height: 100% !important;

    }

    

    .gallery-box.single-image figcaption{

        padding: 10px 20px 10px 20px;

        HEIGHT:auto;

    }

    .single-image button.slick-prev.slick-arrow, .single-image button.slick-next.slick-arrow  {

    top: 84%;

    }

    .gallery-box.single-image figcaption p {

    font-size: 12px;

    }

    .aboutus .box {

    padding: 8px 13px;

    }

        .aboutus .box p {

        margin-left: 16px;

    }

    .blog-info ul {

        display: block;

    }

    .job-content p {

        padding: 10px 0;

    }

    .download-links {

    float: none;

    margin-top: 20px;

    }

    .download-img figure {

    height: 100%;

    }

    .single-image figure {

    height: 200px;

    }

    .gallery-box figure img {

        height: 100%;

    }

    .testimonial-detail {

        padding: 20px 70px;

    }

    .testimonial-box .testi-image figure {



    width: 100%;

    

    }

    .single-image span {

    padding: 10px 30px 10px 30px;

    

    font-size: 10px;

        height: 80px;

    }

}

 @media screen and (max-width: 767px){
     /* 5thjune */
     .carousel-background{
         height: auto;
     }
     .img-ban{
         height: 113px !important;
     }
     .second-cntnt{
         display: block !important;
     }
     .first-cntnt{
         display: none !important;
     }
     /* 29th may */
     nav.main-menu ul li ul.dropdown1 li .picture-dropdown{
        flex-wrap: wrap !important;
     }
     .detail-gallery{
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2 !important;
    }
    .inner-gallery img {
        margin-top: 15px;
    }
     /* 28th may */
     .bottom-form {
         display: none;
     }
     /* 27th may */
     .bottom-btns{
         display: block !important;
     }
     /*.fb_dialog{
         bottom: 41pt !important;
         right: 15px;
     }*/
     /* 25th may */
     .banner-txttt{
        margin-bottom: 0;
    }
    #sample img{
        height: auto;
    }
     .carousel-background{
         height: auto !important;
     }
     .banner-inner {
         margin-bottom: 0 !important;
     }
     .testimonial-box .testi-image figure img{
         object-fit: contain !important;
     }
     .testimonial-box figure a{
         font-size: 17px;
         padding: 8px 0;
     }
     .client {
        margin: 35px 0 0;
    }
    .contact {
        padding: 30px 0 20px;
    }    
     /* 22nd may */
     .huyscom {
        height: 113px !important;
        overflow: hidden;
    }
/* 20th may */
.spec-slider{
    overflow: hidden !important;
}
.hyt-img{
    height: 113px !important;
}
.citi-galry{
    height: 113px !important;
}

.banner-inner{
    width: auto !important;
}
    /* 15th may */
    .cntct{
        display: block !important;
        z-index: 99;
       text-align: center;
    }
    .cntct-us{
        display: none;
    }
    .cntct a{
        position: relative;
        top: 0;
        left: 0;
        width: 200px;
        font-size: 15px;
        font-weight: 700;
        padding: 15px 0;
        background-color: #1a7e44;
        color: #fff;
        border-radius: 0; 
        margin: 5px auto 0;
        display: block;
    }
    .header-top{
        position: relative !important;
    }
    iframe {
        width: 100%;
        height: auto;
    }
    .floor-box figure, .payment-box figure{
        height: auto;
    }
    .picture-dropdown .picture-box figure a{
        padding: 0 !important
    }
    .payment-box figure {
        height: auto;
    }
    #header .container{

        display: block;
    
    }
    .navbar-toggler{
        display: block !important;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .logo{
        display: flex;
        justify-content: space-between;
    }
    #header {
        height: auto;
    }
    #intro .carousel-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    nav.main-menu ul li.sub-menu:before{
        right: 16px;
    }
    .banner-content ul li a {
            padding: 0 14px;
    font-size: 14px;
}
    nav.main-menu ul li ul.dropdown1{
        position: relative;
    }
    nav.main-menu ul li ul.dropdown1 li a{
        background-color: #242a30;
        color: #fff;
    }
    .spec-box.motia-huys-spec
    {
        height:auto;
    }
    nav.main-menu ul li ul.dropdown1 li span a{
        background-color: transparent;
        color: #242a30;
            border: none;
    }
    nav.main-menu ul {
        width: 100%;
        display: block !;
    }
    nav.main-menu.active ul {
        width: 100%;
    }
    .navbar-toggler:focus{
        outline: 0 !important;

    }
    .download-img figure img{
        height: auto;
    }
    
    /* end */
    #intro .carousel-control-next i.fa, #intro .carousel-control-prev i.fa {

        top: 0;

    }

    #intro {

        height:auto;

    }

    #intro .carousel-item {

        height: auto;

    }

    #intro .carousel-control-next i.fa, #intro .carousel-control-prev i.fa {

        font-size: 20px;

        width: 25px;

        height: 25px;

        line-height: 25px;

    }

    .fa-angle-right:before {

        margin-right: -1px;

    }

    .fa-angle-left:before {

        margin-left: -1px;

    }

    .header-contact{

        flex-direction: column;
        padding: 7px 0;
    }

    .header-social{

        flex-direction: row;

        justify-content: center;

        margin-bottom: 10px;

    }

    .top-content{

        flex-direction: column;

    }

    .header-contact li {

        text-align: center;

        padding: 0px 0px;

        border-right:none;

    }

    .header-para {

        justify-content: center;

    }

    .menu-toggle{

        display: block;

    }

    nav.main-menu{

        position: relative;

        width: 100%;

        /* height: calc(100vh - 50px); */
        height: auto;

        background: #fff;

        top: 0px;

        left: 0%;

        z-index: 9999;

    }

    nav.main-menu ul li ul.dropdown1{

        left:0;

        width: 100%;

    }

    nav.main-menu ul li ul.dropdown1 li .picture-dropdown{

        position: relative;

        width: auto;

        top: 0;

        left: 0;

        flex-direction: row;

        display: none;

        z-index: 999;

    }

    .picture-dropdown .picture-box {
        margin: 4px auto;
        width: 162px;

    }

    nav.main-menu.active{

        left: 0;

    }

    nav.main-menu ul li.active ul{

        position: relative;

        background: #003e6f;

    }

    nav.main-menu ul > li.search {

        display: none;

    }

    /* nav.main-menu{

        left: 0;

    } */

    nav.main-menu ul{

        display: flex;

        flex-direction: column;

        text-align: center;

        text-align: center;

    }

    nav.main-menu ul li a{

        border-bottom: 1px solid rgba(0,0,0,0.2);

    }

    nav.main-menu ul li.active ul{

        position: relative;

        background: #003e6f;

    }

    nav.main-menu ul li ul li{

        width: 100%;

    }

    nav.main-menu ul li ul li a {

        padding: 20px 25px;

    }

    #intro .carousel-container .carousel-content {

        border: 2px solid #fff;

        margin: 0 auto !important;

        width: 200px;

        padding:0;

        position: relative;

        padding: 4px 12px;

        text-align: center;

    }

    #intro .carousel-container .carousel-content h2 {

        font-size: 13px;

        margin-left: 0;

    }

    #intro .carousel-container .carousel-content p {

        font-size: 12px;

        margin-bottom:0;

        line-height: 13px;

    }

    #intro .carousel-container .carousel-content:before, #intro .carousel-container .carousel-content:after{

        display:none;

    }

    .aboutus{

        background-image: none;

    }

    .aboutus-para {

        margin-left:0;

    }

    .aboutus h1 {

        margin-left:0;

    }

    .aboutus .aboutus-box1 {

        margin: 20px 0;

    }

    .aboutus .box {

        padding: 8px 30px;

        justify-content: flex-start;

    }

    .aboutus .box span {

        font-size: 15px;

    }

    .aboutus .box p {

        font-size: 12px;

        margin-left: auto;

    }

    .quote {

        padding: 35px 0;

    }

    .quote p {

        font-size: 18px;

    }

    .gallery h2 {

        font-size: 17px;

    }

    .gallery-box figure img{

        max-width: 100%;

        max-height: 100%;

        

    }

    .testimonial-box {

        margin:0;

        flex-direction: column;

        width: auto;

    }

    .testimonial-box figure img {

        max-width: 100% !important;

        min-height:100% !important;

    }

    .testimonial-detail{

        padding:15px 30px;

    }

    .testimonial-detail p {

        font-size: 14px !important;
        text-align: justify

    }

/*

    .testimonial-box:before,.testimonial-box:after{

        height:auto;

    }

*/

    .aboutus, .testimonial {

        margin: 40px 0;

    }

    .client{

        overflow-x: hidden;

    }

    .client h2{

        font-size:25px;

        margin-top: 25px;

    }

    .client-box{

        border-right:none;

    }

    .client-box figure img {

        max-width: 200px;

        margin: 0 auto;

    }

    .client-box figure {

        padding: 30px;

    }

    footer {

        margin-top: 30px;

        background-size: auto;

        padding: 35px 0px 35px 0;

    }

    footer h2 {

        margin-top: 20px;

    }

    .footer-1, .footer-2, .footer-3 {

        margin-top: 10px;

    }

    .footer-copyright {

        margin-top: 20px;

    }

    .gallery h2 {

        margin-top: 20px;

        text-align: center;

    }

    .gallery {

        margin-top: 20px;

    }

    .gallery-box{

        height:auto;

    }

    .aboutus-para  a{

        display: flex;

        justify-content: center;

    }

     .testimonial-detail p:before{

        width: 15px;
        height: 10px;
        background-size: contain;
        top: 3px;
        left: -20px;
        right: 0;

    }

     .testimonial-detail p:after{

    width: 15px;

    height: 10px;

    background-size: contain;

         bottom: auto;

    }

    .contact-form {

        width: 100%;

       top:100%;

       bottom: auto;

        padding: 20px 20px;

    }

    .contact-info {

        padding-top: 0px;

        padding-bottom: 0px;
background-color: #ffffff;
    }
    .contact-form form input {
        background-color: #fafafa;
    }
    .contactus-client{

        margin-top:780px;

    }
    .contact-form form select {
        background-color: #fafafa;
    }
    .contact-form form textarea {
        background-color: #fafafa;
    }
    #contact_us {
        background-color: #fff !important;
        padding: 0 !important;
        margin-bottom: 25px;
    }

    /* .contact-border {

        padding: 35px 40px;

    } */

    .blog-box {

        margin-bottom: 20px;

    }

    .our-team p {

        text-align: center;

        padding: 0 20px;

    }

     .our-team ul {

        justify-content: center;

    }

    .aboutus-content {

        margin: 50px 0;

    }

    .aboutus-content .aboutus-left {

        padding: 10px 20px 0px 20px;

        background-image:none;

    }

    .aboutus-content .aboutus-left h1 {

        font-size: 30px;

    }

    .our-team {

        padding:0px 0;
        border-bottom: 1px solid red;

    }

    .our-team button.slick-next.slick-arrow, .our-team button.slick-prev.slick-arrow  {

        display: none !important;

    }

    .slick-dots{

        display:block !important;

        margin-top:20px;

        bottom: 0;

    }

    .slick-dots li.slick-active button::before, .slick-dots li:hover button::before {

        color:#1a7e44;

    }

    .blog-inner-content {

        padding: 20px 20px;

    }

    .category-box .category-list li {

        padding: 10px 20px;

    }

    .apply-box .apply-form {

        padding: 20px 20px;

    }

    .apply-form .input-types {

        width: 100%;

    }

    .apply-box .apply-heading h1 {

        overflow: hidden;

    }

    .apply-form .form-group {

        margin-bottom: 5px;

    }

    .apply-form .form-group select{

        margin-bottom: 10px;

    }

    .banner-content, .banner-contact {

        flex-direction: column;

        justify-content: flex-end;

        align-items: flex-start;

    }

    .banner-content h1 {

        margin-bottom: 10px;

    }

    .apply {

        padding: 35px 0;

    }

    .job-opening-box {

        margin-top: 70px;

    }

    .job-box{

        margin-bottom: 20px;

    }

    .job-content {

        padding: 20px;

    }

    .job-content label {

        width: 100%;

    }

    .job-content p {

        margin-left: 0px;

        padding: 0;

    }

    .mb-20{

        margin-bottom:20px;

    }

    .aboutus-content p {

        padding: 0 30px;

    }

    .member-box figure{

        width:300px;

        overflow:hidden;

    }

    .member-box figure img{

        max-width:100%;

    }

    .our-team h3 {

        margin-top: 28px;

        text-align: center;

    }

    .our-team .member {

        margin-bottom: 30px;

    }

    .faq{

        padding:30px 0;

    }

    .faq h2 {

        text-align: center;

        margin-bottom: 20px;

    }

    .faq p {

        margin:20px;}

    #topHdrPkgDtl{

        display: none !important;

    }

    #sticky2{

        position: relative !important;

    }

    .download-links {

        float: none;

        margin-top: 20px;

    }

    .ongoing {

        padding: 0;

    }

    .master-slider .master-img figure{

       height: 250px;

    width: 100%;

    padding: 15px;

    display: flex;

    align-items: center;

    }

     .master-slider .master-img figure img {

    max-width: 100%;

    object-fit: cover;

    }

    .download-img figure {

        height: 100%;

    }

    .ongoing-right {

       margin-top:20px;

        width: 100%;

    }

     .our-team h2{

    margin-bottom:40px;

    }

     .floor-slider .slick-dots{

         display: block !important;

        bottom: -30px;

        left: 0;

        right: 0;

    }

     .testimonial-box .testi-image figure {

     height: 200px;
     overflow: hidden;

    width: 100%;

    

    }

} 

@media screen and (width:320px){
  

    .picture-dropdown .picture-box {

        width: 140px !important;

    }

    nav.main-menu ul li ul.dropdown1{

        left:0;

    }

}

/* 15th may */
.top-txt{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 40px;
}
.top-txt:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px;
    height: 1px;
    background-color: #1a7e44;
}
.navbar-toggler{
    display: none;
}
.collapse:not(.show) {
    display: block;
}

/* 16th may */
#top{
    position: fixed;
    bottom: 126px;
    right: 10px;
    border-radius: 23px;
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
}
.bg-grey{
    background-color: #f2f2f2;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}
.cntct{
    display: none;
}
.banner-inner{
    /* width: 608px; */
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-bottom: 40px;
    justify-content: space-between;
}
.cntct-us a{
    width: 200px;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 0;
    background-color: #1a7e44;
    color: #ffffff;
    border-radius: 0;
    margin: 0 5px 0;
    display: block;
    text-align: center;
    margin-left: auto;
}
.cntct-us {
    margin-left: 5px;
}
.cntct-us a:hover{
text-decoration: none;

}
/* 21st may */
/* .citi-galry{
        height: 476px;
    overflow: hidden;
} */
.huyscom{
    height: 476px;
    overflow: hidden;
}
.huyscom img{
    height: 100%;
    object-fit: cover;
}
.citi-galry img{
    height: 100%;
}
.citi-dwnld img{
    object-fit: contain !important;
}

/* 25th may */
.banner-txttt{
    margin-bottom: 45px;
}

#sample img{
   height: 100%;
   width: 100%;
   object-fit: contain;
}

/* 27th may */
.bottom-btns{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.bottom-btns a{
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0;
    background-color: #1a7e44;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.bottom-btns div{
    border-right: 2px solid #fff;
}
.bottom-btns div:last-child{
    border-right: none;
}
.cntact-modal{
    background-color: #1f7f46;
}
.cntact-modal svg{
    margin: 10px auto 15px;
    display: block;
}
.thank{
    /* color: #1f7f46; */
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}
.msg{
    font-size: 16px;
    font-weight: 400;
    /* color: #989898; */
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.error-modal{
    background-color: #ff0000;
}
.error-modal svg{
    margin: 10px auto 15px;
    display: block;
}
.white{
    color: #fff !important;
}

/* 28th may */
.bottom-form {
    background-color: #1a7e44;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    padding: 12px 0 10px;
}
.btn-send {
    color: #fff !important;
    background-color: #00421c;
    padding: 5px 82px;
    height: 32px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 2px;
}
.bottom-form .form-group{
    margin-bottom: 0 !important;
}
.bottom-form .form-control{
    border-radius:0;
    height: 31px;
    line-height: 18px;
}
.bottom-form textarea{
    height: 100%;
}
.bottom-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 1rem;
    opacity: 1; /* Firefox */
  }
  
  .bottom-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 1rem;
  }
  
  .bottom-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 1rem;
  }
 /* .fb_dialog {
      bottom: 37pt !important;
  }*/

  /* 29th may */
.bottom-form textarea{
    height: auto;
}
.bottom-form .validation_error p{
    margin-bottom: -8px;
}
.ongoing-right form .form-control {
    margin-top: 12px;
    margin-bottom: 0 !important;
}
.ongoing-right p {
    margin: 0 !important;
}
nav.main-menu ul li ul.dropdown1 li .picture-dropdown{
    flex-wrap: nowrap;
    width: auto;
}
.detail-gallery{
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}
.inner-gallery img {
    margin-top: 15px;
    vertical-align: middle;
    width: 100%;
}

/* 5th june */
.carousel-background{
    height: 476px;
    overflow: hidden;
}
.second-cntnt{
    display: none;
}
/* 6th june */
.guild-flr{
    border: none;
}
.guild-flr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grn{
    color: #1a7e44 !important;
}
#gallery .inner-gallery{
    overflow: hidden;
}
#gallery .detail-gallery{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.life-pagination {
    display: flex;
    list-style: none;
    justify-content: center;
}
.life-pagination li{
    border: 1px solid #1a7e44;
    margin:  25px 3px 0;
}
.life-pagination li a {
    
    padding: 0 9px;
    color: #1a7e44 !important;
}
.pagee {
    display: none;
  }
  .pagee-active11{
    display: block;
  }

  /* 7th june */
  .dwnld-btn{
    margin-top: 13px;
  }
  .dwnld-btn{
    text-align: center;
    border: 1px solid #1a7e44;
    padding: 7px 45px;
  }
  .download-section .download-content {
    margin-top: 40px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
    padding: 15px;
    }
    .download-section .download-img figure{
        height: 100px;
        overflow: hidden;
    }
    .download-section .download-content ul li:nth-child(2){
        border: none !important;
    }
    .see-galry{
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background-color: #1a7e44;
        color: #fff !important;
        font-size: 18px;
        display: block;
    }
    .see-galry:hover{
        text-decoration: none;
    }

    /* 10th june */
    /* #paymentplan .payment-box{
        width: 100% !important;
    } */
    #paymentplan .payment-box figure{
        border: none !important;
    }

    /* 28th june */
    #contact_us {
        background-color: #b9b9b9;
        padding: 46px;
    }
    .privacy{
        padding: 50px 0;
    }
    .privacy .hdr{
        font-weight: 600;
        font-size: 20px;
        margin-top: 23px;
    }
    .privacy p  {
        margin-bottom: 5px;
    }
    #contact_us_btn{
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        padding: 7px 20px;
        background-color: #1a7e44;
        text-decoration: none;
        letter-spacing: 0.5px;
        border-color: transparent;
        border-radius: 0;
        margin-bottom: 15px;
    }
    #contact_us_btn:focus{
        outline: 0;
        box-shadow: none;
    }
    .job-opprtunity .form-group {
        background-color: #fafafa;
    }
    .job-opprtunity .apply-box {
        box-shadow: 2px 3px 13px rgba(0,0,0,0.1);
        padding: 38px 65px;
        background-color: #fff;
    }
    .job-opprtunity .apply-box .apply-form {
        background-color: #fff;
        padding: 0;
    }


    /* 1st july */
    .lifeatmotia .pagination{
        justify-content: center;
    }
    .lifeatmotia .pagination li a{
        padding: 8px 16px;
        color: #1a7e44 !important;
    }
    .lifeatmotia .pagination li a:focus{
        outline: 0;
        box-shadow: none;
    }
    .lifeatmotia .pagination li a.active, .lifeatmotia .pagination li a:hover{
        background-color: #1a7e44;
        color: #fff !important;
        border-color: transparent;
    }
    /* 8th july */
    .blog-content .blog-box{
        margin-bottom: 15px;
    }
    .blog-content .blog-box .blog-info h6{
        height: 35px;
    }
    .bloginner-img {
        width: 500px;
        height: 300px;
        overflow: hidden;
    }
    .bloginner-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*@media screen and (max-width: 1024px){

     nav.main-menu ul li ul.dropdown1{

        left:0;

    }

    nav.main-menu ul > li > a{

        padding: 20px 20px;

    }

    #intro {

        height:auto;

    }

    #intro .carousel-item {

        height: auto;

    }

    #intro .carousel-container .carousel-content {

        margin-left: 160px;

    }

    .aboutus{

        background-image: none;

    }

    .single-image button.slick-next.slick-arrow,  .single-image button.slick-prev.slick-arrow{

        top: 72%;

    }

    .single-image button.slick-next.slick-arrow {

        right: 0;

    }

    .single-image button.slick-prev.slick-arrow {

        left: 5px;

    }

    .vertical-slide button.slick-prev.slick-arrow {

        left: 230px;

    }

    .gallery-box.single-image figcaption {

        padding: 25px 35px 25px 35px;

    }

    .testimonial-detail {

        padding: 40px 40px;

    }

    .testimonial-detail p {

        font-size: 35px;

    }

     .master-slider .master-img figure{

       height: 250px;

    width: 100%;

    padding: 15px;

    display: flex;

    align-items: center;

    }

    .download-content a {

        font-size: 16px;

    }

    

} */

