/********** Template CSS **********/
:root {
    --primary: #FD5D14;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

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

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

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

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 15, 40, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

/*********************************
            LOGO
*********************************/

.navbar-brand{
    display: flex;
    align-items: center;
    padding: 0;
}

.navbar-logo{
    height: 90px;
    width: auto;
    display: block;
    transition: .3s ease;
}

/* Hover */

.navbar-brand:hover .navbar-logo{
    transform: scale(1.03);
}

/*********************************
        RESPONSIVE
*********************************/

/* Laptop */

@media (max-width:1199.98px){

    .navbar-logo{
        height: 90px;
    }

}

/* Tablet */

@media (max-width:991.98px){

    .navbar{
        min-height: 80px;
    }

    .navbar-logo{
        height: 80px;
    }

}

/* Mobile */

@media (max-width:767.98px){

    .navbar-logo{
        height: 52px;
    }

}


/*********************************
        HERO CAROUSEL
*********************************/

#header-carousel .carousel-item{
    position: relative;
    min-height: 650px;
}

#header-carousel .carousel-item img{
    width: 100%;
    height: 1050px;
    object-fit: cover;
}

#header-carousel .carousel-caption{
    background: rgba(0, 0, 0, .45);
    padding: 0 15px;
}

#header-carousel .hero-content{
    max-width: 900px;
    width: 100%;
}

#header-carousel .hero-content h5{
    font-weight: 600;
    letter-spacing: 2px;
}

#header-carousel .hero-content h1{
    font-weight: 700;
    line-height: 1.2;
}

#header-carousel .btn{
    min-width: 180px;
}

/*********************************
    HERO RESPONSIVE
*********************************/

/* Tablet */
@media (max-width: 991.98px){

    #header-carousel .carousel-item,
    #header-carousel .carousel-item img{
        height: 550px;
        min-height: 550px;
    }

    #header-carousel .hero-content{
        max-width: 700px;
    }

    #header-carousel .hero-content h1{
        font-size: 3rem;
    }

}

/* Mobile */
@media (max-width: 767.98px){

    #header-carousel .carousel-item,
    #header-carousel .carousel-item img{
        height: 480px;
        min-height: 480px;
    }

    #header-carousel .carousel-caption{
        padding: 0 20px;
    }

    #header-carousel .hero-content{
        max-width: 100%;
    }

    #header-carousel .hero-content h5{
        font-size: .95rem;
        letter-spacing: 1px;
    }

    #header-carousel .hero-content h1{
        font-size: 2rem;
        line-height: 1.3;
    }

    #header-carousel .btn{
        width: 100%;
        max-width: 280px;
    }

}

/* Small Mobile */
@media (max-width: 575.98px){

    #header-carousel .carousel-item,
    #header-carousel .carousel-item img{
        height: 420px;
        min-height: 420px;
    }

    #header-carousel .hero-content h5{
        font-size: .85rem;
    }

    #header-carousel .hero-content h1{
        font-size: 1.6rem;
    }

    #header-carousel .btn{
        padding: .75rem 1.5rem;
    }

}
/*********************************
            ABOUT
*********************************/

/* Content */

.about-subtitle{
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.about-content h1{
    font-weight: 700;
    line-height: 1.25;
    color: var(--dark);
}

.about-description{
    margin-bottom: 2rem;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #6c757d;
}

/*********************************
        EXPERIENCE
*********************************/

.about-experience{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 2.5rem;
}

.about-years{
    font-size: 4rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    flex-shrink: 0;
}

.about-exp-content h5{
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--dark);
}

.about-exp-content p{
    margin: 0;
    color: #6c757d;
    line-height: 1.8;
}

/*********************************
          ABOUT INFO
*********************************/

.about-info{
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    transition: .35s ease;
}

.about-info:hover{
    border-color: var(--primary);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.about-info h5{
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--dark);
}

.about-info p{
    margin: 0;
    color: #6c757d;
    line-height: 1.8;
}

/*********************************
          ABOUT IMAGE
*********************************/

