@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/Nexa/Light.otf');
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaRegular.otf');
}

:root {
    --white: #ffffff;
    --dark: #222222;
    --grey: #D8CEC7;
    --red: #CE1211;
    --lgrey: #F2EEEB;
    --nexa: 'NexaLight';
    --nexa-regular: 'Nexa';
    --animate-delay: 0.5s;
}

/* New Css For Replace in hosting */

body{
    font-family: 'NexaLight';
}

.row{
    margin-right: 0;
}
.preloader-plus{
    z-index:1040 !important;
}

#video, #video1{
    width:100%;
    height:100%;
    object-fit:cover;
}

.video-section{
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
    z-index: -1;
}

.owl-prev,
.owl-next{

    -webkit-transition: all .3s ; /*safari and chrome */
    width: 62px;
    height: 62px;


}


.owl-next:hover{

    transition: all .4s;
    box-shadow:60px 0 0 0 #ce1211 inset  !important;
    color: #E5E5E5 !important;
    border-color: #CE1211 !important;
    }

.owl-prev:hover{

        transition: all .4s;
         box-shadow:60px 0 0 0 #ce1211 inset  !important;
         color: #E5E5E5 !important;
         border-color: #CE1211 !important;

 }


 .desktop-circle-bi {
    position: absolute;
    left: 70%;
    top: 25%;
}


  /* ROLL LINKS */
  .roll-link {
      display: inline-block;
      overflow: hidden;

      vertical-align: top;

      -webkit-perspective: 600px;
         -moz-perspective: 600px;
         -ms-perspective: 600px;
         perspective: 600px;

      -webkit-perspective-origin: 50% 50%;
         -moz-perspective-origin: 50% 50%;
         -ms-perspective-origin: 50% 50%;
         perspective-origin: 50% 50%;

  }

  .roll-link:hover {text-decoration:none;}

  .roll-link span {
      display: block;
      position: relative;
      padding: 0 2px;

      -webkit-transition: all 200ms ease;
         -moz-transition: all 200ms ease;
         -ms-transition: all 200ms ease;
            transition: all 200ms ease;

      -webkit-transform-origin: 50% 0%;
         -moz-transform-origin: 50% 0%;
         -ms-transform-origin: 50% 0%;
         transform-origin: 50% 0%;

      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
         -ms-transform-style: preserve-3d;
         transform-style: preserve-3d;
  }
  .roll-link:hover span {
          background: #FFFFFF;


          -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
             -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
             -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
             transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  }

  .roll-link span:after {
      content: attr(data-title);

      display: block;
      position: absolute;
      left: 0;
      top: 0;
      padding: 0 2px;

      color: #000000;
      background: transparent;

      -webkit-transform-origin: 50% 0%;
         -moz-transform-origin: 50% 0%;
         -ms-transform-origin: 50% 0%;
         transform-origin: 50% 0%;

      -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
         -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
         -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
         transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  }


  /* End New Style Css */




.cv-pop-send-btn{
    display: flex;
    justify-content:center;
    width: 50%;
}


#file-input{display:none;}

.submit-cv-btn:active
{
    background-color:var(--red) !important;
    border-color:var(--red) !important;
}

.btn-primary:focus {
    color: #fff;
    background-color:var(--red) !important;
    border-color:var(--red) !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}
html {
  scroll-behavior: smooth;
}

/*.col-xs-6 {*/
/*    width: 50%;*/
/*}*/

#section4{padding-top:5%}

#section4-2{padding-top:1%}
/* .zero-padding {
    padding: 0
} */

 body {
    overflow-x: hidden;
}


/*Header start*/

.nav-links {
    padding: 90px;
    color: #000000;
}

.nav-link sup {
    border: 1px solid #222222;
    border-radius: 50%;
    padding: 2px 5px 0px 5px;
    margin-left: 5px;
}

.nav-logo {
    padding: 17px;
    padding-left: 60px;
}

.header-nav-links {
    padding: 20px;
}

.nav-contact {
    padding: 30px;
    border-radius: 50px;
}

hr {
    border: 1px solid #222222;
    opacity: 1;
    height: 0 !important;
}

.header-btn:hover{
    background-color:var(--red);

}

/*Header end*/
/*
#section1,
#section1 .fp-slide,
#section1 .fp-tableCell{
    height: auto !important;
} */
#section2 .fp-tableCell{
    height: auto !important;
}

/* Sliders FOCUS, ACTIVE, HOVER CSS start */

#testimonial-slider .owl-nav{

    position: absolute;
    top: -50%;
    right: 50px;
}

 .owl-next:focus {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}


.owl-prev:focus {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   opacity: 0.5 !important;

}
.owl-nav .owl-prev.disabled:focus{
    background-color: transparent !important;
    border: 1px solid #222222 !important;
    color: var(--dark) !important;
}
 .owl-nav .owl-next.disabled:focus {
   background-color: transparent !important;
   border: 1px solid #222222 !important;

}


  .owl-nav .owl-next.disabled:focus:before{
       color: var(--dark) !important;
    }

 .owl-next:focus:before{
    color: #FFFFFF !important;
}

.owl-prev:focus:before{
    color: #FFFFFF !important;
}



.logos .owl-nav .owl-prev.disabled:focus:before{
    color: var(--dark) !important;
 }


 .logos .owl-prev:focus:before{
 color: #FFFFFF !important;
}


 #testimonial-slider .owl-dot:hover{

    background-color: var(--dark) !important;
}

.how-it-works-section .card-top {
    visibility: hidden;
    opacity: 0;
  transition: visibility 0s linear 1000ms, opacity 1000ms;
}


.how-it-works-section .card-bottom-hover {
    visibility: hidden;
    opacity: 0;
    /* transition: visibility 0s linear 1000ms, opacity 1000ms; */
}

.how-it-works-section .card-body:hover .card-bottom {
    display: none;
}


.how-it-works-section .card-body:hover .card-bottom-hover {
    visibility: visible;
    margin-top: 15%;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 1000ms;
}


.how-it-works-section .card-body:hover .card-top {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 1000ms;
}
.how-it-works-section .card-body{
    padding: 0;
    margin: 1rem;
}
/* Sliders FOCUS, ACTIVE, HOVER CSS END */


/* home page start */


.banner-img{
    /* display: flex; */
    align-self: flex-end;
    /* align-items: center;
    justify-content: end; */
    /* height:85%; */
    object-fit:cover;
    margin-top: 80px;
    padding: 10%;
    padding-bottom: 0;
}


.svg-who-we-are-section {
    width: 150px;
    height: 235px;
}

