﻿﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
html{
   
   /* scroll-behavior: smooth;*/
}


@font-face {
    font-family:parkway;
    src: url('fonts/parkway/parkway lush.ttf');
}
@font-face {
    font-family: BigCaslon;
    src: url('fonts/');
}


@font-face {
    font-family:BigCaslonMedium;
    src: url('fonts/BigCaslonMedium.ttf');
}

@font-face {
    font-family:ClashDisplay-Regular;
    src: url('fonts/clash_display/ClashDisplay-Regular.ttf');
}

@font-face {
    font-family:ClashDisplay-Medium;
    src: url('fonts/clash_display/ClashDisplay-Medium.ttf');
}

@font-face {
    font-family:ClashDisplay-Semibold;
    src: url('fonts/clash_display/ClashDisplay-Semibold.ttf');
}

@font-face {
    font-family:ClashDisplay-Bold;
    src: url('fonts/clash_display/ClashDisplay-Bold.ttf');
}



body{
    margin:0;
    color:#0a0e21;
    font-weight: 400;
    line-height: normal;
    font-family:BigCaslonMedium, 'san-serif';
    height: 100vh;
}



nav{
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 0px;
    transition: all .8s cubic-bezier(.4,.01,.165,.99);
    transition-delay: .1s;
    -webkit-transition: all .8s cubic-bezier(.4,.01,.165,.99);
    -webkit-transition-delay: .1s;
    background: #f8f8f8;
    position: relative;
}



nav .container{
}


.fixed-nav-top {
    padding: 10px 0;
    transition: all .8s cubic-bezier(.4,.01,.165,.99);
    transition-delay: .1s;
    -webkit-transition: all .8s cubic-bezier(.4,.01,.165,.99);
    -webkit-transition-delay: .1s;
}


.fixed-nav-top .custom_logo{
          transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .desktop-menu {
}
.custom_logo a{
      height: 50px;
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .custom_logo a{
       height: 60px;
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}

.fixed-nav-top .custom_logo a span{
    font-size: 20px;
          transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
}



.fixed-nav-top .desktop-menu ul li a {
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.1s;
    }

a{
     text-decoration: none;
}
    
a:hover{
     text-decoration: none;
}

.tbl {
    width: 100%;
    display: table;
    height: 100%;
}

.tbl-cell{
    vertical-align: middle;
    display: table-cell;
    float: none;
}

.custom_logo {
    display: table-cell;
    vertical-align: middle;
    transition: all .8s cubic-bezier(.4,.01,.165,.99);
    transition-delay: .1s;
    -webkit-transition: all .8s cubic-bezier(.4,.01,.165,.99);
    -webkit-transition-delay: .1s;
    text-align: center;
   width: 22%;
}



.custom_logo a{
    display: block;
}

.custom_logo a img{
    width: auto;
    height: 100%;
}



.desktop-menu {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
   /* width: 52%;*/
   text-align: center;
}


.desktop-menu ul {
      margin-bottom: 0;
    list-style: none;
    padding: 0;
    vertical-align: middle;
}



.desktop-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 70px;
}

.desktop-menu li:last-child{
    margin-right: 0;
}

.desktop-menu ul li a {
    font-size: 25px;
    color: #182a32;
    font-weight: 300;
    padding: 10px 0 10px 0;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    display: block;
    text-transform: capitalize;
    position: relative;
}

.desktop-menu .get_in_touch{
    margin-left:30px ;
}

.desktop-menu .get_in_touch a{
    color: #F55115;
    font-size: 30px ;
    font-family:ClashDisplay-Semibold;
}

.desktop-menu .get_in_touch a:hoveR{
    color: #F55115;
}

.desktop-menu .get_in_touch a:after{
    background: #f55115;
}

.desktop-menu ul li:last-child a{
    margin-right:0;
}



.desktop-menu a:after {
    display: block;
    background: #182a32;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
        visibility: hidden;
      -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: all .25s ease-out;
}

.desktop-menu ul li a:hover {
    color: #172060;

}

.desktop-menu a:hover:after {
       visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



::-webkit-scrollbar-track
{
    border-radius: 9px;
}

::-webkit-scrollbar
{
        width: 10px;
}

::-webkit-scrollbar-thumb
{
    border: 1px solid #000;
    background:#000;
   
}

.respon_btn {
    vertical-align: middle;
   /* width: 4%;*/
    text-align: right;
    margin: 0;
    margin-right: 0;
}


.respon_btn .nav_start{

}

.respon_btn .nav_start:after{
    display: none;
}

.respon_btn  .blob-btn__inner {
}

.blob-btn {
    z-index: 1;
    position: relative;
}


.respon_btn .nav_start{
      float: right;
}



img{
    max-width: 100%;
}

.blob-btn {
    background: #cd59ac;
    text-align: center;
    font-size: 15px !important;
    font-weight: 700!important;
    color: #FFFFFF !important;
    padding:15px 20px !important ;
    line-height: normal !important;
    display: table;
    border-radius: 24px;
    width: auto;
    min-width: 155px;
     margin: 0;
     text-transform: uppercase !important;
        
}


.blob-btn__inner {
    border-radius: 24px;
}

.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
}

.blob-btn__blob:nth-child(1) {
    left: 0;
    transition-delay: .04s;
}

.blob-btn__blob {
    -webkit-transform: translate3d(1%,107%,0) scale(1.4);
    transform: translate3d(1%,109%,0) scale(1.4);
    -moz-transform: translate3d(1%,109%,0) scale(1.4);
}

.blob-btn__blob {
    position: absolute;
    top: 9px;
    width: 100%;
    height: 100%;
   background: #6d365c;
    border-radius: 24px;
    -webkit-transform: translate3d(1%,107%,0) scale(1.4);
    transform: translate3d(1%,107%,0) scale(1.4);
    transition: -webkit-transform .45s;
    transition: transform .45s;
    transition: transform .45s,-webkit-transform .45s;
    -webkit-transition: transform .45s;
    -moz-transition: transform .45s;
    -o-transition: transform .45s;
    transition: transform .45s;
}


.nav_start:hover {
    transition: .3s;
    color: #fff !important;
}


.blob-btn:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.6);
    transform: translateZ(0) scale(1.6);
    -moz-transform: translateZ(0) scale(1.6);
}



div#load_screen{
      background: #fff;
    opacity: 1;
    position: fixed;
    z-index: 1000000000;
    top: 0px;
    height: 100%;
    width: 100%;
    /* background: #ffffff; */
     display: flex; 
    justify-content: center;
    align-items: center;
}


.loader img {
    width: 200px; 
    margin-right: 15px;


}

.loader p{
    color: #eee;
}

.loader .logo{
         display: block;
        text-align: center;
            width: auto;

}

.loader .logo img{
}


.top-menu {
    display: none;
    vertical-align: middle;
    padding-top: 27px;
    position: relative;
    transition: 0.3s;
}

#burger {
    width: 30px;
    display: block;
    padding-right: 0;
    height: 20px;
    left: 0px;
    cursor: pointer;
    z-index: 1000000000;
    position: relative;
}

#burger .bar {
    height: 1px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
    position: absolute;
    height: 2.5px;
    content: "";
    right: 0;
    background: #000;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 0;
}

.bar.one {
    width: 14px;
    top: 0;
}

.bar.two {
    width: 25px;
    top: 5px;
}

