

body{
    margin: auto;
}
html{
    scroll-behavior: smooth;
}

/*Montserrat - Font*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  src: url("../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  src: url("../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"); 
  src: url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

*{
  line-height: 2.1;
  font-family: "Montserrat", sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif !important;
}
p{
    font-family: "Montserrat", sans-serif !important;
    line-height: 2.1 !important;
}

/*HEADER*/
#header{
    margin: auto;
/*    padding-top: 0px;*/
}
header .menu-bar {
    text-align: left;
    width: 30px;
}
header .menu-wrapper a {
/*    color: #faf5fa !important;*/

    text-decoration: none;
    font-size: 15px;
    max-width: 85px
}
header a span{
    color: #faf5fa;
}
header .menu-bar {
    text-align: left;
    width: 30px
}

header .menu-bar span {
    height: 2px;
    background: #faf5fa;
    display: block;
    margin-bottom: 6px
}
header .menu-bar span:nth-child(1) {
    width: 17px
}

header .menu-bar span:nth-child(2) {
    width: 30px
}

header .menu-bar span:nth-child(3) {
    width: 15px;
    margin-left: auto;
    margin-bottom: 0
}

header .menu-box{
    padding-right: 110px;
    text-align: right;
/*    display: inline-flex;*/
    display: ruby;
    padding-top: 20px;
    position: relative;
}
header .logo-box{
   text-align: left !important;
}
header .logo-box img{
    margin-left: 35px;
    width: 85%;
    transition: all 0.3s;
    margin-top: -15px;
}
header .call-box{
/*    text-align: center;*/
    display: inline-flex;
    margin-right: 5px;
}
header .call-box i{
    margin-top: 3px;
    color: #fff;
    margin-right: 4px;
}
header .call-box a{
    color: #faf5fa;
    font-size: 1.1rem;
    transition: all 0.3s;
}
header .call-box a:hover{
    color: #dca831;
    transition: all 0.3s;
}
#header.header-scrolled{
/*    background-color: transparent;*/
    padding: 0px;
/*    box-shadow: unset !important;*/
/*    opacity: 0.9;*/
}
#header.header-scrolled .logo-box img{
    width: 80%;
     margin-top: -5px;
    transition: all 0.3s;
}
.fixed-top {
    top: 20px !important;
}
#hero{
    height: 700px;
}
#hero .carousel-container{
/*    margin-top: 100px;*/
    top: 76%;
}
.explore-btn{
    color: #000;
    background-color: #faf5fa;
    border: 1px solid #fff;
    border-radius: unset;
    font-weight: 600;
    padding: 12px;
}
.explore-btn:hover{
    background-color: transparent;
    transition: all 0.3s;
    color: #faf5fa;
}
.intro .intro-title h2:before{
    content: unset;
}
.intro .intro-left{
    padding-top: 10px;
}
#modalNav{
   overflow-y: scroll !important;
   overflow-x: hidden !important;
/*   z-index: 999999;*/
}
#modalNav .close .fa-ico{
    font-size: 1.9rem;
    color: #000 !important;
    padding-top: 0px;
    font-weight: 400;
    opacity: 1 !important;
}
#modalNav .modal-body{
    padding-left: 0px;
    padding-right: 0px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
#modalNav .modal-body ul{
    padding-inline-start: 0px;
    margin-top: 20px;
    padding-left: 20px;
}
#modalNav .modal-body ul li{
    list-style: none;
    padding-bottom: 18px;
    transition: all 0.3s;
}
#modalNav .modal-body ul li.active{
    color: #dca831;
}
#modalNav .modal-body ul li.active a{
    color: #dca831;
}
/*#modalNav .modal-body ul li:hover{
    margin-left: 5px;
    transition: all 0.3s;
}*/
#modalNav .modal-body ul li i{
    font-size: 21px;
    margin-bottom: -4px;
}
#modalNav .modal-body ul li a{
    color: #535456;
    font-size: 17px;
    font-weight: 350;
    padding-left: 7px;
    transition: all 0.3s;
}
#modalNav .modal-body ul li a:hover{
    margin-left: 5px;
    transition: all 0.3s;
    color: #dca831;
}
#modalNav .modal-body ul li.sec-child{
    padding-bottom: 0px;
}
/*#modalNav .modal-body ul li a:hover .modal-body ul li i{
    margin-left: 5px;
    transition: all 0.3s;
}*/
.come-from-modal.left .modal-dialog{
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content{
    height: 100%;
/*    overflow-y: hidden;*/
    border-radius: 0px;
}

.come-from-modal.left .modal-body {
/*    padding: 15px 15px 80px;*/
}
.come-from-modal.left.fade .modal-dialog {
/*    left: -320px;*/
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.left.fade.in .modal-dialog {
    left: 0;
}

.navbar{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#modalNav .modal-body .first-part{
    background-color: #fff;
/*    padding: 10px 0 0 40px;*/
    width: 100%;
    min-height: 40vh;
}
#modalNav .modal-body .second-part{
    padding: 35px 0 30px 0px;
    width: 100%;
    background: #eee;
    min-height: 60vh;
    text-align: center;
}
.modal h6{
    font-weight: 400 !important;
}
#modalNav .modal-body .second-part img{
    width: 32%;
    margin-top: 30px;
}
#modalNav .modal-body .second-part p{
    color: #000;
    padding-top: 12px;
}

