@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
}
img{
    max-width: 100%;
    height: auto;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
    color: #43BAFF;
    transition: all 0.3s linear;
}
input:focus{
    box-shadow: none;
}
.navbar{
    background: #141D38;
/*    padding: 25px 0;*/
}
.navbar-toggler,.navbar-toggler:focus{
    padding: 4px 5px;
    box-shadow: none;
}
.navbar-toggler-icon{
    width: 1.1em;
    height: 1.1em;
}
.header .nav-item .nav-link{
    color: #ffffff !important;
    line-height: 35px;
    transition: all 0.2s ease-out 0s;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 15px;
}
.toggle-search-box {
    position: relative;
    order: 1;
}
.toggle-search-box .search-icon {
    /*background-color: #B69149;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
}
.toggle-search-box .search-icon i {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    /*-webkit-transform: rotate(270deg);
    transform: rotate(270deg);*/
    font-size: 18px;
}
.toggle-search-box .search-icon.close i::before {
    content: "\f00d";
    font-size: 20px;
}
.toggle-search-box .search-input.show {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
}
.toggle-search-box .search-input {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.toggle-search-box .search-input form {
    position: relative;
}
.toggle-search-box .search-input form input {
    width: 100%;
    padding: 0 66px 0 20px;
    height: 46px;
    line-height: 1;
    border-color: #e6e6e6;
    color: #b5b5b5;
    border: none;
    background: #f6f6f6;
    box-sizing: border-box;
    outline: none;
}
.toggle-search-box .search-input form input:focus{
    outline:none;
}
.toggle-search-box .search-input form button {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    outline: none;
    text-align: center;
    vertical-align: middle;
    color: #b5b5b5;
    background: #43baff;
    transition: all 0.3s linear;
}
.toggle-search-box .search-input form button i{
    color: #ffffff;
}
.site-offcanvas{
    order: 1;
    background: transparent !important;
    border: none;
    margin-left: 20px;
}
.site-offcanvas i{
    color: #ffffff;
    font-size: 30px;
}
.navbar-toggler{
    color: #ffffff;
    order: -1;
    background: #ffffff;
}
.offcanvas{
    padding: 40px;
}
.offcanvas-body{
    overflow-x: hidden;
    overflow-y: auto;
}
/*.offcanvas-header .btn-close{
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #1b1d21;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s linear;
    background: #f5f5f5;
    text-align: center;
}*/
.offcanvas-text p{
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.875;
}
.offcanvas-gallery h4{
    color: #1b1d21;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}
.offcanvas-contact h4{
    color: #1b1d21;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}
.offcanvas-contact ul li{
    padding-bottom: 15px;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
.offcanvas-contact ul li i{
    font-size: 21px;
    color: #43BAFF;
    width: 1em;
    height: 1em;
    position: relative;
    margin-right: 15px;
}
.offcanvas-contact ul li i:before{
    position: absolute;
   left: 42%;
    top: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     transform: translateX(-50%); 
}
.offcanvas-social-icon{
    margin-top: 30px;
}
.offcanvas-social-icon ul li{
    display: inline-block;
}
.offcanvas-social-icon ul li a{
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0px 3px;
    text-align: center;
    transition: 0.3s ease-out;
}
.offcanvas-social-icon ul li a:hover{
    transform: translateY(-8px);
}
.offcanvas-social-icon ul li .facebook{
    background: #4661C5;
}
.offcanvas-social-icon ul li .instagram{
    background: #FF753B;
}
.offcanvas-social-icon ul li .twitter{
    background: #4CCEF9;
}
.offcanvas-social-icon ul li .linkedin{
    background: #0A66C2;
}
.offcanvas-social-icon ul li a i{
    font-size: 14px;
    color: #ffffff;
    line-height: 29px;
}
.slide{
    background: url(../../assets/img/slide-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0px 205px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.slide .slide-heading{
    text-align: center;
}
.slide .slide-heading h5{
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
}
.slide .slide-heading h2{
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 80px;
    font-family: 'Montserrat', sans-serif;
}
.digital-solutions{
    /*max-width: 985px;*/
    margin: 0 auto;
    margin-top: 30px !important;
}
.digital-solutions .soltions-item{
    padding: 23px 25px 23px 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px!important;
    margin: 0 auto;
   /* width: 170px;*/
}
.digital-solutions .soltions-item:hover{
    background-color: #141D38;
    border-color: #43baff;
    color: #fff;
}
.digital-solutions .soltions-item .icon-box{
    line-height: 1;
    margin-bottom: 18px;
}
.digital-solutions .soltions-item .icon-box img{
    width: 30px;
    margin: 0 auto;
    display: block;
}
.digital-solutions .soltions-item h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.soltion-col{
    margin: auto;
    /*width: 19.666667%;*/
}
.section-heading{
    text-align: center;
}
.section-heading span{
    font-size: 14px;
    font-weight: 800;
    color: #7141b1;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.section-heading h2{
    margin-bottom: 0;
    line-height: 48px;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin: 0 0 20px;
    color: #1b1d21;
}
.section-heading p{
    padding: 0px 0px 40px 0px;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.875;
}
.about-us{
    position: relative;
    background: url(../../assets/img/about-bg.png);
    background-position: 50% 165px;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px 125px 0px;
}
.inner-service{
    margin-bottom: 80px;
}
.inner-service .inner-service-box{
    overflow: hidden;
    position: relative;
    padding: 10px;
    background: #fff;
    transition: all 0.3s linear;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.inner-service .inner-service-box:hover{
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    border-color: transparent;
}
.inner-service .inner-service-box .big-number{
    position: absolute;
    right: -7px;
    bottom: 0;
    font-size: 72px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 52px;
    color: #f2f2f2;
}
.inner-service .inner-service-box .inner-service-box-img{
    margin-bottom: 20px;
}
.inner-service .inner-service-box .content-box{
/*    padding-left: 73px;*/
    position: relative;
}
.inner-service .inner-service-box .content-box h5{
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    margin: 0 0 5px;
    color: #1b1d21;
    font-weight: bold;
}
.inner-service .inner-service-box .content-box p{
    margin: 0 0 5px;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
.mission-vision{
    background: url(../../assets/img/mission-visionbg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 130px 0px 130px 0px;
    position: relative;
}
.mission-vision .mission-vision-box{
    padding-right: 60px;
}
.mission-vision .mission-vision-box .mission-vision-text p{
    padding: 0px 0px 40px 0px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 0;
}
.counter-part .counter-box span{
    color: #43BAFF;
    font-size: 36px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.counter-part .counter-box h6{
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 1px;
}
.mission-vision .mission-vision-img-part .mission-vision-img-box{
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}
.mission-vision .mission-vision-img-part .box1{
    margin: -30px 0px 0px 0px;
    padding: 0px 0px 30px 0px
}
.mission-vision .mission-vision-img-part .box2{
    padding: 0px 0px 30px 0px;
}
.mission-vision .mission-vision-img-part .box3{
    /*padding-top: 30px;*/
    margin: -30px 0px 30px 0px;
}
.mission-vision .mission-vision-img-part .box4{

}
.mission-vision .mission-vision-img-part .mission-vision-img-box:after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    z-index: 1;
    transition: all 0.3s linear;
    transform: rotate(45deg);
    background: #43baff;
}
.mission-vision-img-part .mission-vision-img-box .overlay{
    z-index: 1;
    opacity: 1;
    background: rgba(16, 120, 165, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}
.mission-vision-img-part .mission-vision-img-box .overlay .inner-content{
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.mission-vision-img-part .mission-vision-img-box img{
    filter: grayscale(90%);
}

.mission-vision-img-box:hover .overlay{
    background: transparent;
}
.clients{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 45px 0px 45px 0px;
    position: relative;
}
.services{
    background-color: #F8F8F8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 0px 290px 0px;
    position: relative;
}
.services .service-box{
    overflow: hidden;
    position: relative;
    padding: 90px 32px 35px;
    background: #fff;
    transition: all 0.3s linear;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.services .service-box .icon-main{
    position: absolute;
    top: -88px;
    right: -88px;
    width: 188px;
    height: 188px;
    color: #fff;
    background-image: linear-gradient(125deg, #00deff, #502a71);
    border-radius: 50%;
}
.services .service-box .icon-main i{
    width: 45px;
    position: absolute;
    bottom: 35px;
    left: 41px;
    font-size: 40px;
    line-height: 1;
}
.services .content-box h5{
    font-weight: 800;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #1b1d21;
    font-family: "Montserrat", sans-serif;
}
.services .content-box p{
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
.service-box .content-box ul{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.service-box .content-box ul li{
    padding: 0 20px;
    transition: all 0.3s linear;
}
.service-box .content-box ul li.active{
    background: #f8f8f8;
}
.service-box .content-box ul li.active a {
    color: #7141b1;
    padding-left: 15px;
}
.service-box .content-box ul li:hover{
    background: #f8f8f8;
}
.service-box .content-box ul li:hover a:before, .service-box .content-box ul li.active a:before {
    opacity: 1;
    visibility: visible;
     content: "//";
    position: absolute;
    left: 0;
    top: 0;
    color: #7141b1;
    transition: all 0.3s linear;
}

.service-box .content-box ul li a{
    position: relative;
    color: #1b1d21;
    display: inline-block;
    line-height: 40px;
    transition: all 0.3s linear;
}
.service-box .content-box ul li:hover a{
    color: #7141b1;
    padding-left: 15px;
}
/*.section-background{
    margin-top: -170px;
}*/
.client-img{
    padding:10px 0;
}
.client-img img{
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.section-background{
    background: url(../../assets/img/section-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    padding: 20px 65px 65px 65px;
    margin-top: -170px;
    position: relative;
}
.home-section-form{
    background: #141D38;
    padding: 70px 40px 40px 40px;
    position: relative;
}
.home-section-form:after{
    background: #141D38 !important;
    top: -70px;
    transform: skewY(-174deg);
    content: "";
    height: 130px;
    left: 0;
    position: absolute;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    backface-visibility: hidden;
    box-shadow: 0 -26px 12px transparent;
    outline: 1px solid transparent;
}
.home-section-form .form-control{
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(60, 65, 84, 0.2);
    box-shadow: none;
    color: #fff;
}
.home-section-form .form-control::placeholder{
    color: #ffffff;
}
.section-background .section-heading span{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.section-background .section-heading h2{
    color: #FFFFFF;
    font-size: 48px;
    line-height: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.section-background .section-background-btn{
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: rgba(67, 186, 255, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 21px 35px 21px 35px;
    color: #ffffff;
    transition: all .3s;
}
.section-background .section-background-btn:hover{
    color: #FFFFFF;
    background-color: #43BAFF;
    border-color: #43BAFF;
}
.team{
    position: relative;
    margin: 80px 0;
}
.team .team-box{
    background: #ffffff;
    transition: all 0.3s linear;
    position: relative;
    text-align: center;
}
.team .team-box .team-img-box{
    position: relative;
}
.team .team-box .team-img-box img{
    position: relative;
}
.team .team-box .team-img-box .team-social{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.team .team-box .team-img-box .team-social > div{
    padding: 3px 17px;
    background: #262051;
    transform: translateX(100%);
    transition: all 0.3s linear;
}
.team .team-box .team-img-box .team-social a{
    display: block;
    color: #9390a8;
    font-size: 14px;
    line-height: 1;
    margin: 20px 0;
}
.team .team-box .team-img-box .team-social a:hover{
    color: #43BAFF;
    transition: all 0.3s linear;
}
.team-box:hover .team-img-box .team-social > div {
    transform: translateX(0);
}
.team .team-box .team-info{
    padding: 25px 10px
}
.team .team-box .team-info h4{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    color: #1b1d21;
}
.team .team-box .team-info span{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #797979;
}
.consultation-bg{
    background: url(../../assets/img/consultation-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 130px 0px 130px 0px;
    margin-bottom: 80px;
}
.consultation-bg .consultation-bg-text p{
    color: #FFFFFF;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
}
.consultation-bg .consultation-bg-text h2{
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 900;
    line-height: 80px;
    font-family: "Montserrat", sans-serif;
}
.consultation-bg-btn{
    transition: all 0.3s linear;
    font-size: 14px;
    padding: 14px 30px 14px 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    background: #1a59a3;
    cursor: pointer;
    border: 1px solid transparent;
    color: #ffffff;
    outline: none;
}
.consultation-bg-btn:hover{
   background: transparent;
color: #1a59a3;
border: 2px solid #1a59a3;
border-radius: 5px;
}
.testimonial{
    background: url(../../assets/img/testimonial-bg.jpg);
    background-color: #F8F8F8;
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 110px 0px;
    position: relative;
}
.testimonial .testimonial-box{
    position: relative;
}
.testimonial .testimonial-layer{
    background: #f8f8f8;
    position: absolute;
    left: 30px;
    bottom: -20px;
    width: calc(100% - 55px);
    height: 100%;
    z-index: -1;
    box-shadow: 3px 3px 13px 0px rgb(0 0 0 / 10%);
}
.testimonial .testimonial-item{
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 3px 3px 13px 0px rgb(0 0 0 / 10%);
}
.testimonial .testimonial-item .testimonial-head{
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: normal;
}
.testimonial .testimonial-item .testimonial-icon{
    margin-right: 30px;
    width: 90px;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-item .testimonial-icon i{
    width: 90px;
    height: 90px;
    background: #141D38;
    color: #F8F8F8;
    font-size: 40px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
}
.testimonial-item .testimonial-head .test-info h6{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 1.2;
    color: #1b1d21;
    font-weight: bold;
}
.testimonial-item .testimonial-head .test-info span{
    color: #9f9f9f;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
.testimonial .testimonial-item .testimonial-text{
    margin-top: 23px;
}
.testimonial .testimonial-item .testimonial-text p{
    color: #6d6d6d;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
.footer{
    background-color: #211E3B;
    background-image: url(../../assets/img/footer-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 110px 0px 100px 0px;
}
.footer .contact-info{
    text-align: center;
    margin-bottom: 20px;
}
.footer .contact-info .box-icon{
    margin-bottom: 25px;
}
.footer .contact-info .box-icon i{
    font-size: 30px;
    line-height: 1;
    color: #43baff;
}
.footer .contact-info p{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.875;
    margin-bottom: 15px;
}
.footer .contact-info h6{
    color: #AEAACB;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 5px;
}
.footer .footer-menu{
    text-align: center;
}
.footer .footer-menu li{
    display: inline-block;
    margin: 0px 29px;
}
.footer .footer-menu li a{
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   font-weight: 500;
   color: #ffffff;
}
.footer .footer-menu li a:hover{
    color: #43baff;
    transition: all 0.3s linear;
}
.footer .footer-bootom p{
    margin-top: 30px;
    text-align: center;
    color: #AEAACB;
    font-size: 16px;
    line-height: 1.875;
}
.footer .footer-bootom .footer-icon{
    margin-top: 25px;
    text-align: center;
}
.footer .footer-bootom .footer-icon li{
    display: inline-block;
}
.footer .footer-bootom .footer-icon li a{
    background: #ffffff;
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0px 3px;
    text-align: center;
    transition: 0.3s ease-out;
}
.footer .footer-bootom .footer-icon li a:hover{
    transform: translateY(-8px);
}
.footer .footer-bootom .footer-icon li a i{
    font-size: 14px;
    line-height: 29px;
}
.footer .footer-bootom .footer-icon li a .facebook{
    color:#2255EE;
}
.footer .footer-bootom .footer-icon li a .instagram{
    color:#FF9000;
}
.footer .footer-bootom .footer-icon li a .twitter{
    color: #4CCEF9;;
}
.footer .footer-bootom .footer-icon li a .linkedin{
    color: #3292FF;
}
.page-header{
    background: url(../../assets/img/breadcrumb.jpg);
    width: 100%;
    color: #43baff;
    font-weight: 500;
    background-size: cover;
    padding: 150px 0 100px 0;
}
.page-header h2{
    color: #fff;
    font-size: 48px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1.2;
}
.page-header .bread{
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 30px
}
.page-header .bread li{
    display: inline-block;
    color: #fff;
}
.page-header .bread li a{
    color: #aeaacb;
}
.page-header .bread .active:before {
    content: "/";
    font-family: "flaticon";
    font-size: 15px;
    color: #43baff;
    margin: -2px 8px 0;
    display: inline-block;
    vertical-align: middle;
}
.about-us-page{
    background: transparent !important;
    /*padding-bottom: 20px !important;*/
}
.about-us-page .mission-vision-text p{
    color: #6d6d6d !important;
}
.about-us-page .mission-vision-text p strong{
    color: #1b1d21;
    font-style: italic;
    font-size: 15px;
    line-height: 1.875;
}
.about-us-page .video-popup .btn-inner{
    display: inline-block;
    position: relative;
}
.about-us-page .video-popup .btn-inner a{
    color: #FFFFFF;
    background: #7141B1;
    position: relative;
    width: 65px;
    height: 65px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
}
.about-us-page .video-popup .btn-inner a i{
    font-size: 25px;
}
.about-us-page .video-popup .btn-inner a span{
    border-color: #7141B1;
}

.about-us-page .video-popup .play-button:before, .about-us-page .video-popup .play-button:after{
    content: "";
    position: absolute;
    border:1px solid #7141B1;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}
.about-us-page .video-popup .play-button:after{
    animation-delay: 0.5s;
}
@keyframes animate{
    0%{
        transform: scale(.5);
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1.5);
    }
}
.video-popup > span {
    margin-left: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1b1d21;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
}
.what-do{
    background-color: #211F3B;
    background-image: url(../../assets/img/what-do-bg1.png);
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 130px 0px 120px 0px;
    position: relative;
}
/*.background-overlay{
    background-image: url(../../assets/img/what-do-bg2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}*/
.choose-us-inner{
    padding: 110px 40px;
    color: #fff;
}
.choose-us-inner h2{
    line-height: 48px;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin: 0 0 20px;
    color: #ffffff;
}
.choose-us-item{
    display: flex;
    margin-bottom: 40px;
}
.choose-us-item .choose-us-icon i{
    background: #ffffff;
    color: #141D38;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    margin-right: 30px;
    margin-top: 10px;
}
.choose-us-item .choose-us-desc h4{
    font-size: 18px;
    font-weight: 600;
}
.what-do .what-do-box .what-we-do-part .what-we-do-item{
    display: inline-block;
    padding: 0px 20px 0px 0px;
}
.what-we-do-item .tech-box{
    /*padding: 33px 25px 25px 25px;*/
    width: 75px;
    height: 75px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #43BAFF;
}
.what-we-do-item .tech-box:hover{
    background: #43baff;
    border-color: #43baff;
    color: #fff;
}
.what-we-do-item .tech-box i{
    font-size: 35px;
    
}
/*.what-we-do-item .tech-box i{
    color: #43BAFF;
}*/
.what-do-content{
    margin-top: 60px;
}
.what-do-content h5{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}
.what-do-content p{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    margin-top: 15px;
}
.what-do-btn{
    margin-top: 50px;
}
.site-btn{
    font-size: 14px;
    font-weight: bold;
    color: #43baff;
    text-transform: uppercase;
}
.site-btn i{
    margin-right: 8px;
    font-size: 15px;
    transition: all 0.2s linear;
}
.site-btn:hover i {
    margin-right: 3px;
}
.about-counter{
    background-color: transparent;
    background-image: linear-gradient(90deg, #00DEFF 0%, #7141B1 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 80px 0;
    padding: 82px 0px 82px 0px;
}
.about-counter-box{
    text-align: center;
    padding: 0 55px;
}
.about-counter-box span{
    color: #FFFFFF;
    padding-left: 20px;
    font-size: 48px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.about-counter-box h6{
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 13px;
    padding-left: 20px;
    position: relative;
}
.about-counter-box h6:before{
    background: #ffffff;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
}
.contact-page{
    padding: 100px 0;
}
.contact-list .contact-page-info{
    padding: 30px 30px 25px;
    overflow: hidden;
    transition: all 0.3s linear;
    width: 80%;
}
.contact-list .contact-page-info:hover{
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
}
.contact-list .contact-page-info i{
    float: left;
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    color: #43baff;
}
.contact-list .contact-page-info .info-text{
    padding-left: 50px;
}
.contact-list .contact-page-info .info-text h6{
    font-size: 16px;
    margin-bottom: 5px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #1b1d21;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.contact-list .contact-page-info .info-text p{
    color: #6d6d6d;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.875;
    font-weight: 500;
    margin-bottom: 0;
}
.contact-page .contact-form{
    padding: 60px 48px;
    background-image: linear-gradient(90deg, #00deff 0%, #7141b1 100%);
    color: #fff;
}
.contact-page .contact-form h2{
    color: #fff;
    margin-bottom: 10px;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 1.2;
}
.contact-page .contact-form p{
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
}
.contact-page .contact-form .form-control{
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    padding: 12px 20px;
    box-sizing: border-box;
    outline: none;
    border-radius: unset;
}
.contact-page .contact-form textarea{
    height: 150px;
}
.contact-page .contact-form .form-control::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.contact-page .contact-form .form-control:focus{
    box-shadow: none;
}
.contact-form-btn button{
    font-weight: 800;
    background: #fff;
    color: #1b1d21;
    transition: all 0.3s linear;
    font-size: 14px;
    padding: 14px 30px 14px 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.contact-form-btn button:hover{
    background: #7141b1;
    color: #ffffff;
}

.blog-page{
    margin: 80px 0;
}
.blog-page .blog-item{
    transition: all 0.3s linear;
    margin-bottom: 30px;
}
.blog-page .blog-item:hover{
    box-shadow: 15px 15px 38px 0px rgb(0 0 0 / 10%);
}
.blog-page .blog-item .entry-media{
    position: relative;
}
.blog-page .blog-item .entry-media .post-cat{
    position: absolute;
    z-index: 1;
    bottom: -16px;
    left: 40px;
}
.blog-page .blog-item .entry-media .post-cat a{
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #43baff;
    padding: 10px;
    margin-right: 6px;
}
.blog-page  .blog-item .entry-media .post-cat a:hover{
    background: #7141b1;
}
.blog-page .blog-item .blog-content{
    padding: 35px;
    border: 1px solid #e7e7e7;
}
.blog-page .blog-item .blog-content .entry-meta{
    margin-bottom: 10px;
}
.blog-item .blog-content .entry-meta span{
    margin-right: 5px;
    display: inline-block;
    color: #7141b1;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.blog-item .blog-content h3{
    font-size: 24px;
    line-height: 30px;
}
.blog-item .blog-content h3 a{
    color: #1b1d21;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}
.blog-item .blog-content h3 a:hover{
    text-decoration: underline;
}
.blog-page-detail{
    margin: 80px 0;
    position: relative;
}
.blog-page-detail .blog-detail .entry-media{
    position: relative;
}
.blog-page-detail .blog-detail .entry-media .post-cat{
    position: absolute;
    z-index: 1;
    bottom: -16px;
    left: 40px;
}
.blog-detail .entry-media .post-cat a{
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #43baff;
    padding: 10px;
    margin-right: 6px;
}
.blog-detail .entry-media .post-cat a:hover{
    background: #7141b1;
}
.blog-detail-content{
    padding-top: 40px;
}
.blog-detail-content .entry-meta{
    margin-bottom: 10px;
}
.blog-detail-content .entry-meta span{
    margin-right: 5px;
    display: inline-block;
    color: #7141b1;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.blog-detail-content h2{
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
        font-family: "Montserrat",sans-serif;
    font-weight: 800;
    color: #1b1d21;
}
.blog-detail-content p{
    color: #6d6d6d;
    font-family: "Nunito Sans",sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
.drop-cap {
    font-family: "Montserrat",sans-serif;
    float: left;
    text-align: center;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 1;
    margin: 5px 18px 0 0!important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.drop-cap span {
    font-size: 24px;
    line-height: 38px;
    border: 1px solid #e7e7e7;
    display: block;
    font-weight: 800;
    color: #43baff;
}
.blog-detail-content blockquote{
    font-size: 22px;
    line-height: 36px;
    margin: 30px 0 25px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    padding: 0 30px 0 50px;
    position: relative;
    color: #1b1d21;
}
.blog-detail-content blockquote:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #7141b1;
}
.blog-detail-content blockquote p{
    font-size: 22px;
    line-height: 36px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #1b1d21;
}
.blog-detail-content blockquote span{
    font-family: "Nunito Sans",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b5b5b5;
}
.blog-detail-content .blog-post{
    padding: 30px 0;
}
.blog-detail-content h4{
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
    line-height: 1.2;
    color: #1b1d21;
}
.author-widget{
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}
.author-widget img{
    position: relative;
}
.author-widget .author-widget-info{
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
.author-widget .author-widget-info h5{
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
    line-height: 1.2;
}
.author-widget .author-widget-info p{
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}
.blog-detail-sidebar .author-widget .blog-sidebar-icon{
    margin-top: 25px;
    text-align: center;
}
.blog-detail-sidebar .author-widget .blog-sidebar-icon li{
    display: inline-block;
}
.blog-detail-sidebar .author-widget .blog-sidebar-icon li a{
    background: #ffffff;
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0px 3px;
    text-align: center;
    transition: 0.3s ease-out;
}
.blog-detail-sidebar .author-widget .blog-sidebar-icon li a:hover{
    transform: translateY(-8px);
}
.blog-detail-sidebar .author-widget .blog-sidebar-icon li a i{
    font-size: 14px;
    line-height: 29px;
}
.blog-detail-sidebar .author-widget .blog-sidebar-icon li a .facebook{
    color:#2255EE;
}
.blog-detail-sidebar .author-widget .blog-sidebar-icon li a .instagram{
    color:#FF9000;
}
.blog-detail-sidebar .author-widget .blog-sidebar-icon li a .twitter{
    color: #4CCEF9;;
}
.blog-detail-sidebar .author-widget .blog-sidebar-icon li a .linkedin{
    color: #3292FF;
}
.blog-sidebar-list h5{
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
    line-height: 1.2;
    color: #1b1d21;
}
.blog-sidebar-list h5:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 25px;
    height: 3px;
    background: #43baff;
}
.blog-sidebar-list .recent-post{
    padding-top: 5px;
}
.blog-sidebar-list .recent-post li{
    margin-bottom: 25px;
    position: relative;
}
.blog-sidebar-list .recent-post li .recent-post-img{
    float: left;
    width: 70px;
    margin-right: 20px;
}
.blog-sidebar-list .recent-post li h6 a{
    margin: -3px 0 3px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    color: #1b1d21;
}
.blog-sidebar-list .recent-post li h6 a:hover{
    color: #7141b1;
}
.blog-sidebar-list .recent-post li span{
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #b5b5b5;
}
.faq{
    margin: 80px 0;
}
.faq .accordion-button{
    cursor: pointer;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #43baff;
    background: #f6f6f6;
    padding: 12px 20px 12px 20px;
    transition: all 0.3s linear;
    font-size: 16px;
    line-height: 1.875;
    margin: 20px 0;
}

.faq .accordion-button:focus{
    box-shadow: none;
}
.faq .accordion-item{
    border: none;
    box-shadow: none;
}
.faq .accordion-item .accordion-body{
    padding-top: 0;
    padding-bottom: 0;
}
.faq .accordion-item .accordion-body p{
    color: #6d6d6d;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
.partners-page{
    margin: 80px 0;
}
.partners-page .partners-box{
    position: relative;
    overflow: hidden;
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    margin-bottom: 30px;
}
.partners-page .partners-box img{
    position: relative;
    display: block;
    transition: all 0.3s linear;
    width: 100%;
    height: auto;
}
.partners-page .partners-box:hover img{
    transform: scale(1.05);
    filter: grayscale(90%);
}
.partners-page .partners-box:hover .partners-box-info{
    opacity: 1;
}
.partners-page .partners-box .partners-box-info{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(12, 41, 53, 0.5);
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-page .partners-box .partners-box-info h5{
    color: #fff;
    font-size: 24px;
    margin-bottom: 7px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.service-page{
    margin: 80px 0;
    position: relative;
}
.service-page .about-service{
    margin: 0px 55px 0px 40px
}
.service-page .about-service .about-service-content span{
    color: #7141B1;
    font-family: "Nunito Sans", Sans-serif;
    font-weight: 800;
    line-height: 1;
    font-size: 16px;
}
.service-page .about-service .about-service-content h5{
   font-size: 18px;
   font-weight: 600;
   color: #1b1d21;
   font-family: "Montserrat", sans-serif;
   line-height: 1;
   margin: 15px 0;
}
.service-page .about-service .about-service-content p{
    font-family: "Nunito Sans", sans-serif;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    padding: 0px 0px 20px 0px;
}
.service-page-process{
    background-color: #211E3B;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
}
.service-page-process .service-process{
    margin: 0% 10% 0% 15%;
    padding: 120px 0px 120px 0px;
}
.service-process .service-process-tab .nav-link-process{
    font-size: 14px;
    padding: 14px 30px 14px 30px;
    line-height: 1.42857143;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    background: #f6f6f6;
    color: #1b1d21;
    margin: 0 5px;
    float: left;
    font-weight: 800;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s linear;
}
.service-process .service-process-tab .nav-link-process.active,.service-process .service-process-tab .nav-link-process:hover{
    background: #43baff;
    color: #fff;
}
.service-process .service-process-tab .tab-content p{
    color: #FFFFFF;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
.service-page-process .service-process-img{
    background-image: url(../../assets/img/service-process.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px;
}
.service-page-process .video-popup .btn-inner{
    display: inline-block;
    position: relative;
}
.service-page-process .video-popup .btn-inner a{
    color: #43baff;
    background: #ffffff;
    position: relative;
    width: 65px;
    height: 65px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
}
.service-page-process .video-popup .btn-inner a i{
    font-size: 25px;
}
.service-page-process .video-popup .btn-inner a span{
    border-color: #7141B1;
}

.video-popup .play-button:before,.video-popup .play-button:after{
    content: "";
    position: absolute;
    border:1px solid #ffffff;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}
.video-popup .play-button:after{
    animation-delay: 0.5s;
}
@keyframes animate{
    0%{
        transform: scale(.5);
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1.5);
    }
}
.team-upper{
    margin: 80px 0;
    position: relative;
}
.team-upper h2{
    font-size: 48px;
    line-height: 1.4em;
    color: #1b1d21;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
    margin-top:;
}
.career-page{
    padding-bottom: 100px;
    background: #f9faff;
}
.career-page-wrap{
    background-color: #ffffff;
    box-shadow: 0px 10px 40px 0px rgb(10 30 52 / 4%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -6em 0em 0em 0em;
    padding: 6% 6% 6% 6%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.career-page .carrer-page-text h4{
    font-weight: bold;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    color: #1b1d21;
}
.career-page .carrer-page-text{
    margin-bottom: 40px;
}
.career-page .carrer-page-text p{
    color: #6d6d6d;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}
.career-page .carrer-page-text .career-page-list li{
    position: relative;margin-bottom: 2px;
}
.career-page .carrer-page-text .career-page-list li i{
    margin-right: 8px;
    background-color: #43baff;
    color: #ffffff;
    padding: 3px;
    border-radius: 50%;
    font-size: 10px;
    position: relative;
    bottom: 2px;
}
.resume-form{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #0a1e3414;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 4em;
    margin-bottom: 0em;
    padding: 3em 3em 0em 3em;
}
.resume-form h2{
    line-height: 48px;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #1b1d21;
    text-align: center;
    margin-bottom: 30px;
}
.career-page .resume-form .form-control{
    background-color: #f9faff;
    border-color: #0a1e3414;
    border-width: 1px 1px 1px 1px;
    color: #747685;
    border-radius: 6px 6px 6px 6px;
    padding: 16px 16px 16px 16px
}
.career-page .resume-form .form-control:focus{
    box-shadow: none;
}
.career-page .resume-form .resume-btn{
    transition: all 0.3s linear;
    font-size: 14px;
    padding: 14px 30px 14px 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    background: #43baff;
    cursor: pointer;
    border: 1px solid transparent;
    color: #ffffff;
    outline: none;
}
.career-page .resume-form .resume-btn:hover{
    background: #7141b1;
    color: #fff;
}
.career-page-header{
    padding-bottom: 170px !important;
}
.mission-vision.page{
    margin: 100px 0;
}
.success-story{
    padding: 100px 0;
}
.success-story .success-story-content{
    padding: 67px 40px;
    background-color: #f4f7fc;
}
.success-story .success-story-content h2{
    line-height: 48px;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin: 0 0 20px;
    color: #1b1d21;
}
.mission{
    padding: 100px 0;
}
.mission .mission-content{
}
.mission .mission-content h2{
    line-height: 48px;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin: 0 0 20px;
    color: #1b1d21;
}
.mission .mission-content ul{
    list-style:disc;
    margin-left: 30px;
}
.partners{
    padding: 100px 0;
}
.partners-img{
    margin-bottom: 30px;
}
.partners-img img{
    padding: 5px;
    border: 1px solid #ddd;
}
.jobs{
    padding: 100px 0;
    background-color: #f4f7fc !important;
}
.jobs .form-select {
    padding: 0.8rem 2.25rem 0.8rem 0.75rem;
    border: none;
    border-radius: 0;
}
.jobs .form-select:focus{
    box-shadow: none;
    border: 1px solid #43baff;
}
.job-box{
    border-top: 1px solid #E8E8E8;
    padding-top: 35px;
    margin-bottom: 30px;
}
.job-box h4{
    color: #1b1d21;
    font-size: 22px;
    font-weight:700;
    line-height: 1.2;
}
.job-box-list li{
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
}
.job-box-list li i{
    color: #43baff;
}
.job-detail-box h4{
    color: #1b1d21;
    font-size: 22px;
    font-weight:700;
    line-height: 1.2;
}
.job-details{
    padding: 80px 0;
}
.job-detail-list li{
    margin-bottom: 10px;
}
.job-detail-list li i{
    color: #43baff;
}
.apply-now .content{
    background: #141D38;
    border-radius: 6px 6px 0 0;
    padding: 20px 25px;
    border-bottom: 1px solid #eaeff5;
    margin-bottom: 20px;
}
.apply-now .content#ApplyData{
    display: none;
}
.apply-now .content h2{
    color: #ffffff;
    font-size: 25px;
}
.apply-now .content h2 span{
    background: #7141b1;
    padding: 12px;
    border-radius: 5px;
}