.bar.three {
    width: 16px;
    top: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.animate .bar.one{
        opacity: 0;
    transform: translateY(-2px) rotate(-44deg);
    -webkit-transform:translateY(-2px) rotate(44deg);
}

.animate .bar.four{
        opacity: 0;
        transform: translateY(-8px) rotate(45deg);   
       -webkit-transform:translateY(-8px) rotate(45deg);
}

.animate .two{
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg);
    top: 7px;
    width: 17px;
}

.animate .three{
        -webkit-transform: rotate(44deg);
        top: 7px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
}

.bigg{
    background: #fff;
}


.bigg .desktop-menu {
      
            display: table;
    pointer-events: auto;
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.fixed-pos {
    overflow: hidden;
}


.desktop-menu .dropdown-menu{
     
    box-shadow: 2px 10px 27px 0px #e9e9e9;
    padding: 0;
    min-width: 180px;
    margin-top: 0;
    border: 0;
    border-radius: 6px;
    top: 50px;
}

.dropdown-menu li{
    display: block;
    width: 100%;
    text-align: left;
}

.dropdown-menu li a{
    text-align: left;
    padding: 15px !important;
    border-bottom: solid 1px #eee;
    transition: 0.3s;
    font-size: 14px !important;
}

.desktop-menu .dropdown-menu li a:hover{
    background-color: #737896 !important;
    color: #fff !important;
    transition: 0.3s;
}

.desktop-menu .dropdown-menu li a:hover:before{
    color: #fff !important;
    transition: 0.3s;
}

.desktop-menu  .dropdown-menu li a:before{
    content: "\f105";
    color:#737896;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.desktop-menu  .dropdown-menu li a:after{
    background-color:#737896 ;
    display: none;
}

.fixed-nav-top  .desktop-menu .dropdown-menu{
        top: 27px;
    padding-top: 7px;

}

.desktop-menu  .dropdown-menu>li>a:focus, .desktop-menu .dropdown-menu>li>a:hover{
text-decoration: none;
transition: 0.3s;
color: #172060 ;
background-color: transparent;
}




.home_banner{
    padding-top:150px;
    padding-bottom:50px;
    min-height: 1110px;
    position: relative;
    position: relative;
}


main{
    overflow: hidden;
}


.bg_parallax_content{
    position: relative;
}




.home_content span{
    color: #000;
    font-size: 115px;
    font-weight: 500;
    margin-top: 0;
    line-height: 90px;
}

.home_alyer_1{
    margin-left: -10px;
}

.home_alyer_2{
    padding-left: 100px;
    margin-left: -10px;
}

.home_alyer_3{
    margin-left: 20px;
}

.home_alyer_2 img{
    display: inline-block;
}

.contact_arrow {
}

.home_content .home_alyer_1 span{
    display: inline-block;
}

.home_content .home_alyer_2 span{
    display: inline-block;
}

.home_content .home_alyer_2 img{
    padding-right: 25px;
    display: inline-block;
}

.home_content .home_alyer_3 span
{
    display: inline-block;
}
/*
.animatations .home_content .home_alyer_1 span{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
}


.animatations .home_content .home_alyer_2 span{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
}

.animatations .home_content .home_alyer_2 img{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.8s ease 0.8s, opacity 0.9s ease 0.8s;
    transition: transform 0.8s ease 0.8s, opacity 0.9s ease 0.8s;
}


.animatations .home_content .home_alyer_3 span{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
    transition: transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
}*/

.home_content .contact_arrow{
    margin-top: 50px;
}
/*
.animatations  .home_content .contact_arrow{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
    transition: transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
}
*/
.home_content .contact_arrow a{
    color: #f55115;

}

.home_content .contact_arrow a:hover img{
    filter: brightness(10);

}



.home_content .contact_arrow a{
    display: table;
}

.money_2{
    display: inline-block;
    visibility: hidden;
    -webkit-transform: translateY(25px) scale(1);
    opacity: 0;
    position: absolute;
    right: 20%;
    top: 5%;
}

.animatations .money_2{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
    transition: transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
}


.money_4{
    display: inline-block;
    visibility: hidden;
    -webkit-transform: translateY(25px) scale(1);
    opacity: 0;
    position: absolute;
    right: 21px;
    top: 3%;
}


.padTop0padBot0{
    padding: 0 !important;
}

.animatations .money_4{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
    transition: transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
}


.money_5{
    display: inline-block;
    visibility: hidden;
    -webkit-transform: translateY(25px) scale(1);
    opacity: 0;
    position: absolute;
    left: -50px;
    bottom: 0%;
}

.animatations .money_5{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
    transition: transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
}


.money_6{
    display: inline-block;
    visibility: hidden;
    -webkit-transform: translateY(25px) scale(1);
    opacity: 0;
    position: absolute;
    right: -100px;
    bottom: 10%;
    text-align: right;
}


.animatations .money_6{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
    transition: transform 1.0s ease 1.0s, opacity 0.9s ease 1.0s;
}

/*footer*/

footer{
    background:#1127E0 url('../images/footer-bg.png')no-repeat;
    padding:120px 0 80px 0;
}

footer h1{
    font-size: 115px;
    font-family:BigCaslonMedium;
    font-weight: 500;
    margin-top: 0;
    color:#fff;
    margin-bottom: 0;
    text-transform: inherit;
}

footer p{
margin-top: 40px;
font-family:BigCaslonMedium;
color:#fff;
font-size: 38px;
font-weight: 500;
width: 900px;
max-width: 100%;
padding-left: 0px;
}

footer .contact_arrow{
    margin-top: 30px;
    display: table;
    transition: 0.3s;
    float: left;
}

.contact_arrow a{
    color: #fff;
    font-size: 30px;
    font-family:ClashDisplay-Semibold;
    font-weight: 500;
    transition: 0.3s;
    display: table;
}

.learn-more .input_btn{
    margin-top: -46px;
    margin-left: 0;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    z-index: 100000000;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    font-size: 30px;
    padding-left: 70px;
    padding-right: 11px;
}

.learn-more:hover .input_btn{
    color: #fff;
}

a,a:active,a:hover{
    text-decoration: none;
}

footer .contact_arrow img{

}

.contact_arrow_img{
    padding: 8px 12px;
    border: solid 2px;
    border-radius: 100%;
    width: 77px;
    display: inline-block;
    height: 90px;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 64px;
    text-align: center;
    transition: 0.3s;
}

.contact_arrow a:hover {
    margin-left: 10px;
    transition: 0.3s;
}

.contact_arrow a:hover .contact_arrow_img{
    background:#f55115;
    color:#1127E0;
    transition: 0.3s;
}



.contact_arrow:hover{

}

footer .contact_arrow img{

}


 @-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
  }
  @keyframes slide-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
  }
  

  .dont_shy{
    float: right;
    margin-top: -35px;
    position: relative;
    /* width: 328px; */
    text-align: right;
  }

  .dont_shy img{
    display: inline-block;
    vertical-align: middle;
  }

  .shy_tooltip{
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: left;
    position: relative;
    z-index: 1;
    left: 0;
    font-size: 25px;
    width: 270px;
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
  }

  .shy_tooltip::after {
    content: "";
    position: absolute;
    top: 15%;
    right: -36px;
    margin-left: -5px;
    border-width: 18px;
    border-style: solid;
    border-color: #ffffff00 transparent transparent white;
}


.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    transition: 02s;
    opacity: 1;
}   
    
    
    .scroll-top-wrapper {
       position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 1000;
    color: #ffffff;
    border-radius: 30px;
    padding: 0;
    right: 27px;
    bottom: 40px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}


