﻿@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hero-area video{
    width: 100%;
}

.hero-area {
    padding: 0;
}

.nav-link {
    text-transform: uppercase;
}

.hero-area .container{
  max-width: 100%; 
  padding-right: 0; 
  padding-left: 0;
}

.hero-area .container video{
 width: 100%; 
 height: auto;
}


.header-area .header-sticky .navigation {
    background-color: #fff !important;
}

a{
    text-decoration: none!important;
}

.header-area .header-sticky .navigation .fa-solid.fa-list-ul,
.header-area .header-sticky .navigation .menu-trigger2 h6,
.header-area .header-sticky .navigation .menu-trigger span {
    color: #c8a95e !important;
}

.header-area .header-sticky .navigation .menu-trigger span {
    background-color: #c8a95e !important;
}

.fa-solid.fa-list-ul, .menu-trigger2 h6 {
    color: #c5a65d;
}


.menubar .navbar .container-fluid {
    padding: 0 !important;
}

.container-fluid{
    padding: 0 50px !important;
}

.links {
    color: #042d29;
}

.menubar {
    text-align: center;
    margin: 200px 0;
}

    .menubar .nav-link {
        font-size: 25px;
        color: #bba05d;
        margin: 15px;
        line-height: 1;
    }

        .menubar .nav-link .dropdown-item {
            font-size: 30px;
            color: #bba05d;
        }

.continfo a p {
    font-size: 22px;
    color: #bba05d;
}
.continfo p {
  margin-bottom: 0;
}

    .continfo a:hover, .continfo p:hover {
        color: #bba05d;
    }

.continfo .underline :hover{
    color: #bba05d;
}

.call {
    float: right;
    text-align: right;
}


.side-info {
    padding-top: 10px;
    text-align: center;
}


.extra-info2 {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 400px;
    z-index: 999;
    overflow-y: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    overflow-y: scroll;
}

    .extra-info2.active {
        opacity: 1;
        visibility: visible;
    }



@keyframes extra-info2 {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}

.single-process-item h3 a {
    font-size: 20px;
    letter-spacing: 0.5px;
}


.feature-wrap.services h4 {
    font-size: 5rem;
    color: #042d29
}

.feature-wrap.services hr {
    margin-top: 0;
}

.feature-wrap.services .arrow {
    text-align: right;
}

.theme-btn:hover {
    background: #fff;
    color: #042d29;
}


.underline {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

    .underline:hover {
        color: #bba05d;
    }

    .underline::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        border-radius: 0;
        bottom: 0;
        left: 0;
        background: currentcolor;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
        border-bottom: 1px solid #bba05d;
    }

    .underline:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
        color: #bba05d;
    }

.journalttl {
    font-size: 20px;
    line-height: 1.2;
}

.footer-up {
    margin: auto;
}

    .footer-up h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 62px;
        color: #fff;
        font-weight: 300;
        line-height: 1;
    }



.ml-0 {
    margin-left: 0 !important;
}

.breadcrumb {
    position: relative;
}

.breadcrumb-area {
    background-size: cover;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.aboutlogo {
    width: 400px;
    margin-top: 7rem;
    margin-left: 3rem;
}

.aboutttl {
    font-family: "Montserrat", sans-serif;
    font-size: 6rem;
    margin-top: 3rem;
    margin-left: 3rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    text-transform:uppercase !important;
}

    .aboutttl:after {
        content: "";
        position: absolute;
        bottom: 35px;
        width: 135px;
        height: 3.60px;
        background-color: #fff;
    }



.about2 {
    font-family: "Montserrat", sans-serif;
    font-size: 4.2rem;
    margin-top: 0;
    margin-left: 0;
    color: #292929;
    line-height: 1;
    font-weight:400;
}
 

.aboutsec1 {
    padding: 150px 0;
}

    .aboutsec1 h4 {
        font-family: "Montserrat", sans-serif;
        letter-spacing: 2px;
        margin-bottom: 3rem;
        color: #042d29;
        font-weight: 500;
        font-size: 20px;
    }

.aboutcontent p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    float: right;
}


.aboutcontent h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-left: 1rem;
    color: #042d29;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: right;
}




.circlelink {
    width: 50px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #042d29;
    height: 50px;
    overflow-x: visible;
    overflow-y: visible;
    max-width: 50px;
    transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    float: right;
}




    .circlelink:before {
        content: "";
        position: absolute;
        bottom: 24px;
        right: auto;
        width: 112px;
        height: 1px;
        background-color: #042d29;
        overflow: visible;
        left: -90px;
        z-index: 1;
        transition: width 0.3s ease, left 0.3s ease;
    }



.circlelink:hover:before {
    width: 340px;
    left: -320px;
}


