@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --pro-color-blue: #00ADEE;
    --pro-color-pink: #EA088B;
    --pro-color-black: #000;
    --pro-color-d-gray: #808080;
    --pro-color-d-light: #CACACA;
    --pro-color-d-white: #fff;
    --transtition-treems: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    --transtition-five: all 500ms ease-in;
}
*, ::after, ::before {
    box-sizing: border-box;

}

.colorise{transition: var(--transtition-five);}

em{font-style:normal;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a.feed-powered-by-es.es-widget-branding{display: none !important;}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.divider{
    border: 0;
    background-color: transparent;
    border-top: 1px dashed var(--pro-color-d-light);
    margin-block: 50px;
}
a{
    text-decoration: none;
    transition: var(--transtition-treems);
}

/* Clearfix */
.row::after {
    content: "";
    display: table;
    clear: both;
}
strong{font-weight: 600;}
@font-face {
    font-family: 'Profecta';
    src:  url('../font/icon/Profecta.eot?39ax3m');
    src:  url('../font/icon/Profecta.eot?39ax3m#iefix') format('embedded-opentype'),
      url('../font/icon/Profecta.ttf?39ax3m') format('truetype'),
      url('../font/icon/Profecta.woff?39ax3m') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
.tc{text-align: center;}

.questions{
    padding-top:80px;
    margin-top: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);

}


/* width */
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    
    background: var(--pro-color-blue); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--pro-color-pink);
  }
/* scroll top */
  .scroll-top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right:30px;
    font-size: 20px;
    background-color:#ffffff;
    color: var(--pro-color-black);
    border: 2px solid var(--pro-color-black);
    border-radius: 100%;
    height: 55px;
    transition: var(--transtition-treems);
    width: 55px;
    cursor: pointer;
   visibility: hidden; /* Initially hidden */
    z-index: 1000;
  }
  .scroll-top-btn:hover{ background-color: var(--pro-color-pink);
     color: #fff; border-color: var(--pro-color-pink);
    }
    .scroll-top-btn i{transform: translateY(0px); display: inline-block;  }
    .scroll-top-btn:hover i{ transform: translateY(-3px); }

  .scroll-top-btn.activetp{ visibility: visible;}



/* common */
body {
    font-family: "Poppins", system-ui;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: var(--pro-color-d-gray);
}
.side-circle{
    position: fixed;
    right: 0;
    top: 0;
    width:60px;
    z-index:10000;
}

.brandbite-logo p{ max-width: inherit;}

.brandbite-logo img{ width: 100%; max-width: 250px; margin-top: 40px;}
.brandbite-logo a.bluebutton{ display: inline-block; margin-left: 0px; margin-top: 10px; }
.brandbite-logo a.bluebutton:hover{color: var(--pro-color-d-white);}
.brandbite-logo.brandbite-in-page{display: flex; flex-wrap: wrap;}
.brandbite-logo.brandbite-in-page a{ margin-top: 0px; display: flex; align-items: center; justify-content: center;margin-top: 20px; }
.brandbite-logo.brandbite-in-page img{margin: 0px;}
.section{
    padding: 100px 0px;
}
input{  font-family: "Poppins", system-ui;}
.img100{width: 100%;}
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.multiple.row>*, .row>* {
    position: relative;
    width: 100%;
}
.multiple.row>* {
    padding: 15px;
}

.multiple.row.guttor5>*{
    padding: 10px;
}


.bg-dark{
    background-color: var(--pro-color-black);
}
.color-blue{color: var(--pro-color-blue);}
.color-pink{color: var(--pro-color-pink);}
.color-black{color: var(--pro-color-black);}
.color-d-gray{ color:var(--pro-color-d-gray);}
.color-d-light{color: var(--pro-color-d-light);}
.color-d-white{color: var(--pro-color-d-white);}

i{
    font-family: 'Profecta';
    font-style: normal;
    transition: var(--transtition-treems); }


.container {
    width: calc(100% - 100px);
    margin: auto;
    max-width: 1700px;
}
p, h1, h2, h3, h4, h5, span, a, i{
    line-height: 1.0;
}
h1{
  font-weight:100;
  font-size : 6.5vw;
  letter-spacing : -3px;
  color: var(--pro-color-black);  
  line-height: 1.0;
  margin: 0px;
}

h2{
color: var(--pro-color-pink);
font-size: 36px;
line-height: 1.2;
font-weight: 500;
}

h3.headings{
    font-weight:100;
    font-size :5.8vw;
    line-height : 1.0;
    letter-spacing : -3px;
    margin: 0px;
}
.co-pink{color: var(--pro-color-pink);}
.co-blue{color: var(--pro-color-blue);}

.link{
display:flex;
align-items: center;
text-decoration: none;
width: fit-content;
}
.link .span{
    font-weight: 400;
    font-size : 24px;
    letter-spacing : 2.4px;
    text-transform: uppercase;
    position: relative;
    transition: var(--transtition-treems);
    left:0px;
    }

.link i {
    font-size: 30px;
    animation: blinkme 1s ease-in-out infinite;
}
.link i:nth-child(2) {
 animation-delay: 0.5s;
}
.link2x i{font-size: 45px;}

.link:hover i, .link.clicked i{  animation: blinkme2 1s ease-in-out infinite !important;}

.link i.trans {
    position: relative;
    left: 15px;
}
@keyframes blinkme {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
  
   100%{
        opacity: 0;
    }
    
}


.hover.link:hover i.trans{ left: 30px;  }
.hover.link.link2x:hover i.trans, .hover.link.link2x:hover span{ left: 45px; }
.nxtbtn:active i.trans{left: 45px;}

.link:hover span{color: var(--pro-color-blue);}
.link:hover i{color:var(--pro-color-pink);}

.filterbtn{
    background-color: var(--pro-color-blue);
    color: #fff;
    padding: 10px 23px;
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 300;
    border: 0px;
    display: flex;
    align-items: center;

}
.filterbtn:hover, .filterbtn:focus{ background-color: var(--pro-color-pink);}
.filterbtn i{font-size:30px; margin-right: 20px}

.lebutton{
 display: flex;
 justify-content: end;
 margin: 50px 0px;
 max-width: 1440px;
}
.lebutton2{ display: flex;
    justify-content: end;
    margin: 25px 0px 0px;
   }

.gap-30{ width: 30px;}