#to-top {
    overflow: hidden;
        transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    background-color: rgba(0,0,0,0.25);
        border-radius: 200px!important;
    -webkit-border-radius: 200px!important;
    display: block;
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.25);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
}


 #to-top:before {
    background-color: rgba(255,255,255,0.25);
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    opacity: 0;
    z-index: 2;
}

 #to-top:after, #to-top:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
}


 #to-top i.fa-angle-up.top-icon, #to-top i.fa-angle-up {
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
}


#to-top i {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: transparent;
}

#to-top:hover,  #to-top.dark:hover {
    transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.16);
    background-color: transparent!important;
}

 #to-top:hover i.fa-angle-up.top-icon,  #to-top:hover i.fa-angle-up, #to-top.hovered i.fa-angle-up.top-icon, #to-top.hovered i.fa-angle-up {
    -webkit-transform: translate(0,-29px);
    transform: translate(0,-29px);
}

 #to-top:hover:after{
    transform: scale(1);
    -webkit-transform: scale(1);
    background:#1127E0;
 }   


 .home_section2{
    padding: 55px 0;
    position: relative;
 }

 .home_section2 .para{
    font-size: 50px;
    font-weight: 500;
    color:#000;
}


.home_section2 .home_content .home_alyer_1{
    text-align: right;
}

.home_section2 .home_content .home_alyer_3{
    text-align: right;
}

.home_section2 .home_alyer_4{
    float: right;
    width: 975px;
    max-width: 100%;
    margin-top: 40px;
}

.home_section2 .upper_top{
    display: table;
    margin: auto;
}

.home_section2  .bg_parallax_content{
    margin-top: 100px;
    position: relative;
}

.home_section2  .upper_top img{
    float: right;
    margin-right: 210px;
    margin-top: 18px;
    display: none;
}


.home_section2  .home_content span{
    line-height: 120px;
}

.home_section2  .dont_shy{
    float: left;
    margin-top: 25px;
}

.home_section2 .shy_tooltip{
    box-shadow: -5px 2px 9px 1px rgb(141 141 141 / 46%);
    padding: 10px;
    width: auto;
    margin-left: 20px;
}

.home_section2  .shy_tooltip::after{
    right:inherit;
    left: -20px;
    border-color: transparent white transparent transparent;
}


.home_section3{
   position: relative;
    padding-top:25px;
}



.home_section3_bg{
    background: url(../images/curve_bg.png)no-repeat;
    padding-top: 300px;
    position: relative;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 155px;
}

.home_section3_bg.home_content span{
    color: #fff;
    line-height: 140px;
}

.home_section3_bg .home_alyer_1{
    text-align: right;
}

.home_section3_bg .container{
    position: relative;
    z-index: 1000;
}

.home_section3_bg_absolute{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/another_section.png)no-repeat;
    background-size: cover;
   
}

.taxi_ribbon{
    margin-left: -307px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.taxi_ribbon_bg {
    background: url(../images/Caution_Banner.png);
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* background-repeat: repeat-y; */
    width: 3058px;
    margin: auto;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}


.home_section4{
    padding-top: 150px ;
    position: relative;
}

.home_section4 .form-group{
     margin-bottom: 120px;
}

.home_section4 h1{
    margin-top: 0;
    font-size: 80px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 106px;
    text-transform: inherit;
}

.home_section4 h1 strong{
    font-family:ClashDisplay-Bold;
}

.home_section4 p{
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 500;
}

.home_section4 span{
    display: block;
    color:#A1A1A1;
    font-size: 35px;

}

.home_section4 span a{
    color:#A1A1A1;
    font-size: 35px;
    text-decoration: underline;
}


.home_section5{
    padding-top: 150px ;
    position: relative;
}





.home_section5 .home_alyer_1{

}

.home_section5 .home_alyer_2 {
    padding-left: 0;
    margin-left: -10px;
    text-align: right;
}

.home_section5 .home_content span {
    line-height: 140px;
}

.home_section5 .home_alyer_4 {
    margin-top: 121px;
}

.home_section5 .container{
    position: relative;
}

.fish_catcher{
    position: absolute;
    right: 234px;
    top: -237px;
}






.home_section6 {
    background: #1127E0 url('../images/home_Sec6.png')no-repeat;
    /* min-height: 600px; */
    padding-top: 0;
    /* padding-bottom: 214px; */
    margin-top: 40px;
    margin-bottom: 59px;
    position: relative;
}


.pad_top{
    padding-top: 120px;
}

.home_section6 h2{
    font-size: 85px;
    margin-top: 0;
    font-weight: 500;
    color: #fff;
    margin-bottom: 47px;
}

.home_section6 p{
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}


.home_section6 .contact_arrow a{ 
    color:#fff;
}

.p_photo1 {
    float: left;
    width: 50%;
    right: -176px;
    position: relative;
    z-index: 1;
    bottom: -0;
}

.p_photo1  label{
    margin-left: -50px;
}

.p_photo2 {
    float: right;
    width: 50%;
    /* right: -196px; */
    position: relative;
    top: -121px;
}

.p_photo img{

}

.p_photo label{
    font-family: ClashDisplay-Regular;
    color: #fff;
    font-size: 30px;
    display: block;
    top: -36px;
    position: relative;
}


.p_photo span{
    color: #fff;
    font-size: 24px;
    display: block;
    top: -36px;
    position: relative;
    text-align: center;
}

.p_photo1 label{
    transform: rotate(6deg);
    text-align: center;
    color:#fff;
    font-family: parkway;
}
.p_photo1 span{
    transform: rotate(6deg);
    text-align: center;
    padding-right: 50px;
    color:#fff;
}


.p_photo2 label{
    transform: rotate(-12deg);
    text-align: center;
    right: -25px;
    font-family: parkway;
}
.p_photo2 span{
    transform: rotate(-12deg);
    text-align: right;
    right: -45px;

}


.home_section7{
    position: relative;
    margin-top: 113px;
    padding-bottom: 100px;
}

.home_section7 .dont_shy{
    position: absolute;
    top:0;
    right:0;

}

.home_section7 .home_content{
    margin-top: 180px;
}


.home_section7 .home_content .home_alyer_1{
    text-align: right;
    margin-bottom: 40px;
}

.home_section7 .home_content .home_alyer_2{
    text-align: left;
    margin-bottom: 40px;
}

.home_section7 .home_content .home_alyer_3{
    text-align: right;
    margin-bottom: 40px;
}

.faqs_section{
    position: relative;
    padding: 100px 0;
}



.faqs_section h2{
    font-size: 115px;
    font-weight: 500;
    color: #000;
    font-family: ClashDisplay-Medium;
    margin-top: 0;
    margin-bottom: 40px;
}

.faqs_section p{
    font-size: 50px;
    font-weight: 500;
    color: #000;
}

#accordion{
    margin-top: 50px;
    padding: 0;
}

.faqs_section ul{
    
}

