@charset "UTF-8";
/* START :: Custom variable */
html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

body {
  font-size: 14px;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1260px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1290px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
  font-size: 16px;
  background-color: #fff;
  color: #000000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: all 0.5s;
}

body.active {
  position: fixed;
  width: 100%;
  height: 100%;
}

strong {
  font-family: "Raleway";
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-left: 75px;
  padding-right: 75px;
}

h1, .h1 {
  font-size: 60px;
  line-height: 1.1;
}

h2, .h2 {
  font-size: 56px;
}

h3, .h3 {
  font-size: 50px;
  line-height: 1.1;
}

h4, .h4 {
  font-size: 32px;
  line-height: 1.4;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6, .h6 {
  font-size: 18px;
  line-height: 1.3;
}

a {
  color: inherit;
}

.star {
  position: relative;
}

.start:before {
  position: absolute;
  left: 87px;
  top: 114px;
  width: 44px;
  height: 44px;
  content: "";
  background-image: url("../images/star-sicon.svg");
  background-repeat: no-repeat;
  z-index: 99;
}

.bnr-star {
  position: relative;
}

.bnr-star:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  right: 12%;
  top: 0;
  background-image: url("../images/header-banner-icon.svg");
  background-repeat: no-repeat;
  z-index: 99;
}

.btn.contactus {
  font-size: 18px;
  line-height: 1.8;
  color: #A8A6FF;
  padding: 21px 88px;
  background: #000000;
  border-radius: 10px;
}

/*.page-template-template-contact .servicebg-color {*/
.page-template-template-contact .about-Needs, .page-template-template-services .about-Needs, .page-template-template-about .about-Needs {
  background: #F2F6FF;
}

.hero-bg-main {
  background-color: #a8a6ff;
}

header {
  padding: 39px 0 39px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 123;
  transition: all 0.3s;
  background-color: transparent;
  /*background-color: #A8A6FF;*/
}
header .logo {
  font-size: 21px;
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat";
}
header .logo a {
  color: #000000;
  font-weight: 700;
}
header .menu_wrap ul {
  margin: 0 -20px;
}
header .menu_wrap ul li {
  padding: 0 20px;
  font-size: 18px;
  color: #000000;
  line-height: 1;
}
header .menu_wrap ul li a {
  color: #000000;
}
header .menu_wrap ul li a:hover {
  color: #ffffff;
}
header .mail-contact a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Raleway";
  color: #000000;
}
header .mail-contact a:hover {
  color: #ffffff;
}
header .mail-contact a span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #1C193E;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mail-contact a span svg path {
  fill: #000000;
}

.main_wrap {
  position: relative;
  flex: 1;
  /*margin-top: -113px;*/
  /**************************** home page css  ****************************/
}
.main_wrap .hero-banner {
  background-color: #A8A6FF;
  padding-top: 113px;
  position: relative;
}
.main_wrap .hero-banner::before {
  content: "";
  position: absolute;
  width: 409px;
  height: 409px;
  left: -144px;
  top: 180px;
  background: #054bff;
  opacity: 0.3;
  filter: blur(197px);
  z-index: 0;
}
.main_wrap .hero-banner::after {
  content: "";
  position: absolute;
  width: 241px;
  height: 241px;
  right: 0;
  top: 361px;
  background: #054bff;
  filter: blur(197px);
  z-index: 0;
}
.main_wrap .hero-banner .hero-content {
  padding: 0 0 100px 0;
  position: relative;
}
@media (min-width: 768px) {
  .main_wrap .hero-banner .hero-content {
    padding: 34px 0 160px 0;
  }
  .main_wrap .hero-banner .hero-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: -33px;
    width: 159px;
    height: 158px;
    background-image: url("../images/star-cut-icon.svg");
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .main_wrap .hero-banner .hero-content:before {
    top: 0;
  }
}

