/********** Template CSS **********/
:root {
    --primary: #004E9E;
    --secondary: #AFCA05;
    --light: #ffd681 ;
    --dark: #000 ;
}
body{
     font-family: "Urbanist", sans-serif;
     font-weight: 400;
     padding: 0 25px 25px;
     font-size: 18px;
     color: var(--dark);
}
h1,h2,h3,h4,h5,h6{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    color: var(--dark);
     text-transform: uppercase;
}
h1, .h1{
    font-size: 64px;

}
h2, .h2{
    font-size: 36px;

}
h3{
    font-size: 58px;
}
h4{
    font-size: 36px;
}
a {
    color: var(--primary);
}
.hero-section{
    border-radius: 50px;
    background: var(--primary);
    position: relative;
    overflow: hidden;

}
.carousel-item:before, .page-header:before {
    position: absolute;
    content: "";
    width: 630px;
    height: 630px;
    background: var(--secondary);
    border-radius: 50%;
    top: 0;
    transform: translate(0,-75%);
    right: 5%;


}
 .page-header:before {
    transform: translate(0,-85%);
 }
 #header-carousel .carousel-item img {
    max-width:100%
}
.carousel-item{
    padding-top: 280px;
}
.hero-section h1{
    font-weight: 700;
    text-align: center;
    font-size: 76px;
    line-height: 76px;
    text-transform: uppercase;

}
.btn{
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #033e7b;
    border-color: #033e7b;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #a2bb07;
    border-color: #a2bb07;
}
.bg-secondary{
    background-color: var(--secondary) !important;
}
.btn-primary{
    background: var(--primary);
    border-color: var(--primary);
}
.text-primary{
    color: var(--primary) !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 40px;
    bottom: 40px;
    z-index: 99;
}
.footer-bg-logo{
    position: absolute;
    right: 0;
    top: -25%;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
    padding: 15px 32px;
}
.btn-secondary{
    background: var(--secondary);
    border-color: var(--secondary);
}
.btn-outline-primary:hover {
    color: var(--light);
}



.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;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 38px;
    padding: 16px 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 600;
    outline: none;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
     .hero-section h1{
        font-size: 55px;
        line-height: 55px;
    }
    .carousel-item:before {
    position: absolute;
    content: "";
    width: 375px;
    height: 375px;
    background: var(--secondary);
    border-radius: 50%;
    top: 0;
    transform: translate(0, -80%);
    right: 0;
}

}




/*** Header ***/
.carousel-caption {
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transform: translate(0,-50%) ;
   
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}


.page-header {
    background-size: cover;
    background: var(--primary);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
   color: var(--secondary);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--secondary);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 5px;
    left: -40px;
    background: var(--secondary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 6px;
    left: -60px;
    background: var(--secondary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    line-height: 20px;
}


/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: var(--secondary);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
    color: var(--dark);
    background: var(--secondary);
}


/*** Product ***/
.product-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 50px;
    text-align: center;
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 78, 158, .4);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}
.product-item .product-overlay a{
    border-radius: 50%;
    background: var(--secondary);
    width: 65px;
    height: 65px;
    color: #fff;
}

.product-item:hover .product-overlay {
    opacity: 1;
    padding-top: 0;
}
.brands-slider{
    margin-top: 100px;
    margin-bottom: 55px;
}

/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .btn {
    border-color: transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 200px;
    color: #EEEEEE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}


/*** Footer ***/
.footer {
    color: #fff;
    background: var(--primary);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 14px;
}

.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 {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}
/******ssm international****/
.navbar-brand img{ 
    width: 100px;

}
.header-fixed .navbar-brand img {
    width: 80px;
    transition: all .3s;
}

.font-10{
    font-size: 10px;
}
.font-12{
    font-size: 12px;
    line-height: 16px;
}
.font-14{
    font-size: 14px;
    line-height: 18px;
}
.header-sticky .navbar-brand img{ 
    width: 75px;
    transition: all .3s;

}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

}
@media (max-width: 768px) {
        .product-item {
                border-radius: 40px;
        }
        h1{
            font-size: 46px;
        }
        h3{
           font-size: 42px
        }
            .hero-section h1 {
        
        font-size: 38px;
        line-height: 36px;
    }
    .carousel-item:before, .page-header:before {
        left: 50%;
        transform: translate(-28%,-85%);
    }
    .brands-slider {
        margin:0;
    }
}
@media (max-width: 412px) {
    body{
        padding: 10px;
    }
     .product-item {
                border-radius: 10px;
        }
        .hero-section, .footer{
            border-radius: 25px;
        }
}