@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Space+Grotesk:wght@300..700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
}
.f-light{
      font-family: "DM Sans", sans-serif;
     font-weight: 300;
}
.f-regular{
      font-family: "DM Sans", sans-serif;
     font-weight: 400;
}
.f-medium{
      font-family: "DM Sans", sans-serif;
     font-weight: 500;
}
.f-semibold{
      font-family: "DM Sans", sans-serif;
     font-weight: 600;
}
.f-bold{
     font-family: "DM Sans", sans-serif;
     font-weight: 700;
}
.head-font{
     font-family: "Space Grotesk", sans-serif;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 6.4vw;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 13.2vw;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.89vw;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 2px;
    margin-top: 22px;
    position: relative;
    padding: 0px 8px;
    font-family: "DM Sans", sans-serif;
    text-transform: capitalize;
    padding-bottom: 2vw;
}

header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #EEA210;
}
.navbar-brand {
    position: absolute !important;
    top: -32px;
    left: 0;
    padding: 0 !important;
    background: #ffffff;
    height: 6.4vw;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22vw;
    border-right: 7px solid #EEA210;
}
.navbar-brand img {
    width: 49%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
    justify-content: space-between;
}
  footer{
    position: relative;
    background:#011b5f;
  }
.main-footer {
    background:#011b5f;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 45px 0px 57px;
}
  
  .column:nth-child(4) a {
    display: flex
;
    align-items: center;
}
.btm-strip .col-md-12:last-child p {text-align: right;}
.btm-strip p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 27%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 0;
}
 .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 18%;
    position: relative;
    padding-left: 2vw;
}
.column .social-box a {
    height: 42px;
    width: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ffffff4d;
    border-radius: 50px;
    margin-bottom: 0;
    padding: 0;
    margin-right: 14px;
    font-size: 19px;
    transition: all 0.4s;
}
.column .social-box a:hover {
    background: #fff;
    color: #000;
}
.column h4 {
    color: #fff;
    font-size: 1.3vw;
    font-weight: 600;
    margin-bottom: 14px;
    display: inline-block;
    border-bottom: 3px solid #D9D9D945;
    padding-bottom: 8px;
    position: relative;
}
.column h4::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    background: #EEA210;
    bottom: -2px;
}
.column:nth-child(3) {
    width: 29%;
    padding-left: 0vw;
}
.column:nth-child(4) {
    width: 26%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 21px;
    color: #fff;
    font-size: 0.94vw;
    font-weight: 400;
    width: fit-content;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
 .footerlogo {
    width: 55%;
}

.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 0.94vw;
    /* line-height: 26px; */
    font-weight: 400;
    margin-bottom: 20px;
}
.column:nth-child(4) a img {
    margin-right: 9px;
}
.column:last-child a {
    font-size: 0.94vw;
    margin-bottom: 8px;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  .column:last-child a {
    font-size: 0.94vw;
}
  footer p{
    margin-bottom: 0;
  }
.common-btn {
    width: 152px;
    height: 46px;
    background: #EEA210;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.89vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#002B9B;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 21px 23px 18px 19px;
    position: relative;
    background: #ffffff45;
    border-radius: 20px 20px 0px 0px;
}
.btm-strip a {
    font-size:0.94vw;
    color: #fff;
}
.col-lg-8.strip-pages {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

span.dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50px;
    margin: 0px 7px;
}
.btm-strip {
  color:#fff;
}
.home-slider h2 {
    font-size: 3.13vw;
    text-align: center;
    color: #ffff;
    font-weight: 700;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.home-slider h2 span {color: #EEA210;}
.caption-left {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}
.main-head .container-fluid{padding: 0;}
.top-header ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5px;
}
.top-header {
    background: #002B9B;
    color: #fff;
    padding-left: 22vw;
    height: 32px;
    justify-content: center;
    padding-bottom: 0;
}
.top-header ul li a {
    color: #fff;
    font-size: 0.83vw;
    padding-right: 1vw;
    display: flex;
    align-items: center;
}
.top-header ul li a img {
    margin-right: 7px;
    width: 17px;
    height: 17px;
}
.right-nav .header-btn, .right-nav .header-btn:focus {
    background: #EEA210;
    color: #fff !important;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: auto;
    font-size: 0.89vw;
    padding: 0 15px;
}
.right-nav .header-btn img {margin-right: 5px; width: 1.56vw;}
.right-nav {
    display: flex !important;
    align-items: center !important;
    padding-left: 8vw !important;
    /* margin-top: 0vw; */
    position: relative;
    top: 0vw;
}

.right-nav .call-header div {
    padding-left: 8px;
    padding-top: 0.6vw;
}
.right-nav .call-header {
    display: flex;
    align-items: center;
    padding-left: 1vw;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.right-nav .call-header span {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 0.73vw;
    line-height: 6px;
    color: #000 !important;
}
.right-nav .call-header a {
    color: #000 !important;
    font-size: 0.89vw;
    margin: 0;
    padding: 0;
}
.slider-section {
    margin-top: 6.4vw;
}
.slider-section img {
    filter: brightness(0.6);
}
.slider-section .common-btn {
    margin: 18px auto 0;
    width: fit-content;
    padding: 0px 20px;
}
.blue{color: #1238A3;}
.slider-bottom{background: url(../images/white-bg.jpg) no-repeat;background-position: center; background-size: cover;padding: 0 0 4vw;}
.slider-bottom-wrapper{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.slider-bottom-single {
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    width: 15%;
    padding: 3vw 0;
    height: 13.13vw;
}
.slider-bottom-single h5{
    font-size: 1.04vw;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1229px;
}
.slider-bottom-single img {
    margin: 0 auto 14px;
    display: block;
    width: 65px;
    height: 65px;
}
.font-18{font-size: 0.94vw;line-height: 1.56vw;}
.line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2vw;
}
.line p{color: #808080;margin-bottom: 0;}
.line .common-btn {
    height: 35px;
    margin-left: 1vw;
}
.subheading {
    color: #1238A3;
    font-size: 1.04vw;
    line-height: 1.56vw;
    font-weight: 500;
    position: relative;
    width: fit-content;
    margin-bottom: 0;
}
.subheading::before {
    position: absolute;
    content: "";
    background: url(../images/heading-line.svg) no-repeat;
    width: 40px;
    height: 100%;
    right: -43px;
    top: 10px;
}
.heading{
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.08vw;
    line-height: 2.6vw;
    font-weight: 700;
}
.grey{color: #515151;}
.welcome h6 {
    font-size: 1.04vw;
    margin: 14px 0px;
}
.welcome .img1 {
    width: 74%;
}
.welcome .img-div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.welcome .img2 {
    position: absolute;
    bottom: 0;
    left: -3vw;
    z-index: 1;
    width: 57%;
    border: 5px solid #EEA210;
    border-radius: 21px;
}
.welcome .img2 img{ border-radius: 21px;}
.img-box{overflow: hidden;}
.img-box:hover img{transform: scale(1.1);}
img{transition: all 0.4s;}
.welcome .img-box.img1{border-radius: 21px;}
.ptext{font-size: 0.94vw;color: #515151;line-height: 1.56vw;}
.welcome-single h4{
    font-size: 1.04vw;
    margin-top: 10px;
}
.welcome-single {
    width: 41%;
    margin-right: 3vw;
}
.welcome-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    margin-bottom: 20px;
}
.welcome  .common-btn{
    width: 125px;
    height: 44px;
}
.welcome .img-div .element1 {
    position: absolute;
    top: 10vw;
    left: 8vw;
    transition: all 5s;
}
.welcome.aos-init.aos-animate .element1{
    position: absolute;
    top: 0;
    left: 8vw;
}
.welcome .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.welcome {
    position: relative;
    padding: 6vw 0;
}
.font-20{
    font-size: 1.04vw;
}
.dark-grey{
    color: #343434;
}
.recent-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: inherit;
    margin-top: 3vw;
    gap: 1vw;
}
.recent-single {
    width: 100%;
    box-shadow: 0px 0px 15px 0px #00000040;
    border-radius: 1.04vw;
}
.recent-single .text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1vw 1.5vw 0.6vw;
}
.recent-single .imgdiv,
.recent-single .imgdiv img{
    border-radius: 1.04vw 1.04vw 0 0;
     overflow: hidden;
     position: relative;
}
.center-subheading{position: relative;margin: 0 auto;}
.center-subheading::after{
    position: absolute;
    content: "";
    background: url(../images/heading-left-line.svg) no-repeat;
    height: 100%;
    width: 100px;
    left: -44px;
    top: 10px;
}
.recent-single .imgdiv img {
  transition: transform 0.4s ease;
  transform-origin: top left;
}
.recent-single .imgdiv:hover img {
  transform: scale(1.08); 
}
.recent-single .imgdiv::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 30%);
    transform: translateY(-70px) rotate(2deg);
    position: absolute;
    transition: transform 0.3s ease;
    pointer-events: none;
}
.recent-single .imgdiv:hover::after {
    transform: translateY(346px) rotate(2deg);
}
.arrow-box {
    background: #F4F5F8;
    border-radius: 50%;
    height: 2.29vw;
    width: 2.29vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-box img {
    width: 53%;
    transition: unset;
}
.recent-single:hover .arrow-box{
    background: #EEA210;
}
.recent-single:hover .arrow-box img{
    filter: invert(100%) sepia(0%) saturate(7462%) hue-rotate(90deg) brightness(111%) contrast(110%);
}
.recent-work {
    position: relative;
    padding-top: 4vw;
    /*padding-bottom: 10vw;*/
}
.recent-work::before{
    position: absolute;
    content: "";
    background: #F4F5F8;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
}
.recent-work .heading{position: relative;}
.why-choose-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.why-choose-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}
.why-single {
    width: 50%;
}
.why-choose .img-box {
    border-radius: 15px;
    width: 85%;
    box-shadow: 0px 0px 12.2px 0px #00000040;
    float: right;
/*    margin-top: -7vw;*/
}
.why-single img {
    margin: 0 auto;
    display: block;
}
.why-single h6 {
    text-align: center;
    margin-top: 10px;
}
.why-single {
    width: 50%;
    margin-bottom: 19px;
}
.why-single:nth-child(3),
.why-single:nth-child(4){
    margin-bottom: 0;
}
.why-choose {
    background: #F4F5F8;
    padding-top: 4vw;
    padding-bottom: 5vw;
}
.recent-work .common-btn {
    margin: 3vw auto;
}
.why-choose-counter {
    background: url(../images/counter-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 58%;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px #00000040;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: -3vw;
    margin-bottom: 4vw;
}
.counter-wrapper {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.counter-single h4 {
    text-align: center;
    color: #EEA210;
    font-size: 2.08vw;
    font-weight: 700;
}
.counter-single p {
    margin-bottom: 0;
}
.counter-single {
    margin: -1px 25px;
}
.home-partner {
    background: url(../images/partner-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 9vw 0 7vw;
    background-attachment: fixed;
    margin-top: 5vw;
}
.partner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner-single img {
    margin: 0 auto;
    display: block;
    width: 69%;
    border-radius: 10px;
}
.partner-single {
    width: 31%;
    border: 2px solid #EEA210;
    border-radius: 10px;
    background: #FFFFFF66;
    padding: 16px 0px;
    margin-bottom: 25px;
}
.home-partner .common-btn {
    margin-top: 2vw;
}
.testimonial-slider .item {
    border-bottom: 5px solid #EEA210;
    border-radius: 10px;
    background: url(../images/testimonial-bg.png) no-repeat;
    background-position: bottom;
    box-shadow: 0px 0px 5px 0px #00000040;
    margin-left: 5px;
    padding-left: 5.5vw;
    padding-top: 1.3vw;
    margin-top: 3vw;
    position: relative;
}
.testimonial-slider .item h5 {
    color: #EEA210;
    margin-bottom: 5px;
}
.testimonial-slider .item h4{
    
}
.testimonial-slider .item {
    border-bottom: 5px solid #EEA210;
    border-radius: 10px;
    background: url(../images/testimonial-bg.png) no-repeat;
    background-position: bottom;
    box-shadow: 0px 0px 5px 0px #00000040;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5.4vw;
    padding-top: 1.3vw
    margin-top: 1vw;
    padding-right: 1vw;
    height: 221px;
}
.testimonial-slider {
    margin-top: 2vw;
}
.testimonial-slider .item img {
    position: absolute;
    top: -25px;
    width: 20% !important;
    left: 0;
}
.testimonial{padding: 4vw 0;}
.testimonial .owl-theme .owl-nav [class*=owl-],
.certifications .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 0;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 2.6vw;
    height: 2.6vw;
    border-radius: 50%;
    background: #EEA210;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.slider-bottom-single:hover img{
    transform: scale(1.06);
}
.testimonial .owl-theme .owl-nav [class*=owl-]:hover,
.certifications .owl-theme .owl-nav [class*=owl-]:hover{
    background: #1238A3;
} 
.testimonial .owl-theme .owl-nav, .certifications .owl-theme .owl-nav {
    margin-top: 38px;
}
.client-logo .item img {
    filter: grayscale(1);
    height: 100px;
    width: 100px !important;
}
.client-logo {
    padding-bottom: 5vw;
    padding-top: 2vw;
}
.client-logo .item:hover img{
    filter: unset;
}
.breadcum {
    position: relative;
    margin-top: 94px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
}
.caption-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcum h1 {
    font-size:3.13vw;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.caption-heading p {
    margin-bottom: 0;
    font-size: 1.09vw;
}
.form-div .form-control {
    background: #F4F5F8;
    color: #515151;
    font-weight: 400;
    font-size: 0.94vw;
    border-radius: 17px;
    border: 0;
    padding: 11px 20px;
}
::placeholder{
    color: #515151!important;
}
.form-group {
    margin-bottom: 1.5vw
}
.col-lg-12.captcha-div {
    display: flex;
    align-items: center;
}
.contact-us .common-btn {
    border: 0;
    margin-left: 15px;
}
.contact-us {
    padding: 5vw 0;
}
.form-div {
    margin-top: 2vw;
}
.contact-single {
    display: flex;
    align-items: center;
    margin: 18px 0px;
}
.contact-single p {
    margin-bottom: 0;
    font-weight: 600;
}
.contact-single .text {
    padding-left: 1.5vw;
}
.contact-single .text a:hover {color: #002b9b;}
.contact-single img {
    width: 9%;
}
.services {
    padding: 4vw 0;
}
.service-single {
    border: 1px solid #E6E8ED;
    border-radius: 20px;
    display: block;
    padding: 0.7vw 0.7vw 0 0.7vw;
    position: relative;
    margin-bottom: 32px;
}
.service-single h6 {
    color: #1238A3;
    height: 2.4vw;
}
.service-single .img-box {
   
    border-radius: 20px;
}
.service-single .img-box img{
    border-radius: 20px;
}
a.service-single .read-more {
    color: #515151;
    display: flex;
    align-items: center;
}
.service-single .arrow{
    margin-left: 10px;
}
.service-single .text-box {
    padding: 38px 7px 36px 12px;
}
.service-single p{
    margin-bottom: 7px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.services .service-single .icon-box {
    border-color: unset !important;
    background: #EEA210 !important;
    width: 4.95vw;
    height: 4.53vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    bottom: 11.9vw;
    left: 2.6vw;
    position: absolute;
}
.service-single .icon-box::before {
    position: absolute;
    content: "";
    background: #EEA210;
    height: 20px;
    width: 17px;
    right: -8px;
    transform: skew(-36deg);
    top: 49px;
}
.service-single .icon-box::after {
    position: absolute;
    content: "";
    background: #EEA210;
    height: 20px;
    width: 17px;
    left: -8px;
    transform: skew(36deg);
    top: 49px;
}
.service-single .icon-box img {
    width: 75%;
}
.product {
    padding: 5vw 0;
}
.product .img-box{
    border-radius: 20px;
}
.specification .table>thead, .specification .table>thead th {
    background-color: #f39c12;
    color: white; 
}
.specification .table tbody td,.specification .table tbody th {
      vertical-align: middle;
    }
.custom-table-wrapper {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: -2px 2px 4px 0px #0000001A, 2px -2px 4px 0px #0000001A;
      width: 74%;
    margin: 23px auto 0;
}
.specification .table>tbody{
    color: #515151;
}
.specification .table>:not(caption)>*>* {
    padding: 11px 33px 10px;
}
.specification .table{
    border-color: #BDBDBD !important;
    margin-bottom: 0;
}
.specification .table td:first-child{
    text-align: center;
}
.key-features-wrapper {
    display: grid;
    /* grid-template-columns: 5fr; */
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: space-between;
    margin-top: 3vw;
    gap: 1vw;
}
.key-features-single {
    width:100%;
    box-shadow: 0px 0px 10.7px 0px #0000001A;
    border-radius: 10px;
    padding: 20px 0px;
}
.key-features-single:hover img{
    transform: scale(1.06);
}
.key-features-single h6{
    color: #1238A3;
    margin-top: 5px;
}
.key-features-single img {
    margin: 0 auto;
    display: block;
}
.key-features {
    padding-top: 4vw;
}
.faq{
    padding: 4vw 0;
}
.faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%231238A3' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: 24px 24px; /* <-- this increases the icon size */
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%23fff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.faq .accordion-button::after {
  transition: all 0.5s;
}
.faq .accordion {
    width: 71%;
    margin: 3vw auto 0;
}
.accordion-item {
    margin-bottom: 1vw;
    box-shadow: 0px 0px 7px 0px #00000040;
    border-radius: 5px;
    border: unset !important;
}
button.accordion-button {
    font-size: 1.04vw;
    color: #1238A3;
    font-weight: 600;
    border-radius: 5px;
}
.faq .accordion-button:not(.collapsed){
    background-color: #EEA210 !important;
    color: #fff;
}
.accordion-button:focus{box-shadow: unset;}
.about-wrapper {
    display: flex;
    align-items: center;
    margin: 29px 0;
}
.about-wrapper .icon-box{
    background: #EEA210;
    height: 5.17vw;
    width: 5.17vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.about-wrapper .icon-box:hover img{
    transform: scale(1.06);
}
.about-wrapper .icon-box img {
    width: 66%;
}
.about-wrapper h6{
    color: #343434;
}
.about-wrapper .text {
    padding-left: 1vw;
    width: 87%;
}
.about-wrapper h6 {
    color: #343434;
    margin-bottom: 1px;
}
.about-us {
    padding: 4vw 0;
}
.about-us .imgdiv{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.content-box h6 {
    font-size: 0.89vw;
    color: #1238A3;
    margin-bottom: 0;
    line-height: 22px;
}
.about-us .img1 {
    width: 48.5%;
    overflow: hidden;
}
.about-us .img2{
    overflow: hidden;
}
.about-us .img2:hover img{
    transform: scale(1.1);
}
.about-us .img1:hover img{
    transform: scale(1.1);
}
.about-us .img-content-box {
    width: 48.5%;
}
.about-us .content-box {
    padding: 10px 0px;
    box-shadow: 0px 0px 10px 0px #00000040;
    margin-bottom: 18px;
}
.about-us .year-box {
    width: 10.52vw;
    height: 10.52vw;
    border-radius: 50%;
    background: #1238A3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    border: 10px solid #fff;
    bottom: 3vw;
    left: 50%;
    transform: translateX(-50%);
}
.about-us .year-box h4 {
    color: #EEA210;
    font-size: 2.08vw;
    margin-bottom: 0;
}
.yellow{
    color: #EEA210;
}
.blue{
    color: #1238A3;
}
.about-services {
    background: url(../images/about-services-bg.svg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5vw 0 7vw;
    background-attachment: fixed;
}
.about-services .slider-bottom-single {
    background: #191919BD;
    border-radius: 20px;
    width: 31%;
    padding: 3vw 22px;
    height: 16.13vw;
    margin-bottom: 2vw;
}
.about-services .slider-bottom-single h5{color: #fff;}
.about-services .slider-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 3vw;
}
.team-single {
    box-shadow: 0px 0px 10px 0px #00000040;
    padding: 24px 20px 15px;
    border-radius: 20px;
    position: relative;
}
.team-single .share-icon {
    position: absolute;
    right: 2vw;
    top: 4vw;
    width: 14%;
}
.team {
    padding: 4vw 0;
    background: #F4F5F8;
    /* margin: 4vw 0; */
}
.team .row{
    margin-top: 3vw;
}
#toggleTeam {border: none;}
.hideteam {display: none;}
.team .common-btn,
.about-services .common-btn {
    margin: 3vw auto 0;
    width: 178px;
}
.certifications{
    padding: 4vw 0;
}
/*.certifications .item img {
    width: 57% !important;
}*/
.certifications .item {
/*    box-shadow: 0px 1px 4px 0px #00000040;*/
    border-radius: 20px;
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2vw 0.2vw 1vw;
}
.certifications .owl-nav {display: block !important;}
.products .nav-tabs {
    display: block;
    /*box-shadow: 0px 0px 10px #ccc;*/
    padding-top: 0;
    border-radius: 10px;
    border-bottom: 0;
}
.products .nav-tabs li {
    width: 100%;
}
.products {
    padding: 5vw 0 0;
}
.products .nav-tabs .nav-link {
    font-size:1.3vw;
    font-weight: 500;
    line-height: 1.3vw;
    height: 66px;
    border: 1px solid #BDBDBD;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #343434;
    /*width: 93%;*/
    margin: 0 auto 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.4s;
    padding-left: 8vw;
    overflow: hidden;
     font-family: "Space Grotesk", sans-serif;
}
.products .nav-tabs .nav-link img {
    width: 64%;
    position: absolute;
    width: 2.4%;
    left: 0.8vw;
    top: 50%;
    transform: translateY(-50%);
}
.products .nav-tabs .nav-link.active img {
    left: 2.4vw;
   filter: invert(77%) sepia(58%) saturate(2%) hue-rotate(289deg) brightness(140%) contrast(101%);
}
.products .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    background: #F4F4F4;
    width: 34px;
    height: 66px;
    left: 0;
    border-radius: 8px 0px 0px 8px;
    transition: all 0.4s;
}
.products .nav-tabs .nav-link.active{
    border: 1px solid #3A9043;
    background: #EEA210;
}
.products .main-product {
    position: absolute;
    transform: rotate(270deg);
    left: 1px;
    font-size: 0.83vw;
    font-weight: 600;
    transition: all 0.4s;
}
.products .nav-tabs .nav-link.active:before {
    background: #002B9B;
    width: 81px;
}
.products .nav-tabs .nav-link.active .main-product{
    color: #fff;
}
.products .row {
    padding-top: 2vw;
}
.products .accordion-body{
    box-shadow: unset;
    padding: 0;
}
.products .accordion-item{
    box-shadow: unset;
    border: 0;
}
.products .text-box{
    padding-top: 1vw;
}
.products .img-box{
    border-radius: 20px;
}
.products .faq .accordion {
    width: 100%;
    margin-top: 0;
}
.products .faq .accordion-item{
    box-shadow: 0px 0px 7px 0px #00000040;
}
.products .faq .accordion-item p{
    margin-bottom: 0;
}
.products .faq .container{
    padding: 0;
}
.products .faq{padding: 0;}
.products .sticky {
    position: sticky;
    top: 90px;
    width: 94%;
}
.products .faq .accordion-body{
    padding: 15px;
}
.sitemap, .common-page {
    padding: 60px 0px;
}
.common-page h4 {
    font-size: 23px;
}
.common-page h3 {
    font-size: 20px;
}
.sitemap a,.sitemap a:hover {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
}
.sitemap h4 {
    font-size: 20px;
    font-weight: 700;
}
.thank-you img {
    width: 15%;
}
.thank-you {
    padding-top: 6vw;
}
.error-page img {
    width: 10%;
    margin-bottom: 25px;
}
.common-page {
    padding-top: 7vw;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns .common-btn{
    margin: 0px 10px;
}
header.animated.shrink {
    box-shadow: 0px 0px 10px #ccc;
}
section.client {
    padding: 4vw 0 2vw;
}
.client-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.client-wrapper .item {
    width: 19%;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border-radius: 20px;
    margin: 0px 20px 36px;
    position: relative;
    overflow: hidden;
}
/*.client-wrapper .item::before{
    position: absolute;
    content: "";
    background: #002b9b;
    height: 8px;
    width: 100%;
    bottom: 0;
}*/
.slider-section .owl-theme .owl-dots .owl-dot span{
    background: url(../images/dot.svg) #000 no-repeat !important;
}
.service-slide-title{
    display: none;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
}
.slider-section .owl-dot{
    margin: 0px 5px;
}
.slider-section .owl-dot.active img {
    filter: invert(67%) sepia(170%) saturate(460%) hue-rotate(371deg) brightness(183%) contrast(115%);
}
.home-insights.news {
    padding: 4vw 0 1vw;
}
.news .news-slider {
    display: flex
;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.news-slider .item {
    width: 31%;
    margin: 0px 8px;
    margin-bottom: 23px;
    display: block;
}
.news-slider .text-box {
    padding-left: 50px;
    padding-top: 19px;
    position: relative;
}
.news-slider .text-box::before {
    position: absolute;
    content: "";
    background:#002b9b;
    height: 2px;
    width: 10%;
    left: 0;
    top: 27px;
}
.news-slider .item h5 {
    font-size: 0.89vw;
    letter-spacing: 0.5px;
     color: #000;
}
.news-slider .item p {
    font-size: 1.04vw;
    color: #000;
}
.news-details {
    padding: 50px 0px;
}
.news-details p {
    margin-bottom: 0;
}
.news-details .social-box {
    margin-top: 14px;
}
.news-details p {
    margin-bottom: 0;
}
.news-details .social-box a {
    color: #002b9b;
    font-size: 24px;
    margin: 0px 9px;
}
.custom-list li {
    list-style-type: disc;
}
.vision-mission {
    background: #F4F5F8;
    padding: 5vw 0;
}
.vision-mission .icon-box img {
    /* background: red; */
    display: block;
    margin: 0 auto 12px;
}
.vision-single p {
    width: 75%;
    margin: 0 auto;
}
.vision-single {
    background: #fff;
    height: 27vw;
    padding: 3vw;
}
#project-inner .recent-wrapper{
    flex-wrap: wrap;
}
#project-inner .recent-single {
    margin-bottom: 2vw;
}
.products h2 {
    font-size: 2vw;
    line-height: 1.8vw;
    width: 81%;
    margin: 0 auto 22px;
}
.accordion-item p{
    margin-bottom: 0;
}
.custom-list li {
    list-style-type: disc;
}
.vision-mission {
    background: #F4F5F8;
    padding: 5vw 0;
}
.vision-mission .icon-box img {
    /* background: red; */
    display: block;
    margin: 0 auto 12px;
    width: 18%;
}
.vision-single p {
    width: 75%;
    margin: 0 auto;
}
.vision-single {
    background: #fff;
    height: 27vw;
    padding: 3vw;

}
#project-inner .recent-wrapper{
    flex-wrap: wrap;
}
#project-inner .recent-single {
    margin-bottom: 2vw;
}
.products h2 {
    font-size: 2vw;
    line-height: 1.8vw;
    width: 81%;
    margin: 0 auto 22px;
}
.accordion-item p{
    margin-bottom: 0;
}
section.project-details {
    padding: 4vw 0;
}
.project-details h2{
    font-size: 1.5vw;
}
.box-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin-top: 1vw;
}
.box-single {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 1.5vw;
    transition: all 0.4s;
}
.box-single img {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}
.box-single::before{
    position: absolute;
    content: "";
    background: #002B9B;
    height: 3px;
    width: 0px;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
}
.box-single:hover:before{
    width: 100%;
}
.box-single:hover {
    box-shadow: 0px 0px 10px #9a9494;
    transform: scale(1.05);
}
.solutions ul li{
    position: relative;
}
.solutions ul li::before {
    position: absolute;
    content: "";
    background: url(../images/bullet.svg) no-repeat;
    background-size: 88% 74%;
    width: 4%;
    height: 100%;
    left: -30px;
}
.solutions ul li {
    position: relative;
    list-style: none;
    margin-bottom: 0.8vw;
    color: #515151;
}
.solutions{
    padding: 5vw 0;
}
.solutions .img-box {
    border-radius: 20px;
}
.solutions ul{
    margin-bottom: 0;
}
.offer-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 3vw;
    flex-wrap: wrap;
    gap: 1vw;
}
.offer-single {
    width: 100%;
    box-shadow: 0px 0px 8.9px 0px #00000040;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #5151514D;
    padding: 0.6vw 0 0.4vw;
    height: 8vw;
}
.offer-single img {
    margin: 0 auto 0.5vw;
    display: block;
    width: 22%;
    width: 80px;
    height: 50px;
}
.offer-single p{
    text-align: center;
    padding: 0 1rem;
}
.features {
    background: url(../images/features-bg.webp) no-repeat;
    padding: 5vw 0 7vw;
}
.features-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4vw;
}
.features-single {
    background: #191919BD;
    background: #191919BD;
    width: 23%;
    padding: 1.5vw 0;
    border-radius: 10px;
}
.features-single img {
    display: block;
    margin: 0 auto 0.4vw;
    width: 20%;
}
.features-single p {
    margin-bottom: 0;
    padding: 0 3rem;
}
.use-case-single h5 {
    background: #1238A3;
    width: fit-content;
    border-radius: 15px 15px 0px 0px;
    padding: 0.4vw 2.5vw;
    margin-bottom: 0;
    text-align: center;
    margin-left: 2vw;
}
.list-box {
    box-shadow: 0px 0px 29.3px 0px #00000040;
    border: 2px dashed #EEA21061;
    border-radius: 20px;
    height: 15vw;
    padding: 2vw 3vw;
}
.use-case-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5%;
}
.use-case-single {
    width: 47.5%;
}
.use-case ul li {
    margin-bottom: 1.4vw;
}
.what-we-offer {
    padding-bottom: 6vw;
}
.features h2 {
    color: #EEA210;
}
.work-overview {
    padding: 3vw 0;
}
#work-box .list-box {
    background: url(../images/work-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 1vw;
}
#work-box .list-box img {
    display: block;
    margin: 0 auto;
}
#work-box .list-box p{
    margin-bottom: 7px;
}
#work-box .use-case-wrapper .use-case-single:nth-child(1) {
    width: 54%;
}
#work-box .use-case-wrapper{
    align-items: center;
}
#work-box .use-case-wrapper .use-case-single:nth-child(2) {
    padding-left: 3vw;
}
.project-img .img-box{
    border-radius: 20px;
    overflow: hidden;
}
.project-img .img-box.box2 {
    margin-bottom: 16px;
}
.chalenge {
    padding-top: 3vw;
}
.last-img .img-box{
    border-radius: 20px;
}
.container.last-img {
    padding-bottom: 5vw;
}
.work-solution h5 {
    background: #1238A3;
    width: fit-content;
    border-radius: 15px 15px 0px 0px;
    padding: 0.4vw 2.5vw;
    margin-bottom: 0;
    text-align: center;
    margin-left: auto !important;
    position: relative;
    right: 2vw !important;
}
.main{
    overflow: hidden;
}

