@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #1E1E1E;
    font-size: 18px;
}
.navbar-toggler:focus{border:0; box-shadow:none;}
/* navbar */
.nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #1E1E1E;
    margin: 0 20px;
    
    position: relative;
}
.navbar .nav-link{padding: 8px 0 !important;}

.nav-link::after{width: 0; transition: all ease-in-out .5s; position: absolute; content: "";}
.nav-link:hover::after{
     width: 44px; height: 4px; background: #FF7800;bottom:3px; left: 0; transition: all ease-in-out .5s;
}

.book-demo::after{display: none;}

.nav-link.book-demo {
    background: #1A1C81;
    border-radius: 5px;
    color: #fff;
    transition: all ease-in-out .2s;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pulse {
    animation: 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    -webkit-animation: 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 .8em transparent;
    animation-iteration-count: infinite;

}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

.pulse {
    --color: #2a2583;
    --hover: #2a2583;
}

.book-demo:hover {
    color: #fff;
}

/* Header */
header {
    background: url(../images/slider-bg.jpg);
    background-size: cover;
}



.slider-text h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    margin: 0;


}

.slider-text h1 span {
    color: #1A1C81;
}

.slider-text p {
    font-size: 18px;
    width: 50%;
    font-weight: 400;
    margin: 30px 0;
}

.orange-btn {
    background: #FF7800;
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 10px 40px -12px rgba(250, 202, 16, 0.35);
    transition: all ease-in-out .5s;
    display: inline-block;
}

.orange-btn:hover {
    background: #1A1C81;
    transition: all ease-in-out .5s;
    color: #fff;
}

/* our Partners */
.page-titles {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.page-titles span {
    position: relative;
}

.page-titles span:after {
    width: 100%;
    height: 6px;
    background: #1A1C81;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
}

#learning-exerience {
    background: #FBFBFB;
}

.leaning-desciption {
    width: 80%;
}

.learning-box {
    box-shadow: 0px 0px 12.3px 2px rgba(0, 0, 0, 0.25);
    border-radius: 17px;
    padding: 10px;
    background: #fff;
}

.learn-heading {
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.learning-description {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    margin: 0;
}

.logos .owl-item{
background: #F6F6F6; width: 240px; height: 120px; display: flex; justify-content: center; align-items: center; border-radius: 20px;
cursor: pointer;
}
.logos .owl-item img {
    filter: grayscale(1);
    opacity: .5;
    transition: all ease-in-out .3s;
}
.logos .owl-item:hover img{filter: grayscale(0); opacity: 1; transition: all ease-in-out .3s;}

.logos .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logos .owl-nav button{

    box-shadow: 0px 10px 40px -12px rgba(250, 202, 16, 0.35); width: 50px; height: 50px; background: #F6F6F6 !important;
    border-radius: 100%;
    
}
.logos button.owl-prev {
    position: relative;
    left: -30px; top: -82px;
}
.logos button.owl-next {
    position: relative;
    right: -30px; top: -82px;
}
/* Perfect Solutions */
.perfect-box {
    background: #FFFFFF;
    border: 1px solid rgba(255, 120, 0, 0.61);
    box-shadow: -22px 23px 30px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 30px 20px;
    margin: 0 20px;
    height: 100%;
}

.perfect-headings {
    font-size: 30px;
    color: #1e1e1e;
    font-weight: 800;
}

.perfect-description {
    width: 58%;
    margin: 0 auto;
    text-align: left;
}

/* reasons */
#reasons {
    background: #F2F2F2;
}

.reasons-description {
    width: 70%;
    margin: 20px auto;
}

.reason-box {
    background: #fff;
    border-radius: 30px;
}
.reason-img-box{
    max-width: 550px;
}
.reason-img {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 10px;
  
}

.reason-img img {
    border-radius: 20px;
}

.reason-title {
    font-size: 29px;
    font-weight: 900;
}

.reason-description {
    font-size: 17px;
    margin-left: 80px;
}

.reason-btn {
    background: #1E1E1E;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: all ease-in-out .3s; box-shadow: 0px 10px 40px -12px rgba(30, 30, 30, 0.35); display: inline-block;
}
.reason-btn:hover{
    background: #FF7800; color:#fff; transition: all ease-in-out .3s;
}

#reasons .nav-tabs{
    border:0;
}

#reasons .nav-item {
    margin: 0 22px;
}

#reasons .nav-link{box-shadow: 0px 10px 40px -12px rgba(196, 196, 196, 0.35); padding:10px 30px; border-radius: 5px; position: relative; background: #fff;}
#reasons .nav-link::before{position: absolute; content: ""; width: 50px; height: 2px; background: #F6F6F6; left:-50px; top:21px;}
#reasons .nav-link::after{position: absolute; content: ""; width: 22px; height: 22px; background: #F6F6F6; left:-50px; top:21px; border-radius:100%; top:11px}
#reasons .nav-link:hover{background: #1A1C81; color: #fff;}
#reasons .nav-link:hover::after{background: #1A1C81;}
#reasons .nav-link:hover::before{background: #1A1C81;}

