body {
    font-size: 16px;
    /* font-family: 'Gibson'; */
    font-family: "canada-type-gibson",sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    color: #5E5955;
}

@font-face {
    font-family: 'Gibson';
    src: url('../font/GibsonSemiboldRegular.eot');
    src: url('../font/GibsonSemiboldRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/GibsonSemiboldRegular.woff2') format('woff2'),
        url('../font/GibsonSemiboldRegular.woff') format('woff'),
        url('../font/GibsonSemiboldRegular.ttf') format('truetype'),
        url('../font/GibsonSemiboldRegular.svg#GibsonSemiboldRegular') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gibson';
    src: url('../font/GibsonBold.eot');
    src: url('../font/GibsonBold.eot?#iefix') format('embedded-opentype'),
        url('../font/GibsonBold.woff2') format('woff2'),
        url('../font/GibsonBold.woff') format('woff'),
        url('../font/GibsonBold.ttf') format('truetype'),
        url('../font/GibsonBold.svg#GibsonBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gibson';
    src: url('../font/GibsonRegular.eot');
    src: url('../font/GibsonRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/GibsonRegular.woff2') format('woff2'),
        url('../font/GibsonRegular.woff') format('woff'),
        url('../font/GibsonRegular.ttf') format('truetype'),
        url('../font/GibsonRegular.svg#GibsonRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gibson';
    src: url('../font/GibsonMediumRegular.eot');
    src: url('../font/GibsonMediumRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/GibsonMediumRegular.woff2') format('woff2'),
        url('../font/GibsonMediumRegular.woff') format('woff'),
        url('../font/GibsonMediumRegular.ttf') format('truetype'),
        url('../font/GibsonMediumRegular.svg#GibsonMediumRegular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.35px;
}


h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.25px;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: #fff;
    height: 90px;
}

.navbar-brand {
    margin-left: 25px;
}

.section-space{
    padding: 80px 0;
}

.titlebar {
    position: relative;
    min-height: 530px;
    display: flex;
    align-items: end;
    padding-bottom: 80px;
    margin-top: 90px;
}

img.titlebarImg {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}
.titlebar .container{
    z-index: 9;
    position: relative;
}

img.logo {
    max-width: 125px;
    padding: 0;
    margin: 0;
}

.btn-primary{
    color: #fff;
    background-color: #D86A21;
    border-color: #D86A21;
    transition: 0.3s;
}

.btn-primary:hover{
    color: #fff;
    background-color: #0A4A7F;
    border-color: #0A4A7F;
}

.btn {
    font-size: 16px;
    border-radius: 50px;
    padding: 9.5px 31px;
    letter-spacing: 0.16px;
}

.titlebar-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.titlebar h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
}

.titlebar p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.07px;
    max-width: 476px;
    margin-top: 30px;
}

.leftContentSection {
    max-width: 50%;
}


.small-title {
    color: #D86A21 !important;
    letter-spacing: 0.16px !important;
    font-size: 16px !important;
    font-weight: 600;
    position: relative;
    text-transform: lowercase;
    display: inline-block;
    padding-left: 35px;
}

.small-title:before {
    content: '';
    background: #D86A21;
    position: absolute;
    width: 100%;
    height: 2px;
    max-width: 22px;
    left: 0;
    top: 9px;
}

.whatwedo-section {
    padding-bottom: 185px;
}

.whatwedo-section h2 {
    margin-bottom: 30px;
}

.whatwedo-section .exp h2 {
    margin-bottom: 0;
    font-size: 55px;
    font-weight: bold;
    color: #D86A21;
}

.whatwedo-section .exp span {
    font-family: sans-serif;
}

.whatwedo-section .exp  p {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.exp {
    border-bottom: 1px solid #ccc;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.exp:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.project-section {
    /* background: #F3F5FA; */
    background-color: #F3F5FA;
    background-image:url('../images/trasparent-logo.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
}


.project-inner img {
    width: 100%;
}

.project-details {
    background: #fff;
    padding: 30px;
    min-height: 128px;
    display: flex;
    align-items: center;
}

.project-inner .project-details {
    flex-flow: column;
    align-items: start;
    justify-content: start;
    /* min-height: 180px; */
}

.project-details h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
}

.project-list .project-details p{
    color: #888888;
    letter-spacing: 0.07px;
    font-weight: normal;
    font-size: 15px;
}

.base-material-section h3 {
    color: #D86A21;
    font-size: 30px;
    font-weight: 500;
    min-height: 40px;
}
.base-material-section p{
    color: #000;
}

.base-material-section p small, .base-material-section p span {
    font-size: 12px;
    color: #5E5955;
}

.base-material-section p small {
    display: block;
}

.base-material-section .details {
    min-height: 260px;
    margin-bottom: 40px;
}

.serices-details-list h3 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
}

