/********** Template CSS **********/
:root {
    --primary: #2A3663;
    --secondary: #B59F78;
    --light: #D8DBBD;
    --dark: #2B3940;
    /* --primary: linear-gradient(90deg, rgba(225, 149, 132, 1) 0%, rgba(154, 74, 22, 1) 67%, rgba(165, 86, 39, 1) 93%); */
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.floating_btn a {
    text-decoration: none;
}

.floating_btn {
    position: fixed;
    bottom: 100px;
    right: 16px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.floating_btn .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.floating_btn .text_icon {
    margin-top: 8px;
    color: #42db87;
    font-size: 13px;
    font-weight: 600;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}

#spinner.show {
    visibility: visible;
    opacity: 1;
}




.patterns {
    height: 100vh;
    background: var(--primary);
    width: 100%;
}

svg text {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 10px;
    stroke: #ffffff;
    font-size: 150px;
    font-weight: 700;
    stroke-width: 2;
    animation: textAnimate 4s infinite alternate;

}

@keyframes textAnimate {
    0% {
        stroke-dasharray: 0 70%;
        stroke-dashoffset: 20%;
        fill: hsla(189, 68%, 75%, 0%)
    }

    80% {
        stroke-dasharray: 30% 0;
        stroke-dashoffstet: -20%;
        fill: hsla(0, 0%, 100%, 0)
    }
    100% {
        stroke-dasharray: 30% 0;
        stroke-dashoffstet: -20%;
        fill: hsl(0, 0%, 100%)
    }
}

@media screen and (max-width: 900px) {
    svg text {
        letter-spacing: 10px;
        font-size: 110px;
        font-weight: 400;
        stroke-width: 3;
    }
}

@media screen and (max-width: 500px) {
    svg text {
        letter-spacing: 12px;
        font-size: 40px;
        font-weight: 400;
        stroke-width: 2;
    }
}




/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/


.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
    width: 22px;
    margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 25px;
    color: #fefeff;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.navbar-brand {
    width: 70px;
}

.custom_nav-container {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.sticky-top .container-fluid {
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);
}

.sticky-top header {
    padding: 0px;
}

.navbar {
    flex-wrap: nowrap;
}

.navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: end;
}

.call-btn {
    position: absolute;
    margin-right: 80px;
}

.call-btn a {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}

.custom_menu-btn {
    z-index: 9;
    position: absolute;
    right: 0;
    /* top: 14px; */
}

.custom_menu-btn button {
    margin-top: 12px;
    outline: none;
    border: none;
    background-color: transparent;
}

.custom_menu-btn button span {
    display: block;
    width: 40px;
    height: 4px;
    background-color: var(--primary);
    margin: 7px 0;
    transition: all 0.3s;
    border-radius: 5px;
}

.custom_menu-btn .s-2 {
    width: 23px;
    margin-left: auto;
}

.menu_btn-style {
    position: fixed;
    right: -20px;
}

.custom_menu-btn .s-2 {
    transition: all 0.1s;
}

.menu_btn-style button .s-1 {
    transform: rotate(45deg) translateY(17px);
}

.menu_btn-style button .s-2 {
    transform: translateX(100px);
}

.menu_btn-style button .s-3 {
    transform: rotate(-45deg) translateY(-17px);
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--secondary);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
}

