@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a{
    text-decoration: none !important;
    transition: .3s !important;
    font-family: 'Poppins', sans-serif !important;
}
p{
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight:lighter;
}
h1{
    font-size: 26px !important;
    color: #333333;
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    line-height: 1.6em;
    font-weight: bolder;
}
h2{
    font-size: 22px;
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    font-weight: bold;
    letter-spacing: -1px;
}
h3{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    letter-spacing: -1px;
}
p a{
    color: #00a0e3;
}
p a:hover{
    color: #89c603;
}
/* Anchor-btn  */
.uni-a{
    padding: 18px 25px;
}
.uni-a a{
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    padding: 18px 25px;
    color: #fff;
    border: none;
    background-color: #00a0e3;
    background-image: linear-gradient(to right, #194484 0%, #FE582B 50%,#194484eb 100%);
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}
.uni-a a:hover{
    color: #ffffff;
    background-color: #ea5e20;
    border: none;
    background-position: 100% 0;
}
/* Anchor-btn-End  */
/* Universal-Button  */
.uni-btn button{
    font-size: 11px;
    line-height: 12px;
    padding: 14px 35px;
    color: #ffffff !important;
    background-color: #00a0e3;
    text-transform: uppercase;
    outline: none !important;
    border: none;
    border-radius: 2px;
}
.uni-btn button:hover{
    background-color: #333 !important;
    color: #fff !important;
}

/* Universal-Button-End  */
.top-bar{
    height: 36px;
    display: flex;
    align-items: center;
    background-color: #00a0e3!important;
    color: #fff;
}
.top-icon {
    display: flex;
}
.top-icon a {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    /* background-color:#ff541e; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 2px 2px 2px;
    /* border: 1px solid #ffffff1a; */
    padding: 0px !important;
    color: #fff;
    /* font-size: 18px; */
}
header  i {
    color: #fff;
    font-size: 18px;
    transition: .3s;
    margin: 0px;
}
.top-icon a:hover i {
    color: #fff;
}
header .top-icon a:hover {
    background-color: #ff541e;
    border: none;
    color: #fff !important;
    box-shadow: rgb(17 26 57 / 10%) 0px 0px 10px;
}
.alignment{
    display: flex;
    align-items: center;
}
.head-dit a{
    color: #fff;
    /* background-color: #ff541e; */
    /* font-weight: 800; */
    padding: 6px 15px;
    padding-left: 0px;
    border-radius: 50px;
    font-size: 12px !important;
    transition: .5s all !important;
}
.head-dit i{
    margin-right: 8px;
    /* color: #e27647; */
    transition: .1s;
    font-size: 10px;
}
.head-dit a:hover{
    color: #ff541e;
    /* box-shadow: rgb(17 26 57 / 10%) 0px 0px 10px; */
}
/* .head-dit a:hover i{
    color: #ff541e;
} */
.head-dit a:first-child{
    margin-right: 10px;
}
.head-dit a:nth-child(2){
    padding: 6px 0px;
    padding-right: 15px;
}
.head-dit a:last-child{
    padding: 6px 0px;
}
.head-dit ul{
    list-style: none;
    display: flex;
}
.head-dit ul li{
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.head-dit ul li:hover i{
    transform:scale(1.1)
}

@media screen and (max-width:1199px){
    .top-bar{
        height: auto;
    }
    .alignment,.hide{
        justify-content: center !important;
    }
}
@media screen and (max-width:991px){
    .alignment{
       justify-content: center;
    }
    .head-dit ul{
        flex-direction: column;
    }
    .head-dit a:first-child{
        margin-right: 0px;
    }
    .head-dit a{
        font-size: 13px !important;
        padding: 6px 5px;
        padding-right: 0px !important;
        font-weight: 600;
    }
    .head-dit i{
        margin-right: 5px;
        font-size: 13px;
    }
}
@media screen and (max-width:494px){
    .top-bar{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .head-dit a:first-child{
        display: block;
    }
    .head-dit a{
        padding: 2px 0px;
    }
    .head-dit a:nth-child(2){
        padding: 2px 0px;
    }
    .head-dit a:last-child{
        padding: 2px 0px;
    }
    .head-dit a{
        font-weight: 600;
    }
    .top-bar{
        height: auto;
    }
    .head-dit ul{
        flex-direction: column;
        text-align: center;
    }
    .head-dit ul li {
        justify-content: center;
    }
}
@media screen and (max-width:370px){
    .head-dit a{
        font-size: 12px !important;
    }
}
@media screen and (max-width:228px){
    .head-dit a:nth-child(2){
        display: block;
        text-align: center;
    }
    .head-dit a:last-child{
        display: block;
        text-align: center;
    }
    .top-bar{
        height: 70px;
    }
}

.carousel-item img{
    width: 100% !important;
}
/* .carousel-control-prev-icon{
    background-color: #000;
    border-radius: 50%;
    padding: 5px;
} */

/* About  */
.about{
    padding: 50px 0px 0px 0px;
}
.abt-img img{
    width: 100%;
     
}

/* Service  */
.service{
    padding: 50px 0px;
    color: #fff !important;
    background-color: #2878bf !important; 
    overflow:hidden!important;
}
.service h2{
    font-size: 22px !important;
    font-weight: normal !important;
    margin-bottom: 40px;
}
.service h3{
    font-size: 18px !important;
    color: #fff !important;
    font-weight: normal !important;
}
.service p{
    color: #fff !important;
}
.serv-border{
    position: relative;
    text-align: start !important;
}
.serv-border::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 2px;
    left: 0;
    right: 0;
}
.serv-border::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    /*background-color: #00a0e3;*/
    bottom: 2px;
    left: 50%;
    right: 0;
    transform: translate(-50%,-0%);
    z-index: 9;
}
.serv-img{
    margin-bottom: 35px;
}
.serv-img img{
    background-color: #fff;
    border-radius: 50%;
    width: 26%;
    padding: 8px;
}
.service .uni-a a{
    font-size: 14px !important;
    padding: 14px 20px !important;
}

@media screen and (max-width:991px){
    .service-box{
        margin-bottom: 40px;
    }
}

/* Landing-Form  */
.landing-form{
    padding: 65px 0px 45px 0px;
}
.landing-form h3{
    text-align: center;
    font-weight: normal !important;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
}
.lan-img img{
    width: 100%;
}
.form-align{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lan-form{
    width: 100%;
}
.lan-form form input{
    width: 100%;
    border-radius: 1px;
    color: #000;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 10px 20px 11px;
    outline: none;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0px 0 30px 0;
}
.lan-form form input::placeholder{
    color: #bebebe;
}
.lan-form form a{

}

@media screen and (max-width:767px){
    .landing-form{
        padding: 50px 0px 50px 0px;
    }
    .form-align{
        margin-bottom: 60px;
    }
}

/* Grow-Buisness */
.grow{
    /*padding: 50px 0px;*/
    border-top: 2px solid #d9dddf;
    /*border-bottom: 2px solid #d9dddf;*/
}
.grow-img img{
    width: 100%;
}

/* Industries    */
.industries {
    padding: 50px 0px;
    border-bottom: 2px solid #d9dddf;
}
h2{
    font-size: 22px !important;
    font-family: 'Conv_ProximaNova-Regular' !important;
}
.industries h3{
    color: #333;
    font-size: 18px !important;
    font-family: 'Conv_ProximaNova-Regular' !important;
}
.industries h4{
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: uppercase;
}
.ind-head-img img{
    width: 75%;
}
.ind-cont ul{
    font-size:14px;
    color: #717375;
    margin-left: 16px;
    margin-bottom: 20px;
    list-style: square outside;
}
.ind-img img{
    width:100%;
}

/* Client  */
.client{
    padding: 50px 0px;
    padding-bottom: 0px;
}
.client .serv-border{
    margin-bottom: 80px;
}
.client .serv-border::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e5eaec;
    bottom: -25px;
    left: 0;
    right: 0;
}
.owl-dots{
    display: none;
}
.owl-carousel .owl-item{
    background-color: #fff !important;
}
.owl-carousel .owl-item img{
    width: 85% !important;
    margin: auto !important;
}
.owl-prev {
    width: 32px;
    height: 32px;
}
.owl-next{
    width: 32px;
    height: 32px;
}
.owl-prev span{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 8px 0px 0px 8px;
    background-color: transparent;
    border: 2px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
}
.owl-next span{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 0px 8px 8px 0px;
    background-color: transparent;
    border: 2px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #fff !important;
}
.owl-theme .owl-nav [class*=owl-]{
    margin: 0px !important;
}

@media screen and (max-width:991px){
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
        display: block !important;
    }
}
@media screen and (max-width:767px){
    .owl-carousel .owl-item img{
        width: 60% !important;
    }
}

/* Strip  */
.strip{
    background-color: #0185cd;
    border-color: #0185cd;
    padding: 31px 30px;
}
.strip-btn a{
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 35px;
    background-color: #fd7800;
    transition: .5s;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.44, rgb(253,118,0)), color-stop(0.9, rgb(252,158,69)) );
}
.strip-btn a:hover{
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.44, rgb(84,84,84)), color-stop(0.9, rgb(100,100,100)) );
}
.strip-align{
    /* padding: 17px 35px; */
    display: flex;
    align-items: center;
    justify-content: end;
}
.strip h4{
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
    font-weight: normal !important;
    line-height: 1.6em !important;
}
.strip h4 a{
    color: #fff;
}
.strip h4 a:hover{
    color: #fd7800;
}
.strip p{
    color: #fff !important;
    margin-bottom: 0px !important;
}

@media screen and (max-width:991px){
    .strip-align{
        padding: 17px 25px !important;
    }
}
@media screen and (max-width:767px){
    .strip h4{
        text-align: center;
    }
    .strip-align{
        justify-content: center;
    }
}
/* Footer  */
footer{
    border-top: 0px solid #142b3a;
    background-color: #515151;
    color: #fff !important;
    padding: 34px 0px;
}
.footer-head{
    margin-bottom: 50px;
}
footer h3{
    color: #fff !important;
}
footer P{
    color: #FFF !important;
}
footer .serv-border::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #00a0e3;
    bottom: -26px;
    left: 0%;
    right: 0;
    transform: translate(-0%,-0%);
    z-index: 9;
}
footer .serv-border::after {
    content: "";
    position: absolute;
    width: 42%;
    height: 1px;
    background-color: #e5eaec;
    bottom: -25px;
    left: 15px;
    right: 0;
}
footer .footer-link li{
    list-style: none;
    padding: 0px 0 13px 20px;
    line-height: inherit;
    position: relative;
}
footer .footer-link li::before{
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #00a0e3;
    float: left;
    margin-right: 14px;
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
}
footer .footer-link li a{
    font-size: 14px !important;
    color:#fff;
}
footer .footer-link li a:hover{
    color: #00a0e3;
}
footer .footer-form label{
    width: 100%;
    font-size: 14px;
}
footer .footer-form input,textarea{
    width: 80%;
    font-size: 13px;
    padding: 0px 5px;
    outline: none;
    color: #717373;
    height: auto ;
}
#foot-mes{
    width: 80% !important;
    height: auto !important;
}
.footer-form .uni-btn button:hover{
    background-color: #333 !important;
    color: #fff !important;
}
/* ::placeholder{
    color: red !important;
    opacity: 1;
} */
.footer-bottom{
    background-color: #5e5e5e;
    padding: 15px 12px;
}
.footer-bottom p{
    margin-bottom: 0px;
    color: #fff !important;
}
.footer-icon{
    justify-content: end;
}
.footer-icon a{
    color: #00a0e3;
    border-radius: 2px;
    position: relative;
}
.footer-icon a:hover{
    background-color: #00a0e3;
    color: #fff;
    border-radius: 2px;
}
.footer-icon a:hover .anch-hov i{
    color: #292929;
}
.footer-icon .anch-hov{
    position: absolute;
    left: 50%;
    top: -26px;
    /* width: 60px;
    height: 20px; */
    padding: 2px 10px;
    font-size: 11px;
    color: #fff;
    background-color: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transform: translate(-50%,0%);
    opacity: 0;
    transition: .2s;
    z-index: -1;
}
.footer-icon a:hover .anch-hov{
    opacity: 1;
    z-index: 0;
}
.footer-icon .anch-hov i{
    position: absolute;
    bottom: -8px;
    color: #292929;
    font-size: 14px;
}

@media screen and (max-width:767px){
    .footer-bottom .foot-rev{
        flex-direction: column-reverse;
    }
    .footer-icon{
        justify-content: center;
    }
    .footer-bottom p{
        text-align: center;
    }
     .hp-second-blue-opt .container{
        width:90% !important;
    }
}
@media screen and (max-width:467px){
   section.hp-second-blue-opt.number-client.number_clients{
            margin-top: 12px !important;
    } 
    .hp-second-blue-opt .container{
        width:90% !important;
    }
}
@media screen and (max-width:991px){
    .footer-abt{
        margin-bottom: 50px !important;
    }
    /* .footer-abt:last-child{
        margin-bottom: 0px !important;
    } */
}

/* Enquiry-Form  */
/* The side navigation menu */
.sidenav {
    min-height: 460px; /* 100% Full-height */
    width: 325px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 50%; /* Stay at the top */
    right: -326px;
    background-color: #fff; /* Black*/
    /* overflow-x: hidden; Disable horizontal scroll */
    /* padding: 3px 15px;  Place content 60px from the top */
    transition: 0.8s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 999;
    transform: translate(-0%,-50%);
    color: #717375;
    border: 1px solid hsl(0,0%,92%);
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
  }
  .opn-btn{
    position: absolute;
    top: 50%;
    left: -41px;
    transform: translate(-0%,-50%);
    /* transform: rotate(180deg); */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enq-btn{
    width: 40px !important;
    height: 160px !important;
    /* padding: 5px 50px; */
    writing-mode: vertical-rl !important;
    transform: rotate(180deg);
    /* transform: translate(-0%,-50%); */
    color: #fff;
    background-color: #FE582B;
    border: 1px solid #2C5A85;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 4px 4px 0px;
    font-size: 14px;
  }
  .enq-form{
    position: relative;
    overflow-x: hidden;
  }
  .sidenav form input{
    width: 100%;
    margin-bottom: 9px!important;
    font-size: 14px;
    padding: 10px 20px 11px;
    outline: none;
    color: #717375 !important;
    border: 1px solid #00aae8!important;
    height: 34px!important;
    background-color: #fff!important;
    display: block!important;
    border-radius: 3px!important;
    overflow: hidden!important;
  }
  #sidenav-mes{
    width: 100%;
    margin-bottom: 9px!important;
    font-size: 14px;
    padding: 10px 20px 11px;
    outline: none;
    color: #717375 !important;
    border: 1px solid #00aae8!important;
    height: auto !important;
    background-color: #fff!important;
    display: block!important;
    border-radius: 3px!important;
    overflow: hidden!important;
  }
  .sidenav hr{
    background-color: #bebebe !important;
    border: 0;
    height: 1px;
    margin-bottom: 1em;
  }
  .sidenav p{
    text-align: unset !important;
  }
  .sidenav .captcha{
    display: flex;
    align-items: center;
    justify-items: center;
    margin-bottom: 12px;
  }
  .sidenav .captcha img{
    margin-right: 9px;
  }
  .sidenav .uni-btn button{
    width: 100% !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
  }
  .sidenav .uni-btn button:hover{
    background-color: #fff !important;
    border: 1px solid #00a0e3;
    color: #00a0e3 !important;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  /* @media screen and (max-width: 767px){
    .sidenav{
        transform: translate(-0%,-10%) !important;
    }
  } */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

/* Message-Float  */
.float-chat {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 5;
}
.float-chat a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    font-weight: 900;
    text-align: center;
    border-radius: 50px;
    transition: all .2s ease-in-out;
    /*background-color: #43b4f9;*/
    color: #fff;
    /* box-shadow: 2px 2px 6px rgb(0 0 0 / 40%); */
}
.float-chat i {
    color: #fff;
    font-size: 22px;
}
.float-chat img{
    width: 50%;
}

@media screen and (max-width: 767px){
    .float-chat {
        right: 10px;
        bottom: 10px;
    }
}


