body, html { 
    overflow-x: hidden;  
}
.ml-auto {
    margin-left: auto;
}
header {
    background: #FFF9F6;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
header.innerMenu {
    background: #FF6A19; 
}
header .navbar-light .navbar-nav .nav-link {
    padding: 0.6rem 1.7rem;  
    color: #3B3B41; 
    font-size: 16px; 
    font-weight: 400;
    position: relative;
}
header.innerMenu .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
header.innerMenu .navbar-light .navbar-nav .nav-link.active {
    color: #fff; 
}
header.innerMenu .navbar-light .navbar-nav .nav-link.active::after {
    background: #fff;  
}
header .navbar-light .navbar-nav .nav-link.active {
    color: var(--primaryColor);  
}
header .navbar-light .navbar-nav .nav-link.active::after { 
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 5px;
    width: 22px;
    height: 2px;
    background: var(--primaryColor);
    transform: translate(-50%, -50%);
}
header .navbar-light .navbar-nav .contactBtn {
    margin-top: 5px;  
    padding-left: 15px;
}
header .navbar-light .navbar-nav .contactBtn .nav-link.btnType1 { 
    color: var(--whiteColor) !important;
    width: 100px;  
    font-size: 14px; 
    font-weight: 600; 
    height: 34px; 
    padding: 0 0;
    border-radius: 10px; 
    line-height: 34px; 
}
.topBanner {
    margin-top: 10px;
    background: url('../images/home/bannertop.png'), linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 90, 0, 0.04) 100%);
    /* background-image: url('../images/home/bannertop.png');  */
    background-repeat: no-repeat;
    background-size: 100%;
    height: calc(100vh - 61px);  
    display: flex;
    align-items: center;
    position: relative;
}
.innerBanner {
    background-image: url('../images/home/innerheader.png'); 
    height: 182px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.headTitle1 {
    font-size: 60px;
    color: var(--whiteColor);
    margin-bottom: 0;
    line-height: 42px; 
}
.m-auto {
    margin: auto; 
}
.line40 {
    line-height: 40px;
}
.parachuteType1 {
    position: absolute;
    top: 70px;
    left: 0;
}
.parachuteType2 {
    position: absolute; 
    top: 45px; 
    right: 45px;   
}
.parachuteType2 img {
    width: 60px;
}
.parachuteType2.Type2 {
    top: -78px;
    left: 15px;
    right: auto;
}
.parachuteType2.Type2 > img {
    width: 95px; 
}
.parachuteType3 {
    position: absolute;
    top: 25px;
    left: 45px;
}
.parachuteType4 {
    position: absolute;
    top: 240px;
    right: 0;
}
.parachuteType5 {
    position: absolute;
    top: 410px;
    left: 0;      
}
.parachuteType6 { 
    position: absolute;
    top: 770px;
    right: 45px;      
}
.parachuteType7 {
    position: absolute;
    top: 620px;
    left: 0px;        
}
.parachuteType8 {  
    position: absolute;
    bottom: -40px;
    left: 45px;        
}
.parachuteType9 {    
    position: absolute;
    top: 620px;
    right: 20px;        
}
.parachuteType10 {      
    position: absolute;
    top: 40px;
    left: 45px;        
}
.parachuteType11 {      
    position: absolute;
    bottom: -40px;
    right: 0;      
}
.parachuteType12 {      
    position: absolute;
    top: 140px;
    right: 20px;   
}
.parachuteType13 {        
    position: absolute;
    bottom: -30px; 
    left: 45px;   
}
.parachuteType13.ups {
    top: 15px;
    bottom: auto;
    left: 10%;
}
.parachuteType13 > img.s10 {
    width: 50px;     
}
.parachuteType14 {        
    position: absolute;
    bottom: -15px; 
    left: 0;     
}
.parachuteType15 {        
    position: absolute;
    bottom: -15px; 
    right: 45px;    
}
.parachuteType15 > img {
    width: 65px;
}
.parachuteType16 {        
    position: absolute;
    top: 320px;  
    right: 0;     
}
.parachuteType17 {  
    position: absolute;
    top: 345px;
    left: 0;
}
.parachuteType18 {      
    position: absolute;
    top: 345px;
    right: 30px;
}
.parachuteType19 {      
    position: absolute;
    top: 500px;
    right: 0px;
}
.parachuteType20 {         
    position: absolute;
    bottom: 0; 
    left: 0px;  
}
.parachuteType21 {        
    position: absolute;
    top: 20px;
    left: auto;
    right: 15px;  
}
.parachuteType22 {
    position: absolute;
    top: 120px;
    left: auto;
    right: 0;  
}
.parachuteType23 {
    position: absolute;
    top: 130px;
    left: 0;
}
.parachuteType23 > img {
    width: 95px; 
}
.edgeTechnology {
    position: relative; 
}
.minw40 {
    min-width: 40px; 
}
.we-strive {
    position: relative; 
}
.tTitle {
    color: #7A7A7A; 
}
.emailD {
    width: 100%; 
    background: #F9F9F9;
    border-radius: 12px; 
}
.mr-2 {
    margin-right: 10px; 
}
.ourBox {
    background: #FFFFFF;
    border: 1px solid transparent;
    box-sizing: border-box;
    box-shadow: 20px 71px 80px -25px rgb(82 82 82 / 10%);
    border-radius: 8px;
    padding: 15px 25px;
    min-height: 306px;
    margin-bottom: 30px; 
    transition: 0.5s; 
}
.ourBox.active {
    border: 1px solid #EBEBEB; 
}
.ourBox:hover {
    border: 1px solid #EBEBEB;  
}
.ourBox > img {
    width: 100px;
}
.innerBox4 {
    margin-top: -75px;
    margin-bottom: 55px;
    background: #0095FF; 
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: block;
    text-align: center;
}
.innerBox4.inBg2 {
    background: rgba(222, 40, 121, 0.1);
}
.innerBox4.inBg3 {
    background: rgba(180, 3, 255, 0.1);
}
.ourBox > h3 {
    margin-bottom: 20px;
}
.pt60 {
    padding-top: 60px;
}
.pb60 {
    padding-bottom: 60px; 
}
.pt80 {
    padding-top: 80px;
}
.pb80 {
    padding-bottom: 80px;        
}
.pt100 {
    padding-top: 100px; 
}
.pb100 {
    padding-bottom: 100px;
}
.letterS2 {
    letter-spacing: 2px;
}
.boxImg { 
    width: 100%;
    height: 130px;
    line-height: 130px;
    background: rgba(0, 149, 255, 0.1);
    border-radius: 12px;
    display: inline-block;
    text-align: center; 
}
.boxImg.bxcolor2 {
    background: rgba(222, 40, 121, 0.1);     
}
.boxImg.bxcolor3 {
    background: rgba(179, 0, 255, 0.1); 
}
.boxList {
    background: var(--whiteColor);
    box-shadow: -8px 30px 80px -25px rgba(82, 82, 82, 0.15); 
    border-radius: 8px;
    padding: 15px;
    padding-top: 28px;
    padding-left: 30px;
    z-index: 9;
    position: relative;
    overflow: hidden;  
}
.karabiGraph1 {
    position: relative; 
    z-index: 9;
}
.karabiGraph1::before {
    content: ""; 
    position: absolute; 
    background: linear-gradient(90deg, #FFF0E9 -0.91%, #FFFDFB 100%);
    border-radius: 12px;
    position: absolute;
    top: 0;
    right: 0;
    left: 28%;
    width: 72%;
    min-height: 540px;
    z-index: -1;  
}
.boxCircle1 {
    width: 90px; 
    height: 90px;
    border-radius: 50%;
    background: #FFD7C1;
    position: absolute;
    top: -60px;
    right: 16%;    
}
.boxCircle2 {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #FFD7C1;
    position: absolute;
    bottom: -10px;
    right: 48%;  
}
.boxCircle3 { 
    position: absolute;
    bottom: -26px;
    right: 0px;
}
.graphBox {
    position: relative;
}
.solutionStep {
    position: absolute; 
    top: 8%;
    left: 3.6%;
}
.pb150 {
    padding-bottom: 150px; 
}
.clientBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    min-height: 208px; 
}
.happyClients .borderType1 {      
    border: solid 1px #ccc; 
}
.happyClients .borderType1:first-child {
    border-left: none;
}
.happyClients .borderType1:last-child {
    border-right: none;
}
.letterS5 {
    letter-spacing: 5px; 
}
.joinBox {
    background: rgba(255, 90, 0, 0.1);
    border-radius: 32px;
    padding: 50px 70px;   
    min-height: 345px; 
    display: flex;
    align-items: center; 
    /* justify-content: center;  */
}
.overflowH {
    overflow: hidden; 
}
.bgOverlay {
    position: absolute; 
    bottom: 0;
}
.footerBg {
    background: #fff9f6;   
    min-height: 376px;
    padding-top: 60px;
    padding-bottom: 50px;
}
ul.userLinks {
    padding: 0;
    margin: 0; 
    width: 100%; 
}
ul.userLinks li {
    list-style: none;
    display: block;
    margin: 10px 0;
}
ul.userLinks li > a {
    color: var(--secondaryColor); 
    font-size: 14px;
    font-weight: 400; 
    cursor: pointer;
    text-decoration: none; 
}

ul.userLinks li  {
    color: var(--secondaryColor); 
    font-size: 14px;
    font-weight: 400; 
    cursor: auto;
    text-decoration: none; 
}




ul.socialLinks { 
    padding: 0;
    margin: 0; 
    width: 100%;   
}
ul.socialLinks li { 
    list-style: none;
    display: inline-block;  
}
ul.socialLinks li a {
    background: #FFE9DB;
    color: var(--primaryColor); 
    display: inline-block; 
    width: 40px;
    height: 40px;
    line-height: 40px; 
    border-radius: 50%; 
    text-align: center;
    margin-right: 15px;
    transition: 0.5s all; 
}
ul.socialLinks li a:hover {
    background: var(--primaryColor);
    color: var(--whiteColor); 
}
.footerBottom {
    position: absolute;
    width: 100%;
    bottom: 20px; 
}
.whiteBorder {
    background-color: var(--whiteColor); 
    opacity: 1;
}
.pt12 {
    padding-top: 12px;
}
img {
    max-width: 100%;  
}
.what-we-do .boxMobile > img {  
    width: 130px;  
}
.what-we-do .ourBox {  
    border: none;
    box-shadow: none;
    border-radius: 0; 
}
.what-we-do .ourBox:hover {
    border: none;
}
.what-we-do .innerBox4 {
    border-radius: 12px; 
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.what-we-do .innerBox4.inBg1 {     
    background: rgba(0, 149, 255, 0.1);
}
.simpleOptime {
    background-image: url('../images/home/vans.png');  
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;       
}
.mb90 {
    margin-bottom: 90px;
}
.aboutList .boxMobile {
    margin-top: -55px; 
}
.teamBox {
    z-index: 9; 
}
.teamInner {
    background: #FFFFFF;
    box-shadow: 0px 57.4237px 143.559px -43.0678px rgb(0 0 0 / 28%);
    border-radius: 0px 0px 2.87119px 2.87119px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80%;
    z-index: 99;
    padding: 20px;
}
form.formUi input:not(input[type="submit"]), 
form.formUi select {  
    height: 55px;
    background: #F9F9F9;
    border: none; 
    border-radius: 0px 10px 10px 0px;  
}
form.formUi input:not(input[type="submit"]):focus, form.formUi select:focus {
    box-shadow: none; 
}
form.formUi textarea {  
    height: 170px;
    background: #F9F9F9 !important; 
    border: none; 
    border-radius: 10px;
    padding: 15px;
}
form.formUi textarea::placeholder, form.formUi input::placeholder, form.formUi select::placeholder {
    color: #D2D2D2; 
}
form.formUi textarea:focus {  
    box-shadow: none; 
}
form.formUi .input-group-text {
    font-size: 18px;
    background: #F9F9F9;
    border: none;
    min-width: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
}
form.formUi .input-group-text > i {
    color: #D2D2D2; 
}
form.formUi .mb-3 {
    margin-bottom: 1.5rem !important; 
}
.contactBox {    
    padding: 50px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 69px rgb(0 0 0 / 8%);
    border-radius: 12px;
    margin-top: -80px;
}
/* brand slider start */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* brand slider end */  
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(255 90 0);
    background: rgb(255 90 0);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999; 
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    /* top: 5px; */
}

@media (max-width: 1370px) {
    .karabiGraph1::before {
        min-height: 480px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    h2 {
        font-weight: var(--fw600);
        color: var(--secondaryColor);
        font-size: 30px;
        line-height: 36px;
    }
}
@media (min-width: 768px) {   
    .pl30 {
        padding-left: 30px; 
    }
    .pr30 {
        padding-right: 30px; 
    }
    .text-md-right {
        text-align: right; 
    }
    .foverlayRight {
        padding-right: 65px;
        text-align: right;
    }
    .pt60 {
        padding-top: 60px; 
    }
    .pr90 {
        padding-right: 90px;
    }
    .pl50 {  
        padding-left: 50px;
    }
    .pr50 {  
        padding-right: 50px; 
    }
    .pl35 {
        padding-left: 35px; 
    }
    .pr35 {
        padding-right: 35px; 
    }
    .pl20 {
        padding-left: 20px;
    }
    .pr80 {
        padding-right: 80px; 
    }
    .boxLeftPadding {
        padding-left: 60px;
    }
    .boxRightPadding {  
        padding-right: 60px;
    }
    .mw60 {
        max-width: 60%; 
        margin: auto; 
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    h1 { 
        font-size: 36px;
        line-height: 42px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    body .px-md-5 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .boxImg {
        width: 82px;
        height: 105px;
        line-height: 105px; 
    }
    .pr80 {
        padding-right: 0;
    }
    .pl35 {
        padding-left: 15px; 
    }
    .pr35 {
        padding-right: 15px;
    }
    h3 {
        font-size: 18px;
        line-height: 28px; 
    }
    .solutionStep {
        display: none; 
    }

}

@media (max-width: 991px) {
    header .navbar-light .navbar-nav .nav-link.active::after {
        display: none; 
    }
}

@media (max-width: 767px) {
    .contactBox {
        padding: 20px; 
    }
    .pb100 {
        padding-bottom: 60px;
    }
    .contactBox .col-md-7.pl30 {
        padding-top: 30px; 
    }
    .headTitle1 {
        font-size: 36px; 
        line-height: 26px;
    }
    .aboutList {
        padding-top: 30px; 
    }
    .parachuteType22 { 
        top: 14px;
        left: 0;
        right: 0;
    }
    .parachuteType17 {
        display: none;
    }
    .parachuteType19 {
        top: 690px; 
    }
    .parachuteType19 > img {
        width: 30px;
    } 
    .parachuteType22 > img {
        width: 60px;
    }
    .parachuteType18 { 
        top: auto;
        bottom: -19px;
        left: 12px;
    }
    .parachuteType18 > img {
        width: 30px;
    }
    .parachuteType20 {
        display: none;
    }
    .parachuteType21 {
        position: absolute;
        top: 315px;
        left: 15px;
        right: auto;
    }
    .parachuteType21 > img {
        width: 50px;
    }
    .aboutList .boxMobile {  
        margin-top: 5px;
    }
    .what-we-do .boxMobile {  
        margin-top: 25px;
    }
    .what-we-do .innerBox4 { 
        margin-top: 0;
        margin-bottom: 25px;
    }
    .what-we-do .ourBox {
        margin-bottom: 0;
    }
    .parachuteType2.Type2 {
        top: -70px;
        left: auto;
        right: 12px;
    }
    .parachuteType2.Type2 > img {
        width: 40px; 
    }
    .simpleOptime {
        background: none;
    }
    .stopSolution h4 {
        margin-top: 10px; 
    }
    header .navbar-light .navbar-nav .nav-link.active::after {
        display: none;
    }
    .navbar-toggler {
        cursor: pointer;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    h1 {  
        font-size: 38px;
        line-height: 48px;
    }
    h2 {
        font-size: 25px;
        line-height: 36px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px; 
    }
    .pt60 {
        padding-top: 30px;
    }
    .pb60 {
        padding-bottom: 30px; 
    }  
    img {
        max-width: 100%; 
    }
    .shopImg img {
        max-width: 100%; 
    }
    .topBanner {
        background-size: cover; 
    }
    .parachuteType1 {
        top: 0; 
    }
    .parachuteType1 img {
        width: 36px; 
    }
    .parachuteType2 {
        position: absolute;
        top: 20px;
        right: 20px;
    }      
    .parachuteType2 img {
        width: 40px;
    }
    .parachuteType3 {
        top: -7px;
        left: 15px;
    }
    .parachuteType3 img {
        width: 40px;
    }
    .parachuteType4 {
        display: none; 
    }
    .parachuteType5 {
        display: none;  
    }
    .parachuteType7 {
        display: none; 
    }
    .parachuteType8 {
        bottom: -30px;
        left: 15px; 
    }
    .parachuteType8 img {
        width: 24px;
    }
    .parachuteType9 {   
        top: -67px; 
        right: 20px;
    }
    .parachuteType9 img {  
        width: 28px; 
    }
    .parachuteType13 {  
        bottom: -20px;
        left: 10px;
    }
    .parachuteType13 > img {
        width: 45px; 
    }
    .joinBox {
        padding: 25px 25px; 
    }
    .bgOverlay {
        display: none;
    }
    .footerMain .flex-wrap {
        flex-wrap: nowrap !important; 
    }
    .footerBottom {
        position: relative;
        bottom: 0; 
    }
    .boxImg {
        width: 150px;
    }
    .pt100 { 
        padding-top: 40px;
    }
    .footerBg { 
        min-height: inherit;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ul.socialLinks {
        margin-top: 15px; 
    }
    .boxList h4 {
        margin-top: 10px; 
    }
    .karabiGraph1 h2 {
        margin-top: 15px; 
    }
    .ourBox {
        margin-bottom: 95px; 
    }
    .parachuteType10 { 
        top: -20px;
        left: 15px;
    }
    .parachuteType10 > img {
        width: 30px; 
    }
    .stopSolution .mb-5.pb-5 {
        margin-bottom: 0px !important;
    }
    .solutionStep {
        display: none; 
    }
    .pb150 {
        padding-bottom: 40px; 
    }
    .parachuteType12 {
        top: 272px; 
    }
    .parachuteType12 > img {
        width: 40px; 
    }
    .parachuteType11 {
        bottom: -10px; 
    }
    .parachuteType11 > img {
        width: 60px; 
    }
    .happyClients .borderType1 {
        border: none; 
    }
    .clientBox {
        border-bottom: 1px solid #ccc; 
    }
    .parachuteType14 {
        bottom: 0;
        left: 0; 
    }
    .parachuteType14 > img {
        width: 50px; 
    }
    .parachuteType13.ups {
        top: -8px;
        left: 18%;
    }
    .parachuteType15 { 
        right: 20px;
    }
    .parachuteType15 > img {
        width: 40px;
    }
}


.mb0{margin-bottom: 0px;}




.social-icons h3{
    float: left;
}
.social-icons span{
    float: right;
}

.social-icons .social-linkedin a {
    background-color: #238cc8;
}

.social-icons .social-linkedin a:hover {
    background-color: #0c6293;
}


.social-icons a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
}
.social-icons a, .social-icons a:hover {
    color: #fff;
    border: 0;
}
.social-icons a {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.plus{}


@media (min-width: 1300px) and (max-width: 1600px) {

.topBanner {
    margin-top: 10px;
    background: url(../images/home/bannertop.png), linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 90, 0, 0.04) 100%);
    /* background-image: url(../images/home/bannertop.png); */
    /* background-repeat: no-repeat; */
    background-size: contain !important;
    height: calc(100vh - -13px) !important;
    display: flex;
    align-items: center;
    position: relative;
}

	}



