
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap"); 
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*======== Scss Compiles =========
# mixin
# variables
# Typography
# button 
# animation
# banner
# blog
# header
# section
# footer


============================================*/
/*CSS Table Of Content Ends Here*/
.footer-contact-us,
button.touch-wrapper-main{
    display: none;
}

@import "animate.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import "bootstrap-icons.min.css";
@import "nice-select.css";
@import "odometer.css";
:root {
  --body: #fff;
  --white: #fff;
  --title: #000;
  --mtitle: #000;
  --pra: #000;
  --subtitle: #000;
  --base: #2eca7f;
  --hover: #c2ec1d9e;
  --bg1: #E9F0FF;
  --ftext: #818181;
  --footer: #181818;
  --cusborder: #f4f4f4;
  --border1: #414141;
  --ratting: #ffa311;
  --bgsection: #000D27;
  --success: #3FCA90;
  --danger: #ED5050;
  --boxes1: rgba(26, 77, 190, 0.05);
  --cborder: #D9D9D9;
}

body {
  color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: var(--body);
  font-family: 'DM Sans', sans-serif;
}
.company {
    padding-top: 30px;
}
h2,
h3,
h4,
h5,
h6 {
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  font-family: 'DM Sans', sans-serif;
}

h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
}
@media (max-width: 575px) {
  h2 {
    font-size: 29px;
  }
}

h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
}
@media (max-width: 575px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
}

h5 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
}

h6 {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
  color: var(--title);
  font-family: 'DM Sans', sans-serif;
  transition: all 0.3s;
}

span {
  font-family: 'DM Sans', sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--title);
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--pra);
}
.custom-accordion {
  max-width: 1170px;
  margin: 40px auto 0;
}

.custom-at-tab {
  display: none;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.custom-at-title {
  cursor: pointer;
  background-color: #000000;
  position: relative;
  transition: background-color 0.3s ease;
}

.custom-at-title:hover {
  background-color: #000000;
}

.custom-at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.custom-at-title.active:after {
  content: "-";
}
.best-solution-responsive-wrapper {
    display: none;
}
.custom-at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.custom-at-title h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
}

.leadership-team .button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.leadership-team .button:hover {
  background: #06D85F;
}

.leadership-team .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.leadership-team .overlay:target {
  visibility: visible;
  opacity: 1;
}

.leadership-team .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 999;
}

.leadership-team .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.leadership-team .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.leadership-team .popup .close:hover {
  color: #06D85F;
}
.leadership-team .popup .content {
  max-height: 30%;
  overflow: auto;
}
.Leadership-blog {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 8px;
  background-color: #000000;
  border-radius: 5px;
}
.Leadership-left {
  float: left;
  max-width: 41%;
  width: 100%;
}
.Leadership-left img{
  width: 100%;
  max-width: 218px;
}
.Leadership-right {
    float: left;
    max-width: 59%;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
}
.Leadership-heading h4 {
  margin: 0px;
  font-size: 18px;
  color: #ffffff;
}

.Kapur {
  margin-top: 8px !important;
}
.Leadership-paragraph p { 
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}
.leadership-team {
  display: inline-block;
  vertical-align: middle; 
  width: 100%;
}

.blog-one h1,
.blog-two h2 {
    font-size: 50px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 40px;
}
.leadership-team {
  padding: 75px 0px;
}

.Leaderships-lefts img {
  max-width: 271px;
  width: 100%;
  margin: 0 auto;
}
.Leaderships-lefts {
  float: left;
  max-width: 40%;
  width: 100%;
  text-align: center;
}

.leadership-team .popup {
  width: 100%;
  max-width: 896px;
}

.Leadership-rights {
  float: left;
  max-width: 60%;
  width: 100%;
}
.Leadership-headings h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin: 0px;
    margin-bottom: 10px;
}

.Leadership-span span {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.Leadership-paragraphs-one p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 1.55;
  margin: 0px;
  margin-bottom: 24px;
  margin-top: 40px;
}

.Leadership-paragraphs-two p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 1.55;
  margin: 0px;
  margin-bottom: 24px;
}

.Leadership-paragraphs-three p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 1.55;
  margin: 0px;
  margin-bottom: 24px;
}

.demo {
    float: left;
    max-width: 33.33%;
    width: 100%;
}
.team-box {
    margin: 0px 15px;
    margin-bottom: 30px;
}