.faqs_section ul li{
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.indicator {
    font-size: 33px;
    font-weight: 300 !important;
    margin-right: 6px;
    pointer-events: none;
}

.faqs_section ul li.panel{
    margin-bottom: 35px;
    list-style: none;
}

.faqs_section ul li .panel-heading{
    background-color: transparent;
}

.faqs_section ul li a{
    font-size: 50px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.faqs_section .panel-body{
    border: 0 !important;
}

.faqs_section .panel-body p{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
}

.faqs_section .panel-body p a{
    font-size: 24px;
    text-decoration: underline;
}

.accordion_change{
    background-color: #eee !important;
}

.simple_section{
    background-color: #f8f8f8;
    position: relative;
    padding: 100px 0;
}

.simple_section .contact_arrow a {
    color: #f55115;
    margin: auto;
    margin-top: 50px;
}


.home_section8{
    background:#F55115;
    position: relative;
    padding: 100px 0;
    margin-bottom: 50px;
    min-height: 800px;
    margin-top: 150px;
}

.home_sec8_absolute{
    background: url('');
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_section8 .container{
    position: relative;
    z-index: 1000;
}


.home_section8 #accordion1{
    position: absolute;
    z-index: 1000;
    top: 56px;
    width: 605px;
}


.home_section8  .contact_arrow{
    margin-top: 50px;
}


#accordion1{
    background: #fff;
    padding: 15px;
}

#accordion1{
    border: 0;
}

#accordion1 li{
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

#accordion1 li .panel-heading {
    border: 0;
    background: none;
    padding: 0;
    position: relative;
}

#accordion1 li .panel-heading a{
    font-size: 35px;
    font-weight: 500;
    color: #000;
    padding: 15px  40px;
    font-family:ClashDisplay-Medium;
    display: block;
    text-decoration: none;
}

#accordion1 li .panel-heading .fa{
    position: absolute;
    left: 16px;
    top: 30px;
    color: #fff;
}

#accordion1 li .panel-body{
    border: 0;
    background: none;
    padding: 15px  40px;
    padding-top: 0;
    display: block;
}


#accordion1 li .panel-body p{
    font-size: 26px;
    font-weight: 500;
    color: #000;
}

#accordion1 li.accordion_change_blue{
    background-color: #1127E0;
}

#accordion1 li.accordion_change_blue .panel-heading a{
    color: #fff;
}

#accordion1 li.accordion_change_blue .panel-body p{
    color: #fff;
}

.tab_slide{
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: -220px;
}

.tab_slide img{
    height: 100%;
    box-shadow: 0 0 7px 0px #00000094;
}

.home_section8  .contact_arrow a{
    margin-left: auto;
    margin-right: auto;
}





.hover_Section{
    position: relative;
    padding: 110px 0;
}

.s_absolute{
    position: absolute;
    top: 50px;
    left: 10%;
    width: 80%;
    height: 100%;
    background-size: contain !important;
    background-position: center center !important;
}

.hover_Section .container{
    position: relative;
    z-index: 1000;
}



.hover_div{
    padding: 150px 50px;
    position: relative;
    overflow: hidden;
    min-height: 45vw;
    margin-top: 48px;
    background-size: cover;
}


.story_card_main{

}

.story_card_back{
    transition: 0.3s;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.story_card_back img{
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.activated{
    display: block;
    opacity: 1;
    transition: 0.3s;
}


.story_card_target{
    position: absolute;
    transition: 0.3s;
}

.story_card1 {
    left: 4%;
    top: 256px;
    width: 215px;
    height: 337px;
}

.story_card2 {
    left: 21%;
    top: 10px;
    height: 337px;
    width: 216px;

}

.story_card3 {
    left: 38%;
    top: 149px;
    width: 215px;
    height: 337px;
}

.story_card4 {
    left: 48%;
    top: 10px;
    width: 332px;
    height: 519px;
}


.story_card5 {
    right: 4%;
    top: 10px;
    width: 459px;
    height: 275px;
}

.story_card6 {
    right: 4%;
    bottom: 2%;
    width: 233px;
    height: 331px;
}




.story_card_target .tbl-cell{
    width: 100%;
    padding-top: 155%;
    display: block;
    position: relative;
}

.story_card5 .tbl-cell{
    padding-top: 60%;
}

.story_card6 .tbl-cell{
    padding-top: 145%;
}

.story_card_target .tbl-cell img{
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hover_Section .home_alyer_2{
    text-align: right;
    margin-top: 20px;
}


.main_absolute{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color: #000;
    height: 100%;
    z-index: 1;
}

.main_overlay{
    overflow: initial;
}

.story_card1_layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px;
    display: none;
    border-radius: 15px;
}

.story_card1_layer label{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    transform: translate3d(0px, 48px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;

}

.story_layer_active label{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
    transition: 0.5s;
}

.story_card1_layer a{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
    transform: translate3d(0px, -48px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
}

.story_layer_active a{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: 0.5s;
}

.story_card1_layer a:hover{
    color: #1127E0;
}


.learn-more{
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: 30px;
    font-family: ClashDisplay-Semibold;
    font-weight: 500;
    color: #f55115;
}

.learn-more {
    /* width: 24rem; */
    height: auto;
    /* min-width: 522px; */
    /* width: 100%; */
    display: table;
}

  .learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    color: #f55115;
    border: solid 2px #f55115;
    border-radius: 1.625rem;
  }

.learn_white .circle {
    color: #fff;
    border: solid 2px #fff;
}

  .learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f55115;
  }

  .learn_white  .circle .icon{
    background: #fff;
  }

  .learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }
  .learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #f55115;
    border-right: 0.125rem solid #f55115;
    transform: rotate(45deg);
  }

  .learn_white .circle .icon.arrow::before {
    border-color:#fff;
  }


  .learn-more .button-text {
    margin-top: -44px;
    margin-left: 63px;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    z-index: 100000000;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* padding: 0.75rem 0; */
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    padding-right: 11px;
  }
  .learn-more:hover .circle {
    width: 104%;
    background-color: #f55115;
  }

  .learn_white:hover .circle {
    background-color: #fff;
  }

  .learn-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }

  .learn_white:hover .circle .icon.arrow {
    background: #f55115;
  }

  .learn-more:hover .circle .icon.arrow::before{
    border-color: #fff;
  }

  a.learn_white:hover .circle .icon.arrow::before{
    border-color: #f55115;
  }


  .learn-more:hover .button-text {
    color: #ffffff;
  }

  .learn_white:hover .button-text {
    color: #f55115;
  }

  footer a.learn-more {
}


.para_picture{
    display: inline-block !important;
    vertical-align: middle;
}

.upper_top .o-title_line{
    display:inline-block;
    vertical-align: middle;
}

.slider_inline{
    display:inline-block;
    vertical-align: middle;
    max-width: 420px;
}

.slider {
    padding-left: 16px;
    font-size: 50px;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-family: ClashDisplay-Semibold;
    width: auto;
}

.slider .item{
}