/* Header */
header {
    margin-top: 20px;
    padding: 10px 0px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logos{
    position: relative;
}
.brand {
    width: 250px;
    transition: var(--transtition-treems);
}
.iclogo {position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.shrink .brand{ width: 150px; opacity: 0; }
.shrink .iclogo{opacity: 1;}
header.shrink {margin-top: 0px;
    background-color: transparent;
    }
.navbutton {
    background-color: var(--pro-color-d-white);
    border: 2px solid var(--pro-color-black);
    width: 55px;
    height: 55px;
    border-radius: 100%;
    transition: var(--transtition-treems);
    z-index: 1000;
    position: relative;
}

.navbutton span {
    width: 25px;
    height: 2px;
    border-radius: 5px;
    background-color: var(--pro-color-black);
    display: block;
    margin: 4px auto;
    transition: var(--transtition-treems);
}

.navbutton.active span {
    margin: auto;
    background-color: var(--pro-color-d-white);
}

.navbutton.active span:nth-child(1) {
    transform: rotate(45deg);
}

.navbutton.active span:nth-child(2) {
    opacity: 0;
    width: 0px;
    margin: auto;
}

.navbutton.active span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -4px;
}
.navbutton.active{
    border-color: var(--pro-color-d-white);
    background-color: var(--pro-color-black);
}
.nav{
    background-color: var(--pro-color-black);
    position: fixed;
    display: flex;
    z-index: 999;
    visibility: hidden;
    left: 0;
    opacity: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    overflow: auto;
    transition: all 500ms cubic-bezier(1.000, 0.005, 0.475, 1.255); /* custom */
}
.nav.active{
    visibility: visible;
    opacity: 1;
}

.nav .container{
    padding-top:50px;
padding-bottom: 60px;
min-height: 100%;
}
.nav .container .row.revers{
   min-height: calc(100vh - 110px);
}
.navigation{
   padding: 0px;
   list-style: none;
   margin: 0px;
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   height: 100%;
 
}
.navigation a{
font-size: 75px;
color: var(--pro-color-blue);
font-weight: 100;
text-decoration: none;
letter-spacing : 2.5px;
transition: var(--transtition-five);
opacity: 0;
}

.active .navigation a{
    letter-spacing : -2.5px;
    opacity: 1;
   
}
.active .navigation a:hover{ letter-spacing: 0; color: var(--pro-color-pink);  transition: var(--transtition-treems);}

.navphone a{
    display: block;
    transition: var(--transtition-treems);
    margin-top: 15px;
    font-size: 27px;
    color: var(--pro-color-d-light);
    font-weight: 300;
    text-decoration: none;
    line-height: 25px;
}
.navphone a:hover{color: var(--pro-color-blue);}
.navsocial a{
    display: block;
    font-size: 27px;
    line-height: 37px;
    color: var(--pro-color-pink);
    font-weight: 300;
}
.navsocial a i{color: var(--pro-color-d-white); position: relative; transform: rotate(0deg); display: inline-block;}
.navsocial a:hover, .navsocial a:hover i{color: var(--pro-color-blue);}
.navsocial a:hover i{transform: rotate(45deg);}

/* banner */
.banner{
    padding-top: 180px;
}
.banner div{line-height:0;}
.videoFrame{
 width: 100%;
 max-width: 1440px;
position: relative;
margin: 50px 0px;
}

.videoFrame .overlay, .playButton, .video{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: var(--transtition-treems);
    display: flex;
    align-items: center;
    justify-content: center;
 transition: var(--transtition-treems);
}
.playButton.playButton-2 {
    justify-content: flex-start;
    padding-left: 70px;
}

.banner-text {
    color: var(--pro-color-d-white);
    font-size: 6vw;
    transition:all 1s  cubic-bezier(0.265, 1.395, 0.335, 1.545);
    transition-delay: 0ms;
    opacity: 0;
    transform: translateY(50px);
}
#sliderbnr{max-width: 1440px;}
.banner-text span, .banner-text .b {
    display: block;
    width: max-content;
    color: var(--pro-color-blue);
    background-color: var(--pro-color-d-white);
    transition:all 1s  cubic-bezier(0.265, 1.395, 0.335, 1.545);
    transition-delay:250ms;
    margin-left: 100px;
    font-weight: 300;
    font-size: 24px;
    margin: 15px 5px;
  
    transform: translateX(50px);
    letter-spacing: 2px;
    padding: 5px 10px;
    opacity: 0;
    
}
.banner-text span{  margin-top: 25px;}
.banner-text .b{background-color: transparent; color: var(--pro-color-d-white) !important; letter-spacing: 4px; transition-delay:500ms; }

.videoFrame:hover .playButton.playButton-2 span {
 color: var(--pro-color-pink);
}

.owl-item.active .playButton.playButton-2 span, .owl-item.active .playButton.playButton-2 .banner-text span.b { opacity: 1;    transform: translateX(0px);}

.owl-item.active .playButton.playButton-2 .banner-text { opacity: 1;    transform: translateY(0px);}


.videoFrame .overlay {
    background-color: var(--pro-color-blue);
    mix-blend-mode: multiply;
}

.videoFrame .playButton {
    z-index: 3;
}

.videoFrame .playButton button{padding: 0;
    border: 0;
    line-height: 0; background-color: var(--pro-color-d-white); border-radius: 100%; transition: var(--transtition-treems);}

    .videoFrame .playButton button:hover{background-color: var(--pro-color-black);}

.videoFrame .playButton img{
    width:80px;
    height: auto;
    transition: var(--transtition-treems);
}
.videoFrame:hover .overlay{
    background-color: var(--pro-color-pink);
}


.video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    visibility: visible; /* Initially hide the video */
    opacity: 1;

    transition: opacity 0.5s ease-in-out; /* Transition for smooth visibility change */
}
.video video::-webkit-media-controls-timeline {
    display: none;
  }

  .video video::-moz-media-controls-timeline {
    display: none;
  }

  .video video::-ms-media-controls-timeline {
    display: none;
  }

  video::-webkit-media-controls-current-time-display {
    color: var(--pro-color-pink); /* Time text color */
  }

  /* .video video::-webkit-media-controls-play-button {
    background-color: var(--pro-color-pink); margin-right: 10px;
  }
  .video video::-webkit-media-controls-play-button:hover{ background-color: var(--pro-color-blue); } */
  
.banner p{
    font-size : 24px;
    line-height : 46px;
    font-weight: 300;
    letter-spacing : 0.6px;
    max-width: 1440px;
    margin-block-start: 0em;
    margin-block-end:0em;
}

h2.hoverer{max-width:inherit !important;  }
.hoverer a{display:block; line-height: 72px; color: var(--pro-color-d-gray);}
.hoverer .hovered:hover{
color: var(--pro-color-blue);
}
.hoverer .hovered i{visibility: hidden; transition: var(--transtition-treems); opacity: 0;}
.hoverer .hovered:hover i{visibility: visible; opacity: 1;}
/* section - 2 */

.potential{
    padding: 30px 0px 110px;

}
.flex-sidebar{
    display: flex;
}

