 @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
 * {
   font-family: 'Sora', sans-serif;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
 }
 body {
   font-size: 13px;
   color: #333;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
 }
 html {
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
 }
 header, footer, section, aside, nav, article {
   display: block;
 }
 * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
 }
 ol, ul {
   list-style: outside none none;
 }
 ul, ol, dl {
   margin: 0;
   padding: 0;
 }
 h1, h2, h3, h4, h5, h6 {
   padding-left: 0;
   padding-right: 0;
 }
 a {
   color: #000000;
   text-decoration: underline;
 }
 a:hover {
   text-decoration: none;
 }
 h1 {
   font-size: 21px;
 }
 h2 {
   font-size: 18px;
 }
 h3, h4, h5, h6 {
   font-size: 14px;
   padding: 0;
 }
 a img {
   border: medium none;
   outline: medium none;
 }
 a:link {
   text-decoration: none;
 }
 a:visited {
   text-decoration: none;
 }
 img {
   max-width: 100%;
   max-height: 100%;
   vertical-align: middle;
 }
 .wrapper {
   transition: all 0.2s ease 0s;
 }
 .clr::after {
   clear: both;
   content: "";
   display: block;
   float: none;
 }
 .clr {
   clear: both;
   float: none;
 }
 :focus {
   outline: medium none;
 }
 input[type="submit"], input[type="reset"], input[type="button"] {
   cursor: pointer;
 }
 *::-moz-placeholder {
   opacity: 1 !important;
 }
 .nav-link:focus, .nav-link:hover {
   color: #f2009c;
 }
 /************************************/
 .logo-menu ul {
   display: flex;
   flex-direction: row;
 }
 .logo-menu ul li a {
   color: #fff;
   margin: 0 15px;
   font-weight: 600;
   font-size: 14px;
 }
 .logo-menu ul li a:hover, .logo-menu ul li.cta-btn a {
   color: #00D986;
 }
 .logo-menu {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px 0;
 }
 .banner .row {
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: 93% center;
   padding: 20px 0 0 0px;
 }
 .caption h5 {
   color: #FFF;
   font-family: Sora;
   font-size: 45px;
   font-style: normal;
   font-weight: 700;
   line-height: 115.4%;
   letter-spacing: 0.48px;
   text-transform: uppercase;
 }
 .banner-content-section {
   display: flex;
   align-items: center;
   width: 100%;
   justify-content: center;
   padding: 20px 0 50px 0;
 }
 .banner-img {
   width: 450px;
 }
 .caption p {
   color: #FFF;
   font-family: Sora;
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   margin: 20px 0 50px 0;
   line-height: 160%;
 }
 button.cta-btn {
   padding: 15px 40px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   border-radius: 24px;
   color: #000;
   text-align: center;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   border: 0;
   line-height: 24px;
   background: #00D986;
 }
 section.contact-section .container {
   background-position: right center;
   background-repeat: no-repeat;
 }
 .contact-section {
   background-position: right center;
   background-repeat: no-repeat;
   padding: 60px 0 60px 0;
 }
 section.contact-section .container {
   display: flex;
   height: 100%;
   justify-content: center;
 }
 .contact-form-sec {
   display: flex;
   justify-content: space-around;
   width: 950px;
   max-width: 100%;
   align-items: center;
 }
 .contact-form {
   display: flex;
   padding: 40px 40px;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   border-radius: 20px;
   border: 2px solid #222;
   width: 460px;
   background: #222;
   margin: 0 0 0 40px;
 }
 .inp-sec {
   padding: 13px 16px;
   background-color: #fff;
   border-radius: 25px;
   width: 100%;
   margin: 0 0 15px 0;
   text-align: left;
 }
 .inp-sec input, .inp-sec select, .inp-sec textarea {
   border: 0;
   font-size: 14px;
   width: 100%;
 }
 .inp-sec textarea {
   height: 110px;
 }
 .check-condition {
   display: flex;
   color: #fff;
   text-align: left;
   align-items: flex-start;
 }
 .check-condition p a {
   text-decoration: underline;
   color: #00D986;
 }
 .contact-form strong {
   color: #FFF;
   text-align: center;
   font-family: Helvetica;
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 0.68px;
   text-transform: capitalize;
   margin: 15px 0;
 }
 .contact-form button {
   width: 100%;
   margin: 15px 0 0 0;
 }
 .check-condition p {
   margin: 0 0 0 10px;
 }
 footer {
   border: 1px solid #141414;
   background: #000508;
   padding: 25px 0 0 0;
 }
 .social a:hover {
   color: #00D986;
 }
 .social a {
   color: #848895;
   font-size: 20px;
   margin: 0 10px 0 0;
 }
 .social {
   margin: 15px 0 0 0;
 }
 span.footer-p-menu {
   display: block;
   color: #848895;
   font-family: Sora;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 27.3px;
 }
 span.footer-p-menu a {
   color: #848895;
   margin: 0 15px 0 0;
 }
 .col-sm-12.display-flex {
   display: flex;
   justify-content: space-between;
   border-top: solid 1px #848895;
   padding: 10px 0 0 0;
   margin: 35px 0 10px 0;
 }
 .footer-menus b {
   color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   line-height: 18.72px;
   display: block;
   text-transform: uppercase;
   text-align: left;
 }
 .footer-menus {
   text-align: right;
 }
 .footer-menus li a {
   color: #848895;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   margin: 0;
   display: inline-block;
   text-align: left;
 }
 .footer-menus li {
   color: #848895;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   margin: 15px 0 0 0;
   display: block;
   text-align: left;
 }
 .footer-menus.footer-menu {
   width: 100%;
   text-align: right;
 }
 .footer-menus.footer-menu li a {
   text-align: left;
   width: 110px;
 }
 .footer-menus.footer-menu li {
   text-align: right;
 }
 .footer-menus.footer-menu b {
   text-align: right;
 }
 span.right-reserved {
   color: #848895;
   font-size: 14px;
 }
 section.dig-sec {
   border-radius: 15px;
   background: linear-gradient(148deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.05) 100%);
   backdrop-filter: blur(10px);
   padding: 80px 0;
   overflow: hidden;
 }
 h5.heading-text {
   color: #FFF;
   text-align: center;
   font-family: Helvetica;
   font-size: 40px;
   font-style: normal;
   font-weight: 700;
   margin: 0 0 50px 0px;
   line-height: normal;
   letter-spacing: 0.68px;
 }
 .dia-text {
   border-radius: 20px;
   background: rgba(0, 0, 0, 0.28);
   padding: 20px 20px;
 }