/* =======About-Page======  */
.about-page{
    padding: 45px 0 45px 0;
}
.bread-crumbs{
    background-color:#194484;
    padding: 25px;
    color: #fff !important;
}
.bread-crumbs h1{
    size: 26px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 0px;
}
.bread-align{
    display: flex;
    align-items: center;
    justify-content: end;
}
.bread-link{
    font-size: 13px;
    font-weight: normal;
}
.bread-link a{
    color: #fff;
}
.bread-link a:hover{
    color: #000;
}
.abt-btn a{
    font-size: 11px;
    line-height: 12px;
    padding: 14px 35px;
    color: #ffffff !important;
    background-color: #00a0e3;
    text-transform: uppercase;
    outline: none !important;
    border: none;
    border-radius: 2px;
    display: inline-block;
    margin-top: 25px;
}
.abt-btn a:hover{
    background-color: #333 !important;
    color: #fff !important;
}
.abt-btn a i{
    margin-right: 5px;
    font-size: 12px;
}
.about-page .serv-border{
    margin-bottom: 60px;
    font-weight: normal;
}
.about-page .serv-border::after {
    content: "";
    position: absolute;
    width: 42%;
    height: 1px;
    background-color: #e5eaec;
    bottom: -25px;
    left: 15px;
    right: 0;
}
.about-page .serv-border::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #00a0e3;
    bottom: -26px;
    left: 15px;
    /* right: 0; */
    /* transform: translate(-50%,-0%); */
    z-index: 9;
}
.back-name{
    background: #e6e6e6;
    padding: 7px 15px;
    margin-bottom: 15px;
}
.back-name h3{
    font-size: 18px !important;
    margin-bottom: 0;
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    font-weight: 600 !important;
}
.facbook{

}
.search{
    margin-bottom: 50px;
}
.search form input{
    width: 100%;
    height: 38px;
    padding: 8px 34px 8px 8px;
    color: #555;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    outline: none;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position:right;
    background-position-x: 95%;
}
.search form input ::placeholder{
    color: #bebebe !important;
}
.side-link li {
    list-style: none;
    padding: 0px 0 0px 20px;
    line-height: inherit;
    position: relative;
    text-align: left;
    line-height: 24px;
}
.side-link li::before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #00a0e3;
    float: left;
    margin-right: 14px;
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
}
.side-link li a {
    font-size: 14px !important;
    color: #717375;
}
.side-link li a:hover {
    color: #00a0e3;
}
.category label{
    width: 100%;
    font-size: 14px;
    color: #717375;
    font-weight: normal;
}
.category select{
    width: 220px;
    /* background-image: url(../images/select_pimp.png);
    background-repeat: no-repeat;
    background-position:right;
    background-position-x: 95%; */
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 10px 20px 11px;
    outline: none;
    color: #bebebe;
    font-size: 14px;
}

/* Vision  */
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
  }

  .tab i{
    margin-right: 5px;
    font-size: 15px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    transition: 0.3s;
    display: block;
    background-color: #F8F8F8;
    font-size: 14px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    color: #717373;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #F4524D;
    border-radius: 5px 5px 0px 0px;
  }
  .tab button.active:hover{
    background-color: #f23630 !important;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 14px 20px;
    background-color: #F8F8F8;
    border: 1px solid #f0f0f0;
    /* border-top: none; */
    border-radius: 0px 5px 5px 5px;

  }
#London{
    display: block;
}

.skill{
    padding: 60px 0px;
    border-top: 1px solid #d9dddf;
    border-bottom: 1px solid #d9dddf;
}
.skill .serv-border{
    text-align: center;
    margin-bottom: 55px !important;
}
.skill  .serv-border::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #00a0e3;
    bottom: -26px;
    left: 50%;
    /* right: 0; */
    transform: translate(-50%,-0%);
    z-index: 9;
}
.skill .serv-border::after {
    content: "";
    position: absolute;
    width: 42%;
    height: 1px;
    background-color: #e5eaec;
    bottom: -25px;
    left: 15px;
    right: 0;
    margin: auto;
}
.skill p{
    text-align: center;
}
.round-shape{
    width: 225px;
    height: 225px;
    border: 10px solid #EDEDED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.round-shape::after{
    content: "";
    border: 10px solid #00a0e3;
    border-right: 8px solid transparent;
    border-radius: 50%;
    position: absolute;
    width: 225px;
    height: 225px;
}
.round-shape span{
    font-size: 22px;
    text-transform: uppercase;
    color: #717375;
}
.shape-two::after{
    content: "";
    border: 10px solid #00a0e3;
    border-top: 8px solid transparent;
}
.shape-three::after{
    content: "";
    border: 10px solid #00a0e3;
    border-left: 8px solid transparent;
}
.shape-four::after{
    content: "";
    border: 10px solid #00a0e3;
    border-bottom: 8px solid transparent;
}
.skill-bord{
    padding: 60px 0px;
    border-top: 1px solid #d9dddf;
    padding-bottom: 0px;
}
.skill-box h3{
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px){
    .round-shape{
        margin-bottom: 20px;
        margin: auto;
    }
}

.team img{
    width: 100%;
}
.team-cont{
    padding: 30px;
    text-align: justify;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}
.team-cont span{
    display: block;
    font-size: 16px !important;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    color: #717375;
    margin-bottom: 10px;
}
.team-cont p{
    text-align: justify !important;
}
.team-cont h6{
    font-size: 11px !important;
    color: #717375;
    margin-bottom: 20px;
}
.team .uni-a{
    padding: 0px;
}
.team .uni-a a{
    width: auto;
    font-size: 14px !important;
    padding: 14px 20px;
}

@media screen and (max-width: 767px){
    .team{
        margin-bottom: 50px;
    }
    .team-box{
        margin-bottom: 50px;
    }
}




/* ====Company-Profile-Page====  */
.company-profile{
    padding: 0px 0px;
}
.company-profile .company-cont h1{
    font-family: 'Conv_proximasansmedium' !important;
    text-align: center;
}
.company-profile .company-cont h3{
    font-size: 18px !important;
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    font-weight: 800 !important;
    margin-bottom: 10px;
}
.company-profile ul{
    margin-left: 16px;
    list-style: square;
    margin-bottom: 20px;
}
.company-profile .company-cont li{
    font-size: 14px;
    color:#717375;
}
.company-profile .company-cont li a{
    color: #00a0e3;
}
.company-profile p{
    margin-bottom: 20px;
}
.hear{
    background-color: #EA5E20 !important;
    padding: 0px 15px;
    padding-bottom: 35px;
}
.hear-conatiner{
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    border-color: #F0F0F0;
    padding: 28px;
    background-color: #2F7CBF !important;
}
.hear h2{
    font-size: 22px !important;
    color: #fff !important;
    font-weight: normal !important;
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    margin-bottom: 10px;
}
.hear p{
    text-align: center;
    color: #fff !important;
    font-weight: bold !important;
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
}
.bread-crumbs-second{
    padding: 25px 0px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #d8d8d8;
}
.bread-crumbs-second h1{
    font-size: 50px !important;
    font-weight: 600 !important;
    margin-bottom: 80px;
}
.bread-crumbs-second .bread-link{
    background-color: #2E2C2A;
    padding: 5px 0px;
}
.bread-crumbs-second .bread-link a{
    color: #999999;
}
.bread-crumbs-second .bread-link{
    color: #999999;
}

@media screen and (max-width: 767px){
    .company-cont{
        margin-bottom: 50px;
    }
    .bread-crumbs-second h1{
        text-align: center;
        font-size: 30px !important;
    }
}

.how-work ul{
    margin-left: 0px !important;
    list-style: none;
}
.choose-us{
    font-size: 22px !important;
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    font-weight: 800 !important;
    margin-bottom: 15px;
}


