@charset "utf-8";
/* CSS Document */
html, body{
    height: 100%;
}

.navbar-nav{
    float: right !important;
}
.navbar {
    position: fixed;
    min-height: 95px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    background: transparent !important;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:0px;
    z-index:111111;
}
.navbar-brand {
    height: 95px !important;
    padding: 25px 0px 25px 0px;
}
.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Inter", serif;
    color: #9BA9C9;
    font-size: 16px;
    line-height: 28px;
}
.navbar-default button{
    background:transparent !important;
}

.menu-book-your-demo-now a{
    background: #1A50D0;
    border-radius: 5px;
    padding-top:12px !important;
    padding-bottom:12px !important;
    margin-top: 15px;
    font-family: "Inter", serif;
    color: #fff !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border: 1px solid #fff;
    display:block;
}
.menu-book-your-demo-now a:hover{
    background: #1A50D0;
}
.activez .button-green a{
    background:transparent !important;
}
.home .button-green a{
    background:transparent !important;
}
.button-green a:hover{
    text-decoration: none;
}
.dropdown-menu > li > a{
    font-family: "Inter", serif;
    color: #9BA9C9;
    font-size: 16px;
    line-height: 28px;
}
.banner{
    background: linear-gradient(173deg, #182c59, #15284e, #132344, #111f39, #101a2f, #0e1625, #0b101c, #050912);
    background-size: cover;
    background-position: center;
    height: 120%;
    padding: 100px 0px;
}
.banner{
    display: flex;
    align-items: center;
}
.banner h5{
    color:#9BA9C9;
    font-family: "Inter", serif;
    font-size: 20px;
    line-height: 38px;
    position:relative;
}
.banner h5::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: url(../images/path.png) no-repeat;
    /* background: linear-gradient(271deg, #ffffff, #e5e4f9, #cac9f3, #afafed, #9396e6, #747edf, #5266d8, #1a50d0); */
    bottom: 0px;
    width: 60%;
}
.banner h1{
    font-family: "Fustat", serif;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -1.08px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.banner h1 span{
    font-family: "Fustat", serif;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -1.08px;
    color: #9BA9C9;
    font-weight: 700;
}
.banner p{
    color: #737C91;
    font-family: "Inter", serif;
    font-size: 22px;
    line-height: 38px;
}
.banner h6{
    color: #737C91;
    font-family: "Inter", serif;
    font-size: 18px;
    line-height: 21px;
    margin-top: 15px;
}
.client-sec{
    background: linear-gradient(180deg, #edf2ff, #f0f4ff, #f2f6ff, #f5f8ff, #f7f9ff, #fafbff, #fcfdff, #ffffff);
    padding: 120px 0px;
}
.client-sec p{
    color: #737C91;
    font-family: "Fustat", serif;
    font-size: 32px;
    letter-spacing: -0.58px;
    line-height: 48px;
    width: 75%;
    margin: 0 auto 50px auto;
    text-align: center;
}
.client-sec img{
    filter: grayscale(100%);
}
.inner-client{
    padding:50px 30px;
    box-shadow: inset 0px 1px 2px #737C9121;
    background: #EDF2FF;
    border-radius: 20px;
    min-height:476px;
}
.inner-client h6{
    color: #1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.43px;
    line-height: 42px;
    margin-top:50px;
   margin-bottom:10px;
}
.inner-client p{
    color: #737C91;
    font-size: 20px;
    line-height: 29px;
    font-family: "Inter", serif;
}
.expertise{
    padding: 100px 0px;
}
.expertise h2{
    text-align: center;
    color: #182C59;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size:32px;
    letter-spacing: -0.58px;
    line-height: 48px;
}
.expertise p{
    text-align: center;
    color: #737C91;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    font-family: "Inter", serif;
    font-size:20px;
    line-height: 29px;
    margin-top:20px;
    margin-bottom:60px;
}
.blue-exp{
    background: linear-gradient(180deg, #182c59, #182c59, #182c59, #182c59, #182c59, #182c59, #182c59, #182c59);
    padding:120px 0px;
}
.blue-exp h2{
    color: #EDF2FF;
    font-family: "Fustat", serif;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.58px;
    text-align: center;
}
.blue-exp p{
    text-align: center;
    color: #9BA9C9;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    font-family: "Inter", serif;
    font-size:20px;
    line-height: 29px;
    margin-top:20px;
    margin-bottom: 50px;
}
.numbox:nth-child(1){
    background: url(../images/grid-1.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 40px 35px;
    min-height: 405px;
}

.grid2{
  background: url(../images/grid-2.png) no-repeat !important;
  background-size: cover !important;
    background-position: center !important;
    border-radius: 20px;
    padding: 40px 35px;
    min-height: 405px;
}
.numbox h3{
  font-size: 72px;
  background: -webkit-linear-gradient(#EDF2FF, #72809F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Fustat", serif;
  font-weight: 500;
}
.numbox h6{
    font-family: "Inter", serif;
    font-weight: 600;   
    font-size: 20px;
    line-height: 29px;
    color: #9BA9C9;
}

.bluz{
    background: #1A50D0;
    border-radius: 20px;
    padding: 40px 35px;
    min-height: 405px;
}
.bluz h4{
    color:#EDF2FF;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -0.48px;
}
.numz{
    margin-top:40px;
}
.why-choose{
    padding-top: 120px;
}
.gridzo{
    display: flex;
}
.left-griz{
    width: 65%;
    margin-right: 24px;
}
.right-griz{
    width: 35%;
    position: relative;
}
.left-griz{
    position: relative;
}
.desz{
    position: absolute;
}
.p1{
    background: url(../images/ser-1.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    min-height: 405px;
}
.p2{
    background: url(../images/ser-2.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    min-height: 405px;
}
.desz {
    position: absolute;
    bottom: 60px;
    left: 35px;
}
.desz p{
    color: #737C91;
}
.gridzz{
    display: flex;
    margin-top: 24px;
}
.p3{
    background: url(../images/ser-3.png) no-repeat;
    background-size: cover; 
    background-position: center;
    border-radius: 20px;
    min-height: 836px;
}
.p4{
    background: #fff;
    background: url(../images/ser-4.png) no-repeat;
    background-size: cover; 
    background-position: center;
    border-radius: 20px;
    height: 405px;
    position: relative;
}
.p5{
    background: url(../images/ser-5.png) no-repeat;
    background-size: cover; 
    background-position: center;
    border-radius: 20px;
    height: 405px;
}
.p6{
    background: url(../images/ser-6.png) no-repeat;
    background-size: cover; 
    background-position: center;
    border-radius: 20px;
    height: 405px;
}
.lefto {
    width: 30%;
    margin-right: 24px;
    position: relative;
}
.righto{
    width: 70%;
}
.flexx {
    display: flex;
    margin-top: 24px;
}
.righto-l{
    width: 50%;
    margin-right: 24px;
    position: relative;
}
.righto-r{
    width: 50%;
    position: relative;
}
.desz h5{
    color: #1A50D0;
    font-size: 24px;
    letter-spacing:-0.43px;
    padding-bottom: 10px;
    font-family: "Fustat", serif;
    font-weight: 600;
}
.desz h6{
    color: #737C91;
    font-family: "Inter", serif;
    font-size: 20px;
    line-height: 29px;
    width: 80%;
}
.wido h6{
    width: 60% !important;
}
.deszo{
    position:absolute;
    left: 35px;
    top:50px;
}
.deszo h5{
    color: #1A50D0;
    font-size: 24px;
    letter-spacing:-0.43px;
    padding-bottom: 10px;
    font-family: "Fustat", serif;
    font-weight: 600;
}
.deszo h6{
    color: #737C91;
    font-family: "Inter", serif;
    font-size: 20px;
    line-height: 29px;
    width: 90%;
}
.descc {
    position: absolute;
    bottom: 60px;
    left: 35px;
}
.descc h5{
    color: #1A50D0;
    font-size: 24px;
    letter-spacing:-0.43px;
    padding-bottom: 10px;
    font-family: "Fustat", serif;
    font-weight: 600;
}
.descc h6{
    color: #737C91;
    font-family: "Inter", serif;
    font-size: 20px;
    line-height: 29px;
    width: 75%;
}
.works{
    background: #1A50D0;
    padding: 120px 0px 80px 0px;
}
.works h2{
    text-align: center;
    color: #EDF2FF;
    font-family: "Inter", serif;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.58px;
}
.works p{
    text-align: center;
    font-family: "Inter", serif;
    color: #EDF2FF;
    font-size: 20px;
    line-height: 29px;
    margin: 20px auto 50px auto;
    width: 50%;

}
.ins-box{
    border-radius: 20px;
    background: #EDF2FF;
    padding: 50px 30px;
    position: relative;
    min-height:412px;
}
.works .arrow-box:last-child{
    display:none;
}
.arrow-box {
    position: absolute;
    right: -52px;
    top: 40%;
    z-index: 99;
}
.ins-box h5{
    font-family: "Fustat", serif;
    font-weight: 600; 
    color: #1A50D0;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.ins-box h6{
    color: #737C91;
    font-family: "Inter", serif;
    font-size: 18px;
    line-height: 29px;
}
.works .col-md-3{
    padding-left: 12px;
    padding-right: 12px;
}
.btn-bor{
    border: 1px solid #EDF2FF;
    border-radius: 5px;
    font-family: "Inter", serif;
    font-size: 18px;
    line-height: 21px;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 50px;
    padding: 10px 40px;
}
.grew-sec{
    padding: 120px 0px;
    background: #fff;
    /* background: transparent linear-gradient(180deg, #FFFFFF 0%, #297373 100%) 0% 0% no-repeat padding-box; */
}

.grew-sec h2{
    text-align: center;
    color: #182C59;
    font-size: 32px;
    letter-spacing: -0.58px;
    line-height: 48px;
    padding-bottom: 20px;
    font-family: "Fustat", serif;
    font-weight: 600; 
}
.grew-sec p{
    text-align: center;
    color: #737C91;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Inter", serif;
}
.inner-grew{
    background: rgb(24,44,89);
background: linear-gradient(348deg, rgba(24,44,89,0) 0%, rgba(237,242,255,0.23) 0%);
    padding: 30px;
    border-radius: 20px;
    box-shadow: inset 0px 1px 2px #737C9121;
}
.inner-grew h5 a{
    padding: 20px 0px;
    color: #1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.43px;
    line-height: 36px;
}
.inner-grew h5 a:hover{
    text-decoration:none;
}
.inner-grew h6{
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 29px;
    font-family: "Inter", serif;
    display:none;
}
.inner-grew span{
    margin-right: 15px;
}
.btn-case{
    color: #1A50D0;
    font-family: "Inter", serif;
    font-weight:600;
    font-size: 18px;
    line-height: 28px;
    padding: 15px 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    border: 2px solid #1A50D0;
    border-radius: 5px;
    margin-top: 50px;
}
.action{
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #297373 100%) 0% 0% no-repeat padding-box;
    padding: 120px 0px;
}
.video-t iframe{
    border-radius: 20px;
}
.action h3{
    color: #182C59;
    text-align: center;
    font-size:32px;
    letter-spacing:-0.58px;
    line-height: 48px;
    font-family: "Fustat", serif;
    font-weight: 600;
}
.action p{
    text-align: center;
    color: #737C91;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    width:50%;
    margin-top:20px;
    margin-bottom:50px;
    font-family: "Inter", serif;
    font-size:20px;
    line-height: 29px;
}
.latest-ins h4 {
    text-align: center;
    color: #FFFFFF;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.58px;
    padding-bottom: 0px;
    margin-top: 60px;
}
.latest-ins p{
    color: #fff;
    text-align: center;
    font-family: "Inter", serif;
    font-size:20px;
    line-height: 29px;
    width:50%;
    margin-left: auto;
    margin-right: auto;
}
.inso-box{
background: rgb(24,44,89);
background: linear-gradient(348deg, rgba(24,44,89,0.22872899159663862) 0%, rgba(237,242,255,0.23153011204481788) 0%);
padding: 30px;
border-radius: 20px;
}
.inso-box h5 a{
    color: #EDF2FF;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.43px;
    padding-top:20px;
    padding-bottom: 15px;
}
.inso-box h5 a:hover{
    text-decoration:none;
}
.inso-box h6{
    color: #EDF2FF;
    font-family: "Inter", serif;
    font-size: 20px;
    line-height: 29px;
}
.ins-btn{
    color: #fff;
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding: 15px 40px;
    border: 1px solid #EDF2FF;
    border-radius: 5px;
    margin-top:40px;
}
.ins-btn:hover{
    color:#fff;
}
.latest-ins .col-md-4{
    padding-left: 12px;
    padding-right: 12px;
}
.testimonials{
    padding: 100px 0px;
}
.testimonials h2{
    text-align: center;
    color: #182C59;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.58px;
    line-height: 48px;
    margin-bottom: 80px;
}
.tes-box{
background: rgb(24,44,89);
background: linear-gradient(341deg, rgba(24,44,89,0.23) 0%, rgba(237,242,255,1) 0%);
padding: 70px 35px 50px 35px;
border-radius: 20px;
position: relative;
min-height: 454px;
}
.photo-b{
    position: absolute;
    top:-50px;
    width: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tes-box p{
    text-align: center;
    color: #737C91;
    font-family: "Inter", serif;
    font-size: 20px;
    line-height: 29px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tes-box h6{
    text-align: center;
    color: #1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.43px;
    line-height: 42px;
}
.testimonials .col-md-4{
    padding-left: 12px;
    padding-right: 12px;
}
.faq{
    padding-top: 50px;
    padding-bottom:100px;
}
.faq h2{
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.faq p{
    width:50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #737C91;
    font-size: 20px;
    line-height: 29px;
    font-family: "Inter", serif;
}
.inner-faq{
    padding-left:20%;
    padding-right: 20%;
}
.faq .panel-default > .panel-heading {
    color: #1A50D0;
    background-color: #fff;
    border-color: #ddd;
    font-family: "Fustat", serif !important;
    font-weight: 600;
    
}
.faq .panel-title a{
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.43px;
    line-height: 43px;
    width: 100%;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top:0px !important;
}
.faq .panel-default {
   border-color: transparent !important;
}
.faq .glyphicon-plus{
    float: right;
    border-radius: 50%;
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
}
.faq .panel-body {
    padding: 20px 15px;
    border: 0px !important;
    font-size: 20px;
    line-height: 29px;
    font-family: "Inter", serif;
    color: #737C91;
}
.faq .panel-heading{
    padding:20px 15px;
}
.inner-faq{
    margin-top:75px;
}
.foot-bel{
    /*margin-top:120px;*/
    background: rgb(24,44,89);
background: linear-gradient(180deg, rgba(24,44,89,1) 0%, rgba(5,9,18,1) 0%);
padding: 100px 0px 0px 0px;
}
.foot-bel h2{
    text-align: center;
    color: #FFFFFF;
    font-family: "Fustat", serif;
    font-weight: 700;
    font-size:60px;
    line-height: 72px;
    letter-spacing: -1.08px;
}
.foot-bel p{
    color: #737C91;
    font-family: "Inter", serif;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
    margin-top:20px;

}
.logo-sec {
    display: flex;
    align-items: center;
}
.left-lo{
    width: 30%;
}
.right-lo{
    width: 70%;
}
.right-lo ul{
    display: flex;
    float: right;
}
.right-lo ul a{
    color: #737C91;
    font-family: "Inter", serif;
    font-size:18px;
    line-height: 38px;
    padding-right: 50px;
}
.logo-sec{
    padding: 70px 0px 70px 0px;
}
.whole-foot{
    display: flex;
    padding-top:50px;
    padding-bottom: 70px;
}
.whole-foot .sing-foo{
    width: 20%;
}
.whole-foot .sing-foo:nth-child(4){
    width: 40%;
}
.sing-foo li a{
    color: #737C91;
    font-family: "Inter", serif;
    font-size:18px;
    line-height: 38px;
    padding-bottom: 25px;
}
.cop-fl{
    display: flex;
    align-items: center;
}
.left-cop{
    width: 50%;
}
.right-cop{
    width: 50%;
}
.copz{
    padding-top:50px;
    padding-bottom: 30px;
}
.copz h6{
    color: rgba(115, 124, 145, 0.54);
    font-family: "Inter", serif;
    font-size:14px;
}
.right-cop h6{
    text-align: right;
    font-family: "Inter", serif;
    font-size:14px;
}
.right-cop h6 a{
    color: #182C59;
    font-family: "Inter", serif;
    font-size:14px;
}
.social-icn {
    display: flex;
    float: right;
}
.social-icn li {
    list-style-type: none;
    padding-right: 25px;
}
.activez {
    background: #182C59 !important;
    z-index: 9999999999;
}
.sing-foo li{
    list-style-type:none;
}
.right-lo li{
  list-style-type:none;  
}
.nav-sidebar .active{
    background:#F7F8FC !important;
    border-radius:20px;
    padding:30px 30px;
}
.nav-sidebar .active a:hover{
    background:transparent;
}
.nav-sidebar .active a:focus{
    background:transparent;
}
.nav-sidebar .active a{
    padding:0px !important;
}
.nav-sidebar li {
    padding: 15px 30px;
    border-bottom: 1px solid #DCE1EC;
}
.nav-sidebar li a:hover{
    background:transparent !important;
}
.nav-sidebar a{
    color:#182C59;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size:24px;
    letter-spacing:-0.43px;
}
.nav-sidebar a span{
    color:#1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size:24px;
    letter-spacing:-0.43px;
}
.nav-sidebar h6{
    color:#737C91;
    font-family: "Inter", serif;
    font-size:20px;
    line-height:29px;
    display:none;
}
.nav-sidebar .active h6{
    display:block;
}
.btn-bor:hover{
    color:#fff;
}
.blu-btnz{
    background:#1A50D0;
    padding:12px 40px;
    border-radius:5px;
    width:fit-content;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 150px;
    margin-top:60px;
    color:#fff;
    font-family: "Inter", serif;
    font-weight:600;
    font-size:18px;
}
.button-green{
    position:relative;
    right:-50px;
}
.blu-btnz:hover{
    color:#fff;
}
.breadcrumbz{
    padding:150px 0px 0px 0px;
}
/*.breadcrumbz h5{*/
/*    display:none !important;*/
/*}*/
.breadcrumbz h6{
    text-align:center;
    color:#9BA9C9;
    font-family: "Inter", serif;
    font-weight:400;
    font-size:20px;
    padding-bottom:30px;
}
.breadcrumbz h6 a{
    text-align:center;
    color:#9BA9C9;
    font-family: "Inter", serif;
    font-weight:400;
    font-size:20px;
}
.breadcrumbz h2{
    text-align:center;
    color:#1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size:60px;
    letter-spacing:-1.08px;
    line-height:72px;
}
.breadcrumbz p{
    color:#737C91;
    text-align:center;
    font-size:22px;
    line-height:36px;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    font-family: "Inter", serif;
    font-weight:400;
}
.about-sale{
    background:#EDF2FF;
    padding:250px 0px 0px 0px;
    margin-top:-250px;
}
.sale-inner{
    display:flex;
    align-items:center;
}
.left-sale{
    width:50%;
    margin-right:8%;
    padding-bottom:60px;
}
.right-sale{
    width:50%;
}
.left-sale p{
    color:#737C91;
    font-family: "Inter", serif;
    font-weight:400;
    font-size:20px;
    line-height:32px;
}
.left-sale h3{
    color:#182C59;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size:32px;
    letter-spacing:-0.58px;
    padding-bottom:10px;
}
.years{
    padding:100px 0px 80px 0px;
}
.inner-years{
    padding-left:8%;
}
.years h3{
    color: #182C59;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.58px;
    margin-bottom: 100px;
}
/*.year-slide{*/
/*    border-top: 1px solid #1A50D0;*/
/*}*/
.box-sec{
    position: relative;
    padding-left:10px;
    padding-right: 10px;
}
.box-sec::before{
    position: absolute;
    content: "";
    background: #1A50D0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -7px;
    left:0px;
}
.box-sec:after{
    position:absolute;
    content:"";
    width:100%;
    height:1px;
    background:#1A50D0;
    top:0px;
    left:0px;
}
.box-sec h4{
    color: #182C59;
    font-family: "Fustat", serif;
    font-weight: 400;
    font-size:32px;
    letter-spacing: -0.58px;
    padding-top:25px;
}
.box-sec h6{
    color: #1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.43px;
}
.box-sec p{
    color: #737C91;
    font-size: 20px;
    line-height: 29px;
    font-family: "Inter", serif;
    font-weight:400;
}
.btnzz{
    display: flex;
    margin-top: 100px;
}
.btnzz button{
    background: transparent;
    border: 0px;
}
.mission{
    padding: 100px 0px;
    background: linear-gradient(180deg, rgba(24,44,89,1), rgba(5,9,18,1));
}
.mission h3{
    text-align: center;
    color: #EDF2FF;
    font-family: "Fustat", serif;
    font-size: 32px;
    letter-spacing: -0.58px;
    line-height: 48px;
}
.mission p{
    text-align: center;
    color: #9BA9C9;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Inter", serif;
    font-weight:400;
    font-size: 20px;
    line-height: 29px;
}
.mission-row{
    margin-top: 50px;
    padding-bottom: 100px;
}
.mission-row .col-md-6{
    padding-left: 12px;
    padding-right: 12px;
}
.inner-mission{
    background: #EDF2FF;
    padding: 50px 30px;
    border-radius: 20px;
    border: 0.1px solid #737C91;
}
.inner-mission p{
    color: #737C91;
    font-family: "Inter", serif;
    font-weight:400;
    font-size: 20px;
    line-height: 29px;
    text-align: left;
    width: inherit;
}
.inner-mission h5{
    color: #1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 15px;
    margin-top: 50px;
}
.single-team{
    margin-left: 10px;
    margin-right: 10px;
}
.single-team h5{
    color: #EDF2FF;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.24px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.single-team h6{
    color: #9BA9C9;
    font-family: "Inter", serif;
    font-weight:400;
    font-size: 20px;
    line-height: 29px;
}
.inner-team{
    margin-top: 40px;
    padding-left: 8%;
}
.team h4{
    text-align: center;
    color: #EDF2FF;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.58px;
    line-height: 48px;
}
.topp{
    margin-top: 60px !important;
}
.tab-sec{
    padding:90px 0px 30px 0px;
    background: rgba(237, 242, 255, 0.48);
    margin-top:150px;
}
.tab-sec .btn-pref{
    width:50%;
    margin-left: auto;
    margin-right: auto;
}
.tab-content .col-md-4 h4 {
    color: #1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.24px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.tab-content .col-md-4 h4 a{
    color: #1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size:24px;
    letter-spacing: -0.24px;
    padding-top:30px;
    padding-bottom: 10px;
}
.tab-content .col-md-4 h4 a:hover{
    text-decoration:none;
}
.tab-content .col-md-4 p{
    color: #737C91;
    font-family: "Inter", serif;
    font-weight:400;
    font-size: 20px;
    line-height: 29px;
}
.tab-content .col-md-4{
    padding-bottom: 100px;
}
.btn-group div{
   font-family: "Inter", serif;
    font-weight:500; 
}

.tab-sec .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
}
.tab-sec button{
    margin-left: 4px !important;
    margin-right: 4px !important;
    width:95% !important;
    background:transparent;
    border: 1px solid #182C59;
    color: #182C59;
    font-family: "Inter", serif;
    font-weight:600;
    font-size: 18px;
    border-radius: 5px !important;
}
.tab-sec .btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: #182C59;
}
.tab-sec .btn-primary{
    background: #182C59;
    border: 1px solid #182C59;
    color: #fff;
}
.main-imz{
    padding-top:40px;
    padding-bottom: 80px;
}
.faq-bg{
    background: rgba(237, 242, 255, 0.48);
    margin-top:120px;
    padding-bottom:100px;
}
.faq-bg .inner-faq{
    padding-left: 15%;
    padding-right:15%;
}
.faq-bg .panel-default > .panel-heading {
    background-color: transparent;
}
.faq-bg .panel{
    background-color: transparent;
}
.faq-bg .inner-faq{
    margin-top: 0px;
}
.clients-logo{
    padding-top:150px;
    padding-bottom: 100px;
}
.clients-logo .col-md-2{
    padding-bottom: 25px;
}
.parnter-crumb{
    padding: 180px 0px 120px 0px;
}
.parnter-crumb h6{
    color:#9BA9C9;
    font-family: "Inter", serif;
    font-weight:400;
    font-size:20px;
    padding-bottom:30px;
}
.parnter-crumb h6 a{
    color:#9BA9C9;
    font-family: "Inter", serif;
    font-weight:400;
    font-size:20px;
    padding-bottom:30px;
}
.parnter-crumb h2{
    color: #1A50D0;
    font-size: 60px;
    letter-spacing: -1.08px;
    line-height: 72px;
    padding-top: 30px;
    padding-bottom: 15px;
    font-family: "Fustat", serif;
    font-weight: 700;
}
.parnter-crumb p{
    color: #737C91;
    font-family: "Inter", serif;
    font-weight:400;
    font-size: 20px;
    line-height: 30px;
}
.demo-btn{
    background: #1A50D0;
    border-radius: 5px;
    padding: 12px 40px;
    color: #fff;
    font-family: "Inter", serif;
    font-weight:500;
    font-size: 16px;
    margin-top: 40px;
    display: block;
    width: fit-content;
}
.demo-btn:hover{
    color:#fff;
}
.parnter-crumb iframe{
    border-radius: 20px;
    position:relative;
    z-index:-1;
}
.empower{
    background: #182C59;
    padding: 100px 0px;
}
.inner-emp{
    padding-left: 8%;
    display: flex;
    align-items: center;
}
.left-emp{
    width: 50%;
}
.right-emp{
    width: 50%;
}
.left-emp h4{
    color: #EDF2FF;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.58px;
    padding-bottom: 20px;
}
.left-emp p{
    color: #EDF2FF;
    font-family: "Inter", serif;
    font-weight:400;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.partner h2{
    text-align: center;
    color: #182C59;
    font-size: 32px;
    font-family: "Fustat", serif;
    font-weight: 600;
    letter-spacing: -0.58px;
    line-height: 42px;
}
.partner p{
    font-size: 20px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight:400;
}
.grid-client h4{
    color: #182C59;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 20px;
    font-family: "Fustat", serif;
    font-weight: 600;
}
.grid-client h5{
    text-align: center;
    color: #737C91;
    font-size: 20px;
    line-height: 30px;
    font-family: "Inter", serif;
    font-weight:400;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.part{
    padding-bottom:100px;
}
.part h6{
    line-height: 34px;
}
.part .inner-client{
    min-height: 440px;
    margin-bottom: 24px;
}
.bluez{
    background: #1A50D0;
}
.bluez h2{
    color: #EDF2FF;
    margin-bottom: 20px;
}
.bluez h5{
    color:#EDF2FF;
    font-family: "Inter", serif;
    font-weight:400;
    font-size: 20px;
    line-height: 29px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    text-align: center;
}
.formz h2{
    color: #182C59;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
}
.formz h6{
    padding-bottom: 0px;
}
.formz h2{
    margin-bottom: 0px;
}
.case-std .btn-pref{
    width: inherit;
}
.tab-sec button{
    font-size: 12px;
}
.inner-bov{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.grid-tab .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.case-std .tab-content{
    margin-top: 60px;
}
.case-std .col-md-4 h4 {
    padding-top: 15px;
}
.case-std .col-md-4 h6 {
    color: #737C91;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    font-family: "Inter", serif;
    font-weight: 400;
    align-items: center;
}
.inner-bov img{
    margin-right: 10px;
}
.case-std .tab-content .col-md-4{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}
.case-std .tab-content .col-md-4{
    padding-bottom: 0px;
}
.case-inner{
    padding: 180px 0px 120px 0px;
}
.inner-case{
    display: flex;
}
.left-case {
    width: 35%;
    margin-top: 40px;
    padding-right: 8%;
}
.right-case{
    width: 65%;
}
.right-case h6{
    color: #9BA9C9;
    font-size: 20px;
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 30px;
}
.right-case h6 a{
    color: #9BA9C9;
    font-size: 20px;
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 30px;
}
.left-case h5{
    color: #182C59;
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    padding-bottom: 20px;
    margin-top: 40px;
}
.left-case ul{
    padding-left: 0px;
}
.left-case li{
    list-style-type: none;
}
.left-case li a{
    color: #737C91;
    font-size: 18px;
    line-height: 29px;
    font-family: "Inter", serif;
    font-weight: 400;
    padding-bottom:15px;
}
.right-case h1{
    font-family: "Fustat", serif;
    font-weight: 600;
    color: #1A50D0;
    font-size: 60px;
    letter-spacing: -1.08px;
    line-height: 72px;
    padding-top:20px;
    padding-bottom:15px;
    font-weight:700;
}
.right-case h5{
    color: #737C91;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 40px;
}
.right-case p{
    font-family: "Inter", serif;
    font-weight: 400;
    color: #737C91;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}


.right-case h6{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:20px;
}

.right-case h6 strong{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:20px;
}
.right-case h6 span{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:20px;
}



.right-case h5 strong{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:22px;
}
.right-case h5 span{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:22px;
}


.right-case h4{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:24px;
    padding-bottom:10px;
}
.right-case h4 strong{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:24px;
}
.right-case h4 span{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:24px;
}


.right-case h3{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:28px;
    padding-bottom:10px;
}
.right-case h3 strong{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:28px;
}
.right-case h3 span{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:28px;
}


.right-case h2{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:32px;
    padding-bottom:10px;
}
.right-case h2 strong{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:32px;
}
.right-case h2 span{
    font-family: "Fustat", serif;
    font-weight:600;
    font-size:32px;
}


.right-case li{
   font-family: "Inter", serif;
    font-weight: 400;
    color: #737C91;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px; 
}
.right-case li span{
   font-family: "Inter", serif;
    font-weight: 400;
    color: #737C91;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px; 
}
.right-case li strong{
   font-family: "Inter", serif;
    font-weight: 700;
    color: #737C91;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px; 
}






.inner-down{
    background: #EDF2FF;
    padding:50px 30px;
    border-radius: 20px;
    box-shadow: inset 0px 1px 2px #737C9121;
}
.inner-down h4{
    color: #1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.43px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.inner-down p{
    color: #737C91;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 10px;
}
.down-b{
    color: #182C59;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-decoration: underline;
}
.download-grid{
    padding-top: 120px;
    padding-bottom:100px;
}
.download-grid .col-md-4{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}
.contact-pg{
    padding-top: 150px;
}
.contact-pg .row{
    display: flex;
    align-items: center;
}
.contact-pg h6{
    color: #9BA9C9;
    font-size: 20px;
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 30px;
    margin-bottom:25px;
}
.contact-pg h6 a{
    color: #9BA9C9;
    font-size: 20px;
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 30px;
}
.contact-pg h2{
    color: #182C59;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.58px;
    /* margin-bottom: 30px; */
}
.contact-pg iframe{
    border-radius: 20px;
    margin-top: 20px;
}
.contact-pg h5{
    color: #1A50D0;
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: -0.24px;
    font-family: "Fustat", serif;
    font-weight: 600;
}
.addrez{
    position: relative;
    color: #737C91;
    font-size: 20px;
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 29px;
    padding-left: 30px;
    margin-bottom: 40px;
}
.addrez::before{
    position: absolute;
    content: "";
    width: 22px;
    height: 31px;
    background: url(../images/loc.png) no-repeat;
    left: 0px;
}
.phonez{
    position: relative;
    color: #737C91;
    font-size: 20px;
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 29px;
    padding-left: 30px;
    margin-bottom: 40px;
}
.phonez::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 31px;
    background: url(../images/mob.png) no-repeat;
    left: 0px;
}
.emz{
    position: relative;
    color: #737C91;
    font-size: 20px;
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 29px;
    padding-left: 30px;
    margin-bottom: 40px;
}
.emz::before{
    position: absolute;
    content: "";
    width: 26px;
    height: 21px;
    background: url(../images/emailz.png) no-repeat;
    left: 0px;
}
.address-box{
    padding-left:10%;
}
.table-sec table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    border: 1px solid #EAEFF5;
    border-radius: 20px;
  }
 .table-sec th {
    background-color: #EDF2FF;
    color: #1A50D0;
    padding: 10px;
    font-family: "Inter", serif;
    font-weight: 600;
    font-size: 18px;
  }
  .table-sec td {
    padding: 10px;
    border-bottom: 1px solid #EAEFF5;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 17px;
  }
  .table-sec tr:nth-child(even) {
    background-color: #F7F9FF;
  }
  .table-sec tr:nth-child(odd) {
    background-color: #F7F9FF;
  }
.table-sec h3{
    text-align: center;
    color: #182C59;
    font-size: 32px;
    letter-spacing: -0.58px;
    margin-top: 100px;
    margin-bottom: 30px;
    font-family: "Fustat", serif;
    font-weight: 600;
}
.slick-arrow{
    margin-left:10px;
    margin-right:10px;
}
.inner-price{
    border:1px solid #9BA9C9;
    border-radius:20px;
}
.activo{
    border:1px solid #1A50D0 !important;
}
.inner-pricing{
    padding-left:10%;
    padding-right:10%;
    margin-top:80px;
    margin-bottom:100px;
}
.top-sec-pr{
    padding:40px 20px 30px 50px;
    border-bottom:1px solid #9BA9C9;
}
.top-sec-pr h5{
    color:#1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size:24px;
    letter-spacing:-0.43px;
    padding-bottom:20px;
}
.top-sec-pr p{
    color:#737C91;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size:20px;
    line-height:29px;
}
.bottom-price{
    padding:25px 50px 30px 50px;
    border-bottom:1px solid #9BA9C9;
}
.bottom-price h6{
    color:#182C59;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size:20px;
    line-height:29px;
    padding-bottom:25px;
    position:relative;
    padding-left:35px;
}
.bottom-price h6:before{
    position:absolute;
    content:"";
    background:url(../images/tick.png) no-repeat;
    width:25px;
    height:25px;
    left:0px;
    top:0px;
}
.btm-btn{
    padding-top:25px;
    padding-bottom:25px;
}
.get-start{
    padding:15px 40px;
    border:1px solid #1A50D0;
    color:#1A50D0;
    font-family: "Inter", serif;
    font-weight: 500;
    font-size:18px;
    line-height:21px;
    border-radius:5px;
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.activo .get-start{
    background:#1A50D0;
    color:#fff;
}
.cont-form{
    padding-top:35px;
}
.cont-form .wpcf7-text{
    border:1.5px solid #D9DFE5;
    border-radius:5px;
    height:44px;
    margin-bottom:15px;
    margin-top:10px;
    padding-left:15px;
    width:70%;
}

.cont-form p label{
    color:#737C91;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size:14px;
    line-height:13px;
    letter-spacing:-0.13px;
    width:100%;
}
.cont-form .wpcf7-select{
    color:#4D5566;
    font-family: "Inter", serif;
    font-size:16px;
    letter-spacing:-0.14px;
    font-weight:400;
    height:44px;
    border:1.5px solid #D9DFE5;
    width:70%;
    border-radius:5px;
    margin-top:10px;
}
.cont-form .wpcf7-submit{
    color:#fff;
    background:#1A50D0;
    border-radius:5px;
    font-family: "Inter", serif;
    font-weight:500;
    font-size:18px;
    line-height:21px;
    padding:15px 40px;
    margin-top:40px;
}
.parnter-crumb .container-fluid{
    padding-left:0px;
    padding-right:0px;
}
.inner-pa{
    display:flex;
}
.left-pa{
    width:50%;
    padding-left:8%;
    margin-right:5%;
}
.right-pa{
    width:50%;
}
.helpz-bread {
    padding-top: 0px;
    padding-bottom: 60px;
}
.helpz-bread h2{
  text-align:left; 
}
.helpz-bread p{
   text-align:left;
   width:inherit;
}
.helpz{
    padding-top:150px;
    /*padding-bottom:100px;*/
}
.head-help{
    border-bottom:0px !important;
    padding: 0px 20px !important;
}
.helpz-bread h5 {
    color: #9BA9C9;
    font-size: 20px;
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 25px;
    text-align:left;
}
.helpz-bread h5 a{
    color: #9BA9C9;
    font-size: 20px;
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 30px;
}
.head-help a{
    text-transform:uppercase !important;
    color:#182C59 !important;
    font-size:18px !important;
    padding-bottom:15px !important;
    font-weight:500 !important;
    font-family: "Inter", serif ;
    margin-bottom:15px;
}
.helpz h6 a{
    color:#737C91 !important;
    font-family: "Inter", serif ;
    font-weight: 400;
    font-size:18px;
    line-height:29px;
    text-transform:inherit !important;
    margin-bottom:5px !important;
}
.helpz .active{
    background:transparent !important;
}
.text-style h2{
    color:#1A50D0;
    font-size:60px;
    letter-spacing:-1.08px;
    line-height:72px;
    margin-bottom:15px;
    font-family: "Fustat", serif;
    font-weight: 700;
}
.text-style p{
    color:#737C91;
    font-family: "Inter", serif ;
    font-weight: 400;
    font-size:22px;
    line-height:38px;
}
.text-style h4{
    color:#182C59;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size:32px;
    letter-spacing:-0.58px;
    line-height:42px;
    margin-top:50px;
    margin-bottom: 25px;
}
.grid-con h5 a{
    color:#1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size:24px;
    letter-spacing:-0.24px;
    margin-bottom:10px;
    margin-top:25px;
}
.grid-con p{
    color:#737C91;
    font-family: "Inter", serif ;
    font-weight: 400;
    font-size:18px;
    line-height:28px;
}
.grid-con .col-md-6{
    margin-bottom:40px;
}
.helpz .nav > li > a{
    padding-left:0px;
    padding-right:0px;
}


.activez .blue-logo{
    display:none !important;
}
.white-logo{
    display:none !important;
}
.blue-logo{
    display:block !important;
}


body.home .blue-logo{
    display:none !important;
}
body.home .white-logo{
    display:block !important;
}
.activez .blue-logo{
    display:none !important;
}

.activez .white-logo{
    display:block !important;
}
.your-class03 .slick-list{
    padding-top:50px;
}
.team{
    display:none;
}
.table-sec{
    padding-bottom:100px;
}



.banner .button-green a {
    margin-top: 25px;
    margin-left: 0px;
}
.banner button{
    background:transparent;
}
.about-section{
    padding-top:100px;
    padding-bottom: 100px;
}

.about-section .row{
    display: flex;
    align-items: center;
}
.about-second-sec{
    padding-top: 0px !important;
    padding-bottom: 70px;
}
.no-left{
    padding-left: 0px !important;
}

.your-class02{
    padding-left: 5%;
    padding-right: 5%;
}
.your-class02 .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  
 .your-class02 .slick-dots li {
    margin: 0 0.25rem;
  }
  
  .your-class02 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(82, 177, 147, 0.2);
    text-indent: -9999px;
  }
  
 .your-class02 .slick-dots li.slick-active button {
    background-color: #52B193;
  }


.your-class03 .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  
 .your-class03 .slick-dots li {
    margin: 0 0.25rem;
  }
  
  .your-class03 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    text-indent: -9999px;
  }
  
 .your-class03 .slick-dots li.slick-active button {
    background-color: #fff;
  }
  .product-image-sec {
    position: absolute;
    top: -210px;
}

.poz{
    position: relative;
}


.linkz-section li a:hover{
    text-decoration:none !important;
}
.soc-links{
    margin-top:30px;
}
.soc-links ul{
    display: flex;
}
.soc-links li{
    margin-right: 10px;
}
.copyrightz{
    padding-top: 50px;
}


.emailz{
    padding-top:15px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.emailz:before{
    position: absolute;
    content:"";
    background:url(../images/email.png) no-repeat;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 18px;
}
.positions{
    background:#FAFAFA;
    padding: 100px 0px;
}
.positions .row{
    display: flex;
    align-items: center;
}
.positions h3{
    color: #000;
    font-family: 'grotesk_bold';
    font-size: 36px;
    line-height: 47px;
    padding-bottom: 30px;
    text-align: center;
}
.exp-loc{
    display: flex;
    margin-bottom: 10px;
}

  
 .your-class04 .slick-dots li.slick-active button {
    background-color: #52B193;
  }
 .widz{
     width: 100%;
 }
.fzo{
    align-items: inherit !important;
}
.case-std .col-md-4 h6{
    display:none !important;
}
.cat-sec{
    padding:40px 0px;
}
.cat-sec h4 a{
    color: #1A50D0;
    font-family: "Fustat", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.24px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.general-sec{
    padding-top:80px;
    padding-bottom:80px;
}
.general-sec p{
    color: #333;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-bottom:15px;
}
.screen-reader-response ul{
    display:none;
}
.screen-reader-response p{
    display:none;
}
.wpcf7-not-valid-tip{
    display:block;
    color:#ff0000;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size:12px;
    padding-bottom:15px;
}
.wpcf7-response-output{
   display:block;
    color:#ff0000;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size:12px;
    padding-top:15px;
}


.sidenav h2:after{
    position:absolute;
    content:"";
    width:15px;
    height:9px;
    right:30px;
    background:url(../images/down-arrow-accordion.png) no-repeat;
    }

.cont-part h1{
    font-family: "Fustat", serif;
    font-weight: 700;
    color:#3f5876;
    font-size:38px;
    padding-bottom:20px;
}
.cont-part h2{
    font-family: "Fustat", serif;
    font-weight: 700;
    color:#3f5876;
    font-size:34px;
    padding-bottom:20px;
    padding-top:30px;
}
.cont-part h3{
    font-family: "Fustat", serif;
    font-weight: 700;
    color:#3f5876;
    font-size:30px;
    padding-bottom:20px;
    padding-top:30px;
}
.cont-part h4{
    font-family: "Fustat", serif;
    font-weight: 700;
    color:#3f5876;
    font-size:24px;
    padding-bottom:20px;
    padding-top:30px;
}
.cont-part h5{
    font-family: "Fustat", serif;
    font-weight: 700;
    color:#3f5876;
    font-size:20px;
    padding-bottom:20px;
    padding-top:30px;
}
.cont-part h6{
    font-family: "Fustat", serif;
    font-weight: 700;
    color:#3f5876;
    font-size:18px;
    padding-bottom:20px;
    padding-top:30px;
}
.cont-part p{
    padding-bottom:20px;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size:20px;
    line-height:30px;
}
.cont-part a{
    font-family: "Inter", serif;
    font-weight: 400;
    font-size:20px;
}
.cont-part li{
    padding-bottom:15px;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size:20px;
    line-height:30px;
    color:#737C91;
}
.cont-part figcaption{
    font-family: "Inter", serif;
    font-weight: 400;
    color:#737C91;
    font-size:20px;
    padding-top:15px;
}
.cont-part strong{
    font-weight:700;
    font-family: "Inter", serif;
    color:#737C91;
}

.sidenav .toggle-container {
    margin-bottom: 10px;
    cursor: pointer;
    }
    .sidenav h2 {
    text-transform: uppercase !important;
    color: #182C59 !important;
    font-size: 18px !important;
    padding-bottom: 0px !important;
    font-weight: 500 !important;
    font-family: "Inter", serif;
    margin-bottom: 15px;
    position:relative;
    }
    .sidenav li a{
    color: #737C91 !important;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-transform: inherit !important;
    }
    .sidenav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin-top: 5px;
    }
    .sidenav .open ul {
    max-height: fit-content;
    }
    .listpart a {
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    color:#000;
    }
    .listpart a:hover{
        color:#000;
    }
    .listpart a:before{
        content:"";
        position:absolute;
        width:20px;
        height:20px;
        left:0px;
        background:url(../images/doc.png) no-repeat;
    }
.single-help-center .helpz{
    padding-bottom:150px;
}
@media (min-width: 1024px) and (max-width: 3000px) {
	.dropdown:hover .dropdown-menu{
	 display:block;
 }

 }
  @media all and (max-width: 1700px) and (min-width: 1300px) {
    .our-service h5{
        font-size: 20px;
    }
    .product-image-sec {
        position: absolute;
        top: -105px;
    }
    .our-products {
        padding: 40px 0px 30px 0px;
    }
    .our-products .buttonz-sn {
        bottom: 75px;
    }
    .our-products .buttonz-ss {
        bottom: 75px;
    }
  }
  @media all and (max-width: 1365px) and (min-width: 1024px) {
    .our-industries .description-sec {
        top: 30%;
    }
  }
 @media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
} 
  
  
@media all and (max-width: 1024px) and (min-width: 768px) {
    .navbar-brand {
        height: 60px !important;
    }
    .navbar {
        min-height: 60px !important;
    }
    .navbar-brand img{
        width: 150px !important;
    }
    .navbar-nav > li > a {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        font-size: 13px;
    }
    .nav > li > a {
        padding: 10px 6px;
    }
    .button-green a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-top: 15px;
    }
    .banner {
        height: 110%;
    }
    .banner h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .inner-client {
    margin-bottom: 20px;
}
.numbox:nth-child(1) {
    margin-bottom: 20px;
}
 .p1 {
    min-height: 300px;
    margin-bottom:20px;
}
.gridzo {
    display: block;
}
.left-griz{
    width:100%;
}
.right-griz {
    width: 100%;
}
.mission-row .col-md-6{
    margin-bottom:20px;
}
.inner-price {
    margin-bottom: 30px;
}
.button-green {
     right: 0px; 
    width: fit-content;
}
.case-std .btn-group-justified{
    display:block;
}


.p2 {
    min-height: 300px;
}
.gridzz {
    display: block;
}
.lefto {
    width: 100%;
}
.p3 {
    min-height: 500px;
}
.righto {
    width: 100%;
}
.p4 {
    height: 300px;
    margin-top: 24px;
}
.flexx {
    display: block;
    margin-top: 24px;
}
.p5 {
    height: 300px;
}
.righto-r {
    width: 100%;
}
.p6 {
    margin-top:24px;
    height: 300px;
}
.righto-l {
    width: 100%;
}   
.arrow-box{
    display:none;
}    
.ins-box {
    margin-bottom: 20px;
}    
.inner-grew img{
    width:100%;
}    
.inner-grew {
    margin-bottom: 20px;
}    
.inso-box img{
    width:100%;
}  
.inso-box {
    margin-bottom: 20px;
}   
.tes-box {
    margin-bottom: 70px;
}   
.inner-faq {
    padding-left: 15px;
    padding-right: 15px;
}   
.testimonials{
    padding-bottom:0px;
}   
.foot-bel p {
    margin-bottom: 90px;
}
.right-lo ul a {
    font-size: 16px;
    padding-right: 30px;
}
.logo-sec {
    padding: 40px 0px 40px 0px;
}
.sing-foo ul{
    padding-left:0px;
}
.banner p {
    padding-bottom: 15px;
    padding-top: 15px;
}
.banner h6 {
    padding-bottom: 30px;
}



.our-serivce-main-sec {
    padding: 60px 0px;
}
.positions {
    padding: 60px 0px;
}
}

@media all and (max-width: 767px) and (min-width: 320px) {

    .navbar-brand {
        height: 70px !important;
        padding-left:15px;
    }
    .navbar {
        min-height: 70px !important;
        background: #182C59 !important;
        z-index: 999999999;
    }
    .navbar-brand img{
        width: 150px !important;
    }

    .navbar-nav{
        float: left !important;
        padding-left:10px;
    }
    .navbar-toggle{
        margin-top: 15px;
        border-radius: 0px !important;
    }
    .navbar-toggle .icon-bar {
        height: 3px !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #52B193;
    }
    .navbar-default .navbar-toggle {
        border-color: #52B193;
        border: 0px !important;
    }
    .navbar-nav > li > a {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .button-green a {
        margin-top: 8px;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .banner{
        height:fit-content;
    }
    .banner h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .banner h1 span{
       font-size: 35px;
        line-height: 45px; 
    }

    .banner .button-green a {
        margin-top: 25px;
        margin-left: 0px;
    }
    .banner p {
    font-size: 18px;
    line-height: 28px;
    }

    .poz {
        position: relative;
    }
 .client-sec {
    padding: 60px 0px;
    }
 .client-sec p {
    font-size: 25px;
    letter-spacing: -0.58px;
    line-height: 35px;
    width: 100%;
    margin: 0px auto 30px auto;
}
.grid-client .col-md-4{
    margin-bottom:20px;
}
.inner-client {
    padding: 35px 20px;
} 
.inner-client h6 {
    font-size: 24px;
    letter-spacing: -0.43px;
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.inner-client h6 {
    font-size: 22px;
    letter-spacing: -0.43px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.inner-client p {
    font-size: 18px;
    line-height: 27px;
}
.expertise {
    padding: 50px 0px;
} 
.expertise h2 {
    font-size: 28px;
    letter-spacing: -0.58px;
    line-height: 38px;
} 
.expertise p {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 30px;
} 
.expertise .col-md-6{
    padding-left:0px;
    padding-right:0px;
}
.nav-sidebar a {
    font-size: 20px;
}
.nav-sidebar a span {
    font-size: 20px;
}
.nav-sidebar h6 {
    font-size: 18px;
    line-height: 26px;
}
.blue-exp {
    padding: 60px 0px;
}
.blue-exp h2 {
    font-size: 28px;
    line-height: 38px;
}
.blue-exp p {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.numbox:nth-child(1) {
     min-height: inherit; 
     margin-bottom: 20px;
}
.bluz h4 {
    font-size: 38px;
    line-height:48px;
    letter-spacing: -0.48px;
}
.bluz {
     min-height: inherit; 
}
.why-choose {
    padding-top: 60px;
}
.p1 {
    min-height: 300px;
    margin-bottom:20px;
}
.gridzo {
    display: block;
}
.left-griz{
    width:100%;
}
.right-griz {
    width: 100%;
}
.p2 {
    min-height: 300px;
}
.gridzz {
    display: block;
}
.lefto {
    width: 100%;
}
.p3 {
    min-height: 500px;
}
.righto {
    width: 100%;
}
.p4 {
    height: 300px;
    margin-top: 24px;
}
.flexx {
    display: block;
    margin-top: 24px;
}
.p5 {
    height: 300px;
}
.righto-r {
    width: 100%;
}
.p6 {
    margin-top:24px;
    height: 300px;
}
.righto-l {
    width: 100%;
}
.works {
    padding: 60px 0px 60px 0px;
}
.works h2 {
    font-size: 28px;
    line-height: 38px;
}
.works p {
    font-size: 18px;
    line-height: 27px;
    margin: 20px auto 50px auto;
    width: 100%;
}
.arrow-box{
    display:none;
}
.ins-box {
    padding: 30px 30px;
    margin-bottom: 20px;
}
.btn-bor {
    font-size: 16px;
    margin-top: 30px;
}
.grew-sec {
    padding: 60px 0px;
}
.grew-sec h2 {
    font-size: 28px;
    letter-spacing: -0.58px;
    line-height: 38px;
    padding-bottom: 20px;
}
.grew-sec p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
    width: 100%;
}
.inner-grew {
    margin-bottom: 20px;
}
.inner-grew h5 {
    padding: 10px 0px;
    font-size: 20px;
    line-height: 30px;
}
.inner-grew h6 {
    font-size: 14px;
    line-height: 24px;
    display:none;
}
.btn-case {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
}
.action {
    padding: 0px 0px 60px 0px;
}
.action h3 {
    font-size: 28px;
    line-height: 38px;
}
.action p {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
}
.latest-ins h4 {
    font-size: 28px;
    margin-top: 40px;
}
.inso-box h5 {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 5px;
    line-height: 32px;
}
.inso-box h6 {
    font-size: 18px;
    line-height: 26px;
}
.inso-box {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.ins-btn {
    font-size: 18px;
    line-height: 21px;
    margin-top: 15px;
}
.testimonials {
    padding: 60px 0px 0px 0px;
}
.testimonials h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 70px;
}
.tes-box {
    padding: 60px 25px 50px 25px;
     min-height: inherit; 
    margin-bottom: 70px;
}
.faq {
    padding-top: 0px;
}
.faq h2{
    margin-top:0px;
}
.faq h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 38px;
}
.faq p {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
}
.inner-faq {
    padding-left: 0px;
    padding-right: 0px;
    margin-top:30px;
}
.faq .panel-title a {
    font-size: 17px;
    line-height: 27px;
    width: 100%;
}
.faq .panel-body {
    padding: 10px 15px;
    font-size: 17px;
    line-height: 26px;
}
.faq .glyphicon-plus {

    padding-top: 6px;
}
.faq .panel-heading {
    padding: 15px 15px;
}
.foot-bel {
    /*margin-top: 60px;*/
    padding: 60px 0px 0px 0px;
}
.foot-bel h2 {
    font-size: 40px;
    line-height: 50px;
}
.foot-bel p {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
}
.logo-sec {
    display: block;
}
.left-lo {
    width: 75%;
}
.right-lo ul {
     display: block; 
     float: left; 
    padding-left: 0px;
    margin-top:30px;
}
.logo-sec {
    padding: 40px 0px 70px 0px;
}
.whole-foot {
    display: block;
    padding-top: 50px;
    padding-bottom: 70px;
}
.whole-foot .sing-foo {
    width: 50%;
    float: left;
}
.sing-foo ul{
    padding-left:0px;
    margin-bottom: 30px;
}
.social-icn li {
    padding-right: 15px;
}
.copz {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cop-fl {
    display: block;
    align-items: center;
}
.left-cop {
    width: 100%;
}
.right-cop h6 {
    text-align: left;
}
.right-cop {
    width: 100%;
}
.breadcrumbz {
    padding: 100px 0px 0px 0px;
}
.breadcrumbz h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
.breadcrumbz p {
    font-size: 20px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 20px;
}
.sale-inner {
    display: block;
}
.left-sale {
    width: 100%;
    margin-right: 15px;
    padding-bottom: 60px;
}
.right-sale {
    width: 100%;
}
.years {
    padding: 50px 0px 50px 0px;
}
.inner-years {
    padding-left: 15px;
}
.years h3 {
    margin-bottom: 0px;
    padding-left:15px;
}
.your-class03{
        margin-top: 20px;
}
.mission {
    padding: 50px 0px;
}
.mission p {
    width: 100%;
}
.inner-mission h5 {
    margin-top: 30px;
}
.inner-mission{
    margin-bottom:30px;
}
.mission-row {
    padding-bottom: 0px;
}
.blu-btnz {
    margin-bottom: 60px;
    margin-top: 60px;
}
.tab-sec .btn-pref {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.tab-sec {
    padding: 50px 0px 30px 0px;
    margin-top: 10px;
}
.main-imz {
    padding-bottom: 30px;
}
.tab-content .col-md-4 {
    padding-bottom: 50px;
}
.inner-pricing {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.top-sec-pr {
    padding: 30px 30px 30px 30px;
}
.bottom-price {
    padding: 25px 30px 30px 30px;
}
.inner-pricing .col-md-6{
    margin-bottom:25px;
}
.helpz {
    padding-top: 120px;

}
.helpz-bread{
    padding-top:20px;
}
.head-help a {
    padding-bottom: 0px !important;
}
.case-std .btn-pref{
    /*display:block;*/
}
.case-std .btn-group-justified > .btn-group {
    display: contents;
}
.case-std button{
    margin-bottom:10px;
}
.faq-bg .inner-faq {
    padding-left: 0px;
    padding-right: 0px;
}
.faq-bg {
    margin-top: 30px;
    padding-bottom: 50px;
}
.clients-logo {
    padding-top: 50px;
    padding-bottom: 50px;
}
.parnter-crumb {
    padding: 125px 0px 50px 0px;
}
.parnter-crumb h6 {
    padding-bottom: 0px;
}
.parnter-crumb h2 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 15px;
}
.demo-btn {
    margin-top: 25px;
    margin-bottom: 40px;
}
.empower {
    padding: 50px 0px;
}
.inner-emp {
    padding-left: 15px;
    display: block;
    padding-right: 15px;
}
.right-emp {
    width: 100%;
}
.left-emp {
    width: 100%;
}
.grid-client h5 {
    width: 100%;
}
.part .inner-client {
    min-height: 350px;
}
.bluez h2 {
   margin-bottom: 20px;
}
.bluez h5 {
    width: 100%;
}
.page-id-14 .faq{
    padding-top:50px;
}
.contact-pg .row {
    display: block;
}
.address-box {
    padding-left: 0%;
    padding-top: 50px;
}
.table-sec h3 {
    margin-top: 50px;
}
.inner-pa {
    display: block;
}
.left-pa {
    width: 100%;
    padding-left: 15px;
    margin-right: 15px;
}
.cont-form .wpcf7-text {
    width: 90%;
}
.cont-form .wpcf7-select{
    width:90%;
}
.right-pa {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
}
.inner-case {
    display: block;
}
.case-inner {
    padding: 120px 0px 50px 0px;
}
.left-case {
    width: 100%;
    margin-top: 40px;
    padding-right: 15px;
}
.right-case {
    width: 100%;
}
.right-case h1 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.button-green {

    right: 0px;
}
.blue-logo{
    display:none;
}
.activez .white-logo{
    display:block !important;
}

  
    .logo-section {
        padding: 50px 0px;
    }
    .cta-sec {
        padding: 50px 0px;
    }
    .linkz-section h4{
        margin-top: 40px;
    }
    .footer {
        padding: 20px 0px;
    }
    .pz-t .row{
        display: block;
    }
    .first-about-sec .row{
        display: block;
    }
    .related-product-sec{
        padding:50px 0px;
    }
    .positions .row{
        display: block;

    }
    .grid-section {
        margin: 0px;
    }
    .our-service .buttonz-ss{
        display: none;
    }
    .our-service .buttonz-sn{
        display: none;
    }
    
    .blog-grid {
        padding: 20px 0px 0px 0px;
    }
    .testi-bot{
        padding-bottom: 50px;
    }
    .quote-s {
        top: 40%;
    }
    .quote-s img{
        width:75px;
    }
    .breadcrumb-section h1 {
        font-size: 24px;
        line-height: 44px;
    }
    .first-about-sec {
        padding: 50px 0px;
    }
    .top-z{
        padding-bottom: 40px;
    }
    .about-secondz-sec {
        padding: 50px 0px;
    }
    .about-third-sec {
        padding: 50px 0px 20px 0px;
    }
    .about-third-sec h3 {
        text-align: center;
    }
    .about-third-sec h6 {
        text-align: center;
    }
    .inz img{
        margin:0 auto;
    }
    .about-third-sec h4{
        text-align: center;
    }
    .our-industries {
        padding: 50px 0px;
    }
    .our-industries .buttonz-sn{
        display: none;
    }
    .our-industries .buttonz-ss{
        display: none;
    }
    .our-serivce-main-sec {
        padding: 50px 0px;
    }
    .positions {
        padding: 50px 0px 20px 0px;
    }
    .apply-button {
        text-align: left;
        margin-top: 20px;
    }
    .apply-button {
    text-align: right;
    }
    .sidebarz {
        padding-left: 0%;
    }
    .right-side h3{
        margin-top: 40px;
    }
    .blue-logo{
        display:none !important;
    }
    .white-logo{
        display:block !important;
    }
    .inner-case{
        display: flex;
  
  flex-direction: column-reverse;
    }
    .download-grid {
    padding-bottom: 50px;
    }
    .helpz .row{
        display: flex;
  flex-direction: column-reverse;
    }
  }