.about-image{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.about-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.about-image:hover img{
    transform: scale(1.05);
}

/*********************************
        ABOUT RESPONSIVE
*********************************/

/* Laptop */
@media (max-width:1199.98px){

    .about-image{
        min-height: 520px;
    }

}

/* Tablet */
@media (max-width:991.98px){

    .about-content{
        order: 2;
    }

    .about-image{
        order: 1;
        min-height: 450px;
    }

    .about-content h1{
        font-size: 2.5rem;
    }

    .about-description{
        margin-bottom: 2rem;
    }

    .about-experience{
        gap: 20px;
    }

    .about-years{
        font-size: 3.5rem;
    }

}

/* Mobile */
@media (max-width:767.98px){

    .about-content{
        text-align: center;
    }

    .about-subtitle{
        font-size: .9rem;
        letter-spacing: 1px;
    }

    .about-content h1{
        font-size: 2rem;
        line-height: 1.35;
    }

    .about-description{
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 2rem;
    }

    .about-image{
        min-height: 320px;
        margin-bottom: 15px;
    }

    /* Experience */

    .about-experience{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 15px;
        margin-bottom: 2rem;
    }

    .about-years{
        font-size: 3rem;
    }

    .about-exp-content p{
        font-size: .95rem;
    }

    /* Info */

    .about-info{
        padding: 25px 20px;
        text-align: center;
    }

}

/* Small Mobile */
@media (max-width:575.98px){

    .about-content h1{
        font-size: 1.7rem;
    }

    .about-description{
        font-size: .95rem;
    }

    .about-image{
        min-height: 260px;
        border-radius: 8px;
    }

    .about-years{
        font-size: 2.5rem;
    }

    .about-info{
        padding: 20px;
    }

    .about-info h5{
        font-size: 1.1rem;
    }

    .about-info p,
    .about-exp-content p{
        font-size: .92rem;
    }

}

/*********************************
      SPECIAL SERVICES
*********************************/

/* Section Title */
.special-service-title{
    max-width: 650px;
}

.special-service-title h6{
    font-weight: 700;
    letter-spacing: 2px;
}

.special-service-title h1{
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0;
    line-height: 1.3;
}

/* Card */
.special-service-item{
    height: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,.06);
    transition: all .35s ease;
}

.special-service-item:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

/* Image */
.special-service-image{
    overflow: hidden;
}

.special-service-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform .5s ease;
}

.special-service-item:hover .special-service-image img{
    transform: scale(1.08);
}

/* Content */
.special-service-content{
    padding: 30px;
}

.special-service-content h4{
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
    color: var(--dark);
}

.special-service-content p{
    margin: 0;
    color: #6c757d;
    line-height: 1.8;
}

/*********************************
 SPECIAL SERVICES RESPONSIVE
*********************************/

/* Laptop */
@media (max-width: 1199.98px){

    .special-service-image img{
        height: 220px;
    }

}

/* Tablet */
@media (max-width: 991.98px){

    .special-service-title{
        max-width: 100%;
    }

    .special-service-title h1{
        font-size: 2.4rem;
    }

    .special-service-image img{
        height: 210px;
    }

    .special-service-content{
        padding: 25px;
    }

}

/* Mobile */
@media (max-width: 767.98px){

    .special-service-title h6{
        font-size: .9rem;
        letter-spacing: 1px;
    }

    .special-service-title h1{
        font-size: 2rem;
    }

    .special-service-image img{
        height: 220px;
    }

    .special-service-content{
        padding: 22px;
        text-align: center;
    }

    .special-service-content h4{
        font-size: 1.3rem;
    }

}

/* Small Mobile */
@media (max-width: 575.98px){

    .special-service-title h1{
        font-size: 1.7rem;
    }

    .special-service-image img{
        height: 190px;
    }

    .special-service-content{
        padding: 20px;
    }

    .special-service-content h4{
        font-size: 1.15rem;
    }

    .special-service-content p{
        font-size: .95rem;
    }

}

/*********************************
            SERVICE
*********************************/

/* Section Title */
.service-title{
    max-width: 600px;
}

/* Section Title */

.service-subtitle{
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.service-title p{
    color: #6c757d;
    line-height: 1.8;
}

/* Card */
.service-item{
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 35px rgba(0,0,0,.06);
    transition: .35s ease;
}

.service-item:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0,0,0,.12);
}

/* Image */
.service-item img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform .5s ease;
}

.service-item:hover img{
    transform: scale(1.08);
}