/* ====Contact-Page====  */
.bread-crumbs-third{
   background-image: url(../images/contact-us-banner.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.bread-crumbs-third h1{
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600 !important;
}
.bread-back{
    background: rgba(67,180,249,0.8);
    padding: 25px 0px;
}
.contact h2{
    font-size: 22px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}
.contact p{
    margin-bottom: 20px !important;
}
.contact-form{
    background-color: #3B81BF;
}
.contact strong{
    letter-spacing: -1px !important;
}
.contact-form label{
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal !important;
}
.contact-form input,textarea{
    width: 100%;
    padding: 10px 20px 11px;
    font-size: 14px;
    outline: none;
    border: none;
}
.contact-form .form-row{
    margin-bottom: 16px;
}
.cont-form h1{
    color: #fff !important;
    text-align: center;
    font-weight: normal !important;
    margin-bottom: 30px;
}
.form-content{
    padding: 35px 15px;
    background-color: #fff;
}
.form-content h1{
    font-weight: 900 !important;
    text-align: center;
    margin-bottom: 10px;
}
.form-content h3{
    font-weight: 900 !important;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.form-content h3 a{
    color: #333;
    margin-right: 10px;
}
.form-content h3 a:hover{
    color: #89c603;
}
.contact-form p{
    margin-bottom: 10px;
    text-align: unset;
}
.contact-map h3{
    text-align: center;
    margin-bottom: 35px;
}
.cont-map-in{
    background-color: #f7f7f7;
    padding: 5px;
}

@media screen and (max-width: 991px){
    .cont-form{
        margin-bottom: 50px;
    }
}

/* ==== Blog-Page ==== */
.blog .blog-img img{
    width: 100%;
}
.blog-img{
    position: relative;
    margin-bottom: 40px;
}
.blog-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    color: #fff !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    transition: .3s;
}
.blog-img-hov:hover .blog-img::after{
    opacity: .6;
}
.blog-img-hov:hover .blog-img i{
    opacity: 1;
}
.blog-img-hov{
    cursor: pointer;
}
.blog-img i{
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    opacity: 0;
}
.cal{
    width: 56px;
    height: 56px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b3f42;
    letter-spacing: -1px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    border-bottom: 3px double #e3e3e3;
    background: linear-gradient(to bottom, #f5f6f8 0%,#fafafa 100%);
    margin-bottom: 8px;
}
.post span{
    font-size: 11px;
    color: #828282;
    text-transform: uppercase;
}
.post-cont h3{
    font-size: 18px !important;
    font-weight: normal !important;
}
.post-cont h3 a{
    color: #333;
}
h3 a:hover{
    color: #00a0e3;
}
.blog-row{
    padding:5px 0px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    color: #828282;
    margin-top: 6px;
}
.blog-row i{
    margin-right: 10px;
    color: #BEBEBE;
    font-size: 12px;
}
.blog-row a{
    color: #828282;
}
.blog-row a:hover{
    color: #00a0e3;
}
.blog-row ul{
    list-style: none;
    display: flex;
}
.blog-row li{
    position: relative;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.blog-row li:nth-child(3){
    margin-right: 0px;
}
.blog-row li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: .5px;
    height: 12px;
    background-color: #9c9c9c;
    transform: translate(-50%,-50%);
}
.blog-row li:last-child::after{
    position: relative;
    background: transparent;
}
.post-cont .abt-btn a{
    margin-top: 0px !important;
}
.pad-60{
    margin-bottom: 60px;
}
.paginations{
    padding-bottom: 50px;
}
.paginations a{
    display: inline-block;
    margin: 0 0px 0 8px;
    padding: 8px 15px;
    line-height: 1;
    border: 1px solid #d9dddf;
    background-color: #ffffff;
    text-align: center;
    color: inherit;
    border-radius: 2px;
    color: #717375;
    font-size: 14px;
}
.paginations a:hover{
    background-color:#00a0e3;
    color:#fff;
    border-color: transparent;
}
.paginations .page-active{
    margin: 0 0px 0 8px;
    padding: 8px 15px;
    background-color:#00a0e3;
    color:#fff;
    line-height: 1;
    border-radius: 2px;
    font-size: 14px;
}
.side-link ul{
    margin-left: 0px;
}

@media screen and (max-width:991px){
    .post{
        margin-bottom: 12px;
    }
    .post .cal{
        margin: auto;
    }
    .post span{
        margin-top: 8px;
        display: block;
    }
    .blog-row ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .blog-row{
        margin-bottom: 20px;
    }
    .blog-row li::after {
        position:unset;
    }
    .post-cont .abt-btn{
        display: flex;
        justify-content: center;
    }
}

.hire-image img{
    width: 100%;
    margin: auto;
}
.hire-designer .uni-a a{
    font-size: 14px;
    padding: 14px 20px;
}
.left-margin{
    margin-left: 16px !important;
}
.hire-seo h3{
    text-align: center;
}
.hire-seo h1{
    letter-spacing: -1px !important;
}
.hire-seo h3{
    letter-spacing: -1px !important;
}
.hire-seo .hear p{
    font-weight: normal !important;
}
.seo-cont-box h3{
    text-align: start !important;
}
.seo-cont-box h5{
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.7px;
}
.uni-pink-btn a{
    color: #fff;
    background-color: #FE6C61;
    font-size: 16px;
    padding: 18px 25px;
    border-radius: 5px;
    border-color: rgba(0,0,0,.1);
    display: inline-block;
}
.uni-pink-btn a:hover{
    color: #f7f7f7;
    background-color: #fe5043;
}
.develop-align{
    display: flex;
    align-items: center;
    justify-content: center;
}
.developmnet-img{
    text-align: center;
}
.developmnet-img img{
    width: 80%;
    margin: auto;
}
.website-development .serv-border{
    font-weight: normal !important;
    margin-bottom: 50px !important;
    text-align: center !important;
}
.website-development .serv-border::after{
    background-color: #e5eaec !important;
}
@media screen and (max-width:767px){
    .developmnet-img{
        margin-bottom: 50px;
    }
}

.web-dis-img{
    padding: 2px;
    background-color: #1e73be;
    margin-bottom: 35px;
}
.count-ul ul{
    list-style: auto;
}
.manage-img{
    width: 60%;
    position: relative;
    margin: auto;
}
.manage-img img{
    width: 100%;
}
.manage-img::before{
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.manage-img::after{
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    right: 5px;
    left: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    transform-origin: 100% 0;
}
.management h3{
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    font-weight: normal !important;
    text-align: start;
    letter-spacing: normal !important;
}
.management h2{
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    font-weight: normal !important;
    text-align: start;
    letter-spacing: normal !important;
}
.mange-img-sec img{
    width: 60%;
}
.blue-stip{
    border-radius: 5px;
    border: 1px solid transparent;
    background-color: #1c73bf !important;
    padding: 28px;
    color: #fff !important;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.blue-stip h2{
    font-weight: bold !important;
    font-size: 22px !important;
    text-align: center !important;
}
.blue-stip p{
    font-size: 16px !important;
    color: #fff !important;
    text-align: center !important;
}

@media screen and (max-width:991px){
    .manage-img{
        margin-bottom: 50px;
    }
    .management h1,h2,h3,h4,h5,h6{
        text-align: center !important;
    }
}

.affiliate ul{
    color: #717375;
    font-size: 14px;
    text-align: left;
}
@media screen and (max-width:991px){
    .affiliate h3{
        text-align: center !important;
    }
    .manage-img{
        width: 100% !important;
    }
}

.e-commerce .developmnet-img{
    padding: 6px;
    border: 1px solid #EBEBEB;
    width: 80%;
}
.e-commerce .developmnet-img img{
    width: 100%;
    border: 1px solid #EBEBEB;
}
.e-commerce .web-dis-img{
    background-color: transparent;
}
.mobile-app .developmnet-img{
    border: 1px solid #EBEBEB;
    padding: 6px;
}
.mobile-app .developmnet-img img{
    border: 1px solid #EBEBEB;
    border-right: none;
    width: 100%;
}
.android-app h1,h2,h3,h4,h5,h6{
    font-family: Open Sans,Arial,Helvetica,sans-serif !important;
    font-weight: normal !important;
}
.style-border{
    position: relative;
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style-border::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 37%;
    height: 5px;
    background-color: transparent;
    border-top: 1px solid #5AA1E3;
    border-bottom: 1px solid #5AA1E3;
    transform: translate(-0%,-50%);
}
.style-border::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 37%;
    height: 5px;
    background-color: transparent;
    border-top: 1px solid #5AA1E3;
    border-bottom: 1px solid #5AA1E3;
    transform: translate(-0%,-50%);
}
.style-border i{
    font-size: 25px;
    color: #5472D2 !important;
    margin-right: 10px;
    transform: rotate(180deg);
}

@media screen and (max-width:1199px){
    .style-border::after{
        width: 33%;
    }
    .style-border::before{
        width: 33%;
    }
}
@media screen and (max-width:991px){
    .style-border::after{
        width: 27%;
    }
    .style-border::before{
        width: 27%;
    }
}
@media screen and (max-width:480px){
    .style-border::after{
        width: 22%;
    }
    .style-border::before{
        width: 22%;
    }
    .style-border{
        font-size: 14px;
    }
}
@media screen and (max-width:380px){
    .style-border::after{
        width: 18%;
    }
    .style-border::before{
        width: 18%;
    }
    .style-border{
        font-size: 14px;
    }
}
@media screen and (max-width:330px){
    .style-border::after{
        width: 10%;
    }
    .style-border::before{
        width: 10%;
    }
    .style-border{
        font-size: 14px;
    }
}

.style-border2{
    position: relative;
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style-border2::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 32%;
    height: 5px;
    background-color: transparent;
    border-top: 1px solid #5AA1E3;
    border-bottom: 1px solid #5AA1E3;
    transform: translate(-0%,-50%);
}
.style-border2::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 32%;
    height: 5px;
    background-color: transparent;
    border-top: 1px solid #5AA1E3;
    border-bottom: 1px solid #5AA1E3;
    transform: translate(-0%,-50%);
}
.style-border2 i{
    font-size: 25px;
    color: #5472D2 !important;
    margin-right: 10px;
    transform: rotate(180deg);
}

@media screen and (max-width:1199px){
    .style-border2::after{
        width: 27%;
    }
    .style-border2::before{
        width: 27%;
    }
}
@media screen and (max-width:991px){
    .style-border2::after{
        width: 19%;
    }
    .style-border2::before{
        width: 19%;
    }
}
@media screen and (max-width:767px){
    .android-app-box{
        margin-bottom: 50px;
    }
}
@media screen and (max-width:480px){
    .style-border2::after{
        width: 13%;
    }
    .style-border2::before{
        width: 13%;
    }
    .style-border2{
        font-size: 14px;
    }
}
@media screen and (max-width:380px){
    .style-border2::after{
        width: 10%;
    }
    .style-border2::before{
        width: 10%;
    }
    .style-border2{
        font-size: 14px;
    }
}
@media screen and (max-width:330px){
    .style-border2::after{
        width: 0%;
    }
    .style-border2::before{
        width: 0%;
    }
    .style-border2{
        font-size: 14px;
    }
}

.uni-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #5AA1E3;
}
.uni-heading h3{
    margin-bottom: 0px !important;
    position: relative;
    bottom: -10px;
    padding: 0px 10px;
    background-color: #fff;
}
.ios-add{
    padding: 28px;
    background-color: #f7f7f7;
    border: 1px solid #F0F0F0;
}
@media screen and (max-width:1399px){
    .ppc-training .tab button{
        font-size: 12px;
    }
}
@media screen and (max-width:1199px){
    .tab button{
        padding: 14px 10px;
    }
}
@media screen and (max-width:991px){
    .tab button{
        width: 100%;
    }
}
@media screen and (max-width:767px){
    .pc-img{
        margin-bottom: 30px;
    }
}

.marketing-img img{
    width: 100%;
}
.pc-img img{
    width: 100%;
}

.mobile-seo h1{
    font-weight: normal !important;
}
.mobile-seo h2, h3{
    font-weight: bold !important;
    text-align: center;
}
.mobile-seo-img img{
    width: 100%;
}
.mobile-seo-list ul{
    font-size: 14px;
    color: #717375;
}
.app-cont-img img{
    width: 100%;
}
.app-store-ul ul{
    list-style: none;
}
.app-store-ul ul li{
    margin-bottom: 30px;
}
.app-store-ul ul h3{
    margin-bottom: 10px;
}
.app-store-ul ul p{
    text-align: justify;
}
.popu{
    background-color: #eaf3fb;
    color: #2a6194;
    border: 1px solid #bedaf4;
    border-radius: 5px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.popu i{
    margin-right: 20px;
    font-size: 20px;
}
.popu h3{
    margin-bottom: 0px;
}
.carousel-item .active{
    background-color: #fff !important;
}
/* .carousel-control-prev{
    display: none;
} */
/* .carousel-control-next{
    display: none;
} */
.digital-marketing .carousel-item img{
    background-color: #fff;
}
.what-do .accordion-button {
    background-color: #5AA1E3;
    border:1px solid #4d9ae1;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    box-shadow: none !important;
}
.what-do .accordion-body{
    background-color: #F9F9F9;
}
.what-do .accordion-button::after{
    background-image: url(../images/down-arrow.png);
}
.what-do ul{
    list-style: square;
    margin-left: 16px;
    color: #717371;
    font-size: 14px;
}

@media screen and (max-width:991px){
    .what-do{
        margin-top: 50px;
    }
}

.social-media-img img{
    width: 100%;
}
.faq-ecommerce .accordion-button{
    text-transform: uppercase !important;
    box-shadow: none;
    font-size: 16px;
}
.faq-ecommerce .accordion-item{
    border: none;
}
.seo-strip{
    border: 1px solid #dddddd;
    background: #fafafa;
    padding: 15px 25px;
    border-radius: 1px;
    box-shadow: inset 0 0 1px 1px #fff;
    margin: 0 0 20px 0;
}
.seo-strip p{
    margin-bottom: 0px;
}

/* Facebook-Responsive  */
@media screen and (max-width: 991px){
    .category select{
        width: 100%;
    }
    .fb-page {
        width: 100% !important;
    }
    .fb_iframe_widget span{
        width: 100% !important;
    }
    .fb_iframe_widget iframe{
        width: 100% !important;
    }
}

.enterprise-seo h1{
    letter-spacing: -1px;
}
.enterprise-seo h2{
    letter-spacing: -1px;
    font-weight: bold !important;
}
.enterprise-seo h3{
    margin-bottom: 10px;
}
.enterprise-seo .accordion-button{
    padding: 1rem 0rem;
    box-shadow: none;
    text-transform: uppercase;
}
.enterprise-seo .accordion-item{
    border: none;
}
.enterprise-seo .accordion-button:focus{
    background-color: #fff;
}
.enterprise-seo ul{
    margin-left: 16px;
    list-style: square;
}
.enterprise-seo li{
    font-size: 14px;
    color: #717375;
}

.link-build-hear{
    padding: 28px;
    background-color: #1e73be;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.link-build-hear h3{
    color: #fff !important;
    line-height: 1.7;
}
.link-building .manage-img{
    width: 100%;
}
.building h5{
    font-size: 12px;
    font-weight: bold !important;
    letter-spacing: -1px;
}
.buil-img{
    margin-bottom: 35px;
}
.buil-img img{
    width: 45%;
}

@media screen and (max-width: 991px){
    .building{
        margin-bottom: 30px;
    }
    .buil-img img{
        width: 42%;
    }
}
@media screen and (max-width: 767px){
    .buil-img img{
        width: 32%;
    }
    .uni-align .profile-btn{
        flex-direction: column;
    }
}

.retail-software ol{
    margin-left: 16px;
}
.retail-softwares .profile-btn{
    justify-content: center;
}
.uni-align h1{
    letter-spacing: -1px;
}
.uni-align h1, h2, h3, h4, h5{
    text-align: center;
}
.uni-align ul{
    list-style: square;
    margin-left: 16px;
}
.uni-align li{
    color: #717375;
    font-size: 14px;
}
.uni-align p, li{
    font-weight: normal;
}
.uni-align .hear-conatiner{
    background-color: #1e73be !important;
}
.uni-align .hear h2{
    font-weight: normal !important;
    letter-spacing: normal !important;
}
.uni-align .hear p{
    font-weight: normal !important;
    letter-spacing: normal !important;
}
.uni-align .profile-btn {
    display: flex;
    justify-content: center;
}
.uni-align .profile-btn a{
    padding: 14px 20px;
    font-size: 14px;
}

.plan .plan-head {
    display: block;
    margin: 0px 0 0px 0;
    padding: 0px 10px;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    color: #fff;
    background-color: #fafafa;
    text-transform: uppercase;
    text-align: center;
}
.plan-box{
    border: 1px solid #dce0e2;
    border-top: 0;
    margin-top: 1px;
}
.plan .price {
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 0;
    margin: 0;
}
.price h3{
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 500 !important;
    margin-top: 20px;
}
.price h4{
    font-size: 22px;
    margin-bottom: 30px;
}
.plan ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.plan li {
    padding: 10px 10px;
    text-align: center;
    border-bottom: 1px solid #e4e7e9;
}
.plan .signup {
    padding: 20px 0 20px 0;
    text-align: center;
    min-height: 38px;
}
.button.medium {
    font-size: 11px;
    line-height: 12px;
    padding: 14px 35px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.button.medium:hover{
    background-color: #525252 !important;
}

.bread-crumbs-third{
    border-color: #d8d8d8;
    background-color: #43b4f9;
    background-repeat: no-repeat;
    background-image: url(../images/Divine-Soft-ecommerce-banner.jpg);
    background-position: center center;
}
.bread-box{
    padding: 25px 0px;
    background-color: #43b4f9cc;
}
.bread-crumbs-third h2{
    font-size: 26px !important;
    color: #fff !important;
    font-weight:600 !important;
    letter-spacing: normal !important;
}
.digi-marketing-image img{
    width: 100%;
}
.digi-mark img{
    width: 100%;
}

@media screen and (max-width:991px) {
    .digi-mark{
        margin-bottom: 30px;
    }
    .digi-revese{
        display: flex;
        flex-direction: column-reverse;
    }
}

.ppc-accordian .accordion-button{
    border-color: #f3443f;
    background-color: #F4524D;
    border-width: 1px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    border: solid transparent;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    color: #fff;
}
.ppc-accordian .accordion-button:hover{
    background-color: #f3443f;
}
.ppc-accordian .accordion-collapse {
    background: #F8F8F8;
}
.ppc-accordian .accordion-item {
    border: none;
}

/* Package-Page  */
.package-info .package-heading{
    display: flex;
    flex-direction: column;
    position: relative;
}
.package-heading h2{
    text-transform: uppercase;
    font-size: 35px !important;
    font-weight: 800!important;
    color: #0B559B;
    line-height: 0.9;
    margin-bottom: 0px;
    text-align: left;
}
.package-heading h3{
    text-transform: uppercase;
    color: #0B559B;
    font-size: 24px !important;
    letter-spacing: 1px;
    text-align: end;
}
.package-image{
    position: absolute;
    bottom: -60px;
    left: 30px;
}
.package-image img{
    width: 20%;
}
.package-plan{
    padding: 90px 0px;
}
.package-about{
    background-color: #ECECEC;
}
.package-about-image{
    text-align: center;
}
.package-about-image img{
    width: 90%;
}
.plans-box{
    background-color: #fff;
    /* box-shadow: 0px 0px 20px rgb(17 26 57 / 10%); */
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
    box-shadow: 0 .1rem 0.5rem rgba(0, 0, 0, 0.397)!important;
    transition: all .4s ease-out;
}
.plans-head{
    padding: 30px 40px;
    background-color: #F5F6F9;
}
.plans-head h3{
    text-transform: uppercase;
    font-size: 30px;
    text-align: start !important;
    margin-bottom: 10px;
    color: #333333;
}
.plans-head p{
    color: #000 !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 0px;
}
.plans-head h4{
    margin-top: 0px !important;
    color: #000 !important;
    font-size: 60px !important;
    text-align: start !important;
    font-weight: bold !important;
    margin-bottom: 0px;
    line-height: 0.9;
}
.plans-head span{
    display: block;
    color: #6B6D72;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -1px;
}
.plan-list ul{
    list-style: none;
}
.plan-list li{
    padding: 10px 27px;
    border-bottom: 1px solid #F5F6F9;
    display: flex;
}
.plan-list li span{
    display: inline-block;
    color: #828282;
    font-weight: bold;
}
.plan-span{
    display:contents !important;
    color: #828282;
    font-weight: bold;
}
.plan-list li span i{
    margin-right: 5px;
    color: #00A0E3;
    font-size: 13px;
}
.plan-list .uni-a a{
    padding: 14px 28px !important;
    border-radius: 50px !important;
}
.plans-align:hover .plans-box{
    transform: scale(1.1);
    box-shadow: 0px 0px 20px rgba(17, 26, 57, 0.178) !important;
}
.plan-boxes-two{
    position: relative;
    top:-20px;
    /* transform: scale(1.1); */
    box-shadow: 0px 8px 20px rgba(17, 26, 57, 0.178) !important;
    z-index: 9;
}
.plan-boxes-two .plans-head{
    background-color: #00A0E3;
    padding-top: 70px;
}
.plans-align:hover .plans-box-two{
    transform: scale(1.3) !important;
    box-shadow: 0px 0px 20px rgba(17, 26, 57, 0.178) !important;
}

/* Package-Tabs  */
.package-tabs .tab{
    display: flex;
    justify-content: center;
    align-items: end;
}
.package-tabs .tab button{
    background-color: #0B559B;
    color: #fff;
    font-size: 18px;
    padding: 0px 40px !important;
    border-radius: 20px 20px 0px 0px;
    border: none;
    height: 60px;
    font-weight: 600;
    border-bottom: 1px solid #0B559B;
}
.package-tabs .tab button.active{
    background-color: #EA5E20;
    color: #0B559B !important;
    /* color: #2e2e2e !important; */
    font-size: 38px;
    font-weight: bold;
    padding: 8px 20px !important;
    border-radius: 20px 20px 0px 0px;
    height: 80px;
    border-bottom: 1px solid #fff;
}
.package-tabs .tab button.active:hover {
    background-color: #EA5E20 !important;
}
.seo-head{
    font-size: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold !important;
    color: #233F50;
    height: 210px !important;
    background-color: #EA5E20;
    padding: 0px 10px !important;
    line-height: 1.2 !important;
    border-radius: 30px 0px 0px 0px !important; 
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.package-tabs .tabcontent{
    padding: 0px;
    background-color: #5fb9df;
    border: none;
    border-radius: 30px 0px 0px 0px !important; 
}
.local-list ul{
    list-style: none;
}
.local-list li{
    color: #233F50;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 600;
    background-color: #5fb9df;
}
.local-list li:last-child{
    border-bottom: none;
}
.seo-btn-height{
    height: 85px !important;
}
.seo-p{
    padding: 0px;
}
.seo-head h3{
    font-size: 45px;
    font-weight: bold;
    color: #233F50;
    letter-spacing: 1px;
}
.seo-head h3 span{
    font-size: 22px;
    font-weight: bold;
    color: #233F50;
}
.seo-head h4{
    font-size: 20px;
    font-weight: bold !important;
    color: #233F50;
}
.seo-head-align{
    display: flex;
    flex-direction: column;
    /*justify-content: space-evenly !important;*/
    border-radius: 0px 0px 0px 0px !important;
}
.local-price li{
    color: #2e2e2e !important;
    font-weight: 400;
}
.seo-btn a{
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    color: #2e2e2e;
    padding: 10px 30px;
    font-weight: 800;
    font-size: 22px;
}
.seo-btn a:hover{
    background-color: #0B559B;
    color: #fff;
}
.shadow-one{
    position: relative;
    box-shadow: -6px 5px 20px #2e2e2e;
    z-index: 10;
    border-radius: 0px !important;
}
.shadow-two{
    position: relative;
    box-shadow: -6px 10px 20px #2e2e2e;
    z-index: 9;
    border-radius: 0px !important;
}
.analysis-head{
    background-color: #0B559B;
    padding: 10px 0px;
}
.analysis-head h3{
    font-size: 25px;
    font-weight: 500 !important;
    color: #FFF;
    letter-spacing: .5px;
    margin-bottom: 0px;
}
.back-color{
    background-color: #6dbadb !important;
    border-right: 0px solid #fff !important;
}
.analysis-list li{
    text-align: start !important;
    background-color: #F1F0F0 !important;
    border-left: 1px solid #e1d6d6;
    border-right: 1px solid #e1d6d6;
    border-bottom: 1px solid #e1d6d6;
    font-weight: normal !important;
    color: #2e2e2e !important;
}
.light-back li{
    background-color:#EAEAEA !important;
    border-left: 1px solid #e1d6d6;
    border-right: 1px solid #e1d6d6;
    border-bottom: 1px solid #e1d6d6;
}
.list-center li{
    text-align: center !important;
}
.local-list i{
    background-color: #fff;
    color: #0B559B;
    font-size: 34px;
    border-radius: 50px;
}
.icon-pad li{
    padding: 4px 10px;
}
.ris-p{
    padding: 0px 0px 0px 0px !important;
}
.package-info .accordion{
    z-index: 12;
}
.package-info .accordion-body{
    padding: 0px 12px;
}
.package-info .accordion-button {
    text-align: center;
    background-color: #0B559B;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: none;
}
.accordion-button::after{
    background-image: url(../images/down-arrow.png);
}
.list-start li{
    justify-content: left;
}
.b-list-height{
    height: 70px !important;
}
.b-list-height-two{
    height: 110px !important;
    line-height: 1.7;
}

@media screen and (max-width:1399px){
    .plans-head h3{
        font-size: 28px;
    }
    .plans-head h4{
        font-size: 45px !important;
    }
    .package-about-image img{
        width: 100%;
    }
    .pack-align{
        display: flex;
        align-items: center;
    }
    .local-list li{
        font-size: 16px;
    }
    .local-list i{
        font-size: 32px;
    }
}
@media screen and (max-width:1199px){
    .plans-head h3{
        font-size: 23px;
    }
    .plans-head h4{
        font-size: 45px !important;
    }
    .local-list li{
        font-size: 13px;
    }
    .local-list i{
        font-size: 28px;
    }
}
@media screen and (max-width:991px){
    .pack-rev{
        display: flex;
        flex-direction: column-reverse;
    }
    .plans-head{
        padding: 30px 25px;
    }
    .plan-list li{
        padding: 10px 15px;
    }
    .plans-head h3{
        font-size: 19px;
    }
    .plans-head h4{
        font-size: 35px !important;
    }
    .plan-boxes-two .plans-head{
        padding-top: 30px;
    }
    .package-plan {
        padding: 80px 0px;
    }
    .package-tabs .tab button{
        font-size: 14px;
        padding: 0px 20px !important;
    }
    .package-tabs .tab button.active{
        font-size: 17px;
    }
    .seo-head{
        border-radius: 0px 0px 0px 0px !important;
    }
    .review-p{
        padding: 0px !important;
    }
    .local-list li{
        font-size: 18px;
    }
    .analysis .local-list li{
        font-size: 14px !important;
        padding: 9px 4px;
    }
    .analysis .local-list i{
        font-size: 15px;
    }
    .btm-btn .seo-btn a{
        padding: 10px 15px;
        font-size: 15px;
    }
    .package-image{
        left: 5px;
    }
}
@media screen and (max-width:767px){
    .package-plan{
        padding:48px 0px;
    }
    .plans-head{
        padding: 30px 20px;
    }
    .plan-list li{
        padding: 10px 20px;
    }
    .plans-head h3{
        font-size: 30px;
    }
    .plans-head h4{
        font-size: 60px !important;
    }
    .plans-box{
        margin-bottom: 30px;
    }
    .p-ris{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .plan-boxes-two{
        top: 0 !important;
    }
    .package-tabs .tab{
        flex-direction: column;
        border-bottom: 1px solid #fff;
    }
    .package-tabs .tab button.active{
        border-radius: 0px 0px 0px 0px;
    }
    .package-tabs .tab button{
        border-radius: 0px 0px 0px 0px;
    }
    .seo-p{
        padding-left: 12px;
        padding-right: 12px;
    }
    .analysis .local-list li{
        font-size: 10px !important;
        padding: 9px 4px;
    }
    .analysis .local-list i{
        font-size: 12px;
    }
    .review-p{
        padding: 0px !important;
    }
    .btm-btn .seo-btn a{
        font-size: 8px;
        padding: 7px 7px;
    }
    .package-info .package-heading{
        align-items: flex-start !important;
    }
    .package-heading h2{
        font-size: 30px !important;
        line-height: 1.9;
    }
    .package-heading h3{
        font-size: 14px !important;
    }
    .package-image{
        display: none;
    }
}
@media screen and (max-width:430px){
    .analysis .local-list li {
        font-size: 9px !important;
        padding: 9px 4px;
    }
    .analysis .local-list i {
        font-size: 12px;
    }
}
@media screen and (max-width:385px){
    .analysis .local-list li {
        font-size: 8px !important;
        padding: 9px 4px;
    }
    .analysis .local-list i {
        font-size: 12px;
    }
    .btm-btn .seo-btn a{
        padding: 10px 10px;
    }
}  
@media screen and (max-width:339px){
    .analysis .local-list li {
        font-size: 8px !important;
        padding: 9px 4px;
    }
    .analysis .local-list i {
        font-size: 12px;
    }
} 
@media screen and (max-width:320px){
    .analysis-head h3{
        font-size: 20px;
    }
} 
@media screen and (max-width:293px){
    .analysis .local-list li {
        font-size: 7px !important;
        padding: 9px 4px;
    }
    .analysis .local-list i {
        font-size: 10px;
    }
    .package-info .accordion-button{
        font-size: 12px;
    }
} 


/* Multi-Navbar  */
/* dropdown menu */
#site-header{
    /* position: sticky;
    top: 0; */
    left: 0;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 3px solid #b22801;
    padding: 8px 0px;
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
}
.jquerynav-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jquerynav{
	background: transparent;
	width:100%;
	list-style:none;
	position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
	border-radius: 0;
    border: none;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.jquerynav:after{
	display:table;
	content: "";
	clear:both;
}
.jquerynav li{
	position: relative;
}
.show{
	border: 1px solid lightgray;
}
.show li{
	border-bottom: 1px solid lightgray;
}
.show li:last-child{
	border-bottom: none;
}
.jquerynav  a{
	font-weight: 700 !important;
}
.show a{
	padding: 12px 13px !important;
	font-weight: 500 !important;
	font-size: 11px !important;
	text-align: center !important;
}
.jquerynav li a{
    width: 100%;
    /* color: #3b3f42 !important; */
    font-size: 13px;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 8px 19px !important;
    border-radius: 5px;
    display: inline-block;
}
.jquerynav li a:hover,
.jquerynav  li.current a{
    background-color: #00a0e3;
	color:#fff;
}
.jquerynav li a:hover{
    /* background-color: #00a0e3; */
	color: #fff !important;
    border-radius: 5px;
}
.has-sub-menu ul li{
    border-bottom: 1px solid #FE582B;
}
.has-sub-menu ul li a{
    width: 100%;
}
.has-sub-menu ul li a:hover{
    border-radius: 0px;
}
.has-sub-menu ul li a .touch-block{
    color: #3b3f42 !important;
}
/* first level */
.jquerynav > li{
	float:left;
	display:inline;
    border-radius: 5px;
    /* padding: 25px 0px; */
	/* border-right:1px solid #ddd; */
}
/* second level */
.jquerynav ul{
	display:none;
	position:absolute;
    top: 36px;
    /* top: 65px; */
	background:#f4f4f4;
	min-width: 290px;
	z-index: 2;
    padding: 0px;
    list-style: none;
    border-top: 3px solid #43b4f9;
}
.jquerynav ul li{ float: none; }
/* third level */
.jquerynav ul ul{ left: 100%; top: 0; }
.jquerynav > li:last-child ul ul{ left:-100%; }
.jquerynav li:hover > ul{ display:block; }
.touch-block{
	top: 13px;
    right: 2px;
    /* padding: 8px 12px; */
    position: absolute;
    z-index: 5;
    content: "&#9660;";
    color: #3b3f42;
    text-align: center;
    cursor: pointer;
    font-size: 8px;
}
.jquerynav > li:hover a{
    color: #fff;
}
/* .jquerynav > li:hover .touch-block{
    color: #fff;
} */
.show .touch-block{
	top: 15px;
	right: 5px;
	transform: rotate(25deg);
    color: #3b3f42 !important;
}
.nav-active a{
	background-color: #00a0e3!important;
    color: #fff !important;
	z-index: 10	;
}
.jquerynav-wrapper ul ul li a{
    color: #3b3f42 !important;
    padding: 20px 0px;
    font-size: 13px !important;
    font-weight: normal !important;
    display: flex;
    justify-content: left;
}
.jquerynav-wrapper ul ul li:hover .touch-block{
    color: #fff ;
}
.jquerynav-wrapper ul ul ul li .touch-block{
    color: #3b3f42 !important;
}
.ris-nav{
	display: block;
}
#click{
    display: none;
}
.ris-align img{
    width: 95%;
}
/* .jquerynav ul li a .jquerynav {
    color: #000 !important;
} */


.jquerynav-wrapper ul ul{
    /* border-radius: 10px; */
    background-color: #0B559B;
}
.jquerynav-wrapper ul ul li{
    border-bottom: 1px solid lightgray !important;
}
.jquerynav-wrapper ul ul li:last-child{
    border-bottom: none !important;
}
.jquerynav-wrapper ul ul li a{
    background-color: #0B559B !important; 
    border-radius: 0px;
    color: #fff !important;
    font-weight: 600 !important;
}
.jquerynav-wrapper ul ul li a:hover{
    background-color: #FE582B !important;
}
.has-sub-menu .active{
    background-color: #FE582B !important;
}
#site-header{
    position: sticky;
    top: 0;
}
.jquerynav-wrapper ul ul li .touch-block{
    color: #fff !important;
}
.jquerynav-wrapper ul ul li:hover .touch-block{
    color: #fff !important;
}

@media only screen and ( max-width: 1399px){
    .ris-align img {
        width: 90%;
    }
    .jquerynav li a{
        padding: 8px 17px !important;
        font-size: 12px !important;
    }
}
@media only screen and ( max-width: 1199px){
    .jquerynav li a{
        font-size: 11px !important;
        padding: 8px 11px !important;
    }
}
@media only screen and ( max-width: 991px ){
	#site-header .container{
		max-width: 100%;
		padding: 0px;
	}
	.touch-block{
		top: 9px;
		right: 20px;
		font-size: 15px;
		width: 20px;
        height: 20px;
        background: transparent;

	}
	.show .touch-block{
		right: 20px !important;
	}
	/* first level */
	.jquerynav > li, .jquerynav  > .page_item{
		border-bottom:1px solid #bbb;
		border-right:none; 
	}
	.jquerynav > li:last-child{
		border-bottom:none;
	}
	.jquerynav li{
		width:100%;
	}
	/* second level */
	.jquerynav li:hover > ul{
		display:none;
	}
	.jquerynav ul{
		position:relative;
	}
	/* third level */
	.jquerynav ul ul {
		left:0%; top: auto;
	}
	.jquerynav > li:last-child ul ul{
		left:0;
	}
	.show a{
		padding: 15px 20px !important;
	}
	.show .touch-block{
		transform: rotate(0deg);
		right: 15px;
	}
	.jquerynav li a{
		font-size: 12px;
		padding: 15px 20px !important;
		text-align: center;
	}
	.ris-nav{
		display: block;
	}
	.ris-align{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 12px;
	}
	.ris-nav a{
		padding: 3.2px 0px;
	}
	.ris-nav img{
		width: 80%;
	}
	.ris-nav i{
		font-size: 30px;
		color: #000;
	}
	.jquerynav {
		display: none;
		height: 280px;
		overflow: auto;
	}
    .jquerynav-wrapper{
        display: unset;
    }
    #click {
        display:block;
        padding: 4px 12px;
    }
    .has-sub-menu ul{
        top: 1px;
    }
    .jquerynav-wrapper ul ul li a{
        font-size: 12px !important;
    }
    .jquerynav-wrapper ul ul ul li a{
        font-size: 12px !important;
        padding: 15px 25px !important;
    }
    .jquerynav-wrapper ul ul ul ul li a{
        font-size: 12px !important;
        padding: 15px 30px !important;
    }
    .jquerynav-wrapper ul ul ul li .touch-block {
        color: #fff !important;
    }
}
@media only screen and ( max-width: 767px ){
	.touch-block{
		top: 12px;
		right: 15px;
		font-size: 13px;
	}
	.show .touch-block{
		right: 15px !important;
	}
}
.carousel-control-prev-icon{
    background-color: #000;
    border-radius: 50px;
}
.carousel-control-next-icon{
    background-color: #000;
    border-radius: 50px;
}

/* New-tyle  */

.service .serv-border {
    text-align: center !important;
}

.side-link li{
    background-color: #0B559B;
    padding: 5px 20px;
    margin-bottom: 2px;
    color: #fff;
    transition: .3s;
}
.side-link li:hover{
    background-color: #FE582B;
}
.side-link li:hover a{
    color: #fff;
}
.side-link li a{
    color: #fff;
    width: 100%;
    display: inline-block;
}
.side-link li::before{
    width: 0px;
    height: 0px;
    background-color: #FE582B;
    left: 5px;
    top: 15px;
}
.side-link li:hover::before{
    background-color: #fff;
}
.back-name{
    background: #FE582B;
}
.back-name h3{
    color: #fff;
}
.search form input{
    background-image: none;
    border: 1px solid #2e2e2e;
}
.search form{
    position: relative;
}
.search form button{
    font-size: 14px;
    background-color: #0B559B;
    color: #fff;
    padding: 8px 15px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

/* animated-slider  */
.animated-slider{
    height: auto;
    overflow: hidden;
    position: relative;
}
.animated-slider .container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.animated-slider img{
    width: 100%;
}

/* .typewriter {
	width: 21.5ch;
	white-space: nowrap;
	overflow: hidden;
	border-right: 2px solid #fff;
	animation: cursor 1s step-start infinite, 
    text 2.5s steps(18) alternate infinite;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
}

@keyframes cursor {
	0%, 100% { 
    border-color: #fff; 
  }
}

@keyframes text {
	0% { 
    width: 0; 
  }
	100% { 
    width: 21.5ch; 
  }
} */

.animated-slider p {
    font-size: 3rem;
    padding: 1rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.animated-slider p span.typed-text {
    font-weight: 900;
    color: #fff;
    font-size: 55px;
}
.animated-slider p span.typed-text::first-letter{
    color: #fe582b;
}
.animated-slider p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 2px;
    animation: blink 1s infinite;
    height: 70px;
}
.animated-slider p span.cursor.typing {
    animation: none;
}
@keyframes blink {
    0%  { background-color: #ccc; }
    49% { background-color: #ccc; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #ccc; }
}

.animate-box{
    position: absolute;
    top: 0%;
    transform: translate(-0%, 0%);
    width: 100%;
    height: 100%;
}
.banner-link ul{
    list-style: none;
    display: flex;
    margin-top: 30px;
}
.banner-link ul a{
    font-size: 18px;
    color: #ffff;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}
.banner-link ul a:hover{
    color: #fe582b;
}
.banner-link h3{
    text-align: left;
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400 !important;
    margin-top: 30px;
}
.banner-link .uni-btn{
    margin-top: 30px;
}
.banner-link .uni-btn button{
    font-size: 14px;
    padding: 12px 30px;
    line-height:normal;
    border-radius: 5px;
    background-color: #fe582b;
    transition: .3s;
    margin-right: 8px;
    text-transform: capitalize;
}
.banner-link  .uni-btn a{
    font-size: 14px;
    padding: 12px 30px;
    line-height:normal;
    border-radius: 5px;
    background-color: #fe582b;
    transition: .3s;
    color: #fff;
}
.banner-link .uni-btn button:hover{
    background-color: #00a0e3 !important;
    color: #fff ;
}
.banner-link  .uni-btn a:hover{
    background-color: #00a0e3 ;
    color: #fff ;
}

@media screen and (max-width:1199px){
    .animated-slider p span.typed-text{
        font-size: 50px;
    }
    .banner-link ul a{
        font-size: 15px;
    }
    .banner-link h3{
        font-size: 22px;
        text-align: left !important;
    }
}
@media screen and (max-width:991px){
    .animated-slider p span.typed-text{
        font-size: 35px;
    }
    .banner-link ul{
        margin-top: 0px;
    }
    .banner-link ul a{
        font-size: 11px;
    }
    .banner-link h3{
        margin-top:10px;
    }
    .banner-link .uni-btn{
        margin-top: 15px;
    }
    .animated-slider p span.cursor {
        height: 60px;
    }
    .animated-slider p{
        padding: 0px;
    }
    .banner-link{
        padding: 0px;
    }
}
@media screen and (max-width:767px){
    .animated-slider p span.typed-text{
        font-size: 25px;
    }
    .banner-link ul{
        display: none;
    }
    .banner-link h3{
        font-size: 18px;
    }
    .animated-slider p{
        padding: 0px;
    }
    .banner-link{
        padding: 0px;
    }
    .animated-slider p span.cursor {
        height: 40px;
    }
}
@media screen and (max-width:599px){
    .banner-link h3{
        font-size: 16px;
    }
}
@media screen and (max-width:575px){
    .banner-link{
        padding: 0px;
    }
    .animate-box{
        padding: 0px 12px;
    }
}
@media screen and (max-width:499px){
    .animated-slider p span.typed-text{
        font-size: 20px;
    }
    .banner-link h3{
        font-size: 14px;
        /* margin-top: 0px; */
    }
    /* .banner-link .uni-btn{
        margin-top: 0px;
    } */
    .banner-link .uni-btn button{
        font-size: 10px;
        padding: 8px 10px;
    }
    .banner-link .uni-btn a{
        font-size: 10px;
        padding: 8px 10px;
    }
    .animated-slider p span.cursor {
        height: 20px;
    }
}
@media screen and (max-width:430px){
    .banner-link h3{
        font-size: 10px;
    }
    .animated-slider p span.typed-text{
        font-size: 18px;
    }
}
@media screen and (max-width:399px){
    .banner-link h3{
        font-size: 8px;
    }
    .animated-slider p span.typed-text{
        font-size: 15px;
    }
    .banner-link .uni-btn button{
        padding: 5px 10px;
    }
    .banner-link .uni-btn a{
        padding: 5px 10px;
    }
    .banner-link .uni-btn{
        margin-top: 5px;
    }
}
@media screen and (max-width:360px){
    .animated-slider p span.typed-text{
        font-size: 12px;
    }
    .animated-slider p span.cursor {
        height: 15px;
    }
}
@media screen and (max-width:299px){
    .animated-slider p span.typed-text{
        font-size: 10px;
    }
    .banner-link h3{
        font-size: 6px;
    }
    .banner-link .uni-btn button{
        font-size: 8px;
    }
    .banner-link .uni-btn a{
        font-size: 8px;
    }
}

/* MOdal-Css  */
.modal-content{
    width: 315px;
    margin: auto;
    border-radius: 25px;
    box-shadow: -6px -6px 0px #fe582bc9;
}
.modal-header{
    /* background-color: #212492;
    color: #fff; */
    background-color: #F0F4FA;
    color: #2e2e2e;
    border-radius: 20px 20px 0px 0px;
    justify-content: center;
    position: relative;
}
.modal-header .btn-close{
    position: absolute;
    top: 25%;
    right: 0px;
    transform: translate(-50%, 0%);
    margin: 0;
}
.modal h5{
    color: #0B559B;
    font-weight: 700 !important;
    font-family: 'Poppins';
}
.modal .modal-body{
    padding: 35px 40px;
    padding-top: 20px;
    background-color: #F0F4FA;
    border-radius: 25px 25px 25px 25px;
}
.modal form input{
    width: 100%;
    border: none;
    margin: 10px 0px;
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px 0 #d8d8d8;
    padding: 5px 10px;
    color: #2e2e2e;
}
.modal form textarea{
    width: 100%;
    border: none;
    margin: 10px 0px;
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px 0 #d8d8d8;
    padding: 5px 10px;
    color: #2e2e2e;
}
.modal form select{
    width: 100%;
    border: none;
    margin: 10px 0px;
    font-size: 15px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px 0 #d8d8d8;
    padding: 5px 7px;
    color: #2e2e2e;
    font-family: 'Poppins', sans-serif !important;
    height: auto;
}
.modal form option{
    font-family: 'Poppins', sans-serif !important;
}
.modal .form-btn{
    background-color: #0B559B;
    color: #fff;
}
.modal form ::placeholder{
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 500;
}
.modal-dialog{
    position: absolute;
    width: auto;
    margin: 0 !important;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.modal .form-btn {
    color: #fff;
    font-size: 14px;
    background-color:#0B559B;
    padding: 17px 35px;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
    margin-top: 10px;
    border: 1px solid #0B559B;
    line-height: 0%;
    width: auto;
    height: auto;
    transition: .3s;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    /* font-weight: 500; */
}
.modal .form-btn:hover{
    background-color: #0b559be0;
    border: 1px solid #0b559be0;
}
.modal .modal-body {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
}

@media screen and (max-width:767px){
    .modal .modal-body{
        padding: 35px 20px;
    }
}
@media screen and (max-width:370px){
    .modal-content{
        width: 290px;
    }
}
@media screen and (max-width:340px){
    .modal-content{
        width: 270px;
    }
}
@media screen and (max-width:300px){
    .modal-content{
        width: 250px;
    }
}

.modal-content{
    width: 400px;
}
.modal form select{
    font-weight: normal;
}

@media screen and (max-width: 420px){
    .modal-content {
        width: 350px !important;
    }
}
@media screen and (max-width: 375px){
    .modal-content {
        width: 300px !important;
    }
}
@media screen and (max-width: 325px){
    .modal-content {
        width: 280px !important;
    }
}
@media screen and (max-width: 300px){
    .modal-content {
        width: 250px !important;
    }
}

/* Footer  */
.footer-info ul{
    list-style: none;
}
.footer-info ul li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}
.footer-info i{
    color: #00a0e3;
    margin-right: 10px;
}
.footer-info a{
    color: #fff;
    display: inline-block;
    font-size: 13px;
}
.footer-info a:hover{
    color: #00a0e3;
}
footer P{
    font-weight: lighter !important;
    font-size: 14px;
}
.strip h4{
    text-align: left;
}
.nav-active a{
    background-color: #FE582B!important;
    color: #fff !important;
}
#site-header ul li a:hover{
    background-color: #FE582B!important;
}
#site-header ul li a{
    color: #3b3f42;
}
#site-header ul ul .touch-block{
    color: #3b3f42;
}

h1, h2, h3{
    text-transform: capitalize !important;
}

.landing-box{
    box-shadow: -6px -6px 0px #fe582b;
    border-radius: 20px 20px 20px 20px;
    background-color: #F0F3FC;
    padding: 20px 0px;
}
.lan-img{
    display: flex;
    justify-content: center;
    height: 100%;
}
.lan-img img{
    width: 70%;
    margin: auto;
}
.lan-form .uni-btn{
    text-align: center;
}
.lan-form form input{
    border: 1px solid #c7cbce; 
    border-radius: 5px;
}
.lan-form {
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 991px){
    .lan-img img{
        width: 100%;
    }
    .landing-box{
        padding: 50px 0px;
    }
}
@media screen and (max-width: 767px){
    .form-align{
        margin-top: 50px;
    }
}

footer{
    background-color:#194484;
}
/*.strip{*/
/*    background-color: #5e5e5e;*/
/*}*/
.global{
    background-color:#194484;
}
.global-box{
    padding: 15px;
    /* border: 1px solid transparent; */
    border-radius: 7px;
    height: 245px;
    border-radius: 7px;
    transition: .3s;
}
.united{
    background-image: url(../images/ukbg.png);
    background-size: cover;
    background-position: center;
}
.united:hover{
    background-image: url(../images/ukbg01.jpg);
}
.uae{
    background-image: url(../images/austrliabg.png);
    background-size: cover;
    background-position: center;
}
.uae:hover{
    background-image: url(../images/austliabg01.jpg);
}
.india{
    background-image: url(../images/noidabg.png);
    background-size: cover;
    background-position: center;
}
.india:hover{
    background-image: url(../images/noidabg01.png);
}
.global-box:hover p{
    color: #fff;
}
.global-box i{
    color: #FE582B;
    font-size: 25px;
}
.global-box p{
    margin-top: 15px;
}
.global-box p strong{
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    color: #FE582B;
}

@media screen and (max-width: 991px){
    .global-box{
        margin-bottom: 20px;
    }
    #top-bar .hide{
        display:none !important;
    }
    .head-dit ul li:first-child{
        display:none !important;
    }
    .heading h1{
        text-align:center !important;
    }
}

.lan-form .uni-btn button{
    background-color: #FE582B;
    transition: .3s;
}
.lan-form .uni-btn button:hover{
    background-color: #00a0e3 !important;
}

/* Contact-Page  */
.contact-form{
    background-color: #fff;
}
.global-contact {
    background-color: transparent;
}
.global-contact .row{
    flex-direction: column;
}
.global-contact .global-box {
    width: 100%;
    margin-bottom: 20px;
    height: 215px;
    box-shadow: 1px 3px 5px 0 #8f8f8f;
}
.global-contact .global-box p{
    margin-top: 5px;
}
.contact p{
    margin-bottom: 0px !important;
}

.contact .cont-form{
    border-radius: 25px;
    box-shadow: -6px -6px 0px #fe582bc9;
    background-color: #F0F4FA;
    padding: 20px 65px;
    margin-top: 50px;
}
.contact .cont-form input,textarea,select{
    width: 100%;
    border: none;
    /* margin: 10px 0px; */
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px 0 #d8d8d8;
    padding: 10px 10px;
    color: #2e2e2e;
    /* box-shadow: none;
    border: none; */
}
.contact select{
    padding: 10px 6px;
    color: #2e2e2e !important;
}
.contact .cont-form select:focus-visible{
    color: #fff;
    /* margin-bottom: ; */
}
.cont-form .uni-btn{
    text-align: center;
}
.cont-form .uni-btn button{
    background-color: #FE582B;
    transition: .3s;
}
.cont-form .uni-btn button:hover{
    background-color: #194484 !important;
}
.cont-form span{
    color: #0B559B;
}

@media screen and (max-width: 767px){
    .global-contact .global-box{
        height: auto;
    }
    .global-contact .container{
        padding: 0px;
    }
    .contact .cont-form{
        padding: 20px 12px;
    }
}

.strip-btn a{
    background-color: #fe582b;
    color:#fff;
    cursor:pointer;
    transition: .3s !important;
}
.strip-btn a:hover{
    background-color: #194484 !important;
    color:#fff;
}

.footer-bottom{
    background-color: #2e2e2e !important;
}
.footer-bottom p a{
    color:#fff;
}

.jquerynav > li{
    margin-right:5px;
}
.touch-block{
    top:10px;
}

.top-bar{
    background-color: #194484 !important;
}
.head-dit ul li{
    margin-left: 0px;
    margin-right:10px;
    justify-content: center;
}
@media screen and (max-width: 1399px){
    .head-dit a{
    font-size: 11px !important;
    }
}
.sidenav{
    z-index: 9999;
}
.about{
    padding:0px;
}
.sec-align{
    padding:20px 0px 50px 0px;
}
.pagination{
    justify-content:center;
}
.paginations a{
    background-color: #0b559b !important;
}
.heading h1{
    text-align:left;
}
.course-cont h3{
    color: #fff !important;
}
.courses .slider-image img{
    height: 280px;
}
.thank-social{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #F0F4FA;
    padding: 20px;
    border-radius: 10px;
    min-height: 230px;
}
.thank-social h3{
    text-transform: capitalize;
    font-size: 18px;
}
@media screen and (max-width:767px){
    .course-heading{
        margin-top: 30px;
    }
    .thank-social{
        margin-bottom: 20px;
    }
    .nav-tabs .nav-link{
        margin-bottom: 2px;
    }
}
#site-header ul li a:hover .touch-block{
    color:#fff !important;
}
.call-us {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #36C836;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  transition: all 0.4s;
}