.footer-area .circlelink {
    width: 50px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #fff;
    height: 50px;
    overflow-x: visible;
    overflow-y: visible;
    max-width: 50px;
    transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    float: right;
}




.footer-area .circlelink:before {
    content: "";
    position: absolute;
    bottom: 21px;
    right: auto;
    width: 112px;
    height: 1px;
    background-color: #fff;
    overflow: visible;
    left: -90px;
    z-index: 1;
    transition: width 0.3s ease, left 0.3s ease;
}



    .circlelink:hover:before {
        width: 200px;
        left: -180px;
    }




.project-bg img {
    height: 500px;
    width: 100%;
}

.whychoose {
    background-color: #042d29;
    position: relative;
    top: -10rem;
    z-index: -1;
    padding-top: 10rem;
}

 


.servicess {
    position: relative;
    z-index: -1;
}


    .servicess::-webkit-scrollbar-track {
        display: none;
    }



    .servicess .servicettl {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        letter-spacing: 2px;
        font-size: 20px;
    }

    .servicess .detail {
        margin-left: 45px;
        height: 47rem;
        overflow-y: scroll;
        scrollbar-track-color: transparent
    }

        .servicess .detail h2, .services .detail p {
            font-family: "Montserrat", sans-serif;
        }

        .servicess .detail .ttl {
            font-size: 3.5rem;
            margin-bottom: 2rem;
        }

    .servicess .detail p{
        font-size: 22px;
        line-height: 1.5;
    }

    .servicess .detaillist {
        margin-top: 15rem;
        height: 47rem;
        overflow-y: scroll;
    }

 .servicess .detaillist::-webkit-scrollbar {
    display: none;
}

.servicettl:after {
    content: "";
    position: absolute;
    top: 11px;
    width: 135px;
    height: 1px;
    background-color: #fff;
    margin-left: 20px;
}


.legacy {
    margin-bottom: 100px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.awards {
    margin-bottom: 15rem;
}

.awards ul {
    list-style-type: disc;
    font-size: 20px;
    margin-bottom: 0;
}

.awards ul li::marker{
    list-style-type: none !important;
}

.awards h4 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-size: 20px;
}

.awards p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 2rem;
}


.footer-area .aboutcontent h5 {
    text-align: left !important
}

.footer-area .aboutcontent {
    float: left;
}

.footer-area .footermenu h3 {
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 10px;
}

.infinity {
    position: absolute;
    top: 0;
}

.socialmedia {
    position: absolute;
    top: 73%;
    right: 16%;
}

.socialmedia .fa-facebook-f, .socialmedia .fa-instagram, .socialmedia .fa-linkedin-in {
    font-size: 25px;
    margin: 10px;
}


.footer-area p.small {
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
}

.footer-area hr {
    color: #fff;
    opacity: 1;
    width: 150px;
}

.footer-area .legal {
    position: absolute;
    bottom:0;
}


.infinity {
    position: absolute;
    top: 0;
    right: 4%;
}


.socialmedia {
    position: absolute;
    bottom: 25%;
    right: 25%;
}



.footer-area .legal {
    position: absolute;
    bottom: 5%;
    margin-left: 3%;
}

.infinitylogo {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 999999999;
}



#input-box {
    position: relative;
    width: 350px;
    margin: auto;
}

    #input-box input {
        width: 100%;
        height: 46px;
        font-size: 24px;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 3px;
        padding: 0;
        margin: 0;
        border: 0;
        padding: 10px;
        margin: 30px;
        border: 1px solid #042d29;
        height: 55px;
    }

        #input-box input::placeholder {
            position: relative;
            top: -2px;
            color: #bababa;
            font-size: 14px;
            letter-spacing: 0;
        }


.inputttl h3 {
    margin: auto 15%;
    font-family: "Montserrat", sans-serif;
    color: #042d29;
    font-size: 22px;
}

.init-btn {
    position: absolute;
    top: 40%;
    right: -15px;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.init-btn i{
    background: #042d29;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    color: #fff;
}

.line {
    position: relative;
    border-bottom: 1px solid #042d29;
    width: 120px;
    top: -14px;
    margin: 0 10px;
}

.single-project-wrapper .aboutcontent {
    position: absolute;
    right: 0;
    bottom: 3%;
    right: 2%;
}

.aboutcontent h5 {
    color: #fff;
}



.conttl {
    font-family: "Montserrat", sans-serif;
    font-size: 4rem;
    margin-left: 50px;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 1;
}

.contcontent p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-left: 50px;
}

.contbreadcrum {
    background-color: #f8f8f8 !important;
}

.graybck{
    position: absolute;
    top: 0;
    background-color: #042d29;
    width: 300px;
    height: 30%;
    right: 0;
    z-index: -1;
}