/*
.slider div {
    color: #000;
    height: 50px;
    margin-bottom: 50px;
  
    text-align: left;
    
  }
  .slider-text1 {
    animation: slide 4s linear infinite;
  }
 
  @keyframes slide {
    0% {margin-top:-300px;}
    5% {margin-top:-200px;}
    33% {margin-top:-200px;}
    38% {margin-top:-100px;}
    66% {margin-top:-100px;}
    70% {margin-top:-50px;}
    80% {margin-top:-50px;}
    90% {margin-top:0px;}
    100% {margin-top:0px;}
  }
*/

  .copyright{
    border-top: solid 1px rgb(226 226 226 / 58%);
    padding-top: 60px;
    margin-top: 50px;
  }

  .copyright a{
    float: left;
  }

  .copyright p{
    float: right;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-align: right;
    width: 50%;
  }


  /*contact*/

  .contact_header{
    /* margin-top: 40px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    padding: 0 44%;
  }
  .contact_headere{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
  }

  .contact_header .container{
    position: relative;
  }

  /* .cont_back{
    width: 6%;
    position: absolute;
    left: 15px;
    display: none;
    top: 30px;
    cursor: pointer;
  } */
  .cont_back{
    width: 6%;
    position: relative;
    left: 15px;
    display: none;
    top: 50px;
    margin-top: -100px;
    cursor: pointer;
  }
  .backContact{
    cursor: pointer;
  }
  /* .cont_back{
    background: url(../images/contact_back2.png) no-repeat;
    background-size: contain;
    min-height: 100px;
    min-width: 100px;
    display: none;
  } */




  .tab {
   
  }
  

  .cont_slide_active.contact_slide1{
    padding-top:120px;
  }

  .contact_slide {
    text-align: center;
    transition: 0.3s;
    transform: scale(1.5) !important;
    opacity: 0 !important;
    visibility: hidden;
    display: none;
}

.input_group{
    position: relative;
    width: auto;
    display: table;
    margin: auto;
    margin-top: 33px;

}

.width100{
    width: 100%;
}

.required_field{
    position: absolute;
    position: absolute;
    right: 32px;
    top: 28px;
    color: red;
    font-size: 38px;
    display: block;
    padding-top: 11px;
    display: none;
    font-weight: 700;
}

.cont_slide_active{
    transition: 0.3s;
    transform: scale(1) !important;
    opacity: 1 !important;
    visibility: visible;
    position: relative;
    height: auto;
    width: 100%;
    padding:0px 0 50px 0;
    display: block;
    z-index: 10;
}


.step.active {
    opacity: 1;
  }

.contact_slide .container{
    width: 1410px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact_slide h1{
    font-size: 65px;
    margin-top: 0;
    text-transform: inherit;
    margin-bottom: 45px;
}


.contact_slide p{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
}

#submitForm,#lastStep{
    display: none;
}

.contact_slide .hide_animation{
    visibility: hidden;
    opacity: 0;
}

.cont_slide_active .hide_animation{
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.9s ease 0.3s;
    transition: transform 0.3s ease 0.6s, opacity 0.9s ease 0.3s;
}

.contact_slide h2{
    font-size: 35px;
    font-weight: 500;
}
.contact_firsttab_head{
    position: relative;
}
.contact_slide_footer{
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-left: auto; 
    margin-right: auto; 
    width: 100%;
    margin-bottom: 2%;
    font-size: 22px;
    font-weight: 500;
}
.contact_slide h4{

    
}

#contact .learn-more {
    color: #f55115;
    display: table;
    margin:20px auto 40px auto;
}

.cont_slide_done{
    transition: 0.3s;
    transform: scale(1.5) !important;
    opacity: 0 !important;
    z-index: 0;
    visibility: hidden;
    position: absolute;
}

.contact_slide input[type="text"]{
    height: 90px;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact_slide textarea{
    margin-top: 35px;
    border-radius: 15px;
    border: solid 1px #CCCCCC;
    font-size: 32px;
    font-weight: 500;
    padding: 24px;
    width: 100%;
    height: 5em;
}

.contact_slide select{
    border-radius: 50px;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    height: 103px;
    min-width: 690px;
}


.cont_button{
    display: none;
}

.cont_button_active{
    height: auto;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
}

input.invalid {
    background-color: #ffdddd;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color:#1127E0;
  }

  /* Make circles that indicate the steps of the form: */
  .step.dealyed {
    background-color:#EBEBEB;
  }

  #progress_bar{
    display: none;
  }

  .progress_main{
    margin-top: 80px;
  }

  .progress_bar_step{

  }
  
  .step {
    width: 12.2%;
    float: left;
    margin-right: 4px;
    height: 14px;
    background-color: #EBEBEB;
    border: none;
  }

.step:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