.intro{

}
.intro .intro-left{

}
.intro .intro-left a{
    background-color: #dca831;
    border: 2px solid #dca831;
    color: #fff;
}
.intro .intro-left a:hover{
    color: #000;
}
.page-banner .banner-txt{
    bottom: 35px;
    top: unset;
}
.page-banner .banner-txt .top h3{
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.section-title h2{
    color: #000 !important;
}
.section-title h2::before{
    content: unset;
}
.contact .info-box i{
    background-color: #dca831;
    color: #fff;
}
.contact-btn{
    background-color: #dca831;
    border: 2px solid #dca831;
    color: #fff;
}
.contact-btn:hover{
    border: 2px solid #dca831;
    color: #000;
}
.footer-vt .copyright-left ul li a:hover{
    color: #dca831;
}
.footer-vt .copyright-right ul li a:hover{
    color: #dca831;
}
.foo-logo{
    width: 32%;
    margin-bottom: 30px;
}
.foo-content{
  text-align: left;  
  padding-left: 0px;
}
.foo-content p{
    font-size: 14px;
    color: #fff;
    text-align: justify;
    padding-top: 15px;
}
.foo-content p::first-letter{
    font-size: 25px;
    color: #dca831;
}
.copyright-right{
    text-align: left !important;
}
.copyright-right address{
    padding-top: 12px;
    font-size: 14px;
}

/*PAGE SLIDER*/
.hero-slider {
  width: 100%;
/*  height: 100vh;*/
height: auto;
  overflow: hidden;
/*  margin-bottom: 70px;*/
}
.hero-slider .carousel-cell {
  width: 100%;
/*  width: 50%;*/
  height: 780px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
/*  margin-right: 10px;*/
}
.hero-slider .carousel-cell .inner {
  position: relative;
  top: 72%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  padding-left: 100px;
}
.hero-slider .carousel-cell .inner .subtitle {
  font-family: "Montserrat", serif;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: unset;
}
.hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 180px;
  text-align: right;
  padding-right: 150px;
}
.hero-slider .flickity-page-dots .dot {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 50%;

}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

/*PAGE-SLIDER END*/

.home-services{
    margin-bottom: 20px;
    margin-top: 40px;
}
.home-services .home-services-content{
    padding-top: 20px;
}
.home-services .home-services-boxes{
/*    border: 1px solid #ddd;*/
    max-width: 100%;
    margin-top: 45px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    transition: all 0.3s linear;
    position: relative;
/*    padding: 20px;*/
}

.home-services .home-services-boxes:hover .img-box{
  /*  border-top: 3px solid #dba126;
    border-bottom: 3px solid #dba126;*/
    border: 5px solid #ddd;
    transition: all 0.3s linear;
}
.home-services .home-services-boxes:hover p{
    color: #dba126;
    transition: all 0.3s linear;
}
.home-services .home-services-boxes:hover .service-arrow{
    display: block;
    transition: all 0.3s linear;
}
.home-services .home-services-boxes .img-box{
    transition: all 0.3s linear;
    overflow: hidden;
}
.home-services .home-services-boxes p{
    color: #000;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
     position: relative;
     transition: all 0.3s linear;
     width: 100%;
}

.home-services .home-services-boxes .ser-image{
    width: 100%;
    transition: transform 0.7s;
/*    position: relative;*/
}
.home-services .home-services-boxes .img-box:hover .ser-image{
    transition: transform 0.7s;
    transform: scale(1.1);
}
.home-services .pre-services{
    padding-top: 40px;
}


/*HOME-SERVICES*/

.service-content-area{
  margin-top: 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.service-item {
    margin-top: 30px;
    transition: .4s;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.service-txt {
    background-color: #f8f9fc !important;
    padding: 25px 0 !important;
}
.service-txt h5 {
    font-weight: 600;
    margin-bottom: 0 !important;
    color: #151515;
}
figure {
    margin: 0 !important;
}
.service-item .service-content {
    background-color: rgba(8,11,26,.95);
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 30px;
    position: absolute;
    transition: .4s;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    border: 3px solid #ddd;
}
.service-item:hover .service-content{
  left: 0%;
  transition: .4s;
}
.service-content h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px;
}
.service-content h5 a {
    color: #fff;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.service-thumb img{
  max-width: 100%;
}


.top-foo{
    padding-left: 60px;
    padding-right: 60px;
    background-color: #f8f9fc;
    padding-top: 40px;
    padding-bottom: 15px;
}
.top-footer{
    display: inline-flex;
}
.top-footer .top-footer-left {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}
.top-footer .top-footer-left h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.85rem;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 18px;
    color: #000;
}
.top-footer .top-footer-left p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    max-width: 70%;
    line-height: 2;
}
.top-footer .top-footer-right {
    text-align: right;
    margin-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
}

