* {
  box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerLight.eot');
    src: url('../fonts/GilmerLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GilmerLight.woff2') format('woff2'),
        url('../fonts/GilmerLight.woff') format('woff'),
        url('../fonts/GilmerLight.ttf') format('truetype'),
        url('../fonts/GilmerLight.svg#GilmerLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerHeavy.eot');
    src: url('../fonts/GilmerHeavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GilmerHeavy.woff2') format('woff2'),
        url('../fonts/GilmerHeavy.woff') format('woff'),
        url('../fonts/GilmerHeavy.ttf') format('truetype'),
        url('../fonts/GilmerHeavy.svg#GilmerHeavy') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerMedium.eot');
    src: url('../fonts/GilmerMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GilmerMedium.woff2') format('woff2'),
        url('../fonts/GilmerMedium.woff') format('woff'),
        url('../fonts/GilmerMedium.ttf') format('truetype'),
        url('../fonts/GilmerMedium.svg#GilmerMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerBold.eot');
    src: url('../fonts/GilmerBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GilmerBold.woff2') format('woff2'),
        url('../fonts/GilmerBold.woff') format('woff'),
        url('../fonts/GilmerBold.ttf') format('truetype'),
        url('../fonts/GilmerBold.svg#GilmerBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerRegular.eot');
    src: url('../fonts/GilmerRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GilmerRegular.woff2') format('woff2'),
        url('../fonts/GilmerRegular.woff') format('woff'),
        url('../fonts/GilmerRegular.ttf') format('truetype'),
        url('../fonts/GilmerRegular.svg#GilmerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.right_btn_home {
  position: fixed;
  right: 0;
  z-index: 99999;
  top: 38%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
a,a:hover {
  text-decoration: none !important;
}
.container {
  max-width: 1352px !important;
  margin: 0 auto;
}
.newform input::placeholder {
    color: #ffffff80 !important;
}
header .container,
.about-custom-app .container,
.main_banner .container {
  max-width: 1407px !important;
}
.min-container{
  max-width: 1296px;
  margin: 0 auto;
}
body{
   font-family: 'Gilmer';
   font-size: 18px;
   line-height: 1.3;
   overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
   font-family: 'Gilmer';
}
img {
  max-width: 100%;
  height: auto;
}
.similarHead.h2 {
  color: #222;
  font-size: 50px;
  font-style: normal;
  line-height: 1.3;
  font-weight: 700;
}
/*==================================================
    Popup
=================================================== */
  /* Overlay */
    #popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.68);
        display: none;
        z-index: 999;
    }

    /* Popup styling */
        #popup {
            position: fixed;
            bottom: -160%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1000;
            display: none;
            background-image: url(../img/popup/Popup.webp);

            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            padding: 80px 40px 18px 40px;
            border-radius: 20px;
            width: 1126px;
            top: 0;
            margin: auto;
            height: 620px;
        }

    /* Close button */
    .popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      width: 60px !important;
      content: "";
      display: block;
      height: 60px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat !important;
    }
    .pop_uprow {
      display: flex;
      align-items: center;
    }
    .pop_col_45 {
        max-width: 45%;
        padding: 0 30px 0 0px;
    }
    
    .pop_col_45 img.branexLogo {
        position: absolute;
        top: 30px;
        left: 40px;
        width: 160px;
    }
    
    .pop_col_55 {
        padding: 0 15px;
        max-width: 55%;
    }
    .formpop_wrapper strong {
        color: #F8B418;
        font-size: 23px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 5px !important;
        display: block !important;
    }
    .formpop_wrapper p {
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 500;
      text-transform: capitalize;
        margin-bottom: 20px;
    }
    .formpop_wrapper p span {
      color: #F8B418;
      font-size: 24px;
      font-weight: 900;
    }
    .formpop_wrapper ul li {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: color 0.3s;
        list-style: none;
        display: flex;
        align-items: center;
    }
    .formpop_wrapper ul {
      padding-left: 0 !important;
      display: flex;
      margin-bottom: 20px;
    }
    .formpop_wrapper ul li img {
      margin-right: 7px;
      width: 15px;
    }
    .formpop_wrapper ul li {
      margin-right: 25px;
    }
    .formpop_wrapper input, 
    .formpop_wrapper textarea  {
        /*background: transparent;*/
        /*color: #fff !important;*/
        /*border: 1px solid #fff;*/
        /*font-family: "Outfit", Sans-serif;*/
        /*width: 100%;*/
        /*height: 45px;*/
        /*margin-bottom: 15px;*/
        /*padding: 0 20px;*/
        /*border-radius: 60px;*/
        /*cursor: pointer;*/
        /*font-size: 0.85rem;*/
        /*font-family: gilmer;*/
        color: #fff !important;
        border: 0;
        width: 100%;
        height: 55px;
        margin-bottom: 15px;
        padding: 0 20px;
        border-radius: 13px;
        cursor: pointer;
        font-size: 0.85rem;
        font-family: gilmer;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(25px);
    }
    
    .formpop_wrapper textarea {
        height: 108px;
        border-radius: 20px;
        padding-top: 15px;
    }
    
    .pop_col_45 img {
        position: relative;
        top: 30px;
    }
    
    .formpop_wrapper input::placeholder, .formpop_wrapper textarea::placeholder {
      color: #fff !important;
      opacity: 1;
      letter-spacing: 0;
      text-transform: capitalize;
      opacity: 1 !important;
      font-size: 0.85rem;
      font-family: gilmer;
    }
    .csBtn.PopupBtn {
      color: #fff !important;
      height: 45px;
      border-radius: 60px;
      cursor: pointer;
      background: #C42626;
      max-width: 150px;
      font-size: 15px;
      height: 45px !important;
      padding: 0 !important;
    }
    .formpop_wrapper form {
      max-width: 86%;
    }
    .csBtn.PopupBtn:hover{
        opacity: 0.7;
    }