.sidebar{
    flex: 0 0 300px; 
}
.sidebar h2{
    margin-bottom: 15px;
    margin-block-start: 10px;
}
.sidecontent{
   flex: 1;
}
.sidecontent-size .sidecontent{overflow: hidden;}

.sidecontent h2{
    color: var(--pro-color-d-gray);
    line-height :82px; max-width:626.1167px;
}


.sidecontent-size .owl-carousel .owl-item img{ width: auto; border-radius: 5px;}

.readmorearrow{position: relative;}
.readmorearrow .link{padding-left: 30px;}
.arrowdown {
    position: absolute;
    height: 70px;
    width: 2px;
    background-color: var(--pro-color-d-gray);
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: var(--transtition-treems);
    animation: ardn 2s ease-in-out infinite forwards;
}

.arrowdown::after {
    height: 40px;
    width: 40px;
    position: absolute;
    border: 2px solid var(--pro-color-d-gray);
    border-right: 0px;
    bottom: 7px;
    left: -20px;
    border-top: 0px;
    content: '';
    transform: rotate(-45deg);
}
@keyframes ardn{
0%{ height: 70px;}
50%{ height: 100px;}
100%{ height: 70px;}
}

/* Case Study */
.casestudy{
    background-color: var(--pro-color-black);
    padding: 100px 0px 50px;
}
.casestudy-vid{width: 100%; height: auto;}

.casestudy h1{ font-size: 5vw;}

.c40, .c60{    flex: 0 0 auto; }
.c40{max-width: 40%; align-self: center;}
.c60{max-width: 60%; }