.top-footer .top-footer-right a.btn-contacts {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #080b1a;
    border-radius: 100px;
    color: #151515;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 55px;
}
.top-footer .top-footer-right a.btn-contacts:hover {
    color: #fff;
    background-color: #080b1a;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s;
}

.page-header-left{
    width: 100%;
}
.page-header-left ul{
  /*box-shadow: 1px 10px 25px 6px rgb(0 0 0 / 5%);*/
  padding-bottom: 10px;
  padding-top: 10px;
  padding-inline-start: 0px;
}
.page-header-left ul li{
  list-style: none;
  display: inline-flex;
  background: #eaf2fc;
  margin-bottom: 9px;
/*  padding: 15px;*/
  margin-left: 10px;
  /*box-shadow: 1px 10px 25px 6px rgb(0 0 0 / 5%);*/
}
.page-header-left ul li:first-child{
    margin-left: 0px;
}
.page-header-left ul li.active{
  border-bottom: 3px solid #dca831;
}
.page-header-left ul li a{
  color: #444444;
  padding-left: 15px;
  width: 100% !important;
}
.page-header-left ul li a:hover{
  color: #dca831;
  transition: all 0.2s linear;
}
.page-header-left ul li:hover{
  border-bottom: 3px solid #dca831 !important;
  transition: all 0.2s ;
}
.page-header-left ul li:hover a{
   color: #dca831;
  transition: all 0.2s linear;
}

.page-header-left ul li.active a{
  color: #dca831;
}

.page-header-right{
  margin-left: 0px;
  position: relative;
  padding-right: 0px;
}
.page-header-right img{
  /*width: 100%;*/
  margin-top: -10px;
  border-radius: 12px;
  box-shadow: 1px 10px 25px 6px rgb(0 0 0 / 5%);
}


.page-header-right .pane {
  width: 100%;
  height: 300px;
  /*left: 50px;*/
  /*top: 50px;*/
  position: relative;
  perspective: 600px;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.7s;
}

.page-header-right .pane-tilt {
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: 0.1s;
  display: flex;
  transform-style: preserve-3d;
  border-radius: 12px;
  transition: transform 0.7s;
}

.page-header-right .pane-tilt-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.7s;
}
.page-header-right{
  overflow: hidden;
  transition: transform 0.7s;
}
.page-header-right .pane-tilt-image:hover{
  /*transform: translateZ(60px);*/
  /*scale: 0.75;*/
    transition: transform 0.7s;
    transform: scale(1.1);
}

.page-header-right .pane-tilt-desc {
  position: absolute;
  margin: auto;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  transform: translateZ(0px);
  scale: 0.7;
  top: 78%;
  left: 1%;
  /*opacity: 0;*/
}

.page-header-right .pane-tilt-desc::after{
  position: absolute;
  content: '';
  height: 2px;
  width: 60px;
  border: 1px solid #ff6422;
  background: #ff6422;
  top: 50%;
  margin-left: 5px;
}

.page-header-right .pane:hover .pane-tilt-desc {
  transform: translateZ(60px);
  scale: 0.75;
  opacity: 1;
  color: #fff;
}

/*RESIDENTIAL*/
.residential-box{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 35px;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
}
.residential-box .res-box-left{
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}
.residential-box .res-box-left img:hover{
    transition: all 0.6s;
    transform: scale(1.1);
}
.residential-box .res-box-left img{
    width: 100%;
    transition: all 0.6s;
}

.residential-box .res-box-right{
    padding-left: 40px;
    text-align: justify;
}
.residential-box .res-box-right h5{
    padding-bottom: 10px;
    font-weight: bolder !important;
}
.residential-box .res-box-right img{
    position: absolute;
    width: 50px;
    height: 35px;
    right: 20px;
    bottom: -10px;
    opacity: 1;
}
.residential-box .res-box-right p{
    color: #000;
}
.portfolio-title-box {
    padding-left: 45px;
    padding-right: 45px;
}
.certificate .test-box{
  box-sizing: content-box;
    padding: 20px 20px 20px 20px;
    margin: 20px 15px;
    min-height: auto;
    box-shadow: 0px 0px 20px 0px rgb(11 35 65 / 10%);
    position: relative;
    background: #fff;
    text-align: left !important;
    /*border-radius: 12px;*/
}
.certificate .section-title h3{
  color: #000;
}
.certificate .testimonial-item .testimonial-img{
    width: 50px;
    border-radius: 10px;
    border: 3px solid #ddd;
    position: absolute;
    /*left: -25px; */
    background: linear-gradient(90deg,#03228f,#0e73e4);
    left: 25px;
    top: -24px;
}
.certificate .testimonial-item .testimonial-img:hover{
  transition: all 0.3s linear;
  background: linear-gradient(90deg,#0e73e4, #03228f);
}
.certificate .test-box h3{
  font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    padding-top: 10px;
}

.certificate .test-box h4{
  font-size: 14px;
    color: #999;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.ico-bw{
    color: #f1d640 !important;
}
.certificate .test-box p{
  text-align: justify;
  line-height: 1.8;
}