.call-us i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.call-us:hover {
  background: #46c746;
  color: #fff;
}

.call-us.active {
  visibility: visible;
  opacity: 1;
}
.float-chat{
    bottom:13px;
}
.float-chat a{
    width:auto;
    height:auto;
    justify-content: end;
}
.float-chat img {
    width: 35%;
}

.seo-strip{
    background-color: #194484;
    margin-bottom: 0px;
}
.seo-strip-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.seo-strip h3{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.seo-strip p{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.seo-strip-btn{
    width: 100%;
    margin-top: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seo-strip-btn a{
    padding: 15px 40px;
    font-size: 16px;
    color: #fff;
    background-color: #00A0E3;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: .5px;
    display:inline-block;
}
.seo-strip-btn a:hover{
    background-color: #3fafdf;
}
.seo-strip-btn a:first-child{
    margin-right: 70px;
}
.seo-strip-btn a:last-child{
    margin-left: 70px;
}

@media screen and (max-width: 767px){
    .seo-strip-btn{
        flex-direction: column;
    }
    .seo-strip-btn a:first-child{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .seo-strip-btn a:last-child{
        margin-left: 0px;
        margin-top: 20px;
    }
    .seo-strip h3{
        font-size: 20px;
    }
    .seo-strip p{
        font-size: 15px;
    }
    .seo-strip-btn a{
        font-size: 15px;
    }
}

.why-heading{
    margin-bottom: 30px;
}
.why-heading h3{
    font-size:35px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.why-heading p{
    text-align: center;
    font-size: 18px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #0B559B !important;
    color: #fff !important;
}
.why-invest .nav-pills .nav-link{
    font-size: 16px;
    border: 1px solid lightgray;
    border-bottom: none;
    border-radius: 0px;
    background-color: #F1F0F0;
    padding: 15px 12px;
    color: #333;
}
.why-invest .nav-pills .nav-link:last-child{
    border-bottom: 1px solid lightgray;
}
#v-pills-tabContent{
    width: 100%;
    height: 100%;
    box-shadow: rgba(139, 138, 138, 0.4) 0px 0.1rem 0.5rem !important;
}
.why-invest .tab-content>.tab-pane{
    padding: 40px 20px;
    width: 100%;
    height: 100%;
}
.why-invest .tab-content>.tab-pane h3{
    font-size: 31px;
    margin-bottom: 20px;
}
.show{
    border: none;
}
#v-pills-tab{
    width: 30%;
}
.why-invest .nav-pills .nav-link:hover{
    background-color: #FE582B;
    color: #fff;
}
@media screen and (max-width: 991px){
    #v-pills-tab{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .why-ris{
        flex-direction: column;
    }
    #v-pills-tab{
        width: 100%;
    }
    .why-invest .tab-content>.tab-pane h3{
        font-size: 25px;
    }
    .why-heading h3{
        font-size: 20px;
    }
}

.faq-info{
    background-color: #0B559B;
}
/* .faq-info .accordion-button::after{
    background-image: url(../images/down-arrow\ \(3\).png);
} */
.faq-info .accordion-item:first-of-type .accordion-button{
    border-radius: 0;
}
.faq-info .accordion-button {
    background-color: #0B559B;
    color: #fff;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.faq-info .accordion-item{
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 10px;
}
.faq-form input,textarea{
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid rgb(146, 145, 145);
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    background-color: #0B559B;
    color: #fff;
}
.faq-form ::placeholder{
    color: #fff;
}
.faq-form-heading{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.faq-form-heading h3{
    color: #fff;
    font-size: 30px;
    text-align: left;
    font-weight: 600 !important;
}

@media screen and (max-width: 991px){
    .faq-box{
        margin-bottom: 30px;
    }
    .faq-form-heading h3{
        font-size: 22px;
    }
    .faq-info .uni-btn {
        text-align: center !important;
    }
}
.what-do .accordion-button {
    background-color: #0B559B;
    border: 1px solid #0B559B;
}
.what-do .accordion-button:hover{
    background-color: #FE582B;
    border: 1px solid #FE582B;
}
.modal form textarea{
    background-color:#fff;
}
.contact-form textarea{
    background-color:#fff !important;
    width: 100%;
    border: none;
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px 0 #d8d8d8;
    padding: 10px 10px;
    color: #2e2e2e;
}
.package-tabs .tab button.active{
    padding: 8px 140px !important;
    color: #ffff !important;
}
.local-list li{
    background-color: darkgray;
}
.back-color{
    background-color: #AAAAAA !important; 
}
.package-tabs .tabcontent{
    background-color: #AAAAAA !important; 
}
.seo-strip{
    box-shadow: none;
    border: none;
}
.seo-head{
    background-color: #0B559B !important;
    color: #fff !important;
}
.seo-head h3{
    color: #fff;
}
.seo-head h4{
    color: #fff;
}
.seo-head h3 span{
    color: #fff;
}
.plan-boxes-two .plans-head{
    background-color: #0B559B;
}
.list-start li{
    font-weight: 600 !important;
}
/* .jquerynav ul{
    min-width: 270px !important;
} */
@media screen and (max-width: 1199px){
    .package-tabs .tab button.active{
        padding: 8px 100px !important;
    }
}
@media screen and (max-width: 991px){
    .package-tabs .tab button.active{
        width: auto !important;
        padding: 8px 80px !important;
        margin: auto;
    }
    .list-start li{
        font-weight: normal !important;
    }
}
@media screen and (max-width: 767px){
    .package-tabs .tab button.active{
        width: auto !important;
        padding: 8px 50px !important;
        margin: auto;
        height: 60px;
        border-radius: 20px 20px 0px 0px;
    }
    .package-info .accordion-button{
        text-align: left;
        font-size: 15px;
    }
    .analysis-head h3{
        font-size: 18px;
    }
    .seo-btn a{
        font-size: 18px;
    }
    .package-image{
        display: block;
        bottom: -45px;
    }
}
.faq-form select{
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid rgb(146, 145, 145);
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    background-color: #0B559B;
    color: #fff;
}
.faq-form option{
    background-color:#fff;
    color:#000;
}
/* Accordian  */
.faq-info .accordion {
    width: 100%;
    background-color: transparent;
    border-radius: 8px;
    /* padding: 15px; */
}
.faq-info .accordion .accordion-content {
    background-color: transparent;
    border-bottom: 1px solid #fffdd0;
    border-radius: 0px;
    margin: 10px 0;
    overflow: hidden;
}
/* .faq-info .accordion .accordion-content:last-child{
    border-bottom: none;
} */
.faq-info .accordion-content.open {
    padding-bottom: 0px;
}
.faq-info .accordion-content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.faq-info .accordion-content.open header {
    min-height: 50px;
}
.faq-info .accordion-content .description {
    height: 0px;
    padding: 0px 15px;
    transition: all 0.3s linear;
    margin-bottom: 0px;
    background-color: #fff;
    color: #000;
}
.faq-info .accordion-content .title {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0;
    color: #fff;
}
.faq-info .accordion-content .header i {
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}
.seo-head h4:first-child{
    font-size:30px;
}
.modal form select{
    background-color:#fff;
}
.what-do ul {
    list-style: square;
    margin-left: 16px;
    color: #717371;
    font-size: 16px;
    font-family: 'Poppins';
}
.company-profile .company-cont li {
    font-size: 16px;
    color: #717375;
    font-family: 'Poppins';
}
.affiliate ul {
    color: #717375;
    font-size: 16px;
    text-align: left;
    font-family: 'Poppins';
}

.uni-align li {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
}

.ppc-accordian .accordion-button {
    border-color: #EA5E20;
    background-color: #0b559b;
    border-width: 1px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    border: solid transparent;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    color: #fff;
}
.plans-head h4 {
    margin-top: 0px !important;
    color: #000 !important;
    font-size: 30px !important;
    text-align: start !important;
    font-weight: bold !important;
    margin-bottom: 0px;
    line-height: 0.9;
}
/* Checkout  */
#checkout{
    padding: 80px 0px;
}
#checkout h4{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700 !important;
    text-align: left;
}
#checkout h4 span{
    font-size: 14px;
}
#checkout h6{
    margin-bottom: 15px;
}
#checkout .form-row{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
#checkout .form-row label{
    width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
    color: #212529;
    font-size: 15px;
}
#checkout .form-row input{
    width: 100%;
    padding: 8px 12px;
    outline: none;
    border: 1px solid #516171;
    color: #212529;
    font-size: 15px;
}
#checkout .form-row select {
    width: 100%;
    padding: 8px 10px;
    outline: none;
    color: #516171;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid #516171;
    border-radius: 0px;
    color: #212529;
    font-size: 15px;
}
#checkout button{
    font-size: 14px;
    padding: 12px 30px;
    color: #fff;
    background-color: #FE582B;
    border: none;
    font-weight: 600;
    margin-top: 15px;
    transition: .3s;
}
#checkout button:hover{
    background-color: #194484;
}

