
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
  --logocolor: #00af9d;
  --pcolor: #00af9d;
}

/*+++++++++++++++++++++++++++++Prelaoder code++++++++++++++++++++++++++++++++++=*/

.rootwrapper{
  height: 100vh;
  overflow: hidden;
}

.rootwrapper.visible{
  overflow: visible;
  height: auto;
}

.preloader{
  position:fixed;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  background-color:#fff0;     
}

.preloader_inner{
  position:relative;
  top:0%;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff0;
  display: flex;
  align-items: center;
  justify-content:center;
}



.preloader_inner:before{
  content:"";
  display: block;
  position: absolute;
  width: 50%;
  height:100%;
  background-color:#111;
  top:0px;
  left:0%;
  z-index: 0;
}

.preloader_inner:after{
  content:"";
  display: block;
  position: absolute;
  width: 50%;
  height:100%;
  background-color:#111;
  top:0px;
  right:0%;
  z-index: 0;
}

.progress_wrapper{
  text-align: center;
  padding:20px;
  position: relative;
  z-index: 99999;
}

.progress_wrapper p{
      /*color: #fff;
      text-align: center;
      font-size: 1.5rem;
      margin: 20px 0px;
      font: normal normal 500 24px/10px Roboto;
      letter-spacing: 2px;*/
      color: #fff;
      text-align: center;
      font-size: 1.5rem;
      margin: 20px 0px;
      font: normal normal normal 20px/34px Open Sans;
      letter-spacing: 4px;
  }

  .progress{
      margin-top:30px;
      position: relative;
      width: 300px;
      height:2px;
      background-color:rgba(255,255,255,0.3);
      border-radius:1.5px;
      overflow: hidden;
  }


  .progress:before{
      content:"";
      position: absolute;
      top:0.5px;
      right:100%;
      z-index: 999;
      width:0px;
      background-color: rgba(255,255,255,0.8);
      height:1.5px;
  }

  .progress:after{
      content:"";
      position: absolute;
      top:0.5px;
      left:100%;
      z-index: 999;
      width:0px;
      background-color: rgba(255,255,255,0.8);
      height:1.5px;
  }

  .progress .progress_track{
      width: 0%;
      height: 100%;
      background-color: rgba(255,255,255,0.5);
  }

  .preloader.aniamteprelaoder .progress{
      overflow: visible;
  }

  .preloader.aniamteprelaoder .progress_track{
      animation:aniamteprelaoder_track 0.5s linear forwards;
  }

  .aniamteprelaoder.preloader .progress:before{
      animation:aniamteprelaoder_progress 2s linear forwards 0.8s;
  }

  .aniamteprelaoder.preloader .progress:after{
      animation:aniamteprelaoder_progress 1s linear forwards 0.8s;
  }

  .aniamteprelaoder.preloader .progress_wrapper{
      animation:aniamteprelaoder_progresswrap 0.5s linear forwards 1.8s;
  }

  .aniamteprelaoder.preloader .preloader_inner:before{
      animation:aniamtepreloader_inner 0.7s linear forwards 2.3s;
  }

  .aniamteprelaoder.preloader .preloader_inner:after{
      animation:aniamtepreloader_inner 0.5s linear forwards 2.3s;
  }

  @keyframes aniamteprelaoder_track{
      0%{
        width: 0%;
    }
    100%{
        width:100%;
    }
}

@keyframes aniamteprelaoder_progress{
  0%{
    width: 0%;
}
100%{
    width:500%;
}
}

@keyframes aniamteprelaoder_progresswrap{
  0%{
    opacity: 1;
}
100%{
    opacity: 0;
}
}

