:root{
    --light-blue: #e2eff8;
    --theme-yellow: #ffca00;
    --dark-blue: #0f2d3e;
}

.color-light-blue{color: var(--light-blue) !important;}
.color-theme-yellow{color: var(--theme-yellow) !important;}
.color-dark-blue{color: var(--dark-blue) !important;}
.text-fade-blue{color: #3f5765 !important;}
.bg-light-blue{background-color: var(--light-blue) !important;}
.bg-theme-yellow{background-color: var(--theme-yellow) !important;}
.bg-dark-blue{background-color: var(--dark-blue) !important;}
.border-dark-blue{
    border-color: var(--dark-blue) !important;
}
.gradient-1,
.hover-gradient-1:hover{background: linear-gradient(0deg, rgba(238,211,106,1) 0%, rgba(227,228,202,1) 49%, rgba(222,236,247,1) 87%) !important;}
.bullets-yellow li::marker {
    color: var(--theme-yellow);
}

.input-blue-8 {
    background-color: rgb(218,236,255, 0.2);
    border-color: rgb(218,236,255, 0.2);
    color: #e9f4ff;
}
.input-blue-8:focus {
    color: #ffffff;
    background-color: #102d3f;
    border-color: #102d3f;
}
.inner-banner{
    background-image: url(../img/inner-default-bg.jpg);    
}
#ourservices-banner{
    background-image: url(../img/ourservices_banner_1.jpg) !important;
    background-position: center right; 
}
#eco-bg{
    background-image: url(../img/ourservices-overlay-bg-10.jpg) !important;
}
#bg-img-2{
    background-image: url(../img/home-img-40.jpg) !important;
    background-size: cover;
    background-position: center;
}
#bg-img-3{
    background-image: url(../img/home-img-60.jpg) !important;
    background-size: cover;
    background-position: center
}
.header-section{
    background-image: url(../img/hero-slider-bg.jpg);
}
.hand-bg{
    background-image: url(../img/ab-hand-bg-3.jpg);
    background-position: left 0 bottom 150px;
    background-size: calc(50% - 150px) auto;
    background-repeat: no-repeat;
}
#ab-ourteam-bg{
    background-image: url('../img/aboutus-our-team-bg.jpg') !important;
    background-size: cover;
    background-position: center right;
}
#iaam-banner{
    background-image: url('../img/iaam-banner.jpg') !important;
}
.active-flex-card{
    background-image: url(../img/flex-card-bg.jpg);
}
#lets-talk-bg{
    background-image: url(../img/letstalk-bg.jpg) !important;
}
#contactus-banner{
    background-image: url(../img/contactus-banner.jpg) !important;
}
#contact-hand-bg{
    background-image: url(../img/contactus-hand-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: bottom right;
}