#reasons .nav-link.active{background: #1A1C81; color:#fff;}
#reasons .nav-link.active::before{background: #1A1C81;}
#reasons .nav-link.active::after{background: #1A1C81;}
/* Know What You Can Do With */
.inner-title{ font-size: 40px; font-weight: 800; }
.know-img-box{
    position: relative;
}
.know-img-box:after{
    width: 93px; height: 93px; border-radius: 100%; position: absolute; content: "";  background: #FBD4B0; bottom:-30px; left: -30px;
}
.know-img{
    box-shadow: 0px 0px 18.3573px rgba(0, 0, 0, 0.1); background: #fff; border-radius: 23px; padding: 10px; z-index: 9;
    position: relative;

}

.know-img img{width: 100%; border-radius: 18px;}

.know-title{
    font-size: 28px; font-weight: 800; width: 80%; margin:0 auto;
}
.know-box {
    margin: 0 40px;
}

/* Blogs */
.blog-outer{
    border:solid 1px #FFAC63; border-radius: 9px; padding:15px; margin:0 30px;
}
.blog-img img{
    border-radius: 15px; filter: drop-shadow(0px 7px 13px rgba(0, 0, 0, 0.09)); width: 100%;

}

.blog-title{
font-size: 24px; font-weight: 800;
}
.blog-desc{
    font-size: 17px;
}
.blog-writer img{width: 30px; height: 30px; border-radius: 100%; filter: drop-shadow(0px 4px 4px rgba(250, 202, 16, 0.2));}
.writer-name{
    font-size: 14px;
}
.blog-time{ font-size: 10px; color:#B0B0B0;}
.blog-time p{margin:0;}
/* Testimonials */
.testimonial-image img{
width: 156px !important; height: 156px ; border-radius: 100%; margin:0 auto;
}


/* Map */
#map{ position: relative; bottom:-200px;}
.map_section{height: 500px;width: 100%;}
#map img{
    width: 100%;
}
/* contact */
.contact-box{
    box-shadow: 0px 19px 34px 14px rgba(0, 0, 0, 0.06); background: #fff; padding:15px; border-radius: 15px;
    position: relative;
}
#contact input{
border-left:0; border-right:0; border-top:0; border-bottom: solid 2px #A5A5A5; border-radius: 0; font-size: 18px;
font-weight: 800; padding-bottom:0;
}

#contact select{
    border-left:0; border-right:0; border-top:0; border-bottom: solid 2px #A5A5A5; border-radius: 0; font-size: 18px;
font-weight: 800; padding-bottom:0;
}
/* footer */
.footer-links a{
    font-size: 18px; color: #1E1E1E; font-weight: 800; margin: 0 30px; text-decoration: none; position: relative;
}
.footer-links a::after{width: 0; transition: all ease-in-out .5s; position: absolute; content: "";}
.footer-links a:hover::after{
     width: 44px; height: 4px; background: #8F91C2;bottom:3px; left: 0; transition: all ease-in-out .5s;
}
.social-media a{text-decoration: none; margin:0 30px;}
.social-media svg{ fill: #1E1E1E; transition: all ease-in-out .5s;}
.social-media svg:hover{ fill: #1A1C81; transition: all ease-in-out .5s;}
.copyright{
    font-size: 12px; color: #A5A5A5;
}

/* Solution page */
#solution{background: url(../images/circle-bg.svg) no-repeat; background-position: 120px 122px;}
#solution .white-label-margin{right:-50px; position: relative; margin-top:50px;}
#solution .learn-tech{position: relative; right:-50px;}
#solution .perfect-desc-box{padding-left:80px}
#solution  .perfect-description{width: 100%;}
#solution .perfect-box{background: rgba(255,255,255, .8);}
#coaching{
    background: #F6F6F6;
}
#coaching .blog-outer{background: #fff;}
#coaching .blog-read{border-top:solid 1px #eaeaea; padding-top:20px;}
#reverse .coaching-title{ font-size: 30px; font-weight: 800;}
#reverse .know-img-box:after{ width: 150px;
    height: 150px;
    bottom: -60px;
    left: -50px;
}

/* Digital branding */
#digital{background: #FAFBFB;}
.digital-heading{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); font-size: 44px; font-weight: 800;
}
#image-section .know-img-box:after{ display: none;}
#image-section .know-box {
    margin: 0;
}
#image-section .know-img-box{margin:50px 0; width: 100%;}