.home-preview-banner-wrap {
    /* height: 100vh; */
    /*background-color: var(--lgrey);*/
    /*background-image: url('../includes/images/home/BGMAN.png');*/
    background-position: CENTER CENTER;
    background-size: COVER;
    background-repeat: no-repeat;
    position: relative;
}

#section1 .fixed-top.scrolled {
    z-index:10000;
    background-color: transparent !important;
}

.owl-prev .disable {
    border: 2px solid #D8CEC7 !important;
}

.home-scroll-below-arrow-wrap {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 20%);
}
.classessss{
    background-color: #000000;
}

#svg-home-banner-arrow{
  height: 11vw;
  width: 11vw;
}
#svg-about-banner-arrow{
    height: 11vw;
    width: 11vw;
}

.bi-scroll-below-arrow-wrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index:2;
}

.about-scroll-below-arrow-wrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index:2;
}


/*.fixed-top {*/
/*    z-index: 5;*/
/*}*/

.fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}

.scroll-below-arrow-wrap-bu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-25px);
}

#testimonial-slider .owl-prev {
    width: 50px;
    height: 50px;
    right:-10px;
}

#testimonial-slider .owl-next {
    width: 50px;
    height: 50px;
    right:-70px;
}

#testimonial-slider .owl-next:focus {

    background-color: var(--red);


}

.modal-open #footercontactform{
    /* display: grid !important; */
    padding-right:0 !important;
}
.footer-hover-bg{
    transition: all .4s ease;
}
.footer-hover-bg:hover{
    background-color:#222 !important;
}
.footer-hover *{
    transition: all .35s ease;
}
.footer-hover:hover *{
    color:var(--red);
    border-color:var(--red)
}
/*
.scroll-below-arrow {
    width: 250px;
    height: 250px;
    border: 1px solid var(--dark);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

    animation: animix 3s infinite ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: normal;
}

@keyframes animix {
    0% {
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    25% {
        border-top-color: var(--dark);
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        border-top-color: var(--dark);
        border-right-color: var(--dark);
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    75% {
        border-top-color: var(--dark);
        border-right-color: var(--dark);
        border-bottom-color: var(--dark);
        border-left-color: transparent;
    }
    100% {
        border-top-color: var(--dark);
        border-right-color: var(--dark);
        border-bottom-color: var(--dark);
        border-left-color: var(--dark);
    }
}

.scroll-below-arrow:hover .inner-arrow-wrap {
    animation: arrowmove 1s ease infinite alternate;
}

@keyframes arrowmove {
    0% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(10px)
    }
} */

hr.divider {
    background-color: var(--red);
    border: none;
    opacity: 1;
    height: 1px !important;
}

.home-button {
    margin: auto;
}

.banner-text-wrap .heading {
    color: var(--dark);
    font-family: var(--nexa);
    font-size: 6.5vw;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: -0.05em;
}

.banner-text-wrap .banner-subtext-wrap {
    padding: 0px 0px 0px 15%;
}

.banner-text-wrap .highligted-heading {
    color: var(--red);
    font-family: var(--nexa);
    font-size: 6.5vw;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: -0.05em;
}

.banner-text-wrap .subtext {
    padding-top: 20px;
    color: var(--dark);
    font-family: var(--nexa-regular);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
}

.banner-model-wrap {
    display: flex;
    justify-content: flex-end;
}

.home-second-section {
    padding: 100px 0px;
    /* overflow-x: hidden; */
}

.home-second-sec-sidediv .heading {
    color: var(--dark);
    font-family: var(--nexa-regular);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
}

.second-section-heading .heading {
    color: var(--dark);
    font-family: var(--nexa);
    font-weight: 300;
    font-size: 5vw;
    /* line-height: 88px; */
    letter-spacing: -0.05em;
}

.second-section-heading .heading .highligted-heading {
    color: var(--red);
}


/*
.second-section-subtext {
    padding: 100px 0px;
} */

.second-section-subtext .text {
    color: var(--dark);
    font-family: var(--nexa-regular);
    font-size: 16px;
    line-height: 21px;
    padding: 0px 20px;
    margin-bottom: 80px;

}

.more-about-circle {
    background-color: var(--red);
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}

.more-about-circle:hover {
    transform: scale(0.8);
}

.more-about-circle .more-about-text {
    color: var(--white);
    font-family: var(--nexa);
    font-size: 26px;
    letter-spacing: -0.055em;
    margin: 0;
}

hr.divider1 {
    background-color: #222222;
    border: none;
    opacity: 1;
    height: 2px !important;
}

.hover-box:hover .divider1 {
    background-color: var(--red);
}

hr.divider-bl {
    color: var(--dark);
    opacity: 1;
    margin: 0px 0px 1rem 0px;
}

.info-with-icon {
    padding: 50px 0px;
}

.business-heading-box {
    font-size: 5vw;
    font-family: var(--nexa);
}

.our-value-slider .owl-nav {
    position: absolute;
    top: -13%;
    right: 20%;
}

.our-value-slider .owl-nav .owl-prev {
    right: 0;
    margin-right: 15px;
}

.our-value-slider .owl-nav .owl-next {
    left: 0;
}

#menu-item-219,
#menu-item-220,
#menu-item-221 {
    display: none;
}

.gain-sliders .owl-nav {
    margin: 50px;
    position: absolute;
    top: -68%;
    right: -45px;
}
.gain-sliders .owl-nav .owl-prev{
    right: 65px;
}

.gain-text {
    color: #CE1211;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   opacity: 0.5 !important;
}


.owl-nav .owl-prev.disabled:focus{
    background-color: transparent !important;
 }
.owl-nav .owl-next.disabled:focus {
   background-color: transparent !important;
}




.info-with-icon .info-inner-wrap .percentage {
    color: var(--red);
    font-family: var(--nexa);
    font-weight: 300;
    font-size: 6vw;
    letter-spacing: -0.05em;
}

.info-with-icon .info-inner-wrap .text {
    color: var(--red);
    font-family: var(--nexa-regular);
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    letter-spacing: -0.01em;
    /* padding: 0px 10% 0px 0px */
}

.first-divider {
    width: 80%;
}

.home-button {
    position: absolute;
    top: -70%;
    right: -2%;
}

.info-with-icon .info-wrapper {
    display: flex;
    align-items: center;
}