.terms a{
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.paymnent-image img{
    width: 8%;
}
.secure-text{
    font-weight: 600;
}
.pay-image{
    height: 600px;
    overflow: hidden;
}
.pay-image img{
    width: 100%;
    height: auto;
}

@media only screen and ( max-width: 1399px){
    .paymnent-image img {
        width: 10%;
    }
}
@media only screen and ( max-width: 991px){
    .pay-image{
        height: auto;
        margin-bottom: 40px;
    }
    .pay-image img{
        height: auto;
    }
    .ris-align{
        display: flex;
        flex-direction: column-reverse;
    }
    .paymnent-image img {
        width: 15%;
    }
}
@media only screen and ( max-width: 767px){
    .paymnent-image img {
        width: 25%;
    }
}
.check-logo{
    margin-bottom: 10px;
    padding-top: 50px;
}
.check-logo img{
    width: 32%;
}
.check-plan{
    display: flex;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 20px;
}
.check-plan p{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
}
.check-plan span{
    display: inline-block;
    margin-left: 8px;
    font-size: 18px;
}
.pay-image {
    height: auto;
    margin-top: 75px;
    overflow: hidden;
    box-shadow: 2px 2px 8px #80808078;
}

@media only screen and (max-width: 991px){
    .ris-align {  
        flex-direction: unset;
    }
    .check-logo{
        padding-top: 0px;
    }
    .check-logo img{
        width: 30%;
    }
    .check-plan{
        margin-bottom: 40px;
    }
    .pay-image {
        height: auto;
        overflow: hidden;
        margin-top: 0px;
    }
    .set-in{
        display:flex;
        flex-direction:column;
    }
    .technology-right{
        margin-top:20px !important;
    }
    .name-set{
         display:flex !important;
        flex-direction:column !important;
    }
    .name-set img{
        margin-bottom:20px;
    }
    .bread-crumbs .bread-head{
        text-align:center !important;
    }
     .bread-crumbs .bread-link{
        text-align:center !important;
     }
     .bread-align{
         justify-content:center !important;
     }
}
@media only screen and (max-width: 767px){
    .check-logo img{
        width: 40%;
    }
    .industries img{
        width: 100% !important;
        height: auto !important;
    }
}
.seo-head h3{
    font-size: 28px;
}
.seo-head{
    height: 130px !important;
    font-size: 20px !important;
}
.seo-head h4:first-child{
    font-size: 22px;
}
.package-tabs .tab button.active{
    padding: 8px 200px !important;
    height: 70px;
}
.float-chat{
    width: 55px;
    height: 55px;
}
.float-chat img{
    width:100%;
}
#checkout h4{
    margin-bottom: 25px;
}
#checkout h4 span{
    font-size: 14px;
}
#checkout h6{
    margin-bottom: 15px;
}
#checkout .form-row{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
#checkout .form-row label{
    width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
}
#checkout .form-row input{
    width: 100%;
    padding: 6px 12px;
    outline: none;
}
.terms a{
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.paymnent-image img{
    width: 8%;
}
.secure-text{
    font-weight: 600;
}
#checkout .pay-image{
    height: 600px;
    overflow: hidden;
    margin-top: 0px;
}
.pay-image img{
    width: 100%;
    height: auto;
}
.pay-boxes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
}
.pay-boxes i{
    /* color:green;  */
    font-size: 110px;
}
.pay-boxes h3{
    border: none;
    text-align: center;
    font-size: 28px;
}
.pay-boxes .fa-circle-xmark{
    color: #DC3545;
}
 .contact-bread .bread-crumbs .bread-head{
        text-align:center;
    }