@keyframes aniamtepreloader_inner{
  0%{
    width: 50%;
}
100%{
    width: 0%;
}
}
/*++++++++++++++++++++++ Preloader +++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++Defaults+++++++++++++++++++++++++++++++++*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
body {
   font-family: 'Lato', sans-serif;
   padding: 0;
   margin: 0;
}
*{
    outline: none !important;
    text-orientation: none !important;
}
a:hover{
    text-decoration: none;
}   
div#loader-wrapper {
    position:fixed;
    top:0px;
    left:0px;
    background: #000000;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.MainSection{
    min-height: calc(100vh - 140px);
}

.sectionpadding{
    padding:50px 0px;
}

.sectionpaddingtop{
    padding-top:50px;
}

.sectionpaddingbottom{
    padding-bottom:50px;
}

.sectionheadingsmall{
    font-size:22px;
    line-height: 25px;
    margin-bottom:10px;
    font-weight:bold;
    color:#000;
}

.sectionheadingsmall.sectionheadingsmall-light{
    color:#fff;
}

.sectionheading{
    font-size:26px;
    line-height:36px;
    margin-bottom:15px;
    font-weight:bold;
    color:#000;
}

.sectionheading.sectionheadingbig{
    font-size:32px;
}
.sectionheading.sectionheading-light{
    color:#fff;
}

.breadcrumbsection{
    position: relative;
    background:url("../images/about-banner.jpg");
    background-size:cover;
}

.aboutbanner{
    background:url("../images/about-banner.jpg");
    background-size:cover;
}

.breadcrumb-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:30px 0px;
}

.breadcrumb-wrap h2{
    font-size:30px;
    line-height: 30px;
    color:#fff;
}

.breadcrumb-wrap ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style:none; 
}

.breadcrumb-wrap ul li a{
    color:#fff;
    padding:10px;
    position: relative;
}

.breadcrumb-wrap ul li a:after{
    content:"/";
    position: absolute;
    color:#fff;
    right:-4px;
}

.breadcrumb-wrap ul li:last-child a:after{
    display: none;
}
.cbtn{
    padding:9px 20px;
    position:relative;
    border:1px solid var(--pcolor);
    outline:1px solid var(--pcolor);
    background:#fff;
    transition:0.5s;
    overflow: hidden;
}

.cbtn:before{
    content: "";
    z-index: 1;
    position: absolute;
    top:0px;
    width:100%;
    height:100%;
    background:var(--pcolor);
    left:-100%;
    transition:0.5s;
}

.cbtn:hover:before{
    left:0px;
}

.cbtn span{
    position: relative;
    z-index: 99;
    color:#000;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
}


.primary-cbtn{
    display: inline-block;
    overflow: hidden;
}
/*++++++++++++++++++++++Defaults+++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++Header Css+++++++++++++++++++++++++++++++++*/
    .header{
        background:#000; 
    }

    .header.fixed {
        background: #000;
        position: fixed;
        top:0px;
        left:0px;
        width:100%;
        z-index: 9999;
    }

    .headerwrapper{
        max-width:88%;
        margin:0px auto;
        padding:5px 0px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .headerwrapper .headerleft{
        width:30%;
    } 
    .headerwrapper .headerleft a{
        width:100%;
    }
    .headerwrapper .headerleft a img{
        width:100%;
    }

    .headerwrapper .headerright{
        width:70%;
    }

    .menuwrapper{
        position: relative;
        width:100%;
    }

    .menuwrapper > ul{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .menuwrapper > ul > li{
        position: relative;
        list-style-type: none;
    }

    .menuwrapper > ul  li  a{
        color:#fff;
        text-transform: uppercase;
        padding:10px 15px;
        font-size:14px;
        display: block;
    }

    .menuwrapper > ul > li.hasdropdown{
        position: relative;
        padding-right:20px;
    }
    
    .menuwrapper > ul > li.hasdropdown .caret{
        position: absolute;
        top:15px;
        right:15px;
        border-top:4px solid #fff;
    }

    .menuwrapper > ul > li.hasdropdown .menu-dropdown{
        position: absolute;
        top:100%;
        left:0px;
        z-index: 9999;
        display: none;
        min-width:200px;
    }

    .menuwrapper > ul > li.hasdropdown:hover .menu-dropdown{
        display: block;
    } 

    .menuwrapper > ul > li.hasdropdown .menu-dropdown > ul > li{
        list-style: none;
        background:#333;
    }

    .menuwrapper > ul > li.hasdropdown .menu-dropdown > ul > li:hover{
        background:var(--pcolor);
    }

    .menuwrapper > ul > li.hasdropdown .menu-dropdown > ul > li> a{
        padding:15px 30px;
        white-space: nowrap;
    }

    .menuwrapper > ul > li.hasdropdown .menu-dropdown > ul > li:hover a{
        color:#fff;
    }

/*++++++++++++++++++++++Header Css+++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++Footer Css+++++++++++++++++++++++++++++++++*/
footer#footer {
    width: 100%;
    background:#000;
    padding: 12px;
    z-index: 0;
}

.flex-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer#footer .flex-main {
    flex-direction: row-reverse;
}