.businessintel-wrap {
    /* height: 100vh; */
    /*background-color: var(--grey);*/
    /*background-image: url('../includes/images/home/BIbackground.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: #D8CEC7;
    padding: 10% 0;
}

.businessintel-wrap-animation {
    animation: growing-radius 0.9s ease 0s 1;
}

@keyframes growing-radius {
    0% {
        border-top-left-radius: 70%;
        border-top-right-radius: 70%;
    }
    25% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }
    50% {
        border-top-left-radius: 25%;
        border-top-right-radius: 25%;
    }
    100% {
        border-top-left-radius: 0%;
        border-top-right-radius: 0%;
    }
}

.businessintel-sidediv .heading {
    color: var(--dark);
    font-family: var(--nexa);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
}

.businessintel-heading .heading {
    color: var(--dark);
    font-family: var(--nexa);
    font-weight: 300;
    font-size: 5vw;
    letter-spacing: -0.05em;
}

.businessintel-heading .heading .highligted-heading {
    color: var(--red)
}

.BI-subtext-wrap {
    padding: 100px 0px;
}

.BI-subtext-wrap .text {
    color: var(--dark);
    font-family: var(--nexa);
    font-size: 16px;
    line-height: 21px;
}

.businessintel-wrap .text {
    color: var(--dark);
    font-family: var(--nexa-regular);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    columns: 2;
}

.more-about-bi {
    background-color: var(--red);
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
    transform: translateX(25%) scale(1) !important;
}

.more-about-bi:hover {
    transform: translateX(25%) scale(0.8) !important;
}

.aboutpage {
    padding-top: 8%;
    padding-bottom: 7%;
}

.contactpage {
    padding-top: 8% !important;
    padding-bottom: 2%;
}

.businessintelligence,
.carrier {
    padding-top: 10%;
    padding-bottom: 9% !important;
}

.more-about-bi .more-about-bi-text {
    color: var(--white);
    font-family: var(--nexa);
    font-size: 26px;
    letter-spacing: -0.055em;
    margin: 0;
}

.how-it-works-section {
    background-color: var(--lgrey);
    /* height: 100vh; */
    /* padding: 150px 0px; */
    overflow: hidden;

}

.how-it-works-sidediv .heading {
    color: var(--dark);
    font-family: var(--nexa);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
}

.how-it-works-heading .heading {
    color: var(--dark);
    font-family: var(--nexa);
    font-weight: 300;
    font-size: 5vw;
    line-height: 88px;
    letter-spacing: -0.05em;
}

.how-it-works-section .card-top .heading {
    color: var(--red);
    font-family: var(--nexa-regular);
    font-weight: 400;
    font-size: 38px;
    /* line-height: 41px; */
    letter-spacing: -0.035em;
}

.how-it-works-section .card-bottom-hover .text-wrap .text {
    font-size: 16px;
    color: var(--red);
    font-weight: 400;
    font-family: var(--nexa-regular);
    line-height: 21px;
    letter-spacing: -0.01em;
    padding: 0% 35% 0% 0%;
}

.how-it-works-section .card-bottom .number {
    font-size: 38px;
    line-height: 41px;
    font-weight: 400;
    margin: 10px 0px 0px 0px;
    letter-spacing: -0.035em;
    color: var(--dark);
    font-family: var(--nexa);
}

.how-it-works-section .card-bottom .text-wrap .text {
    font-size: 16px;
    color: var(--dark);
    font-weight: 400;
    font-family: var(--nexa);
    line-height: 21px;
    letter-spacing: -0.01em;
    padding: 0% 40% 0% 0%;
}
/*
.how-it-works-section .card-body {
    margin-top: 20%;
    position: relative;
    z-index: 2;
}

.how-it-works-section .card-top {
    visibility: hidden;
}

.how-it-works-section .card-bottom-hover {
    visibility: hidden;
}

.how-it-works-section .card-body:hover .card-bottom {
    display: none;
}

.how-it-works-section .card-body:hover .card-bottom-hover {
    visibility: visible;
    margin-top: 52px;
} */
#section4 .fp-scroller{
    transform: translate(0px, 0px) translateZ(0px) !important;
}
/*
.how-it-works-hover{
    position: relative;
    z-index:2;
}


.how-it-works-section .card-body:hover .card-top {
    visibility: visible;
} */

.how-it-works-section .card-body .card-bg .big-circle {
    border: 2px solid var(--white);
    height: 750px;
    width: 750px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: circlegrow 3s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

@keyframes circlegrow {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.how-it-works-section .card-body .card-bg .small-circle {
    background-color: var(--white);
    height: 450px;
    width: 450px;
    border-radius: 50%;
}

.how-work-row {
    margin-top: 7%;
}

.how-it-works-section .card-body .card-bg {
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translateY(-60%) translateX(-50%);
    visibility: hidden;
}

/* .how-it-works-section .card-body:hover .card-bg {
    visibility: visible;
} */

.advantages-section-wrap {
    padding: 0px 15px;

    /* height: 100vh; */
}

.advantages-section-wrap h3 {
    font-family: var(--nexa-regular);
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: -0.035em;
}

.advantages-sidediv .heading {
    color: var(--dark);
    font-family: var(--nexa-regular);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
}

.bi-btn-align{
    margin-top:32%;
}


.advantages-heading .heading {
    color: var(--dark);
    font-family: var(--nexa);
    font-weight: 300;
    font-size: 5vw;
    letter-spacing: -0.05em;
}

.advantages-section-wrap .adv-box {
    padding-top: 5%;
}

.advantage-first-box-text {
    font-size: 16px;
    font-family: var(--nexa-regular);
}


/*footer start*/

.footer-mail-text {
    font-size: 2.375vw;
    font-family: var(--nexa-regular);
    padding-bottom: 20px;
    padding-top: 25px;
}

.footer-number-text {
    font-size: 2.375vw;
    font-family: var(--nexa-regular);
}

body.modal-open {
    overflow: hidden;
    /* position: fixed; */
}

.footer-section {
    background-color: #F2EEEB;
}

#footer-section {
    background-color: #F2EEEB;
    /* padding-top:4%; */
}

.footer-talk {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
    width: 25vw;
    height: 25vw;
    background-color: transparent;
    border: 1px solid var(--red);
    transform: scale(1) !important;
    transform-origin:center;
    transform-box: fill-box;
    margin-bottom: 50px;
}

.footer-talk:hover {
    transform: scale(0.8) !important;
    background-color: var(--red);
    cursor: pointer;
}

#footer-section {
    overflow-x: hidden;
}