.step:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .progress_bar_step label{

  }

  .top_contain{
    position: relative;
    width: 1741px;
    visibility: hidden;
    -webkit-transform: translateY(25px) scale(1);
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cont_slide_active .top_contain{
        visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
    transition: transform 0.6s ease 0.6s, opacity 0.9s ease 0.6s;
  }



  
.contact_slide label{
    float: left;
    display: block;
    /* font-size: 25px; */
    font-size: 18px;
    font-weight: 500;
    font-family: ClashDisplay-Medium;
    text-align: left;
}

.total_slide{
    display: block;
    font-size: 21px;
    font-weight: 500;
    float: right;
    color: #d1d1d1;
  }

.cont_slide_active label{

}


.checkboxes_list{
    display: table;
    margin: auto;
    margin-top: 25px;
}


.control {
    position: relative;
    display: block;
    font-size: 38px;
    font-weight: 500 !important;
    font-family: ClashDisplay-Medium !important;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 30px 15px 30px 97px;
    border-radius: 70px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .checkboxes_list label{
    font-size: 25px;
}
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .control__indicator {
    position: absolute;
    top: 18px;
    left: 18px;
    height: 55px;
    width: 55px;
    background: #EBEBEB;
    border-radius: 100%;
  }
  .control--radio .control__indicator {
    border-radius: 50%;
  }
  .control:hover input ~ .control__indicator {
    background: #8893F0;
  }

  .control:hover {
    background: #E7E9FC;
  }

  .control input:checked ~ .control__indicator {
    background: #1127E0;
  }


  .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
  }
  .control input:checked ~ .control__indicator:after {
    display: block;
  }
  .control--checkbox .control__indicator:after {
    left: 16px;
    top: 6px;
    width: 22px;
    height: 34px;
    border: solid #ffffff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
  }


  .response_section{
    position: relative;
    background-color: #1127E0;
    min-height: 450px;
    text-align: center;
    height: 100vh;
    padding: 100px 50px;
    display: none;
  }

  .response_section.cont_slide_active{
    display: block !important;
  }

  .response_section .container{
    position: relative;
    z-index: 100;
  }

  .response_section .dont_shy {
    margin-top: -90px;
  }

  .response_section h2{
    font-size: 75px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 35px;
    color:#fff;
  }

  .response_section p{
    font-size: 38px;
    font-weight: 500;
    color:#fff;
  }

  .response_section a{
    color: #fff !important;
  }

  .contact_header_fixed{
    position: absolute;
    z-index: 1000;
  }

  .abso_respond{
    position: absolute;
    background: url('../images/respond.png')no-repeat;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-position: center center;

  }

  .cn_white{
    display: none;
  }


  .dif_font{
    font-weight: 500;
    font-family: ClashDisplay-Medium;
  }

  .logos_design{
    padding: 50px 0;
    text-align: center;
  }

  .logos_design h2{
    font-size:115px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .about_client_slider{
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .about_client_slider .item{
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 3%;
  }


  .about_client_slider .item img {
    width: auto;
    display: block;
    margin: auto;
}


  .about_client_slider .item img{
  }

  /* ABOUT PAGE */
    .about_banner{
        margin-top: 2%;
    
    }
    .bg_parallax_about{
        position: relative;
    }
    .bg_parallax_about span{
        color: #000;
        font-size: 115px;
        font-weight: 500;
        margin-top: 0;
        line-height: 1;
    }
  
    .about_alyer_1{
        padding-left: 5%;
    }
    .about_alyer_2{
        padding-left: 33%;

    }
    .about_alyer_3{
        padding-left: 27%;

    }
    .about_content .contact_arrow a {
        color: #f55115;
        top: -90px;
        margin-left: 5%;
    }
    .blueCap{
        font-family: "ClashDisplay-Medium";
    }

    
    .about_section2 .about_content{
        position: relative;
        min-height: 750px;
        margin: 0;
        min-width: 100%;
        padding-bottom: 155px;
        color: #fff;
        font-weight: 500;
        margin-top: 0;
    }
    .about_section2_bg_absolute{
        background: #1127E0 url('../images/about BG-pattern.png')no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
    }
    .about_box1{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../images/aboutbox1.jpg')no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
    }
    .about_box2{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../images/aboutbox2.jpg')no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
    }
    .about_box3{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../images/aboutbox3.jpg')no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
    }
    .about_box4{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../images/aboutbox4.jpg')no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
    }
    .about_box5{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../images/aboutbox5.jpg')no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
    }
    .about_box6{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../images/aboutbox6.jpg')no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
    }


    .head-content{
        position: relative;
        font-family: "ClashDisplay-Medium";
        text-align: left;
        font-size: 70px;
        padding: 0px 80px;
        top:80px
    }
    .body-content{
        position: relative;
        font-size: 45px;
        padding: 0px 80px;
        text-align: left;
        top:129px;
        line-height: 1.2;
    }
     .head-content-privacy{
        position: relative;
        font-family: "ClashDisplay-Medium";
        text-align: left;
        color: #000;        
        font-size: 70px;
        padding: 0px 80px;
        top:10px
    }
    .head-content-privacy-1{
        position: relative;
        font-family: "ClashDisplay-Medium";
        text-align: left;
        margin-top: 6rem;
        color: #000;        
        font-size: 70px;
        padding: 0px 80px;
        bottom:-100px;
    }
    .body-content-privacy-1{
        position: relative;
        color: #000;
        font-size: 20px;
        padding: 0px 80px;
        text-align: left;
        top: 100px;
        line-height: 1.2;
    }
    
    .body-content-privacy{
        position: relative;
        color: #000;
        font-size: 20px;
        padding: 0px 80px;
        text-align: left;
        top: 100px;
        line-height: 1.2;
    }
    .about_section2 .about_content2{
        position: relative;
        padding: 0 80px;
        bottom: 245px;
        font-size: 38px;
        color: rgb(0, 0, 0);
        text-align: center;
        overflow: hidden;
        margin-bottom: 0;
    }
    .about_section2 .row::after {
        content: "";
        clear: both;
        display: table;
      }
    .about_section2 .column {
        float: left;
        width: 33.33%;
        padding: 5px;
    }
    .imageDiv{
        position: relative;
    }
    .imageCap{
        position: absolute;
        display: inline-block;
        bottom: 72.5%;
        left: 29%;
        z-index: 100;
        opacity: 0;
        transition: all 1s;
    }
    .TiltImage{
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
        transition: all 1s;
    }
    .TiltImageRevert{
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 1s;
    }
    .about_section2 .name{
        font-family: "ClashDisplay-Medium";
    }
    
    .about_section3 .about_content{
        position: relative;
        color: #000;
        font-weight: 500;
        font-size: 100px;
        line-height: 0.5;
        top:-1rem;
        padding: 0 80px;
    }
    .clashFont{
        font-family: "ClashDisplay-Medium";
        margin-left: 28%;
        text-align: right;
    }
    
    .scrollX{
        position:relative;
    }
    
    .itemX {
        width: 745px;
        height: 745px;
        background: #1127E0;
        display: inline-block;
        position: relative;
        box-shadow: inset 0 0 0 0 #1127E0;
        -webkit-transition: ease-out 0.4s;
        -moz-transition: ease-out 0.4s;
        transition: ease-out 0.4s;
        z-index: 100;
    }
    .classX {
        width: 100vw;
        white-space: nowrap;
        float: left;
        transition-duration: 0.2s;
        padding: 0 0 200px 80px;
      }
      .itemX span{
        text-align: left;
        color: #fff;
      }
      .about_section3 .about_content2 .scrollX .col-head{
        font-size: 50px;
        font-family: "ClashDisplay-Medium";
        position: absolute;
        /* left: 50px;
        top: 41px; */
        left: 0;
        top: 0;
        padding: 40px;
        white-space: normal;
        line-height: 50px;
    }
    .about_section3 .about_content2 .scrollX .itemX .col-body span{
        font-size: 38px;
        line-height: 1.289;
        position: absolute;
        top: 395px; 
        /* left: 50px; */
        white-space: pre-line;
        padding: 0 50px;
    }
    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #008CBA;
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .6s ease;
        z-index: -1
      }
      .itemX:hover .overlay {
        height: 100%;
      }
      
      
/* ABOUT PAGE END */

/* Porfolio PAGE*/

.portfolio_banner{
    margin: 2% 0;
}

.bg_parallax_portfolio span{
        color: #000;
        font-size: 95px;
        font-weight: 500;
        margin-top: 0;
        line-height: 1.2;
    }
    
    .portfolio_alyer_1{
        float: right;
        padding-right: 7%;
    }
    .portfolio_alyer_2{
        float: left;
        padding-left: 5%;
    }
    .ClashFont{
        font-family: "ClashDisplay-Medium";
        font-size: inherit !important;
    }
    .portfolio_alyer_3{
        float: right;
        padding-right: 8%;
    }
    .portfolio_alyer_4{
        float: left;
        padding-left: 6%;
    }
    .card-section{
        margin: 0 12% 22%;
    }
    .portfolio_section2 .portfolio_card{
        color: #fff;
        display: inline-block;
    }
    .portfolio_section2 .card {
        position: relative;
        transition: 0.7s;
        border-radius: 25px;
        min-height: 890px;
    }
    .portfolio_section2 .card1 {
        background: #72B8FD url(../images/card1.png)no-repeat center;
        background-size: 70%;
        background-position: 50% 30%;
    }
    .portfolio_section2 .card2 {
        background: #F02222;
    }
    .portfolio_section2 .card3 {
        background: url(../images/card3.png)no-repeat;
        background-size: contain;
    }
    .portfolio_section2 .card4 {
        background: #000 url(../images/card4.png)no-repeat;
        background-size: contain;
    }
    .portfolio_section2 .card5 {
        background: #00D6AA;
    }
    
    .portfolio_section2 .card6{
        background: #1127E0 url(../images/card6.png)no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    .card-head, .card-footer-head{
        font-family: "ClashDisplay-Medium";
    }
    
    .portfolio_section2 .card-head{
        font-size: 20px;
        padding: 7% 4% 2%;
    }
    .portfolio_section2 .card-head span{
        border: 2px solid white;
        border-radius: 25px;
        padding: 2%;
    }
     .portfolio_section2 .card-footer{
        padding: 105% 7% 2%;
        float: left;
        max-width: 588px;
        font-size: 35px;
    }
    .portfolio_section2 .card-footer-head{
        margin-bottom: 4%;
    }
    .portfolio_section2 .card-footer-body{
        margin-bottom: 3%;
    }
    .card6 .contact_arrow{
        padding-top: 5%;
    }
    .card1, .card3, .card5{
        padding-bottom: 2%;
    }
     .card2, .card4, .card6{
        left: 10%;
        top: 350px;
    }
    .portfolio_section2 .card6 .card-footer{
        padding: 86% 7% 2%;
    }
    .portfolio_section2 .card6 .card-footer .learn-more .button-text{
        margin-left: 78px;
    }
    .circleCheck {
    position: absolute;
    border: 5px solid #fff;
    border-radius: 50%;
    height: 9rem;
    width: 9rem;
    left: 35%;
    top: 33%;
}

.circleCheck span {
    color: #fff;
    position: relative;
    top: 30%;
    left: 38%;
    font-size: 45px;
}

.o-title.is-inview .o-title_lineCard:first-child {
    transition-delay: .4s;
}
.o-title_lineCard{
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
}
.o-title.is-inview .o-title_lineCard {
    opacity: 1;
    transform: none;
}

/* Design Page */
.design_content{
    position: relative;
    z-index: -1;
}
.design_content{
    background: #1127E0 url(../images/design_upper_banner.png) no-repeat;
    background-size:100% 100%;
    color: #fff;
    padding-bottom: 5%;
}

.mainImageDiv {
    position: relative;
    background: url(../images/design_banner.png)no-repeat;
    background-position: 100% 100%;
    background-size: 107.5% auto;
    width: 100%;
    z-index: -1;
    padding-top: 40%;
}
.forNegMargin{
    margin-top: -25%;
}
.bgcolor{
    background-color: #1127E0;
}
.bg_parallax_design span{
    font-size: 105px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
}
.parallax_para{
    font-size: 40px;
    line-height: 1.2;
    padding-top: 10%;
    padding-left: 47%;
    float: left;
}
.parallax_para .contact_arrow{
    padding: 5% 0;
}
    
.design_alyer_1{
    float: left;
    padding-left: 5%;
    padding-top: 10%;
}
.design_section2 .design-head span{
    font-size: 74px;
    font-weight: 500;
    line-height: 1.2;
    font-family: ClashDisplay-Medium;
}
.design_card{
    padding: 5% 3%;
    display: flex;
}
.design-head{
    position: relative;
    float: left;
    padding-bottom: 7%;
    z-index: 10;
}
.design_cardlayer_2{
    padding-left: 70%;
}
.design-image{
    display: inline-grid;
}
.design-image .image{
    grid-row-start: 1;
 grid-column-start: 1;
}
.designCard2Image{
    position: relative;
    bottom: 4%;
    right: 2%;
}
.pen_image{
    position: relative;
    top: 51%;
    right: 4%
}
.pin_image{
    position: relative;
    left: 82%;
    top: 5%;
}
.design_card2 .design-image{
    padding-top: 20%;
}
.card-right{
    width: 100%;
}
.card-right-text{
    width: 100%;
}
.card-left{
    width: 100%;
}
.design-text{
    font-size: 35px;
    padding-top: 35%;
}
.card-right-text .design-text{
    padding-top: 20%;
}
.design_card1 .card-right-text .design-text{
    padding-top: 32%;
}
.design-image3{
    float: right;
}
.design-image-text{
    position: relative;
    font-size: 25px;
    padding-top: 10%;
    display: flex;
}

.design-image-text img{
    display: inline-block;
    vertical-align: middle;
}
  .design_text_box{
    background-color: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
    left: 0;
    width: 270px;
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10%;
  }

  .design_text_box::after {
    content: "";
    position: absolute;
    top: 15%;
    right: -36px;
    margin-left: -5px;
    border-width: 18px;
    border-style: solid;
    border-color: #ffffff00 transparent transparent white;
}
.design_card5 .design-image-text{
    padding-top: 10%;
}
.design_card5 .design_text_box{
    box-shadow: -5px 4px 9px 1px rgb(141 141 141 / 46%);
    padding: 10px;
    width: 230px;
    margin-left: 20px;
}

.design_card5  .design_text_box::after{
    right:inherit;
    left: -25px;
    border-color: transparent white transparent transparent;
}
.design5-image-text{
    font-size: 23px;
    padding: 12%;
    display: flex;
}
.design_card3 .design-image .image2{
    float: right;
    position: relative;
    left: 56%;
}
.design_card4 .design-image .image1{
    float: left;
}
.design_card4 .design-image .image2{
    float: right;
    position: relative;
    right: 8%;
    bottom: 18%;
}
.design_card4 .design-image-text{
    display: flex;
    padding-top: 25%;
}
.design_boxes{
    width: 100%;
}
.design-image-text .design_box{
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin-right: auto;
}
.design-image-text .design_box1{
    background-color: #E9D6F8;
}
.design-image-text .design_box2{
    background-color: #5099DE;
}
.design-image-text .design_box3{
    background-color: #FF773B;
}
.design-image-text .design_box4{
    background-color: #A3DCD9;
}
.padding-4{
    padding-bottom: 0;
}
.padding-5{
    padding-top: 0;
}

.design_card6{
    padding-bottom:0 ;
}
.design_card6 .design-image .image1 {
    position: relative;
    right: 24%;
    bottom: 11%;
}

.design_card6 .design-image .image2 {
    width: 75%;
    position: relative;
    left: 24%;
    z-index: 100;
}
.design_section3{
    margin: 10% 0;
}
.realted-header{
    margin: 0 4% 4%;
}
.realted-header span{
    font-size: 74px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
}
.ClashFont-design {
    font-family: "ClashDisplay-Medium";
}

.projects-card{
    position: relative;
    margin-bottom: 4%;
    display:flex;
}
.project-card{
    width: 30%;
    height: 558px;
    /* display: inline-block; */
    border-radius: 25px;
    margin-left: auto;
    
}
.project-card1{
    background: #72B8FD url(../images/relatedimg1.png)no-repeat center;
    background-size: contain;
}
.project-card2{
    background: #02194B url(../images/relatedimg2.png)no-repeat center/90%;
}
.project-card3{
    background: url("../images/relatedimg3.png") no-repeat center/90%,linear-gradient(#FE805F, #F14C5F) fixed; /* W3C */
}
.related-text{
    display: table;
    position: relative;
    font-size: 35px;
    color: #fff;
    padding: 0;
    left: 6%; 
    top:85%
}
.related-inner-image1{
    position: relative;
    bottom: 5%;
    left: 10%;
}
.related-inner-image2{
    position: relative;
    top: 40%;
    left: 83%;
}
.bg-line{
    background: url(../images/design_bg_line.png) no-repeat;
    background-size: contain;
    background-position: right 160px;
}
.Steps{
    float: right;
    font-family: "ClashDisplay-Medium";
    color: #F55115;
    font-size: 20px;
}






/* Development Page */
.dev_content{
    position: relative;
    z-index: -1;
}
.dev_content{
    background: #1127E0 url(../images/dev_upper_banner.png) no-repeat;
    background-size:100% 100%;
    color: #fff;
    padding-bottom: 5%;
}

.mainImageDiv {
    position: relative;
    background: url(../images/design_banner.png)no-repeat;
    background-position: 100% 100%;
    background-size: 107.5% auto;
    width: 100%;
    z-index: -1;
    padding-top: 40%;
}
.forNegMargin{
    margin-top: -25%;
}
.bgcolor{
    background-color: #1127E0;
}
.bg_parallax_dev span{
    font-size: 105px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
}
.dev_alyer_1{
    float: left;
    padding-left: 5%;
    padding-top: 10%;
}
.dev_section2 .dev_head span{
    font-size: 74px;
    font-weight: 500;
    line-height: 1.2;
    font-family: ClashDisplay-Medium;
}
.dev_card{
    padding: 8% 3%;
    display: flex;
}
.dev_head{
    position: relative;
    float: left;
    padding-bottom: 7%;
    z-index: 10;
}
.dev_cardlayer_2{
    padding-left: 70%;
}
.dev-image{
    display: inline-grid;
}
.dev-image .image{
    grid-row-start: 1;
 grid-column-start: 1;
}
.designCard2Image{
    position: relative;
    bottom: 4%;
    right: 2%;
}
.dev_card2 .design-image{
    padding-top: 20%;
}
.dev-card-right{
    width: 100%;
}
.dev-card-right-text{
    width: 100%;
}
.dev-card-left{
    width: 100%;
}
.dev-text{
    font-size: 36px;
    padding-top: 25%;
}
.dev-card-right-text .dev-text{
    padding-top: 20%;
}
.dev-image-text{
    position: relative;
    font-size: 25px;
    padding-top: 10%;
    display: flex;
}

.dev-image-text img{
    display: inline-block;
    vertical-align: middle;
}
  .dev_text_box{
    background-color: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
    left: 0;
    width: 270px;
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10%;
  }

  .dev_text_box::after {
    content: "";
    position: absolute;
    top: 15%;
    right: -36px;
    margin-left: -5px;
    border-width: 18px;
    border-style: solid;
    border-color: #ffffff00 transparent transparent white;
}
.dev_card5 .dev-image-text{
    padding-top: 10%;
}
.dev_card5 .dev_text_box{
    box-shadow: -5px 4px 9px 1px rgb(141 141 141 / 46%);
    padding: 10px;
    width: 230px;
    margin-left: 20px;
}

.dev_card5 .dev_text_box::after{
    right:inherit;
    left: -25px;
    border-color: transparent white transparent transparent;
}
.devleft-image-text{
    font-size: 23px;
    padding: 12%;
    display: flex;
}
.dev_cardImgeOverImage .image1{
    position: relative;
    left: 30%;
}
.dev_cardImgeOverImage .dev_cardlayer_2 {
    padding-left: 35%;
}
.dev_cardImgeOverImage .image2{
    position: relative;
    top: 21%;
}
.dev_lastCard .dev_cardlayer_2 {
    padding-left: 12rem;
}
.dev_lastCard{
    margin-bottom: 8%;
}
.dev-text .contact_arrow a {
    color: #f55115;
    margin-top: 50px;
}

.development-card2 .dev-card-right {
    margin-top: 12%;
}
.development-card3 .dev-card-right-text .dev-text {
    padding-top: 27%;
}
.development-card3 .dev-image {
    padding-right: 10%;
}
.development-card4 .dev-text {
    padding-top: 13%;
}
.development-card4 .dev-card-right {
    margin-top: 7%;
}
.development-card4 .dev-image {
    padding-left: 10%;
}
.development-card5{
    padding-top: 10%;
}
.development-card5 .dev-card-right{
    margin-top: -6%;
}
.development-card6 .dev-card-right-text .dev-text {
    padding-top: 33%;
}
.development-card7 .dev-card-right {
    margin-top: 10%;
}
.dev_section3{
    margin-bottom: 10%;
}
.bg-lineDev{
    background: url(../images/development_path.png) no-repeat;
    background-size: contain;
    background-position: right 160px;
}

/* Cases Page */

.caseBanner{
    width: 100%;
}
.case_section2{
    margin-top: 5%;
    padding: 0 80px;
}

.case_about_content{
    font-family: "ClashDisplay-Medium";
    position: relative;
    font-weight: 500;
}
.caseAboutHeading {
    color: #f02222;
    font-size: 70px;
    line-height: 0.1;
}
.caseAboutSubHeading{
    color: #000;
    font-size: 60px;
    line-height: 1;
}
.visionCol1{
    width: 75%;
    margin-right: 5%;
}
.visionCol2{
    width: 25%;
}
.visionCols{
    display: flex;
}
.visionCols .case-col-head{
    font-family: "ClashDisplay-Medium";
    color: #000;
    font-size: 40px;
    font-weight: 500;
}
.visionCols .case-col-body{
    font-size: 35px;
    font-weight: 300;
    line-height: 1.5;
    color: #080808;
    padding: 20px 0;
}
.visionCol1 .case-col-body{
    padding-right: 50px;
}
.case_section3{
    padding: 0 80px;
}
.case_sec3-col1 , .case_sec3-col2{
    float: left;
    padding: 80px 10px;
    
}
.case_sec3-col1{
    width: 30%;
    font-family: "ClashDisplay-Medium";
    color: #000;
    font-size: 40px;
    font-weight: 500;
}
.case_sec3-col2{
    width: 70%;
    color: #080808;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 200px;
}
.case-font-bold{
    font-weight: 700;
}
.case_sec3-cols:after{
    content: "";
    display: table;
    clear: both;
}
.prevLogo{
    text-align: center;
    padding: 40px 0;
}
.LogoExpoImg{
    display: flex;
}
.LogoExpoImage1{
    flex: 50%;
    padding: 5px;
}
.LogoExpoImage2{
    flex: 50%;
    padding: 5px;
}
.CaseColor {
    height: auto; 
    padding: 20px;
    background-color: transparent;
}
.case_section5{
    padding: 0px;
}
.case_section6{
    margin-top: 5%;
    padding: 0 80px;
}
.Casesec6-Head{
    font-family: "ClashDisplay-Medium";
    text-transform: uppercase;
    color: #f02222;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -3px;
}
.Casesec6-body{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5;
    color: #080808;
    padding-right: 300px;
}
.caseLowOpac{
    opacity: .5;
}
.case_section6 hr {
    opacity: .5;
    padding: 20px 0;
}
.readyCard{
    text-align: center;
}
.readyBtn{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.readyHead{
    font-family: "ClashDisplay-Medium";
    text-transform: uppercase;
    color: #f02222;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -3px;
}
.readyBody{
    font-size: 60px;
    font-weight: 300;
    line-height: 1.5;
    color: #080808;
    padding: 0px 100px;
}
.readyBtn .contact_arrow a{
    color: #f55115;
}
.Others-card{
    position: relative;
    margin-bottom: 4%;
    display:flex;
}
.otherwork1{
    padding: 0 50px;
}
.case_section7{
    margin-top: 5%;
    padding: 0 80px;
}
.OtherHeader{
    font-family: "ClashDisplay-Medium";
    color: #000;
    font-size: 40px;
    font-weight: 500;
    padding-top: 50px;
}
.OtherBody{
    font-size: 35px;
    font-weight: 300;
    line-height: 1.5;
    color: #080808;
    padding: 20px 0;
}
.case_section_banner .case_banner{
    /* height: 750px; */
    overflow: hidden;
}
.MobBackGroundImg {
    background-image: url(../images/KishMobImage.png);
    background-repeat: repeat;
    background-size: cover;
    height: 100vh;
}
.LogoItem {
    width: 745px;
    height: auto; 
    background-color: transparent;
    display: inline-block;
    position: relative;
    box-shadow: inset 0 0 0 0 #1127E0;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.owl-nav button span{
    font-size: 90px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #869791;
}

.arrowDiv{
    display: none;
}
 .arrows{
   width: 40px;
   height: 40px;
   border-color: #f55115;
   position: absolute;
   top: 50%;
   margin-top: -31px;
}
 .Slideprev{
   border-bottom: 6px solid;
   border-left: 6px solid;
   transform: rotate(45deg);
   left: 35px;
}
 .Slidenext{
   border-bottom: 6px solid;
   border-left: 6px solid;
   transform: rotate(-135deg);
   right: 40px;
}