ul.flexft {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

ul.flexft li a {
    color:#fff;
    font-size:14px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}
ul.flexft li a {
    padding: 0px 10px;
    display: flex;
    align-items: center;
}
ul.flexft li a i {
    color: var(--pcolor);
    font-size: 16px;
    margin-right: 5px;
}

ul.flexft li a:hover, ul.flexft li a:hover i {
    color: var(--pcolor);
    text-shadow:0px 0px 2px var(--pcolor);
}

.ftleftflex p{
    color:#fff;
    font-size:14px;
}

.ftleftflex a{
    color:var(--pcolor);
}
/*++++++++++++++++++++++Footer Css+++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++Contact us css+++++++++++++++++++++++++++++++++*/
.contactussection{
    position: relative;
    min-height:calc(100vh - 140px);
}

.contactussection:after{
    content: "";
    background:var(--pcolor);
    position: absolute;
    top:0px;
    right:0px;
    height: 100%;
    width:25%;
    z-index: 0;
}

.contactwrapper{
    position: relative;
    z-index: 99;
    width:88%;
    margin:auto;
    margin-right:0px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.contactformleft{
    background: #fff;
    width:50%;
    padding-top:25px;
}

.contactdetailsright{
    background:#000;
    width:50%;
    padding-top:25px;
}

.contactdetailbox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top:10%;
}

.contactdetailbox ul li{
    list-style-type: none;
}

.contactdetailbox ul li a{
    display:block;
    width:auto;
    text-align: center;
    margin-bottom:20px;
}

.contactdetailbox ul li a img{
    width:70px;
    margin-bottom:10px;
}

.contactdetailbox ul li a span{
    display: block;
    text-align: center;
    color:#fff;
    line-height: 2;
}

.newform{
    position: relative;
    padding:5% 8%;
}

.formrow{
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-gap:20px;
}

.formrow .formgroup{
    width:100%;
    position:relative;
    grid-column: span 24;
}
.formrow .formgroup label{
    color:#666666;
    line-height:1.3;
}

.formrow .formgroup.width50{
    grid-column: span 12;
}

.inputwrapper{
    position:relative;
} 

.inputwrapper .cinput{
    width:100%;
    background:#fff;
    border:0px;
    outline:none!important;
    padding:5px 10px;
    line-height: 25px;
    font-size:15px;
    border-bottom:2px solid #cccccc;
    min-height:37px;
}

.inputwrapper .input-underline{
    position: absolute;
    bottom:0px;
    left:50%;
    width:0%;
    height:2px;
    background:#fff;
    transition:0.5s;
    transform: translateX(-50%);
}

.inputwrapper .cinput:focus{
    border-color:#fff0;
}
.inputwrapper .cinput:focus ~ .input-underline{
    width:100%;
    background:var(--pcolor);
}

.inputwrapper .cinput.error ~ .input-underline{
    background: #f00;
}

.submitbetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;      
}
/*++++++++++++++++++++++Contact us css+++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++About us css+++++++++++++++++++++++++++++++++*/
.aboutus2wrapper {
    background: #fff7;
    border:5px solid #fff7;
    border-left:5px solid var(--pcolor);
    padding:5% 5% 5% 3%;
    position: relative;
}


.aboutus2wrapper p{
    margin-bottom:30px;
    padding-left:10px;
}
/*++++++++++++++++++++++About us css+++++++++++++++++++++++++++++++++*/

/*===================================== Home Testimonial css =============================-=*/
    .htestimonial-section{
        background:#fff;
    }   

    .htestimonial-slider-item{
        position: relative;
    }

    .htestimonial-slider-item-inner{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width:90%;
        margin:0px auto;
    }

    .htestimonial-slider-item:nth-child(even) .htestimonial-slider-item-inner{
        flex-direction: column-reverse;
    }

    .htesti-box img.quotes{
        margin:0px auto 10px;
        text-align: center;
        display: block;
    }

    .htesti-text{
        max-width:90%;
        margin:auto;
        margin-bottom:20px;
        max-height: 150px;
        overflow-x:auto;
    }

    .htesti-box{
        border:1px solid #ccc;
        padding:20px;
        background:#fff;
        margin:40px 0;
        text-align: center;
        position: relative;
        line-height: 1.5;
    }

    .htesti-box:after{
        content:"";
        position: absolute;
        top:100%;
        left:50%;
        width:20px;
        height: 20px;
        border-bottom:1px solid #ccc;
        border-right:1px solid #ccc;
        background:#fff;
        transform:translate(-50% , -50%) rotate(45deg);
    }

    .htestimonial-slider-item:nth-child(odd) .htesti-box:after{
        top:0%;
        transform:translate(-50% , -50%) rotate(225deg);
    }

    .htesti-name{
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
        color: #008649;
        font-weight: 500;
        text-align: center;
    }

    .hclient-wrapper{
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap:15px;
    }

    .hclient-item img{
        max-width: 100%;
    }


    .Main_slider .slick-prev {
        left: 50px;
        z-index: 1;
        background: transparent;
        height: 40px;
        width: 40px;
        border-radius: 50px;
        top: 55%;
    }

    /*Slider reset*/

        .slickarrows .slick-prev, .slickarrows .slick-next{
            background:#000!important;
            width:35px;
            height:35px;
            border-radius:50%;
            z-index: 999;
            opacity: 1;
        }

        .slickarrows.slick-prev:after {
            content: "";
            position: absolute;
            top: 11px;
            left: 15px;
            width: 12px;
            height: 12px;
            border-left: 2px solid #fff;
            border-top: 2px solid #fff;
            opacity: 1;
            transform: rotate(315deg);
        }
        .slickarrows.slick-prev:before {
            content: "";
            position: absolute;
            top: 16px;
            left: 14px;
            width: 25px;
            height: 2px;
            background: #fff;
            opacity: 1;
        }

        .slickarrows.slick-next:before{
            content: "";
            position: absolute;
            top: 11px;
            right: 15px;
            width: 12px;
            height: 12px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            transform: rotate(315deg);
            opacity: 1;
        }
        .slickarrows .slick-next:after{
            content: "";
            position: absolute;
            top: 16px;
            right: 14px;
            width: 25px;
            height:2px;
            background: #fff;
            opacity: 1;
        }
        .slickarrows .slick-prev:before {
            content: "";
            position: absolute;
            top: 16px;
            left: 14px;
            width: 25px;
            height: 2px;
            background: #fff;
            opacity: 1;
        }

        .slickarrows .slick-prev:after {
            content: "";
            position: absolute;
            top: 11px;
            left: 15px;
            width: 12px;
            height: 12px;
            border-left: 2px solid #fff;
            border-top: 2px solid #fff;
            opacity: 1;
            transform: rotate(
        315deg
        );
        }

        .slickarrows .slick-next:before {
            content: "";
            position: absolute;
            top: 11px;
            right: 15px;
            width: 12px;
            height: 12px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            transform: rotate(
        315deg
        );
            opacity: 1;
        }

        .slickarrows .slick-next:after {
            content: "";
            position: absolute;
            top: 16px;
            right: 14px;
            width: 25px;
            height: 2px;
            background: #fff;
            opacity: 1;
        }
    /*Slider reset*/