.overlay a {
    padding: 10px;
    text-decoration: none;
    font-size: 32px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.overlay a:hover {
    color: var(--primary);
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu_width {
    width: 100%;
}

.custom_nav-container {
    z-index: 99999;
    /* padding: 15px 0; */
}

.custom_nav-container .navbar-toggler {
    outline: none;
}


/*** Header ***/
.height-max {
    height: 70px;
}

.header-carousel .img-box {
    height: 650px;
}

.header-carousel .img-box img {
    height: 100%;
    width: 100%;
}

@media (max-width: 991.98px) {

    .header-carousel .img-box {
        height: 500px;
    }
}

@media screen and (min-width:100px) and (max-width: 500px) {

    .header-carousel .img-box {
        height: 350px;
    }
}

@media (min-width: 1050px) {

    .header-carousel .img-box {
        height: 750px;
        width: 700px;
    }
}



/*** Header ***/

.hero-slide img {
    height: 484px !important;
    width: 100%;
}

@media screen and (min-width:577px) and (max-width: 840px) {
    .hero-slide img {
        height: 384px !important;
        width: 100%;
    }
}

@media screen and (max-width: 577px) {
    .hero-slide img {
        height: 210px !important;
        width: 100%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1282px) {
    .hero-slide img {
        height: 650px !important;
        width: 100%;
    }
}

@media screen and (min-width: 1282px) {
    .hero-slide img {
        height: 732px !important;
        width: 100%;
    }
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}

.comm-b {
    color: var(--secondary);
}

/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
    background: var(--light);
    color: var(--primary);
    text-align: center;
}

.cat-item:hover {
    border: 3px solid var(--primary);
    background: var(--white);
    box-shadow: none;
}


/*** Projects ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 15px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: var(--light);
    color: var(--primary);
    z-index: 3;
    cursor: pointer;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 64px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
    color: var(--secondary);
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, 0.542);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

.clamped-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-details .text-left {
    text-align: start;
}


/*** Testimonial ***/

.testimonial {
    text-align: center;
    margin: 0 20px;
}

.testimonial .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px var(--secondary);
    border-left: 1px var(--secondary);
    font-size: 15px;
    background: #fff;
    color: var(--primary);
    line-height: 30px;
    text-align: left;
    position: relative;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.testimonial .description:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: var(--secondary);
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}

.testimonial .description:after {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial .testimonial-content {
    position: relative;
}

.testimonial .testimonial-content:before {
    content: "";
    width: 1px;
    height: 20px;
    background: var(--primary);
    position: absolute;
    top: -50px;
    left: 50%;
}

.testimonial .testimonial-content:after {
    content: "";
    width: 2px;
    height: 40px;
    background: var(--primary);
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .title {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 1px;
    text-transform: capitalize;
}


/*** Footer ***/
.footer {
    /* background: url(../img/counter-bg.jpg) center center no-repeat; */
    background: var(--secondary);
    background-size: cover;
    color: #ffffff;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid var(--light);
    border-radius: 2px;
    transition: .3s;
}

.footer p {
    font-size: 16px !important;
}

.footer .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 16px 0;
    font-size: 15px;
    border-top: 1px solid var(--primary);
}

.footer .copyright a {
    color: var(--light);
}

.footer a:hover {
    color: var(--primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


@media (max-width: 500px) {
    .footer .copyright {
        font-size: 12px;
    }
}

/*** Facts Counter***/
.parallax {
    background: linear-gradient(rgba(40, 39, 38, 0.618), rgba(43, 40, 37, 0.829)), url('../img/parallax-bg.jpg') repeat fixed 100%;
    background-size: cover;
}

.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
}

.counter .counter-icon {
    font-size: 48px;
    line-height: 37px;
    margin: 0 0 15px;
}

.counter h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 15px 0 0;
}

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

.counter .counter-value .count {
    font-size: 48px;
}


/*** Why Choose Us ***/

.Features .feature-item {
    margin-bottom: 15px;
    position: relative;
    padding-left: 80px;
    padding-right: 30px;
}

.Features .feature-item:last-child {
    margin-bottom: 0;
}

.Features .feature-item .feature-thumb {
    height: 55px;
    width: 55px;
    background: var(--primary);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    font-size: 23px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
}

.Features .feature-item .banner-content {
    /*! padding-left: 34px; */
    display: inline-block;
}

.Features .feature-item .banner-content .title {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
}

.Features .feature-item .banner-content p {
    color: var(--dark);
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-top: 6px;
}


/************* FAQ *************/
.accordion {
    margin: 16px auto;
}

.accordion-item {
    background-color: #fff;
    color: var(--dark);
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(53, 53, 53, 0.199);
    height: fit-content;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-header:hover,
.accordion-item-header.active {
    color: var(--primary);
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, var(--primary), transparent) 1;
}





/*** MISSION-VISSION ***/

.mission-vission .Card {
    position: relative;
    width: 100%;
    height: 340px;
    margin: 0 auto;
    background: var(--light);
    transition: 0.5s;
    border-radius: 16px;
}

.mission-vission .Card:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}

.mission-vission .Card .face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}

.mission-vission .Card .face.face1 {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background: #fff;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 16px;
}

.mission-vission .Card .face.face1 h2 {
    margin-top: 80px;
}

.mission-vission .Card .face.face2 {
    background: var(--primary);
    transition: 0.5s;
}

.mission-vission .Card:hover .face.face2 {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid var(--primary);
    background: transparent;
}

.mission-vission .Card .face.face2 h2 {
    margin: 0;
    padding: 0;
    font-size: 12em;
    color: #fff;
    transition: 0.5s;
}

.mission-vission .Card .face.face1 a {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
    text-decoration: none;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.mission-vission .Card .face.face1 a:hover {
    color: #ffff;
    background: var(--primary);
}

.mission-vission .Card:hover .face.face2 h2 {
    color: var(--primary);
    font-size: 2em;
}

@media screen and (max-width: 800px) {
    .mission-vission .Card {
        height: 400px;
    }
}

@media screen and (max-width: 500px) {
    .mission-vission .Card {
        height: 440px;
    }
}