/*==================================================
    header
=================================================== */
header{
  padding-top: 30px;
  width: 100%;
  position: absolute;
}
.header--rightcol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .row {
  align-items: center;
}
.header--contctdetails > a img {
  margin-right: 13px;
}
.header--contctdetails {
  display: flex;
}
.header--contctdetails > a{
  margin-right: 45px;
}
.header--contctdetails a{
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
button.csBtn,
a.csBtn{
  width: 240.932px;
  height: 58px;
  border-radius: 29px;
  background: #BD2020;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFF;
  border: 0;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.7s ease;
  line-height: normal;
}
.csBtn img {
  position: absolute;
  right: 50%;
  margin: 0 auto;
 transition: all 0.7s ease;
  opacity: 0;
}
.csBtn:hover img {
  opacity: 1;
  right: 10px;
}
.csBtn span {
  transition: all 0.7s ease;
  position: relative;
  left: 0px;
}
.csBtn:hover span{
  left: -20px;
}

/*==================================================
    Banner
=================================================== */

.main_banner{
  background: url('../img/banner.webp');
  color: #fff;
  background-size: cover;
  background-position: center center;
  height: 1050px;
  overflow-x: hidden;
  padding-top: 5vh;
  padding-top: 170px;
}
/* @media only screen and (max-width: 1920px){
  .main_banner{
    height: 100vh;
   } 
} */
.main_banner .row {
  align-items: center;
}
.main_banner .h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.26;
  margin-bottom: 22px;
}
#contact-us .h2 {
  font-size: 22px;
  color: #D03D3D;
  font-weight: bold;
}
.main_banner p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
.right_banner_flex img {
  max-width: 114%;
   animation: moveUpDown 3s ease-in-out infinite; /* 2s is the duration for the complete movement */
}
.main_banner ul {
  padding-left: 0;
  display: flex;
  list-style: none;
  font-family: "Gilmer";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  margin: 30px 0;
}
.main_banner ul li {
  display: flex;
  align-items: center;
  color: #1999B5;
}
.main_banner ul li::after {
  border-right: 1px dashed #BDBAD8;
  content: " ";
  width: 1px;
  height: 16px;
  display: inline-block;
  margin: 0 16px;
}
.main_banner ul li:last-child::after{
  display: none;
}
.main_banner ul li:first-child{
  color: #1999B5;
}
.main_banner ul li:nth-child(2){
  color: #1999B5;
}
.main_banner ul li:nth-child(3){
  color: #1999B5;
}
.main_banner ul li:last-child{
  color: #1999B5;
}

.form--wrapper-cs input, .form--wrapper-cs textarea {
  color: #FFF;
  font-family: "Gilmer";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #FFF;
  height: 58px;
  background: transparent !important;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  margin-bottom: 20px;
}
.frm_row input {
  width: 50%;
}
.form--wrapper-cs input:focus,
.form--wrapper-cs input:active,
.form--wrapper-cs input:visited,
.form--wrapper-cs textarea:focus,
.form--wrapper-cs textarea:active,
.form--wrapper-cs textarea:visited {
    outline: 0;
    box-shadow: none; /* Optional: Also removes any shadow highlight */
}

.frm_row {
  display: flex;
  gap: 20px;
}
.banner_heading p {
  color: #FFF;
  font-family: "Gilmer";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.banner_heading span {
  color: #FFF;
  font-family: "Gilmer";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  line-height: 1.2;
}
.form--wrapper-cs {
/*   background: rgba(255, 255, 255, 0.10); */
/*   backdrop-filter: blur(82.19999694824219px); */
/*   border-radius: 31px; */
}
.form--wrapper-cs{
  position: relative;
}
.form--wrapper-cs form {
  padding: 0 27px 20px 27px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.form--wrapper-cs > img {
  width: 102%;
  max-width: 102%;
}
.pstabs {
  display: inline-block;
  position: absolute;
  padding: 12px 26px;
  left: 0;
}
.banner_heading {
  position: relative;
}
.banner_heading {
  position: relative;
  margin-bottom: -57px;
}
/* .ellipse{
  background: #D03D3D;
  opacity: 0.1;
  mix-blend-mode: hard-light;
  filter: blur(161.35000610351562px);
  width: 706.237px;
  height: 673.044px;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.ellipse.light.blue{
    animation: moveLeftToRight 10s linear infinite;
  transition: transform 0.3s ease;
}
.ellipse.dark.blue{
  animation: moveRightToLeft 10s linear infinite;
}

@keyframes moveLeftToRight {
  0% {transform:translateX(0px) translateY(-200px);}
  50% {transform:translateX(1600px) translateY(200px);}
  100% {transform:translateX(0px) translateY(-200px);}
}


@keyframes moveRightToLeft {
  0% {transform:translateY(-200px) translateX(1600px);}
  50% {transform:translateY(1000px) translateX(-1000px);}
  100% {transform:translateY(-200px) translateX(1600px);}
} */

/*==================================================
    Counter
=================================================== */
.afterbanner--bg{
  padding-top: 98px;
  background-image: url('../img/afterbanner-bg.jpg');
  background-size: cover;
  background-position: center;
  padding-bottom: 269px;
}
.count-container{
  max-width: 1274px;
  margin: 0 auto;
}
.count-container .row {
  margin: 0;
}
.count_wrapper strong {
  color: #222;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  display: block;
  margin-bottom: 0px;
}
.count_wrapper p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 0px;
}
.word_count .col-md-3 {
  padding: 0;
}

.count_wrapper {
  display: flex;
    align-items: center;
}
.count_wrapper img {
  margin-right: 10px;
}
.banner_heading svg {
  max-width: 312px;
}
/*==================================================
    AWARDS SLIDER
=================================================== */
.awards_slider .h2 {
  color: #222;
  text-align: center;
  
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
    margin-bottom: 62px;
}
.awards_slider{
  padding-top: 120px;
  padding-bottom: 120px;

}
.awds--slide img {
  height: 84px;
  object-fit: contain;
}
.awds--slide {
  border-right: 1px solid #e6e6e6;
  padding: 20px 65px;
}
.award-container {
  max-width: 1480px;
  margin: 0 auto;
}
.aw-slider_wrapper.slick-initialized.slick-slider {
  position: relative;
}
.aw-slider_wrapper::before {
  content: "";
  background: #fff;
  width: 300px;
  position: absolute;
  z-index: 9;
  display: block;
  filter: blur(30.3px);
  left: -122px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 200px;
}
.aw-slider_wrapper::after {
  content: "";
  background: #fff;
  width: 300px;
  position: absolute;
  z-index: 9;
  display: block;
  filter: blur(30.3px);
  right: -122px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 200px;
}
.aw-slider_wrapper {
    overflow: hidden;
  }
/*==================================================
    About Branex
=================================================== */
.abcs-app-content .h2 {
  margin-bottom: 34px;
}
.abcs-app-content p {
  margin-bottom: 30px;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.abcs-app-content p strong {
  color: #D03D3D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.abcs-app-content ul {
  list-style: none;
  padding-left: 0;
}
.abcs-app-content ul li img{
  margin-right: 10px;
}
.abcs-app-content ul li {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#about-custom-app .row {
  align-items: center;
}
#about-custom-app .abv {
  max-width: 110%;
  margin-left: -10%;
  animation: moveUpDown 3s ease-in-out infinite; /* 2s is the duration for the complete movement */
}
/* Define the keyframes for the up-and-down movement */
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0); /* Start and end at original position */
  }
  50% {
    transform: translateY(10px); /* Move up 20px */
  }
}
/*==================================================
    CTA
=================================================== */
.cta-container {
  max-width: 84%;
  margin: 0 auto;
  width: 1920px;
  margin-bottom: 0;
  background-image: url("../img/cta-bg.webp");
  background-size: cover;
  border-radius: 25px;
  background-position: center;
}
.cta-2 .cta-container {
  background-image: url("../img/cta-bg-2.webp");
}
.cta .flex {
  display: flex;
  padding-left: 85px;
  align-items: center;
    justify-content: space-between;
    height: 100%;
}
.cta .flex.flex-2 {
  padding: 75px;
  align-items: center;
  justify-content: space-between;
}
.cta .col-md-5 img {
  margin-top: -91px;
}