/*===================================== Home Testimonial css =============================-=*/

/*++++++++++++++++++++++popup Css+++++++++++++++++++++++++++++++++*/
.popupwrapper{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999999;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(0,0,0,0.7);
}

.popupwrapper .popup-container{
    background: #fff;
    padding:40px;
    position: relative;
}  

.popup-cross{
    position: absolute;
    top:35px;
    right:35px;
    height:40px;
    width:40px;
    border:1px solid #ccc;
    border-radius:50%;
    display: flex;
    align-items: center;
    cursor:pointer;
    justify-content: center;
}

.popup-cross:hover{
    background:#f3f3f3;
}

div.error {
    position: absolute;
    font-size: 13px;
    line-height: 15px;
    right:0px;
    top:calc(100% + 2px);
    text-align: right;
}

.popupexpertform{
    margin-top:30px;
}
/*++++++++++++++++++++++popup Css+++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++Homepage Css+++++++++++++++++++++++++++++++++*/
.homeabout-wrapper{
 display: flex;
 align-items: center;
 justify-content: space-between; 
}

.homeabout-wrapper .homeabout-left{
  width:50%;
}

.homeabout-wrapper .homeabout-right{
  width:40%;
}

.homeabout-left p{
  line-height:1.5;
  margin:20px 0px;
}

.homeabout-img{
  position: relative;
  max-width: 80%;
  margin:auto;
  margin-right: 0px;
  border:10px solid var(--pcolor);
  padding:10px;
}

.homeabout-img img{
  position: relative;
  z-index: 999;
}

.homeservicesection{
  position: relative;
  background:#fff;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeservicebg{
  position: absolute;
  top:0px;
  left: 0px;
  width:35%;
}

.homeservicewrapper{
  max-width:60%;
  margin:0 0 0 40%;
}

.jomeservice{
  margin: 20px auto;
  max-width: 100%;
  padding:15px;
  position:relative;
  border: 2px solid #f5f5f5;
  background: #fafafa40;
  box-shadow: 10px 10px 20px #f3f3f3;
}

.heading3{
  font-size:22px;
  line-height: 36px;
  margin-bottom:5px;
  font-weight: bold;
  color: #333;
}

.jomeservice p{
  line-height: 1.5;
  margin:10px 0px 20px 0px;

}

.whychooseuswrapper{
  display: flex;
  align-items: stretch;
  justify-content:space-around;
  flex-wrap:wrap;
  margin-top:50px;
}

.whychooseusbox{
  border-top:3px solid var(--pcolor);
  width:48%;
  padding:20px;
  background:#fff;
  margin-bottom:20px;
  display: flex;
  align-items: flex-start;
  justify-content:space-between;
}
.whychooseusbox .imgbox{
  width:80px;
}
.whychooseusbox img{
  width:100%;
}

.whychooseusbox .textbox{
  width:calc(100% - 100px);
}

.whychooseusbox .textbox h3{
  font-size: 18px;
  line-height:24px;
  margin-bottom:5px;
  font-weight: bold;
  color: #333;
}