.dia-text h5 {
    color: #FFF;
    font-family: Sora;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-left: solid 3px #35C46B;
    text-align: left;
    padding: 5px 0 5px 15px;
}
.dia-text p {
    color: #C4C4C4;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}
 .row.rtl {
   display: flex;
   flex-direction: row-reverse;
   align-items: center;
 }
 .dig-sec .col-md-12 .row {
   display: flex;
   align-items: center;
   margin-top: 20px;
   margin-bottom: 40px;
   height: 100%;
 }
 .clien-logo {
   display: flex;
   justify-content: center;
   padding: 20px 0 50px 0;
   align-items: center;
 }
 .clien-logo center {
   border-right: solid 1px #fff;
   height: 40px;
   padding: 0 20px;
   line-height: 40px;
 }
 .client-slider b {
   display: block;
   color: #00D986;
   text-align: center;
   font-family: Sora;
   font-size: 14px;
   font-style: normal;
   font-weight: 300;
   line-height: 16.8px;
   letter-spacing: 0.8px;
   text-transform: capitalize;
 }
 section.client-logo-other {
   padding: 30px 0;
   background-size: 100%;
   background-repeat: no-repeat;
 }
 .diag-img {
   text-align: center;
 }
 .dia-text p a {
   color: #00D986;
 }
 .award-section {
   border-radius: 10px;
   background: rgba(26, 26, 26, 0.50);
   display: flex;
   align-items: center;
 }
 .awartd-text .dia-text {
   background-color: transparent;
   padding: 0;
 }
 .awartd-text .dia-text a {
   color: #C4C4C4;
   font-family: Sora;
   font-size: 14px;
   text-decoration: underline;
   font-style: normal;
   font-weight: 300;
   line-height: 22px;
 }
 .client-count-other ul li {
   display: flex;
   flex-direction: column;
 }
.client-count-other ul li b {
    color: #00D986;
    font-family: Sora;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: normal;
    text-align: left;
}
 .client-count-other ul li i {
   color: #C4C4C4;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 25px;
   text-transform: capitalize;
 }
 .client-count-other ul {
   padding: 20px 0 0 0;
   display: flex;
   justify-content: space-between;
 }
 .elevate-slide-sec {
   margin: 100px 0 30px 0;
 }
 .elevate-slide-sec .slick-prev, .elevate-slide-sec .slick-next {
   font-size: 0;
   line-height: 0;
   position: absolute;
   top: 50%;
   display: block;
   width: 20px;
   height: 20px;
   padding: 0;
   cursor: pointer;
   color: transparent;
   border: none;
   outline: none;
   background-color: transparent;
   background-size: contain;
   background-repeat: no-repeat;
 }
 .elevate-slide-sec .slick-prev {
   left: 0;
   background-image: url("../images/left-arrow.svg");
 }
 .elevate-slide-sec .slick-next {
   right: 0;
   background-image: url("../images/right-arrow.svg");
 }
 .first-slide {
   background-repeat: no-repeat;
   background-size: contain;
   background-position: 0% center;
   padding: 20px 0 0 0px;
 }
 .elevate-slide-sec .slick-initialized .slick-slide {
   display: flex;
   align-items: center;
   justify-content: center;
   background-position: 0% center;
 }
 .elevate-text {
   width: 450px;
   margin: 0 0 0 20px;
 }
 .elevate-slide-sec .slider.elevate-slider.slick-initialized.slick-slider {
   width: 900px;
   max-width: 100%;
 }
 .elevate-slide-sec {
   margin: 100px 0 30px 0;
   display: flex;
   flex-direction: column;
   align-items: center;
 }
 .mobile-area {
   width: 230px;
 }

.drive-sec-slider .slick-prev, .drive-sec-slider .slick-next {
   font-size: 0;
   line-height: 0;
   position: absolute;
   top: 50%;
   display: block;
   width: 20px;
   height: 20px;
   padding: 0;
   cursor: pointer;
   color: transparent;
   border: none;
   outline: none;
   background-color: transparent;
   background-size: contain;
   background-repeat: no-repeat;
 }
 .drive-sec-slider .slick-prev {
   left: -30px;
   background-image: url("../images/left-arrow.svg");
 }
 .drive-sec-slider .slick-next {
   right: -30px;
   background-image: url("../images/right-arrow.svg");
 }
.drive-sec- .award-section.slick-slide {
    display: flex;
    padding: 40px 40px;
}
.awartd-text {
    margin: 0 0 0 40px;
}
.drive-sec- {
    width: 900px;
    max-width: 100%;
    display: inline-block;
}
.award-img { 
    text-align: center;
    display: flex;
    flex: 0 0 300px;
}
 /**********************************
Media Query Start
**************************************/
 @media only screen and (max-width: 990px) {
   .caption h5 {
     font-size: 28px;
   }
   .caption p br, .dia-text h5 br, .client-count-other ul li i br {
     display: none;
   }
   .caption p {
     font-size: 13px;
   }
   .banner-img {
     width: 860px;
   }
   h5.heading-text {
     font-size: 30px;
     margin: 0 0 30px 0px;
   }
   .dia-text h5 {
     font-size: 20px;
   }
   .dia-text p {
     font-size: 13px;
     line-height: normal;
   }
   section.dig-sec {
     padding: 60px 0 40px 0;
   }
   .awartd-text {
     padding: 0 20px 0 0;
   }
   .client-count-other ul li b {
     font-size: 35px;
   }
   .client-count-other ul li {
     padding: 0 40px 0 0;
   }
   .client-count-other ul li i {
     line-height: normal;
   }
   .contact-form {
     padding: 20px 20px;
   }
   .footer-menus.footer-menu li a {
     text-align: left;
     width: 100%;
   }
   .footer-menus.footer-menu b {
     text-align: left;
   }
 }
 @media only screen and (max-width: 767px) {
      .drive-sec-slider .slick-prev {
   left:0px; 
 }
 .drive-sec-slider .slick-next {
   right:0px; 
 }
   .logo-head {
     width: 160px;
   }
   .banner-content-section {
     padding: 20px 15px 50px 15px;
   }
   .dig-sec .col-md-12 .row {
     display: flex;
     align-items: center;
     flex-direction: column;
   }
   .award-section {
     flex-direction: column;
   }
   .awartd-text {
     padding:0 20px 10px 0px;
   }
     .drive-sec- .award-section.slick-slide { 
    padding: 20px 20px;
}
   .client-count-other ul {
     padding: 0 0 0 0;
     justify-content: space-between;
     flex-direction: column;
   }
   .client-count-other ul li {
     padding: 20px 0 0 0;
   }
   .elevate-slide-sec .slick-initialized .slick-slide {
     justify-content: center;
     background-position: 0% center;
     flex-direction: column;
   }
   .contact-img.wow.fadeInLeft {
     display: none;
   }
   .contact-form {
     padding: 15px;
     margin: 0;
   }
   .footer-logo {
     text-align: center;
     margin: 0 0 25px 0;
   }
   .footer-menus {
     text-align: center;
     margin: 0 0 30px 0;
   }
   .footer-menus li {
     color: #848895;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     margin: 10px 0 0 0;
     display: block;
     text-align: center;
   }
   .footer-menus.footer-menu b {
     text-align: center;
   }
   .footer-menus b {
     text-align: center;
   }
   .footer-menus.footer-menu li a {
     text-align: center;
     width: 100%;
   }
   .col-sm-12.display-flex {
     flex-direction: column;
     align-items: center;
   }
   .contact-section {
     padding: 0 0 60px 0;
   }
   section.client-logo-other {
     padding: 0;
   }
   .elevate-slide-sec {
     margin: 60px 0 30px 0;
   }
   .client-slider {
     margin: 50px 0 0 0;
   }
   .banner-content-section {
     flex-direction: column;
   }
   .caption h5 br {
     display: none;
     line-height: normal;
   }
   .caption p {
     font-size: 13px;
     margin: 20px 0 20px 0;
   }
   .banner-img {
     width: 100%;
   }
   h5.heading-text {
     font-size: 25px;
     padding: 0 20px;
     margin: 0 0 30px 0px;
   }
   .caption h5 {
     font-size: 25px;
     text-align: center;
   }
   .caption {
     text-align: center;
   }
   .logo-menu ul li a {
     color: #fff;
     margin: 0 8px;
     font-weight: 600;
     font-size: 13px;
   }
   li.cta-btn {
     display: none;
   }
 }
 /**********************************
Media Query Start
**************************************/
 