.navbar-expand-md .navbar-nav li:hover .dropdown{
    display:flex;
}
.navbar-expand-md .navbar-nav li .dropdown {
    display:none;
    position: absolute;
    left:0px;
    top: 66px;
    width: 800px;
    height: auto;
    background: #fff;
/* border: 1px solid #ccc; */
z-index: 10;
/* display: flex; */
flex-direction: row;
border-top: 4px solid #EEA210;
box-shadow: 0px 0px 10px #ccc;
}
.content li {
    color: #002B9B !important;
    list-style-type: disc;
}
.content li a:hover{
    text-decoration: none !important;
}
.dropdown-flex {
    display: flex;
    margin: 15px 0px;
}
ul.nav > li:hover .dropdown {
    display: flex;
}

.sidebar {
    width: 300px;
/* background: #f8f8f8; */
border-right: 1px solid #ccc;
}

.sidebar .tab {
    padding: 10px 15px;
    cursor: pointer;
    color: #000;
    width: 80%;
    margin: 10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .tab:hover,
.sidebar .tab.active {
    background: #f4a900;
    color: white !important;
}
.sidebar .tab:focus{
     padding: 10px 15px;
      margin: 10px 20px;
}
.content {
    flex: 1;
    padding: 15px;
    display: none;
}

.content.active {
    display: block;
}

.content ul {
    list-style: disc;
    padding-left: 20px;
}

.content ul li {
    margin: 8px 0;
    color: #0033cc;
    cursor: pointer;
}

.content ul li:hover {
    text-decoration: underline;
}
.dropdown .content ul li a {
    padding: 0px !important;
    color: #0033cc !important;
    margin-top: 0px !important;
    margin: 0px !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.content-area ul {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    display: block !important;
    color: #000;
    box-shadow:none !important;
    margin-left: 20px !important;

}

.content-area ul li{
    color:#000;    
    list-style: none;
}
.content-area {
    width: 400px;
    height: auto;
}

.navbar  .dropdown .dropdown-flex ul{
    display: flex;
    position:relative !important;
}

.navbar .services-li .dropdown .dropdown-flex ul{
    display:block  !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    display: block !important;
    color: #000;
    box-shadow:none !important;
    margin-left: 0px !important;
    width:50%;
    border-right: 1px solid #ccc;
    padding-top: 0px;
    padding-right: 20px;
}
.navbar .services-li .dropdown-flex ul:nth-child(2) {
    margin-left: 45px !important;
    border-right: none;
}
.navbar .services-li .dropdown .dropdown-flex li{
    color: #0033cc !important;
    list-style-type: disc;
    margin: 8px 0;
    cursor: pointer;
    width: fit-content;
    list-style: none;
}
.navbar .dropdown li .fa-circle {
    font-size: 8px;
    position: relative;
    top: 8px;
}
.navbar .services-li .dropdown .dropdown-flex li a{
    color: #0033cc !important;
    margin-top:0px !important;
    margin:0px !important;
    padding: 10px 15px  !important;
    cursor: pointer;
    margin: 10px 20px;
    display: flex;
    align-items: center;
    width:fit-content;

}
.navbar .services-li .dropdown .dropdown-flex li a:hover{
    background-color:#f4a900;
    color:#fff !important;
    border-radius:10px;
}
.navbar .services-li .dropdown-flex {
    padding: 0px 20px;
}
.services-li .dropdown{
    display:none;
}

.services-li:hover .dropdown{
    display:block;
}

.email-error.errors{
    display:none;
}
.modal-body.conatct-section .common-btn {
    border: 0px;
    margin: 0 auto;
}
.modal-dialog.modal-dialog-centered h4 {
    font-size: 20px;
    text-align: center;
    display: block;
    color: #1142A2;
}

.conatct-section .form-div{
    margin-top:0px !important;
}
.welcome-wrapp h5 {
    color: #1238A3;
    margin-top: 0.5vw;
}

.flex-welcome {
    display: flex;
    width: 90%;
}
.gallery {
    padding: 60px 0px;
}
.address-wrapp {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.address-wrapp img {
    margin-right: 10px;
    width: 8%;
}

.adress-content {
    width: 90%;
}

.footer-logodiv{
    border-bottom: 3px solid #D9D9D945;
    padding-bottom: 8px;
    position: relative;
    width:fit-content;
}

.footer-logodiv::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    background: #EEA210;
    bottom: -2px;
}
.brands-wrapp {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.brands-single {
    padding: 20px 20px;
    border: 1px solid #5151514D;
    box-shadow: 0px 0px 58.6px 0px #00000026;
    width: 20%;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.brands {
    padding: 60px 0px;
}
.content-right{
    padding-left:20px;
}
.content-right img{
    margin-bottom: 20px;
}

.content-right span{
    color:#EEA210;
}

.content-right li{
    margin-bottom:10px;
    padding-left:0px;
}
.content-right ul{
    padding-left:0px;
}

.content-right .blue-heading {
    color:#002B9B;
    font-weight:600;
}
.brand-content {
    padding: 50px 0px;
}

.brand-content .container:nth-child(2n) .row {
    flex-direction: row-reverse;
}

.brand-content .container{
    margin-bottom:50px;
}

.brand-content .container:nth-child(2n) .content-right span{
    color:#2E368E;
}

.brand-content .container .col-md-5 img {border-radius: 20px; overflow: hidden;}
.navbar-nav .content{padding: 3px;}
.why-choose .img-box:hover img{
    transform: unset;
}
.work-slider .img-box{
    border-radius: 20px;
}
.brand-content img {
    border-radius: 20px;
}

.iti {width: 100%;}
#contact-form1 label.form-control-label {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #1142a2;
}
.select2-container {display: none;}
#contact-form1 .d-flex label.form-check-label {
    font-weight: 400;
    font-size: 0.94vw;
}
#enquiry-form .modal-content {border-radius: 24px; border-top: 8px solid orange;}