.whychooseusbox .textbox p{
  line-height:1.4;
}

.projects-menu {
  text-align: center;
}

.projects-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  border: 1px solid var(--pcolor);
  cursor: pointer;
  transition: all .5 ease;
}

.projects-menu ul li a{
  color:#000;
}

.projects-menu ul li.active a{
  color:#fff;
}

.projects-menu ul {
  padding:0;
}

.projects-menu ul li:hover {
  background: var(--pcolor);
  color: #fff;
}

.projects-menu ul li.active {
  background:  var(--pcolor);
  color: #fff;
}

.projects-item{
  position: relative;
  margin-top:30px;
}

.projects-item .item{
  position: relative;
  height:200px;
  width:25%;
}

.projects-item .item img{
  width:100%;
  height: 100%;
  object-fit:cover;
  object-position: center;
}

.item{
  overflow: hidden;
}

.projects-item .overlay{
  position: absolute;
  top:100%;
  left:0%;
  width:100%;
  height: 100%;
  object-fit:cover;
  background:rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  transition:0.5s;
  justify-content: center;
}

.projects-item .item:hover .overlay{
  top:0%;
}

.projects-item .overlay i{
  color:#fff;
}

.noincreasesection{
  position:relative;
  background:url("../images/noincrease-bg.jpg");
  background-size:cover;
  background-size:no-repeat;
}

.noincreasewrapper{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.noincreasewrapper .noincrease{
  text-align:center;
}

.noincreasewrapper .noincrease h2{
  color:#fff;
  font-size:3rem;
}

.noincreasewrapper .noincrease p{
  color:#fff;
  line-height: 2;
}
/*++++++++++++++++++++++Homepage Css+++++++++++++++++++++++++++++++++*/
.Main_slider_wrapper{
  position: relative;
}

.sldierformwrapper{
  position: absolute;
  top:50%;
  right:10%;
  width:35%;
  background: #fff;
  transform:translate(0% , -50%);
  padding:20px;
}


body#Home-Page {
  background: #fff;
  overflow: hidden;
  background-size: cover;
}
.sliderImage img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.herooverlay{
  position: absolute;
  top:50%;
  left:10%;
  transform:translate(0% , -50%);
  text-align: center;
  opacity: 0;
  max-width:40%;
  text-align: left;
}

.slick-current .herooverlay{
  animation:herofadeInUp 1s forwards 0.3s;
}

@-webkit-keyframes herofadeInUp {
  from {
    opacity: 0;
    -webkit-transform:translate(0% , -50%) translate3d(0, 100%, 0);
    transform:translate(0% , -50%) translate3d(0, 100%, 0);
}

to {
    opacity: 1;
    -webkit-transform:translate(0% , -50%) translate3d(0, 0, 0);
    transform:translate(0% , -50%) translate3d(0, 0, 0);
}
}


.herooverlay h4{
  color:#fff;
  font-size:18px;
  text-transform: uppercase;
  line-height: 1.5;
}

.herooverlay h2{
  color:#fff;
  text-transform: uppercase;
  font-size:45px; 
  line-height:50px;
}

.slick-slide {
  height: auto !important;
}
.Main_slider {
  background: transparent;
  width: 100%;
}

.Main_slider .slick-prev {
  left: 50px;
  z-index: 1;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  top: 55%;
}

.Main_slider .slick-next {
  right: 50px;
  z-index: 1;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  top: 55%;
}

.Main_slider .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding: 0 !important;
  text-decoration: inherit;
  color: #827d7d;
  font-size: 28px;
  padding-right: 0.5em;
  position: absolute;
  font-weight: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.Main_slider .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #827d7d;
  font-size: 28px;
  padding-right: 0.5em;
  position: absolute;
  font-weight: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.Main_slider .slick-prev:hover, .Main_slider .slick-prev:focus, .Main_slider .slick-next:hover, .Main_slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.loader img {
  max-width:300px;
  width:100%;
}
section.BannerSection {
  height: auto;
  padding-top: 0px;
}
.menu_section ul li ul {
  display: block;
  text-align: left;
}
.menu_section ul li a.parentMenu {
  cursor: default;
  color: #ada8a7;
}
.menu_section ul li ul li a {
  font-size: 24px;
  line-height: 20px;
}
.menu_section ul li ul li a {
   font-size: 18px;
   line-height: 5px;
   text-transform: capitalize;
   font-weight: 300;
   color: grey;
}
h2.pageTitle {
   text-transform: uppercase;
   text-align: left;
   padding: 0;
   font-size: 17px;
   font-weight: 500;
   position: relative;
   color: #5a5757;
   margin-bottom: 20px;
}
h2.pageTitle span{
  /* color: #827d7d;
   font-size: 20px;
   font-weight: bold;*/
}
.mainflex {
  display: flex;
  align-items: normal;
  justify-content: normal;
  padding: 10px 0px 30px 0px;
  padding-top: 1%;
  margin-top: 1%;
  width: 100%;
  flex-wrap: wrap;
}