.conbreadimg {
    margin-top: 15rem;
}

.conbreadimg img {
    width: 100% !important;
}

.socmedia i{
   color: #000;
   font-size:25px;
   margin: 10px;
}


#scrooltotop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #042d29;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #scrooltotop:hover {
        background-color: #555;
    }


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999;
}

.my-float {
    margin-top: 16px;
}

.float i{
    line-height: 2;
}


.project-section ul{
    margin-bottom: 50px;
}

    .project-section ul li a.active {
        border-bottom: 2px solid #bba05d;
        background-color: transparent !important;
        color: #bba05d !important;
    }

    .project-section ul li a {
        border-radius: 0 !important;
        color: #042d29 !important;
    }


#outline {
    stroke-dasharray: 2.427766571px,242.7766571045px;
    stroke-dashoffset: 0;
    -webkit-animation: anim 1.6s linear infinite;
    animation: anim 1.6s linear infinite
}

@-webkit-keyframes anim {
    12.5% {
        stroke-dasharray: 33.9887319946px,242.7766571045px;
        stroke-dashoffset: -26.7054322815px
    }

    43.75% {
        stroke-dasharray: 84.9718299866px,242.7766571045px;
        stroke-dashoffset: -84.9718299866px;
        stroke: #f5981c
    }

    to {
        stroke-dasharray: 2.427766571px,242.7766571045px;
        stroke-dashoffset: -240.3488905334px
    }
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.9887319946px,242.7766571045px;
        stroke-dashoffset: -26.7054322815px
    }

    43.75% {
        stroke-dasharray: 84.9718299866px,242.7766571045px;
        stroke-dashoffset: -84.9718299866px;
        stroke: #f5981c
    }

    to {
        stroke-dasharray: 2.427766571px,242.7766571045px;
        stroke-dashoffset: -240.3488905334px
    }
}




@media (max-width: 768px) {
    .collapse:not(.show) {
        display: block;
    }

    .menubar .nav-link {
        font-size: 35px;
        color: #fff;
        margin: 20px;
        line-height: 1;
    }

    .menubar {
        text-align: center;
        margin: 50px 0;
    }

.continfo{
    text-align: center;
}

    .call {
        float: none;
        text-align:center;
    }

    .continfo a p {
        margin: 20px;
    }

    .theme-btn {
        margin: 25px 0;
    }


    .footer-up h2 {
        font-size: 40px;
    }

    .infinity {
        position: unset;
        top: unset;
        right: unset;
    }

    .infinity svg{
        width: 200px;
        text-align: center;
        margin: auto;
    }

    .footer-up img{
        margin-top:0;
    }

    .contactdtls {
        margin-top: 0;
    }

    .footermenu {
        margin-top: 0;
        margin-left: 0;
    }

    .infinity {
        margin: 100px;
        text-align: center;
    }

        .infinity svg {
            width: 200px;
            text-align: center;
            margin: auto;
            height: 200px;
            bottom: 10%;
            position: absolute;
            left: 23%;
        }

    .aboutlogo {
        width: 300px;
    }

    .aboutttl {
        font-size: 2rem;
    }


        .aboutttl:after {
            bottom: 25px;
            width: 65px;
            right: 30px;
        }

    .inputttl h3 {
        font-size: 30px;
    }


    #project-standard .project-title h3 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .infinitylogo {
        position: absolute;
        right: -15%;
        top: -15%;
        cursor: pointer;
    }


    .about2 {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }


    #input-box {
        position: relative;
        width: 290px;
        margin: auto;
        left: 20px;
        margin: 0;
    }


    .socialmedia {
        position: absolute;
        bottom: 10%;
        left: 20%;
        margin-top: 50px;
    }

    .feature-wrap.services h4 {
        font-size: 2rem;
    }

    .section-title.text-up h2 {
        font-size: 35px;
    }

    .section-title h1 {
        margin-left: 0;
    }


    .aboutsec1 {
        padding: 50px 0;
    }

    .servicess {
        padding: 0 0 50px 0;
        position: unset;
    }

        .servicess .servicettl {
            margin-top: 50px;
        }

        .servicess .detaillist {
            margin-top: 50px;
            height: auto;
            overflow-y: hidden;
        }

        .servicess .detail .ttl {
            font-size: 2rem;
            margin-bottom: 2rem;
        }

    .legacy {
        margin-bottom: 0;
        top: 0;
        position: relative;
        margin: 50px 0;
    }

    .awards {
        margin-bottom: 5rem;
    }


    .aboutlogo {
        margin-top: 5rem;
    }

    .conttl {
        font-size: 2rem;
    }


    .conbreadimg {
        margin-top: 3rem;
    }


    .graybck {
        height: 25%;
    }


    .contact-section {
       margin-top:0;
    }
    }