.footer-talk:hover .footer-talk-text{color:#ffffff;}

.footer-talk-text {
    color: var(--red);
    font-family: var(--nexa);
    font-size: 26px;
    letter-spacing: -0.055em;
    margin: 0;
}

.footer-line-tag {
    display: none;
}

.footer-nav-links,
.footer-socials,
.footer-contact-details {
    font-family: var(--nexa-regular);
}

.advantage-first-box-heading {
    font-family: var(--nexa-regular);
    font-size: 38px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: -0.035em;
    padding: 9px 0;
}

.carrier-adv-box-1 .image-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}


/*footer end*/


/* zeeshan's work */


/* .advantage-icons{

    text-align: right;
}

.advantage-first-box-heading{

    font-size: 38px;
    font-family: var(--nexa);

}

hr.divider1{
    max-width: 75%;
    color: #222222;
}

hr.divider2{
    max-width: 90%;
    color: #000000;
}
hr.divider3{
    max-width: 75%;
    color: #000000;
}
hr.divider5{
    max-width: 75%;
    color: #000000;
}


.adv-second-box{

}

.adv-third-box{

}

.adv-first-box:hover{

    color: var(--red);
}

.adv-second-box:hover{

    color: var(--red);
}
.adv-third-box:hover{

    color: var(--red);
} */


/* zeeshan's work end */
.arrow{
    animation: arrow-animation;
    animation-duration: 3s;
    animation-iteration-count: infinite
}
@keyframes arrow-animation{
    0%{
        opacity: 0;
        transform: translate3d(0,-25%,0);
    }
    100%{
        opacity: 1;
        transform: translateZ(0);
    }
}
.arrow-hover *
{

    stroke:var(--dark);

}


.arrow-hover:hover *
{

    stroke:var(--red);
}
/* home page end */

.desktop-circle-bi {
    position: absolute;
    left: 71%;
    top: 23%;
}

.outer-most-circle-animation {
    animation: outer-most-circle 10s ease 0s 1 normal;
    transform-origin: 50% 100%;
}

.middle-circle-animation {
    animation: outer-most-circle 10s ease 0s 1 normal;
    transform-origin: 50% 100%;
}

.inner-most-circle-animation {
    animation: outer-most-circle 10s ease 0s 1 normal;
    transform-origin: 50% 100%;
}

@keyframes outer-most-circle {
    0% {
        opacity: 0;
        transform: perspective(500px) scale3d(1, 0, 1);
    }
    25% {
        opacity: 0.5;
        transform: perspective(500px) scale3d(1, 1, 1);
    }
    50% {
        opacity: 1;
        transform: perspective(500px) scale3d(1, 1, 1);
    }
}

.outer-most {
    animation-delay: 4.5s
}

.outer {
    animation-delay: 4s
}

.inner {
    animation-delay: 3.5s
}

.inner-most {
    animation-delay: 3s
}

.audi-outermost-animation {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.audi-outermost-animation {
    animation: stroke 5s ease-out 2s forwards;
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

.linksec-headings {
    font-size: 5vw;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-family: var(--nexa);
}

.aboutpage .testi-section {
    margin: 0% 0;
}

#section6 {
    background-color: #CE1211;
    padding: 50px;
}

.linksec-subheading {
    border-top: 1px solid #ffffff;
    margin-top: -100px;
    padding-top: 1%;
    color: #ffffff;
    font-family: var(--Nexa);
}

.linksec-border {
    border-bottom: 1px solid #ffffff;
}

.image-wrap {
    text-align: right;
}

.divider1 {
    width: 70%;
}

.adv-box-1:hover {
    color: #CE1211;
}

.adv-box-2:hover {
    color: #CE1211;
}

.adv-box-3:hover {
    color: #CE1211;
}

.adv-box {
    margin-top: 15%;
}

.adv-box-1 {
    margin-top: 40px;
}

.adv-box-2 {
    margin-top: 215px;
}

.adv-box-3 {
    margin-top: 350px;
}

.why-tech-1:hover {
    color: #CE1211;
}

.why-tech-2:hover {
    color: #CE1211;
}

.why-tech-3:hover {
    color: #CE1211;
}
.how-it-works-section .card-body .card-bg .big-circle-1 {
    animation: circlegrow 3s ease-in-out infinite;
}


.how-it-works-section .card-body .card-bg .big-circle-2 {
    animation: circlegrow 3s ease-in-out infinite;
}

.how-it-works-section .card-body .card-bg .big-circle-3 {
    animation: circlegrow 3s ease-in-out infinite;
}

.how-it-works-section .card-body .card-bg .big-circle-4 {
    animation: circlegrow 3s ease-in-out infinite;
}


.adv-box {
    margin-top: 15%;
}

.why-tech-1 {
    margin-top: 60px;
}

.why-tech-2 {
    margin-top: 235px;
}

.why-tech-3 {
    margin-top: 370px;
}

.adv-section .fp-scroller {
    height: 100%;
}

.adv-section {
    padding-top: 2rem;
}

/*.owl-carousel .owl-item img {*/
/*    width: 80%;*/
/*}*/


/* .adv-boxes {
    padding-top: 5%;
} */

#clients-slider-first {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: 30px;
}

#clients-slider-second {
    border-bottom: 1px solid #222222;
    padding: 30px;
}

.our-client-slider-text h1 {
    font-family: var(--nexa);
    font-size: 58px;
}

select {
    border: none;
    background-color: transparent;
}

#menu-item-218 {
    display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../includes/images/home/hamber.png');
}

option:nth-child() {
    display: none;
}

hr.divider2 {
    background-color: #222222;
    border: none;
    opacity: 1;
    height: 2px !important;
}

.hover-box:hover .divider2 {
    background-color: var(--red);
}

.testimonial {
    border-left: 3px solid #CE1211;
    padding: 100px 0 100px 275px;
    position: relative
}

.testimonial:before,
.testimonial:after {
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #CE1211;
    position: absolute;
    left: 0;
}

.testimonial:before {
    border-top: 3px solid #CE1211;
    top: 0;
}

.testimonial:after {
    border-bottom: 3px solid #CE1211;
    bottom: 0;
}

.review-heading {
    font-size: 5vw;
    font-weight: 300;
    font-family: var(--nexa);
    /* letter-spacing: -6px; */
    margin-bottom:6%;
}

.marquee-padding {
    padding-top: 5% !important;
}

.logos .owl-nav {
    position: absolute;
    top: -85%;
    right: 65px;
}

.logos .owl-nav .owl-prev {
    right: 10px;
}

.logos .owl-nav .owl-next {
    left: 0;
}

.logos .owl-stage-outer {
    padding-top: 5%;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 38px;
    color: #7a7e82;
    line-height: 41px;
    position: relative;
    font-family: var(--nexa);
    font-weight: 400;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: #7a7e82;
}