.casestudy p{   font-size : 18px; color: var(--pro-color-d-light);
    line-height : 42px;
    font-weight: 300;
  
    letter-spacing : 0.45px;}

   ul.casestudyy{
        margin-block:0px;
        list-style:disc !important;
        padding: 0; padding-left:20px;  letter-spacing : 0.45px;  font-size : 18px; color: var(--pro-color-d-light);  font-weight: 300; 
      }
      ul.casestudyy li{ margin-bottom: 10px; }
      .casestudy .quiz p{margin-block: 0px;}
    ul.casestudyy strong{font-weight: 400; color:var(--pro-color-blue);}
    .casestudy .quiz a{margin-top: 25px;}
    
    ul.casestudyy.cspg{ color: var(--pro-color-d-gray);}

    .casestudy p span{display: inline-block;   line-height : 42px;}

    .casestudy p strong{display: block; font-weight: 600; color: var(--pro-color-d-white);}
    .casestudy h2{line-height: 1.2;  margin-block-start: 0px;  margin-block-end: 15px; }

    .casestudy p b{font-weight: 300;}
   

    .casestudy .lebutton{max-width: unset;}
    .casestudy .lebutton .link i{ font-size: 40px;}


    .casestudy-sec .casestudy{ background: transparent; padding:20px; padding-top:0px;}
    .casestudy-sec .casestudy p{ margin-block-start: 0px;
        color: var(--pro-color-d-gray);
        max-width: unset;
    }
    .casestudy-sec .casestudy p strong{
        color: var(--pro-color-black);
    }
    .casestudy-sec .csimage img{width: 100%;}

    .casestudy-sec h1{ font-size: 6vw; margin-block-end: 15px;}

        .casestudy-archive .sidecontent h2 {
            color: var(--pro-color-d-white);
            line-height: 52px;
            max-width: unset;
            margin-block-start: 0px;
            margin-block-end: 30px !important;
            font-weight: 200;
        }
    
        .archive {
            border: 1px solid #ffffff0e;
        }
    
        .archive img {
            width: 100%;
        }
    
        .archive p,
        .archive h3 {
            padding: 0px 30px;
        }
    
        .archive p {
            line-height: 36px;
            color: var(--pro-color-d-light);
    
        }
    
        .archive h3 {
            font-weight: 500;
            font-size: 30px;
            margin-block: 15px;
            line-height: 1.2;
            color: var(--pro-color-d-white);
        }
    
        .archive .flex-end { padding-bottom: 30px; padding-right: 30px;}
    /* blog */

    .blog{
        padding: 100px 0px;
    }
    .verticle-flex{display: flex; justify-content: space-between; flex-direction: column; height: 100%;}
    .delicate{
        font-size: 24px;
    }
    .c50 {
       max-width: 50%;
    }
    .verticle-flex p{
        font-size : 18px;
        margin-block: 2px;
  line-height : 46px;
  font-weight: 300;
  letter-spacing : 0.45px;
    }

    /* testimonials */
    .testimonials{
        background-color: #000000;
        padding: 100px 0px 50px;
    }

    .testimonialspara{
    max-width: 868px;
    font-size : 18px;
    line-height : 42px;
    letter-spacing : 0.45px;
    color: var(--pro-color-d-light);
    font-weight: 300;
    }
    .testimonials .lebutton, .lebuttonnav{margin-bottom: 25px; margin-block-start: 0px; 
    justify-content: space-between;
    }
    .author{ display: flex; flex-wrap: wrap; }
    .author-photo img{ margin-right: 60px; }
    .author-text{
        padding-top:10px;
    }
      .author-text p{
        margin-block: 0px;
        
      }
      .country-logo img{
        width: 100px;
        display: inline-block;
      }
      .clients{border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .internationalss{
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #00000017;
    }

      .clients-logos img{
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 10px;
/* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05); */
      }
      .clients-logos.multiple.row>* {
       line-height: 0px;
    }
      /* team */

      .team{ padding: 100px 0px;}
      .teamflex{
        max-width: 1200px;
        margin: auto;
        margin-top: 70px;
        display: flex;
        justify-content: space-around;
      }
      .teamflex div{max-width: 180px; position: relative; overflow: hidden;}
      .teamflex div h3, .teamdestails h3{ color: var(--pro-color-pink); font-weight: 300; font-size: 24px; margin-block-end: 0px;}
      .teamflex div p, .teamdestails p{
        margin-block-start: 5px;
        margin-block-end: 5px;
        font-size : 16px;
        line-height : 1.5;
        font-weight: 300;
      }
      .teamohover{
        display: flex;
        flex-direction:column;
        align-items: center;
        justify-content: center;
        left: -100%;
        position: absolute !important;
        transition: var(--transtition-treems);
        backdrop-filter:blur(3px);
        top: 0; height: 100%;
    background: #EA088B;
    background: linear-gradient(0deg, #EA088B 20%, hsla(196, 100%, 47%, 0.301) 100%);
    padding: 15px 15px;
      }
      .teamflex div:hover .teamohover{ left: 0%;}

      .teamflex .teamohover p{color: var(--pro-color-d-white); line-height: 1.5; font-size: 15px; text-align: center;}
      .teamflex .teamohover .socialinks a{background-color: var(--pro-color-d-white); color:var(--pro-color-pink);}
      .teamflex .teamohover .socialinks a:hover{background-color: var(--pro-color-blue); color: var(--pro-color-d-white);}
      
      .team .lebutton2{ max-width: 1580px;
       }
    
       .teamdestails img{width: 100%; min-height: 320px; object-fit: cover; object-position: center top;}
       .tmdetails{
        position: absolute;
        background: #EA088B;
background: linear-gradient(0deg, #EA088B 20%, hsla(196, 100%, 47%, 0.301) 100%);
        padding: 15px 20px;
        min-height: 100%;
        width: 100%;
      bottom: 10%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        visibility: hidden;
        backdrop-filter: blur(4px);
        overflow: auto;
        opacity: 0;
        transition:all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
       }
       .tmdetails p{color: var(--pro-color-d-white);  
        font-size: 16px;
        letter-spacing: 0.45px;
        line-height: 26px;
        font-weight: 300;
    }

       .teamdestails:hover .tmdetails{
        bottom: 0%;
        visibility: visible;
        opacity: 1;
       }

       .teamdestails .socialinks a {
        background-color: var(--pro-color-d-white) !important;
        color: var(--pro-color-pink) !important;
    }
    .teamdestails .socialinks a:hover {
      
        background-color: var(--pro-color-blue) !important; color: var(--pro-color-d-white) !important;
    }

    .whitepach{position: relative;  margin-top: 0px; padding-top: 0px;}
    /* .whitepach::before {
        content: '';
        position: absolute;
        background-color: #090909;
        height: 51px;
        top: -88px;
        width: calc(100% - 60px);
        right: 60px;
    } */

    .es-footer-btn{ background-color: #EA088B !important;}
    .block-insight{ background-color: #090909;}

.brbt{
   width: 90%;
   max-width: 250px;
}
       /* form */
       .slide-form{
        max-height: 0px;
        overflow: hidden;
        transition: all 0.6s ease-in;
       }
       .slide-form.slactive{
        max-height:1000px;
        }

       .slide-form form{
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
       }
       .slide-form form .formframe{width: 100%;}
       .slide-form form .form-group.lebutton{width: 100%;}

.form{
    padding: 100px 0px;
    border-top: 1px solid var(--pro-color-d-light);
}

.form.subscribe{ border-top: 0px;}

.filterbtn.subscrive{width:min-content; max-width: 200px; color: rgb(255, 255, 255); background-color: #808080;}
.filterbtn.subscrive:focus{border: 0; color: #fff; }

.unlock{font-size : 24px;
    line-height : 37px;
    letter-spacing : 0.6px;
     color: var(--pro-color-blue); font-weight: 300; max-width: 835px;}

     .textleft{text-align: right;}
     
     .formframe{
       max-width: 1100px; 
       width: 100%;
       overflow: hidden;
     }

     #apply-form .formframe{ 
        margin: auto;
        margin-top: 50px;
     }

     .form-group{
        padding: 15px 0px;
     }
     .form-group{
display: flex;
    align-items: flex-end;
}

.form-group label {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.45px;
    line-height: 1;
}

.form-group input,
.form-group textarea, .form-group select {
    flex-grow: 1;
    border: 0px;
    border-bottom: 1px solid var(--pro-color-d-light);
    font-size: 18px;
    font-weight: 300;
}
.form-group select:focus{outline: none;}
.form-group button, .linkbtn {
    background-color: transparent;
    border: 0px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-bottom: 1px solid var(--pro-color-blue);
    color: var(--pro-color-blue);
    outline: none;
}

.form-group .custom-file-button {
   border:1px solid var(--pro-color-d-gray);
    color: var(--pro-color-black);
    padding:12px 20px;
margin-left: 10px;
 font-size: 18px;
 font-weight: 300 !important;
    cursor: pointer;
    border-radius:25px;
    font-weight: bold;
    transition: var(--transtition-treems);
}

.custom-file-button:hover, .custom-file-button:hover {
    background-color: var(--pro-color-blue);
    border-color: var(--pro-color-blue);
    color: var(--pro-color-d-white);
}

.file-chosen-text {
    margin-left: 10px;
   
    color: var(--pro-color-d-gray);
}
.forbdr{
    display: flex;
    flex-grow: 1;
}

.forbdr span{
    flex-grow: 1;
    border-bottom: 1px solid var(--pro-color-d-light);
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 15px;
   }

.form-group.lebutton {
    max-width: 1280px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
}
#apply-form .form-group.lebutton{
    max-width: unset;
}

/* .cta */
.cta{border-top: 1px solid rgba(0, 0, 0, 0.1);}
.cta h1{
font-size: 6vw;
}
.cta p{margin: auto; margin-top: 30px;  max-width: 1146px;}
.flex-center{
    margin-top: 40px;
}

footer {
    background-color: var(--pro-color-black);
    padding: 100px 0px 60px;
}

.footabt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 300px;
    margin: auto;
}

.footabt p, footer p {
    font-size: 18px;
    line-height: 39px;
    font-weight: 300;
    letter-spacing: 0.45px;
    color: var(--pro-color-d-light);
    max-width: 226px;

}

.footabt button, input[type = submit], .footabt .bluebutton, .bluebutton  {
    font-family: Poppins;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: 300;
   
    color: var(--pro-color-d-white);
    border-radius: 5px;
    padding: 12px 17px;
    border: 0;
    width: fit-content;
    transition: var(--transtition-treems);
    margin-top: 30px;
}

.bluebutton{ background-color: var(--pro-color-blue) !important;}

.popup-form .bluebutton{ margin-top: 0px;}

.footabt button:hover,
.footabt button:focus, .footabt .bluebutton:hover, .bluebutton:hover  {
    background-color: var(--pro-color-pink) !important;
}
footer h4, footer a{
    font-size: 18px;
    font-weight: 300;
    color: var(--pro-color-d-light);
}
footer h4{
    font-weight: 600;
}

footer a{
    margin:15px 0px;
    display: block;
    text-decoration: none;
    transition:var(--transtition-treems);
}
footer a:hover{ color: var(--pro-color-blue); }
.quicklink ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.address p{
margin-top: 30px;
max-width: 186px;
}
.socialinks{
margin-top: 20px;
}
.socialinks{
    display: flex;
}
.socialinks a{
margin:5px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
width: 35px;
border-radius: 100%;
color:var(--pro-color-d-white);
}

.pivacy-policy h1{
    font-size:30px;
    font-weight: 500;
    color: var(--pro-color-black);
    letter-spacing: 0;
}
.pivacy-policy p, .comonul li{
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1.5;
    font-weight: 400;

}
.pivacy-policy p span{
color: var(--pro-color-d-gray);
}
.pivacy-policy h2{
    font-size:24px;
    color: var(--pro-color-black);
}

.comonul{
    list-style: circle;
    padding-left:25px;
}


.socialinks a:nth-child(1){margin-left: 0px;}
.socialinks a:nth-child(odd){ background-color:var(--pro-color-pink); }
.socialinks a:nth-child(even){ background-color:var(--pro-color-blue);}
.socialinks a:hover:nth-child(odd){ color:var(--pro-color-pink); background-color: var(--pro-color-d-white);}
.socialinks a:hover:nth-child(even){ color:var(--pro-color-blue); background-color: var(--pro-color-d-white);}

.address a{margin-bottom: 30px;}

.socialinks.cont{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}

.socialinks.cont a{
    margin:5px;
    height: 35px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:auto;

    border-radius: 5px;
    color:var(--pro-color-black);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .socialinks.cont a i{ margin-right: 10px;}

    .socialinks.cont a:hover{
        background-color:var(--pro-color-blue);
        color: var(--pro-color-d-white);
        border-color: var(--pro-color-blue);
    }

footer .forms input[type = submit]{
background-color: var(--pro-color-d-light);
color: var(--pro-color-black);
margin-top: 25px;
}
footer .forms input[type = submit]:hover{
    background-color: var(--pro-color-pink);
}
footer .forms input[type = email]{
    display: block;
    background-color: transparent;
    border: 1px solid var(--pro-color-d-light);
    border-radius: 12px;
    width: 100%;
    font-weight: 300;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    color: var(--pro-color-d-white);
    letter-spacing: 1px;
    
}
footer .forms{
    margin-top: 70px;
}
footer .forms input[type = email]::placeholder{
    color: var(--pro-color-d-light);
    font-weight: 300;
    letter-spacing: 2px;
}
footer .forms input[type = email]:focus{
    border-color: var(--pro-color-blue);
    outline: none;
    color: var(--pro-color-blue);
    letter-spacing: 1px;
}

.innerpage .banner{
    padding-top: 168px;
    position: relative;
}

.innerpage .banner .banner-bg{ position: absolute; height: 100%;
max-width: 100%;
width: 100%;
object-fit: cover;
object-position: center right;
}

.innerpage .banner .slides .banner-bg{
    opacity: 0; 
    transition:all 1s ease-in;
}
.innerpage .banner .slides .banner-bg.active {
    opacity: 1;
}
.innerpage .videoFrame .playButton{
    position: relative;
    padding: 50px 0px;
}
.innerpage .videoFrame h2{
color: var(--pro-color-pink);
margin-block-start: 0px;
}
.innerpage h2 span{ 
font-size:60px;
display: block;
font-weight: 200;
line-height: 1.3;
letter-spacing: -2px;
color: var(--pro-color-d-white);
}

.innerpage .videoFrame{margin-bottom: 0px; min-width: 100%;}
.innerpage .videoFrame p{ max-width: unset; color: var(--pro-color-d-light);}
.innerpage .videoFrame p span{
    color: var(--pro-color-pink); 
    font-size: 35px;
    transition: var(--transtition-treems);
}
.innerpage .videoFrame:hover p, .innerpage .videoFrame:hover h2{  color: var(--pro-color-blue);}
.innerpage .videoFrame .playButton{
    min-height: 600px;
}
.career-page .videoFrame .playButton{
    min-height:450px;
}
.teampages.innerpage .videoFrame .playButton {min-height: 450px;}
.teampages.innerpage h2{
margin-block-end: 0px;
}
.timeline{
    position: relative;
    padding-left: 25px;
}

.our-process .timeline {
    padding-left: 43px;
}
.our-process .timeline::after{    left: 17px;}
.timeline::after{
    position: absolute;
    content: '';
    height: calc(100% - 30px);
    left: 0;
    width: 1px;
    top: 15px;
    background-color: var(--pro-color-d-light);
}
.bulnumber{
    position: absolute;
    height: 12px;
    width: 12px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--pro-color-pink);
    border: 0px solid var(--pro-color-blue);
    background-color:var(--pro-color-blue);
    font-weight: 700;
    font-size: 25px;
    left: -31px;
    z-index: 2;
    box-shadow: 0px 0px 0px 3px var(--pro-color-d-white);
}

.darkbgp{
    font-size: 18px;
    color: var(--pro-color-d-light);
    line-height: 42px;
    font-weight: 300;
    max-width: 95%;
    letter-spacing: 0.45px;
}
.values .timeline{padding-left: 30px;}
.values .timeline::after{left: 0px;}
.values .timeline h2{ margin-block: 0px; color: var(--pro-color-blue);}
.values h1{
    margin-bottom:20px;
}
.values .bulnumber{ top: 28px; left: -35px; }
.values p{
    margin-bottom: 30px;
    line-height: 40px;
}
.values .relative:nth-last-child(1) p{ margin-bottom: 0px;}

/* our-process */
.our-process .sidecontent h2{
color: var(--pro-color-d-white);
margin-block: 0px;
}
.our-process .bulnumber{
font-size: 18px;
    height: 30px;
    color: var(--pro-color-black);
    width: 30px;
    top: 26px;
    left: -40px;
    box-shadow: 0px 0px 0px 5px var(--pro-color-black);
}
.our-process  .timeline::after{
    border: 1px dotted rgba(255, 255, 255, 0.3);
    background-color: transparent;
    top: 22px;
}
/* services-page */

.services-grid{
    padding: 30px 20px; border: 1px dotted rgba(0, 0, 0, 0.185);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-tags{padding: 50px 0px;}
.service-tags a .services-grid{padding:10px 15px; background-color: var(--pro-color-d-white);
     display: flex; align-items: center; flex-wrap: wrap; border: 1px solid rgba(0, 0, 0, 0.185);  border-radius:1px; 
     flex-direction: row; justify-content: start; transition: var(--transtition-treems); }
     .service-tags a .services-grid.active, .service-tags a .services-grid:hover{background-color: var(--pro-color-blue); border: 1px solid var(--pro-color-blue);}
     .service-tags a .services-grid.active img,
      .service-tags a .services-grid:hover img, 
      .service-tags a .services-grid.active h2, 
      .service-tags a .services-grid:hover h2{
        filter: brightness(100);
        
      }
      .service-tags .row{ flex-wrap: wrap; justify-content: center;}
      .service-tags .row .col-4{     flex: inherit;
        max-width: inherit; width: auto; padding: 5px;}

.service-tags a .services-grid img{ width: 30px; margin-right: 10px;}
.service-tags a .services-grid h2{  
    font-size: 16px;
 font-weight: 400;}

.grid-2{
    padding: 0px; border: 0px dotted rgba(0, 0, 0, 0.185);    max-width: 1200px;
 
    justify-content:inherit;
    display: block;
    height: auto;
}

.services-grid img{ width:100px;}
.services-grid h2{
    font-weight: 100;
    font-size: 2.5vw;
    line-height: 1.2;
    margin-block:0.7em;
    margin-block-start:0.2em;
}
.services-grid h4{ font-weight: 400; line-height: 1.5; font-size:22px;     margin-block:0.7em;}
.services-grid p{font-weight: 300; line-height: 1.8;  margin-block:0.7em;}
.services-grid .aligbt{ display: flex; justify-content: end; margin-top: 20px;  }

/* services details page details */
.grid-container {
    display: grid;
    /* Space between grid items */
    grid-template-columns: repeat(12, 1fr);
    margin-top:30px;
    align-items: center;
    max-width: 1200px;
    row-gap: 5px;
    overflow: hidden;


  }
  .grid-container div{
    text-align: left;
    display: flex;
    
    align-items: center;
    padding: 20px 20px;
    align-items: center;
    height: 100%;
  }
  .grid-container div p{line-height: 1.6; margin-block: 0px;}
  .grid-container div h3{
    margin-block: 0px;

    font-weight: 600;
  }
  .grid-container div h4{
    margin-block: 0px;

    margin-block: 0px;
    font-weight: 500 !important;
   
  }
  .grid-container div img{ max-width:70px;}
  .grid-container div h4{
   font-weight: 600;
  }
  .box1 {
    grid-column: span 2; /* Spans 2 columns (2fr) */
 justify-content: center;
    text-align: center;
    background-color: #f1f1f1;
    border-right: 1px solid #cacaca28;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .box2 {
    grid-column: span 5; /* Spans 3 columns (3fr) */
    text-align: center;
    background-color: #f1f1f1;
  }
  
  .box3 {
    grid-column: span 5; /* Spans 3 columns (3fr) */
    background-color: #f5f5f5;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .grid-container div:nth-child(1){
    grid-column: 7 span;
    color: var(--pro-color-pink);
  }
 .grid-container div:nth-child(2){
    grid-column: 5 span;

   
    color: var(--pro-color-blue);
  }


/* blog-page */

.blog-grid.services-grid{padding:0px; border:none; border: 1px dotted #00000017;  border-radius: 5px ; overflow: hidden; }
.blog-grid.services-grid img{
    width: 100%;

   
}
.blog-grid.services-grid h2{
    font-weight: 200;
    font-size: 30px;
    color: var(--pro-color-black);
    margin-block-start:20px;  padding: 0px 15px;
}
.blog-grid.services-grid h4{ color: var(--pro-color-black); margin-block:10px; padding: 0px 15px;}

.blog-grid.services-grid p{font-weight: 300; line-height: 1.5;  margin-block:0.0em;  padding: 0px 15px; }
.blog-grid.services-grid a{margin-block: 15px; margin-right: 15px; }

/* whitepaper-hd */
h1.whitepaper-hd {
    font-weight: 100;
    text-align: center;
    font-size: 5.6vw;
letter-spacing: -1px; 
    line-height: 1.3;
    margin: 0px;
}
.whitepaper .filterbtn{
width:fit-content;
margin: auto;
margin-top: 40px;
padding: 15px 23px;
}

/* career-con */

.career-con h1{
    font-size: 4.5vw;
    letter-spacing: -1px;
}
.career-con h2{ color: var(--pro-color-black); line-height: 1.3; font-size: 24px;}
.career-con p, .career-con ul li{font-size: 18px;
    color: var(--pro-color-d-gray);
    line-height:36px;
    font-weight: 300;
    letter-spacing: 0.45px;}

 .bg-dark .career-con h2{color: var(--pro-color-d-white);}
    .bg-dark .career-con p, .bg-dark .career-con ul li{  color: var(--pro-color-d-light);}

    ul.nextbull{ padding-inline-start: 20px;}
    ul.nextbull li{padding-left: 10px;}
    ul.nextbull li::marker{
        font-family: 'Profecta';
        content: "\e907";
        font-size: 16px;
        color: var(--pro-color-black);
    }
    .bg-dark ul.nextbull li::marker{color: var(--pro-color-d-white);}

    .bigul{
      list-style:decimal;
    }
    .bigul.contactinfo{
        list-style:disc;
      }
    .bigul.contactinfo{
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .bigul.contactinfo .jobumber::marker{ color: #EA088B;}
    .bigul.contactinfo .jobumber h2 a{
        font-size: 20px;
    color: var(--pro-color-d-gray);
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 3px;
    display: inline-block;
    padding-left: 15px;
    }
    .bigul.contactinfo .jobumber h2 a:hover{
        color: var(--pro-color-blue);
    }

    .jobumber{position: relative;}
    .jobumber::marker{
        font-size: 4.5vw;
        font-weight: 100;
        color: var(--pro-color-black);
    }

    .rebt{margin-block: 0.83em;}

    .downloadss{
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 20px;
        height: 100%;  
    }
.downloadss h2{
font-size: 24px; line-height: 1.2;
color: var(--pro-color-pink);
}
.downloadss h2 em{font-size: 18px;     font-style: normal;}
.downloadss i{font-size: 50px; color: var(--pro-color-pink);}
.downloadss p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
.downloadss .bluebutton i{ font-size: 20px;   color: #fff;}
.downloadss .bluebutton{
  border-radius: 3px;
  margin-top: 0px;
  font-size: 18px;
  color: #fff;
}

span.signature{
    display: block;
    padding: 10px 15px;
    background-color: #EA088B;
    font-size: 20px !important;
    font-weight:300 !important;
    letter-spacing: 0px !important;
    width:max-content;
    margin-bottom: 3px;
}

/* aproch */

h3.bigpara{
    font-size : 24px;
    line-height : 36px;
    letter-spacing : 0.6px;
    color : var(--pro-color-d-gray);
    font-weight: 300;}
    .proactivityfe img{ width:150px;}

    .proactivity .services-grid {
        padding: 20px 20px;
        border: 1px solid rgba(0, 0, 0, 0.05) ;
   
    }
    .what-sets .proactivity .services-grid{
        border: 0;
        border-bottom: 1px solid #00000011 ;
    }
    .what-sets .proactivity .services-grid h2{
        border-left: 2px solid var(--pro-color-blue) ;
        padding: 0px;
        padding-left: 20px;
        font-weight: 200;
        font-size: 2.4vw;
        color: var(--pro-color-blue);
    }
   .proactivity .services-grid p strong{
color: var(--pro-color-blue);
font-weight: 300;
    }
    .proactivity .services-grid h2{
        margin-block: 0.2em;
    }

.responsive-text{
  font-size: 6vw;
}

.w65{
    width: 65%;
    max-width: 175px;
}



/* 1440px */
@media only screen and (max-width: 1440px) {
    h1.whitepaper-hd{padding: 0px 30px;}
}

/* 1200px */
@media only screen and (max-width: 1199px) {
    .signature em {
        font-style: normal;
        margin-right: 5px;
    }
    footer p {
        font-size: 16px;
        line-height: 34px;
        font-weight: 300;
        letter-spacing: 0px;

    }
    .footabt p, footer p {
        font-size: 16px;
        line-height: 34px;
        font-weight: 300;
        letter-spacing: 0px;
    }

    .verticle-flex p {
        font-size: 16px;
        margin-block: 2px;
        line-height: 38px;
        font-weight: 300;
        letter-spacing: 0px;
    }

    .darkbgp {
        font-size: 16px;
        line-height: 27px;
        font-weight: 300;
        max-width: 100%;
        letter-spacing: 0px;
    }

    
    .navigation a {
        font-size: 50px;
        font-weight: 200;
        display: block;
        margin-bottom: 10px;
        letter-spacing: 1px;

    }
    .navbutton{right: 30px;}
    .team {
        padding: 50px 0px;
    }
    .form{ padding: 50px 0px;}
    .teamflex{ 
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .teamflex div h3{
        margin-top: 10px;
    }
    .teamflex div{
        margin-bottom: 30px;
    }
    .casestudy h1 {
        font-size: 7vw;
    }
    .container {
        width: calc(100% - 50px);
    }
    .sidebar{ flex: 0 0 100%;}
    .c40, .c60{ max-width: 100%;}
    .sidebar h2, .c40 h2{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .sidebar h2 br, .c40 h2 br{display: none;}
    h2.scrollHeading em{
        display:inline-block;
        margin-right:10px;
    }
    h1.scrollHeading em{
        display:inline-block;
        margin-right:20px;
    }

    .footabt {
        align-items: flex-start;
        max-width: unset;
        margin: auto;
    }
    .footabt img{max-width: 300px;}
}

/* 1024px */
@media only screen and (max-width: 1024px) {
    .career-con p, .career-con ul li {
        font-size: 16px;
        line-height: 30px;
        
    }
    .career-con h2 {
        line-height: 1.3;
        font-size: 24px;
    }
    .bigul {
       margin-top: 0px;
    }
    .career-con h1 {
        font-size: 6vw;
        letter-spacing: 0px;
    }
    .jobumber::marker{ font-size: 6vw;}
    .sidecontent .career-con h2 {
        line-height: 1.0;
        font-size: 20px;
    }

    .what-sets .proactivity .services-grid h2 {
        font-size: 22px;
        padding-left: 12px;
    }
    .timeline {
        padding-left: 42px;
    }
    .our-process .bulnumber {
        top: 15px;
    }
    .our-process .casestudyy{
         list-style: none !important;
         padding-left: 0px;
    }
    .timeline::after {
        left: 16px;
    }
    h3.bigpara {
        font-size: 18px;
        line-height: 29px;
    }
    .service-tags a .services-grid{    padding:6px 10px;}
    .service-tags a .services-grid img {
        width: 20px;
        margin-right: 5px;
    }
    .service-tags .row .col-4 {
        padding: 3px;
    }

    .cleartb{
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .sectionpd{
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }

    .casestudy p span {
        display: inline-block;
        line-height: 28px;
    }
    .services-grid h2 {
        font-weight: 200;
        font-size: 30px;
        line-height: 1.2 !important;
        margin-block-start: 0.2em;
    }
    .innerpage h2 span {
        font-size:45px;
    }
    .teampages.innerpage .videoFrame .playButton {
        min-height: 300px;
    }
    .values .bulnumber {
        top: 22px;
    }
    .sidecontent h2 {
        line-height: 55px;
    }
    h3.headings {
        font-weight: 200;
        letter-spacing: 0px;
    }

    .innerpage .videoFrame p span {
        font-size: 24px;
    }
    .innerpage .videoFrame .playButton {
        padding: 80px 0px;
    }
    .innerpage .videoFrame .playButton {
        min-height: auto;
    }

    .section {
        padding: 50px 0px;
    }
    .testimonials .lebutton, .lebuttonnav{
        margin-top: 10px;
    }
    .footabt img {
        max-width: 180px;
    }
    .casestudy p, .testimonialspara {
        font-size: 16px;
        line-height: 35px;
        letter-spacing: 0px;
    }
    ul.casestudyy {
        letter-spacing: 0px;
        font-size: 16px;
    }
    .testimonialspara {
    
        line-height:26px;

    }

    .link .span {
        font-size: 20px;
        letter-spacing: 0px;
    }
    .link i {
        font-size: 26px;
    }
    .testimonials .lebutton, .lebuttonnav{
        margin-bottom: 0px;
    }

    .nav .container .row.revers {
        min-height: unset;
    }
    .navsocial{
        margin-top: 30px;
    }
    h1 {
        letter-spacing: 0px;
    }
    
    .navbutton{right:10px;}
    footer h4{margin-top: 0px;}
    .brandbite-logo h4{ margin-top: 20px; margin-bottom: 0px;}

    footer {
        padding: 50px 0px 40px;
    }
    .footabt p, footer p{ max-width: unset;}

    .casestudy {
        background-color: var(--pro-color-black);
        padding: 50px 0px 50px;
    }
    .testimonials {
        background-color: #000000f6;
        padding: 50px 0px 50px;
    }
    .section {
        padding: 50px 0px;
    }
    .container {
        width: calc(100% - 50px);
    }
    .brand {
        width: 150px;
    }
    .side-circle {
        width: 30px;
    }
    header {
        margin-top: 10px;
        padding: 10px 0px;
    }
    .banner {
        padding-top: 100px;
    }
    .innerpage .banner {
        padding-top: 100px;
    }
    .videoFrame {
        margin: 30px 0px;
    }
    .banner p{font-size: 20px;
        line-height: 30px;}

        .navbutton {
            border: 2px solid var(--pro-color-black);
            width:45px;
            height: 45px;
        }
        .navbutton span{
            width: 18px;
            border-radius: 2px;
        }
        .navbutton span:nth-child(2){
            width: 22px;
        }
        .playButton.playButton-2 {
            padding-left: 30px;
        }

        .potential{
            padding: 0px 0px 20px;
        }
        h2{
            font-size: 27px;
        }
        .hoverer a {
            line-height: 50px;
        }
}

/* 767px */
@media only screen and (max-width: 767px) {
    .our-process .sidecontent h2{
        margin-block: 10px;
        line-height: 1.1;
    }
    .verticle-flex p {
        font-size: 16px;
        line-height: 26px;
    }
    .verticle-flex .bulnumber{ top: 8px;}

    .innerpage .videoFrame h2 {
        margin-block-end: 0px;
    }
    .services-grid p {
        line-height: 1.5;
    }
    .sidecontent .downloadss h2 {
        line-height: 34px;
    }
    .blog-grid.services-grid h2 {
        font-size: 22px;
    }
    .blog-grid.services-grid h4 {
font-size: 18px;
    }

    /* services details page details */
.grid-container {
    /* Space between grid items */
    margin-top:0px;
  }
  .grid-container div{
 padding: 10px 10px;
  }
  .grid-container div p {
    line-height: 1.2;
    font-size: 14px;
}

  .grid-container div h4{
font-size: 14px;
  }
  
  .grid-container div img{ max-width:70px; width: 100%;}
  .grid-container div h4{
   font-weight: 600;
  }
  .box1 {
    grid-column: span 2; /* Spans 2 columns (2fr) */
  }

  .box2 {
    grid-column: span 4; /* Spans 3 columns (3fr) */
  }
  
  .box3 {
    grid-column: span 6; /* Spans 3 columns (3fr) */
  }

  .grid-container div:nth-child(1){
    grid-column: 6 span;
  }
 .grid-container div:nth-child(2){
    grid-column: 6 span;
  }

/* -------------- */

    .questions {
        padding-top: 30px;
        margin-top: 30px;
    }

   .cleartbpad{
    padding: 0px 15px !important;
   }
    .pdtop-10{
        padding-top: 20px;
        padding-bottom: 20px;
    }
  
    .divider {
        margin-block: 30px;
    }
    
    .casestudy-sec .casestudy{
        padding: 10px;
        padding-bottom: 0px;
    }
    .casestudy-sec .casestudy p{margin-block-end: 0px;}
    .cta h1 {
        font-size: 8vw;
    }
    .responsive-text {
        font-size:8vw;
    }
    .casestudy-sec h1 {
        font-size: 7vw;
    }
    .banner p {
        font-size: 18px;
        line-height: 28px;
    }
    .innerpage .videoFrame p span {
        font-size: 20px;
        font-weight:300;
    }
    .innerpage .videoFrame .playButton {
        padding: 40px 0px;
    }

    .internationalss {
        margin-top: 30px;
        padding-top:30px;
        border-top: 1px solid #00000017;
    }
    .country-logo img {
        width: 60px;
    }

    body {
        font-size: 16px;
    }
    .form-group label {
        margin-right: 0px;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0px;
    }
    .unlock {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
    }
    .casestudy br{
        display: none;
    }

    .hoverer{font-size:18px; }
    .casestudy .lebutton .link i {
        font-size: 30px;
    }
    .link2x i {
        font-size: 30px;
    }
    .navsocial{
        margin-top: 10px;
    }
    h1.scrollHeading em {
        margin-right: 12px;
    }
    .navsocial a {
        font-size: 18px;
        line-height: 27px;
    }
    .navphone a {
        margin-top: 15px;
        font-size: 18px;
        line-height: 27px;
    }

    .navigation a {
        font-size: 30px;
line-height: 30px;
        font-weight: 200;
        margin-bottom: 2px;
    }
    .active .navigation a{
        letter-spacing: 0px;
    }
    .navigation li{
        margin: 5px 0px;
    }

    .container {
        width: calc(100% - 20px);
    }
    .team .container {
        width: calc(100% - 0px);
    }
    .address p {
        margin-top: 20px;
        max-width: unset;
    }
    h1 {
        font-size:7vw;
    }
    h2{
        font-size: 24px;
    }
    .hoverer a {
        line-height:36px;
    }
    .banner-text span {
        margin-top: 10px;
        margin-left: 0px;
    }
    .banner-text span, .banner-text .b{
        font-size: 16px; letter-spacing: 0;
    }
    .banner-text .b {margin-top: 0px; margin-left: 0px; margin-bottom: 0px;}
    h2.scrollHeading em{
        margin-right:8px;
    }
    .scroll-top-btn {
        bottom: 15px;
        right: 15px;
        font-size: 13px;
        height: 40px;
        font-weight: 800;
        width: 40px;
    }
    .casestudy p span {
        display: inline-block;
        line-height: 30px;
    }
    .bigul.contactinfo{
        padding-top: 30px;
        margin-top: 30px;
    }
}

/* 575px */
@media only screen and (max-width: 575px) {
    .teamflex div{ max-width: 153px;}

    #apply-form .formframe {
        margin-top: 20px;
    }
    .form-group {
        padding: 8px 0px;
       flex-direction: column;
       align-items: normal;
    }
    .form-group label{
        text-align: left;
    }
    .form-group input, .form-group textarea, .form-group select {

        border: 1px solid var(--pro-color-d-light);
        font-size: 16px;
        padding-left: 5px;
        height: 30px;
margin-top: 5px;
    }

    h1.tc {
        text-align: center;
        font-weight: 200;
    }

    .bigul.contactinfo .jobumber h2 a {
        font-size: 18px;
        line-height: 30px;
        padding-left: 8px;
        letter-spacing: 0px;
    }
    .jobumber::marker{ font-size: 8vw; font-weight: 300;}
    .career-con h1 {
        font-size: 8vw;
        font-weight: 200;
    }
    .bigul {
        margin-top: 0px;
        padding-left: 25px;
    }

    .grid-container div h3 {
        font-size: 16px;
    }

    h1.whitepaper-hd{
        font-size: 24px;
        letter-spacing: 0px;
    }
    .filterbtn{
        font-size: 16px;
    }
    .filterbtn i{
        font-size: 24px;
        margin-right: 10px;
    }
    .whitepaper .filterbtn {
   
        margin-top: 20px;
   
    }
    .casestudy-sec h1 {
        font-size: 7.5vw;
        font-weight: 200;
    }
    h1.scrollHeading em {
        margin-right: 6px;
    }
    .unlock {
        font-size:16px;
        line-height: 24px;
    }
    .innerpage h2 span {
        font-size:27px;
        letter-spacing: 0px;
    }
    .teampages.innerpage .videoFrame .playButton {
        min-height: 200px;
    }
    h3.headings {
        font-size: 30px;
    }

    .banner p {
        font-size: 16px;
        line-height: 25px;
    }
    .innerpage .videoFrame p span {
        font-size: 18px;
        font-weight: 500;
    }


    h1 {
        font-size: 9vw;
    }
}