.project-inner {
    margin-bottom: 30px;
}

h3 {
    max-width: 598px;
    font-weight: normal;
    font-size: 40px;
}

.row.project-list {
    margin-top: -200px;
}

.whycustomer-left img {
    width: 100%;
}

.whylist {
    display: flex;
    flex-wrap: wrap;
}
.whylist-single {
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
}

.whylist-single p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 30px;
}

footer {
    background: #0A4A7F;
    padding: 40px 0 20px 0;
    color: #fff;
}

.contact-info {
    background: #d86a21;
    border-radius: 90px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 70px;
    max-width: 787px;
    margin: 0 auto;
    margin-top: -160px;
}

.numner {
    display: flex;
    align-items: center;
}

.email {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.contact-info p, .number p, .email p{
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.contact-info p span, .email p span{
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.contact-info img {
    margin-right: 30px;
}

footer h3 {
    font-size: 22px;
    font-weight: 500;
}

ul {
    padding: 0;
}

footer li, footer a {
    list-style: none;
    font-size: 15px;
    font-weight: normal;
    color: #92B7D5;
}

footer a {
    text-decoration: none;
    /* margin: 0 8px; */
}

.socialMediaIcon {
    display: flex;
    align-items: end;
    justify-content: end;
}
.socialMediaIcon img {
    max-height: 70px;
    height: auto;
}

footer .socialMediaIcon a {
   margin: 0;
   height: 60px;
   width: 60px;
   background: #165D97;
   border-radius: 50%;
   margin-right: 10px;
   display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.socialMediaIcon img {
    max-height: 70px;
}

footer .socialMediaIcon a:hover {
    background: #d86a21;
}


.footer-bottom {
    border-top: 1px solid #3976A7;
    padding-top: 30px;
    margin-top: 30px;
    align-items: center;
}
.footer-bottom p {
    margin: 0;
    color: #92B7D5;
}

footer .footer-logo {
    width: 150px;
}

/* ul.column-2 {
    column-count: 2;
} */

a.nav-link {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.15px;
    margin: 0px 25px;
}

.navbar-nav {
    align-items: center;
}

header .navbar-expand-lg .navbar-nav a.nav-link.btn {
    color: #fff;
    padding: 15px 25px;
}


.home-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

 /* .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  } */

  /* .swiper-slide {
    background-size: cover;
    background-position: center;
  } */

  .home-slider .slider-image  {
    height: 80%;
    width: 100%;
  }

  .home-slider .slider-text {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    max-width: 913px;
    background: #fff;
    text-align: right;
    margin-right: 0px !important;
    margin-top: -80px;
}

.home-slider .slider-text .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

  .home-slider .slider-text .swiper-wrapper {
    justify-content: space-between;
    padding: 0 20px;
}

.home-slider .slider-text .swiper-slide:after {
    content: '';
    background: #B4B4B4;
    width: 1px;
    height: 50%;
    position: absolute;
    right: 30px;
}

.home-slider .slider-text .swiper-slide:last-child:after {
   display: none;
}


.home-slider .slider-text .swiper-slide-thumb-active {
    opacity: 1;
  }

  .home-slider .swiper-slide img {
    width: 100%;
    position: absolute;
    top: 0;
}

.home-slider .slider-image  .swiper-slide{
    min-height: 800px;
    display: flex;
    align-items: center;
}

.home-slider .container {
    z-index: 9;
    position: relative;
}

.slider-content {
    text-align: left;
}

.slider-text .swiper-slide {
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    line-height: normal;
    font-weight: 500;
}

.slider-text .number {
    font-size: 35px;
    letter-spacing: 0.35px;
    color: #D86A21;
    font-weight: normal;
    margin-right: 11px;
}

/* -=-=-=-=-=-=-=-= section who we are  start -=-=-=-=-=-=-=-= */

img.whoweare-image {
    padding-top: 142px;
    width: 100%;
}

.block-couunt {
    display: flex;
    align-items: center;
    position: absolute;
    top: 56px;
    right: 10px;
}

.block-couunt-single {
    width: 221px;
    background: #d86a21;
    padding: 45px 35px;
    color: #fff;
    min-height: 250px;
    margin-right: 30px;
}

.block-couunt-single h2 {
    color: #fff;
    font-size: 55px;
    margin-top: 0.5rem;
}
.block-couunt-single p {
    font-size: 15px;
    max-width: 50%;
    color: #fff;
}

.whoweare-content {
    background: #fff;
    padding: 51px 44px;
    max-width: 545px;
    position: absolute;
    bottom: 110px;
    left: -19%;
    box-shadow: 0px 5px 16px #00000008;
}

.whoweare-content p {
    margin: 0;
    font-size: 15px;
}

.whoweare-content h3 {
    letter-spacing: 0.27px;
    color: #D86A21;
    font-size: 27px;
    font-weight: 500;
    font-style: italic;
}
.block-couunt-single:first-child {
    background: #0A4A7F;
}
/* -=-=-=-=-=-=-=-= section who we are  end -=-=-=-=-=-=-=-= */

/* -=-=-=-=-=-=-=-= counter section start -=-=-=-=-=-=-=-= */
.counter-section {
    background: #F3F5FA;
    padding-top: 295px;
    margin-top: -324px;
}

    .counter-section .stats h5 {
        letter-spacing: 0.18px;
        color: #000000;
        font-size: 18px;
        max-width: 100%;
        min-height: 40px;
        margin-bottom: 0;
        border-bottom: 1px solid #B4B4B4;
    }

    .counter-section .counting {
        margin-bottom: 0;
        font-size: 50px;
        font-weight: bold;
        color: #D86A21;
    }

    span.customer-number {
        width: 60px;
        height: 60px;
        display: flex;
        background: #d86a21;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        letter-spacing: 0.2px;
        color: #FFFFFF;
        font-size: 20px;
        margin-left: -15px;
    }

    .customer-images img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-left: -15px;
    }

    .customer-images {
        display: flex;
        margin-top: 16px;
    }
/* -=-=-=-=-=-=-=-= counter section start -=-=-=-=-=-=-=-= */


/* -=-=-=-=-=-=-=-= what we do section home start -=-=-=-=-=-=-=-= */

.whatwedo-section{
    background: #0A4A7F;
}


.cta-box img {
    width: 88px;
    position: relative;
    bottom: 16px;
}

.cta-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    max-height: 102px;
}

.cta-text h5 {
    letter-spacing: 0.18px;
    color: #000000;
    font-size: 18px;
    line-height: normal;
    width: 80%;
    margin: 0;
}

.cta-text a {
    text-decoration: none;
    letter-spacing: 0.15px;
    color: #D86A21;
    font-size: 15px;
    margin-top: 5px;
    display: block;
}
.cta-text {
    margin-left: 10px;
}

.cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.cta-msg-icon {
    margin-left: -30px;
    max-width: 70px;
}

.image-title h2 {
    font-size: 30px;
    color: #fff;
    max-width: 50%;
    margin-bottom: 0;
}

.image-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

.image-single {
    position: relative;
}

.swiper-button {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: start;
}

.swiper-button .swiper-button-next, .swiper-button .swiper-button-prev {
    position: static;
    margin-top: 50px;
    color: #000;
    height: 50px;
    width: 50px;
    background: #fff;
    margin-right: 5px;
}

.swiper-button .swiper-button-next:after, .swiper-button .swiper-button-prev:after{
    font-size: 20px;
}
/* -=-=-=-=-=-=-=-= what we do section home end -=-=-=-=-=-=-=-= */


.vision-mission-section h4 {
    letter-spacing: 0.25px;
    color: #000000;
    font-size: 25px;
    font-weight: 500;
}

.vision-mission-section h5 {
    letter-spacing: 0.25px;
    color: #D86A21;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 15px;
}


.vision-mission-section p {
    font-size: 15px;
    color: #5E5955;
    letter-spacing: 0.07px;
}

.vision-mission-section li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.18px;
    color: #000000;
    list-style: none;
    padding-left: 32px;
    border-top: 1px solid #DDDDDD;
    padding-top: 23px;
    padding-bottom: 23px;
    position: relative;
}

.vision-mission-section ul {
    column-count: 2;
}

.vision-mission-section li:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #d86a21;
    border-radius: 50%;
    left: 0;
    top: 45%;
}
.serices-details-list li {
    position: relative;
    font-size: 15px;
    color: #000;
    list-style: none;
    padding-left: 15px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}