body{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #02172b;
}
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5{
    font-family: AvantGardeLTBold;
    color: var(--dark-blue);
}
.flex-1{
    flex: 1;
}
.flex-2{
    flex: 2;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.z-index-3{
    z-index: 3;
}
.z-index-4{
    z-index: 4;
}
.z-index-5{
    z-index: 5;
}
.z-index-9{
    z-index: 9999;
}
.rounded-4 {
    border-radius: 1rem !important;
}
.rounded-15{
    border-radius: 15px;
}
.rounded-20{
    border-radius: 20px;
}
.rounded-25{
    border-radius: 25px;
}
.btn-yellow{
    background-color: var(--theme-yellow);
    border-color: var(--theme-yellow);
    color: var(--dark-blue);
}
.btn-yellow:hover{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--theme-yellow);
}
.btn-yellow-outline{
    background-color: transparent;
    border-color: var(--theme-yellow);
}
.btn-yellow-outline:hover{
    background-color: var(--theme-yellow);
    border-color: var(--theme-yellow);
    color: var(--dark-blue) !important;
}
.opacity-1{
    opacity: 0.8;
}
.line-height-2{
    line-height: 60px;
}
.box-shadow-1{
    box-shadow: 0 0 10px -5px #333;
}
.bg-cover{
    background-size: cover;
}
.bg-center{
    background-position: center;
}
.bg-center-left{
    background-position: center left;
}
.bg-center-right{
    background-position: center right;
}
.bg-top-left{
    background-position: top left;
}
.bg-top-right{
    background-position: top right;
}
.overlay-70::after{
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.fs-16{
    font-size: 16px !important;
}

@media (max-width: 991px) {
    .bg-sm-right{
        background-position: center right;
    }
    .bg-sm-left{
        background-position: center left;
    }
    header{
        background-color: #fff !important;
    }
}

header{
    background-color: rgba(15, 45, 62, 0.6);
}
.logo-outer img{
    height: 80px;
    width: auto;
}
.menu-toggler svg{
    width: 30px;
    height: 30px;
    animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.menu-toggler svg path{
    fill: var(--dark-blue);
}
.header-section{
    padding-top: 66px;
}
@media (min-width: 992px) {
    .header-section{
        padding-top: 120px;
    }
}

@media (max-width: 1200px) {
    .header-container {
        @include make-container();
        width: 100%;
        max-width: inherit;
        padding-left: 0;
    }
}

.show-menu .close-menu{
    display: block;
}
.show-menu .open-menu{
    display: none;
}
.close-menu{
    display: none;
}

.menu-outer.show-menu{
    display: flex !important;
}
.menu-outer.hide-menu{
    display: none !important;
}
@media (max-width: 991px) {
    .hide-gutter{
        padding-left: 0;
        padding-right: 0;
    }
    .logo-outer img{
        height: 50px;
    }
    .menu-outer{
        width: 100%;
        flex: 0 0 100%;
        background-color: var(--dark-blue);
        display: none !important;
    }
    .show-menu.menu-outer{
        display: flex !important;
        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
}
@keyframes slide-in-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}
@keyframes rotate-in-center {
    0% {
      transform: rotate(-180deg);
      opacity: 0;
    }
    100% {
      transform: rotate(0);
      opacity: 1;
    }
}

.services-card-icon{
    height: 80px;
    width: auto;
}

@media (min-width: 1300px) {
    .services-card{
        min-height: 255px;
    }
    .h-85{
        min-height: 110px;
    }
}


.cyber-threat-img-1{
    width: calc(100% - 100px);
    height: 380px;
    object-fit: cover;
    margin-bottom: 100px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
.cyber-threat-img-2{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    width: 250px;
    height: 200px;
    object-fit: cover;
}
.count-inner{
    border-left: 7px solid var(--light-blue);
}




.overlay{
    position: relative;
}
.overlay::after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.bg-img-3.overlay::after{
    background-color: rgba(15,45,62,0.7);
}


.cyber-security-img{
    width: 100%;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
}
.date-style-1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #87959e;
}
.date-style-1:after {
    content: "";
    display: inline-flex;
    flex: 1;
    margin-left: 15px;
    height: 1px;
    background: #fff;
}

.social-media-icon{
    background-color: var(--dark-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 15px;
}
.social-media-icon:last-child{
    margin-right: 0;
}
.social-media-icon svg{
    width: 16px;
    height: 16px;
}
.social-media-icon svg path{
    fill: #fff;
}
.social-media-icon:hover{
    background-color: var(--theme-yellow);
}
.social-media-icon:hover path{
    fill: var(--dark-blue);
}

.pin-box{
    position: relative;
    padding-left: 34px;
}
.pin-box::before{
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: var(--dark-blue);

    position: absolute;
    left: 0;
    top: 7px;
}
.pin-box::after{
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 7px - 7px);
    background-color: var(--dark-blue);

    position: absolute;
    left: 8px;
    top: 7px;
}

.input-white{
    background-color: #fff !important;
    color: var(--dark-blue) !important;
    text-align: left !important;
}

.footer-links .footer-link{
    border-right: 2px solid var(--dark-blue);
    padding-right: 15px;
    margin-right: 15px;
    line-height: 15px;
}
.footer-links .footer-link:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

footer a:hover,
.text-hover-yellow:hover{
    color: #c59c00 !important;
}



.sector-slider-item{
    border-radius: 30px;
}
.sector-slider-img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}
.gap-for-arrows{
    padding-right: 128px;
}
.slick-next,
.slick-prev{
    font-size: 0;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slick-next:before,
.slick-prev:before{
    content: '';
}

.arrow-top-right .slick-next,
.arrow-top-right .slick-prev{
    position: absolute;
    top: -60px;
}
.arrow-top-right .slick-next{
    right: 16px;
}
.arrow-top-right .slick-prev{
    right: 76px;
}


.arrow-bottom-right .slick-next,
.arrow-bottom-right .slick-prev{
    position: absolute;
    bottom: -60px;
}
.arrow-bottom-right .slick-next{
    right: 16px;
}
.arrow-bottom-right .slick-prev{
    right: 76px;
}

.btns-white .slick-next{
    background-image: url(../img/next-white.png);
}
.btns-white .slick-prev{
    background-image: url(../img/prev-white.png);
}

.btns-blue .slick-next{
    background-image: url(../img/next-blue.png);
}
.btns-blue .slick-prev{
    background-image: url(../img/prev-blue.png);
}



.company-img{
    border: 1px solid #dbecfe;
    border-radius: 15px;

}
.company-img img{
    height: 60px;
    width: auto;
}

.qoute-img{
    position: relative;
}
.qoute-img img{
    width: 60px;
    height: auto;
    margin-right: 20px;
}
.qoute-img::after{
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background-color: #87959e;
}
.user-icon{
    width: 80px;
    height: auto;
}



.inner-banner{
    height: 512px;
    padding-top: 112px;
    background-position: center;
    background-size: cover;
    position: relative;
    
}
@media (max-width: 991px) {
    .inner-banner{
        padding-top: 66px;
        height: 350px;
    }
}
.inner-banner::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(15, 45, 62, 0.6);
}

.ab-left-image{
    width: 400px;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
    position: relative;
    z-index: 1;

    left: 80px;
    top: 80px;
}
.aboutus-over-image{
    margin-bottom: 80px;
}
.ab-right-image{
    width: calc(100% - 300px);
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
    object-position: top center;
    position: relative;
    z-index: 2;
}
.aboutus-desc-position{
    position: relative;
    top: -30px;
    /* margin-bottom: 30px; */
    width: calc(100% - 400px - 140px);
}
.count-card{
    border-bottom: 3px solid var(--light-blue);
}


.overlay-blue::after{
    background-color: rgba(2, 23, 43, 0.85);
}

.member-details{
    border-radius: 15px;
    position: absolute;
    bottom: 0;
}
.team-member-img{
    width: 100%;
    height: auto;
    border-radius: 17px;
}





.flex-inner-card {
    position: relative;
    padding: 2rem;
    width: 150px;
    height: 600px;
    background-color: #dbecfe;
    box-shadow: 0 0 2px 2px #ddd;
}
.flex-inner-card{
    cursor: pointer;
    position: relative;
    transition: all 0.6s ease-in-out;
    box-shadow: 20px 0px 55px -50px rgba(0,0,0,0.7), 10px 0px 21px -10px rgba(0,0,0,0.1);
}
.br-right{
    border-radius: 0 15px 15px 0;
}
.flex-desc{
    max-height: 430px;
    overflow-y: auto;
}
.flex-desc::-webkit-scrollbar {
    width: 3px;
}
.flex-desc::-webkit-scrollbar-track {
    background: #e2ecf7;
} 
.flex-desc::-webkit-scrollbar-thumb {
    background-color: var(--light-blue); 
    border-radius: 20px;
    border: 1px solid #ccdbeb;
}
.verticle-title{
    transform: rotate(90deg);
}
.vision-card{
    border-radius: 15px;
}
.mission-card{
    margin-left: -15px;
    padding-left: calc(2rem + 15px);
}
.values-card{
    margin-left: -15px;
    padding-left: calc(2rem + 15px);
}
.horizontal-title,
.active-flex-card .verticle-title{
    display: none !important;
}
.active-flex-card .horizontal-title{
    display: block !important;
}
.flex-inner-card.active-flex-card{
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.flex-data-holder{
    display: none;
}
.active-flex-card .flex-data-holder{
    display: block;
}
.active-flex-card{
    flex: 1;
    padding: 3rem !important;
    background-size: cover;
    background-position: center right;
    animation: color-change-2x 2s linear infinite alternate both;
}
.flex-data-holder {
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.65s both;
}
@keyframes slide-in-left {
    0% {
      transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}
@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}





@media (max-width: 1400px) {
    .hand-bg{
        background-position: left 0 bottom 150px;
        background-size: calc(50% - 50px) auto;
    }
}
@media (max-width: 1200px) {
    .hand-bg{
        background-position: left 0 bottom 150px;
        background-size: calc(50% + 50px) auto;
    }
    .flex-inner-card{
        width: 100%;
        height: auto;
        flex: inherit !important;
        margin-left: 0;
        margin-bottom: -15px;
        padding: 2rem !important;
        padding-top: calc(2rem + 15px) !important;
        box-shadow: 0px 20px 55px -50px rgba(0,0,0,0.7), 0px 10px 21px -10px rgba(0,0,0,0.1);
    }
    .verticle-title{
        transform: rotate(0deg);
    }
    .vision-card{
        border-radius: 15px !important;
    }
    .br-right{
        border-radius: 0 0 15px 15px;
    }
    
    .active-flex-card{
        background-position: center;
        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }
    .flex-desc{
        width: 100% !important;
        height: auto !important;
        max-height: inherit;
        overflow-y: inherit;
    }
}
@media (max-width: 991px) {
    .ab-left-image,
    .ab-right-image{
        width: calc(100% - 0px);
        left: inherit;
        top: inherit;
    }
    .aboutus-over-image{
        margin-bottom: 0px;
    }
    .aboutus-desc-position{
        position: inherit;
        top: inherit;
        margin-bottom: inherit;
        width: 100%;
    }
    .hand-bg{
        background-image: none;
    }
}



.header-right-line{
    position: relative;
    display: flex;
    align-items: center;
}
.header-right-line::after{
    content: "";
    display: block;
    flex: 1;
    height: 3px;
    background-color: var(--light-blue);
    margin-left: 3rem;
}


.patter-card-1-inner{
    aspect-ratio: 600/462;
    background-image: url(../img/patter-full.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 24px 30px;
    max-width: 416px;
}

.patter-card-data{
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    padding: 25px 5px 25px 15px;
    font-size: 16px;
    overflow-y: auto;
    border-radius: 25px;
    background-color: #f8f8f8;
    border: 3px solid #fff;
}

.patter-inner-content{
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding-right: 10px;
    overflow-y: auto;
}
.patter-inner-content::-webkit-scrollbar {
    width: 3px;
}
.patter-inner-content::-webkit-scrollbar-track {
    background: #e2ecf7;
} 
.patter-inner-content::-webkit-scrollbar-thumb {
    background-color: var(--theme-yellow); 
    border-radius: 50px;
    border: none
}


@media (min-width: 992px) {
    .mh-68{min-height: 68px;}
    .key-h-size{
        min-height: 110px;
        width: 300px;
    }
    .key-h-size-70{
        min-height: 70px;
        width: 300px;
    }
}

#key-sol-bg{
    background-image: url(../img/key-solution-bg.png);
    background-size: auto calc(100% - 200px);
    background-repeat: no-repeat;
    background-position: center;
}
.key-sol-box{
    width: 370px;
    height: 450px;
}
@media (max-width: 1200px) {
    #key-sol-bg{
        background-size: auto 450px;
    }
}
@media (max-width: 991px) {
    #key-sol-bg{
        background-image: none;
    }
    .key-sol-box{
        width: 100%;
        height: auto;
    }
}

.serive-slide-item{
    min-height: 250px;
}

.circle-icon-1{
    width: 70px;
    height: 70px;
}

.flag-icon{
    width: 80px;
    height: auto;
}

.tel-icon{
    width: 40px;
    height: auto;
}