@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #015aa6;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;

}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}
/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #202020;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Montserrat', sans-serif;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
.hidden{display: none;}
section{padding: 4rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 1; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; width: auto;font-family: 'Roboto', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Red button */
.btn.btn-red {background: #0091be; border-color: #0091be; color: #ffffff}
.btn.btn-red:hover {background: #015aa6 !important; border-color: #015aa6; color: #ffffff !important}
/* Orange button */
.btn.btn-orange {background: #015aa6; border-color: #015aa6; color: #ffffff}
.btn.btn-orange:hover {background: #0091be !important; border-color: #0091be; color: #ffffff !important}
/* Black button */
.btn.btn-black {background: #015aa6; border-color: #015aa6; color: #ffffff}
.btn.btn-black:hover {background: #202020 !important; border-color: #202020; color: #ffffff !important}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #202020; color: #202020}
.btn.btn-trans:hover {background: #015aa6 !important; border-color: #015aa6; color: #ffffff !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 42px; line-height: 2em}
.btn.btn-large {font-size:16px;  padding: 14px 30px; line-height: 2em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-bright {color: #0091be;}
.text-blue {color: #003165;}
.text-black {color: #000000;}
.text-white {color: #ffffff;}

/* Background color */
.bg-bright {background: #0091be;}
.bg-blue {background: #003165;}
.bg-black {background: #000000;}
.bg-gray {background: #f5f5f5;}
.bg-transparent {background: transparent;}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/* ===================================
          Top Header Section
====================================== */
.top-header{
    padding-top: 20px;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
}

.logo img {
    max-width: 160px;
    vertical-align: sub;
}

.whats-app {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 0 0 3px #999;
    z-index: 100;
    left: 15px;
    animation: 4s infinite heartbeat;
    position: fixed;
    color: #fff;
    text-align: center;
    cursor: pointer;
    bottom: 10px;
    background-color: #25d366;
}

.whats-app .fa-brands {
    color: #fff;
    font-size: 28px;
    margin-top: 16px;
}

@keyframes heartbeat {

    0%,
    100%,
    40%,
    80% {
        transform: scale(0.75);
    }

    20%,
    60% {
        transform: scale(1);
    }

}

/* ===================================
    Banner Section
====================================== */

.banner:before {
    content: url(../images/banner-particles.png);
    position: absolute;
    right: -420px;
    top: 250px;
    animation: scale .8s alternate infinite linear both;
}

.main-heading{
    font-size: 60px;
    font-family: 'Montserrat' , sans-serif;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
    letter-spacing: -3px;
    color: #202020;
}

.margin-sub-heading{
    color: #202020;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sub-para{
    font-size: 15px;
    font-family: 'Roboto' , sans-serif;
    text-align: left;
}

.col-height{
    height: 100vh;
}

.custom-box{
    padding: 60px 37px;
    position: relative;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.box-1 {
    margin-bottom: 215px;
}

.box-adjust {
    margin-bottom: 215px;
}

/* Boxes And Arrow */

.custom-box{
    padding: 60px 37px;
    position: relative;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.custom-box .box-text{
    font-size: 28px;
    font-family: 'Montserrat' , sans-serif;
    font-weight: 600;
    line-height: 1.143;
    text-align: left;
    letter-spacing: 0;
    position: relative;
    color: #ffffff;
}

.arrow-box {
    position: absolute;
    background-color: #015aa6;
    font-size: 30px;
    padding: 10px 11px;
    right: 0;
    bottom: 0;
    visibility: visible;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-animation: 0.5s fadeInUp;
    animation: 0.5s fadeInUp;
}

.arrow-box.arrow-box-hidden {
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
    -webkit-animation: 0.5s fadeInDown;
    animation: 0.5s fadeInDown;
}

.arrow-box .las{
    color: #ffffff !important;
    visibility: visible;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.arrow-box .las.las-hidden{
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
}

.arrow-box1 {
    position: absolute;
    background-color: #0091be;
    font-size: 30px;
    padding: 10px 11px;
    right: 0;
    bottom: 0;
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
    -webkit-animation: 1s fadeInUp;
    animation: 1s fadeInUp;
}

.arrow-box1.arrow-box1-display{
    visibility: visible;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-animation: 0.5s fadeInDown;
    animation: 0.5s fadeInDown;
}

.arrow-box1 .las{
    color: #ffffff !important;
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
}

.arrow-box1 .las.las-visible{
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    visibility: visible;
}

.custom-box:hover .arrow-box1 i {
    -webkit-animation: 1.5s rubberBand;
    animation: 1.5s rubberBand;
}

.arrow-box2 {
    position: absolute;
    background-color: #015aa6;
    font-size: 30px;
    padding: 10px 11px;
    right: 0;
    bottom: 0;
    visibility: hidden;
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
    -webkit-animation: 1s fadeInUp;
    animation: 1s fadeInUp;
}

.arrow-box2.arrow-box2-display{
    visibility: visible;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-animation: 0.5s fadeInDown;
    animation: 0.5s fadeInDown;
}

.arrow-box2 .las{
    color: #ffffff !important;
    visibility: hidden;
    -webkit-transition: ease;
    -o-transition: ease;
    transition: ease;
}

.arrow-box2 .las.las-visible{
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    visibility: visible;
}

.custom-box:hover .arrow-box2 i {
    -webkit-animation: 1.5s rubberBand;
    animation: 1.5s rubberBand;
}

.bg-campus-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.bg-campus-icon i {
    position: absolute;
    color: #0091be;
    top: 15px;
    font-size: 200px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-animation: scale .6s alternate infinite linear both;
    animation: scale .6s alternate infinite linear both;
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes scale {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.custom-box.bg-blue:hover {
    background: #015aa6;
}

.custom-box.bg-blue:hover .bg-campus-icon i {
    opacity: 0.8;
}

.custom-box:hover .arrow-box i {
    -webkit-animation: 1s rubberBand;
    animation: 1s rubberBand;
}

.bg-study-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.bg-study-icon i {
    position: absolute;
    color: #015aa6;
    top: 15px;
    font-size: 200px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    -webkit-animation: scale .6s alternate infinite linear both;
    animation: scale .6s alternate infinite linear both;
}

@keyframes scale {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.custom-box.bg-bright:hover {
    background: #0091be;
}

.custom-box.bg-bright:hover .bg-study-icon i {
    opacity: 0.8;
}

/* Carousel Mini  */

.image-div{
    width: 100%;
/*    height: 216px;*/
    overflow: hidden;
}

.mini-slider .carousel .animation1{
    -webkit-animation: 0.5s fadeInUp;
    animation: 0.5s fadeInUp;
}

.mini-slider .carousel .animation2{
    -webkit-animation: 0.5s fadeInDown;
    animation: 0.5s fadeInDown;
}

/*Fixed Nav*/

.fixed-nav-on-scroll{
    background-color: #0091be;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    width: 120px;
    animation: 1s fadeInRight;
    display: inline-block;
    margin: 0;
    height: 120px;
    border-radius: 0 0 0 120px;
    transition: .5s ease;
    cursor: pointer;
}

.fixed-nav-on-scroll:hover {
    background-color: #015aa6;
    transition: .5s ease;
}

.fixed-nav-on-scroll .menu_bars span {
    background: #ffffff;
}

.fixed-nav-on-scroll .fixed-icon-scroll {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(20%);
}

.fixed-nav-appear{
    display: block;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 2rem;
    font-family: 'Poppins', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    About Section
====================================== */

.heading{
    font-size:48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    width: 95%;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.text {
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: #202020;
    margin-bottom: 40px;
}

.about-sec .about-details .heading{
    margin-left: auto;
    margin-right: auto;
}

.about-sec .sub-heading {
    color: #0091be;
}

.sub-heading span{
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-right: 8px;
    margin-bottom: 3px;
}

.about-sec .about-details .sub-heading span{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.about-sec .our-about-sec{
    padding-top: 70px;
    overflow: hidden;
    padding-bottom: 10px;
}

.about-sec .our-about-sec .about-card{
    padding: 30px;
    border: 1px dashed #0091be;
    transition: .8s ease;
}

.about-sec .our-about-sec .about-card .image-holder{
    margin-bottom: 30px;
}

.about-sec .our-about-sec .about-card .image-holder i{
    font-size: 50px;
    font-weight: 300;
    transition: .8s ease;
}

.about-sec .our-about-sec .about-card .about-card-heading{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
    transition: .8s ease;
}

.about-sec .our-about-sec .about-card .about-card-detail {
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: #202020;
}

.about-sec .our-about-sec a{
    text-decoration: none;
    color: #202020;
}

.about-sec .our-about-sec .about-card:hover{
    border-radius: 20px;
    box-shadow: 0 0 5px #0091be;
    border: 1px solid #0091be;
    cursor: pointer;
}

.about-sec .our-about-sec .about-card:hover .about-card-heading{
    color: #015aa6;
}

.about-sec .our-about-sec .about-card:hover .image-holder{
    animation: .8s zoomIn;
}

/* ===================================
    Portfolio Section
====================================== */

.parallax-box{
    text-align: center;
}

.parallax-box h2{
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

.parallax-box h5{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.team-data-img {
    overflow: inherit;
}

.single-work {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
}

.single-work img {
    width: 100%;
    height: auto;
}

.single-work .title {
    width: 80%;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Roboto', sans-serif;
}

.single-work .overlay-text {
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cases-image-inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}
.cases-line {
    position: absolute;
    background: #ffffff;
}
.top {
    top: 15px;
    right: 15px;
    width: 100px;
    height: 2px;
}
.top-right {
    top: 15px;
    right: 15px;
    height: 100px;
    width: 2px;
}
.bottom {
    top: unset;
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 2px;
}
.bottom-left {
    top: unset;
    bottom: 15px;
    left: 15px;
    height: 100px;
    width: 2px;
}

.single-work .overlay-text:before, .single-work .overlay-text:after {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.single-work .overlay-text:before {
    right: 0;
}

.single-work .overlay-text:after {
    left: 0;
}

.item:hover .overlay-text {
    opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.item .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.item:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

/* ===================================
    Pricing Section
====================================== */

.pricing-sec .pricing-details{
    margin-bottom: 50px;
}

.pricing-sec .pricing-details .heading{
    margin: 25px auto 50px auto;
}

.pricing-sec .pricing-details .sub-heading span{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #202020;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.pricing-sec .pricing-cards{
    overflow: hidden;
}

.pricing-sec .pricing-card{
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 18.5px;
    padding-right: 18.5px;
    transition: .5s ease;
}

.pricing-sec .pricing-card .pricing-card-heading{
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #202020;
    transition: .5s ease;
    text-transform: capitalize;
}

.pricing-sec .pricing-card .pricing-card-text{
    font-size: 14px;
    color: #202020;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: .5s ease;
    width: 85%;
    margin: auto;
    margin-bottom: 25px;
    line-height: 20px;
}

.pricing-sec .pricing-card .pricing-amount{
    font-size: 60px;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    transition: .5s ease;
    display: inline-block;
}

.pricing-sec .pricing-card .pricing-amount span{
    font-size: 15px;
    color: #202020;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    transition: .5s ease;
}

.pricing-sec .pricing-card .pricing-amount i{
    font-size: 15px;
    color: #202020;
    font-weight: bolder;
    position: absolute;
    left: -18px;
    top: 22%;
    transition: .5s ease;
}

.pricing-sec .pricing-card .pricing-features{
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
    transition: .5s ease;
}

.pricing-sec .pricing-card .pricing-features li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #202020;
    text-decoration: none;
}

.pricing-sec .pricing-card.active:nth-child(2){
    background: #0091be;
    border-radius: 0;
}

.pricing-sec .pricing-card.active:nth-child(2) *{
    color: #ffffff;
}

/* ===================================
      Blog Section
====================================== */

.sponsor-tags .item{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sponsor-tags .item img{
    width: 80%;
    display: inline-block;
}

.blog-area {
    padding-top: 20px;
}

.blog-area .heading {
    line-height: 1.1;
    font-size: 48px;
    margin-bottom: 30px;
}

.blog-box{
    padding: 60px 37px;
    margin-top: 215px;
    position: relative;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.blog-box:hover {
    background-color: #0091be;
}

.blog-box .box-text{
    font-size: 28px;
    font-family: 'Montserrat' , sans-serif;
    font-weight: 600;
    line-height: 1.143;
    text-align: left;
    letter-spacing: 0;
    position: relative;
    color: #ffffff;
}

/* ===================================
      Contact Section
====================================== */

.contact-sec .heading{
    color: #202020;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 40px;
}

.contact-sec .contact-form{
    width: 95%;
}

.contact-sec .contact-form input{
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
}

.contact-sec .contact-form .form-control{
    border-radius: 0;
    border:solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder{
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form textarea{
    padding: 13px;
    padding-left: 25px;
    height: 202px;
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form .btn-red{
    margin-top: 20px;
}

/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details{
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
}

.contact-sec .contact-details .heading{
    margin-bottom: 35px;
}

.contact-sec .contact-details .text{
    color: #202020;
    opacity: .8;
}

.contact-sec .contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.contact-sec .contact-details ul li{
    color: #202020;
    opacity: .8;
    list-style: none;
    margin-bottom: 22px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contact-sec .contact-details ul li:first-child{
    width: 60%;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}

.contact-sec .contact-details ul li i{
    font-size: 28px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #015aa6;
}

/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 5rem 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color:#015aa6;
    color: #ffffff;
}

.company-about{
    font-size: 14px;
    color: #fff;
}

/* ===================================
    Cursor
====================================== */

#animated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #animated-cursor{
    display: inline-block;
}

#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 2px solid #202020;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#cursor:before {
    font-family: Font Awesome 5 Brands;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #202020;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0);
}

#cursor-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #202020;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
    font-family: Font Awesome 5 Brands;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #202020;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}

.header-appear.cursor-light:hover ~ #animated-cursor{
    display: none;
}

.header-appear .animated-wrap, .header-appear .animated-element {
    transform: none !important;
}

/* ===================================
    Loader
====================================== */

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
}
.loading {
    position: absolute;
    top: 44%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loading.reversed li {
    border: 4px solid;
    -webkit-animation: LOADINGREV 2s infinite;
    animation: LOADINGREV 2s infinite;
}
.loading.reversed li:nth-child(1n) {
    border-color: #015aa6;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loading.reversed li:nth-child(2n) {
    border-color: #0091be;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading.reversed li:nth-child(3n) {
    border-color: #015aa6;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loading li {
    position: absolute;
    margin: 0;
    height: 30px;
    width: 30px;
    border-radius: 100%;
}
.loading li:nth-child(1n) {
    left: -35px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loading li:nth-child(2n) {
    left: 0;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading li:nth-child(3n) {
    left: 35px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.grid-row:after {
    content: '';
    display: table;
    clear: both;
}
.grid-row .col {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
@-webkit-keyframes LOADINGREV {
    0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
    50% { -webkit-transform: scale(1); transform: scale(1); background: #ffffff; }
    100% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
}
@keyframes LOADINGREV {
    0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
    50% { -webkit-transform: scale(1); transform: scale(1); background: #ffffff; }
    100% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #ffffff; }
}

/* ===================================
     Stand Alone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    margin-bottom: 10px;
}
.standalone-area .sub-heading{
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 56px;
    color: #2b2b2b;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text{
    font-family: 'Roboto' , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}
.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
}

.page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background-color: #fbfbfb;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#202020;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#0091be;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#015aa6;
}

.page-breadcrumb li a:hover{
    color:#015aa6;
}

/* ===================================
   Media & Queries
====================================== */

@media (min-width: 1800px) {}

@media (max-width: 1280px) and (min-width: 992px) {
    .revicon {
        display: none!important;
    }
    .custom-box .box-text {
        font-size: 22px;
    }
    .blog-box .box-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .heading {
        font-size: 44px;
    }
    .main-heading {
        text-align: center;
    }
    .sub-para {
        text-align: center;
    }
    #cursor {
        display: none;
    }

    /* Side Menu */
    .side-menu.center .side-nav .navbar-nav .nav-link {
        margin-right: 0;
        padding: 0 0 30px 0 !important;
    }

    /* Banner */
    .banner {
        padding-bottom: 7.5rem!important;
    }
    .revicon {
        display: none!important;
    }
    .col-height {
        height: 50vh;
    }
    .box-1 {
        margin-bottom: 0;
    }
    .logo {
        margin-left: 10px;
    }

    /* About */
    .about-sec .our-about-sec .about-card {
        width: 60%;
        margin: auto;
    }

    /* Pricing */
    .pricing-sec .price-cards {
        width: 60%;
        margin: auto;
    }

    /* Portfolio */
    .parallax-box h5 {
        font-size: 16px;
    }

    /* Blog */
    .blog-area .heading {
        font-size: 44px;
    }
    .blog-box {
        margin-top: 0;
    }

    /* Contact */
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .footer-style-1 {
        padding-top: 3rem!important;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }
    .side-menu {
        width: 380px;
    }
    #cursor {
        display: none;
    }
    section, .section-padding, .pricing-padding {
        padding: 4.5rem 0;
    }

    /* Side Menu */
    .side-menu.center .side-nav .navbar-nav .nav-link {
        margin-right: 0!important;
    }
    .quarter-circle {
        width: 100px;
        height: 100px;
    }
    .logo-full {
        display: inline-block;
        width: 80px;
    }
    .side-menu.center .side-nav .navbar-nav .nav-link {
        padding: 0 !important;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
        min-height: unset;
        line-height: 1.4;
    }
    .fixed-nav-on-scroll {
        height: 80px;
        width: 80px;
    }
    .fixed-nav-on-scroll .fixed-icon-scroll {
        top: 50%;
        left: 42%;
        transform: translateY(0);
    }

    /* Banner */
    .banner {
        padding-bottom: 4.5rem!important;
    }
    .main-heading {
        font-size: 40px;
        text-align: center;
    }
    .sub-para {
        font-size: 14px;
        text-align: center;
    }
    .btn.btn-medium {
        font-size: 14px;
    }
    .col-height {
        height: 78vh;
    }
    .box-1 {
        margin-bottom: 0;
    }
    .heading {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .text {
        font-size: 14px;
    }
    .padding-top {
        padding-top: 4rem;
    }

    /* Portfolio */
    .parallax-box {
        padding: 20px 0;
    }

    /* Pricing */
    .pricing-sec .pricing-details .heading {
        margin-bottom: 25px;
    }
    .pricing-sec .pricing-details {
        margin-bottom: 0;
    }
    .pricing-sec .pricing-card {
        padding-bottom: 60px;
    }

    /* Blog */
    .blog-area .heading {
        font-size: 32px;
    }
    .blog-box {
        margin-top: 0;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 32px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .footer-style-1 {
        padding-top: 2rem;
    }
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .side-menu {
        width: 370px;
    }
    .side-menu .inner-wrapper {
        padding: 2.5rem 5rem 3.5rem;
    }
    .main-heading {
        font-size: 36px;
    }
    .custom-box .box-text {
        font-size: 24px;
    }
    .heading {
        font-size: 28px;
    }
    .blog-area .heading {
        font-size: 28px;
    }
}


/* Service Section */
.services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh; /* Full viewport height */
    width: 100%; /* Full width */
    padding: 50px; /* Equal padding on all sides */
    box-sizing: border-box;
}
.service-section{
    padding: 60px 40px;
    background: linear-gradient(to bottom right, #0072bb, #0d1d41) !important;
}
.service-section h1{
    color: #fff;
}
.services {
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 40px; /* Space between cards */
    width: 100%; /* Take full width */
    height: 100%;
    padding: 50px; /* Equal padding for section */
    box-sizing: border-box;
}
.service-card a{
    text-decoration: none !important;
}
/* Service card styling */
.explore-button{
    text-decoration: none !important;
}

/* Icon styling */
.icon img {
    width: 50px !important;
    height: 50px !important;
}



/* Responsive adjustments */
@media (max-width: 1200px) {
    .services {
        grid-template-columns: repeat(3, 1fr); /* 3 columns on medium screens */
    }
}

@media (max-width: 992px) {
    .services {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .services {
        grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
    }
}
/* Navbar Container */
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #002147, #004080);
    padding: 15px 50px;
    color: white;
}

/* Logo */
.logo a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

/* Navigation Links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
}

.nav-links a:hover {
    color: #f8b400;
}

/* Buttons */
.buttons {
    display: flex;
    gap: 10px;
}

/* .login-btn, .quote-btn {
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}

.login-btn {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.login-btn:hover {
    background: white;
    color: #002147;
} */

.quote-btn {
    background: #e5eaec;
    color: #002147;
}

.quote-btn:hover {
    background: #cbf7f3;
}

/* Full-Width Dropdown */
.dropdown-menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: white;
    display: none;
    padding: 20px 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-content {
    display: flex;
    justify-content: center;
}

.dropdown-menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.dropdown-menu ul li a {
    text-decoration: none;
    color: #002147;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    display: block;
}

.dropdown-menu ul li a:hover {
    color: #f8b400;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}

.cursor {
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #27ddf6;
    animation: blink 1s infinite;
}

.portfolio {
    background-color: rgb(112, 171, 230);
}
.portfolio-section {
    width: 90%;
    margin: auto;
    padding: 20px;
    background: linear-gradient(to bottom, #eef2f3, #ffffff);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}

.carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    justify-content: center;
    gap: 20px;
}

.slide {
    flex: 0 0 30%;
    text-align: center;
    transition: transform 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slide p {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    color: #333;
}

.prev { left: 10px; }
.next { right: 10px; }

/* Floating Objects */
.floating-object {
    position: absolute;
    width: 100px;
    transition: transform 0.2s ease-out;
}

/* Floating Animation */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

.floating-object {
    animation: float 3s ease-in-out infinite;
}

/* Object Positions */
.desktop{ top: 40%; left: 10%; }
.target { top: 60%; right: 20%; }
.growth { top: 30%; right: 10%; }

/* Button */
.cta-button {
    background: #f39c12;
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #e67e22;
}


.animated-object {
    position: absolute;
    max-width: 120px;
    animation: floatAnimation 3s infinite ease-in-out;
}

.device-laptop {
    bottom: 20px;
    left: 10%;
}

.device-rocket {
    top: 10%;
    right: 20%;
    animation-duration: 4s;
}

.device-phone {
    bottom: 30px;
    right: 15%;
    animation-duration: 5s;
}

@keyframes floatAnimation {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Floating Objects */
.device-desktop, .device-target, .device-growth {
    position: absolute;
    width: 100px;
    transition: transform 0.2s ease-out;
    animation: floatAnimation 3s ease-in-out infinite;
}

/* Floating Animation */
@keyframes floatAnimation {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Object Positions */
.device-desktop { top: 40%; left: 10%; }
.device-target { top: 60%; right: 20%; }
.device-growth { top: 30%; right: 10%; }

/* Section Styling */
.boost-section {
    text-align: center;
    position: relative;
    background: linear-gradient(135deg,  #0884dd,#096ee9,#4cafe3);
    color: white;
    padding: 100px 20px;
    overflow: hidden;
}

.boost-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
/* Section Styling */
.delivery-section {
    width: 90%;
    margin: auto;
    padding: 50px 0;
}

/* Content Wrapper */
.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

/* Reverse Layout */
.reverse {
    flex-direction: row-reverse;
}

/* Text Content */
.text-content {
    flex: 1;
    max-width: 50%;
}

.text-content h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 15px;
}

.text-content p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 15px;
}

.text-content ul {
    list-style: none;
    padding: 0;
}

.text-content ul li {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 10px;
}

/* Image Content */
.image-content {
    flex: 1;
    max-width: 50%;
    text-align: center;
}

.image-content img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}

/* Section Styling */
.excellence {
    text-align: center;
    padding: 160px 20px;
    background: #ffffff;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}




/* Icon Boxes */
.icon-box-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1000px;
    margin: auto;
}

.icon-box {
    position: relative;
    text-align: center;
}

.icon-box h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.icon-box p {
    font-size: 1rem;
    color: #666;
}

/* Background Icons */
.background-icon {
    position: absolute;
    font-size: 100px;
    color: rgba(0, 0, 0, 0.05); /* Light blurry effect */
    top: 10px;
    left: 0;
    z-index: -1;
}
.excellence {
    background: linear-gradient(to right, #f6f7f7, #f7fffe); /* Soft gradient background */
    padding: 60px 120px !important;
}

.icon-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    gap: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(154, 171, 203, 0.834);
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(14, 228, 232, 0.15);
}

.icon-box img {
    width: 70px;
    margin-bottom: 15px;
}

.section-title {
    text-transform: uppercase;

    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #0376b9;
    /* background: linear-gradient(to right, #0072ff, #00c6ff); */
/* -webkit-background-clip: text; */
/* color: transparent; */
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #0056b3;
    margin: 8px auto 0;
    border-radius: 2px;
}
.who-we-are1 {
    padding: 60px 10%;
    background: #ffffff; /* Light background */
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #020202;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.text-content {
    width: 55%;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.text-content p {
    margin-bottom: 15px;
}

.image-container {
    width: 40%;
}

.image-container img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
    .content-wrapper {
        flex-direction: column;
        text-align: left;
    }
    
    .text-content, .image-container {
        width: 100%;
    }
    
    .image-container {
        display: flex;
        justify-content: center;
    }

    .image-container img {
        max-width: 80%;
    }
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner .container {
    position: relative;
    z-index: 1;
    margin-top: 110px !important;
}
.banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.parallax-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.content-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f4f4f4;
    padding: 50px;
}

.content-section:nth-child(even) {
    background: #e1e1e1;
}
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-attachment: scroll;
}

.banner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 190px 70px;
}

.portfolio-container {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    position: relative;
}

h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Modern Carousel */
.carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

/* Glassmorphism Card Style */
.card {
    flex: 0 0 250px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
}

.card:hover {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.2);
}

/* Image Styling */
.card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Hover Overlay */
.overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.card:hover .overlay {
    opacity: 1;
}

.overlay p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

/* Navigation Buttons */


.prev { left: 10px; }
.next { right: 10px; }

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1200px; /* Adjust for responsiveness */
    margin: auto;
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.card {
    flex: 0 0 auto;
    width: 300px; /* Adjust as needed */
    height: 400px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    transition: 0.3s;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: -40px;
}

.next {
    right: -40px;
}

.featured-work {
    text-align: center;
    padding: 50px 0;
    background: #f8f9fa;
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.portfolio-slider {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.portfolio-item {
    flex: 0 0 auto;
    width: 45%;
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.laptop-frame {
    position: relative;
    width: 100%;
    padding-top: 65%; /* Adjust aspect ratio */
    background: url('images/laptop-frame.png') no-repeat center;
    background-size: contain;
}

.laptop-frame img {
    position: absolute;
    top: 12%;
    left: 8%;
    width: 85%;
    height: 75%;
    object-fit: cover;
    border-radius: 5px;
}

.portfolio-item h3 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

.portfolio-item p {
    font-size: 16px;
    color: #666;
}

/* Navigation Buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50%;
}

.slider-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev-btn {
    left: -40px;
}

.next-btn {
    right: -40px;
}

.portfolio-container {
    text-align: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.portfolio-title {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.carousel {
    display: flex;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.card {
    position: relative;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card img {
    width: 300px;
    height: 200px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.card:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 1.1rem;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.5rem;
}

.prev { left: -50px; }
.next { right: -50px; }

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.boost-section {
    text-align: center;
    padding: 60px;
    position: relative;
    background: linear-gradient(to right, #09ca70, #34c742); /* Gradient background */
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center;
}

.boost-section h1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px; /* Space between heading and button */
    display: block;
    width: 100%;
}

.start-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    background: #34f0b4;

    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px; /* Ensure space */
    position: relative; /* Remove any absolute positioning */
}

.start-button:hover {
    background: #028a66; 

}

.boost-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    background: linear-gradient(135deg, #72adec, #0b85c6); /* Blue & Rama Green Gradient */
    border-radius: 15px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    color: white;
    text-align: left;
    gap: 40px;
}

.boost-content {
    max-width: 50%;
}

.boost-content h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
}

.boost-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.start-button {
    background: #ffd700; /* Gold Button */
    color: #003366;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 34px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 8px 20px rgba(255, 215, 0, 0.5);
}

.start-button:hover {
    background: #ffcc00; /* Slightly Darker Gold */
    box-shadow: 0px 10px 25px rgba(255, 215, 0, 0.7);
    /* transform: translateY(-1px); */
}

.boost-icons {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.device-icon {
    width: 120px;
    height: auto;
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.3));
}


/* Section Title */
.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Testimonial Section */
.testimonial-section {
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding: 40px 0;
}

/* Testimonial Slider */
.testimonial-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    width: 600%;
    transition: transform 0.8s ease-in-out;
}

/* Testimonial Cards */
.testimonial-card {
    flex: 1 0 100%;
    max-width: 100%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.testimonial-card h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.testimonial-card span {
    font-size: 14px;
    color: #777;
}

/* Navigation Buttons */
.prev-btn, .next-btn {
    background: #007bff;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s;
}

.prev-btn { left: 10px; }
.next-btn { right: 10px; }

.prev-btn:hover, .next-btn:hover {
    background: #0056b3;
}

/* Dots Navigation */
.dots-container {
    margin-top: 20px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #007bff;
}

/* General Section Styling */
.who-we-are {
    width: 100%;
    padding: 80px 50%;

}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Image Styling */
.image-container img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    animation: fadeInLeft 1s ease-in-out;
}

/* Text Content */
.text-content {
    flex: 1;
}

.section-title {
    font-size: 32px;
    color: #007bff;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Highlighted Points Styling */
.highlighted-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.point {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInRight 1s ease-in-out forwards;
}

.point:nth-child(2) { animation-delay: 0.3s; }
.point:nth-child(3) { animation-delay: 0.6s; }
.point:nth-child(4) { animation-delay: 0.9s; }

.point img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.point p {
    font-size: 16px;
    color: #333;
}

.point:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .highlighted-points {
        grid-template-columns: 1fr;
    }

    .point {
        justify-content: center;
    }

    .point img {
        margin: 0 10px 0 0;
    }
}


.what-we-offer {
    width: 80%;
    margin: auto;
    padding: 40px 0;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Container Layout */
.offer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Left: Offer Options */
.offer-options {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.offer-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s ease;
    border: 2px solid transparent;
}

.offer-box:hover, .offer-box.active {
    border-color: #d00;
    transform: translateY(-3px);
}

/* Right: Display Area */
.offer-display {
    flex: 1;
    text-align: center;
}

.slider {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.slider img {
    width: 100%;
    border-radius: 10px;
    transition: opacity 0.5s ease-in-out;
}

.slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
}

.prev { left: 10px; }
.next { right: 10px; }

#offer-description {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

.blue-section {
    width: 100%;
    background: linear-gradient(to bottom right, #0072bb, #0d1d41);
    color: white;
    padding: 50px 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.blue-section .content {
    padding-right: 30px;
}
.blue-section h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}
.blue-section p {
    font-size: 16px;
    margin: 10px 0 0;
}
.explore-button {
    display: inline-block;
    padding: 20px 20px;
    color: white;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}
.explore-button:hover {
    background-color: white;
    color: #003165;
}
@media (max-width: 768px) {
    .blue-section {
        flex-direction: column;
        text-align: center;
    }
    .blue-section .content {
        max-width: 100%;
    }
    .explore-button {
        margin-top: 15px;
    }
}

.who-we-are {
    padding: 60px;
    background-color: #ffffff;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 600px;
}

/* Default hover effect for the first card */
.info-card:first-child {
    background: linear-gradient(to right, #0799e1, #7bcbee);
    color: rgb(250, 244, 244);
}

.info-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    border-left: 4px solid #0073e6;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* .info-card:hover {
    background: linear-gradient(to right, #0799e1, #7bcbee);
    color: rgb(250, 244, 244);
} */

.info-card h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.info-card p {
    font-size: 14px;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.image-container img {
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

.image-container img {
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

.nav-button {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
}

.nav-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.left {
    left: 100px;
    top: 200px;
}

.right {
    right: 100px;
        top: 200px;
}



/* Section Heading */
.section-heading {
    text-align: center !important;
    font-size: 36px;
    font-weight: bold;  
    margin-bottom: 30px;
}

.faq-section{
    background-color: #FFFFFF;
}
.who_we_are{
    padding: 60px 120px;
}