.csBtn.white{
  background: #fff;
}
.csBtn.white span{
  color: #010101;
}
.csBtn.yellow {
  background: #F8B418;
}
a.csBtn.white{
  width: 329px !important;

}
.cta h2.h2 {
  color: #FFF;
font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0;
}
.cta.cta-3.cta-4 a.csBtn {
  width: auto !important;
}
@media (min-width: 768px) {
  .cta-container .col-md-5 {
    flex: 0 0 auto;
    width: 35.667%;
  }
  .cta-container .col-md-7 {
    flex: 0 0 auto;
    width: 64.333%;
  }
}
.cta {
  position: relative;
}
.ctamgtop-{
  top: -145px;
}
.cta-3 h2.h2 {
  max-width: 50%;
}
.cta.cta-3 p {
  max-width: 50%;
  margin-bottom: 0;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width: 769px){
  .cta.cta-3 .col-md-9 {
    width: 79%;
  }
  .cta.cta-3 .col-md-3 {
    flex: 0 0 auto;
    width: 21%;
  }
}
.cta.cta-3 .row {
  align-items: center;
}
.cta-4.cta-3 h2.h2{
  max-width: 100%;
}
.cta-3.cta-4 {
  padding: 65px 0;
}
/*==================================================
    Services
=================================================== */
#top-notch {
  background-image: url('../img/services-bg-op.jpg');
  background-size: cover;
  background-position: top center;
  background-color: #17182d;
  color: white;
  padding-bottom: 141px;
}
#top-notch .similarHead.h2 {
  color: #fff !important;
  margin-bottom: 46px;
}
.ser_wrapper{
  overflow-x: hidden;
}
.ser_wrapper > img {
  margin-bottom: 38px;
  filter: brightness(1000%) saturate(0%) contrast(155%);
  transition: .1s;
}
.ser_wrapper .h3 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
}
.ser_wrapper a {
  transition: .5s;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 39px;
  margin-bottom: 33px;
  display: inline-block;
  margin-left: -118px;
  position: relative;
  z-index: 999;
  display: flex;
}
.ser_wrapper a span{
  opacity: 0;
}
.ser_wrapper a img {
  margin-left: 27px;
  transition: all 0.7s ease;
}
.ser_wrapper p {
  color: #FFF;
  font-family: "Gilmer";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}