.testimonial .testimonial-title {
    font-size: 22px;
    font-weight: 800;
    color: #22272c;
    text-transform: capitalize;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #6ab33e;
    margin-top: 10px;
}

.footer-contact-details h2 {
    display: none;
}

.footer-contact-details ul {
    list-style: none;
    padding-left: 0;
}

.footer-contact-details a {
    color: #222222;
    text-decoration: none;
    font-family: var(--nexa-regular);
}

.testimonial-sidediv,
.testimonial-heading {
    color: var(--dark);
    font-family: var(--nexa-regular);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
}
.footer-first-row img{
    max-width:80%;
}

/* #navbarNavDropdown ul li {

     color: var(--red);
} */

.nav-hovers {
    display: inline-block;
    /* color: var(--red); */
    text-decoration: none;
}

.nav-hovers::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: var(--red);
    transition: width .5s;
}

.nav-hovers:hover::after {
    width: 100%;

}



.testi-author {
    font-family: var(--nexa-regular);
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px !important;
}

.owl-theme .owl-controls {
    text-align: right;
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #6ab33e;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}

.owl-prev:before,
.owl-next:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

}


.owl-next:before {
    content: "\f061";

}

.owl-prev {
    position: absolute;
    top: -40%;
    width: 50px;
    height: 50px;
    border: 1px solid #222222 !important;
    border-radius: 50%;
    right: -30%;
}

.owl-next {
    position: absolute;
    top: -40%;
    width: 50px;
    height: 50px;
    border: 1px solid #222222 !important;
    border-radius: 50%;
    right: -40%;
}

.owl-nav span {
    display: none;
}

@media only screen and (max-width: 990px) {
    .testimonial {
        padding: 80px 0 80px 265px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 0;
        border: none;
    }
    .testimonial:before,
    .testimonial:after {
        border: none;
    }
    .testimonial .pic {
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonial .description {
        margin-top: 15px;
    }
    .testimonial .description:before {
        content: "";
    }
}




/* Lets Talk Popup Start */

.modal-open #contactfooterform{

    display:grid !important;
    margin-top:5px;
}

.modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px !important;
}

.form-control {
    border: none;
    border-bottom: 2px solid #22222282;
    border-radius: 0;
    font-family: var(--nexa-regular);
    padding-left: 0;
}

.form-control::placeholder {
    color: #222222;
    font-weight: 400;
}

.lets-modal-header {
    font-size:60px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: var(--nexa);
    /* margin-left: 12%; */
    color: #ce1211;
}

.sub-heading-lets {
    color: var(--red);
}

.lets-modal-sub-header {
    font-size: 16px;
    color: #222222;
    /* margin-left: 12%; */
    font-weight: 400;
    font-family: var(--nexa-regular);
}
.lets-modal-sub-header br{
    display: none;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.lets-talk-modal {
    padding: 0 10%;
}

.send-btn {
    border: 1px solid var(--red);
    background-color: var(--red);
    width: 165px;
    height: 165px;
    border-radius: 50%;
    font-size: 26px;
    font-family: var(--nexa);
    font-weight: 400;
    transition: all 0.5s ease;
}

.send-btn:hover {
    background-color: var(--red);
    border:none;
    transform: scale(0.7) ;
    transform-origin:center;
    transform-box:fill-box;


}
.wpcf7-not-valid-tip{
    color: #ce1211;
    text-align: right;
    font-family: var(--nexa-regular);
    margin-top: 5px;
}
.wpcf7-not-valid{
    border-bottom: 2px solid #ce1211;
    color: var(--red);
}
.pop-up-footer-text p{
    font-family: var(--nexa-regular);
}
.send-btn-text-hint {
    font-size: 16px;
    color: #222222;
    font-family: var(--nexa-regular);
    margin-top: 10%;
}

.modal-footer {
    border-top: 0;
}



.thank-you {
    display: flex;
    justify-content: space-around;
}

.pop-up-footer {
    background-color: #F2EEEB;
    padding: 20px;
}

.pop-up-footer-text {
    font-size: 16px;
    font-family: var(--nexa);
    font-weight: 400;
}

.thank-you-pop-up {
    display: flex;
    justify-content: center;
}

.sub-text-side-btn {
    margin: auto;
    width: 50%;
}

.image-upload>input {
    display: none;
}

.attach-cv-icon {
    text-align: right;
    margin: auto;
}

.attach-cv-wrap {
    background-color: #F2EEEB;
    /* padding: 10px 25px; */
}

.attach-cv-text {
    font-size: 16px;
    color: #222222;
    font-family: var(--nexa-regular);
    margin: auto;
}


/* Lets Talk Popup End */


/* Contact Us Page Start */

.contact-us-heading {
    font-size: 6vw;
    font-family: var(--nexa);
}

.sub-heading-contact-us {
    color: #ce1211;
}

.contact-us-heading-text {
    font-size: 16px;
    color: #222222;
    /* margin-left: 12%; */
    font-weight: 400;
    font-family: var(--nexa-regular);
}

.business-intelligence-section .scroll-below-arrow-wrap {
    position: absolute;
    left: 50%;
    top: 4.6%;
}

.accordion {
    position: relative;
}

.accordion-button {
    border: none;
}

.accordion-button[aria-expanded="true"] {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    border-left: none;
    border-right: none;
}

.accordion-button[aria-expanded="false"] {
    border-top: 1px solid #222222;
    border-bottom: 0px solid #222222;
    border-left: none;
    border-right: none;

}



.contact-us-page-tag {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa-regular);
}


/* .carrier {
    margin-bottom: 10%;
} */

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.contact-us-btn {
    display: flex;
    justify-content: start;
    width: 50%;
}

.contact-us-mails {
    font-size: 38px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa);
}

.contact-us-form {
    margin-top: 5%;
    /* margin-bottom: 15%; */
}

.contactform {
    margin-bottom: 15%;
}

.contact-page-address {
    margin-top: 10%;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa-regular);
}

.contact-page-below-header {
    margin-top: 5%;
}

.second-section-carrier {
    background-image: url(../includes/images/home/carrier-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7%;
    padding-bottom: 15%;
}

.accordian-sub-headings {
    font-family: var(--nexa-regular);
    font-size: 16px;
    font-weight: 400;
}

.carrier-banner-text {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa);
}

.pal-5 {
    padding-left: 5%;
}


/* Contact Us Page End */

.mobile {
    display: none;
}


/* Carrier Page Start */

.accordion-metadata {
    display: flex;
    justify-content: space-between;
    width: 80%;
    color: #CE1211;
}