@media only screen and ( max-width: 1399px){
    .paymnent-image img {
        width: 10%;
    }
}
@media only screen and ( max-width: 991px){
    .pay-image{
        height: auto !important;
        margin-bottom: 40px;
    }
    .pay-image img{
        height: auto;
    }
    .ris-align{
        display: flex;
        /*flex-direction: column-reverse;*/
    }
    .paymnent-image img {
        width: 15%;
    }
    .pay-boxes{
        height:auto;
        margin-top: 40px;
    }
    section.hp-second-blue-opt.number-client.number_clients{
            margin-top: -27px !important;
    }
    .abt-img {
        width:100% !important;
    }
    .home-serv {
        width:90% !important;
        margin:auto!important;
        margin-bottom:20px!important;
    }
}
@media only screen and ( max-width: 820px){
section.hp-second-blue-opt.number-client.number_clients {
    margin-top: -9px !important;
}
}
@media only screen and ( max-width: 767px){
    .paymnent-image img {
        width: 25%;
    }
    section.hp-second-blue-opt.number-client.number_clients {
    margin-top: 12px !important;
}
}
.contact .cont-form {
    border-radius: 25px;
    box-shadow: -6px -6px 0px #fe582bc9;
    background-color: #F0F4FA;
    padding: 20px 65px;
    
}
.contact-form .form-row {
    margin-bottom: 16px;
}
.cont-form h1 {
    color: #fff !important;
    text-align: center;
    font-weight: normal !important;
    margin-bottom: 30px;
}
.contact .cont-form input, textarea, select {
    width: 100%;
    border: none;
    /* margin: 10px 0px; */
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px 0 #d8d8d8;
    padding: 10px 10px;
    color: #2e2e2e;
}
section.hp-second-blue-opt.number-client.number_clients {
    margin-top: -32px;
    position: relative;
    z-index: 9;
}
.hp-second-blue-opt {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
section.hp-second-blue-opt.number-client.number_clients .container {
    box-shadow: 3px 4px 22px rgb(0 0 0 / 45%);
    border-radius: 10px;
    background: #fff;
}
.align-items-center {
    align-items: center!important;
}
.number_clients .projects-stats {
    padding: 0px 0;
    margin: 15px 0px;
}
.projects-stats {
    padding: 40px 0;
    border-right: 1px solid #efefef;
    position: relative;
    text-align: center;
}
.number_clients span.number-stats {
    color: #f05523;
    font-weight: bolder;
    display: block;
    font-size: 30px;
    font-family: 'montserratbold' !important;
    margin-bottom: 20px;
    transform-origin: center top;
    text-align: center;
    position: relative;
}
.projects-stats .plain-text {
    padding-top: 2px;
    color: #000;
    width: 100%;
    opacity: 0;
    transition: all 2s ease 0;
    bottom: 0;
    transform: translateX(-25%);
    opacity: 1;
    transform: translateX(-8%);
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
}
.technology-main {
    width: 100%;
}
.pt-50 {
    padding: 50px 0px !important;
}
.technology-left {
    width: 100%;
}
.technology-left h2 {
    font-size: 40px !important;
    line-height: 49px !important;
    font-weight: 700 !important;
    color: #fff;
    padding-bottom: 18px !important;
    
}
.technology-left p {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    
      font-size: 14px !important;
    margin-top: 10px !important;
    font-family: 'Poppins', sans-serif;
    color:#fff;
}
.technology-right {
    width: 100%;
}
.technology-right ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    color:#fff;
}
.technology-right ul li {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 40px 15px 40px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-bottom: solid 2px #dfdfdf;
    border-right: solid 2px #dfdfdf;
    font-size:14px;
    color:#fff;
}
.technology-right ul li img {
    margin-right: 20px;
}
        .homeserv-white {
    /*background-color: #fff;*/
    padding: 0px 5px 8px 0px;
    /*margin-bottom: 35px;*/
    /*box-shadow: 2px 25px 56px rgba(0,0,0,0.11);*/
    position: relative;
    transition: all 0.5s ease-in-out;
}

.home-serv {
    background: #f2f2f2 url(../images/service/servicebox-bg.jpg) left top no-repeat;
    width: 103.55%;
    margin: 10px 0px 0px -8px;
    padding: 20px 0px 20px 20px;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-radius: 30px;
}
.home-serv h4 {
    font-size: 26px;
    color: #1a1a1a;
    line-height: 42px;
    margin: 0px 0px 8px 100px;
    transition: all 0.5s ease-in-out;
}
.home-serv h4 span {
    font-weight: 700;
    font-size: 26px;
    color: #009ddc;
    margin: 0px 0px 10px 50px;
}
.home-serv ul {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 23px;
    list-style: none;
    position: relative;
}
.home-serv ul:before {
    content: '';
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    height: 80%;
    background-color: #a8a8a8;
}
.home-serv ul li {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1b1b1b;
    position: relative;
    text-align: left !important;
}
.home-serv ul li:before {
    content: '';
    display: block;
    margin: 0px;
    padding: 0px;
    width: 12px;
    height: 1px;
    position: absolute;
    left: -23px;
    top: 10px;
    background-color: #a8a8a8;
}
.home-serv ul li a {
    color: #313131;
}
.serviceicon {
    float: left;
    width: 106px;
    height: 106px;
    border-radius: 100%;
    background-color: #607077;
    border: 4px solid #fff;
    box-shadow: 6px 7px 18px rgba(0,0,0,0.15);
    position: absolute;
    top: 80px;
    left: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}
.serviceicon img {
    max-width: 100%;
    margin: 0 auto;
}
.servicemore {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../images/servicemore-bg.png) left top no-repeat;
    width: 29px;
    height: 28px;
    text-align: center;
    padding: 4px 0px 0px 3px;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.servicemore a {
    display: block;
    width: 100%;
    height: 100%;
}
.clear {
    clear: both;
}
.homeserv-white:after, .home-serv:after {
    content: '';
    display: block;
    height: 1px;
    clear: left;
}
.homeserv-white:hover {
    box-shadow: 2px 25px 56px rgba(0,0,0,0);
    z-index: 1;
    transform: translate3d(0px, 6px, 0px);
}
.home-serv:hover {
    box-shadow: 0px 4px 25px rgba(121, 121, 121, 0.7);
    z-index: 1;
    transform: translate3d(0px, -5px, 0px);
}
.home-serv:hover {
    box-shadow: 0px 4px 25px rgba(121, 121, 121, 0.7);
    z-index: 1;
    transform: translate3d(0px, -5px, 0px);
}
.home-serv:hover>h4 span {
    color: #1a1a1a;
}
.home-serv ul li a:hover {
    color: #0276a5;
}
.home-serv:hover .serviceicon {
    background-color: #0e8bbd;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
}
.servicemore:hover {
    opacity: 1;
}
.pull-right {
    float: right!important;
}
.home-serv ul {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 23px;
    list-style: none;
    position: relative;
}


@media screen and (max-width:1199px){
  .serviceicon {
    top: auto;
    bottom: 35px;
    width: 95px;
    height: 90px;
}
.home-serv ul li {
    font-size: 13px;
}
.home-serv ul {
    margin: 0px 0px 0px 0px;
}
}
@media screen and (max-width:769px){
  .homeserv-white {
    padding: 4px 0px 10px 0px;
} 
.home-serv {
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.home-serv .pull-right {
    float: left !important;
    /*margin-left: 150px;*/
}
.pull-right {
    float: right!important;
}
.home-serv h4 span {
    margin: 0px 0px 8px 0px;
    font-size:25px;
}

}
@media screen and (max-width:480px){
  .home-serv {
    padding: 115px 0px 0px 5px;
}  
.home-serv .pull-right {
    margin-left: 0px;
}
.serviceicon {
    width: 95px;
    height: 90px;
    left: 0px;
    right: 0px;
    top: 15px;
    bottom: auto;
    margin: auto;
}
.serviceicon {
    width: 95px;
    height: 90px;
    left: 0px;
    right: 0px;
    top: 15px;
    bottom: auto;
    margin: auto;
}
.uni-a {
    padding: 10px 25px;;
}
}
@media screen and (max-width:1120px){
.home-serv h4 {
    margin: 0px 0px 8px 10px;
} 
.serviceicon {
    width: 80px;
    height: 75px;
    left: 5px;
}
.serviceicon {
    width: 80px;
    height: 75px;
    left: 5px;
}
}
@media screen and (max-width:1280px){
  .home-serv h4 {
    margin: 0px 0px 8px 10px;
}  
.serviceicon {
    left: 10px;
    width: 95px;
    height: 90px;
}
.serviceicon img {
    max-width: 50px;
}
.serviceicon {
    left: 10px;
    width: 95px;
    height: 90px;
}
.serviceicon img {
    max-width: 50px;
}
.home-serv ul {
    margin: 0px 0px 0px 6px;
}
}
/*@media screen and (max-width:1367px){*/
/*.home-serv h4 {*/
/*    margin: 0px 0px 8px 80px;*/
/*}  */
/*}*/
@media screen and (max-width:580px){
.home-serv .pull-right {
    margin-left: 100px;
}  
}

@media screen and (max-width:940px){

.serviceicon {
    width: 85px;
    height: 80px;
    left: 20px;
}
}
@media screen and (max-width:940px){

.serviceicon {
    width: 95px;
    height: 90px;
    left: 30px;
}
.serviceicon {
    width: 85px;
    height: 80px;
    left: 20px;
}
}
@media screen and (max-width:1367px){

.serviceicon {
    width: 95px;
    height: 90px;
    left: 25px;
}
.home-serv ul li {
    font-size: 14px;
}
.serviceicon {
    left: 25px;
}
.home-serv ul {
    padding: 0px 0px 0px 18px;
}
}
@media screen and (max-width:992px){
.serviceicon {
    width: 95px;
    height: 90px;
    left: 30px;
}
}



/* shaping-section */



.shaping-section{

  padding: 50px 0px;

  background-color: #01142b;

}

.shaping-content{

  text-align: center;

  /* margin-top: 45px; */

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}

.shaping-section .heading h2{ 

  color: white;

  font-size: 48px;

}

.shaping-section .heading p{ 

  color: white;

  margin-top: 4px;

  font-size: 16px;

}



.shap-box span{

  font-size: 14px;

  color: #78828e;

  font-weight: 600;

}

.shap-box .shap-content h3{

  font-size: 30px;

  color: white;

}

.shap-box .shap-content p{

  font-size: 18px;

  color: white;

}

.shap-image-box{

  display: flex;

  flex-direction: column;

  justify-content: right;

  align-items: center;

  margin: 20px;

}

.shap-image-box img{

  width: 50%;

}

/* .shap-wrapper{

  padding: 20px 0px;

} */

.shap-box{

  /* position: relative; */

  padding-top: 12px;

}

.shaping-row{

  position: relative;

}

.shaping-row::after {

  content: "";

  position: absolute;

  left: -35px;

  top: 12px;

  height: 15px;

  width: 15px;

  border: 1px solid #3772ff;

  border-radius: 50%;

  background-color: #01142b;

  z-index: 1;

}

.shaping-row::before{

  content: "";

  position: absolute;

  left: -28px;

  top: 27px;

  height: 100%;

  background-color: #808a95;

  width: 1px;

}   

/* visn-section */

.visn-section{

  padding: 50px 0px;

}

.visn-section .heading h2{

  color: #1d1d1d;

  font-size: 48px;

}

.visn-section .heading p{

  color: #383838;

  margin-top: 8px;

  font-size: 17px;

}

.visn-wrapper{

  /* border: 1px solid black;   */

  /* padding: 6px 20px;   */

  padding: 50px 20px;

  height: 100%;

  box-shadow: 4px 15px 36px rgba(0,0,0,.05);

  border-radius: 20px;

}

.visn-wrapper .visn-content h3{

  font-size: 20px;

  color: #fff;

  font-weight: 600;

}

.visn-wrapper .visn-content p{

  font-size: 18px;

  color: #fff;

}

.visn-wrapper .visn-content span{

  font-size: 20px;

  color: white;

  font-weight: 500;

}

.visn-section .visn-wrapper{

  height: 100%;

}

.visn-section  .slick-center{

  transform: scale(1.1);

}

/* the slides */

.visn-section .slick-slide {

  margin: 0 35px;

}



/* the parent */

.visn-section .slick-list {

  margin: 0 -35px;

}

.visn-section .slick-slider{

  overflow: hidden;

}

.visn-section .slick-track{

  padding: 20px 0px;

}

.visn-section .slick-prev{

    font-size: 0;

    line-height: 0;

    position: absolute;

    top: 40%;

    display: block;

    width: 20px;

    height: 20px;

    padding: 0;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;

    border: none;

    outline: none;

    background: transparent !important;

    border-radius: unset !important;

}

.visn-section .slick-next{

  font-size: 0;

  line-height: 0;

  position: absolute;

  top: 40%;

  display: block;

  width: 20px;

  height: 20px;

  padding: 0;

  -webkit-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;

  border: none;

  outline: none;

  background: transparent !important;

  border-radius: unset !important;

}



.visn-section .slick-prev {

  left: 32% !important;

  z-index: 1 !important;

  width: 45px !important;

  height: 45px !important;



}

.visn-section .slick-next{

  right: 31% !important;

  z-index: 1 !important; 

  width: 45px !important;

  height: 45px !important;

}
/* .custom-mobile_app */

.custom-mobile_app{

    background-image: url(../../web-images/mobile-app/development-image/chlng_cta.webp);

    border-radius: 12px;

    padding: 78px 60px;

    background-repeat: no-repeat;

    background-position: center right;

    background-size: cover;

    background-color: #4296FB;

    position: relative;

    top: -167px;

}

.custom-mobile_app .custom-content h2{

  font-size: 42px;

  color: white;

  font-weight: 700;

}

.custom-mobile_app .custom-content p{

  font-weight: 400;

  color: white;

  margin-top: 10px;

  font-size: 18px;

}

.custom-mobile_app .custom-content span{

  color: black;

}



/* launch-section */



/* .launch_image-box{

  width: 100%;

} */

.launch-content{

  padding-left: 50px;

}

.launch_image-box img{

  width: 100%;

}



.launch-content h4{

  font-size: 38px;

  font-weight: 700;

  color: white;

  

}

.launch-content p{

  font-size: 20px;

  color: white;

  font-weight: 400;

  margin-top: 24px;

}

/* pre-box_section */

.pre-box{

  display: flex;

}

.thumb-image{

  color: #000;

  width: 180px;

}

.thumb-image img{

  width: 100%;

}

.pre-content h3{

  font-size: 28px;

  color: #fff;

}

.pre-content p{

  font-size: 18px;

  color: #fff;

}

.focus-image img{

  width: 100%;

}

.focus-image{

  width: 257px;

}

.pre-content{

  padding-left: 25px;

  padding-right: 59px;

}

/* launch_everything-section */

.launch_everything-content h4{

  font-size: 38px;

  color: #fff;

  font-weight: 700;

  line-height: 1.4;

}

.launch_everything-content p{

  font-size: 18px;

  color: #fff;

  font-weight: 300;

}

/* great-section */

.great-section{

  padding: 50px 0px;

}

.great-content{

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  background-color: #fff;

  padding: 50px 30px;

  width: 75%;

  /* text-align: center; */

  box-shadow: 4px 15px 36px rgba(0,0,0,.16);

  border-radius: 12px;

  margin: auto;

  position: relative;

  bottom: 147px;

}

.great-content h2{

  font-size: 40px;

  color: #000;

  font-weight: 500;

}

.great-content p{

  font-size: 18px;

  color: #383838;

  font-weight: 400;

  margin-top: 10px;

  text-align: center;

}

.great_dotted-image{

  /* position: relative;

  bottom: 147px; */

  text-align: center;

}

.great_dotted-image img{

  width: 70%;

}

.great_wrapper-box{

  display: flex;

  justify-content: center;

  align-items: center;

  /* position: relative;

  bottom: 146px; */

}

.great-box1{

    padding: 30px;

    background: #fff 0% 0% no-repeat padding-box;

    box-shadow: 4px 15px 36px rgba(0,0,0,.06);

    border-radius: 10px;

    text-align: center;

    border: 1px solid rgba(255,135,0,.22);

    width: 23%;

    margin-right: 20px;

}

.great-box2{

    padding: 30px;

    background: #fff 0% 0% no-repeat padding-box;

    box-shadow: 4px 15px 36px rgba(0,0,0,.06);

    border-radius: 10px;

    text-align: center;

    border: 1px solid rgba(0,180,0,.22);

    width: 23%;

    margin-right: 20px;

}

.great-box3{

  padding: 30px;

  background: #fff 0% 0% no-repeat padding-box;

  box-shadow: 4px 15px 36px rgba(0,0,0,.06);

  border-radius: 10px;

  text-align: center;

  border: 1px solid rgba(23,125,255,.22);

  width: 23%;

  margin-right: 20px;

}

.great-box4{

  padding: 30px;

  background: #fff 0% 0% no-repeat padding-box;

  box-shadow: 4px 15px 36px rgba(0,0,0,.06);

  border-radius: 10px;

  text-align: center;

  border: 1px solid rgba(238,38,113,.22);

  width: 21%;

  margin-right: 20px;

}

.great_numbers-box p{

  font-size: 19px;

  color: #383838;

  margin-top: 8px;

  font-weight: 400;

}

.great_numbers-box h2{

  font-size: 48px;

  font-weight: 600;

}

.great-text{

  height: 80px;

}

/* mobile_app-services */

.mobile_app-services{

  padding: 50px 0px;

}

.mobile_app-services .heading h2{

  font-size: 48px;

  color: black;

  font-weight: 700;

}   

.mobile_app-services .heading p{

  font-size: 20px;

  color: #383838;

  font-weight: 400;

}



/* mobile_flip-box */

.mobile_flip-box{

  width: 100%;

  height: 386px;

}

.mobile_flip-box:hover .flip_box-content{

  transform: rotateY(180deg);

}

.flip_box-content{

  width: 100%;

  height: 386px;

  transform-style: preserve-3d;

  transition: transform 1s;

}

/* flip-box1 */



.flip_box-front1,.flip_box-back1{

  position: absolute;

  width: 100%;

  height: 386px;

  padding: 30px;

  backface-visibility: hidden;

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);

  border-radius: 12px;

}