.ser_wrapper {
  border-right: 1px dashed #424E93;
}
#top-notch .min-container .col-lg-3, #top-notch .min-container .row {
  padding: 0;
  margin: 0;
}
.ser_wrapper {
  border-right: 1px dashed #424E93;
  padding: 30px 40px 30px 35px;
}
.ser_wrapper:hover > img {
  filter: none;
}
.ser_wrapper:hover a span{
  opacity: 1;
  transition: 0.5s;
  color: #ff5e00;
}
.ser_wrapper:hover a {
  margin-left: 0;
}
.ser_wrapper:hover a img{
  transform: rotate(180deg);
}
.ser_wrapper{
  position: relative;
}
.ser_wrapper::after {
  content: "";
  display: block;
  width: 311px;
  height: 318px;
  background: url(../img/branex-shades.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -32px;
  position: absolute;
  right: -311px;
  transition: 0.7s;
}
.ser_wrapper:hover::after{
  right: 0px;
} 
/*==================================================
    Industries
=================================================== */
#industries{
  padding: 90px 0;
  background: #F3F3F3 url('../img/industries/industries-bg.webp') no-repeat center center;
  background-size: cover;

}
#industries h2 {
  margin-bottom: 0;
}
#industries button {
  background: transparent !important;
  border: 0;
  outline: 0;
}
.industries-box span {
  border-radius: 10px;
  background: linear-gradient(90deg, #4D4D4D 0%, #969696 50.01%, #4D4D4D 100%);
  backdrop-filter: blur(38.5px);
  color: #FFF;
  text-align: center;
  font-family: "Gilmer";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2 !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  bottom: 22px;
  left: 19px;
  right: 19px;
}
.industries-box{
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #BD2020 0%, #4B0000 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-top: 50px;
}
.industries-box.bx-1{
  background: linear-gradient(180deg, #6F4F38 0%, #301400 100%);
}
.industries-box.bx-2 {
  background: linear-gradient(180deg, #00C225 0%, #00330A 100%);
}

.industries-box.bx-3{
  background: linear-gradient(180deg, #02BCF1 0%, #003044 100%);
}

.industries-box.bx-4{
  background: linear-gradient(180deg, #B400DD 0%, #290032 100%);
}

.industries-box.bx-5{
  background: linear-gradient(180deg, #02BCF1 0%, #003044 100%);
}

.industries-box.bx-6{
  background: linear-gradient(180deg, #E06C39 0%, #381100 100%);
}

.industries-box.bx-7{
  background: linear-gradient(180deg, #747474 0%, #141414 100%);
}
.industries-box img {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  transition: 1s ease;
  position: relative;
  top: 0;
}
.industries-box:hover img {
  transform: scale(1.3);
  bottom: 0 !important;
  top: -50px;
}
.industries--slide {
  padding: 0 12px;
}
.industries_slider {
  margin-left: -12px;
  margin-right: -12px;
}
#industries .testi-head{
  margin-bottom: 0 !important;
}
.industries_slider .slick-list {
  padding-top: 60px;
}
/* ================================================
            CTA 3
===================================================*/
.cta-3{
  background-image: url('../img/cta-bg-2.webp');
  background-size: cover;
}
.cta-3.cta-4 {
  background-image: url('../img/cta-4.webp');
}
.cta-5{
  padding: 72px 0;
  background-image: url('../img/cta-5.jpg');
  background-size: cover;
}
.cta-3 .flex {
  padding-left: 0 !important;
  color: #fff !important;
}
.csBtn.white-2{
  background: #fff;
}
.csBtn.white-2 span{
  color: #1D1D1D;
}
.cta-3{
  padding: 90px 0;
}
#process .similarHead.h2 {
  margin-bottom: 95px;
}
.cta.cta-5 h2.h2{
  max-width: 100%;
}
.Newsletter p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
.newform input {
  background: transparent !important;
  border-radius: 10px;
  border: 1px solid #FFF;
}
.newform input:focus,
.newform input:active,
.newform input:visited,
.newform textarea:focus,
.newform textarea:active,
.newform textarea:visited {
    outline: 0;
    box-shadow: none; /* Optional: Also removes any shadow highlight */
}

.newform form {
  display: flex;
}
.newform form .csBtn {
  border-radius: 29px !important;
  background: #FFF !important;
  color: #333 !important;
  width: 158px !important;
  margin-left: 30px !important;
}
.newform input {
  background: transparent !important;
  border-radius: 10px;
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #FFFFFF52;
  border-radius: 0;
  width: 70%;
}
.cta.cta-5 .row {
  align-items: center;
}
/*==================================================
    Process
=================================================== */
#process{
  padding-top: 100px;
  padding-bottom: 45px;
}
.flex_pr--top {
  display: flex;
  align-items: center;
}
#process ul {
  list-style: none !important;
  padding: 0;
  margin-bottom: 0 !important;
  position: relative;
}
.process-lft-col-st.process-col-st ul {
  padding-left: 64px !important;
}

.process-side-img img.active {
  opacity: 1;
/*   transform: scaleX(1) skew(0deg, 0deg); */
  transition: all .5s;
}
.process-lft-col-st li{
  position: relative;
  margin-bottom: 68px;
}
.process-lft-col-st li::before {
  content: '';
  background: #FFECEC;
  position: absolute;
  left: -64px;
  top: 5px;
  width: 19px;
  height: 19px;
  border-radius: 60%;
}
.process-lft-col-st ul::before {
  content: '';
  background: #FFECEC;
  position: absolute;
  left: 8px;
  top: 0;
  width: 3px;
  height: 99%;
  bottom: 0;
  margin: auto;
}
.process-side-img{
  position: relative;
}
.process-lft-col-st li span {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 8px;
}
.process-lft-col-st li .h3 {
  margin-bottom: 0;
  color: #222;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
}
.cout_p {
  margin-right: 27px;
/*   width: 57px; */
}
.process-lft-col-st li .para {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 1.7;
}
.process-lft-col-st li:last-child {
  margin-bottom: 0 !important;
}

.cs_techn_tabs__presentation-slider {
  position:absolute !important;
  bottom:0 !important;
  top: 0 !important;
  left:0 !important;
  background-color:#1c8a82;
  transform-origin:0 0;
  transition: top .4s;
}
.cs_techn_tabs__presentation-slider::before {
  background: #BD2020 !important;
  left: 0 !important;
}
.process-lft-col-st ul li:nth-child(2).active ~ .cs_techn_tabs__presentation-slider {
  top: 27.2% !important;
}
.process-lft-col-st ul li:nth-child(3).active~.cs_techn_tabs__presentation-slider {
/*   transform:translateY(20%) scaleY(.2); */
  top: 54.2% !important;
}
.process-lft-col-st ul li:nth-child(4).active~.cs_techn_tabs__presentation-slider {
/*   transform:translateY(40%) scaleY(.2); */
  top: 81.3% !important;
}
#process .process-rt-col-st ul{
    height: 100%;
}
.process-img-li-st {
  height: 100%;
}
.process-side-img {
  position: relative;
  min-height: 100%;
}
.process-side-img img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 110%;
  max-width: 110%;
  margin: auto;
  bottom: 0;
  margin-left: 50px;
}
/*==================================================
    Portfolio
=================================================== */
.pr-subheading {
  color: #222;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: 12px;
}
.portfolio .h2 {
  text-align: center;
  margin-bottom: 109px;
}
.portfolio {
  background-image: url('../img/portfoli-bg.webp');
  background-position: top center;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 150px;
}
.prg--slide h3 {
  color: #222;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 32px;
}
.prg--slide > p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 26px;
  line-height: 1.7;
}
.prg--slide .h4 {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-top: 38px;
  margin-bottom: 28px;
  line-height: 1;
}
.technologies_div > div {
  text-align: center;
  margin-right: 40px;
  margin-bottom: 30px;
}
.technologies_div p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.491px;
  margin-bottom: 0;
}
.technologies_div div img {
  margin-bottom: 15px;
}
.technologies_div {
  display: flex;
  flex-wrap: wrap;
}
.slick_cs_arrow button {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  margin-right: 15px;
}
.slick_cs_arrow {
  margin-top: 10px;
}
.portfolio .row {
  align-items: center;
}
.portfolio-left{
  position: relative;
 }
 .portfolio-left > img {
  position: absolute;
  z-index: 999;
  left: -45px;
  right: 0;
  margin: auto;
  top: -8px;
}