.main_wrap .hero-banner .hero-content .hero-left-content {
  position: relative;
}
.main_wrap .hero-banner .hero-content .hero-left-content h1, .main_wrap .hero-banner .hero-content .hero-left-content .h1 {
  padding-top: 20px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #1C193E;
  font-family: "Raleway";
}
@media (min-width: 768px) {
  .main_wrap .hero-banner .hero-content .hero-left-content h1, .main_wrap .hero-banner .hero-content .hero-left-content .h1 {
    padding-top: 53px;
  }
}
.main_wrap .hero-banner .hero-content .hero-left-content h1 span, .main_wrap .hero-banner .hero-content .hero-left-content .h1 span {
  display: inline-block;
}
.main_wrap .hero-banner .hero-content .hero-left-content h2, .main_wrap .hero-banner .hero-content .hero-left-content .h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  color: #1C193E;
  font-family: "Raleway";
}
.main_wrap .hero-banner .hero-content .hero-left-content p {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Raleway";
}
.main_wrap .hero-banner .hero-content .hero-right-content .round-leftimg {
  width: 260px;
  height: 479px;
  background: #D9D9D9;
  border-radius: 300px;
  overflow: hidden;
}
.main_wrap .hero-banner .hero-content .hero-right-content .round-leftimg.round-leftimg-1923 {
  background-image: url("../images/hand-shaking.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.main_wrap .hero-banner .hero-content .hero-right-content .round-leftimg img {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}
.main_wrap .hero-banner .hero-content .hero-right-content .round-rightimg {
  width: 260px;
  height: 479px;
  background: #D9D9D9;
  border-radius: 300px;
  overflow: hidden;
  z-index: 1;
  transform: translate(0, 70px);
  margin-left: 30px;
  position: relative;
}
.main_wrap .hero-banner .hero-content .hero-right-content .round-rightimg.round-rightimg-1923 {
  width: 260px;
  height: 479px;
  background: #D9D9D9;
  border-radius: 300px;
  overflow: hidden;
  z-index: 1;
  transform: translate(0, 70px);
  margin-left: 30px;
  position: relative;
  background-image: url("../images/remote-work.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: calc(37%) calc(100%);
}
.main_wrap .hero-banner .hero-content .hero-right-content .round-rightimg img {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  position: relative;
}
.main_wrap .hero-banner .hero-content .hero-right-content .round-rightimg .overlay {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: color(srgb 0.09 0.09 0.59/0.5);
  z-index: 99;
}
.main_wrap .hero-banner .hero-content span.starsmall {
  position: relative;
  display: block;
}
.main_wrap .hero-banner .hero-content span.starsmall img {
  position: absolute;
  width: 37px;
  height: 37Px;
  text-align: right;
  right: 53%;
}
.main_wrap .whatwe-do {
  background-color: #ffffff;
  overflow: hidden;
}
.main_wrap .whatwe-do::before {
  content: "";
  position: absolute;
  width: 241px;
  height: 241px;
  right: 0;
  top: 50%;
  background: #A8A6FF;
  filter: blur(197px);
  z-index: 0;
}
.main_wrap .whatwe-do .whatwe-do-content {
  padding: 100px 0 114px 0;
  position: relative;
}
.main_wrap .whatwe-do .whatwe-do-content::before {
  content: "";
  position: absolute;
  width: 322px;
  height: 322px;
  left: 23px;
  top: 0px;
  background: #A8A6FF;
  filter: blur(197px);
  z-index: 0;
}
.main_wrap .whatwe-do .whatwe-do-content::after {
  content: "";
  position: absolute;
  width: 322px;
  height: 322px;
  left: 23px;
  top: 322px;
  background: #A8A6FF;
  filter: blur(197px);
  z-index: 0;
}
.main_wrap .whatwe-do .whatwe-do-content h2, .main_wrap .whatwe-do .whatwe-do-content .h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #1C193E;
  font-weight: 700;
  font-family: "Raleway";
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}
.main_wrap .whatwe-do .whatwe-do-content p {
  font-size: 20px;
  line-height: 1.6;
  color: #708399;
  font-family: "Raleway";
  text-align: center;
  margin-bottom: 58px;
  z-index: 99;
  position: relative;
}
.main_wrap .whatwe-do .whatwe-do-content .what-we-do-pic figure {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}
.main_wrap .whatwe-do .whatwe-do-content .what-we-do-pic.what-we-do-pic-1923{
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_wrap .whatwe-do .whatwe-do-content .what-we-do-pic.what-we-do-pic-1923 figure {
  width: auto;
}
.main_wrap .whatwe-do .whatwe-do-content .what-we-do-pic figure:before {
  position: absolute;
  content: "";
  width: 73px;
  height: 64px;
  left: -22px;
  bottom: -17px;
  background-image: url("../images/corner-over-line.svg");
  background-repeat: no-repeat;
  z-index: 99;
}
.main_wrap .whatwe-do .whatwe-do-content .what-we-do-pic figure:after {
  position: absolute;
  content: "";
  width: 73px;
  height: 64px;
  right: -22px;
  top: -17px;
  background-image: url("../images/corner-over-line.svg");
  background-repeat: no-repeat;
  z-index: 99;
}
.main_wrap .whatwe-do .whatwe-do-content .what-we-do-pic figure img {
  border-radius: 10px;
  z-index: 1;
}
.main_wrap .whatwe-offer {
  background-color: #A8A6FF;
}
.main_wrap .whatwe-offer .whatwe-offer-content {
  padding: 87px 0 118px 0;
  text-align: center;
  position: relative;
}
.main_wrap .whatwe-offer .whatwe-offer-content::before {
  position: absolute;
  content: "";
  left: 87px;
  top: 100px;
  width: 44px;
  height: 44px;
  background-image: url("../images/star-sicon.svg");
  background-repeat: no-repeat;
}
.main_wrap .whatwe-offer .whatwe-offer-content h2, .main_wrap .whatwe-offer .whatwe-offer-content .h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  font-family: "Raleway";
  text-align: center;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .main_wrap .whatwe-offer .whatwe-offer-content h2, .main_wrap .whatwe-offer .whatwe-offer-content .h2 {
    margin-bottom: 100px;
  }
}
.main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data {
  height: 100%;
  border-radius: 40px;
  background: #ffffff;
  padding: 56px 46px;
  overflow: hidden;
  margin: 0 auto;
}
.main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data .title-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data .title-img .border-curculer {
  width: 100px;
  height: 100px;
  background: rgba(168, 166, 255, 0.13);
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}
.main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data .title-img .border-curculer svg {
  opacity: 1;
}
.main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data .h4 {
  font-size: 32px;
  line-height: 1.1;
  color: #1C193E;
  font-family: "Raleway";
  margin-bottom: 15px;
}
.main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data p {
  font-size: 16px;
  line-height: 1.7;
  color: #708399;
  font-weight: 500;
  font-family: "Raleway";
  margin-bottom: 0;
  overflow: hidden;
}
.about-Needs .about-Needs-content {
  padding: 92px 0 108px 0;
}
.about-Needs .about-Needs-content h2, .about-Needs .about-Needs-content .h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #1C193E;
  font-weight: 700;
  font-family: "Raleway";
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}
.about-Needs .about-Needs-content p {
  font-size: 26px;
  line-height: 1.2;
  color: #708399;
  font-weight: 400;
  font-family: "Raleway";
  text-align: center;
  margin-bottom: 37px;
}
.about-Needs .about-Needs-content .btn.contactus {
  color: #ffffff;
  border: 2px solid rgba(183, 183, 183, 0.3);
}
.about-Needs .about-Needs-content .btn.contactus:hover {
  color: #000000;
  background: #A8A6FF;
  border: 2px solid #A8A6FF;
}
.main_wrap .hero-banner-inner {
  background: #A8A6FF;
  padding-top: 113px;
}
.main_wrap .hero-banner-inner .hero-content-inner {
  padding: 34px 0 90px 0;
}
.main_wrap .hero-banner-inner .hero-content-inner h1, .main_wrap .hero-banner-inner .hero-content-inner .h1 {
  font-size: 70px;
  line-height: 1.02;
  color: #000000;
  font-weight: 400;
  font-family: "Raleway";
  text-align: center;
}
.main_wrap .hero-banner-inner .hero-content-inner h1 strong, .main_wrap .hero-banner-inner .hero-content-inner .h1 strong {
  font-size: 60px;
  font-weight: 700;
}
.main_wrap .services .services-one {
  padding: 100px 0;
}
.main_wrap .services .services-one .services-img figure {
  background: transparent;
  border-radius: 10px;
}
.main_wrap .services .services-one .services-img figure img {
  border-radius: 10px;
}
.main_wrap .services .services-one .services-content {
  padding: 76px 0;
  margin-left: 36px;
}
.main_wrap .services .services-one .services-content .services-title h3, .main_wrap .services .services-one .services-content .services-title .h3 {
  font-size: 50px;
  line-height: 1.4;
  color: #00113D;
  font-weight: 700;
  font-family: "Raleway";
}
.main_wrap .services .services-one .services-content p {
  font-size: 20px;
  line-height: 1.8;
  color: #708399;
  font-weight: 500;
  font-family: "Raleway";
}
.main_wrap .services .services-one .services-content.content-right {
  margin-left: 0px;
  padding-right: 28px;
}
.main_wrap .hero-banner-about {
  background-color: #fff;
}
.main_wrap .hero-banner-about .hero-content-about .container-fluid, .main_wrap .hero-banner-about .hero-content-about .container-sm, .main_wrap .hero-banner-about .hero-content-about .container-md, .main_wrap .hero-banner-about .hero-content-about .container-lg, .main_wrap .hero-banner-about .hero-content-about .container-xl, .main_wrap .hero-banner-about .hero-content-about .container-xxl {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-right {
  padding: 70px 0 102px 38px;
  position: relative;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-right::before {
  position: absolute;
  content: "";
  width: 574px;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("../images/about-right-bgover.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-right p {
  max-width: 738px;
  width: 100%;
  color: #708399;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Raleway";
  margin-bottom: 45px;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-right .profile-details {
  position: relative;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-right .profile-details:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 144px;
  right: 0;
  top: 0;
  background-image: url("../images/prifle-over-icon.svg");
  background-repeat: no-repeat;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-right .profile-details .filepicture {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  overflow: hidden;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-right .profile-details .filepicture-data {
  margin-left: 30px;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-right .profile-details .filepicture-data h6, .main_wrap .hero-banner-about .hero-content-about .about-content-right .profile-details .filepicture-data .h6 {
  font-size: 26px;
  line-height: 1.07;
  color: #000000;
  font-weight: 700;
  font-family: "Raleway";
  margin-bottom: 5px;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-right .profile-details .filepicture-data p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Raleway";
  margin-bottom: 0px;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-left figure {
  height: 100%;
}
.main_wrap .hero-banner-about .hero-content-about .about-content-left figure img {
  height: 100%;
}
.main_wrap .contact_us-section .contact_us-content {
  margin: 109px 0;
}
.main_wrap .contact_us-section .contact_us-content .contect-details {
  text-align: left;
}
.main_wrap .contact_us-section .contact_us-content .contect-details h3, .main_wrap .contact_us-section .contact_us-content .contect-details .h3 {
  line-height: 1;
  color: #000000;
  font-weight: 600;
  margin-bottom: 60px;
  font-family: "Raleway";
}
.main_wrap .contact_us-section .contact_us-content .contect-details p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Raleway";
}
.main_wrap .contact_us-section .contact_us-content .contect-details .personal-details {
  margin-bottom: 34px;
}
.main_wrap .contact_us-section .contact_us-content .contect-details .personal-details svg {
  margin-right: 27px;
}
.main_wrap .contact_us-section .contact_us-content .contect-details .personal-details strong {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Raleway";
}
.main_wrap .contact_us-section .contact_us-content .contect-details .personal-details p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Raleway";
  margin-bottom: 0;
}
.main_wrap .contact_us-section .contact_us-content .contact-form form .form-outline .form-label {
  font-size: 15px;
  line-height: 2.4;
  color: #000000;
  font-weight: 600;
  font-family: "Raleway";
}
.main_wrap .contact_us-section .contact_us-content .contact-form form .form-outline .form-label span {
  margin-left: 5px;
  font-size: 10px;
  color: #FF8383 !important;
}
.main_wrap .contact_us-section .contact_us-content .contact-form form .form-outline .form-control {
  color: #000000;
  font-size: 18px;
  background-color: transparent !important;
  margin-bottom: 20px;
  padding: 1rem 0.75rem;
  background: linear-gradient(90.15deg, rgba(255, 255, 255, 0.1) 5.31%, rgba(255, 255, 255, 0) 98.37%);
  border: 2px solid rgba(183, 183, 183, 0.3);
  border-radius: 10px;
}
.main_wrap .contact_us-section .contact_us-content .contact-form form .form-outline textarea {
  height: 200px;
}
.main_wrap .contact_us-section .contact_us-content .contact-form form .btn.contactus.sendbtn {
  padding: 21px 70px;
  border: 2px solid #a8a6ff;
}
.main_wrap .contact_us-section .contact_us-content .contact-form form .btn.contactus.sendbtn:hover {
  background-color: #ffffff;
  color: #000000;
}

footer {
  background: #070707;
}
footer .footer {
  padding: 49px 0;
}

.privacy-term p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #FFFFFF;
}

.social-link ul li {
  font-size: 15px;
  list-style: none;
  padding: 0 15px;
}
.social-link ul li a {
  color: #FFFFFF;
}
.social-link ul li a:hover {
  color: #A8A6FF;
}
.social-link ul li a .fa-facebook-f:before, .social-link ul li a .fa-facebook:before {
  content: "\f39e";
}
.social-link.social-link-contact ul li{
  font-size: 18px;
}
.social-link.social-link-contact ul li a{
  color: #000;
}

@media (max-width: 767px) {
  .footer .footer-content {
    flex-direction: column;
    margin: 0 auto;
  }
  .footer .footer-content .privacy-term {
    /*margin-bottom: 40px;*/
    /*max-width: 311px;*/
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .main_wrap header {
    padding: 39px 10px 39px 5px;
  }
  .main_wrap .hero-banner-inner .hero-content-inner h1, .main_wrap .hero-banner-inner .hero-content-inner .h1 {
    font-size: 45px;
  }
  .main_wrap .hero-banner-inner .hero-content-inner h1 strong, .main_wrap .hero-banner-inner .hero-content-inner .h1 strong {
    font-size: 50px;
  }
  .main_wrap .hero-banner-about .hero-content-about .about-content-right p {
    font-size: 20px;
  }
  .main_wrap .hero-banner-about .hero-content-about .about-content-right .profile-details .filepicture-data h6, .main_wrap .hero-banner-about .hero-content-about .about-content-right .profile-details .filepicture-data .h6 {
    font-size: 20px;
  }
  .main_wrap .hero-banner-inner .hero-content-inner h1, .main_wrap .hero-banner-inner .hero-content-inner .h1 {
    font-size: 45px;
  }
  .main_wrap .contact_us-section .contact_us-content {
    margin: 46px 80px;
  }
}
@media (max-width: 1366px) {
  .main_wrap .hero-banner .hero-content .hero-left-content h1, .main_wrap .hero-banner .hero-content .hero-left-content .h1 {
    font-size: 45px;
  }
  .main_wrap .hero-banner .hero-content .hero-left-content h2, .main_wrap .hero-banner .hero-content .hero-left-content .h2 {
    font-size: 45px;
  }
  .main_wrap .hero-banner .hero-content .hero-left-content p {
    font-size: 23px;
  }
  .main_wrap .hero-banner .hero-content .hero-right-content {
    transform: translate(-36px);
  }
  .main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data {
    height: 100%;
  }
.about-Needs .about-Needs-content h2, .about-Needs .about-Needs-content .h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .main_wrap .hero-banner .hero-content .hero-left-content h1, .main_wrap .hero-banner .hero-content .hero-left-content .h1 {
    font-size: 40px;
  }
  .main_wrap .hero-banner .hero-content .hero-left-content h2, .main_wrap .hero-banner .hero-content .hero-left-content .h2 {
    font-size: 40px;
  }
  .main_wrap .hero-banner .hero-content .hero-left-content p {
    font-size: 20px;
  }
  .main_wrap .hero-banner .hero-content .hero-right-content {
    transform: translate(0px);
    justify-content: center;
  }
  .main_wrap .hero-banner .hero-content .hero-right-content .round-leftimg {
    width: 200px;
    height: 399px;
  }
  .main_wrap .hero-banner .hero-content .hero-right-content .round-rightimg {
    width: 200px;
    height: 399px;
  }
  .main_wrap .whatwe-do .whatwe-do-content .what-we-do-pic {
    padding: 0 40px;
  }
  .main_wrap .whatwe-offer .whatwe-offer-content h2, .main_wrap .whatwe-offer .whatwe-offer-content .h2 {
    font-size: 45px;
  }
  .main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data {
    height: 100%;
  }
  .main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data h4, .main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data .h4 {
    font-size: 24px;
  }
  .about-Needs .about-Needs-content h2, .about-Needs .about-Needs-content .h2 {
    font-size: 45px;
  }
  .main_wrap .hero-banner-about .hero-content-about .about-content-right {
    padding: 40px 20px 52px 38px;
  }
  .main_wrap .hero-banner-about .hero-content-about .about-content-right p {
    font-size: 20px;
  }
  .main_wrap .services .services-one {
    padding: 46px 0;
  }
  .main_wrap .services .services-one .services-content {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  header {
    padding: 39px 10px 39px 10px;
    transition: all 0.3s;
    z-index: 9999;
  }
  header .header_wrap .menu_wrap nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #A1A2FF;
    padding: 158px 20px 60px;
    transition: all 0.5s;
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    color: #000000;
  }
  header .header_wrap .menu_wrap nav ul {
    flex-direction: column;
    margin: 0 0px;
  }
  header .header_wrap .menu_wrap nav ul li {
    width: 100%;
    font-size: 32px;
    padding: 33px 10px;
  }
  header .header_wrap .hamburger-icon {
    width: 32px;
    height: 32px;
  }
  header .header_wrap .hamburger-icon button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    position: relative;
    color: #000;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header_wrap .hamburger-icon button span i {
    font-size: 29px;
  }
  header .header_wrap .hamburger-icon button.menu-close {
    display: none;
    width: 30px;
    height: 30px;
  }
  header .header_wrap.active .logo {
    z-index: 99999;
    display: block;
  }
  header .header_wrap.active .menu_wrap nav {
    transition: all 0.5s;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
  }
  header .header_wrap.active .hamburger-icon button.menu-close {
    display: block;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    top: -30px;
    transition: all 0.1s;
  }
  header .header_wrap.active .mail-contact {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    bottom: -500px;
  }
  header .mail-contact {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 20px;
    bottom: 36px;
  }
  .main_wrap .hero-right-content {
    justify-content: center;
  }
  .main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .main_wrap .hero-banner::after {
    bottom: 10%;
  }
  .main_wrap .hero-banner::after .hero-content::before {
    width: 80px;
    height: 80px;
    background-size: contain;
  }
  .main_wrap .whatwe-offer .whatwe-offer-content {
    padding: 46px 0;
  }
  .main_wrap .whatwe-offer .whatwe-offer-content h2, .main_wrap .whatwe-offer .whatwe-offer-content .h2 {
    font-size: 30px;
  }
  .main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data {
    height: 100%;
    padding: 56px 32px;
  }
  .main_wrap .whatwe-do .whatwe-do-content {
    padding: 46px 0 80px 0;
  }
  .main_wrap .whatwe-do .whatwe-do-content h2, .main_wrap .whatwe-do .whatwe-do-content .h2 {
    font-size: 30px;
  }
  .main_wrap .whatwe-do .whatwe-do-content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-Needs .about-Needs-content {
    padding: 68px 0 68px 0;
  }
  .about-Needs .about-Needs-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .main_wrap .hero-banner-about .hero-content-about .about-content-left figure img {
    width: 100%;
    padding: 0 10px;
  }
  .main_wrap .hero-banner-about .hero-content-about .about-content-right {
    padding: 40px 10px 40px 10px;
  }
  .main_wrap .contact_us-section .contact_us-content {
    margin: 46px 10px;
  }
  .main_wrap .contact_us-section .contact_us-content .contect-details h3, .main_wrap .contact_us-section .contact_us-content .contect-details .h3 {
    font-size: 30px;
  }
  .main_wrap .hero-banner-inner .hero-content-inner h1, .main_wrap .hero-banner-inner .hero-content-inner .h1 {
    font-size: 30px;
  }
  .main_wrap .hero-banner-inner .hero-content-inner h1 strong, .main_wrap .hero-banner-inner .hero-content-inner .h1 strong {
    font-size: 30px;
  }
  .main_wrap .services .services-one .services-content.content-right {
    padding-right: 0px;
    padding: 10px 0;
  }
  .main_wrap .services .services-one .services-content {
    margin-left: 0;
    padding: 0 20px;
  }
  .main_wrap .services .services-one .services-content p {
    font-size: 16px;
  }
  .main_wrap .services .services-one .services-content .services-title h3, .main_wrap .services .services-one .services-content .services-title .h3 {
    font-size: 30px;
    padding: 20px 0;
  }
  .main_wrap .services .services-one .services-content.content-right {
    padding: 0px 20px;
  }
  .main_wrap .services .services-one .services-img {
    padding: 0 20px;
  }
  .main_wrap .services .services-one .services-img figure img {
    width: 100%;
  }
  .about-Needs .about-Needs-content h2, .about-Needs .about-Needs-content .h2 {
    font-size: 30px;
  }
  .main_wrap .bnr-star:before {
    top: -22px;
  }
}
@media (max-width: 767px) and (max-width: 567px) {
  .main_wrap .hero-banner::before {
    background: none;
    top: 0;
    width: 300px;
    height: 100%;
  }
  .main_wrap .hero-banner::after {
    background: none;
    top: 0;
    width: 300px;
    height: 100%;
  }
  .main_wrap .hero-banner .hero-content .hero-right-content .round-leftimg {
    width: 150px;
    height: 300px;
  }
  .main_wrap .hero-banner .hero-content .hero-right-content .round-rightimg {
    width: 150px;
    height: 300px;
    transform: translate(0, 35px);
    margin-left: 15px;
  }
  .main_wrap .whatwe-offer .whatwe-offer-content .offer-content-data {
    height: 100%;
    padding: 27px 32px;
  }
  .whatwe-do .whatwe-do-content::before {
    width: 100%;
    z-index: 0;
  }
}
.contactus.loading:after {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #A1A2FF;
}
.footer-links a:hover{
  color: #A1A2FF;
}