/* cases */
.cases{background: #fff !important;}
.cases .nav-link.active{background: #FF7800 !important;}
.cases .nav-link.active::after {
    background: #FF7800 !important;
}
.cases .nav-link.active::before {
    background: #FF7800 !important;
}

.cases .nav-link:hover{background: #FF7800 !important;}
.cases .nav-link:hover::after {
    background: #FF7800 !important;
}
.cases .nav-link:hover::before {
    background: #FF7800 !important;
}

.search-case-outer{position: relative;}
.search-case-outer input{ border-radius: 0; border-top:0; border-left: 0; border-right:0;}

.search-case-outer span{ position: absolute; right:25px;}


.floating:hover {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

.testimonials .owl-item{
    border-radius: 20px;
}
.testimonials .owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
  }
  .testimonials .owl-item.center > div {
    cursor: auto;
    margin: 0;
    transform: scale(1);
  }
  .testimonials .owl-item:not(.center) > div{
    opacity: .5;
  }


  .testimonials .owl-item.center > div {
    transform: scale(1.1);
    z-index: 999;
    box-shadow: 0px 19px 34px 14px rgba(0, 0, 0, 0.06);
}

  .testimonials .owl-item > div{
    background: #fff;
    
    padding:10px;
    border-radius: 20px;
    border: 0;
  }
  .testimonails-text {
    font-size: 17px;
    width: 88%;
    margin: 18px auto 20px auto;
}
.testimonial-img{
    width: 156px !important;
    height: 156px;
    border-radius: 100%;
    margin: 0 auto;

}

.testimonial-img-outer{ width: 204px; height: 204px; border:solid 1px #FFD7B3;  margin:0 auto; border-radius: 100%; display: flex; justify-content: center; align-items: center;}
.testimonial-img-inner{ width: 180px; height: 180px; border:solid 1px #FFC999; margin:0 auto; border-radius: 100%; display: flex; justify-content: center; align-items: center;}
.testimonial-name{ font-size: 24px; font-weight: 600;}
.testimonial-name span{font-size: 17px; font-weight: 300;}


.testimonials .owl-dots {
    text-align: center;
}
.testimonials .owl-dot {
    background: #FFC999 !important ;
    opacity: 1;
    width: 18px;
    height: 18px;
    margin:0 5px;
    border-radius: 100%;
}
.testimonials .owl-dot.active{
    background: #FF7800 !important;
}

.testimonials .owl-stage-outer{padding-top:50px;}


/* Responsive */
@media (max-width: 575.98px) { 
    #collapsibleNavbar {
        position: absolute;
        width: 100%;
        background: #fff;
        top: 80px;
        z-index: 9;
  
    }
    .slider-text h1{
        font-size:27px;
    }
    .slider-text{
        right:0;
    }
    .nav-link{
        margin: 15px 67px;
    }
   
    .logos button.owl-prev{left:0; top:-50px;}
    .logos button.owl-next{right:0; top:-50px;}
    .logos .owl-item{  height: 60px;}
    .logos .owl-item img{ height: 40px;}
    .logos .owl-nav button{ width: 30px; height: 30px;}
    .page-titles{font-size: 24px;}
    .page-titles span:after{ height:4px;}

    .learn-heading{
        font-size: 13px;;
    }
    .learning-description{
        font-size: 11px;
    }
    .perfect-description{ width: 100%;}
    .perfect-box{ height: inherit; width: 80%; margin:0 auto 50px;}
    .reason-title{font-size: 18px;}
    .know-img-box {
        position: relative;
        width: 72%;
        margin: 60px auto;
    }
    .blog-outer{
        margin:30px !important;
    }
    .footer-links a{ font-size: 9px; margin: 0 5px;}
    .social-media a {
        text-decoration: none;
        margin: 0 13px;
    }

    /* solution */
    #solution .white-label-margin{
        left: 0;
    }
    #solution .learn-tech{right:0;}
    #solution .perfect-desc-box{padding:30px;}
    #coaching .blog-outer{margin:30px 0;}
    #reverse .know-img-box:after {
        width: 100px;
        height: 100px;
        bottom: -30px;
        left: -20px;
    }
    #reverse .know-img-box:after{ display: none;}
    #reverse .know-box{margin:0;}
    #reverse .know-img-box{width:100%;}

    .cases .nav-link::before{ display: none;}
    .cases .nav-link::after{display: none;}

    .testimonials .owl-item.center > div{
        transform: scale(1); margin:0 20px;
    }
    
}

@media (max-width: 991.98px) { 
    #collapsibleNavbar {
        position: absolute;
        width: 100%;
        background: #fff;
        top: 80px;
        z-index: 9;
  
    }
    /* .slider-text {
        right: -40px;
        position: relative;
    } */
    .slider-text h1 {
        font-size: 25px;}

        .slider-text p {
            width: 100%;
        }
        /* .logos button.owl-prev{
            left: -19px;
        }
        .logos button.owl-next{
            right: -19px;
        } */
        .perfect-box{height: inherit; margin-bottom: 30px;}
        #reasons .nav-item {
            margin: 0 14px;
        }
        #reasons .nav-link{padding: 10px 15px; font-size: 13px;}
        .know-box{margin:40px}
        .blog-outer{margin:30px}
        .footer-links a{margin:0 20px;}
        /* solution */
        #solution .white-label-margin{
            right:0;
        }
        #solution .learn-tech{right:0;}

        #reasons .nav-item{
            margin:0 !important;
        }
        .cases .nav-link::before{ display: none;}
        .cases .nav-link::after{display: none;}
        
}

@media (max-width: 1199.98px) { 
    #reasons .nav-item {
        margin: 0 15px;
    }
    .know-img-box:after {
        width: 63px;
        height: 63px;}
        .blog-outer {margin:0 15px}
        .navbar .nav-link{margin:0 10px; font-size: 15px;}
        
 }