/*==================================================
    Testimonials
=================================================== */
#testimonial {
  background: url('../img/testimobial_bg.webp');
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
}
.testomonials_head {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.testi-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
.slick_ts_arrow button {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin-left: 10px;
}
.slick_ts_arrow {
  margin-bottom: 10px;
}
.testomonials_head::after {
  content: "";
  width: 103px;
  height: 84px;
  background: url('../img/qoute.png');
  display: block;
  position: absolute;
  right: -55px;
   z-index: -1;
  bottom: 13px;
}
.slide_content {
  color: #fff;
  height: 100%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(29.950000762939453px);
  padding: 45px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slide_content img {
  margin-bottom: 28px;
}
.cnt_tst {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}
.slide_content strong {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  display: block;
  margin-bottom: 8px;
}
.slide_content span {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px; /* 150% */
}
.testimonial_slider .testimonial--slide {
    display: flex;
    flex-direction: column; /* Ensures content inside aligns vertically */
    justify-content: stretch; /* Ensures the child content takes full height */
    height: 100%; /* Makes all slides the same height */
    margin-right: 35px; /* Adds 35px space between slides */
}
.testimonial_slider .slick-slide {
    height: auto !important; /* Ensures auto height for all slides */
}
.testimonial_slider .slick-track {
    display: flex !important; /* Ensures the slides take equal height */
}
.testimonial_slider .slick-slide:last-child {
    margin-right: 0; /* Removes the extra margin on the last slide */
}
/*==================================================
    FAQS
=================================================== */
#faq{
  background: url('../img/faq_bg.webp');
  background-size: cover;
  background-position: center center;
  padding-top: 90px;
  padding-bottom: 129px;
}
#faq .accordion-button:focus{
  box-shadow: none !important;
}
#faq button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}
.accordion-item{
  background: transparent;
}
#faq .accordion-button.collapsed {
  border: 1px solid #E1E1E1;
  background: transparent !important;
  color: #191919 !important;
}
#faq .accordion-button {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  padding: 17px 20px 17px 20px !important;
  border-radius: 5px;
  background: #D03D3D !important;
  color: #fff !important;
}
#faq .accordion-item {
  border: 0 !important;
  margin-bottom: 35px;
}
#faq .accordion-body {
  color: #808285;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  padding: 25px 25px 0px 40px;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(100);
  margin-left: 20px;
}
.accordion-button::after {
  margin-left: auto !important;
}
.accordion {
  counter-reset: section; /* Initialize the counter */
}
.accordion-button::before {
  counter-increment: section; /* Increment the counter */
  content: counter(section) ". "; /* Display the counter value followed by a dot */
  margin-right: 19px;
}
#faq .accordion-button {
  display: flex;
  align-items: first baseline;
}
@media (min-width: 768px) {
  #faq .col-md-8 {
    flex: 0 0 auto;
    width: 62.667%;
  }
  #faq .col-md-4 {
    flex: 0 0 auto;
    width: 37.333%;
  }
}
#faq .h2 {
    margin-bottom: 60px;
}
#faq span {
  color: #D03D3D;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
#faq span::before {
  content: "";
  width: 35px;
  height: 2px;
  background: #D03D3D;
  display: block;
  margin-right: 20px !important;
}
#faq .accordion-body p {
  margin-bottom: 30px;
}
#faq .accordion-body p:last-child {
  margin-bottom: 0 !important;
}
.img-center {
  text-align: center;
}
.img-center img {
  position: sticky;
  top: 200px;
}

/*==================================================
    footer
=================================================== */
footer {
  padding-top: 70px;
  background-image: url(../img/footerbg.webp);
  color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-color: #181c41;
}
.copyright_row p{
  margin-bottom: 0;
}

.second-row .container {
  border-bottom: 1px solid #3A3A3A;
  padding-bottom: 36px;
}
.copyright_row p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  padding: 23px;
  text-align: center;
}
.second-row img {
  margin-bottom: 41px;
}
.col-md-3.foot-1 p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
footer .head {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 34px;
  margin-top: 39px;
  display: block;
}
footer ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
}
.f-head {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.3;
}
.foot-4 p, .foot-4 a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 1.7;
}

@keyframes scaleBounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.main_banner--form.scale-bounce {
  animation: scaleBounce 0.5s ease-out;
}

/* ######################################################### */
                    /* MEDIA QUERY */
/* ######################################################### */