.flex50Left{
  width: 55%;
}
.flex50Right {
  width: 40%;
}
.reachtext p, .reachtext span {
  font-size: 17px;
  color: #827d7d;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 10px;
  font-weight: 500;
}
.posrels{
  position: relative;
}
.flexcentr {
  display: flex;
  align-items: normal;
  justify-content: flex-end;
}
.imgds {
  position: relative;
}
.imgds:after {
  display: none;
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  background: #e25e47;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
.imgds:before {
  display: none;
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  background: #e25e47;
  left: -20px;
  top: -30px;
  z-index: -1;
}

h2.pageTitle:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #e25e47;
  width: 100px;
  height: 4px;
  display: none;
}
.product-post {
  margin-bottom: 18px;
  margin-right: 9px;
  margin-left: 9px;
}
.product-post img {
  width: 291px;
  border-radius: 0px;
  height: 291px;
  object-fit: cover;
}
#newsoption .imgaed-over h2 {
  line-height: 30px;

}
.imgaed-over h2 {
  position: absolute;
  top: 50%;
  padding: 0 !important;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 60px;
  height: 90%;
  /* display: flex; */
  padding: 10px;
  border: 0;
  border-radius: 0px;
  display: flex;
  font-size: 18px;
  opacity: 0;
  align-items: flex-end;
  font-weight: 500;
  z-index: 1;
  justify-content: left;
  color: #ada8a7;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 57px;
}
.imgaed-over {
  border-radius: 6px;
  position: relative;
}

.imgaed-over:hover h2 {opacity: 1;}
.imgaed-over:after{ transition: all 0.5s ease-in-out; content: "";width: 100%;height: 100%;background: #00000082;top: 0;left: 0;border-radius: 6px;position: absolute;opacity: 0;}

.imgaed-over:hover:after {transition: all 0.5s ease-in-out;opacity: 1;}
h2.pageTitle.fullcens {
  width: 100%;
  margin-bottom: 50px;
  }.mainflex.prodlts.p0sps {
    padding-top: 0%;
    justify-content: center;
}
.imgaed-over:hover{
    cursor: pointer;
}
.project-gallery img{
}
.project-gallery {
    width: 50vw;
    background: #fff;
}
.project-gallery img {
    width: 100%;
}
.project-gallery ul.slick-dots {
    bottom: 0;
    background: #827d7d69;
    padding-top: 8px;
}
.project-gallery ul.slick-dots li button:before {
    color: #fff;
    font-size: 9px;
    opacity: 1;
}
.project-gallery ul.slick-dots li.slick-active button:before {
    color: #e25e47;
}
.project-gallery img:hover {
    cursor: zoom-in;
}
.project-gallery .slick-prev {
    left: 0px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #827d7d;
}
.project-gallery .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}
.project-gallery .slick-next {
    right: 0px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #827d7d;
}
.project-gallery .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
.flecmiddle {
    /*padding-top: 8%;*/
}
.ourStaffPage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px 0 30px 0;
}

.ourStaffPage a {
    width: 23%;
    transition: all 0.5s ease-in-out;
    position: relative;
    background: #fff;
}

.ourStaffPage img {
    width: 100%;
}
.mainoddsection {
    background: #f3eeee82;
    padding-top: 3%;
}

.ourStaffPage a i {
    background: #000000d1;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;

    border-radius: 50%;
}
.ourStaffPage a:hover i {
 transition: all 0.5s ease-in-out;
 opacity:1;
}
.ourStaffPage a i {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}

.staff-galleru a i {
  background: #000000d1;
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;

  border-radius: 50%;
}
.staff-galleru a:hover i {
   transition: all 0.5s ease-in-out;
   opacity:1;
}
.staff-galleru a i {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}

.staff-galleru .slick-prev {
  left: 0px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: #e25e47;
}
.staff-galleru .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}
.staff-galleru .slick-next {
  right: 0px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: #e25e47;
}
.staff-galleru .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.staff-galleru .slick-next:hover, .staff-galleru .slick-prev:hover, .staff-galleru .slick-next:focus, .staff-galleru .slick-prev:focus {
  background: #827d7d;
}
.project-gallery .slick-next:hover, .project-gallery .slick-prev:hover, .project-gallery .slick-next:focus, .project-gallery .slick-prev:focus {
  background: #827d7d;
}
.staff-galleru{
  width: 350px;
}

.test-slider{padding: 0;padding-top: 0;position:relative;margin:0 !important;border: 0;}

section.testii{margin-bottom:3%;}