.flip_box-back1 p{

  font-size: 18px;

  color: white;

  text-align: center;

  font-weight: 300;

}

.flip_box-front1 h3{

  font-size: 32px;

  text-align: center;

  color: white;

}

.flip_box-front1{

  background-image: url(../../web-images/mobile-app/flip-image/innovative1.webp);

}

.flip_box-back1{

  background-image: url(../../web-images/mobile-app/flip-image/innovative1.webp);

  transform: rotateY(180deg);

}



/* flip-box2 */



.flip_box-front2,.flip_box-back2{

  position: absolute;

  width: 100%;

  height: 386px;

  padding: 30px;

  backface-visibility: hidden;

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);

  border-radius: 12px;

}

.flip_box-back2 p{

  font-size: 18px;

  color: white;

  text-align: center;

  font-weight: 300;

}

.flip_box-front2 h3{

  font-size: 32px;

  text-align: center;

  color: white;

}

.flip_box-front2{

  background-image: url(../../web-images/mobile-app/flip-image/innovative2.webp);

}

.flip_box-back2{

  background-image: url(../../web-images/mobile-app/flip-image/innovative2.webp);

  transform: rotateY(180deg);

}



/* flip-box3 */



.flip_box-front3,.flip_box-back3{

  position: absolute;

  width: 100%;

  height: 386px;

  padding: 30px;

  backface-visibility: hidden;

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);

  border-radius: 12px;

}

.flip_box-back3 p{

  font-size: 18px;

  color: white;

  text-align: center;

  font-weight: 300;

}

.flip_box-front3 h3{

  font-size: 32px;

  text-align: center;

  color: white;

}

.flip_box-front3{

  background-image: url(../../web-images/mobile-app/flip-image/innovative3.webp);

}

.flip_box-back3{

  background-image: url(../../web-images/mobile-app/flip-image/innovative3.webp);

  transform: rotateY(180deg);

}

/* flip-box4 */



.flip_box-front4,.flip_box-back4{

  position: absolute;

  width: 100%;

  height: 386px;

  padding: 30px;

  backface-visibility: hidden;

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);

  border-radius: 12px;

}

.flip_box-back4 p{

  font-size: 18px;

  color: white;

  text-align: center;

  font-weight: 300;

}

.flip_box-front4 h3{

  font-size: 32px;

  text-align: center;

  color: white;

}

.flip_box-front4{

  background-image: url(../../web-images/mobile-app/flip-image/innovative4.webp);

}

.flip_box-back4{

  background-image: url(../../web-images/mobile-app/flip-image/innovative4.webp);

  transform: rotateY(180deg);

}

/* flip-box5  */



.flip_box-front5,.flip_box-back5{

  position: absolute;

  width: 100%;

  height: 386px;

  padding: 30px;

  backface-visibility: hidden;

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);

  border-radius: 12px;

}

.flip_box-back5 p{

  font-size: 18px;

  color: white;

  text-align: center;

  font-weight: 300;

}

.flip_box-front5 h3{

  font-size: 32px;

  text-align: center;

  color: white;

}

.flip_box-front5{

  background-image: url(../../web-images/mobile-app/flip-image/innovative5.webp);

}

.flip_box-back5{

  background-image: url(../../web-images/mobile-app/flip-image/innovative5.webp);

  transform: rotateY(180deg);

}



/* flip-box6 */



.flip_box-front6,.flip_box-back6{

  position: absolute;

  width: 100%;

  height: 386px;

  padding: 30px;

  backface-visibility: hidden;

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);

  border-radius: 12px;

}

.flip_box-back6 p{

  font-size: 18px;

  color: white;

  text-align: center;

  font-weight: 300;

}

.flip_box-front6 h3{

  font-size: 32px;

  text-align: center;

  color: white;

}

.flip_box-front6{

  background-image: url(../../web-images/mobile-app/flip-image/innovative6.webp);

}

.flip_box-back6{

  background-image: url(../../web-images/mobile-app/flip-image/innovative6.webp);

  transform: rotateY(180deg);

}

/* champion-section */

.champion-section{

  padding: 50px 0px;

}

.champion-section .champion-content h2{

  font-size: 40px;

  color: white;

  font-weight: 700;

}

.champion-section .champion-content p{

  font-size: 18px;

  font-weight: 400;

  color: white;

  margin-top: 10px;

}

.champion-section .container{

  background-image: url(../../web-images/mobile-app/champion-image/mbl_cta4.webp);

  background-repeat: no-repeat;

  background-position: center right -2px;

  background-size: auto;

  background-color: black;

  border-radius: 30px;

  padding: 50px;

  margin-top: 50px;

}