@media only screen and (max-width: 1680px){
  .cta h2.h2 {
    font-size: 38px;
    line-height: 1.4;
  }
  
 .formpop_wrapper ul li{
       font-size: 16px;
 }
#popup {
    padding: 50px 40px 18px 40px;
    width: 1000px;
    height: 570px;
}
.pop_col_45 img.branexLogo {
    width: 130px;
}
  
  
}
@media only screen and (max-width: 1600px){
   
  header .container, .about-custom-app .container, .main_banner .container{
    max-width: 1100px !important;
  }
  .container{
    max-width: 1100px !important;
  }
  .main_banner .h1 {
        font-size: 39px;
  }
  #contact-us .h2 {
      font-size: 17px;
      color: #D03D3D;
      font-weight: bold;
    }
  .logo_wrapper img {
    max-width: 188px;
  }
    .header--contctdetails > a {
    margin-right: 37px !important;
  }
   .header--contctdetails a {
    font-size: 13px;
  }

   .header--contctdetails > a img {
    max-width: 40px;
    margin-right: 9px;
  }
  a.csBtn {
    width: 196.02px;
    height: 45px;
    font-size: 13.83px;
  }
  header {
    padding-top: 23px;
  }
    .count_wrapper strong {
    font-size: 40.68px;
    margin-bottom: 0px;
  }
  .count_wrapper p {
    font-size: 14px;
  }
  .count_wrapper img {
    width: 58px;
  }
  .awards_slider .h2 {
    font-size: 34.17px;
    margin-bottom: 50.44px;
  }
  .awards_slider {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .awds--slide {
    border-right: 1px solid #e6e6e6;
    padding: 16px 52px;
  }
  .awds--slide img {
    height: 68px;
    object-fit: contain;
  }
  .similarHead.h2{
    font-size: 40.68px;
  }
   .main_banner p {
    font-size: 15px;
  }
  .main_banner ul {
    font-size: 12px;
  }
   .right_btn_home {
    width: 47px;
  }
  .banner_heading svg {
    max-width: 242px;
    height: auto;
    width: 100%;
  }
  .pstabs {
    padding: 9px 20px;
  }
  .banner_heading {
    margin-bottom: -44px;
  }
  .banner_heading span{
      font-size: 9px;
  }
   .banner_heading p {
    font-size: 17px;
    line-height: 0.9;
  }
  .form--wrapper-cs input, .form--wrapper-cs textarea{
      height: 45px;
      margin-bottom: 15.64px;
      padding: 0 17px;
      font-size: 11px;
  }
   button.csBtn {
    width: 196.02px !important;
    height: 45px !important;
    font-size: 13.83px !important;
  }
  .form--wrapper-cs form {
    padding: 0 21px 15px 21px;
  }
  .main_banner {
    height: 820.90px;
    padding-top: 132px;
  }
  .right_banner_flex img {
    max-width: 110%;
  }
  .afterbanner--bg {
    padding-top: 76.62px;
    background-image: url('../img/afterbanner-bg.webp');
    padding-bottom: 210.31px;
  }
  .abcs-app-content .h2 {
    margin-bottom: 26.58px;
  }
  .abcs-app-content p {
    margin-bottom: 23px;
    font-size: 14px;
  }
  .abcs-app-content p strong {
    font-size: 15.64px;
  }
  .abcs-app-content ul li {
    font-size: 14.07px;
    margin-bottom: 11.73px;
  }
  .abcs-app-content ul li img {
    width: 15px;
  }
  .count-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .cta .flex {
    padding-left: 66.45px;
  }
   .cta h2.h2 {
    font-size: 27px;
  }
  a.csBtn.white {
    width: 257.21px !important;
  }
  .csBtn img {
    width: 25px;
  }
  .cta .col-md-5 img {
    max-width: 343px !important;
    margin-top: -70px;
  }
  .ctamgtop- {
    top: -113.36px;
  }
  .cta-container{
    border-radius: 19.55px;
  }
/* -- */
  .min-container {
    max-width: 950px;
    margin: 0 auto;
  }
  .form--wrapper-cs > img {
    width: 101%;
    max-width: 101%;
  }
  .min-container .similarHead.h2 {
    font-size: 36.65px;
  }
  .ser_wrapper {
    padding: 21.99px 29.32px 21.99px 25.66px;
  }
  .ser_wrapper > img {
    height: 44px;
    margin-bottom: 27.85px;
  }
  .ser_wrapper .h3 {
    font-size: 16.13px;
  }
  .ser_wrapper a {
    font-size: 13px;
    margin-top: 28.59px;
    margin-bottom: 24.19px;
    margin-left: -86.50px;
    display: flex;
  }
  .ser_wrapper a img {
    width: 22px !important;
    margin-left: 19px;
  }
  .ser_wrapper p {
    font-size: 13px;
  }
  .ser_wrapper::after {
    width: 227.97px;
    height: 233.10px;
    top: -23.46px;
    right: -227.97px;
    transition: 0.7s;
  }
  #top-notch{
    padding-bottom: 103px;
  }
  #industries {
    padding: 65.97px 0;
  }
  .slick_ind_arrow img {
    width: 42.52px;
  }
  .industries-box span{
    border-radius: 7.33px;
    font-size: 13.19px;
    height: 36.65px;
    bottom: 16.13px;
    left: 13.93px;
    right: 13.93px;
  }
  .industries--slide {
    padding: 0 8px;
  }
  .industries-box:hover img {
    top: -36.65px;
  }
  .cta.cta-3 p {
    font-size: 14.66px;
  }
  .cta-3 {
    padding: 65.97px 0;
  }
  .portfolio .h2 {
    margin-bottom: 88px;
  }
  .portfolio {
    padding-top: 85px;
    padding-bottom: 77px;
  }
  .left--slider img {
    max-width: 584px;
  }
  .portfolio-left > img {
    left: -35px;
    top: -6px;
    max-width: 261px;
  }
  .prg--slide h3 {
    font-size: 40px;
    margin-bottom: 26px;
  }
  .prg--slide > p {
    font-size: 13.02px;
    margin-bottom: 21px;
  }
  .prg--slide .h4 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 22px;
  }
  .technologies_div div img {
    margin-bottom: 12px;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
  }
  .technologies_div > div {
    text-align: center;
    margin-right: 31px;
    margin-bottom: 24px;
  }
  .slick_cs_arrow img {
    width: 45px;
  }
  .technologies_div p {
    font-size: 12px;
   }
   #process .container {
    max-width: 1000px !important;
  }
  #process {
    padding-top: 73.96px;
    padding-bottom: 33.28px
  }
  #process .similarHead.h2 {
    margin-bottom: 70.27px;
  }
  .process-lft-col-st li .para {
    font-size: 11.83px;
    margin-top: 22.19px;
  }
  .process-lft-col-st li .h3 {
    font-size: 18.49px;
  }
  .process-lft-col-st li span {
    font-size: 11.83px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .cout_p img {
    height: 51.04px;
    width: auto;
  }
  .process-lft-col-st li::before {
    left: -44.34px;
    top: 0.7px;
    width: 14px;
    height: 14px;
  }
  .process-lft-col-st.process-col-st ul {
    padding-left: 47.34px !important;
  }
  .cs_techn_tabs__presentation-slider::before {
    background: #BD2020 !important;
    left: 3px !important;
    top: 1.7px !important;
  }
  .process-lft-col-st li {
    margin-bottom: 50.30px;
  }
  .process-side-img img {
    width: 108%;
    max-width: 108%;
    margin-left: 0;
  }
  .pr-subheading {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .testomonials_head {
    font-size: 40px;
  }
  .slick_ts_arrow img {
    width: 45px;
  }
  .cnt_tst {
    font-size: 18px;
    margin-bottom: 24.41px;
  }
  .slide_content strong {
    font-size: 16.27px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .slide_content span {
    font-size: 14.64px;
    line-height: 1.3;
  }
  .slide_content {
    border-radius: 16px;
    padding: 36.61px;
    padding-right:  24.41px;
  }
  .slide_content img {
    width: 138px;
    margin-bottom: 20px;
  }
  .second-row img {
    max-width: 185px;
    margin-bottom: 32.54px;
  }
  .col-md-3.foot-1 p {
    font-size: 13.02px;
  }
  footer .head {
    font-size: 16.27px;
    margin-bottom: 27.66px;
        margin-top: 29.73px;
  }
  footer ul li a {
    font-size: 13.02px;
    line-height: 2.5;
  }
  .f-head {
    font-size: 14.64px;
  }
  foot-4 p, .foot-4 a {
    font-size: 13.02px;
  }
  footer {
    padding-top: 73px;
  }
  .first-row .container {
    padding-bottom: 73px;
  }
  .copyright_row p {
    font-size: 12px;
    line-height: 32.54px;
    padding: 18.71px;
  }
  .right_btn_home {
    width: 47px;
  }
  .cta-3.cta-4 {
    padding: 48.08px 0;
  }
  #faq {
    padding-top: 66.57px;
    padding-bottom: 95.41px;
  }
  #faq span {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #faq .h2 {
    margin-bottom: 44.38px;
  }
  #faq .accordion-button {
    font-size: 13.31px;
    padding: 12.57px 14.79px 12.57px 14.79px !important;
    border-radius: 3.70px;
  }
  #faq .accordion-body{
      font-size: 13.31px;
        padding: 18.49px 18.49px 0px 29.59px;
  }
  #faq .accordion-item {
    margin-bottom: 25.89px;
  }
  .cta-5{
    padding: 53.25px 0;
  }
  .Newsletter p{
    font-size: 14.79px;
  }
}
/* -- tablet-- */
@media only screen and (max-width: 1200px) and (min-width: 767px){
  .csBtn:hover img {
    display: none !important;
  }
  .csBtn:hover span {
    left: 0 !important;
  }
  .cta.ctamgtop- .col-md-5 {
    display: none;
  }
  .cta.ctamgtop- .cta-container {
    padding: 45px;
  }
  .cta .flex {
    padding-left: 0 !important;
  }
  .cta.ctamgtop- .cta-container .col-md-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  #about-custom-app .abv {
    max-width: 100%;
    margin-left: 0;
  }
  .cta .col-md-5 img {
    width: 85%;
  }
  .count-container,
  header .container, 
  .about-custom-app .container, 
  .main_banner .container,
  .min-container,
  .container {
    max-width: 95% !important;
    width: 100%;
  }
  .main_banner .h1 {
    font-size: 30px;
  }
  .main_banner ul {
    flex-wrap: wrap;
    margin: 19px 0;
  }
  .main_banner ul li {
    margin-bottom: 10px;
  }
  .count_wrapper p {
    font-size: 11px;
  }
  .count_wrapper img {
    width: 40px;
  }
   .count_wrapper strong {
    font-size: 20px;
  }
  .awards_slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
   .awards_slider .h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .similarHead.h2 {
    font-size: 28px;
  }
  .cta h2.h2 {
    font-size: 26px;
  }
  .cta h2.h2 br{
    display: none;
  }
  .portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }
   .prg--slide h3 {
    font-size: 24px;
  }
  .left--slider img {
    max-width: 100%;
  }
  .portfolio-left > img {
    left: 0;
    top: -6px;
    max-width: 45%;
  }
  .cta.cta-2 {
    margin-top: 50px;
  }
  .cnt--wrapper img {
    width: 82px;
  }
  .pr_cnt.pr-4 {
    margin-bottom: 0;
  }
  #testimonial {
    padding: 40px 0;
  }
  .right_btn_home {
    display: none !important;
  }
  .awards_slider .aw-slider_wrapper {
    overflow-x: hidden;
  }
  .main_banner ul li::after {
    height: 19px;
    margin: 0px 13px;
  }
  .main_banner ul {
    font-size: 15px;
  }
  .main_banner--form {
    background: #ffffff0f;
    padding: 15px;
    border-radius: 18px;
  }
   .banner_heading {
    margin-bottom: 0 !important;
  }
   .pstabs {
    position: static !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
  }
   .banner_heading svg {
    display: none !important;
  }
   .form--wrapper-cs > img {
    display: none !important;
  }
  .form--wrapper-cs form {
    position: static !important;
    padding: 0 !important;
  }
  .right_btn_home {
    display: none;
  }
  .cta.cta-3 .csBtn.white-2 {
    width: 100% !important;
  }
  .process-side-img img {
    width: 100%;
    max-width: 100%;
  }
  .cs_techn_tabs__presentation-slider {
    display: none !important;
  }
  .process-li-st.active::before {
    background: #bd2020 !important;
  }

}