/* Content */
.service-item .px-4{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-item h4{
    font-weight: 700;
    line-height: 1.4;
}

.service-item p{
    color: #6c757d;
    line-height: 1.8;
    flex-grow: 1;
}

/* Price Button */
.service-price{
    font-weight: 600;
    transition: .3s;
}

.service-item:hover .service-price{
    background: var(--primary);
    color: #fff !important;
    border-color: var(--primary);
}

/*********************************
        SERVICE RESPONSIVE
*********************************/

/* Laptop */
@media (max-width: 1199.98px){

    .service-item img{
        height: 220px;
    }

}

/* Tablet */
@media (max-width: 991.98px){

    .service-item img{
        height: 210px;
    }

    .service-item h4{
        font-size: 1.2rem;
    }

}

/* Mobile */
@media (max-width: 767.98px){

    .service-subtitle{
        font-size: .9rem;
        letter-spacing: 1px;
    }

    .service-title{
        max-width: 100%;
    }

    .service-title h1{
        font-size: 2rem;
    }

    .service-item img{
        height: 220px;
    }

    .service-item .px-4{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

}

/* Small Mobile */
@media (max-width: 575.98px){

    .service-title h1{
        font-size: 1.7rem;
    }

    .service-item img{
        height: 200px;
    }

    .service-item h4{
        font-size: 1.15rem;
    }

    .service-item p{
        font-size: .95rem;
    }

}

/*********************************
        PORTFOLIO TITLE
*********************************/

.portfolio-section-title{
    max-width:650px;
}

.portfolio-subtitle{
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

/*********************************
          PORTFOLIO
*********************************/

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

.portfolio-box{
    position:relative;
}

/*********************************
            IMAGE
*********************************/

.portfolio-image{
    position:relative;
    width:100%;
    height:450px;
    overflow:hidden;
}

.portfolio-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.portfolio-item:hover .portfolio-image img{
    transform:scale(1.05);
}

/*********************************
         OVERLAY
*********************************/

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

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

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

.portfolio-item:hover .portfolio-image::before{
    width:50%;
}

.portfolio-item:hover .portfolio-image::after{
    width:50%;
}

/*********************************
         TITLE CARD
*********************************/

.portfolio-title{
    position:absolute;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:120px;
    padding:0 30px;
    right:30px;
    left:30px;
    bottom:-60px;
    background:#fff;
    z-index:3;
}

.portfolio-title p{
    margin-bottom:8px;
}

.portfolio-title span{
    font-size:.95rem;
}

/*********************************
        BUTTON
*********************************/

.portfolio-btn{
    position:absolute;
    display:inline-block;
    top:225px;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:120px;
    line-height:0;
    transition:.2s;
    transition-delay:.3s;
    z-index:2;
    opacity:0;
}

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

/*********************************
        RESPONSIVE
*********************************/

/* Laptop */

@media (max-width:1199.98px){

    .portfolio-image{
        height:300px;
    }

}

/* Tablet */

@media (max-width:991.98px){

    .portfolio-image{
        height:280px;
    }

}

/* Mobile */

@media (max-width:767.98px){

    .portfolio-subtitle{
        font-size:.9rem;
        letter-spacing:1px;
    }

    .portfolio-section-title h1{
        font-size:2rem;
    }

    .portfolio-image{
        height:240px;
    }

    .portfolio-title{
        left:20px;
        right:20px;
        padding:0 20px;
    }

    .portfolio-btn{
        top:120px;
        font-size:90px;
    }

}

/* Small Mobile */

@media (max-width:575.98px){

    .portfolio-section-title h1{
        font-size:1.7rem;
    }

    .portfolio-image{
        height:220px;
    }

    .portfolio-title{
        left:15px;
        right:15px;
        height:105px;
        bottom:-52px;
        padding:0 18px;
    }

    .portfolio-title p{
        font-size:1rem;
    }

    .portfolio-title span{
        font-size:.85rem;
    }

    .portfolio-btn{
        top:110px;
        font-size:70px;
    }

}

/*********************************
            FEATURE
*********************************/

.feature-section{
    background:#fff;
}

.feature-image{
    height:520px;
    overflow:hidden;
}

.feature-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.feature-image:hover img{
    transform:scale(1.05);
}

.feature-content{
    padding:70px;
}

.feature-subtitle{
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.feature-content h1{
    line-height:1.25;
    font-weight:700;
}

.feature-content p{
    color:#6c757d;
    line-height:1.9;
    font-size:1.05rem;
}

/*********************************
        RESPONSIVE
*********************************/

/* Laptop */

@media (max-width:1199.98px){

    .feature-image{
        height:470px;
    }

    .feature-content{
        padding:60px;
    }

}

/* Tablet */

@media (max-width:991.98px){

    .feature-image{
        height:420px;
    }

    .feature-content{
        padding:50px 40px;
    }

}

/* Mobile */

@media (max-width:767.98px){

    .feature-image{
        height:300px;
    }

    .feature-content{
        padding:45px 25px;
        text-align:center;
    }

    .feature-subtitle{
        font-size:.9rem;
        letter-spacing:1px;
    }

    .feature-content h1{
        font-size:2rem;
    }

    .feature-content p{
        font-size:1rem;
    }

}

/* Small Mobile */

@media (max-width:575.98px){

    .feature-image{
        height:240px;
    }

    .feature-content h1{
        font-size:1.7rem;
    }

    .feature-content{
        padding:40px 20px;
    }

}

/*********************************
            TEAM
*********************************/

/* Section Title */

.team-section-title{
    max-width: 650px;
}

.team-subtitle{
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

/*********************************
          TEAM IMAGE
*********************************/

.team-image{
    min-height: 350px;
}

.team-image .position-relative{
    overflow: hidden;
}

.team-image img{
    object-fit: cover;
    transition: transform .5s ease;
}

.team-image:hover img{
    transform: scale(1.05);
}

/*********************************
          TEAM SOCIAL
*********************************/

.team-image + .col-2 .bg-light{
    transition: .3s;
}

.team-image + .col-2 .btn{
    color: var(--dark);
    font-size: 18px;
    transition: .3s;
}

.team-image + .col-2 .btn:hover{
    color: var(--primary);
    transform: scale(1.15);
}

/*********************************
          TEAM CONTENT
*********************************/

.team-image ~ .col-12 .bg-light{
    transition: .3s;
}

.team-image ~ .col-12 h4{
    margin-bottom: 8px;
    font-weight: 700;
}

.team-image ~ .col-12 span{
    color: #6c757d;
    font-size: .95rem;
}

/* Hover Card */

.row.g-0:hover .bg-light{
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

/*********************************
        TEAM RESPONSIVE
*********************************/

/* Laptop */

@media (max-width:1199.98px){

    .team-image{
        min-height: 280px;
    }

}

/* Tablet */

@media (max-width:991.98px){

    .team-image{
        min-height: 320px;
    }

}

/* Mobile */

@media (max-width:767.98px){

    .team-subtitle{
        font-size: .9rem;
        letter-spacing: 1px;
    }

    .team-section-title{
        max-width: 100%;
    }

    .team-section-title h1{
        font-size: 2rem;
    }

    .team-image{
        min-height: 300px;
    }

}

/* Small Mobile */

@media (max-width:575.98px){

    .team-section-title h1{
        font-size: 1.7rem;
    }

    .team-image{
        min-height: 260px;
    }

    .team-image + .col-2 .btn{
        font-size: 16px;
    }

    .team-image ~ .col-12 h4{
        font-size: 1.15rem;
    }

    .team-image ~ .col-12 span{
        font-size: .9rem;
    }

}

/*********************************
      TESTIMONIAL TITLE
*********************************/

.testimonial-section-title{
    max-width: 650px;
}

.testimonial-subtitle{
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

/*********************************
        TESTIMONIAL
*********************************/

.testimonial{
    position: relative;
}

.testimonial-carousel{
    padding: 20px 0;
}

.testimonial-carousel img{
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transition: .4s;
    border: 3px solid #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.testimonial-carousel .owl-item:hover img{
    transform: scale(1.05);
}

.testimonial-carousel h4{
    font-weight: 700;
}

.testimonial-carousel p.text-primary{
    font-weight: 600;
}

.testimonial-carousel .fs-5{
    line-height: 1.8;
    color: #6c757d;
}

/*********************************
        OWL NAVIGATION
*********************************/

.testimonial-carousel .owl-nav{
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--primary) !important;
    background: transparent !important;
    color: var(--primary) !important;
    font-size: 18px !important;
    transition: .3s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover{
    background: var(--primary) !important;
    color: #fff !important;
}

/*********************************
      TESTIMONIAL RESPONSIVE
*********************************/

/* Tablet */

@media (max-width:991.98px){

    .testimonial-carousel img{
        max-width: 150px;
        margin: auto;
    }

}

/* Mobile */

@media (max-width:767.98px){

    .testimonial-subtitle{
        font-size: .9rem;
        letter-spacing: 1px;
    }

    .testimonial-section-title{
        max-width: 100%;
    }

    .testimonial-section-title h1{
        font-size: 2rem;
    }

    .testimonial-carousel{
        text-align: center;
    }

    .testimonial-carousel img{
        max-width: 140px;
        margin: 0 auto 25px;
    }

    .testimonial-carousel .fs-5{
        font-size: 1rem !important;
        line-height: 1.8;
    }

}

/* Small Mobile */

@media (max-width:575.98px){

    .testimonial-section-title h1{
        font-size: 1.7rem;
    }

    .testimonial-carousel img{
        max-width: 120px;
    }

    .testimonial-carousel h4{
        font-size: 1.2rem;
    }

    .testimonial-carousel p.text-primary{
        font-size: .95rem;
    }

    .testimonial-carousel .fs-5{
        font-size: .95rem !important;
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next{
        width: 42px;
        height: 42px;
        font-size: 16px !important;
    }

}

/*********************************
              CTA
*********************************/

.cta-section{
    overflow: hidden;
}

.cta-image{
    height: 560px;
    overflow: hidden;
}

.cta-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.cta-image:hover img{
    transform:scale(1.05);
}

/*********************************
          CTA CONTENT
*********************************/

.cta-content{
    background: var(--primary);
    color:#fff;
    padding:80px;
    height:100%;
}

.cta-subtitle{
    color:#fff;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:20px;
}

.cta-content h1{
    color:#fff;
    font-weight:700;
    font-size:3rem;
    line-height:1.25;
}

.cta-content p{
    margin:35px 0;
    font-size:1.08rem;
    line-height:2;
    opacity:.95;
}

.cta-btn{
    padding:16px 42px;
    font-weight:600;
    border-radius:0;
    transition:.35s;
}

.cta-btn:hover{
    transform:translateY(-4px);
}

/*********************************
          RESPONSIVE
*********************************/

/* Laptop */

@media (max-width:1199.98px){

    .cta-image{
        height:500px;
    }

    .cta-content{
        padding:60px;
    }

    .cta-content h1{
        font-size:2.5rem;
    }

}

/* Tablet */

@media (max-width:991.98px){

    .cta-image{
        height:420px;
    }

    .cta-content{
        padding:55px 45px;
    }

}

/* Mobile */

@media (max-width:767.98px){

    .cta-image{
        height:280px;
    }

    .cta-content{
        padding:45px 25px;
        text-align:center;
    }

    .cta-subtitle{
        font-size:.9rem;
        letter-spacing:2px;
    }

    .cta-content h1{
        font-size:2rem;
    }

    .cta-content p{
        font-size:1rem;
        line-height:1.9;
    }

}

/* Small Mobile */

@media (max-width:575.98px){

    .cta-image{
        height:230px;
    }

    .cta-content{
        padding:35px 20px;
    }

    .cta-content h1{
        font-size:1.7rem;
    }

    .cta-btn{
        width:100%;
    }

}

/*********************************
            FOOTER
*********************************/

.footer h1{
    font-size:2.3rem;
}

.footer p{
    line-height:1.9;
}

.footer .btn-lg-square{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.footer .btn-lg-square:hover{
    transform:translateY(-4px);
}

/*********************************
        FOOTER LINKS
*********************************/

.footer-link{
    color:rgba(255,255,255,.6);
    text-decoration:none;
    margin-bottom:14px;
    transition:.3s;
}

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

.footer-link:hover{
    color:#fff;
    padding-left:8px;
}

/*********************************
        COPYRIGHT
*********************************/

.footer-bottom{

    background:#081222;
    border-top:2px solid var(--primary);
    padding:22px 15px;
    color:rgba(255,255,255,.7);

}

.footer-bottom span{

    color:var(--primary);
    font-weight:700;

}

/*********************************
        RESPONSIVE
*********************************/

@media (max-width:991.98px){

    .footer{

        text-align:center;

    }

    .footer .d-flex.mt-4{

        justify-content:center;

    }

}

@media (max-width:767.98px){

    .footer h1{

        font-size:2rem;

    }

    .footer h4{

        margin-top:15px;

    }

}

@media (max-width:575.98px){

    .footer{

        padding-top:60px;
        padding-bottom:40px;

    }

    .footer h1{

        font-size:1.8rem;

    }

    .footer .btn-lg-square{

        width:44px;
        height:44px;

    }

}

/*********************************
        PORTFOLIO MODAL
*********************************/

#portfolioModal .modal-dialog{
    max-width:1200px;
}

#portfolioModal .modal-content{
    border:none;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

#portfolioModal .modal-header{
    padding:22px 30px;
    border-bottom:1px solid #eee;
}

#portfolioModal .modal-title{
    font-weight:700;
    color:var(--dark);
}

#portfolioModal .modal-body{
    padding:35px;
}

/*********************************
        MODAL GALLERY
*********************************/

#portfolioCarousel{
    overflow:hidden;
    border-radius:10px;
}

#portfolioCarousel .carousel-item img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:10px;
}

/*********************************
        CONTROL BUTTON
*********************************/

#portfolioCarousel .carousel-control-prev,
#portfolioCarousel .carousel-control-next{
    width:55px;
}

#portfolioCarousel .carousel-control-prev-icon,
#portfolioCarousel .carousel-control-next-icon{
    width:45px;
    height:45px;
    border-radius:50%;
    background-color:rgba(0,0,0,.55);
    background-size:45%;
    transition:.3s;
}

#portfolioCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#portfolioCarousel .carousel-control-next:hover .carousel-control-next-icon{
    background-color:var(--primary);
}