.fixed-banner{
  background-image: url(../../web-images/home-page/Fixed_Banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.padding-mob{
  padding: 100px 0;
}
.fixed-banner .heading h1{
  font-size: 48px;
  line-height: 1.3;
  text-align: left;
  padding: 0;
  color: #000;
}
.fixed-banner p{
  font-size: 22px;
  margin-bottom: 40px;
}

/* Experience-Strip  */
.exp-stripbox{
  height: 230px;
  background-repeat: no-repeat;
}
.exp-stripbox-img{
  position: relative;
  top: -62px;
}
.exp-stripbox-img img{
  width: 100%;
}
.exp-stripbox-cont{
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exp-stripbox-cont h2{
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
.exp-stripbox-cont h3{
  color: #fff;
  font-size: 16px;
}
/* Why-Us  */

.why-us img{

  width: 100%;

}

.why-us .cont-li{

  background: #fff;

  box-shadow: 0px 2px 56px rgba(0,0,0,.07);

  border-radius: 10px;

  padding: 20px;

  display: flex;

  transition: .3s;

}

.why-us .cont-li h3{

  transition: .3s;

}

.why-us .cont-li p{

  margin-bottom: 0px;

  transition: .3s;

}

.why-us .cont-li i{

  color: #0949bd;

  font-size: 32px;

  margin-right: 20px;

  transition: .3s;

}

.why-us .cont-li:hover{

  background-color: #0949bd;

}

.why-us .cont-li:hover i{

  color: #fff;

}

.why-us .cont-li:hover h3{

  color: #fff;

}

.why-us .cont-li:hover p{

  color: #fff;

}
/* Accordian  */

.edu_faq .edu_accordion_faq {

  width: 100%;

  background-color: transparent;

  border-radius: 8px;

}

.edu_faq .edu_accordion_faq .accordion-content {

  background-color: transparent;

  border-bottom: 1px solid black;

  border-radius: 0px;

  margin: 10px 0;

  overflow: hidden;

}



.edu_faq .accordion-content.open {

  padding-bottom: 0px;

  background: rgba(82,126,166,10%);

  border-radius: 20px;

  border-top: unset;

  border: none;

  padding:  20px 0;

}

.edu_faq .accordion-content.open .header_faq{

  padding: 20px;

}

.edu_faq .accordion-content .header_faq {

  display: flex;

  justify-content: space-between;

  align-items: center;

  min-height: 50px;

  padding:  20px;

  cursor: pointer;

  transition: all 0.3s linear;

  font-size: 18px;

  line-height: normal;

  font-weight: 600;

  cursor: pointer;

  width: 100%;

}





.edu_faq .accordion-content.open .header_faq {

  min-height: 50px;

}

.edu_faq .accordion-content .description_faq {

  height: 0px;

  padding: 0px 15px;

  transition: all 0.3s linear;

  margin-bottom: 0px;

  color: #000;

}

.edu_faq.accordion-content .title_faq {

  font-size: 16px;

  font-weight: normal;

  padding: 10px 0;

  color: #fff;

}

.edu_faq .accordion-content .header_faq i {

  font-size: 18px;

  cursor: pointer;

  color:#00649e;

  background: rgba(78,123,164,10%) !important;

  border-radius: 11px;

  height: 35px;

  width: 35px;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

}

/* Quote  */

.quote .container{

  background-color: #1D1D1D;

 padding: 30px;

}

.quote .quote-cont{

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.quote .quote-cont h2{

  font-size: 36px;

  color: #fff;

  line-height: 1.2;

  font-weight: 700;

  margin-bottom: 20px;

}

.quote-img img{

  width: 100%;

}
/* .Clints-Slider  */
.client-img img{
  width: 40%;
  margin: auto;
  filter: grayscale(1);
  border-radius: 50px;
}
.client-slideimg img{
  width: 80%;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px -5px 10px #808080b0;
}
.client-cont{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.client-cont h3{
  font-size: 30px;
  margin-bottom: 15px;
}
.client-cont h4{
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.client-cont p{
  font-size: 18px;
  font-weight: 300;
}
.clients .slick-arrow{
  /*bottom: -70% !important;*/
  top: unset !important;
  border: 1px solid #1d1d1d;
} 
.clients .slick-prev {
  left: 44% !important;
}
.clients .slick-next {
  right: 44% !important;
}
.clients .slick-center img{
  filter: grayscale(0);
  border: 1px solid #00000062;
  padding: 7px;
  transform: scale(1.2);
}
.clients .slick-list{
  padding: 15px 50px !important;
}
.clients .slick-dots{
  display: none !important;
}
.contact-client .slick-arrow{
  display: none !important;
}
.contact-client .client-cont h3{
  text-align: center;
  font-size: 25px;
}
.contact-client .client-cont h4{
  text-align: center;
  font-size: 17px;
}
.contact-client .client-cont p{
  box-shadow: 0px 3px 20px rgba(0,0,0,.06);
    border: 1px solid rgba(112,112,112,.16);
    border-radius: 29px;
    padding: 50px 70px;
    margin: 50px 20px 20px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
    text-align: center;
}

.edu-banner{

  background-image: url(../../web-images/ind-edu/education_bnr.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

}

.edu-banner .heading h1{

  font-size: 48px;

  line-height: 1.3;

  text-align: left;

  padding: 0;

  color: #000;

}

.edu-banner p{

  font-size: 22px;

  margin-bottom: 40px;

}

.indust .service p span::after{

display: none;

}

.indust .service p span::before{

  display: none;

  }

.space-top{

  margin-top: 50px;

  }

.space-bottom{

  margin-bottom: 50px;

  }



  .space-bottom_edu_cta{

    margin-bottom: 100px;

  }

.padding-ban{

  padding: 160px 0;

}

.sb h2 {

  font-size: 48px;

  line-height: 1.2;

  font-weight: 700;

}

.sb p {

  color: #383838;

  font-size: 20px;

  line-height: 1.5;

  font-weight: 400;

  margin-top: 8px !important;

  text-align: center;

}

.space-li{

  margin-top: 70px;

}

.edu_ul{

  margin-top: 35px;

}

.edu_li{

  position: relative;

  margin-bottom: 30px;

}

.edu_li h5{

  font-size: 20px;

  font-weight: 800;

  padding-left: 40px;

}

.edu_li:after{

  position: absolute;

  content: "";

  background: transparent linear-gradient(180deg,#33b4ff 0%,#0949bd 100%) 0% 0% no-repeat padding-box;

  width: 15px;

  height: 15px;

  border-radius: 50%;

  bottom: 0;

  left: 0;

  top: 5px;

}

.indust .counter{

  padding: 40px  12px;

  background-color: #2e2e2e;

}

.indust .counter p{

  text-align: center;

  color: #f05825;

}

.indust .counter h2{

  text-align: center;

  color: #fff;

font-size: 40px;

font-weight: 700;

}

.indust .counter p{

  margin-bottom: 0;

}

.edu_cta1{

  background-color:#1D1D1D;

  padding: 60px ;

  border-radius: 30px;

  display: flex;

  justify-content: space-between;

  position: relative;

}



.edu_cta1 .text-white h2{

  font-size: 36px;

  font-weight: 600;

  line-height: 1.2 !important;

  text-align: left !important;

  transition: all 0.3s ease-in-out 0.2s;

}

.edu_cta1 .text-white p{

  color: #fff !important;

  margin: 20px 0px 35px;

  transition: all 0.3s ease-in-out 0.2s;

}

.edu_cta1_rgt_img{

  width: 100%;

  padding-top: 15px;

}

.edu_cta1 img{

  text-align: center;

}

.edu_cta1_rgt {

  position: absolute;

  right: -50px;

  top: 0;

}

.edu_sec5{

  background: #141324;

  padding: 70px 0;

}

.edu_sec5 .text-white h2{

  font-size: 36px;

  font-weight: 600;

  line-height: 1.2 !important;

  color: #fff !important;

  text-align: center !important;

}

.edu_feature h2{

  font-size:36px ;

  font-weight: 600;

  line-height: 1.2 !important;

  text-align: center !important;

}

.edu_feature p{

  text-align: center !important;

  color: #383838;

  font-size: 20px;

  line-height: 1.5;

  font-weight: 400;

  margin-top: 8px !important;

}

.edu_feat_box {

  text-align: center;

  transition: all .3s ease-in-out 0s;

  border-radius: 20px;

  padding: 40px 20px 20px 20px;

  height: 100%;

  border: 1px solid #8080800a;

}

.edu_feat_box h3 {

  margin: 15px 0 15px;

  font-weight: 600;

  font-size: 20px;

}

.edu_feat_box p{

  font-size: 16px;

  font-weight: 400;

}

.edu_feat_box:hover{

  background-color: unset !important;

  box-shadow: #ccdbe8 3px 3px 6px 0px inset, rgba(204,219,230,.5) 3px 3px 6px 1px inset;

  transform: scale(.95);

}

.feature_img{

  width: 10%;

  margin: auto;

}

.feature_img img{

  transition: .5s;



}

.edu_feat_box:hover .feature_img img {

  transform: rotateY(180deg);

}



.edu_vid .edu_video {

  background: url(../web-images/img-harsh/video_bg.png);

  width: 100%;

  height: 100%;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  padding: 130px 30px;

  border-radius: 36px;

}

.image_vid{

  position: relative;

  z-index: 1;

}

.image_vid::after{

  position: absolute;

  content: "";

  background: transparent linear-gradient(180deg,#33b4ff 0%,#00649e 100%) 0% 0% no-repeat padding-box;

  border-radius: 22px;

  width: 100%;

  height: 100%;

  top: 0;

  bottom: 0;

  left: 0;

  transform: rotate(-5deg);

  z-index: -1;

}

.image_vid>img{

  width: 100%;

}

.vid_cont {

  padding: 0 55px ;

}

.vid_cont h2{

  margin-bottom: 30px;

}

.image_vid span{

  position: absolute;

  bottom: -50px;

  width: 165px;

  height: 165px;

  right: -50px;

  cursor: pointer;

  animation-name: spin;

  animation-duration: 5000ms;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

}

@keyframes spin{

  0%{

      transform: rotate(-360deg);

  }

}

.edu_modal  h2 {

  text-align: center;

  font-weight: 700;

  line-height: 1.2;

  font-size: 48px;

}

.modal_back{

  background: url(../../web-images/ind-edu/connect.png);

  background-repeat: no-repeat;

  background-size: contain;

  width: 150px;

  height: 150px;

  border: unset;

  background-position: center;

  margin: 70px auto 0;

  display: flex;

  align-items: center;

  justify-content: center;

  animation-name: spin;

  animation-duration: 5000ms;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

}

.modal_back:hover{

  transform: scale(1.1);

  background-color: transparent;

  animation-name: spin;

  animation-duration: 5000ms;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

}

.edu_modal .sp{

  position: relative;

}

.edu_modal .sp:after {

  position: absolute;

  content: "";

  background: url(../../web-images/ind-edu/lst_cta.png);

  background-position: center;

  width: 100%;

  height: 120px;

  background-repeat: no-repeat;

  bottom: 14px;

  z-index: -1;

  right: 0;

}

.edu_modal .sp h2 span{

  background: #28a3ea;

  padding: 10px 20px ;

  border-radius: 50px;

  color: #fff;

}

.edu_feat_service {

  background: #141324;

  padding: 70px 0;

}

.text-white h2{

  font-size: 36px;

  font-weight: 600;

  line-height: 1.2 !important;

  color: #fff !important;

  text-align: center !important;

}

.text-white h3{

  color: #fff ;  

}

.text-white p{

  color: #fff ;

  margin: 20px 0px 35px;

}

.edu_feat_service .edu_feat_service_box{

  background: rgba(255,255,255,.09) 0% 0% no-repeat padding-box;

  border: 1px solid rgba(255,255,255,.23);

  border-radius: 16px;

  opacity: 1;

  backdrop-filter: blur(38px);

  padding: 20px;

  transition: all .3s ease-in-out .2s;

  height: 100%;

}

.edu_feat_service .edu_feat_service_box:hover p{

  color:#000 !important;

}

.edu_feat_service .edu_feat_service_box:hover h3{

  color:#000 !important;

}

.edu_feat_service .edu_feat_service_box:hover {

  background: #fff;

  border: 1px solid #046aa5;

  transform: translate(0px, -10px);   

}

.edu_ad_tech_slider_box {

  background: #EEF4FD;

  border-radius: 36px;

  height: 100%;

  

}

.edu_ad_tech_slider_box .edu_ul{

  margin-top: 35px;

}

.edu_ad_tech_slider_box .edu_li{

  position: relative;

  margin-bottom: 30px;

}

.edu_ad_tech_slider_box .edu_li h3{

  font-size: 18px;

  font-weight: 700;

  padding-left: 40px;

}

.edu_ad_tech_slider_box .edu_li:after{

  position: absolute;

  content: "";

  background: transparent linear-gradient(180deg,#33b4ff 0%,#0949bd 100%) 0% 0% no-repeat padding-box;

  width: 15px;

  height: 15px;

  border-radius: 50%;

  bottom: 0;

  left: 0;

  top: 2px;

}

.edu_ad_tech_slider_box .slider_cont{

  padding: 70px;

}

.edu_ad_tech_slider_box .slide_img{ 

  height: 100%;

  overflow: hidden;

  border-radius: 20px;

}

.edu_ad_tech_slider_box .slide_img img{ 

  height: 100%;

  width: 100%;

}

img{

  width: 100%;

}

.edu_arrow{

  width: 45%;

}



.edu_port_slide1{

  background: url(../../web-images/img-harsh/kids_early_education.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

}

.edu_port_slide2{

  background: url(../../web-images/img-harsh/iClicker-bg.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

}

.edu_port_slide3{

  background: url(../../web-images/img-harsh/SLSA-bg.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

}

.edu_port_space{

  padding: 40px 20px;

  border-radius: 20px;

  margin: 20px !important;

}

.edu_tab {

  overflow: hidden;

  text-align: center;

  display: flex;

  justify-content: center;

}

/* Style the buttons inside the tab */

.edu_tab button { 

  cursor: pointer;

  padding: 20px;

  transition: 0.3s;

  font-size: 17px;

  color: #fff;

  border: 1px solid #FFFFFF5C ;

  width: 30%;

  border-radius: 10px ;

  background: transparent ;

  margin-left: 15px;

  color: #fff;

  font-size: 24px;

  font-weight: 700;

}



.edu_tab button.active {

  background: transparent linear-gradient(180deg, #33B4FF 0%, #00649E 100%) 0% 0% no-repeat padding-box ;

}



/* Style the tab content */

.edu_tabcontent {
  /* display: none; */
  padding: 6px 12px;
}

.edu_tabcontent  .img-tab{
  width: 73%;
}
.edu_tabcontent .edu_ul{
  margin-top: 35px;
}
.edu_tabcontent .edu_li{
  position: relative;
  margin-bottom: 30px;
}
.edu_tabcontent .edu_li h3{
  font-size: 18px;
  font-weight: 700;
  padding-left: 40px;
}
.edu_tabcontent .edu_li:after{

  position: absolute;

  content: "";

  background: transparent linear-gradient(180deg,#33b4ff 0%,#0949bd 100%) 0% 0% no-repeat padding-box;

  width: 15px;

  height: 15px;

  border-radius: 50%;

  bottom: 0;

  left: 0;

  top: 2px;

}

.edu_protfolio_slider .port_head{

  display: flex;

  align-items: center;

}

.edu_protfolio_slider .port_head h3{

  font-size: 30px;

  margin-left: 20px;

  margin-bottom: 0;

}

.edu_slide_con_port p{

  font-size: 14px;

  width: 100%;

  margin-top: 10px;

  margin-bottom: 0px;

  color: #1D1D1D;

  line-height: normal;

  text-align: left;

}

.edu_protfolio_slider .port_cont{

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  flex-wrap: wrap;

  margin: 15px  ;

}

.edu_protfolio_slider .port_cont .port_cont1 span{

  display:block ;

}

.port-icon{

  display: flex;

}

.port-icon a{

  margin-left: 10px;

}

.edu_cta2{

  background-color:#089df3;

  padding: 60px ;

  border-radius: 30px;

  display: flex;

  justify-content: space-between;

  position: relative;

}



.edu_cta2 .text-white h2{

  font-size: 40px;

  font-weight: 600;

  line-height: 1.2 !important;

  text-align: left !important;

}

.edu_cta2_rgt_img{

  width: 60%;

}

.edu_cta2 img{

  text-align: center;

}

.edu_cta2_rgt {

  position: absolute;

  right: -100px;

  bottom: 0;

}

.edu_protfolio_slider .slick-slide.slick-center {

  opacity: 1;

}

.edu_protfolio_slider .slick-slide {

  opacity: .4;

}

.port_cont1 h4{

font-size: 14px;

font-weight: 600;

}

/* champion-section */

.champion-section{

  padding: 50px 0px;

}

.champion-section .champion-content h2{

  font-size: 40px;

  color: white;

  font-weight: 700;

}

.champion-section .champion-content p{

  font-size: 18px;

  font-weight: 400;

  color: white;

  margin-top: 10px;

}

.champion-section .container{

  background-image: url(../../web-images/mobile-app/champion-image/mbl_cta4.webp);

  background-repeat: no-repeat;

  background-position: center right -2px;

  background-size: auto;

  background-color: black;

  border-radius: 30px;

  padding: 50px;

  margin-top: 50px;

}

.fixed-banner{
  background-image: url(../../web-images/home-page/Fixed_Banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.padding-mob{
  padding: 100px 0;
}
.fixed-banner .heading h1{
  font-size: 48px;
  line-height: 1.3;
  text-align: left;
  padding: 0;
  color: #000;
}
.fixed-banner p{
  font-size: 22px;
  margin-bottom: 40px;
}

/* Partner-Strip  */
.partner-strip .container{
  background-color: transparent !important;
}
.partner-strip .strip-img img{
  width: 100%;
}
.partner-strip .strip-cont h2{
  font-size: 40px;
}
.partner-strip .strip-cont p{
  font-size: 20px;
}
.partner .partner-img{
  margin: 0px 10px;
  background-color: #F2F8FC;
  border-radius: 20px;
  border: 1px solid #0000002e;
    padding: 20px 12px;
}
.partner .partner-img img{
  /* width: 100%; */
  aspect-ratio: 3/1;
  object-fit: contain;
  /*filter: grayscale(1);*/
  margin: auto;
}
/*.partner .partner-img:hover img{*/
/*  filter: grayscale(0);*/
/*}*/
.partner .slick-arrow{
  display: none !important;
}

/* Technology-Stack  */
.techno-wrapper h2{
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
.techno-wrapper h3{
  font-size: 24px;
  padding-bottom: 10px;
  color: #1d1d1d;
  font-weight: 400;
  position: relative;
  margin-bottom: 0px;
}
.techno-wrapper h3::after{
  position: absolute;
    content: "";
    border-bottom: 1px solid #266499;
    bottom: 0;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    left: 0;
    max-width: 350px;
    opacity: .23;
}
.techno-wrapper ul{
  display: flex;
  align-items: center;
  width: fit-content;
  flex-wrap:wrap;
  padding-top: 20px;
}
.techno-wrapper li{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 12px;
}
.techno-wrapper li:last-child{
  margin-right: 0px;
}
.techno-wrapper li img{
  border: 1px solid rgba(128, 128, 128, 0.24);
  padding: 20px;
  border-radius: 10px;
  transition: .5s ease;

  width: 105px;
  height: 105px;
}
.techno-wrapper li p{
  font-size: 16px;
  color: #141324;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0px;
  transition: .5s ease;
}
.techno-wrapper li:hover p{
  letter-spacing: .5px;
  font-size: 17px;
}
.techno-wrapper li:hover img{
  transform: scale(1.05);
  box-shadow: 4px 4px 10px rgba(128, 128, 128, 0.486);
}

/* Industries  */
.industry-box{
  box-shadow: 2px 2px 15px rgba(128, 128, 128, 0.253);
  padding: 0px;
  border-radius: 0px 0px 22px 22px;
  margin: 0px 8px;
  margin-bottom:15px;
}
.industry-box img{
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
.industry-box .ind-cont{
  background: #fff;
  padding: 20px;
  border-radius: 0px 0px 22px 22px;
  z-index: 0;
  height: 100%;
  position: relative;
  margin-top: -95px;
}

.industry-box .ind-cont2{
  background: #fff;
  padding: 20px;
  border-radius: 0px 0px 22px 22px;
  z-index: 0;
  height: 100%;
  position: relative;
  
}

.industry-box .uni-a a{
  font-size: 16px;
}
.industry-box .uni-a i{
  font-size: 16px;
  width: 30px;
  height: 30px;
}
.industries .slick-arrow{
  bottom: -15% !important;
  top: unset !important;
  border: 1px solid #1d1d1d;
} 
.industries .slick-prev {
  left: 44% !important;
}
.industries .slick-next {
  right: 44% !important;
}
/* Universal-Button  */

.uni-btn .uni-btninput{
width:auto !important;
  font-size: 18px !important;

  padding: 10px 45px !important;

  color: #ffffff !important;

  background-color: #0949bd !important;

  outline: none !important;

  border: none !important;

  border-radius: 2px !important;

  transition: 0.3s !important;

  font-family: 'Roboto', sans-serif !important;

  border-radius: 50px !important;

  display: flex !important;

  align-items: center !important;

}



.uni-btn .uni-btninput:hover {

  background-color: #333 !important;

  color: #fff !important;

}

.uni-btn .uni-btninput i{

  width: 40px !important;

  height: 40px !important;

  border-radius: 50px !important;

  background-color: #fff !important;

  color: #000 !important;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  font-size: 20px !important;

  margin-left: 10px !important;

}
  /* succeed-section */
  .succeed-section{
    padding: 50px 0px;
  }
  .succeed-content h2{
    font-size: 40px;
    color: #1d1d1d;
    margin-bottom: 50px;
  }
  .succeed-box h3{
    font-size: 25px;
    color: #1d1d1d;
    font-weight: 600;
    transition: .3s;
  }
  .succeed-box  p{
    font-size: 18px;
    color: #383838;
    transition: .3s;
    margin-top: 15px;
  }
  .succeed-box{
    /* border: 1px solid black; */
    border-radius: 10px;
    box-shadow: 1px 1px 10px #80808029;
    padding: 30px 20px;
    margin-bottom: 35px;  
    height: 100%;
    
  }
  .box1{
    background-color: #f2f2ff;
    transition: .3s;
  }
  .box2{
    background-color: #fffbeb;
    transition: .3s;
  }
  .box3{
    background-color: #f2f9ff;
    transition: .3s;
  }
  .box4{
    background-color: #e5f5f0;
    transition: .3s;
  }
  .box5{
    background-color: #fff2f2;
    transition: .3s;
  }
  .box6{
    background-color: #ebf9ff;
    transition: .3s;
  }

  .box1:hover{
    background-color: #5c55c9;
    color: white;
  }
  .box2:hover{
    background-color: #ffb85f;
    color: white;
  }
  .box3:hover{
    background-color: #1dc7d4;
    color: white;
  }
  .box4:hover{
    background-color: #4a978a;
    color: white;
  }
  .box5:hover{
    background-color:#f32c5c ;
    color: white;
  }
  .box6:hover{
    background-color: #298dff;
    color: white;
  }
  .succeed-box:hover p{
    color: white;
  }
  .succeed-box:hover h3{
    color: white;
  }
.box_dv span{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  transition: .3s;
}
.succeed-box:hover span{
  background-color: white !important;
}
.box_dv-succed{
    display: flex;
    justify-content: space-between !important;
    align-items: center;
  }
















































