@media only screen and (max-width: 992px){
  .main_banner {
    height: auto;
    padding-bottom: 50px;
  }
    #popup {
        width: 100%;
        max-width: 90%;
        height: auto;
        top: auto;
        padding: 30px;
        margin-bottom: 15vh;
    }
    .formpop_wrapper ul {
        flex-wrap: wrap;
    }
    header .csBtn {
        display: none;
    }
    .header--contctdetails > a:last-child {
        margin-right: 0 !important;
    }
    .formpop_wrapper form {
      max-width: 100% !important;
    }
    .cta.cta-3.cta-4 .col-md-4 {
      padding: 0;
    }
}
@media only screen and (max-width: 800px) and (min-width: 767px){
  .second-row .col-md-3 {
    max-width: 50% !important;
    flex: 0 0 50%;
  }
  .portfolio .row {
    display: block !important;
  }
  .portfolio .row > div {
    width: 100% !important;
  }
}
/* -- mobile --*/
@media only screen and (max-width: 767px){
    .header--contctdetails a:first-child {
      display: none;
    }
   .main_banner .container{
    padding: 0 15px;
  }
  .main_banner {
    height: auto;
    padding-top: 150px;
    padding-bottom: 40px;
  }
  .logo_wrapper img {
    max-width: 150px;
  }
  header a.csBtn {
    display: none;
  }
  .header--contctdetails > a {
    margin-right: 24px !important;
  }
  .header--contctdetails > a:last-child{
    margin-right: 0px !important;
  }
   .main_banner .h1 {
    font-size: 22.82px;
  }
  .brnone {
    display: none;
  }
  .br--display_none {
    display: none;
  }
  .main_banner ul {
    flex-wrap: wrap;
  }
  .main_banner ul li {
    font-size: 10px !important;
  }
  .main_banner ul li::after {
    height: 18px;
    margin: 0 10px;
  }
  .form--wrapper-cs > img {
    display: none !important;
  }
  .main_banner--form {
    background: #ffffff0f;
  }
  .pstabs {
    position: static !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
  }
  .banner_heading svg {
    display: none !important;
  }
  .form--wrapper-cs form {
    position: static !important;
    padding: 0 !important;
  }
  .main_banner--form {
    padding: 15px;
    border-radius: 18px;
  }
  button.csBtn {
    width: 117.02px !important;
    height: 34px !important;
    font-size: 13.83px !important;
  }
  .right_banner_flex {
    margin-top: 25px;
  }
  .banner_heading {
    margin-bottom: 0 !important;
  }
  .word_count {
    margin-top: 0;
    border-radius: 0;
    overflow: hidden;
  }
  .awards_slider {
    padding: 40px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
  }
  .awards_slider .h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .aw-slider_wrapper::after,
  .aw-slider_wrapper::before {
    display: none;
  }
   .awds--slide img {
    height: 50px;
    object-fit: contain;
  }
  .awds--slide {
    border-right: 1px solid #e6e6e6;
    padding: 5px 30px;
  }
 .afterbanner--bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .count-container {
    padding: 0 15px;
  }
  .similarHead.h2 {
    font-size: 25px;
  }
   .min-container .similarHead.h2 {
    font-size: 25px;
  }
  .count_wrapper {
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
  }
  .count_wrapper{
    justify-content: center;
  }
  #about-custom-app .abv {
    max-width: 400px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .cta .flex {
    display: block;
    padding: 0 !important;
  }
  .cta.ctamgtop-{
    display: none;
  }
  .cta.ctamgtop- .col-md-5 {
    display: none;
  }
  .ctamgtop- {
    top: 0;
  }
  
  .cta-container {
    max-width: 100%;
  }
  .cta {
    padding: 0 15px;
  }
  .cta h2.h2 {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .cta .col-md-5 img {
    margin-top: 0 !important;
  }
  .min-container {
    padding: 0 15px;
  }
   .container {
    padding: 0 15px !important;
  }
  #top-notch .similarHead.h2 {
    padding-top: 40px;
    margin-bottom: 28px;
  }
  .ser_wrapper a {
      margin-left: 0;
  }
  .ser_wrapper a span {
    opacity: 1;
    color: #ff5e00;
  }
  #top-notch {
    padding-bottom: 20px;
  }
  #industries .testi-head {
    margin-bottom: 22px !important;
    justify-content: center;
  }
  .industries_slider {
    margin-left: 0;
    margin-right: 0;
  }
  #industries {
    padding: 40px 0;
  }
  .slick_ind_arrow {
    display: none;
  }
  .industries_slider .slick-list {
    padding-top: 0;
  }
  .right_btn_home {
    display: none !important;
  }
  .cta {
    padding: 35px 15px;
  }
  .csBtn.white-2 {
    margin-top: 20px;
  }
  .process-side-img img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .process-rt-col-st.col-sm-6 {
    display: none !important;
  }
  .portfolio {
    padding-top: 0;
  }
   #process .similarHead.h2 {
    margin-bottom: 40px;
  }
   #process {
    padding-top: 40px;
  }
  .cs_techn_tabs__presentation-slider {
    display: none;
  }
  .process-li-st.active::before {
    background: #bd2020 !important;
  }
   .left--slider img {
    max-width: 100%;
  }
   .left--slider img {
    max-width: 100%;
    margin: 0 auto;
  }
  .portfolio-left > img {
    left: 0;
    top: 0px;
    max-width: 44%;
  }
  .portfolio .h2 {
    margin-bottom: 40px;
  }
  .prg--slide h3 {
    font-size: 22px;
    margin-bottom: 26px;
    margin-top: 20px;
  }
  .portfolio .container {
    padding: 0 15px;
  }
  .cta .flex.flex-2 {
    padding: 25px;
  }
  .testimonial_slider .testimonial--slide {
    margin: 0 4px !important;
  }
  #testimonial {
    padding: 40px 0;
  }
  #testimonial .container {
    padding: 0 15px;
  }
  .testomonials_head {
    font-size: 25px;
  }
  .testomonials_head::after {
    bottom: -8px;
  }
  footer ul {
    padding-left: 17px;
  }
  footer .container {
    padding: 0 15px !important;
  }
  footer {
    padding-top: 40px;
  }
  .first-row .container {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
  }
  .second-row .container {
    padding-bottom: 40px !important;
  }
  .right_banner_flex{
    justify-content: center;
  }
  .cta.cta-3 p {
    max-width: 100%;
  }
   #faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
   #faq .h2 {
    margin-bottom: 29px;
  }
  .cta.cta-5 h2.h2 {
    margin-bottom: 0;
  }
  .col-md-6.newform {
    margin-top: 23px;
  }
   footer .head {
    margin-bottom: 10.66px;
  }
  .main_banner p br {
    display: none;
  }
}