.serices-details-list li:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #d86a21;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.flex-row-reverse .serices-details-list {
    min-width: 100%;
}
.serices-details-list {
    padding: 30px 37px;
    background: #F3F5FA 0% 0% no-repeat padding-box;
    border-radius: 15px;
    min-width: 110%;
}

.vision-mission-info {
    max-width: 636px;
}


.vision-mission-section .bg-light{
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 27.5%, rgba(243, 245, 250, 1) 27.5%);
    padding-top: 60px;
}


.recent-work-section{
    background: #D86A21;
}

.small-title.text-white:before{
    background: #fff;
}

.recent-work-section .cta-box img {
    bottom: 12px;
}

.recent-work-section .cta-box {
    padding: 0px 29px;
}

.image-single img {
    width: 100%;
    height: auto;
}

.recent-work-section .image-single .image-title img {
    max-width: 32px;
}
.image-single .image-title img {
    max-width: 32px;
}

.recent-work-section .image-title {
    padding: 20px 30px;
}

.recent-work-section .image-title h2 {
    font-size: 25px;
    max-width: 70%;
}

.member-name {
    background: #fff;
    text-align: center;
    padding: 20px;
}

.member-name h2 {
    font-size: 22px;
    letter-spacing: 0.22px;
    color: #000000;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
}