.accordian-text {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    font-family: var(--nexa-regular);
}

button.accordion-button.collapsed .accordian-heading{
    color: #222222;
}
button.accordion-button.collapsed .accordion-metadata {
    color: #222222;
}

.accordian-heading {
    font-size: 38px;
    font-weight: 400;
    color: #CE1211;
    font-weight: 400;
    font-family: var(--nexa-regular);
}

p.second-section-animation {
    columns: 2;
    column-gap: 4vw;
}

.accordian-sub-heading {
    font-size: 28px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa-regular);
}

.accordion-collapse {
    border: none;
    background: transparent;
}

.submit-cv-btn {
    border: 1px solid #ce1211;
    background-color: transparent;
    color: #CE1211;
    width: 11.25vw;
    height: 11.25vw;
    border-radius: 50%;
    font-size: 1.625vw;
    font-family: var(--nexa);
    font-weight: 400;
    transition: all 0.5s ease;
}

.submit-cv-btn:hover{
    background-color: var(--red);
    border:none;
    transform: scale(0.8) ;
    transform-origin:center;
    transform-box:fill-box;
   }

.accordion-button:not(.collapsed) {
    background-color: #ffffff50;
}

.carrier-section-tag {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa-regular);
}

.aboutpage-testi {
    background: #F2EEEB;
    padding: 7% 0;
}

.carrier-adv-box-1:hover {
    color: #CE1211;
}

.carrier-adv-box-2:hover {
    color: #CE1211;
}

.carrier-adv-box-3:hover {
    color: #CE1211;
}

.carrier-adv-box-4:hover {
    color: #CE1211;
}

.carrier-last-section-wrap {
    background-color: #F2EEEB;
    padding: 3% 0;
    padding-bottom: 5%;
}


/* Carrier Page End */


/* about page start */


.about-heading-text-wrap p{
   font-family: var(--nexa-regular);
}


.adv-boxes p{
   font-family: var(--nexa-regular);
}


.about-heading-text {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa-regular);
}

.about-page-tag {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa-regular);
}

.about-heading {
    font-size: 5vw;
    font-family: var(--nexa);
    font-weight: 300;
}

.about-heading-our-vision {
    font-size: 5vw;
    font-family: var(--nexa);
    font-weight: 300;
}

.sub-heading-about {
    color: #ce1211;
}

.about-heading-text-wrap {
    margin: auto;
}

.second-section-about {
    background-image: url(../includes/images/about/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 0;
    margin: 10% 0;
    margin-top: 0;
}

.about-heading-text-wrap {
    display: flex;
    align-items: flex-start;
}

.scroll-below-arrow-wrap-about {
    position: absolute;
    left: 50%;
    transform: translateX(100%) translateY(5%);
}

.scroll-below-arrow-about {
    width: 250px;
    height: 250px;
    border: 1px solid var(--dark);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

@keyframes animix {
    0% {
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    25% {
        border-top-color: var(--dark);
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        border-top-color: var(--dark);
        border-right-color: var(--dark);
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    75% {
        border-top-color: var(--dark);
        border-right-color: var(--dark);
        border-bottom-color: var(--dark);
        border-left-color: transparent;
    }
    100% {
        border-top-color: var(--dark);
        border-right-color: var(--dark);
        border-bottom-color: var(--dark);
        border-left-color: var(--dark);
    }
}

.scroll-below-arrow-about:hover .inner-arrow-wrap-about {
    animation: arrowmove 1s ease infinite alternate;
}

@keyframes arrowmove {
    0% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(10px)
    }
}

.about-third-section-tag {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa-regular);
}

.pat-5 {
    padding-top: 8%;
}

.pab-5 {
    padding-bottom: 8%;
}

.card-body p {
    font-size: 28px;
}

.slide1 h4 {
    color: #222222;
}

.about-our-vision-text {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa-regular);
    columns: 2;
    text-align: justify;
    column-gap: 5vw;
}

.bg-about-value-section {
    background-color: #F2EEEB;
    padding: 10% 0;
}

.bg-about-value-section .about-first-box-text {
    font-family: var(--nexa-regular);
}

.about-first-box-heading {
    font-size: 38px;
    font-family: var(--nexa-regular);
    font-weight: 400;
}

.about-accordion .accordion-body .row {
    padding: 10% 0;
}

.accordion-body{
    padding: 1rem 0;
}

.accordian-heading-about {
    font-size: 95px;
    font-weight: 400;
    font-weight: 400;
    font-family: var(--nexa);
}

.accordion-button .accordian-heading-about {
    color: #222222 ;
}

.accordion-button .accordian-heading-about[aria-expanded="true"] {
    color: #CE1211;
}

.accordian-heading-about-second {
    font-size: 95px;
    font-weight: 400;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa);
}

.about-testimonial {
    background-color: #F2EEEB;
}

.testimonial-sidediv-about {
    color: var(--dark);
    font-family: var(--nexa);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    margin: auto;
}

.mg {
    margin: auto;
}

.about-our-client-text-marquee {
    font-size: 58px;
    font-weight: 300;
    font-family: var(--nexaLight);
    text-transform: uppercase;
}

.t-1,
.t-2,
.t-3,
.t-4 {
    text-align: center;
}

.marquee-border {
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
}

.marquee-border-2 {
    border-bottom: 2px solid #222222;
}

.our-value-section-wrap {
    padding: 0px 0px;
    width:100%;
}

.about-box {
    margin-top: 15%;
}

.about-box-2 {
    margin-top: 125px;
}

.about-box-3 {
    margin-top: 203px;
}

#heading-3{
    border-bottom: 1px solid #000000;
}

.linksec-subheading-footer {
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-family: var(--nexa);
    font-size: 16px;
    font-weight: 400;
}
.accordion-button{
    padding: 3rem 1.25rem !important;
}

.adv-section-career{
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: var(--nexa-regular);
}
.hover-box:hover {
    color: #ce1211;
}

.hover-box:hover svg {
    stroke: #ce1211;
}

.image-wrap {
    stroke: #222222;
}

.accordion-button::after {
    background: none;
    font-size: 2.5vw;
    position: absolute;
    right: 40px;
    bottom: 62%;
    font-weight: 100;
}

.accordion-button::after {
    /* background-image: url(../includes/images/about/plus.svg); */
    content: '\002B' !important;
    color: #222222;
    transform: none;
}

.accordion-section {
    margin-top: 5%;
    margin-bottom: 6%;
}

.accordion-button:not(.collapsed)::after {
    /* background-image: url(../includes/images/about/minus.svg); */
    background: none;
    content: '\2212' !important;
    color: #ce1211;
    transform: none;
}