.Leadership-blogs {
  margin-top: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.Leadership-rights {
  padding-top: 10px;
}

.blog-one {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.blog-two {
  margin-top: 100px;
}
.blog-two h2 {
  margin: 0px;
}
.blog-two .demo {
  margin-top: 40px;
}

.Leadership-button a {
  display: inline;
}

.resume-heading {
  text-align: center;
  position: relative;
}

.file-container {
  font-size: 13pt;
  color: #4d4d4d;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.software-developer .Company-paragraph {
  margin-top: 30px;
  padding: 0 10px;
}
.software-developer .file-container,
.software-developer .my-information-button {
  padding: 0 10px;
}
.file-container .file-wrapper {
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto 90px;
  position: relative;
}
.file-input {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000;
   z-index: 10;
   cursor: pointer;
   opacity: 0;
}
.file-input--active + .file-content {
   background: var(--drag-over-background);
}
.file-input--active + .file-content .file-icon {
   opacity: 0.5;
}
.file-input--active + .file-content .file-icon i {
   animation-name: bounce;
   animation-duration: 0.6s;
   animation-iteration-count: infinite;
   animation-timing-function: ease;
}
.file-input--active + .file-content .file-icon .icon-shadow {
   animation-name: shrink;
   animation-duration: 0.6s;
   animation-iteration-count: infinite;
}
.file-content {
   position: relative;
   display: block;
   width: 100%;
   height: 100%;
   border-radius: var(--dialog-border-radius);
   transition: 0.2s;
}
.file-content .file-infos {
  position: absolute;
  display: flex;
  width: 100%;
  height: 110px;
  min-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.file-content .file-infos .file-icon {
   position: relative;
   width: 100%;
   height: 100%;
   margin: 0;
   color: var(--icon-color);
   background-color: #dcf9ff21;
   border-radius: var(--dialog-border-radius);
   padding: var(--dialog-padding);
   transition: 0.2s;
   border: dashed 2px #91c7d263;
}
.file-content .file-infos .file-icon i {
   margin: 20px 0;
   width: 100%;
   color: #9a94ef;
}
.file-content .file-infos .file-icon .icon-shadow {
   position: relative;
   display: block;
   width: 95px;
   height: 7px;
   border-radius: 100%;
   background-color: var(--drag-over-background);
   top: -17px;
   margin-left: auto;
   margin-right: auto;
}
.file-content .file-infos .file-icon > span {
   position: absolute;
   bottom: var(--dialog-padding);
   width: calc(100% - var(--dialog-padding) * 2);
}
.file-content .file-infos .file-icon > span span {
   display: none;
}
.file-content .file-infos .file-icon > span .has-drag {
   display: inline;
}
.file-content .file-infos .file-icon i,.file-content .file-infos .file-icon span {
   display: block;
   text-align: center;
   text-transform: uppercase;
   font-weight: bold;
}
.file-container .file-wrapper .file-content .file-name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -70px;
  right: 0;
  font-weight: bold;
  font-size: 15pt;
  margin: auto;
  text-align: center;
}
 @keyframes bounce {
   0% {
     transform: translateY(0px);
  }
   50% {
     transform: translateY(-15px);
  }
   100% {
     transform: translateY(0px);
  }
}
 @keyframes shrink {
   0% {
     width: 95px;
  }
   50% {
     width: 75px;
  }
   100% {
     width: 95px;
  }
}
 
.upload-text{
  position: absolute;
  margin-top: 100px;
  display:flex;
  flex-flow:column;
  align-items:center;
  left: calc(50% - 59px);
  font-size: 10px;
  color:#b7b7b7;
}

.bold{
  font-weight: 500;
  margin: 5px 0;
  font-size:12px;
  color:grey;
}

.upload-text button, input[type="button"]{
  padding: 8px 12px;
  border: 0;
  color:white;
  border-radius: 7px;
  background: #9a94ef;
  font-size: 12px;
}



.contact-us-page .box {
    grid-template-columns: 2fr 2fr;
   display: grid;
   box-shadow: 0px 0px 7px -2px #0000004f;
}
.contact-us-page {
  margin: 70px 0;
}

.contact-us-page .box .info {
 
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  background-color: #223035;
  color: #163568;
  margin-right: 30px;
  padding: 0 20px;
}
.contact-us-page .box .info h4 {
  margin: 10px 0 25px;
}
.contact-us-page .box .info p {
  margin: 5px 0px;
  color: #fff;
}
.contact-us-page .box .info p:nth-child(4) {
  margin-bottom: 20px;
}
section.info .col-6 p+p {
    padding-top: 30px;
}
.contact-us-page .box h3 {
  margin-top: 0px;
    text-align: center;
    color: #b5c06c;
    display: block;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 60px;
}
.contact-us-page .box form {
  width: 100%;
  display: grid;
  margin-bottom: 30px;
}

.contact-us-page .box form .name, .contact-us-page .box form .company, .contact-us-page .box form .email, .contact-us-page .box form .tele, .contact-us-page .box form .message {
  margin-bottom: 40px;
}
.contact-us-page .box form .name label, .contact-us-page .box form .company label, .contact-us-page .box form .email label, 
.contact-us-page .box form .tele label, .contact-us-page .box form .message label {
  font-size: 15px;
  opacity: 1;
  color: #000000;
}
.contact-us-page .box form .name input, .contact-us-page .box form .company input, .contact-us-page .box form .email input, .contact-us-page .box form .tele input,
.contact-us-page .box form .name select{
  padding: 5px;
  outline: none;
  background-color: #efefef;
  border: none;
  color: #000000;
  width: 95%;
  height: 72%;
}
.my-information-form .information-name select{
  padding: 5px;
  outline: none;
  background-color: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 
  color: #000000;
  width: 100%;
  height: 47px;
  font-size:15px;
}
.contact-us-page .box form .message {
  grid-column: 1/3;
}
.contact-us-page .box form .message #message {
  height: 90px;
  width: 98%;
  padding: 5px;
  outline: none;
  border: none;
  color: #000000;
  background-color: #efefef;
}
.contact-us-page .box form .submit {
  grid-column: 1/3;
}
.contact-us-page .box form .submit input[type=submit] {
  cursor: pointer;
  background: #223035;
  letter-spacing: 0.2em;
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 5px;
  display: block;
  max-width: 80%;
  width: 50%;
  margin: auto;
  text-align: center;
  transition: 0.3s linear;
  font-weight: bold;
  margin-top: 20px;
}
.contact-us-page .box form .submit input[type=submit]:hover, .contact-us-page .box form .submit input[type=submit]:focus {
  color: #efefef;
  background: #19272b;
}
.information-name,
.my-information-button {
  margin-top: 30px;
}
.my-information-button input[type="submit"] {
  background-color: #223035;
  border: none;
  padding: 12px 144px;
}
a .my-information-button .submit {
    text-align: left;
}
.my-information-button input[type="submit"] {
  background-color:#19272b;
}
.information-name label {
  font-size: 16px;
  margin-bottom: 4px;
  color: rgb(38, 42, 58);
  font-weight: 600;
}
.my-information-wrapper {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  margin-top: 50px;
}
.information-name {
  float: left;
  max-width: 50%;
  width: 100%;
  padding: 0 10px;
}
.what-we-do-wrapper {
  padding: 70px 0;
}
.bradcrumb-main-inner-page.industries-wrapper {
    background: url(../img/industries-bradcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.bradcrumb-main-inner-page.domains-wrapper {
    background: url(../img/domains-bradcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.bradcrumb-main-inner-page.resume-wrapper {
    background: url(../img/intership.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.bradcrumb-main-inner-page.careers {
    background: url(../img/careers.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.bradcrumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    margin: 0 auto;
}
p.diversity-phareraph {
    margin-bottom: 20px;
}
.bradcrumb p {
    color: #fff;
    margin-top: 20px;
    max-width: 1240px;
    width: 100%;
    font-size:24px;
}
.bradcrumb h2 {
    font-weight: bold;
    font-size: 100px;
    max-width:1100px;
}
    
.bradcrumb-main-inner-page {
    margin-top: -124px;
    min-height:905px;
    background: url(../img/clients-page.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    position: relative;
    margin-bottom: 70px;
}
.bradcrumb-main-inner-page.get-in-touch {
    margin-top: -124px;
    min-height:905px;
    background: url(../img/get-in-touch.jpeg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    position: relative;
    margin-bottom: 70px;
}
.bradcrumb-main-inner-page.core-values {
     background: url(../img/core-value.jpeg);
       background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
     
}
.innerpage-heading {
  text-align: center;
}
.diversity-images-text-wrapper {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 0px;
}
.diversity-images-text-wrapper .about-imaegs-wrapper {
      float: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
    border: 2px solid #e5e5e5;
    border-radius: 55px;
    background-color: #efefef;
    MARGIN-TOP: 50PX;
}
.diversity-images-text-wrapper .careers-and-talent-solutions-managment-tab.careers-tab-wrapper {
    float: left;
    max-width: 100%;
    width: 100%;
    padding: 0;
    border: 2px solid #e5e5e5;
    border-radius: 55px;
    background-color: #efefef;
    margin-bottom:60px;
}
.diversity-images-text-wrapper .about-tab {
    margin-bottom: 0;
    border-bottom: 2px solid #e5e5e5;
    padding: 20px 0px;
}
.diversity-bottom-wrapper {
    margin-top: 40px;
}
.our-core-values-shipping {
    display: flex;
}
.our-core-values-shipping .how-do-slider-wrapper {
    padding: 30px;
    opacity: 1;
}
.our-core-values-teamwork-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 13rem;
    margin-bottom: 40px;
}
.diversity-images-text-wrapper .careers-tab-wrapper section ul {
    border-radius: 0px 0px 50px;
    background-color: #fff;
}
.diversity-images-text-wrapper .careers-tab-wrapper section .active {
    background-color: #fff;
}
.diversity-images-text-wrapper .careers-tab-wrapper section h4 {
    text-align: center;
    border-right: none;
    border-left: none;
    border-top: 2px solid #e5e5e5;
    border-bottom: none;
    font-size:26px;
    margin-bottom: 0;
}
.diversity-images-text-wrapper .careers-tab-wrapper section  p {
    font-size:24px;
}
.overview-wrapper {
    margin-top: 50px;
}
.overview-wrapper h3 {
    color: #000000;
    padding-bottom: 10px;
}
.what-we-do-heading {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.box-text-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.box-text-wrapper {
  border:  1px solid #96a2a2;
  border-right: 0;
  border-bottom: 0;
}
.box-text-wrapper ul li {
  float: left;
  max-width: 25%;
  width: 100%;
  border-bottom: 1px solid #96a2a2;
  border-right: 1px solid #96a2a2;
  border-top: 0;
  border-left: 0;
}
.box-two-wrapper ul li {
  float: left;
  max-width: 50%;
  width: 100%;
}
.box-three-wrapper ul li {
  float: left;
  max-width: 33.33%;
  width: 100%;
}
.box-text-wrapper-main a {
  position: relative;
  display: block;
  width: 100%;
  color: #a8aabc;
  overflow: hidden;
}
.box-text-wrapper-main a .box-text-show {
  width: 100%;
  height: 328px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.box-text-wrapper-main a .box-text-show h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5em;
  transform: translate(-50%, -50%);
}
.who-we-section-main-title .div_Circle {
  max-width: 30%;
  width: 100%;
  position: relative;
  float: left;
}
.spectrum.firstchild {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translateY(-50%);
}
.best-solution-wrapper .who-we-are-tab-wrapper {
  float: left;
  max-width: 70%;
  width: 100%;
}
.div_Circle .circles {
  margin-left: 0;
  position: relative;
  margin-top: -251px;
}
.spectrum.firstchild h2 {
  color: #000000;
}
.div_Circle .circles div {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: solid 13px;
  position: absolute;
}
.div_Circle .circles .div_Circle1.coloredCircle1 {
    border-color: #3190bd transparent transparent;
}

.div_Circle .circles .div_Circle2.coloredCircle2 {
    border-color: #175fd4 transparent transparent;
}
.div_Circle .circles .div_Circle2 {
    transform: rotate( 134deg );
    border-color: #b4b5b6 transparent transparent;
    z-index: 1;
}
.div_Circle .circles .div_Circle1 {
    transform: rotate( 46deg );
    border-color: #d2d2d2 transparent transparent;
    z-index: 0;
}

.box-text-wrapper-main a .box-text-hide {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 28px;
  color: #ffffff;
  background-color: #000000;
  transform: translateY(100%);
  transition: transform 0.5s;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.our-core-values-teamwork-heading h2 {
    color: #444;
     font-size: 67px;
     line-height:1;
}
.our-core-values-teamwork-heading p {
    font-size: 67px;
      line-height:1;
    max-width: 700px;
    color: #444;
}
.how-do-icon {
    min-height: 72px;
}
.box-text-wrapper-main a:hover .box-text-hide {
  transform: translateY(0);
}
.box-text-show h6 {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
}
.my-information-form {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.box-text-hide p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.what-we-do-heading {
  text-align: center;
}
.what-we-do-heading h5 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 40px;
  color: #000000;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #a1abb6;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  z-index: 9999;
  display: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 4;
  box-sizing: content-box;
  transition: all 200ms linear;
}

.topping {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.video__btn {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__btn i {
  font-size: 42px;
}

.video__80 {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--white);
}
.video__80 i {
  font-size: 42px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .video__80 {
    width: 60px;
    height: 60px;
  }
  .video__80 i {
    font-size: 32px;
  }
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .fz-16 {
    font-size: 14px;
  }
}

.fz-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .fz-18 {
    font-size: 16px;
  }
}

.fz-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .fz-20 {
    font-size: 18px;
  }
}

.fz-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .fz-24 {
    font-size: 20px;
  }
}

.fz-26 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .fz-26 {
    font-size: 22px;
  }
}

.fz-30 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .fz-30 {
    font-size: 26px;
  }
}

.fz-32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .fz-32 {
    font-size: 28px;
  }
}

.fz-38 {
  font-size: 38px;
}

.ifz32 {
  font-size: 32px;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.d1 {
  font-size: 80px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.d2 {
  font-size: 72px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.d3 {
  font-size: 64px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.d4 {
  font-size: 56px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.pfz-24 {
  font-size: 24px;
  line-height: 150%;
}

.pfz-20 {
  font-size: 20px;
  line-height: 150%;
}

.pfz-18 {
  font-size: 18px;
  line-height: 150%;
}

.pfz-16 {
  font-size: 16px;
  line-height: 150%;
}

.pfz-14 {
  font-size: 14px;
  line-height: 150%;
}

.pfz-12 {
  font-size: 12px;
  line-height: 150%;
}

.p-24 {
  padding: 24px;
}
@media (max-width: 991px) {
  .p-24 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .p-24 {
    padding: 15px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
  .slider-main-home-page {
    width: 100%;
    overflow: hidden;
    }
  .slider-video-wrapper video {
    width: auto !important;
    height: 80vh;
    overflow: hidden !important;;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .pt-60 {
    padding-top: 50px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pb-60 {
    padding-bottom: 50px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 30px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .pb-30 {
    padding-bottom: 20px;
  }
}

.pt-30 {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .pt-30 {
    padding-top: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 15px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .pt-24 {
    padding-top: 15px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .pb-20 {
    padding-bottom: 15px;
  }
}

.pt-20 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .pt-20 {
    padding-top: 15px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

.pt-16 {
  padding-top: 16px;
}
@media (max-width: 991px) {
  .pt-16 {
    padding-top: 10px;
  }
}

.pb-15 {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .pb-15 {
    margin-bottom: 10px;
  }
}

.pt-15 {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .pt-15 {
    margin-top: 10px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.pt5 {
  padding-top: 5px;
}

.p-8 {
  padding: 8px;
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .mt-100 {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mt-60 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 50px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}

.mt-50 {
  padding-top: 52px;
}
@media (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}

.mb-50 {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 15px;
  }
}

.mt-24 {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mt-20 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .mt-20 {
    margin-top: 15px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .mb-15 {
    margin-bottom: 10px;
  }
}

.mt-15 {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .mt-15 {
    margin-top: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb5 {
  margin-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.ftext {
  color: var(--ftext);
}

.nbg {
  background: #212020 !important;
}

.nice-select {
  background: rgb(239 239 239);
  color: var(--title);
  font-size: 14px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  outline: none;
  padding: 8px 24px 8px;
  border: none;
  border-radius: 0;
  max-width: 95%;
}
.nice-select:hover {
  border-color: var(--border);
}
.nice-select option {
  color: var(--white);
}
.nice-select .current {
  margin: 0px;
  font-size:14px !important;
  
}
.information-name .nice-select {
    height:49px; 
    padding-top:13px;
}
.submit {
    text-align: center;
}

.nice-select:after {
  right: 23px;
  border-bottom: 1px solid var(--title);
  border-right: 1px solid var(--title);
  width: 10px;
  height: 10px;
}

.cmborder {
  border: 1px solid #D9D9D9;
}
.nice-select.open .list li:hover {
  background: rgb(239 239 239);
}

.nice-select.open .list {
  background: #fff;
  margin-top: 16px;
  width: unset;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.nice-select .option.selected.focus {
  background: rgb(239 239 239);
  outline: none;
}

.nice-select .option {
  border: 1px solid var(--border);
}
.nice-select .option:hover {
  background: transparent;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pagination a {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--base);
  transition: all 0.4s;
}
.pagination a:hover {
  background: var(--base);
  color: var(--white);
  border-color: var(--base);
}
.pagination a:hover i {
  color: var(--white);
}
.pagination a span {
  margin-top: -4px;
}
.pagination a span i {
  font-size: 22px;
  color: var(--text);
}
.pagination .border-added {
  border: none;
  width: 26px;
  height: 44px;
}
.pagination .border-added i {
  font-size: 36px;
}
.pagination .border-added:hover {
  background: transparent;
}
.pagination .border-added:hover i {
  color: var(--base);
}
.testimonial__wraptwo .owl-dots .owl-dot span {
  background: var(--border);
  width: 8px;
  height: 8px;
}
.testimonial__wraptwo .owl-dots .owl-dot.active span {
  width: 28px;
  background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
}

.social li a {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(0, 13, 39, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.social li a i {
  transition: all 0.3s;
  font-size: 16px;
}
.social li:hover a {
  background: var(--base);
  border-color: var(--base);
}
.social li:hover a i {
  color: var(--white) !important;
}

.cmn__icon {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--white);
}
.cmn__icon i {
  color: var(--white);
  font-size: 16px;
}

.section__title .sub__text {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section__title .sub__text span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--base);
}
.section__title .sub__text img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.section__title .text-title {
  color: var(--white);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -1.1px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .section__title .text-title {
    font-size: 42px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .section__title .sub__text {
    margin-bottom: 10px;
  }
  .section__title .text-title {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
    margin: 0 auto;
  }
}

.base {
  color: var(--base) !important;
}

.base2 {
  color: var(--base2);
}

.ratting {
  color: var(--ratting);
}

.title {
  color: var(--subtitle);
}

.mtitle {
  color: var(--mtitle) !important;
}

.subtitle {
  color: #343E56;
}

.white {
  color: var(--white) !important;
}

.ptext {
  color: var(--pra) !important;
}

.ptext2 {
  color: var(--pragraph2);
}

.ptext3 {
  color: var(--pragraph3);
}

.bartext {
  color: var(--bartext);
}

.Company-Good span {
  color: #b5c06c;
  font-weight: 500;
  font-size: 28px;
}

.Company-heading {
  padding: 10px 0;
}

.Company-heading h4 {
  font-weight: 700;
    margin-bottom: 0;
    font-size: 67px;
    color: #000;
    margin-bottom:30px;
}

.Company-paragraph {
  margin-bottom: 50px;
}

.Company-paragraph p {
  font-size: 24px;
  color: #000000;
  line-height: 1.8;
}
.Company-paragraph p.diversity-phareraphnew {
    font-size: 32px;
}
.diversity-images-text-wrapper {
    overflow: hidden;
}
.Company-img li {
  display: inline;
  padding: 0px 15px;
}

.Company-img li img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.Company-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Company-img ul {
  display: flex;
}
.Company-right {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.Company-img ul > li{
  float: left;
  max-width: 20%;
}
.rattingbg {
  background: var(--ratting);
}
.button-group-wrapper a:hover {
  color: #fff;
  background-color: #223035;
  border-color: #223035;
}
.counter-wrapper {
  background: url(../img/main-home-img-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 0 10px 0 20px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 20px;
  padding: 5.5% 30% 7.2% 7.5%;
}
.boost-wrapper-main {
  background-color: #e1e1e1;
  background-image: url(../img/boost.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 77% auto;
  padding: 7% 35% 40.5% 8.5%;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 0 0 0 30px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 30px;
}
.class-name-center {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.boost-wrapper-title h4.boost-title {
  font-family: "Dm Sans",sans-serif;
  color: #000000;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 0 0 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.counter-main h4.count,
.counter-main span {
  font-weight: 400;
  line-height: 1;
  font-size: 110px;
  display: inline-block;
  color: #FFFFFF54;
  vertical-align: middle;
  font-family: "Dm Sans",sans-serif;
}
.counter-wrapper-top h4.title {
  margin: 16px 0 0 0;
  margin-top: 1px;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 500;
  font-family: "Dm Sans",sans-serif;
}
.counter-wrapper-top {
    padding: 0 0 90px;
}
.counter-wrapper-bottom .button-group-wrapper a {
  font-size: 15px;
  padding: 5px 29px 6px;
  background-color: rgba(255,255,255,.2);
  border: 1px solid transparent;
  border-radius: 25px;
  transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #fff;
}
.gratext {
  background: -webkit-linear-gradient(#4569E7, #1AEFD5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.round16 {
  border-radius: 16px;
}

.round50 {
  border-radius: 50%;
}

.round100 {
  border-radius: 100px;
}

.round300 {
  border-radius: 300px;
}

.round10 {
  border-radius: 10px;
}

.round5 {
  border-radius: 5px;
}

.text99 {
  color: #979797;
}

.bgsection {
  background: var(--bgsection);
}

.footerbg {
  background: var(--footer);
}

.bg1 {
  background: var(--bg1) !important;
}

.fixedclr {
  color: #E9F0FF !important;
}

.bgwhtie {
  background: var(--white);
}

.transition {
  transition: all 0.4s;
}

.bg-trans {
  background: transparent !important;
}

.bord {
  border: 1px solid var(--base);
}

.bord2 {
  border: 1px solid var(--base2);
}

.bord3 {
  border: 1px solid var(--base3);
}

.Marketybor {
  border: 1px solid #414141;
}

.Marketyext {
  color: #414141 !important;
}

.ashover {
  color: #414141 !important;
}
.ashover:hover {
  color: #fff !important;
}

.aw {
  color: #818181 !important;
}

.tw {
  color: #fff !important;
}

.bborder {
  border-bottom: 1px solid var(--border);
}

.bborder1 {
  border-bottom: 1px solid var(--border1);
}

.cborder {
  border-bottom: 1px solid var(--cborder);
}

.bborderdash {
  border-bottom: 1px dashed var(--border);
}

.tborderdash {
  border-top: 1px dashed var(--border);
}

.ralt {
  position: relative;
}

.roundtop {
  border-radius: 300px 300px 0 0;
}

@media (min-width: 992px) {
  .img__ending {
    justify-content: flex-end;
  }
}

.btnround5 {
  border-radius: 5px !important;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.overhid {
  overflow: hidden;
}

.bgadd {
  position: relative;
}
.bgadd::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
  opacity: 0.1;
  z-index: -1;
}

.bgwhite {
  background: var(--white);
}

.boxes1 {
  background: var(--boxes1);
}

.boxes2 {
  background: var(--boxes2);
}

.boxes3 {
  background: var(--boxes3);
}

.boxes4 {
  background: var(--boxes4);
}

.blacks {
  color: #181818 !important;
}

.tcapi {
  text-transform: capitalize;
}

.icolor1 {
  color: var(--icolor1);
}

.icolor2 {
  color: var(--icolor2);
}

.round5 {
  border-radius: 5px;
}

.round10 {
  border-radius: 10px;
}

.round16 {
  border-radius: 16px;
}

.round20 {
  border-radius: 20px;
}

.round50 {
  border-radius: 50%;
}

.shadow1 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.shadow2 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}

.shadow6 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

.owl-nav .owl-prev:hover {
  background: transparent;
}
.owl-nav .owl-prev:hover i {
  background: linear-gradient(101.84deg, #452FF4 1.08%, rgba(178, 65, 226, 0.7725490196) 98.75%);
  color: var(--white);
}
.owl-nav .owl-prev i {
  background: var(--white);
  width: 40px;
  height: 40px;
  border: 1px solid var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--base);
}
.owl-nav .owl-next:hover {
  background: transparent;
}
.owl-nav .owl-next:hover i {
  background: linear-gradient(101.84deg, #452FF4 1.08%, rgba(178, 65, 226, 0.7725490196) 98.75%);
  color: var(--white);
}
.owl-nav .owl-next i {
  background: var(--white);
  width: 40px;
  height: 40px;
  border: 1px solid var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--base);
}

.darktitle {
  color: #181818 !important;
}
.who-we-section-main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2%;
}
.careers-and-talent-solutions-managment,
.best-solution-wrapper {
  margin: 70px 0;
}

.best-solution-wrapper {
  margin: 230px 0 300px;
}
.careers-tab-wrapper section {
  zoom: 1;
  position: relative;
  height: auto;
}

.careers-tab-wrapper section:after,
.careers-tab-wrapper section:before {
  content: "";
  display: table;
}

.careers-tab-wrapper section:after {
  clear: both;
}

.careers-tab-wrapper section h4 {
  background: transparent;
  cursor: pointer;
  border: 1px solid #000000;
  padding: 15px 20px;
  color: #000000;
}

@media screen and (min-width: 600px) {
  .careers-tab-wrapper section h4 {
    position: relative;
    width: 33.333333333333336%;
    display: block;
  }
}

.careers-tab-wrapper section ul {
  zoom: 1;
  position: relative;
  height: auto;
  min-height: 100%;
  border: 1px solid #efefef;
  border-left: none;
  display: none;
  background-color: #efefef;
}

.careers-tab-wrapper section ul:after,
.careers-tab-wrapper section ul:before {
  content: "";
  display: table;
}

.careers-tab-wrapper section ul:after {
  clear: both;
}

.careers-tab-wrapper section ul li {
  color: #000000;
}
.overview-wrapper span {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #000000;
}
.overview-wrapper h5 {
    color: #000000;
}
.nested-overview div {
    color: #000000;
}
@media screen and (min-width: 600px) {
  .careers-tab-wrapper section ul {
    position: absolute;
    width: 66.66666666666667%;
    right: 0;
    top: 0;
    padding: 15px 30px;
  }
}

.careers-tab-wrapper section .active {
  cursor: default;
  color: #000000;
}

@media screen and (min-width: 600px) {
  .careers-tab-wrapper section .active {
    background: #efefef;
    border-right: 1px solid #efefef;
  }
}

.careers-tab-wrapper section .active + ul {
  display: block;
}




.who-we-are-tab-wrapper section {
  zoom: 1;
  position: relative;
  height: auto;
}

.who-we-are-tab-wrapper section:after,
.who-we-are-tab-wrapper section:before {
  content: "";
  display: table;
}

.who-we-are-tab-wrapper section:after {
  clear: both;
}

.who-we-are-tab-wrapper section > h4 {
  background: transparent;
  cursor: pointer;
  padding: 15px 20px;
  color: rgb(135 135 135 / 20%);
}

@media screen and (min-width: 600px) {
  .who-we-are-tab-wrapper section > h4 {
    position: relative;
    width: 17.333333%;
    display: block;
  }
}

.who-we-are-tab-wrapper section ul {
  zoom: 1;
  position: relative;
  height: auto;
  min-height: 100%;
  display: none;
}

.who-we-are-tab-wrapper section ul:after,
.who-we-are-tab-wrapper section ul:before {
  content: "";
  display: table;
}

.who-we-are-tab-wrapper section ul:after {
  clear: both;
}

.who-we-are-tab-wrapper section ul li {
  color: #000000;
}
.business-rihgt-one-heading h4 {
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .who-we-are-tab-wrapper section ul {
    position: absolute;
    width: 82.66666666666667%;
    right: 0;
    top: -180px;
    padding: 0px 30px;
  }
}
.box-bussiness-wrapper {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.who-we-are-tab-wrapper section .active {
  cursor: default;
  color: #000000;
}

.best-solution-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.who-we-are-tab-wrapper section > h4 {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform:capitalize;
}

.who-we-are-tab-wrapper section .active + ul {
  display: block;
}

.shape-right-images img {
    border-radius: 0 106px 0 0;
    width: 100%;
    height: 300px;
    max-width: 300px;
}
.who-we-are-tab-wrapper section ul li:nth-child(3) {
    position: absolute;
    top: 325px;
    left: 350px;
    z-index: 0;
}
.shape-right-secound-images img {
    border-radius: 106px 0 0 0;
    width: 100%;
    height: 400px;
    max-width: 400px;
}
.shape-left-text p {
    color: #fff;
}
.shape-left-text p strong {
  margin-top: 14px;
  display: block;
}
.shape-left-text {
    border-radius: 106px 0 0 0;
    padding-top: 52px;
    padding-left: 61px;
    padding-right: 41px;
    height: 400px;
    width: 400px;
    background-color: #000000;
}
.who-we-are-tab-wrapper section ul li:nth-child(1) {
    position: absolute;
    top: 75px;
    left: 0px;
    z-index: 2;
}
.who-we-are-tab-wrapper section ul li:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 450px;
    z-index: 1;
}
.preloader__matias {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transform: translate(-50%, -50%);
  background: #fff;
}
.preloader__matias .matias {
  display: block;
  width: 120px;
  height: 120px;
  border: 5px solid var(--base);
  border-radius: 50%;
  overflow: hidden;
  padding: 10px 5px 0;
  animation: upd 2s linear infinite;
  margin: 0 auto 5px;
}
.preloader__matias .matias img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: -10px;
}
.preloader__matias .mati {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base);
  color: transparent;
  letter-spacing: 8px;
}

@keyframes upd {
  50% {
    transform: translateY(-10px);
  }
}
.cus__mb60 {
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .cus__mb60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .cus__mb60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .cus__mb60 {
    margin-bottom: 30px;
  }
}

.hover__circle {
  width: 208px;
  height: 208px;
  background: var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.hover__circle .box {
  position: relative;
  z-index: 1;
}
.hover__circle .box i {
  margin-bottom: 1px;
  font-size: 28px;
  display: block;
  color: var(--title);
  transition: all 0.4s;
}
.hover__circle .box .textmore {
  color: #282828;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.4s;
}
.hover__circle::before {
  width: 208px;
  height: 208px;
  border-radius: 50%;
  border: 1px solid var(--base);
  content: "";
  position: absolute;
  top: 10px;
  left: -7px;
  transition: all 0.4s;
}
.hover__circle::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 38px;
  left: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--base);
  height: 10px;
  opacity: 0;
}
.hover__circle:hover .textmore {
  color: var(--title);
}
.hover__circle:hover i {
  color: var(--title);
}
.hover__circle:hover::before {
  top: -10px;
}
.hover__circle:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  bottom: 0;
}
@media (max-width: 767px) {
  .hover__circle {
    width: 120px;
    height: 120px;
  }
  .hover__circle::before {
    width: 120px;
    height: 120px;
  }
  .hover__circle .box .textmore {
    font-size: 12px;
  }
  .hover__circle .box i {
    margin-bottom: 0px;
    font-size: 26px;
  }
}

.cmn__bg {
  background:#f7f7f7;
}

.sub__contact {
  background: var(--bgsection);
  position: relative;
}
.sub__contact::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 450px;
  content: "";
  background: var(--bg1);
}
@media (max-width: 1399px) {
  .sub__contact::before {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .sub__contact::before {
    display: none;
  }
}

.sub__contact__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.sub__contact__wrapper .sub__contact-left {
  display: flex;
  align-items: center;
  gap: 0px;
}
@media (max-width: 1399px) {
  .sub__contact__wrapper .icon {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .sub__contact__wrapper .sub__contact-left {
    gap: 30px;
  }
  .sub__contact__wrapper .sub__contact-right .social li a {
    border-color: var(--base);
  }
}
@media (max-width: 991px) {
  .sub__contact__wrapper .sub__contact-left {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .sub__contact__wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
}

.sub__contac-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sub__contac-item .icon {
  width: 48px;
  height: 48px;
  background: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sub__contac-item .icon i {
  color: var(--white);
}
.sub__contac-item .content .address {
  color: #2eca7f;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sub__contac-item .content .textp {
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 991px) {
  .cus__nonesub {
    display: none;
  }
}

.remove__click {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove__click i {
  font-size: 32px;
  color: var(--white);
}
.remove__click:hover {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .remove__click {
    width: 39px;
    height: 39px;
  }
  .remove__click i {
    font-size: 22px;
  }
}
.drawer-main img {
    width: 100%;
}
.subside__barmenu {
  width: 400px;
  height: 100%;
  position: fixed;
  z-index: 99999;
  right: -400px;
  top: 0;
  transition: all 0.4s;
  overflow-y: scroll;
  background-color: rgba(0,0,0,.5);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
  backdrop-filter: blur(4px) brightness(100%);
}
.subside__barmenu .remove__click {
  width: 40px;
  height: 40px;
  margin: 10px;
  margin-left: auto;
}
.subside__barmenu .remove__click:hover {
  cursor: pointer;
}
.footer-social .sub-heading h4 {
  font-size: 14px;
  margin-top: 20px;
}

.subside__barmenu .remove__click i {
  font-size: 22px;
  color: #fff;
}
.subside__barmenu .sub__contact__wrapper {
  padding: 40px 20px;
}
.subside__barmenu .sub__contact__wrapper .side-logo {
  margin-bottom: 20px;
}
.subside__barmenu .sub__contact__wrapper p {
  font-size: 14px;
  margin-bottom: 40px;
  color: #bcc3c5;
}
.subside__barmenu .sub__contact__wrapper .sub__contact-left {
  gap: 24px;
  margin-bottom: 40px;
}
.subside__barmenu .sub__contact__wrapper .social li a {
  width: 45px;
  height: 45px;
  background: var(--base);
  border: 1px solid var(--base);
}
.subside__barmenu .sub__contact__wrapper .social li a i {
  color: var(--title);
}
.subside__barmenu::before {
  display: none;
}
.subside__barmenu.active {
  right: 0px;
}

.header-section {
  width: 100%;
  z-index: 9;
  position: relative;
  background: rgba(0,0,0,0.7);
}
@media (max-width: 1600px) {
  .header-section::after {
    right: calc(20% - 30px);
  }
}
@media (max-width: 1399px) {
  .header-section::after, .header-section::before {
    display: none;
  }
}

.menu-fixed {
  position: fixed;
  display:none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.9s;
  background: #000;
  box-shadow: 0px -31px 32px 9px #f4f4f4;
}
.testimonial__slidewrap .swiper-pagination3.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal  {
    display: none;
}
.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  width: 100%;
  position: relative;
  padding: 0 0;
  border-bottom: 1px solid #f4f4f457;
}
.header-wrapper .menu__components {
  gap: 16px;
}
.icon-header,
.slider-icon {
  transform: rotate(335deg);
}
.header-navigation {
  margin-left: auto;
}
.slider-bottom-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  bottom: 25%;
  left: 3%;
  border-top: 1px solid #fff;
  padding-top: 20px;
  border-radius: 2px;
}
ul.sub-menu h4 {
  color: #000;
}
.slider-bottom-wrapper .button-slider-wrapper a {
  font-size: 15px;
  padding: 12px 38px 12px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #fff;
}
.slider-pharegraph {
    padding-left: 150px;
}
.slider-pharegraph p {
  max-width: 500px;
  color: #ffffff;
}
.slider-bottom-wrapper .button-slider-wrapper {
    padding: 0; 
}
.header-wrapper .menu__components .cmn--btn {
  font-size: 15px;
  line-height: 2em;
  font-weight: 400;
  text-decoration: none;
  outline: 0;
  transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out;
  padding: 6px 33px 7px;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: rgba(255,255,255,.2);
}
@media (max-width: 1199px) {
  .header-wrapper .menu__components .cmn--btn {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 16px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .menu__components .cmn--btn {
    padding: 7px 11px;
  }
}
@media (max-width: 500px) {
  .header-wrapper .menu__components .cmn--btn {
    padding: 6px 8px;
  }
}
@media screen and (max-width: 500px) and (max-width: 374px) {
  
}
.header-wrapper .main__logo .logo {
  display: block;
  width: 150px;
}
.header-wrapper .main__logo .logo img {
  width: 210px;
    height: auto;
    object-fit: contain;

}
@media (max-width: 1199px) {
  .header-wrapper .main__logo .logo {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .header-wrapper .main__logo .logo {
    width: 100px;
  }
}
.header-wrapper .main-menu {
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.4s;
  position: relative;
}
.header-wrapper .main-menu li a {
  color: var(--white);
  font-size: 15px;
  font-style: normal;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  text-transform: capitalize;
  padding: 0 29px;
}
.menu-fixed .header-wrapper .main-menu li a {
  color: #000000;
}
.menu-fixed .header-wrapper .menu__components .cmn--btn {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
}
.menu-fixed .cmn--btn span,
.menu-fixed .remove__click i {
    color: #fff;
}
.header-wrapper .main__logo .logo {
  display: block;
  width: 87px;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 16px !important;
  color: var(--white);
}
.header-wrapper .main-menu li .sub-menu {
  position: relative;
  padding: 5px 5px 5px 5px;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu .sub-menutwo ul {
    position: absolute;
    top: -31px;
    left: 100%;
    width: 250px;
    z-index: 999;
    transition: all 0.3s;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 34px 0px;
    justify-content: center;
    opacity: 0;
    gap: 5px;
    transform: translateY(55px);
    visibility: hidden;
    display: block !important;
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo ul li a {
    color: var(--title);
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo ul li:hover a {
    color: var(--base);
    padding-left: 10px;
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(25px);
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo:hover ul li a::before {
    display: none;
  }
}
header.header-section .header-navigation ul.sub-menu.industries-wrapper {
    display: flex !important;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    transition: all 0.3s;
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 34px 0px;
    justify-content: center;
    opacity: 0;
    gap: 5px;
    transform: translateY(55px);
    visibility: hidden;
    display: block !important;
  }
  .header-wrapper .main-menu li .sub-menu ul {
    display: block !important;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--title);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 5px 8px;
  margin: 1px;
  border-radius: 8px;
  transition: all 0.4s;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--changeborder);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    padding: 0 4px 10px 4px;
  }
}
.header-wrapper .main-menu li .sub-menu li:hover a {
  color: var(--base);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(25px);
  }
  .header-wrapper .main-menu li:hover .sub-menu::before {
    position: absolute;
    content: "";
    top: -18px;
    left: 26px;
    width: 28px;
    height: 20px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }
}
@media (max-width: 1600px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
  .header-wrapper .main-menu li a {
    font-size: 16px;
    padding: 16px 16px;
  }
}
@media (max-width: 1399px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
  .header-wrapper .main-menu li a {
    font-size: 14px;
    padding: 16px 10px;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
  .header-wrapper .main-menu li a {
    font-size: 14px;
    padding: 16px 4px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
  .header-wrapper .main-menu li a {
    font-size: 14px;
    padding: 16px 2px;
  }
}
.header-wrapper .menu__right__components {
  gap: 15px;
}
@media (max-width: 500px) {
  .header-wrapper .menu__right__components {
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .main-menu {
    position: fixed;
    top: 54px;
    width: 100%;
    left: 0;
    display: block !important;
    margin-top: 20px;
    z-index: 999;
    padding: 15px 15px;
    transition: all 0.4s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    background: var(--subtitle);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    position: fixed;
    opacity: 0;
    visibility: hidden;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
    border-bottom: 1px solid rgba(170, 181, 200, 0.5);
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 6px;
  }
  .main-menu li .sub-menu {
    display: none;
  }
  .main-menu li .sub-menu li {
    border-bottom: unset;
  }
  .main-menu .active a {
    color: var(--white);
  }
  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--white);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white);
  }
  .header-bar span:last-child {
    bottom: 0;
    background: var(--white);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
}
.banner__section {
 background-attachment: fixed;
}

.banner__content {
  padding: 140px 0 180px;
}
.slider-slider-wrapper {
  position: relative;
  background: rgba(2,26,50,.5);
}
.video_one_heading h5 span {
  color: #FFFFFF54;
}
.video_one_heading h5 {
    font-family: "Dm Sans",sans-serif;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.17857em;
    font-weight: 400;
}
.slider-main-home-page {
    position: relative;
    margin-top: -124px;
}
.how-do-icon img {
    max-width: 60px;
}
.collapsed-digital-services-card img.images-main-wrapper { 
    height: 483px; 
}
.slider-text-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 1400px;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: center;
}
.slider-text-wrapper h3 {
  font-size: 65px;
  word-spacing: 0.125em;
  padding-bottom: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.slider-text-wrapper p {
  color: #fff;
  padding-bottom: 40px;
  line-height: 1.25em;
  font-size: 38px;
}
.slider-text-wrapper a {
  padding: 15px 40px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 8px;
  color: #fff;
  background-color: rgba(255,255,255,.2);
  display: inline-block;
  vertical-align: middle;
}
.slider-text-wrapper a:hover {
  background-color: #ffffff;
  color: #000000;
}
.slider-video-wrapper video {
    width: 100%;
}
.video_one_paragraph {
  padding-top: 20px;
  padding-bottom: 20px;
}

.video_one_paragraph p {
  font-size: 40px;
  color: #fff;
  line-height: 1.25em;
}

.video_one_button span {
  background-color: rgba(255,255,255,.2);
  border: 1px solid transparent;
  border-radius: 25px;
  transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out;
  font-size: 21px;
  padding: 15px 50px;
  border-radius: 25px;
  font-weight: 700;
  display: inline-block;
}
.banner__content .bn__currently {
  font-size: 24px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  display: inline-block;
  padding-bottom: 16px;
}
.banner__content .bn__currently:hover {
  color: var(--base);
  border-color: var(--base);
}
.banner__content h1 {
  font-size: 116px;
  margin-bottom: 50px;
}
.banner__content .video__area {
  gap: 24px;
  align-items: center;
  display: flex;
}
.banner__content .video__area .proces {
  font-size: 20px;
  color: var(--white);
  width: 67px;
}
.qodef-m-title {
  font-family: "Dm Sans",sans-serif;
  color: #000000;
  font-size: 42px;
  line-height: 1.2381em;
  font-weight: 400;
  margin: 0 0 0 0;
  letter-spacing: 2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.widget-power-wrapper {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.widget-pharegraph {
  font-size: 18px;
  font-weight: 400;
  padding: 0% 20% 0% 0%;
  line-height: 27px;
  display: inline-block;
  margin: 10px 0;
  vertical-align: middle;
}
.button-group-wrapper {
  margin: 0;
  padding: 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.button-group-wrapper a span {
    line-height: 2em;
}
.button-group-wrapper a {
  font-size: 15px;
  padding: 5px 29px 6px;
  background-color: transparent;
  border: 1px solid #223035;
  border-radius: 25px;
  transition: color .27s ease-out,background-color .27s ease-out,border-color .27s ease-out;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.button-group-wrapper a span {
  line-height: 2em;
}
.best-solution {
    background-color: #efefef;
    padding: 150px 0;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .banner__content {
    padding-left: 40px;
  }
}
@media (max-width: 1399px) {
  .banner__content .bn__currently {
    font-size: 24px;
    margin-bottom: 50px;
    padding-bottom: 16px;
  }
  .banner__content h1 {
    font-size: 86px;
    margin-bottom: 50px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .proces {
    font-size: 20px;
    width: 67px;
  }
}
@media (max-width: 1199px) {
  .banner__content {
    padding: 120px 0 150px;
  }
}
@media (max-width: 991px) {
  .banner__content {
    padding: 90px 0 100px;
  }
  .banner__content .bn__currently {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .banner__content h1 {
    font-size: 68px;
    margin-bottom: 50px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .proces {
    font-size: 20px;
    width: 67px;
  }
}
@media (max-width: 767px) {
  .banner__content {
    padding: 80px 0 85px;
  }
  .banner__content .bn__currently {
    font-size: 20px;
    margin-bottom: 35px;
    padding-bottom: 10px;
  }
  .banner__content h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .proces {
    font-size: 20px;
    width: 67px;
  }
}
@media (max-width: 575px) {
  .banner__content {
    padding: 60px 0 65px;
  }
  .banner__content .bn__currently {
    font-size: 16px;
    margin-bottom: 35px;
    padding-bottom: 10px;
  }
  .banner__content h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .proces {
    font-size: 20px;
    width: 67px;
  }
}
@media (max-width: 575px) {
  .banner__content {
    padding: 60px 0 60px;
  }
  .banner__content .bn__currently {
    margin-bottom: 28px;
  }
  .banner__content h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .video__80 {
    width: 50px;
    height: 50px;
  }
  .banner__content .video__area .proces {
    font-size: 16px;
  }
}

.banner__thumb {
  position: absolute;
  left: calc(50% + 120px);
  bottom: 0;
}
@media (max-width: 1399px) {
  .banner__thumb {
    left: calc(50% + 80px);
    max-width: 500px;
  }
  .banner__thumb img {
    width: 100%;
  }
}

.banner__leftinfo {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 220px;
}
@media (max-width: 1600px) {
  .banner__leftinfo {
    left: -40px;
  }
}
@media (max-width: 1399px) {
  .banner__leftinfo {
    left: -60px;
  }
}
@media (max-width: 1199px) {
  .banner__leftinfo {
    left: -59px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1023px) {
  .banner__leftinfo {
    display: none;
  }
}

.left__infomobile {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 200px;
  transform: rotate(90deg);
  justify-content: center;
}
.left__infomobile a {
  font-size: 20px;
  color: var(--white);
}
.left__infomobile a img {
  transform: rotate(-90deg);
}
@media (max-width: 1600px) {
  .left__infomobile {
    gap: 16px;
  }
  .left__infomobile a {
    font-size: 16px;
  }
  .left__infomobile a img {
    width: 16px;
  }
}

.right__infoscroll {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
  transform: rotate(90deg);
  margin-bottom: 200px;
}
.right__infoscroll .scroll__bar {
  transform: rotate(-90deg);
}
.right__infoscroll .scroll {
  font-size: 18px;
  color: var(--pra);
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .right__infoscroll {
    gap: 50px;
  }
  .right__infoscroll .scroll {
    font-size: 15px;
  }
  .right__infoscroll .scroll__bar img {
    width: 20px;
    object-fit: contain;
  }
}

.banner__rightinfo {
  right: 0px;
  gap: 150px;
  top: 55%;
  display: grid;
  position: absolute;
  transform: translateY(-50%);
}
.banner__rightinfo .right__infoscroll {
  margin-bottom: 0;
}
.banner__rightinfo .banner__xlsocial .banner__soci {
  gap: 14px;
}
.banner__rightinfo .banner__xlsocial .banner__soci li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best-solution .container,
.Company .container,
#content-bottom-inner .container,
.footer-bottom-wrapper .container,
.transformation .container,
.header-section .container,
.what-we-do-wrapper .container,
.contact-us-page .container,
.resume-us-wrapper .container,
.careers-and-talent-solutions-managment .container,
.best-solution-wrapper .container {
    max-width: 100%;
    padding: 0 72px;
}
.resume-us-wrapper {
    margin: 70px 0;
}
.resume-us-wrapper .my-information-wrapper .my-information-heading {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 4px;
}
.about-tab {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.about-imaegs-wrapper img {
    width: 100%;
}
.about-imaegs-wrapper {
    margin: 60px 0;
}
.banner__rightinfo .banner__xlsocial .banner__soci li a i {
  color: var(--white);
  transition: all 0.4s;
}
#content-bottom-inner {
  display: none;
  padding-top: 54px;
  margin-top: 80px;
  padding-bottom: 61px;
  background-color: #19272b;
}
.footer-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-email-placeholder input#email {
  padding: 7px 100px 7px 0px;
  background-color: transparent;
  border-bottom: 1px solid #96a2a2;
  max-width: 370px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 15px;
  height: 57px;
}
.footer-email-placeholder {
  position: relative;
  max-width: 370px;
} 
.footer-top-wrapper-bottom {
  grid-template-columns: 4fr 3fr 3fr;
  position: relative; 
  display: grid;
} 
.footer-top-wrapper-bottom {
  grid-template-columns: 4fr 3fr 3fr;
  position: relative;
  display: grid; 
  padding-top: 90px;
  padding-bottom: 90px;
}
.footer-email-placeholder button {
  font-size: 14px;
  padding: 5px 29px;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #38464a;
  border: none;
  line-height: 2rem;
  border-radius: 25px;
  color: #fff;
  text-transform: capitalize;
}
.footer-top-wrapper > div,
ul#menu-content-bottom {
  display: flex;
}
li.menu-item.menu-item-type-custom {
  font-weight: 500;
  margin: 0 29px 0;
  display: flex;
  align-items: center;
  margin-bottom: 0!important;
}
.col-footer-wrapper a img {
    max-width: 143px;
    margin: 0 0 20px;
}
.col-footer-wrapper p {
  margin: 0;
  color: #85979b;
  font-size: 15px;
  font-family: 'Heebo', sans-serif;
}
ul#menu-content-bottom li.menu-item.menu-item-type-custom:first-child {
    margin-left: 0;
}
.footer-bottom-link {
  padding: 25px 0 46px;
 
}
.footer-bottom-link ul li {
  grid-template-columns: 4fr 3fr 3fr;
  position: relative;
  display: grid;
}
.footer-link-one {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
  color: #85979b;
  font-family: dm sans;
  font-size: 13px;
}
.footer-link {
    grid-template-columns: 6fr  6fr;
    position: relative;
    display: grid;
}
footer {
    background-color: #19272c;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.grid-footer-wrapper h4 {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer-bottom-top-wrapper {
display: none;
  grid-template-columns: 4fr 4fr 1fr 1fr;
  position: relative;
  display: grid;
  padding-top: 91px;
  padding-bottom: 10px;
  border-top: 0 solid #223035;
}
li.menu-item.menu-item-type-custom a {
  color: #fff;
}
span.e-title-text-inner {
    color: #fff;
}
.qodef-grid-item {
    display: flex;
}
.banner__rightinfo .banner__xlsocial .banner__soci li a:hover i {
  color: var(--base);
}
.transformation-span span {
  color: #0095d3;
  font-weight: 500; 
  font-size: 18px;
}
.footer-heading h4 {
  color: #91c0dd;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}
.how-do-pharegraph {
    direction: ltr;
}
.leadership-team {
    display: none;
}
.footer-contact-us p {
    color: #fff;
     font-family: "Source Sans 3", sans-serif;;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 400;
}
.footer-wrapper-heading {
    margin-right: 30px;
}
.footer-wrapper-heading p {
    color: #fff;
    font-size: 46px;
}

button.touch-wrapper-main {
    background-color: #b5c06c;
    border: none;
    padding: 13px 21px;
    margin-top: 15px;
    border-radius: 10px;
}

.footer-paragraph li a,.footer-paragraph li {
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 400;
}
.footer-paragraph li {
  margin-bottom: 12px; 
}
.footer-address {
  max-width: 70%;
  margin-left:80px !important;
  margin-right: auto !important;
}
.footer-link-one + .footer-link-one {
    text-align: right;
}
.footer-social ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.footer-social a i {
  font-size: 19px;
  color: #85979b;
}
.footer-social li {
  margin-right: 15px;
}
.footer-wrapper-heading span.f1hea {
    color: #fff;
    font-size: 46px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    
}
.footer-wrapper-heading span.ace {
   color: #fff;
    font-size: 62px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 4px;
    
}
.transformation-heading {
  padding-top: 10px;
  padding-bottom: 40px;
}

.transformation-heading h4 {
  font-size: 45px;
  font-weight: 700;
  color: #000000;
}

.transformation-left {
  float: left;
  max-width: 50%;
  width: 100%;
}

.transformation-right {
  float: right;
  max-width: 50%;
  width: 100%;
}

.transformation-left-number span {
  font-size: 43px;
  font-weight: 700;
  color: #000000;
}

.transformation-left-number p {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}


.transformation-left-img img {
  width: 100%;
  max-width: 70px;
}

.transformation-right img {
  max-width: 158px;
}

.transformation-left-img-blog {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.transformation-left-img {
  display: inline;
  padding-right: 20px;
}

.transformation-left-img-blog {
  display: flex;
  align-items: center;
}

.transformation-left-number {
  display: flex;
}

.transformation-right-list {
  display: flex;
  align-items: center;
}

.transformation-left-number p {
  margin-top: 40px;
  padding-left: 5px;
  display: block;
  line-height: 0;
}

.transformation-right-list span {
  font-size: 43px;
  font-weight: 700;
  color: #000000;
}

.transformation-right-list p {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.worldwide-main-wrapper {
  width: 100%;
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
}

.transformation-blog {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.technology-paragraph {
  float: left;
  max-width: 65%;
  width: 100%;
}

.technology-paragraph p {
  font-size: 45px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
}

.technology-button {
  float: right;
  max-width: 35%;
  width: 100%;
}

.technology-button {
  text-align: center;
}

.technology-button span {
  padding: 15px 40px;
  font-size: 21px;
  border-radius: 35px;
  color: #000000;
  background-color: rgb(135 135 135 / 20%);
  display: inline-block;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.technology-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 60px 0;
}
.technology-main-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .banner__rightinfo {
    margin-right: -30px;
  }
  .banner__rightinfo .banner__xlsocial .banner__soci {
    gap: 10px;
  }
  .banner__rightinfo .banner__xlsocial .banner__soci li a {
    width: 38px;
    height: 38px;
  }
  .banner__rightinfo .banner__xlsocial .banner__soci li a i {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .banner__rightinfo {
    display: none;
  }
}

.vid__arrow {
  animation: cir5 2s linear infinite;
}

.designers {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  color: transparent;
  transition: all 0.5s;
  position: relative;
}
.designers::before {
  content: attr(data-text);
  position: absolute;
  color: var(--base);
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base);
}

@keyframes pulse-width {
  50% {
    width: 100%;
  }
}
.breadcrumnd__wrap h1 {
  font-size: 60px;
  color: var(--white);
  margin-bottom: 40px;
}
.breadcrumnd__wrap .breakcrumnd__cont {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumnd__wrap .breakcrumnd__cont li {
  font-size: 24px;
  font-family: "Caveat", cursive;
}
.breadcrumnd__wrap .breakcrumnd__cont li a {
  color: var(--white);
  font-family: "Caveat", cursive;
}
@media (max-width: 500px) {
  .breadcrumnd__wrap .breakcrumnd__cont {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 14px;
  }
}
@media (max-width: 991px) {
  .breadcrumnd__wrap h1 {
    font-size: 36px;
    color: var(--white);
    margin-bottom: 34px;
  }
}
@media (max-width: 575px) {
  .breadcrumnd__wrap h1 {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 22px;
  }
}

.about__section .singletab .tablinks {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 100px;
}
.about__section .singletab .tablinks li button {
  border-radius: 10px;
  background-color: #f7f7f7;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border: unset;
  padding: 16px 30px;
  color: var(--white);
  text-align: center;
}
.about__section .singletab .tablinks li.active button {
  background: var(--base);
  color: var(--title);
}
@media (max-width: 991px) {
  .about__section .singletab .tablinks {
    margin-bottom: 70px;
    gap: 14px;
  }
  .about__section .singletab .tablinks li button {
    border-radius: 10px;
    background-color: rgb(29, 29, 29);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: unset;
    padding: 10px 20px;
    color: var(--white);
    text-align: center;
  }
}
@media (max-width: 575px) {
  .about__section .singletab .tablinks {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.personal__head {
  margin: 0 auto 60px;
}
.personal__head p {
  font-size: 42px;
  font-weight: 500;
  color: var(--white);
}
.personal__head img {
  animation: cir360 10s linear infinite;
}
@media (max-width: 1199px) {
  .personal__head {
    margin: 0 auto 50px;
  }
}
@media (max-width: 991px) {
  .personal__head p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .personal__head {
    margin: 0 auto 30px;
  }
  .personal__head img {
    width: 30px;
  }
  .personal__head p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .personal__head img {
    width: 30px;
  }
  .personal__head p {
    font-size: 16px;
  }
}

.about__v1wrap {
  background: #f7f7f7;
  background-size: cover;
  padding: 60px 60px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .about__v1wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 500px) {
  .about__v1wrap {
    padding: 30px 10px;
  }
}

.about__onethumb {
  width: 100%;
}
.about__onethumb img {
  width: 100%;
}

.about__onecontent {
  padding-left: 40px;
}
.about__onecontent h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.about__onecontent .about__contactwrap {
  flex-wrap: wrap;
  display: flex;
  margin-top: 40px;
}
.about__onecontent .about__contactwrap .abox {
  border-radius: 10px;
  background-color: #fff;
  padding: 35px 35px;
  border: 1px solid #f4f4f4;
  transition: all 0.4s;
}
.about__onecontent .about__contactwrap .abox a {
  font-size: 20px;
  color: var(--white);
}
.about__onecontent .about__contactwrap .abox ul li a i {
  transition: all 0.4s;
}
.about__onecontent .about__contactwrap .abox ul li a i:hover {
  color: var(--base);
}
.about__onecontent .about__contactwrap .abox:hover {
  border-color: var(--base);
}
@media (max-width: 1600px) {
  .about__onecontent .about__contactwrap .abox {
    padding: 28px 24px;
  }
}
@media (max-width: 1399px) {
  .about__onecontent {
    padding-left: 0;
  }
}

.tabcontents {
  position: relative;
}

.tabitem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}

.tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.awoard__section {
  background:#f7f7f7;
  background-size: cover;
  padding: 120px 0px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .awoard__section {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .awoard__section {
    padding: 60px 0 80px;
  }
}

.award__wraper .table tbody tr td {
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  padding: 30px 0;
  border-bottom: 1px solid #2c3030;
}
.award__wraper .table tbody tr td .table__view {
  font-size: 18px;
  margin-top: 28px !important;
}
.award__wraper .table tbody tr td .table__title {
  font-size: 42px;
}
@media (max-width: 991px) {
  .award__wraper .table tbody tr td {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .award__wraper .table tbody tr td {
    font-size: 16px;
  }
  .award__wraper .table tbody tr td .table__view {
    font-size: 16px;
    margin-top: 28px !important;
  }
  .award__wraper .table tbody tr td .table__title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .award__wraper .table tbody tr td {
    font-size: 14px;
  }
  .award__wraper .table tbody tr td .table__view {
    font-size: 14px;
    margin-top: 0px !important;
  }
  .award__wraper .table tbody tr td .table__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .award__wraper .table tbody tr .cusnoe {
    display: none;
  }
}

.exri__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--cusborder);
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.4s;
}
.exri__item:last-child {
  border-bottom: 1px solid var(--cusborder);
}
.exri__item:hover {
  border-color: var(--hover);
}
@media (max-width: 500px) {
  .exri__item .expri__cont h4 {
    font-size: 18px;
  }
}

.myskill__item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.marquee-wrapper {
  background: var(--base);
}

.text-slider {
  padding: 13px 0;
  font-size: 36px;
  height: 90px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 7px;
}
@media (max-width: 1399px) {
  .text-slider {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .text-slider {
    height: 70px;
    padding: 1px 0;
  }
  .text-slider .marquee-item img {
    width: 220px;
  }
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}
.marquee-list {
  float: left;
  width: 50%;
}
.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.project__wrapone {
  padding-right: 18px;
}
@media (max-width: 1199px) {
  .project__wrapone {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .project__wrapone {
    padding-right: 6px;
  }
}
@media (max-width: 991px) {
  .project__wrapone {
    padding-right: 2px;
  }
}

.project__wraptwo {
  padding-left: 18px;
}
@media (max-width: 1199px) {
  .project__wraptwo {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .project__wraptwo {
    padding-left: 6px;
  }
}
@media (max-width: 991px) {
  .project__wraptwo {
    padding-left: 2px;
  }
}

.project__head {
  max-width: 920px;
  margin: 0 auto 60px;
}
.project__head h2 {
  font-size: 60px;
}
@media (max-width: 991px) {
  .project__head h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .project__head {
    margin: 0 auto 50px;
  }
  .project__head h2 {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .project__head {
    margin: 0 auto 45px;
  }
  .project__head h2 {
    font-size: 29px;
  }
}

.common__sub {
  font-size: 24px;
  font-family: "Caveat", cursive;
  color: #2eca7f;
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  width: 333px;
  margin: 0 auto 30px;
}
.common__sub::after, .common__sub::before {
  position: absolute;
  content: "";
}
.common__sub::before {
  left: 0;
  width: 80px;
  height: 1px;
  background: var(--base);
}
.common__sub::after {
  right: 0;
  width: 80px;
  height: 1px;
  background: var(--base);
}
@media (max-width: 500px) {
  .common__sub {
    width: 280px;
    gap: 14px;
  }
  .common__sub::before {
    left: 0;
    width: 50px;
    height: 1px;
    background: var(--base);
  }
  .common__sub::after {
    right: 0;
    width: 50px;
    height: 1px;
    background: var(--base);
  }
}

.project__item .thumb {
  overflow: hidden;
  display: block;
  width: 100%;
}
.project__item .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 10px;
}
.project__item .content .left__cont span {
  font-size: 18px;
  display: block;
}
.project__item .content .left__cont h3 {
  font-size: 30px;
}
.project__item:hover .thumb img {
  transform: scale(1.025);
}
.project__item:hover .content .common__icon {
  background: var(--base);
}
.project__item:hover .content .common__icon i {
  color: var(--title);
}
@media (max-width: 1399px) {
  .project__item .content .left__cont span {
    font-size: 16px;
  }
  .project__item .content .left__cont h3 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .project__item .content .left__cont span {
    font-size: 16px;
  }
  .project__item .content .left__cont h3 {
    font-size: 20px;
  }
  .project__item .content .common__icon {
    min-width: 45px;
    height: 45px;
  }
  .project__item .content .common__icon i {
    font-size: 18px;
  }
}

.common__icon {
  border-radius: 6px;
  background-color: #2eca7f;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.common__icon i {
  color: var(--white);
  transition: all 0.4s;
  font-size: 20px;
}
.common__icon:hover {
  background: var(--base);
}
.common__icon:hover i {
  color: var(--title);
}

.custom__hover {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1399px) {
  .custom__hover {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .custom__hover {
    margin-top: 40px;
  }
}

.project__metting {
  background: #f7f7f7;
  background-size: cover;
  padding: 60px 0px;
  overflow: hidden;
}

.pro__mettingthumb {
  width: 100%;
  padding-left: 10px;
}
.pro__mettingthumb img {
  width: 100%;
}
@media (max-width: 991px) {
  .pro__mettingthumb {
    max-width: 400px;
  }
}

.pro__metting__content {
  padding-right: 60px;
}
.pro__metting__content .common__sub {
  margin: 0 0 24px;
}
.pro__metting__content .common__sub::after {
  display: none;
}
.pro__metting__content .project__head {
  border-bottom: 1px solid rgb(38, 37, 37);
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.pro__metting__content .project__head:hover {
  border-bottom: 1px solid var(--base);
}
.pro__metting__content .about__contbox__item {
  display: flex;
  gap: 20px;
  align-items: center;
  transition: all 0.4s;
  border-bottom: 1px solid rgb(38, 37, 37);
}
.pro__metting__content .about__contbox__item .icon {
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  background: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro__metting__content .about__contbox__item .icon i {
  font-size: 26px;
  color: var(--title);
}
.pro__metting__content .about__contbox__item a {
  color: var(--white);
  font-size: 20px;
}
.pro__metting__content .about__contbox__item:hover {
  border-bottom: 1px solid var(--base);
}
@media (max-width: 767px) {
  .pro__metting__content .about__contbox__item {
    gap: 10px;
  }
  .pro__metting__content .about__contbox__item a {
    font-size: 16px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .pro__metting__content .project__head h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .pro__metting__content {
    padding-right: 0;
  }
}

.service__section .project__head {
  max-width: 1020px;
}
.service__section .project__head .common__sub {
  width: 408px;
}
@media (max-width: 500px) {
  .service__section .project__head .common__sub {
    width: 280px;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .service__section .project__head h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.service__unique__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(38, 37, 37);
  gap: 14px;
  transition: all 0.4s;
}
.service__unique__item .left__service {
  width: 1062px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.service__unique__item .left__service .serial__adjust {
  display: flex;
  gap: 60px;
}
.service__unique__item .left__service .serial__adjust span {
  font-size: 20px;
}
.service__unique__item .left__service .serial__adjust .cont h2 a {
  color: var(--white);
  transition: all 0.4s;
}
.service__unique__item .left__service p {
  font-size: 16px;
  width: 400px;
}
.service__unique__item:first-child {
  border-top: 1px solid rgb(38, 37, 37);
}
.service__unique__item:hover {
  border-color: rgba(194, 236, 29, 0.6196078431);
}
.service__unique__item:hover .left__service .serial__adjust .cont h2 a {
  color: var(--base);
}
.service__unique__item:hover .common__icon {
  background: var(--base);
}
.service__unique__item:hover .common__icon i {
  color: var(--title);
}
@media (max-width: 991px) {
  .service__unique__item .left__service .serial__adjust {
    gap: 16px;
  }
  .service__unique__item .left__service .serial__adjust h5 {
    font-size: 16px;
    font-weight: 500;
  }
  .service__unique__item .left__service .serial__adjust h2 {
    font-size: 26px;
  }
  .service__unique__item .left__service p {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .service__unique__item .left__service {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 500px) {
  .service__unique__item {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.service__rightbox {
  padding: 30px;
  border: 1px solid var(--cusborder);
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .service__rightbox {
    padding: 20px;
  }
}
.service__rightbox h3 {
  font-size: 30px;
  color: var(--white);
  margin-bottom: 30px;
}
.service__rightbox .link__box {
  padding: 20px 28px 26px;
  border-radius: 10px;
  border: 1px solid var(--cusborder);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-size: 24px;
  transition: all 0.4s;
}
.service__rightbox .link__box i {
  color: var(--white);
  font-size: 22px;
  transition: all 0.4s;
}
.service__rightbox .link__box:hover {
  background: var(--base);
  border-color: var(--base);
  color: var(--title);
}
.service__rightbox .link__box:hover i {
  color: var(--title);
}
@media (max-width: 1399px) {
  .service__rightbox .link__box {
    padding: 10px 12px;
    font-size: 14px;
  }
}
.service__rightbox .thumb {
  position: relative;
  width: 100%;
}
.service__rightbox .thumb img {
  width: 100%;
}
.service__rightbox .thumb .cmn--btn {
  width: 190px;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.service__rightbox .thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  content: "";
  border-radius: 10px;
  background-color: rgb(12, 12, 13);
  opacity: 0.651;
}

.ser__left__details .thumb {
  width: 100%;
  margin-bottom: 60px;
}
.ser__left__details .thumb img {
  width: 100%;
}
.ser__left__details .text__box .textt36 {
  font-size: 36px;
  margin-bottom: 30px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .ser__left__details .text__box .textt36 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.paythumb {
  width: 100%;
  margin-bottom: 60px;
}
.paythumb img {
  width: 100%;
}
.paythumb .video__80 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.paythumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  content: "";
  border-radius: 10px;
  background-color: rgb(12, 12, 13);
  opacity: 0.651;
}

.ser__components .accordion-item {
  border-radius: 8px;
  background-color: rgb(23, 23, 23);
  border: none;
  border-radius: 10px;
}
.ser__components .accordion-item:not(:last-child) {
  margin-bottom: 22px;
}
.ser__components .accordion-item .accordion-header .accordion-button {
  border-radius: 8px;
  box-shadow: none;
  background-color: rgb(23, 23, 23);
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  color: #fff;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 24px;
}
.ser__components .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  display: none;
}
.ser__components .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #c9f31d;
  box-shadow: none;
  border: unset;
  background: transparent;
}
.ser__components .accordion-item .accordion-header .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}
.ser__components .accordion-body {
  border-top: unset;
  padding: 10px 16px 14px;
  padding: 0 30px 30px;
}
.ser__components .accordion-body p {
  color: #999999;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.ser__components .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.process__section {
  background: #f7f7f7;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 500px) {
  .process__section .project__head .common__sub {
    margin-bottom: 14px;
  }
  .process__section .project__head h2 {
    font-size: 23px;
  }
}

.process__item {
  overflow: hidden;
  transition: all 0.4s;
  border: 1px solid var(--cusborder);
  border-radius: 10px;
  padding: 30px 30px;
  position: relative;
}
.process__item ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999999;
  font-size: 18px;
  padding-left: 20px;
}
.process__item ul li::before {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--base);
  content: "";
  left: 0;
}
.process__item ul li:not(:last-child) {
  margin-bottom: 16px;
}
.process__item::before {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  content: "";
  background: #121212;
  border-radius: 100px 20px 0 0;
  transition: all 0.4s;
}
.process__item:hover {
  border-color: var(--hover);
}
.process__item:hover::before {
  background: var(--base);
}
@media (max-width: 1600px) {
  .process__item {
    padding: 20px 18px;
  }
  .process__item ul li {
    gap: 10px;
    font-size: 14px;
    padding-left: 20px;
  }
  .process__item ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.price__item .pri__iconbox {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--base);
  margin-bottom: 40px;
}
.price__item .big__title {
  display: flex;
  font-size: 60px;
  border-bottom: 1px solid var(--cusborder);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.price__item .big__title span {
  font-size: 20px;
  align-self: flex-end;
  line-height: 2.2;
  font-weight: 500;
}
.price__item .pri__list {
  margin-bottom: 40px;
}
.price__item::before {
  display: none;
}
@media (max-width: 1399px) {
  .price__item .pri__iconbox {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
  }
  .price__item .pri__iconbox img {
    width: 40px;
  }
  .price__item h4 {
    margin-bottom: 1px;
  }
  .price__item .big__title {
    display: flex;
    font-size: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .price__item .big__title span {
    font-size: 16px;
  }
  .price__item .pri__list {
    margin-bottom: 30px;
  }
  .price__item .cmn--btn {
    padding: 12px 19px;
  }
}

.price__item.pri__active {
  background: var(--base);
}
.price__item.pri__active .pri__iconbox {
  background: var(--title);
}
.price__item.pri__active .big__title {
  border-color: #b6dc1c;
}
.price__item.pri__active .pri__list li {
  color: var(--mtitle);
}
.price__item.pri__active .pri__list li::before {
  background: var(--mtitle);
}
.price__item.pri__active .cmn--btn {
  background: var(--mtitle);
}
.price__item.pri__active .cmn--btn span {
  color: var(--white);
}
.price__item.pri__active .cmn--btn span i {
  color: var(--white);
}

.testimonial__section {
  overflow: hidden;
}
@media (max-width: 500px) {
  .testimonial__section .project__head .common__sub {
    margin-bottom: 14px;
  }
  .testimonial__section .project__head h2 {
    font-size: 23px;
  }
}
.testimonial__section .swiper-pagination3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonial__v1wrap {
  background: #f7f7f7;
  background-size: cover;
  padding: 130px 60px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial__v1wrap .man1 {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .testimonial__v1wrap .man2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .testimonial__v1wrap .man3 {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .testimonial__v1wrap {
    padding: 100px 30px;
  }
  .testimonial__v1wrap .man1 {
    opacity: 0.1;
  }
  .testimonial__v1wrap .man2 {
    opacity: 0.1;
  }
  .testimonial__v1wrap .man3 {
    opacity: 0.1;
  }
}
@media (max-width: 575px) {
  .testimonial__v1wrap {
    padding: 80px 16px;
  }
  .testimonial__v1wrap .man1 {
    width: 60px;
  }
  .testimonial__v1wrap .man1 img {
    width: 100%;
  }
  .testimonial__v1wrap .man2 {
    width: 60px;
  }
  .testimonial__v1wrap .man2 img {
    width: 100%;
  }
  .testimonial__v1wrap .man3 {
    width: 60px;
  }
  .testimonial__v1wrap .man3 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .testimonial__v1wrap {
    padding: 30px 10px;
  }
}
.testimonial__v1wrap .quote {
  position: absolute;
  top: 99px;
  left: 291px;
}
@media (max-width: 1199px) {
  .testimonial__v1wrap .quote {
    left: 240px;
  }
}
@media (max-width: 991px) {
  .testimonial__v1wrap .quote {
    display: none;
  }
}
.testimonial__v1wrap .test__shape {
  position: absolute;
  bottom: 50px;
  right: 50px;
  animation: cir5 2s linear infinite;
}
@media (max-width: 991px) {
  .testimonial__v1wrap .test__shape {
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 500px) {
  .testimonial__v1wrap .test__shape {
    display: none;
  }
}
.testimonial__slidewrap video {
    width: 100%;
}
@media (max-width: 575px) {
  .testimonial__slidewrap {
    margin: 0 0 0 0;
  }
}

.test__slide {
  position: relative;
}
.test__slide p {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 40px;
  font-style: italic;
}
@media (max-width: 575px) {
  .test__slide p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.man1 {
  position: absolute;
  top: 50px;
  height: 93px;
}

.man2 {
  position: absolute;
  bottom: 60px;
  left: 40px;
}

.man3 {
  position: absolute;
  top: 60px;
  right: 40px;
}

.swiper-pagination3 {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
  margin: 20px -20px;
}
.swiper-pagination3 .swiper-pagination-bullet {
  background: var(--white);
  width: 8px;
  height: 8px;
  opacity: 1;
  position: relative;
}
.swiper-pagination3 .swiper-pagination-bullet::before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid var(--white);
  border-radius: 50%;
}
.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--base);
  padding: 2px;
  width: 8px;
  height: 8px;
  position: relative;
  opacity: 1;
}
.swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid var(--base);
  border-radius: 50%;
}

.sponsor__area .sponsor__title {
  text-align: center;
  margin: 0 auto 60px;
}
@media (max-width: 1399px) {
  .sponsor__area {
    margin: 0 auto 40px;
  }
}
.sponsor__area .swiper-wrapper {
  justify-content: space-between;
}

.sponsor__slide {
  text-align: center;
  position: relative;
}
.sponsor__slide img {
  transition: all 0.4s;
}
.sponsor__slide:hover img {
  filter: brightness(2);
}

.protfolio__filter .tablinks {
  border: 1px solid var(--cusborder);
  padding: 10px 10px;
  border-radius: 8px;
  max-width: 683px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
}
.protfolio__filter .tablinks .nav-links button {
  border: none;
  background: transparent;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: var(--pra);
  padding: 16px 24px;
  border-radius: 5px;
}
.protfolio__filter .tablinks .nav-links:not(:last-child) {
  border-right: 1px solid var(--cusborder);
}
.protfolio__filter .tablinks .nav-links.active button {
  background: var(--base);
  color: var(--title);
}
@media (max-width: 767px) {
  .protfolio__filter .tablinks {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin: 0 auto 40px;
  }
  .protfolio__filter .tablinks .nav-links {
    border: 1px solid var(--cusborder);
  }
  .protfolio__filter .tablinks .nav-links button {
    display: block;
    padding: 11px 20px;
  }
}

.details__bigthumb {
  width: 100%;
  position: relative;
}
.details__bigthumb img {
  width: 100%;
}
.details__bigthumb .prot__detail__contact {
  background-color: #fff;
  border-radius: 0 30px 0 0;
  padding: 45px 45px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.details__bigthumb .prot__detail__contact h3 {
  color: var(--white);
  margin-bottom: 32px;
}
.details__bigthumb .prot__detail__contact .prot__itembox {
  display: flex;
  gap: 100px;
  margin-bottom: 36px;
}
.details__bigthumb .prot__detail__contact .prot__itembox .prot__left .items h5 {
  font-weight: 500;
  color: var(--white);
  margin-bottom: 10px;
}
.details__bigthumb .prot__detail__contact .prot__itembox .prot__left .items p {
  font-size: 16px;
  color: var(--pra);
}
.details__bigthumb .prot__detail__contact .social li a {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details__bigthumb .prot__detail__contact .social li a i {
  color: var(--title);
}
.details__bigthumb .prot__detail__contact .social li:hover a {
  background: var(--base);
}
.details__bigthumb .prot__detail__contact .social li:hover a i {
  color: var(--title) !important;
}
@media (max-width: 1199px) {
  .details__bigthumb .prot__detail__contact {
    padding: 24px 24px;
  }
  .details__bigthumb .prot__detail__contact h3 {
    margin-bottom: 24px;
  }
  .details__bigthumb .prot__detail__contact .prot__itembox {
    margin-bottom: 22px;
  }
  .details__bigthumb .prot__detail__contact .prot__itembox .prot__left .items {
    margin-bottom: 14px;
  }
  .details__bigthumb .prot__detail__contact .prot__itembox .prot__left .items h5 {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .details__bigthumb .prot__detail__contact {
    width: 100%;
    padding: 20px 12px;
    position: initial;
  }
  .details__bigthumb .prot__detail__contact .prot__itembox {
    gap: 20px;
  }
  .details__bigthumb .prot__detail__contact .prot__itembox .prot__left .items h5 {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 10px;
  }
  .details__bigthumb .prot__detail__contact .prot__itembox .prot__left .items p {
    font-size: 14px;
  }
}

.mb__cus30 {
  margin-bottom: 30px;
}

.text__box .ttext__one {
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .text__box .ttext__one {
    margin-bottom: 15px;
  }
}
.text__box .text__boxhead {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .text__box .text__boxhead {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.mb__cus60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb__cus60 {
    margin-bottom: 40px;
  }
}

.mb__cus50 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .mb__cus50 {
    margin-bottom: 30px;
  }
}

.challenge__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  color: var(--pra);
  padding-left: 16px;
}
.challenge__list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  border-radius: 50%;
  background: var(--base);
}
.challenge__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .challenge__list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.details__small {
  display: flex;
  align-items: center;
  gap: 30px;
}
.details__small .thumb {
  width: 100%;
}
.details__small .thumb img {
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 1199px) {
  .details__small {
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .details__small {
    gap: 14px;
    flex-wrap: wrap;
  }
}

@keyframes cir90 {
  50% {
    transform: rotate(90deg);
  }
}
@keyframes cir360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cir5 {
  50% {
    transform: rotate(10deg);
  }
}
@keyframes updown {
  50% {
    transform: translateY(-15px);
  }
}
@keyframes leftx {
  50% {
    transform: translateX(-25px);
  }
}
@keyframes leftx2 {
  50% {
    transform: translateX(25px);
  }
}
@keyframes zomin {
  50% {
    transform: scale(1.1);
  }
}
.blog__section {
  background: #f7f7f7;
  background-size: cover;
  overflow: hidden;
}
.blog__section .project__head .common__sub {
  margin: 0 0 0;
}
.blog__section .project__head .common__sub::after {
  display: none;
}
@media (max-width: 1199px) {
  .blog__section .project__head .common__sub {
    width: 274px;
  }
}
@media (max-width: 1199px) {
  .blog__section .project__head h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .blog__section .project__head {
    justify-content: center;
    text-align: center;
  }
  .blog__section .project__head .common__sub {
    margin-left: auto;
  }
  .blog__section .project__head .blog__hoverbox .hover__circle {
    margin: 0 auto;
  }
}

.blog__hoverbox {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .blog__hoverbox {
    margin-top: 40px;
  }
  .blog__hoverbox .hover__circle {
    width: 150px;
    height: 150px;
  }
  .blog__hoverbox .hover__circle .textmore {
    font-size: 14px;
  }
  .blog__hoverbox .hover__circle::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .blog__hoverbox {
    margin-top: 30px;
  }
}

.blog__rightwrap .left__service {
  width: 720px;
}
.blog__rightwrap .left__service .serial__adjust {
  width: 340px;
}
.blog__rightwrap .left__service .serial__adjust .cont .dates {
  color: var(--pra);
  font-size: 16px;
  border: 1px solid var(--cusborder);
  border-radius: 100px;
  padding: 7px 15px;
  margin-bottom: 26px;
  display: inline-block;
}
.blog__rightwrap .left__service .serial__adjust .cont h3 {
  font-size: 30px;
  color: var(--white);
  line-height: 44px;
}
.blog__rightwrap .left__service .serial__adjust .cont h3 a {
  color: var(--white);
}
.blog__rightwrap .left__service .opa__thumb {
  opacity: 0;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .blog__rightwrap .left__service .opa__thumb {
    opacity: 1;
  }
}
.blog__rightwrap .common__icon {
  background: none;
  border-radius: 50%;
  border: 1px solid var(--white);
}
.blog__rightwrap .common__icon i {
  color: var(--white);
}
.blog__rightwrap .service__unique__item:hover .left__service .serial__adjust .cont h3 a {
  color: var(--base);
}
.blog__rightwrap .service__unique__item:hover .left__service .opa__thumb {
  opacity: 1;
}
.blog__rightwrap .service__unique__item:hover .common__icon {
  background: transparent;
  border-color: var(--base);
}
.blog__rightwrap .service__unique__item:hover .common__icon i {
  color: var(--base);
}
@media (max-width: 1199px) {
  .blog__rightwrap .left__service {
    width: 720px;
  }
  .blog__rightwrap .left__service .serial__adjust .cont h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .blog__rightwrap .left__service .serial__adjust {
    width: 340px;
  }
  .blog__rightwrap .left__service .serial__adjust .cont .dates {
    margin-bottom: 18px;
  }
  .blog__rightwrap .left__service .serial__adjust .cont h3 {
    font-size: 20px;
    color: var(--white);
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .blog__rightwrap {
    justify-content: center;
    text-align: center;
  }
  .blog__rightwrap .left__service {
    justify-content: center;
    margin: 0 auto;
  }
  .blog__rightwrap .left__service .serial__adjust {
    width: unset;
  }
  .blog__rightwrap .common__icon {
    margin: 0 auto;
  }
}

.blog__bleft__wrapper {
  padding-right: 26px;
}
@media (max-width: 1600px) {
  .blog__bleft__wrapper {
    padding-right: 0;
  }
}
.business {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: #D5DEDE;
}

.business .container {
  width: 100%;
  max-width: 100%;
}

.business-left {
  float: left;
  max-width: 50%;
  width: 100%;
  position: sticky;
  align-self: flex-start;
  display: flex;
  overflow: hidden;
}

.business-left-img img {
  width: 100%;
}

.business-rihgt-one-img img {
  width: 100%;
}

.business-rihgt {
  float: right;
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
}

.business-rihgt-blog-img img {
  width: 100%;
}

.business-rihgt-two-heading,
.business-rihgt-three-heading {
  padding-bottom: 18px;
}

.business-rihgt-one-heading h4,
.business-rihgt-two-heading h5,
.business-rihgt-three-heading h5 {
  font-weight: 500;
  color: #000000;
  font-size: 25px;
  margin: 0px;
}

.business-rihgt-one-paragraph p,
.business-rihgt-two-paragraph p,
.business-rihgt-three-paragraph p {
  font-size: 18px;
  color: #263037;
}

.business-rihgt-two-list li {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  float: left;
  max-width: 50%;
  width: 100%;
  padding-bottom: 15px;
}

.business-rihgt-two-list li i {
  padding-right: 10px;
  font-size: 15px;
}

.business-rihgt-three-img img {
  width: 100%;
}

.business-rihgt-blog {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

.business-rihgt-two,
.business-rihgt-three {
  padding-top: 70px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.business-rihgt-two-paragraph {
  padding-bottom: 25px;
}

.business-rihgt-three-paragraph {
  padding-bottom: 30px;
}

.progress-heading span {
  float: left;
  max-width: 50%;
  width: 100%;
}

.progress-heading p {
  float: right;
  max-width: 50%;
  width: 100%;
  text-align: right;
}

.progress-heading span,
.progress-heading p {
  font-size: 18px;
  color: #263037;
  font-weight: 500;
}

.business-rihgt-one-progress .progress {
  height: 3px !important;
  background-color: rgb(32, 40, 45);
  border-radius: 0px;
}

.business-rihgt-one-progress {
  padding-top: 30px;
}

.progress-heading {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.progress_bar_item {
  margin-bottom: 25px;
}

.progress-heading span {
  padding-bottom: 5px;
}

.item_bar.cell {
  background-color: rgb(146, 158, 165);
  border-radius: 0px;
}
.blog__bitem .thumb {
  overflow: hidden;
  display: block;
}
.blog__bitem .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.blog__bitem .content {
  width: 90%;
  background: var(--body);
  border-top-right-radius: 8px;
  padding: 30px 14px 30px 20px;
  transform: translateY(-70px);
  margin-bottom: -70px;
}
.blog__bitem .content .bdate {
  margin-bottom: 30px;
}
.blog__bitem .content h3 {
  border-bottom: 1px solid var(--cusborder);
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 36px;
}
.blog__bitem .content h3 a {
  color: var(--white);
  transition: all 0.4s;
}
.blog__bitem .content p {
  margin-bottom: 30px;
}
.blog__bitem .content .cmn--btn {
  width: 200px;
  justify-content: center;
}
.blog__bitem:hover .thumb img {
  transform: scale(1.025);
}
.blog__bitem:hover .content h3 a {
  color: var(--base);
}
.owl-carousel {
  position: relative;
  height: 100vh;
}

.owl-carousel .item {
  position: relative;
  background-size: cover;
  background-position: center;
}

.owl-carousel video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.owl-carousel .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.owl-carousel .slide-title {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 1rem;
}

.owl-carousel .slide-text {
  color: #fff;
  font-size: 1.5rem;
  max-width: 50rem;
  margin: 0 auto;
}


@media (max-width: 1199px) {
  .blog__bitem .content {
    width: 90%;
    padding: 20px 10px 20px 0px;
  }
  .blog__bitem .content .bdate {
    margin-bottom: 18px;
  }
  .blog__bitem .content h3 {
    padding-bottom: 24px;
    margin-bottom: 22px;
    font-size: 29px;
  }
  .blog__bitem .content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .blog__bitem .content {
    transform: translateY(0px);
    margin-bottom: 0px;
    width: 100%;
    padding: 20px 10px 20px 0px;
  }
  .blog__bitem .content .bdate {
    margin-bottom: 18px;
  }
  .blog__bitem .content h3 {
    padding-bottom: 20px;
    margin-bottom: 18px;
    line-height: 36px;
    font-size: 24px;
  }
  .blog__bitem .content p {
    margin-bottom: 24px;
  }
}

.pagination__box {
  border-radius: 8px;
  padding: 30px 30px;
}
.pagination__box .pagi {
  display: flex;
  gap: 14px;
  align-items: center;
}
.pagination__box .pagi li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--base);
  color: var(--title);
  transition: all 0.4s;
  font-size: 18px;
}
.pagination__box .pagi li a i {
  transition: all 0.4s;
}
.pagination__box .pagi li a:hover {
  background: var(--white);
  color: var(--title);
}
.pagination__box .pagi li a:hover i {
  color: var(--title);
}
@media (max-width: 1199px) {
  .pagination__box .pagi li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .pagination__box {
    padding: 20px 16px;
  }
}

.blog__bright__bar {
  border: 1px solid var(--cusborder);
  padding: 30px 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .blog__bright__bar {
    padding: 20px 18px;
  }
}

.scope__item .scope__title {
  color: var(--white);
  border-bottom: 1px solid var(--cusborder);
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.scope__item form {
  border: 1px solid var(--cusborder);
  border-radius: 8px;
}
.scope__item form input {
  width: 100%;
  background: none;
  padding: 10px 10px 10px 20px;
  height: 60px;
  border: unset;
}
.scope__item form button {
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: unset;
}
.scope__item form button i {
  color: var(--title);
  font-size: 18px;
}
.scope__item .category li {
  transition: all 0.4s;
}
.scope__item .category li a {
  transition: all 0.4s;
}
.scope__item .category li a .arrow {
  transition: all 0.4s;
  width: 24px;
  height: 24px;
  background: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.scope__item .category li a .arrow i {
  font-size: 11px;
}
.scope__item .category li:hover a {
  color: var(--white);
}
.scope__item .category li:hover a .arrow {
  background: var(--white);
}
.scope__item .category li:hover a .arrow i {
  color: var(--title);
}
.scope__item .category li:not(:last-child) {
  margin-bottom: 24px;
}
.scope__item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.scope__item .tags li a {
  border: 1px solid var(--cusborder);
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--pra);
  display: inline-block;
  transition: all 0.4s;
}
.scope__item .tags li:hover a {
  background: var(--base);
  color: var(--title);
}
.scope__item .recent__post li a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.scope__item .recent__post li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .scope__item .recent__post li a {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.scope__item .retitle {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
}

.blog__bright__bar {
  position: sticky;
  top: 120px;
}

.content__two {
  padding: 30px 0;
}
.content__two .text__de {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  border-bottom: 1px solid var(--cusborder);
  padding-bottom: 30px;
  margin-bottom: 28px;
  display: block;
}
.content__two .quite__box {
  background: var(--base);
  border-radius: 8px;
  padding: 30px 30px;
}
.content__two .quite__box img {
  margin-bottom: 30px;
}
.content__two .quite__box p {
  font-size: 20px;
  color: var(--title);
  margin-bottom: 35px;
}
.content__two .quite__box a {
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  color: var(--title);
}
@media (max-width: 991px) {
  .content__two .quite__box {
    padding: 20px 20px;
  }
}
@media (max-width: 1199px) {
  .content__two .text__de {
    padding-bottom: 20px;
    margin-bottom: 19px;
  }
}

.post__in {
  border-radius: 8px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post__in .post__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.post__in .post__left a {
  border-radius: 10px;
  background-color: rgb(29, 29, 29);
  padding: 12px 20px;
  text-transform: uppercase;
  color: var(--pra);
}
.post__in .post__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.post__in .post__right .social-cus {
  border-radius: 10px;
  background-color: rgb(29, 29, 29);
  padding: 10px 20px;
  gap: 20px;
}
.post__in .post__right .social-cus li a i {
  color: var(--white);
  transition: all 0.4s;
}
.post__in .post__right .social-cus li:hover a i {
  color: var(--base);
}
@media (max-width: 1199px) {
  .post__in {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 20px;
  }
}
@media (max-width: 500px) {
  .post__in {
    padding: 20px 14px;
  }
  .post__in .post__left {
    gap: 10px;
  }
  .post__in .post__left a {
    padding: 8px 10px;
    font-size: 12px;
  }
}

.replay__box {
  padding: 30px 30px;
  border-radius: 8px;
}
.replay__box h3 {
  margin-bottom: 20px;
}
.replay__box p {
  font-size: 16px;
  color: var(--pra);
  margin-bottom: 30px;
}
.replay__box form textarea,
.replay__box form input {
  width: 100%;
  padding: 18px 20px;
  border-radius: 10px;
  background-color: #fff;
  border: unset;
  outline: none;
  color: var(--white);
}
.replay__box form .cmn--btn {
  width: 250px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .replay__box {
    padding: 20px 20px;
  }
}

.contact__box .replay__box {
  padding: 60px 60px;
}
.contact__box .replay__box h3 {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 1199px) {
  .contact__box .replay__box {
    padding: 30px 20px;
  }
}

.contact__rightside {
  padding: 60px 30px;
}
@media (max-width: 1199px) {
  .contact__rightside {
    padding: 30px 20px;
  }
}
@media (max-width: 500px) {
  .contact__rightside {
    padding: 30px 16px;
  }
}

.contact__item {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 30px;
}
.contact__item .he1 {
  margin-bottom: 14px;
  display: block;
  font-size: 16px;
  color: var(--pra);
}
.contact__item a {
  color: var(--white);
  font-size: 20px;
  display: block;
}
.contact__item .address {
  font-size: 20px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .contact__item {
    padding: 20px 16px;
  }
  .contact__item a {
    font-size: 17px;
  }
  .contact__item .address {
    font-size: 17px;
  }
}

.footer__top .fl {
  font-size: 10.5vw;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  margin-bottom: 60px;
  border: 1px solid var(--cusborder);
  border-radius: 8px;
  text-align: center;
  padding: 10px 10px;
}
.footer__top .fl img {
  width: 100%;
}
.footer__top .get__content p {
  margin-bottom: 60px;
  font-size: 24px;
  color: var(--white);
  max-width: 512px;
}
.footer__top .get__content a {
  color: var(--white);
  font-size: 36px;
  text-decoration: underline;
}
.footer__top .get__rightcontetn .social__footer {
  padding: 26px 28px;
  border-radius: 10px;
  border: 1px solid var(--cusborder);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-size: 24px;
  transition: all 0.4s;
}
.footer__top .get__rightcontetn .social__footer i {
  color: var(--white);
  font-size: 22px;
  transition: all 0.4s;
}
.footer__top .get__rightcontetn .social__footer:hover {
  background: var(--base);
  border-color: var(--base);
  color: var(--title);
}
.footer__top .get__rightcontetn .social__footer:hover i {
  color: var(--title);
}
@media (max-width: 1399px) {
  .footer__top .fl {
    margin-bottom: 40px;
  }
  .footer__top .get__content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .footer__top .get__content p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .footer__top .get__content a {
    font-size: 28px;
  }
  .footer__top .get__rightcontetn .social__footer {
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 20px;
  }
  .footer__top .get__rightcontetn .social__footer i {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .footer__top .get__content p {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .footer__top .get__content a {
    font-size: 18px;
  }
  .footer__top .fl {
    margin-bottom: 20px;
  }
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0;
}
.copyright p {
  font-size: 18px;
}
.copyright .terms {
  display: flex;
  gap: 38px;
}
.copyright .terms li a {
  font-size: 18px;
  color: var(--white);
  transition: all 0.4s;
}
.copyright .terms li:hover a {
  color: var(--base);
}
.copyright .toparrow {
  width: 40px;
  height: 50px;
  background: var(--base);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright .toparrow i {
  font-size: 28px;
}
@media (max-width: 991px) {
  .copyright {
    flex-wrap: wrap;
    display: grid;
    gap: 16px;
    justify-content: center;
    text-align: center;
  }
  .copyright .terms {
    justify-content: center;
    gap: 24px;
  }
  .copyright .toparrow {
    margin: 0 auto;
  }
}

.cmn--btn {
  padding: 20px 30px 21px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  background: var(--base);
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  border-radius: 5px;
  transition: all 0.5s;
  color: var(--subtitle);
}
.cmn--btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: var(--white);
}
.cmn--btn:hover {
  border-color: rgba(0, 60, 179, 0.97);
}
.cmn--btn:hover::before {
  bottom: 0;
}

.hov-white:hover {
  color: var(--white);
}
.hov-white:hover span {
  color: var(--white);
}

.video-btn {
  position: relative;
}
.video-btn::before {
  position: absolute;
  border: 2px solid #2eca7f;
  width: 100%;
  height: 100%;
  content: "";
  animation: scales 2s linear infinite;
  border-radius: 50%;
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}/*# sourceMappingURL=main.css.map */







/* Navigation Styles */
/* nav { position: relative;  }*/
ul.main-nav { 
  list-style-type: none; 
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

ul.main-nav > li { 
  display: inline-block;
  padding: 0; 
}

ul.main-nav > li > a { 
  display: block;
  padding: 28px 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
}

.menu-fixed ul.main-nav > li > a {
    color: #fff;
}
.menu-fixed ul.main-nav > li > a.mega-menu > span:after {
  border-top: 5px solid #fff;
}
.menu-fixed ul.main-nav > li:hover > a.mega-menu span:after {
  border-bottom: 5px solid #fff;
}
.menu-fixed ul.main-nav > li:hover > a {
    color: #fff;
}
ul.main-nav > li:hover > a { color: #ffffff; font-weight: 400; }

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type : none;
  display:block;
}

ul.main-nav > li ul.sub-menu-lists > li {
  padding: 2px 0;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
  font-size: 22px;
}

.ic {
  position: fixed; 
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top:0px;
  outline: none;
}

.ic.close { 
  opacity: 0; 
  font-size: 0px; 
  font-weight: 300; 
  color: #fff;
  top:8px;
  height:40px;
  display: block;
  outline: none;
}

/* Menu Icons for Devices*/
.ic.menu {  z-index : 20; 
            top: 42px;
            right: 0px; 
            position:absolute;
            z-index:999 !important;
    
}

.ic.menu .line { 
  height: 4px; 
  width: 100%; 
  display: block; 
  margin-bottom: 6px; 
}
.ic.menu .line-last-child { margin-bottom: 100px;  }

.sub-menu-head { margin: 10px 0; }
.banners-area { margin-top: 20px; padding-top: 15px; }

.banners-area img {width: 150px;}


@media only screen and (max-width:768px) {
  .sub-menu-head { color:orange; }
  .ic.menu { display: block; }
  header.dark .ic.menu .line { background-color: #fff; } 
  header.light .ic.menu .line { background-color: #000; }
  .ic.menu .line {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .ic.menu:focus .line { background-color: #fff !important; }
  
  .ic.menu:focus .line:nth-child(1) { 
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
  }
  
  .ic.menu:focus .line:nth-child(2){ 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); 
    margin-top: -10px;
  }
  
  .ic.menu:focus .line:nth-child(3){
    transform: translateY(15px);
    opacity: 0;
  }
  
  .ic.menu:focus{ outline: none; }
  .ic.menu:focus ~ .ic.close { opacity: 1; z-index : 19999;  outline: none;  }
  
  /*
  
  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
  .ic.menu:hover, 
  .ic.menu:focus{ opacity: 1; }
  

  nav { background-color: transparent; }

 /* Main Menu for Handheld Devices  */
  ul.main-nav {
    z-index:998; 
    padding: 30px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color:rgba(0,0,0,1);
    height: 100%;
    max-height:100%;
    overflow: auto;
    /*CSS animation applied : Slide from Right*/
   -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  
  .ic.menu:focus ~ .main-nav { width: 300px; background-color:rgba(0,0,0,1); }
  
  ul.main-nav > * { 
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .ic.menu:focus ~ .main-nav > * {opacity: 1;}
  
  ul.main-nav > li > a:after {display: none;}
  ul.main-nav > li:first-child { border-radius: 0px; }
  ul.main-nav > li {
    display: block;
    border-bottom: 1px solid #444;
  }
  
  ul.main-nav > li > a { font-weight: 600; }
  
  ul.main-nav > li ul.sub-menu-lists > li a { color: #eee; font-size: 14px; }
  .sub-menu-head { font-size: 16px;}
  ul.main-nav > li:hover { background-color: transparent;  }
  ul.main-nav > li:hover > a {color: #fff; text-decoration: none; font-weight: 600;}
 .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    position: relative;
    visibility: visible;
    opacity: 1.0;
  }
  
  .sub-menu-block { padding: 0 30px 20px; }
  .banners-area { padding-bottom: 0px;  }
  .banners-area div { margin-bottom: 15px;  }
  .banners-area { border-top: 1px solid #444; }
}

@media only screen and (min-width:769px) {
  .ic.menu { display: none; }
  /* Main Menu for Desktop Devices  */
  ul.main-nav { display: block; }
  .sub-menu-block { padding: 15px; }
  
  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block { 
  visibility: hidden;
  background-color: #f9f9f9;
  position: absolute;
  margin-top: 0px;
  width: 100%;
  color: #333;
  left: 0;
  box-sizing: border-box;
  z-index : 3;
  font-size: 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  opacity: 0;
    
  /*CSS animation applied for sub menu : Slide from Top */
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  
  }
  
  ul.main-nav > li:hover > div.sub-menu-block{ 
    background-color: #efefef; 
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  
  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  
  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }
  .careers-tab-wrapper section ul li, .careers-tab-wrapper section ul p, .careers-tab-wrapper section div {
    font-size: 21px;
}
  .careers-tab-wrapper h5 {
    font-size:24px;
}
.sub-menu-head {
    font-size: 28px;
    color: #000000;
}
  
  /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav > li > a.mega-menu > span { display: block; vertical-align: middle; }
  ul.main-nav > li > a.mega-menu > span:after {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  ul.main-nav > li:hover > a.mega-menu span:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent; 
    border-bottom: 5px solid #fff;
  }
  .banners-area { border-top: 1px solid #ccc; }
}

.how-do-tab-wrapper {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.business-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-do-its-work {
  float: right;
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
}

.how-do-heading {
  margin: 16px 0 6px;
  position: relative;
  color: #000000;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 500;
}
.how-do-heading span {
  font-size: 15px;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translate3d(-100%,-50%,0);
}
.how-do-slider-wrapper {
    padding: 21px 0 34px 52px;
    opacity: .87;
    transition: opacity .3s ease;
    cursor: pointer;
    text-align: left;
}
.how-do-tab-wrapper h2 {
  color: #000000;
  margin-bottom: 40px;
}
.information-name .nice-select {
  background-color: #ffffff;
  max-width: 100%;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.information-name input.form-control {
    height: 49px;
}
.how-do-slider-main-wrapper {
    height: 672px;
    overflow: auto;
     direction: rtl;
}

/* width */
.how-do-slider-main-wrapper::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.how-do-slider-main-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 10px;
}
 
/* Handle */
.how-do-slider-main-wrapper::-webkit-scrollbar-thumb {
  background: #000000; 
  border-radius: 10px;
}

/* Handle on hover */
.how-do-slider-main-wrapper::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}




      .digital-main-two .collapsed-digital-services > div {
         width: 49%;
         border: none;
         border-radius: 20px;
         margin: 10px 0;
         position: relative;
         overflow: hidden;
         min-height: 484px;
      }
      .digital-heading {
         display: block;
         margin-top: 70px;
      }
      .collapsed-digital-services > div {
         width: 32%;
         border: none;
         border-radius: 20px;
         margin: 10px 0;
         position: relative;
         overflow: hidden;
         min-height: 484px;
      }
      .collapsed-digital-services {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
      }
      .collapsed-digital-services-text {
         position: absolute;
         bottom: 0px;
         background: rgba(239,239,239,.8);
         background: linear-gradient(to bottom,rgba(239,239,239,0) 0,rgb(239 239 239 / 74%) 52%,rgb(239 239 239 / 77%) 57%,#efefefb3 100%);
         width: 100%;
         padding: 90px 20px 30px;
      }
      .collapsed-digital-services-title {
         font-size: 26px;
         transition: transform .5s ease;
         padding: 0;
         margin: 0;
         color: #000000;
         font-weight: 700;
      }
      .collapsed-digital-services-card {
        cursor: pointer;
      }
      .digital-services-collapsed-wrapper {
         display: inline-block;
         vertical-align: middle;
         width: 100%;
      }
      .images-main-wrapper {
         width: 100%;
      }
      .collapsed-digital-services-button {
         text-align: center;
         padding-top: 18px;
      }
      .collapsed-digital-services-button button {
         font-size: 2em;
         border-radius: 40px;
         width: 49px;
         border: solid 1px;
         padding: 0;
         transition: transform .5s ease;
         outline: 0;
         color: #000000;
         border-color: #000000;
      }
      .collapsed-digital-services-button button:hover {
        transform: scale(1.25,1.25);
      }

      .expanded-digital-services {
         width: 100%;
         border: none;
         border-radius: 20px;
         margin: 10px 0;
         position: relative;
         overflow: hidden;
         min-height: 600px;
      }
      .tek-card-text {
         background: rgba(239,239,239,.8);
         background: linear-gradient(to bottom,rgb(253 253 253 / 1%) 0,rgb(239 239 239 / 51%) 18%,#eeeeeee6 60%);
         position: absolute;
         bottom: 0;
         left: 0;
         padding: 90px 20px 120px;
      }

      .tek-card-btn-container {
         position: absolute;
         text-align: center;
         height: auto;
         left: 0;
         width: 100%;
         bottom: 20px;
      }
      button.tek-card-btn {
         font-size: 2rem;
         border-radius: 40px;
         width: 49px;
         border: solid 1px;
         padding: 0;
         transition: transform .5s ease;
         outline: 0;
         color: #000000;
         border-color: #000000;
         transform: rotateY(0) rotate(45deg);
      }
      button.tek-card-btn:hover {
         transform: scale(1.25,1.25) rotateY(0) rotate(45deg);
         color: #000000;
         border-color: #000000;
      }

      .tek-card-header h2 {
         font-size: 26px;
         transition: transform .5s ease;
         padding-bottom: 30px;
         margin: 0;
         color: #000000;
         font-weight: 700;
      }
      .digital-heading h5 {
        color: #000000;
       font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
      }