.member-name p {
    font-size: 15px;
    letter-spacing: 0.07px;
    color:#888888;
    margin: 0;
}
.meet-our-team-section {
    background: #F3F5FA;
}
.our-clients-section {
    padding-bottom: 120px;
}
.our-clients-slider img {
    width: 100%;
}
.project-list .image-title h2 {
    font-size: 25px;
    color: #fff;
    max-width: 60%;
}

.project-list .image-title {
    padding: 20px 30px;
}

.project-details-section h2 {
    letter-spacing: 0.25px;
    color: #000000;
    font-size: 25px;
}

.project-details-section p {
    letter-spacing: 0.07px;
    color: #888888;
    font-size: 15px;
    max-width: 70%;
    position: relative;
}
.project-details-section p:after {
    width: 100%;
    height: 2px;
    background: #d86a21;
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    max-width: 34px;
}

.project-looks-section {
    /* background: #F3F5FA; */
    background-color: #F3F5FA;
    background-image: url('../images/trasparent-logo.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 80px 0 155px 0;
}

.project-looks-section .cta-box {
    padding: 0px 20px;
}

form h2 {
    font-size: 25px;
}

p {
    letter-spacing: 0.07px;
    color: #888888;
    font-size: 15px;
    line-height: 20px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #B4B4B4;
    border-radius: 0;
    padding-left: 0;
    letter-spacing: 0.07px;
    color: #5E5955;
    display: inline-block;
    /* margin-bottom: 40px;     */
    background: transparent;
}

input.form-control.w-50 {
    width: 48% !important;
    margin-right: 10px;
}


.form-section{
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(243, 245, 250, 1) 60%, rgba(255, 255, 255, 1) 60%);
}

.contact-location h2 {
    font-size: 22px;
    margin-top: 15px;
}

.contact-location p {
    letter-spacing: 0.07px;
    color: #5E5955;
    max-width: 256px;
}
.contact-location {
    margin-bottom: 86px;
}

.map-section iframe {
    width: 100%;
    min-height: 563px;
    height: 100%;
}

.video-container {
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
  }
  .video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  
  .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  .play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
  }
  .play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    /* stroke: #fff; */
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
  }

  .project-looks-silder img {
    width: 100%;
}
.project-looks-silder video {
    width: 100%;
    height: 100%;
} 
.nav-link:hover, .nav-link:focus {
    color: #d86a21;
}
.form-control:focus {
    box-shadow: none;
}

.whatwedo-section .image-single .image-title img {
    min-height: auto;
}

.whatwedo-section .image-single img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

span.Sqft {
    font-size: 20px;
    color: #888888;
    font-weight: 200;
}

a.nav-link.active {
    color: #d86a21;
}

.nav-item.dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    left: 0;
    border-bottom: 3px solid #d86a21;
    box-shadow: 5px 5px 5px 5px #85858533;
}

footer a:hover {
    color: #d86a21;
}

.contact-submit {
    width: auto;
}

label.error {
    color: red;
    font-size: 14px;
}

.form-control:focus {
    background-color: transparent;
}

.recent-work-section .small-title {
    color: #fff !important;
}

video[poster]{
    height:100%;
    width:100%;
    }

    .number, .email{
        display: flex;
        align-items: center;
        gap: 20px;
    }

    footer .email {
        margin-top: 25px;
    }