@media only screen and (max-width: 767px){
    .cta.cta-3.cta-4 .col-md-4 {
        padding: 0 11px;
    }
}
@media only screen and (max-width: 600px){
  .header--contctdetails > a {
    margin-right: 10px !important;
  }
  .header--rightcol {
    justify-content: center;
    margin-top: 10px;
  }
  .header--contctdetails > a img {
    max-width: 26px;
  }
  header .row {
    flex-direction: column-reverse;
  }
  .col-md-8.header--rightcol {
    border-bottom: 1px solid #343434;
    margin-top: 0;
    padding: 7px 15px !important;
    margin-bottom: 18px;
  }
   header {
    padding-top: 0 !important;
  }
  .logo_wrapper {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px){
    .ser_wrapper {
        border: 1px dashed #424E93;
        padding: 20px !important;
        margin-bottom: 30px;
    }
    .pop_uprow {
        flex-direction: column;
    }
    .pop_col_55 {
        padding: 0;
        max-width: 100% !important;
    }
    .pop_col_45 {
        padding: 0;
        max-width: 100% !important;
    }
    #popup {
        padding: 23px;
        margin-bottom: 20px;
        top: 20px;
        overflow: auto;
    }
    .pop_col_45 img.branexLogo {
        position: absolute;
        top: 0;
        left: 20px;
        width: 100px !important;
    }  
    .pop_col_45 img {
        top: 0px;
        margin: 30px 0;
    }
    
    .formpop_wrapper strong {
      font-size: 15px;
    }
    .formpop_wrapper p {
      font-size: 13px;
     }
     .formpop_wrapper ul li {
      font-size: 12px;
      line-height: 1.5;
    }
    .pop_col_45 img {
      width: 63% !important;
    }
    .pop_col_45 {
      text-align: center;
    }
    .formpop_wrapper p span {
      color: #F8B418;
      font-size: 20px;
    }
    
}