.fade{
        transition-duration: 0s !important;
}
    .our-clients{
    padding: 5% 0;
}

/* about page end */


/*STYLE BY FARHAN FOR BUSINESS INTELIGENCE PAGE*/

.business-intelligence-section .first-section h1 {
    font-size: 16px;
    font-family: var(--nexa);
}

.business-intelligence-section .first-section h2 {
    font-size: 7.79vw;
    font-family: var(--nexa);
    color: #222222;
}

.business-intelligence-section .first-section h2 span {
    color: var(--red);
}

.owl-carousel .owl-nav .owl-next{
    width: 50px;
    height: 50px;
}
.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;

}
.business-intelligence-section .first-section-second-part {
    background-image: url("../includes/images/home/BIbackground.png");
    background-color: var(--grey);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 63vh;
    opacity: 50%;
}

.accordion-button[aria-expanded="true"] h1 {
    color: #CE1211;
}

.second-section {
    margin-top: 200px;
}

.second-section h2 {
    font-size: 1rem;
}


/* .myaccordion {
    max-width: 500px;
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
} */

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .btn {
    width: 100%;
    color: var(--red);
    padding: 0;
    font-size: 5rem;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}
.accordion-section{
    overflow: hidden;
}
.gain-sliders .owl-stage {
    padding-left: 0 !important;
}
.how-it-works-section .owl-nav{
    position: absolute;
    top: 0;
    right: 8%;
}
#businessvideo{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.how-it-works-section .owl-next{
    width: 50px;
    height: 50px;
    position: relative;
}
.how-it-works-section .owl-prev{
    position: relative;
    width: 50px;
    height: 50px;
    right: 10%;
}
.slide-title {
    font-family: var(--nexa-regular);
    font-size: 16px;
}
.owl-item .about-box-2 {
    margin-top: 0;
}
.owl-item .about-box-3 {
    margin-top: 0;
}
.benefits,
.technology-expertise {
    background-color: #F2EEEB;
    padding-top: 5%;
    padding-bottom: 5%;
}
.technology-expertise .owl-stage{
    padding-left: 0;
}
.benefits>.row {
    padding-top: 5rem;
}

.business-advantages {
    margin: 5% 0;
}

.benefits h2 {
    font-size: 16px;
    font-family: var(--nexa-regular);
}

.benefits h3 {
    font-size: 5vw;
    font-family: var(--nexa);
    color: #222222;
}

.advantages .advantages-heading {
    color: #222222;
}

.advantages .advantages-heading span {
    color: var(--red);
}

.technology-expertise {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.technology-expertise h2 {
    font-size: 16px;
    color: #222222;
}

.technology-expertise h3 {
    font-size: 5vw;
    color: #222222;
}

.technology-expertise h3 span {
    color: var(--red);
}

.technology-expertise .logo-div {
    border-bottom: 1px solid #222222;
    margin: 5%;
}

.technology-expertise h6 {
    color: #222222;
}

.business-heading {
    font-size: 8.1875vw;
    font-family: var(--nexa);
    font-weight: 300;
    line-height: 123px;
}

.border-nav {
    border-bottom: 2px solid #222222;
}

.navbar-nav {
    width: 78%;
}

.second-section-about .scroll-below-arrow-wrap-about {
    position: absolute;
    left: 57%;
    transform: translateX(100%) translateY(10%);
}

.pab-about-our-vision-5 {
    padding-bottom: 5%;
}

.header-btn {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222222;
    color: #ffffff;
    transition: all 500ms ease;
    font-family:var(--nexa-regular);
    position: absolute;
    right: 0;
}

.header-btn:hover {
    color: #ffffff;
    transform: scale(0.8);
}

.header-transform {
    transform: translateY(-27%);
}

.nav-item a {
    color: #222222 !important;
    font-family: var(--nexa);
}

.nav-item.active {
    border-bottom: 3px solid #222222;
}

.navbar-brand {
    padding-right: 10%;
}
.navbar-brand img{
    max-width: 80%;
    width: 185px;
}


/*STYLE BY FARHAN FOR BUSINESS INTELLIGENCE PAGE*/

#section3 {
    /* overflow-x: hidden; */
    position:relative;
}

.fp-tableCell {
    vertical-align: initial;
}

.marquee-animation-wrap {
    overflow-x: hidden;
}

.marquee-animation {
    display: flex;
    width: 100%;
    animation: marquee linear 15s infinite;
}

@media(max-width:480px) {


    /* .how-it-works-section .owl-item.active .card-top{
       transition: all 1s ease-in;
        visibility: visible;
        opacity: 1;

    }

    .how-it-works-section .owl-item.active .card-body .card-bg{
        visibility: visible;
    } */

    .our-clients{
    padding: 20% 0;
}

    .cookie{
        width:35px;
        height:35px;
    }

    #cookiebarBox{
        font-size:10px;
    }

    .more-about-bi:hover {
    transform: translateX(0%) scale(0.8) !important;
}
    .marquee-animation {
        width: 1000px;
        animation: marquee linear 5s infinite;
    }
    .marquee-text {
        margin: 0px;
    }
}

.marquee-text {
    margin: 0px 80px;
}

@keyframes marquee {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.iScrollIndicator {
    display: none !important;
}


/*Animation style by Farhan*/
.first-drop{
    animation-duration: 0.5s;
}
.second-drop {
    animation-delay: 0.6s;
}

.third-drop {
    animation-delay: 0.7s;
}

.flower-outermost-animation {
    stroke-dasharray: 1000;
    stroke-dashoffset: -1000;
}
.outer-circle-of-arrow-animation{
    animation: stroke 0.5s ease-out 1s forwards;
}

.flower-outermost-animation-0 {
    animation: stroke 0.5s ease-out 0s forwards;
}

.flower-outermost-animation-1 {
    animation: stroke 0.7s ease-out 0s forwards;
}

.flower-outermost-animation-2 {
    animation: stroke 0.9s ease-out 0s forwards;
}

.flower-outermost-animation-3 {
    animation: stroke 1.1s ease-out 0s forwards;
}

.flower-outermost-animation-4 {
    animation: stroke 1.3s ease-out 0s forwards;
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}


.adv-circle-0{
    animation-delay: 0s;
}
.adv-circle-1{
    animation-delay: 0.2s;
}
.adv-circle-2{
    animation-delay: 0.4s;
}
.adv-circle-3{
    animation-delay: 0.6s;
}
.adv-circle-4{
    animation-delay: 0.8s;
}
.adv-circle-5{
    animation-delay: 1s;
}
.adv-circle-6{
    animation-delay: 1.2s;
}
.adv-circle-7{
    animation-delay: 1.4s;
}
.adv-circle-8{
    animation-delay: 1.6s;
}


.adv-circle-1,
.triangle-2 {
    animation-delay: 0.1s;
}

.adv-circle-2,
.triangle-3 {
    animation-delay: 0.2s;
}

.adv-circle-3 {
    animation-delay: 0.3s;
}

.adv-circle-4 {
    animation-delay: 0.4s;
}

.adv-circle-5 {
    animation-delay: 0.5s;
}

.adv-circle-6 {
    animation-delay: 0.6s;
}

.adv-circle-7 {
    animation-delay: 0.7s;
}

.adv-circle-8 {
    animation-delay: 0.8s;
}

#testimonial-slider .owl-buttons {
    position: absolute;
    top: -85px;
    right: 25px;
}