.test-text p{font-size: 16px;letter-spacing:1px;line-height: 24px;color: #827d7d;font-weight: normal;    text-align: center !important;opacity: 1;margin: 20px 10;}

section.testii .container .filter-title{background:#fff;position:absolute;top:0;left:50%;transform:translate(-50%, -50%);z-index:99;padding:0px 35px;}

.slides.reverse {
  background: #fff;
  border-radius: 3px;
  /* box-shadow: 0px 0px 6px 3px #cccccc6b; */
  margin: 10px;
  padding: 10px;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: column-reverse;
  text-align: center;
  justify-content: center;
  border: 1px solid #0000005e;
  min-height: 225px;
}
.imgg img {
  text-align: center;
  display: block;
}

.imgg {
  display: block;
}

.testimgg {
  text-align: center;
  margin: 10px auto;
}
.slides.reverse h3 {
  color: #827d7d;
  font-size: 16px;
  text-align: right;
  position: relative;    
  display: flex;
  align-items: center;  
  justify-content: flex-end;
  padding-bottom: 10px;
}
span.reletsh {
  background: #f2f0f0;
  padding: 0px;
  height: 2px;
  width: 50px;
  display: inline-block;
  margin-right: 10px;
}
h2.pageTitle.leftsfs {
  display: block;
  width: 100%;
}

.test-slider {
  margin-top: 1% !important;
}
.test-slider .slick-prev:before {
  position: absolute;
  content: url(../images/arrow-left.png);
}
.test-slider .slick-prev {
  z-index: 1;
  left: -50px;
}
.test-slider .slick-next {
  /*right: 70px;*/
}
.test-slider .slick-next:before {
  position: absolute;
  content: url(../images/arrow-right.png);
}
.bottomthisleft {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bottomthisleft img {    
  display: none;
  animation: toposs 1s ease-in-out alternate-reverse infinite;
  position: relative;
}

@keyframes toposs{
  0%{
    left: -10px;
}
100%{
    left: 0px;
}
}


/*+++++++++++++++++++++++++++++++++++++++Contact Us ++++++++++++++++++++++++++++++++*/

ul.get-in-touch{list-style:none;}

.get-in-touch li{font-size:16px;color:#fff;margin-bottom:18px;position:relative;padding-left:22px;line-height:20px;}

.get-in-touch li i{position:absolute;left:0;top:4px;font-size:16px;color:#fff;}

.get-in-touch li p.address{line-height: 24px;color:#fff;font-size: 15px;}

.contact-info .get-in-touch li p.address,.contact-info .get-in-touch li a,.contact-info .get-in-touch li i{color:#827d7d;}
.contactmap iframe {
  width: 100%;
  padding-top: 5px;
  height: 510px;
}
.get-in-touch li a strong {
  font-weight: 500;
  color: #e15e47;
  font-size: 14px;
}
.w100{
  width: 100%;
}
.contact-info {
  position: relative;
  padding-top: 0px;
}

.get-in-touch li a {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
}
.get-in-touch li a:hover{
  color: #e15e47;
}
/*+++++++++++++++++++++++++++++++++++++++Contact Us ++++++++++++++++++++++++++++++++*/

.grid-item { width: 24%; }
.grid-item--width2 { width: 24%; }

.grid{
  width: 100%;
  margin: 0 auto;
}
.grid-item a {
  display: block;
  width: 100%;
}
.flex40Left {
  width: 55%;
}
.flex60Right {width: 500px;}

.imgds.kpaPractimg img {
  height: auto;
  width: 100%;
}
.imgds.abtpdhsi img {
  width: 100%;
  height: auto;
}

hr.deips {
  display: block;
  border-color: #827d7d5e;
  width: 100%;
  margin-bottom: 25px;
}

.imgastas {
  margin: 0px auto;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.flex50Left.reachtext.match.about-kpas {
  width: 50%;
}
.flex50Right.posrels.flexcentr.match.flecmiddle.about-kpas {
  width: 45%;
}
.flex50Right.posrels.flexcentr.Philosophy-csds {
  width: 45%;
}
.flex50Left.reachtext.Philosophy-csds {
  width: 50%;
}

.comflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.comflex .flex-xcoms {
  width: 48%;
  position: relative;
  margin-bottom: 4%;
}

.flex-xcoms img {
  width: 100%;
}
h2.imgcapsSmall {
  position: absolute;
  top: 50%;
  padding: 0 !important;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 30px;
  height: 101%;
  background: #00000082;
  border: 0;
  border-radius: 0px;
  display: flex;
  font-size: 16px;
  opacity: 0;
  align-items: flex-end;
  font-weight: 600;
  z-index: 1;
  justify-content: left;
  color: #ada8a7;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  padding: 20px !important;
}

.flex-xcoms:hover h2.imgcapsSmall {
  transition: all 0.5s ease-in-out;

  opacity: 1;
}
.mainflex.flespaces {
  justify-content: space-between;
}
.flex60Right.posrels.flexcentr.prohedetsil .slick-dots li {
  margin: 0;
}
.flex40Left.reachtext.prohedetsil {
  width: 40%;
}
.flex60Right.posrels.flexcentr.prohedetsil {
  width: 55%;
}
header .container-fluid.kpcontainer {
  padding: 0px 2%;
}
footer .kpcontainer {
  padding: 0px 0%;
}

.mainflex-contact .rows.w100 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

h3.spantexts {
  position: absolute;
  bottom: 15px;
  left: 16px;
  z-index: 9;
  color: #ada8a7;
  font-size: 16px;
  opacity: 0;
  transition: all 0.5s ease-in-out;

}
.imgaed-over:hover h3 {opacity: 1;
  transition: all 0.5s ease-in-out;
}
.flexwidth70.posrels.flexcentr.prohedetsil {
  width: 65%;
  justify-content: flex-start;
}

.servicetabwrapper{
  margin:auto;
  max-width:95%;
}

.flex30Left {
  width: 30%;
}

.flexcenter{
  justify-content:space-between;
}

.project-gallery-step a {
  margin: 6px;
  position: relative;
  display: block;
}

.project-gallery-step {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.project-gallery-step .hoverlargeshows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  background: #00000087;
  width: 100%;
  font-size: 15px;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;    
  justify-content: space-around;
}
.project-gallery-step .hoverlargeshows:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.gallaydetails ul {
  padding: 10px 15px;
}

.gallaydetails ul li {
  font-size: 17px;
  color: #827d7d;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 10px;
  font-weight: 500;
}
.product-post.wid50pcsp {
  width: 30%;
}
.product-post.wid50pcsp img {
  width: 100%;
  height: auto;
}
.project-gallery-step-forcomp {
  padding-right: 5%;
  display: flex;
  align-items: center;    
  justify-content: space-between;
  flex-wrap: wrap;
}

.project-gallery-step-forcomp a {
  display: block;
  width: 49%;
  position: relative;
  margin-bottom: 15px;
}
.project-gallery-step-forcomp a img {
  width: 100%;
}
.project-gallery-step-forcomp .hoverlargeshows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  background: #00000087;
  width: 100%;
  font-size: 15px;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;    
  justify-content: space-around;
}
.project-gallery-step-forcomp .hoverlargeshows:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.product-post.wid50pcsp .imgaed-over a {
  display: block;
  position: relative;
}
.product-post.wid50pcsp a:after {
  transition: all 0.5s ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000082;
  top: 0;
  left: 0;
  border-radius: 6px;
  position: absolute;
  opacity: 0;
}
.product-post.wid50pcsp a:hover:after {transition: all 0.5s ease-in-out;opacity: 1;}

.product-post.wid50pcsp .imgaed-over:after{
  display: none;
}
.product-post.wid50pcsp h3.spantexts {
  font-size: 17px;
}
.Testimonialssboxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.imgfortestons {
  width: 32%;
  margin-right: 0;
  margin-bottom: 2%;
  position: relative;
}

.imgfortestons img {
  width: 100%;
}

.imgfortestons .hoverlargeshows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  background: #00000087;
  width: 100%;
  font-size: 15px;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  justify-content: space-around;
}

.imgfortestons .hoverlargeshows:hover {
  opacity: 1;
}
.fancybox-thumbs{
  background: #faf8f5 !important;
}

a.fancybox-button--download {
  display: none !important;
}
.project-gallery-step img {    
  object-fit: cover;
}
.Testimonialssboxs .imgfortestons img {
  width: auto;
}

.servielinkwrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:40px;
}

.servielinkwrapper .servicelink{
   margin:0px 20px; 
}

.startpopupopen{
    position: fixed;
    top:50%;
    right:16px;
    z-index:999;
    background:var(--pcolor);
    padding:8px 15px;
    color:#fff;
    cursor: pointer;
    transform-origin: right;
    transform:translate(0% , 50%) rotate(-90deg);
    text-transform: uppercase;
    letter-spacing:1px;
}


.projects-item .item{
  display: block;
}

.imgaed-over img{width: 291px;}
.project-gallery-step img{width: 400px;}

.fancybox-container{
  z-index: 99999992;
}


.fixedheader .header{ 
  position: fixed;
  z-index: 999;
  width:100%;
  left:0;
  top:0px;
}

.fixedheader .MainSection{
  margin-top:101px;
}


.fancybox-container{
  z-index: 9999993;
}


.sldierformwrapper h3{
  margin-bottom:10px;
  font-size:18px;
  text-transform:uppercase;
}

.sldierformwrapper .form-control{
  box-shadow:0px 0px 0px #fff0!important;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}