/*********************************
        INDICATORS
*********************************/

#portfolioCarousel .carousel-indicators{
    gap:8px;
}

#portfolioCarousel .carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    border:none;
    background:#d6d6d6;
    opacity:1;
    transition:.3s;
}

#portfolioCarousel .carousel-indicators .active{
    background:var(--primary);
    transform:scale(1.2);
}

/*********************************
        CONTENT
*********************************/

.portfolio-modal-content h2{
    font-weight:700;
    line-height:1.3;
}

.portfolio-modal-content .badge{
    font-size:.9rem;
    font-weight:500;
    border-radius:30px;
}

.portfolio-modal-content p{
    color:#6c757d;
    line-height:1.9;
    font-size:1rem;
}

#portfolioButton{
    padding:14px 35px;
    font-weight:600;
    transition:.3s;
}

#portfolioButton:hover{
    transform:translateY(-3px);
}

/*********************************
        RESPONSIVE
*********************************/

/* Laptop */

@media (max-width:1199.98px){

    #portfolioCarousel .carousel-item img{
        height:430px;
    }

}

/* Tablet */

@media (max-width:991.98px){

    #portfolioModal .modal-body{
        padding:30px;
    }

    #portfolioCarousel .carousel-item img{
        height:380px;
    }

    .portfolio-modal-content{
        margin-top:10px;
    }

}

/* Mobile */

@media (max-width:767.98px){

    #portfolioModal .modal-header{
        padding:18px 20px;
    }

    #portfolioModal .modal-body{
        padding:20px;
    }

    #portfolioCarousel .carousel-item img{
        height:260px;
    }

    .portfolio-modal-content{
        text-align:center;
    }

    .portfolio-modal-content h2{
        font-size:1.7rem;
    }

    .portfolio-modal-content .badge{
        margin-bottom:20px !important;
    }

    #portfolioButton{
        width:100%;
    }

}

/* Small Mobile */

@media (max-width:575.98px){

    #portfolioCarousel .carousel-item img{
        height:220px;
    }

    .portfolio-modal-content h2{
        font-size:1.4rem;
    }

    .portfolio-modal-content p{
        font-size:.95rem;
        line-height:1.8;
    }

}