#testimonial-slider .owl-buttons div {
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid grey;
    padding: 9px 6px;
}

#testimonial-slider .owl-buttons .fas::before {
    font-size: 20px;
    color: grey;
}

@media only screen and (max-width: 990px) {
    .testimonial {
        padding: 80px 0 80px 265px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 0;
        border: none;
    }
    .testimonial:before,
    .testimonial:after {
        border: none;
    }
    .testimonial .pic {
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonial .description {
        margin-top: 15px;
    }
    .testimonial .description:before {
        content: "";
    }
}

.testi-section .slide {
    padding-left: 4%;
}

.testi-section .owl-dots {
    position: absolute;
    top: 0;
    left: 42px;
    display: flex;
    flex-direction: column;
}

.testi-section .owl-dots .owl-dot.active {
    background-color: var(--red) !important;
}

.owl-dots .owl-dot {
    position: relative;
    left: -50px;
    height: 50px;
    width: 3px;
    background: #D8CEC7 !important;
    top: 0px;
    margin-top: 10px;
}

.owl-dots .owl-dot span {
    display: none !important;
}

#testimonial-slider .owl-buttons .fas::before {
    font-size: 20px;
    color: grey;
}

.testi-section {
    margin: 10% 0;
}

.review-text {
    font-family: var(--nexa-regular);
    font-weight: 400;
    font-size: 1.5vw;
    line-height: 40px;
}


/*Animation style by Farhan*/

.form-control:focus {
    outline: none;
    border-color: #222222;
    box-shadow: none;
}

.privacy-link {
    color: #CE1211;
}


/* #section7 {
    display: none;
} */




.footer-contact-details ul {
    margin-top: 3rem;
}

.desktop-circle {
    position: absolute;
    left: 70%;
    top: 23%;
}
.test, .test1{
    display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image: url(../includes/images/home/BURGER.png);
    transition: 500ms all;
}
.navbar-toggler[aria-expanded="true"]{
    border-color: transparent;
}
.why-tech-2, .bg-about-value-section .about-box-2, .advantages-section-wrap .adv-box-2{
    animation-delay: 0.3s;
}
.why-tech-3, .bg-about-value-section .about-box-3, .advantages-section-wrap .adv-box-3{
    animation-delay: 0.5s;
}

.how-it-work-2{
    animation-delay: 0.2s;
}
.how-it-work-3{
    animation-delay: 0.3s;
}
.how-it-work-4{
    animation-delay: 0.4s;
}


.navbar-animation{
    animation: navbar-animation 2s ease;
}
@keyframes navbar-animation{
    from{
        transform: translateY(-200px);
    }
    to{
        transform: translateY(0);
    }
}
.banner-img-animation{
    animation: banner-img-animation 2s ease 1s;
}
@keyframes banner-img-animation{
    from{
        transform: scale(0.7);
        opacity: 0;
    }
    to{
        transform: scale(1);
        opacity: 1;
    }
}

.home-preview-banner-wrap .heading{
    /*Animation delay*/
    animation-delay: 1.5s;
}
.home-preview-banner-wrap .highligted-heading{
    /*Animation delay*/
    animation-delay: 1.5s;
}
.home-preview-banner-wrap .subtext{
    /*Animation delay*/
    animation-delay: 1.5s;
}
/*div.modal.show{
        background: rgba(0,0,0,0.5);
}*/
.wpcf7-response-output{
    display: none;
}


.banner-subtext-wrap p{
	color: var(--dark);
  font-family: var(--nexa-regular);
  font-size: 16px;
  line-height: 21px;
}
.second-section-heading .heading {
	line-height:93%;
	margin-bottom: 5%;
}
.businessintel-heading .heading {
	line-height:93%;
	margin-bottom: 5%;
}
#menu-main-menu{
    margin-right: 5%;
}
.menu-item-gtranslate{
    margin-right: 3%;
}
.banner-text-wrap{
    margin-top: 5% !important;
}
.second-section-subtext .text {
		padding:0px;
	}
.businessintel-wrap{
	background-blend-mode: soft-light;
}
.footer-copyright-row{
	font-family: var(--nexa);
    font-size:16px;
}
.contact-us-heading-text-wrap{
	font-family:var(--nexa);
}
.technology-expertise h2 {
	font-family:var(--nexa-regular);
}





    /* --------------------For Cookie-------------------- */

#riskfloater {
    background-color: green;
    left: 10px;
    position: fixed;
    padding: 8px 16px;
    background: green;
    color: #fff;
    cursor: pointer;
    bottom: 10px;
    z-index: 2;
}
#cookiebar {
    position: fixed;
    bottom: 5%;
    left: 5px;
    right: 5px;
    display: none;
    z-index: 200;
}
#cookiebar .risk-dismiss {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: green;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}
#cookiebar .risk-dismiss a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
#cookiebarBox {
    position: fixed;
    bottom: 0;
    /* left: 5px;
    right: 5px; */
    z-index: 200;
    width: 100%;
}
#cookiebarBox .risk-dismiss {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #222222;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}
#cookiebarBox .risk-dismiss a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
#cookiebarBox .risk-dismiss .inner{
display: flex;
    justify-content: center;
    align-items: center;
}
.cookieok {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* background-color: #e8f0f3; */
    color: #186782 !important;
    font-weight: 600;
    line-height: 2.5em;
    height: 2.5em;
    /* display: block; */
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-width: 0 !important;
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
}


.cookie{
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
    transform: translateX(25%) scale(1) !important;
}

#navi{

    font-weight: bold;
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.2s;
}

.fp-viewing-0 #navi{
background-color:transparent;

}


body:not(.fp-viewing-0) #navi{
    background-color:#ffffff;

}




