:root {
  --primary-color: #233f93;
  --secondary-color: #80d252;
  --white-color: #ffffff;
  --black-color: #000000;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--gray03-color);
  font-size: 16px;
  line-height: 24px;
  background: var(--white-color);
}
* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "oswaldregular";
  src: url("../fonts/oswald-regular-webfont.woff2") format("woff2"),
    url("../fonts/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswaldlight";
  src: url("../fonts/oswald-light-webfont.woff2") format("woff2"),
    url("../fonts/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswaldbold";
  src: url("../fonts/oswald-bold-webfont.woff2") format("woff2"),
    url("../fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 15px;
  font-family: "oswaldregular", sans-serif;
}
ol,
ul {
  padding: 0;
  margin: 0;
}

h2 {
  line-height: 1.2;
  font-size: 35px;
  margin: 0px 0px 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "oswaldbold", sans-serif;
}
p {
  margin: 0px 0px 20px;
  font-size: 15px;
  line-height: 24px;
}
img {
  max-width: 100%;
}
.white-color {
  color: var(--white-color);
}
.container {
  max-width: 1400px;
  width: 100%;
}
.logo {
  float: left;
  max-width: 280px;
}
.nav-container {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background: var(--white-color);
  padding: 0px;
}
.nav-container ul {
  margin: 0px;
  padding: 0px;
}
.nav-container ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 18px;
  color: #282828;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
}
.nav-container ul li:first-child {
  padding-left: 0;
}
.nav-container ul li:last-child {
  padding-right: 0;
}
.nav-container ul li.parent:hover:after {
  display: none;
}
.nav-container ul li a {
  color: var(--black-color);
  display: block;
  text-decoration: none;
  outline: none;
  position: relative;
  font-family: "oswaldregular";
}
.nav-container ul li.active a {
  color: var(--primary-color);
}
.nav-container:after {
  content: "";
  background: url(../images/menu-right.png) right 0 no-repeat;
  height: 101%;
  width: 170px;
  position: absolute;
  left: 100%;
  top: 0;
  background-size: auto 100%;
}
.nav-container:before {
  content: "";
  background: url(../images/menu-left.png) 0 0 no-repeat;
  height: 101%;
  width: 170px;
  position: absolute;
  right: 100%;
  top: 0;
  background-size: auto 100%;
}
.header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 0px 0px;
}
.getInTouch-btn {
  margin-top: 15px;
}
.getInTouch-btn a.white-btn {
  background: url(../images/arrow-right.svg) right 20px center no-repeat;
  border: 1px solid #fff;
  border-radius: 40px;
  font-family: "oswaldregular";
  text-transform: uppercase;
  padding: 12px 52px 12px 30px;
  background-size: 18px auto;
  color: #fff;
}
.header-top .container:before,
.header-top .container:after {
  display: none;
}
.header-left {
  min-width: 105px;
}
.header-right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}

.nav-container li .sub-menu {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 155px;
  background: var(--secondary-color);
  z-index: 9;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 22px 25px;
  border-radius: 0 10px 10px 10px;
}
.nav-container li .sub-menu li {
  display: block;
  padding: 0px;
  margin-bottom: 12px;
  text-align: left;
}
.nav-container li .sub-menu li:after {
  display: none;
}
.nav-container ul li:hover > a {
  color: var(--primary-color);
}
.nav-container li .sub-menu li a {
  color: var(--white-color);
  background: url(../images/menu-arrow.svg) 0 3px no-repeat;
  padding: 0px 0 0 28px;
  font-size: 14px;
}
.nav-container li .sub-menu li:last-child {
  margin-bottom: 0;
}
.nav-container li .sub-menu li:hover a {
}
.mob-menu {
  display: none;
}
.header a {
  outline: none;
}
.header-left li {
  list-style: none;
}
.header ul {
  margin: 0px;
}
.header {
  padding: 0px;
  width: 100%;
  float: left;
}
.home .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.request-consultation a {
  width: 222px;
  padding: 12px 25px 12px 48px;
}

.banner-container .banner-text {
  position: absolute;
  left: 0px;
  right: 0;
  text-align: left;
  width: 100%;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
}
.learn-section {
  padding: 60px 0;
}
.learn-section ul {
  display: flex;
  justify-content: center;
  list-style: none;
  column-gap: 50px;
  flex-wrap: wrap;
}
.learn-section ul li {
  font-size: 24px;
  color: #aaa;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.learn-section ul li strong {
  color: var(--primary-color);
}
.learn-section ul li:not(:first-child):before {
  content: "";
  width: 8px;
  height: 8px;
  background: #21cf1d;
  display: block;
  border-radius: 100%;
}
.banner-container .slick-slide {
  position: relative;
}
.banner-container .slide-item {
  vertical-align: top;
}
.banner-container .slide-item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  max-height: 100%;
  background: rgba(0, 0, 0, 0.26);
  z-index: 1;
  pointer-events: none;
  border-radius: 0 0 20px 20px;
}
.banner-container .banner-text h2 {
  color: #fff;
  font-size: 56px;
  max-width: 500px;
}
.banner-container .banner-text p {
  color: #fff;
  font-size: 22px;
  margin: 0 0 30px;
  max-width: 650px;
  line-height: 1.3;
}
.banner-container {
  clear: both;
  position: relative;
}
.banner-container:before {
}
.banner-container .slick-dots {
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 110px;
  text-align: center;
}
.banner-container .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.banner-container .slick-dots li button {
  border: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  font-size: 0;
  background: #fff;
  opacity: 1;
}
.banner-container .slick-dots li.slick-active button {
  background: var(--secondary-color);
  opacity: 1;
}
.banner-container img {
  width: 100%;
}
.banner-btn a {
  max-width: 230px;
}
.banner-container .container {
  position: relative;
}
.banner-container .slick-slide img {
  border-radius: 0 0 20px 20px;
}

.banner-container .slick-arrow {
  text-shadow: none;
  width: 60px;
  height: 60px;
  border: 0px;
  opacity: 1;
  z-index: 99;
  position: absolute;
  border-radius: 100%;
  top: auto;
  bottom: 35px;
  left: auto;
  font-size: 0;
  right: 100px;
}
.banner-container .slick-arrow.slick-prev {
  background: rgba(252, 252, 252, 0.39) url(../images/arrow-left.svg) center
    center no-repeat;
  right: 180px;
}
.banner-container .slick-arrow.slick-next {
  background: rgba(252, 252, 252, 0.39) url(../images/arrow-right.svg) center
    center no-repeat;
}
.banner-container .slick-arrow:hover {
  background-color: rgba(252, 252, 252, 0.39);
  opacity: 0.9;
}
.banner-container .banner-bottom-shap img {
  width: auto;
}
.banner-container .banner-bottom-shap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  margin: 0 auto;
  max-width: 200px;
  left: 0;
  right: 0;
}
.banner-container .banner-bottom-shap .mouse-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 2px auto 0;
  text-align: center;
  max-width: 24px;
}

.about-img img {
  border-radius: 100px 0;
}
.about-learn-img img {
  border-radius: 0 100px;
}
.about-section h2 {
  margin: 0 0 15px;
}
.about-section .row {
  align-items: flex-end;
}
.about-signup-right {
  position: relative;
}
.about-section h5 {
  font-family: "Montserrat", sans-serif;
}
.about-section p {
  margin-bottom: 40px;
}
.about-signup-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 440px;
  width: 100%;
  background: rgba(248, 248, 248, 0.86);
  padding: 30px 40px;
  border-radius: 30px;
  text-align: center;
}
.about-signup-box h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 0 0 4px;
}
.about-signup-box h3 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 0 auto 15px;
  max-width: 280px;
}
.about-signup-box .input-box input.input-text,
.gform_wrapper.gravity-theme .gfield input:not([type="submit"]),
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield select {
  background: #fff;
  border: 0;
  height: 50px;
  padding: 10px 15px;
  width: 100%;
  border-radius: 40px;
  box-shadow: none;
  outline: none;
}
.about-signup-box .input-box {
  margin-bottom: 15px;
}

.partners-section {
  padding: 80px 0 100px;
  text-align: center;
  background: url(../images/partners-bg.png) -40px -50px no-repeat;
}
.partners-section .slick-slide img {
  margin: 0 auto;
}
.partners-section h2 {
  margin-bottom: 50px;
}

.services-section {
  padding: 100px 0 60px;
  background: url(../images/learn-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  border-radius: 80px 0 0 0;
}
.learnText-box h2 {
  color: #fff;
  margin-bottom: 15px;
}
.learnText-box p {
  color: #fff;
  margin-bottom: 20px;
}
.services-box {
  position: relative;
  margin-bottom: 40px;
}
.services-box .services-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.services-box .services-content h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.services-box .services-img img {
  border-radius: 12px;
  width: 100%;
}
.services-box .services-link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #21cf1d;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.services-box .services-link img {
  width: 20px;
}
.services-box .services-link a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learn-col2 .services-item:first-child {
  width: 63.8%;
}
.learn-col2 .services-item {
  width: 36.2%;
}

.input-box input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.input-box input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.input-box input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.input-box input:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.primary-btn,
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  background: var(--primary-color) url(../images/arrow-right.svg) right 22px
    center no-repeat;
  font-weight: 400;
  padding: 12px 60px 12px 35px;
  text-align: center;
  border-radius: 40px;
  color: var(--white-color);
  line-height: 18px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  background-size: 22px auto;
  height: 60px;
  display: inline-flex;
  align-items: center;
  font-family: "oswaldbold", sans-serif;
  font-size: 20px;
}
.primary-btn:hover,
.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--secondary-color);
}
.about-signup-box .primary-btn,
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  font-size: 18px;
  height: 50px;
  background-size: 18px auto;
}
.testimonial-section {
  padding: 90px 0;
}
.testimonial-section h2 {
  text-align: center;
  margin-bottom: 10px;
}
.testimonial-section h3 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 35px;
  font-family: "oswaldlight";
}
.testi-item-box {
  background: #fff;
  padding: 30px;
  margin: 0 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
  border-radius: 70px 21px 21px 21px;
  display: flex;
  gap: 40px;
}
.testimonial-left {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  flex-direction: column;
}
.testimonial-img {
  min-width: 120px;
}
.testimonial-item {
  padding: 40px 5px;
}
.testimonial-img img {
  height: 120px;
  width: 120px;
  border-radius: 100%;
  object-fit: cover;
}
.testimonial-text h4 {
  text-align: left;
  font-size: 26px;
  font-family: "oswaldbold";
  font-weight: normal;
}
.testimonial-text h5 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #233f93;
}
.testimonial-text p {
  font-size: 16px;
}
.quote-icon {
  width: 55px;
}
.testimonial-name h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.testimonial-name p {
  margin: 0;
  font-size: 16px;
}

.slick-dots {
  position: absolute;
  right: 0px;
  left: 0;
  bottom: -30px;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}
.slick-dots li button {
  border: 0;
  width: 16px;
  height: 16px;
  font-size: 0;
  background: #c5c5c5;
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: var(--secondary-color);
  opacity: 1;
}

.testimonial-section .slick-dots {
  bottom: -20px;
}
.footer-container {
  padding: 120px 0 90px;
  font-size: 16px;
  background: #323232;
  border-radius: 80px 0 0 0;
}
.footer-container p {
  margin: 0;
  font-size: 16px;
}
.footer-container h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 20px;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-container ul li a:hover {
  color: var(--secondary-color);
}
.footer-links li a {
  color: #fff;
  text-decoration: none;
}
.footer-links li {
  margin-bottom: 10px;
}
.contact-info li {
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
}
.contact-info li a {
  color: #fff;
  text-decoration: none;
}
.contact-info li .fa {
  font-size: 24px;
  min-width: 40px;
  text-align: center;
  color: #21cf1d;
  position: relative;
  top: 2px;
}
.contact-info li p {
  max-width: 240px;
  color: #fff;
  font-size: 15px;
}
.footer-social ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-social ul li a {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer-social ul li a:hover {
  background: var(--primary-color);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.skill-services {
  padding: 100px 0 0;
}
.skill-services h2 {
  text-align: center;
  margin: 0 0 50px;
}
.skill-services .services-img:after {
  background: url(../images/conner-pattern.png) 0 0 no-repeat;
  content: "";
  width: 78px;
  height: 83px;
  position: absolute;
  bottom: -1px;
  right: -2px;
}
.inner-banner .slide-item img {
  border-radius: 0 0 20px 20px;
  object-fit: cover;
}
.skill-services {
  padding: 70px 0 0;
}
.header-left {
  margin-top: 5px;
}
.services-section .services-img {
  position: relative;
}
.services-section .services-img:after {
  background: url(../images/conner-pattern1.png) 0 0 no-repeat;
  content: "";
  width: 78px;
  height: 83px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.inner-banner .slide-item:before {
  background: rgba(0, 0, 0, 0.4);
}

.nav-container .sub-menu-toggle {
  display: none;
}
.gform_wrapper.gravity-theme .gfield input:not([type="submit"])::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder,
.gform_wrapper.gravity-theme .gfield select::placeholder {
  color: #000;
}
.gform_wrapper.gravity-theme .gfield input:not([type="submit"]),
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield select {
  border: 0;
  color: #000;
}
.solid-header-bg .header {
  background: #323232;
  position: relative;
}
.services-box {
  position: relative;
}
.services-box .services-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
/*****************************************/

@media (min-width: 1280px) {
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .container {
    max-width: 1330px;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
  .banner-container .banner-text h2 {
    font-size: 40px;
  }
  .banner-container .banner-text p {
    font-size: 18px;
  }
  .nav-container ul li {
    font-size: 15px;
    padding: 18px 15px;
  }
  .learn-section ul li {
    font-size: 21px;
  }
  .footer-container {
    padding: 80px 0 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .banner-container .banner-text h2 {
    font-size: 40px;
  }
  .banner-container .banner-text p {
    font-size: 18px;
  }
  .nav-container ul li {
    font-size: 15px;
    padding: 15px 10px;
  }
  .learn-section ul li {
    font-size: 21px;
  }
  .footer-container {
    padding: 60px 0 40px;
    border-radius: 40px 0 0 0;
  }
  .header-left {
    min-width: 80px;
  }
  .logo {
    max-width: 80px;
  }
  .nav-container:before {
    width: 130px;
    height: 106%;
  }
  .nav-container:after {
    width: 130px;
    height: 106%;
  }
  .getInTouch-btn a.white-btn {
    padding: 10px 45px 9px 20px;
    background-size: 14px auto;
  }
  .banner-container .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 18px auto !important;
  }
  .banner-container .slick-arrow.slick-prev {
    right: 162px;
  }
  .learn-section ul {
    column-gap: 30px;
  }
  .learn-section ul li {
    font-size: 18px;
  }
  .learn-section {
    padding: 50px 0;
  }
  h2 {
    font-size: 30px;
  }
  .testimonial-section h3 {
    font-size: 30px;
  }
  .about-section p {
    margin-bottom: 15px;
  }
  .services-section {
    padding: 70px 0 30px;
    border-radius: 40px 0 0 0;
  }
  .testimonial-section {
    padding: 60px 0;
  }
  .testimonial-section h3 {
    margin-bottom: 0;
  }
  .testimonial-img img {
    min-width: 80px;
    height: 80px;
    width: 80px;
  }
  .testimonial-img {
    min-width: 80px;
  }
  .testi-item-box {
    gap: 20px;
  }
  .quote-icon {
    width: 40px;
  }
  .testimonial-text h4 {
    font-size: 24px;
  }
  .testimonial-text h5 {
    font-size: 18px;
  }
  .footer-container h3 {
    font-size: 20px;
  }
  .inner-banner .slide-item img {
    min-height: 450px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 100%;
  }
  .nav-container:before {
    display: none;
  }
  .nav-container:after {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1023px) {
  .nav-container {
    padding: 0px 24px;
    border-radius: 0 0 40px 40px;
  }
  .getInTouch-btn a.white-btn {
    padding: 10px 45px 9px 20px;
    background-size: 14px auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .logo {
    max-width: 70px;
  }
  .banner-container .banner-text h2 {
    font-size: 32px;
  }
  .banner-container .banner-text p {
    font-size: 16px;
  }
  .nav-container ul li {
    font-size: 15px;
    padding: 15px 10px;
  }
  .learn-section ul li {
    font-size: 21px;
  }
  .footer-container {
    padding: 60px 0 40px;
    border-radius: 40px 0 0 0;
  }
  .header-left {
    min-width: 80px;
  }
  .nav-container:before {
    width: 130px;
    height: 106%;
  }
  .nav-container:after {
    width: 130px;
    height: 106%;
  }
  .getInTouch-btn a.white-btn {
    padding: 10px 45px 9px 20px;
    background-size: 14px auto;
  }
  .banner-container .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 18px auto !important;
  }
  .banner-container .slick-arrow.slick-prev {
    right: 162px;
  }
  .learn-section ul {
    column-gap: 30px;
  }
  .learn-section ul li {
    font-size: 16px;
  }
  .learn-section {
    padding: 40px 0;
  }
  h2 {
    font-size: 26px;
  }
  .testimonial-section h3 {
    font-size: 26px;
  }
  .about-section p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .about-section h5 {
    font-size: 16px;
  }
  .services-section {
    padding: 70px 0 30px;
    border-radius: 40px 0 0 0;
  }
  .testimonial-section {
    padding: 60px 0;
  }
  .testimonial-section h3 {
    margin-bottom: 0;
  }
  .testimonial-img img {
    min-width: 80px;
    height: 80px;
    width: 80px;
  }
  .testimonial-img {
    min-width: 80px;
  }
  .testi-item-box {
    gap: 20px;
  }
  .quote-icon {
    width: 40px;
  }
  .testimonial-text h4 {
    font-size: 24px;
  }
  .testimonial-text h5 {
    font-size: 18px;
  }
  .footer-container h3 {
    font-size: 20px;
  }
  .primary-btn,
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-size: 16px;
    padding: 10px 50px 10px 25px;
    background-size: 16px auto;
    height: 50px;
  }
  .about-signup-box {
    max-width: 320px;
    bottom: 20px;
    left: 20px;
  }
  .about-signup-box .primary-btn,
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-size: 16px;
  }
  .about-signup-box h3 {
    font-size: 22px;
    max-width: 220px;
  }
  .partners-section .partner-item {
    max-width: 140px;
  }
  .learnText-box p {
    font-size: 13px;
    line-height: 18px;
  }
  .services-box .services-content h3 {
    font-size: 21px;
  }
  .services-box .services-content {
    bottom: 20px;
    left: 20px;
  }
  .learnText-box {
    margin-bottom: 10px;
  }
  .contact-info li a {
    display: flex;
    gap: 2px;
    word-break: break-word;
  }
  .banner-container .slick-slide img {
    min-height: 480px;
    object-fit: cover;
  }
  .about-img img {
    border-radius: 50px 0;
  }
  .about-learn-img img {
    border-radius: 0 50px;
  }
  .inner-banner .slide-item img {
    min-height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-links {
    margin-bottom: 40px;
  }
  .learn-section ul li {
    font-size: 14px;
  }
  .learn-section ul {
    column-gap: 24px;
  }
  .about-signup-box {
    padding: 20px 25px;
    border-radius: 20px;
  }
  .about-signup-box .input-box input.input-text {
    height: 44px;
  }
  .about-signup-box .primary-btn,
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-size: 15px;
    height: 44px;
  }
  .about-section h5 {
    font-size: 15px;
  }
  .about-section p {
    line-height: 1.4;
  }
}

@media (min-width: 901px) {
  .nav-container li:hover .sub-menu {
    display: block;
  }
}

@media (max-width: 900px) {
  /*menu*/
  .mob-menu {
    display: block;
    background: url(../images/mob-icon.png) center center no-repeat;
    padding: 10px 12px;
    font-size: 16px;
    color: #000;
    border-radius: 0px;
    cursor: pointer;
    text-align: left;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .header-right {
    position: absolute;
    top: calc(100% - 25px);
    right: 0px;
    text-align: left;
    z-index: 9;
    display: none;
    background: var(--secondary-color);
    width: 100%;
    max-width: 400px;
  }
  .nav-container {
    background: var(--secondary-color);
  }
  .nav-container ul li.active a::before {
    display: none;
  }
  .nav-container ul {
    margin: 0px;
    padding: 0px 0px;
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    padding: 0px 0px;
    margin: 0px;
    font-size: 14px;
    width: 100%;
    background: var(--blue01-color);
    margin: 0px !important;
  }
  .nav-container ul li:hover {
    background-color: #d31920;
  }
  .nav-container ul li a {
    border-radius: 0px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white-color);
  }
  .nav-container ul li:hover > a {
    color: var(--white-color);
    background-color: var(--primary-color);
  }
  .request-consultation .primary-btn:hover {
    background-color: var(--primary-color);
  }
  .nav-container ul li:last-child a {
  }
  .nav-container ul li .sub-menu {
    padding: 0px;
    display: none;
    position: static;
    width: 100%;
  }
  .nav-container ul li .sub-menu li a {
    padding: 9px 0px 9px 40px;
    background-position: 13px 12px;
  }
  .nav-container .nav-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 44px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 99;
  }
  .nav-container .nav-icon.open {
    background: url(../images/menu-plus.png) center center no-repeat;
  }
  .nav-container .nav-icon.close {
    background: url(../images/menu-minus.png) center center no-repeat;
    opacity: 1;
  }
  .nav-container li .sub-menu li {
    border-bottom: 0px;
    padding: 0px;
    background: #426590;
    border-radius: 0;
  }
  .nav-container li .sub-menu li a {
    padding-bottom: 8px;
  }
  .nav-container li .sub-menu li:hover a {
  }
  .nav-container .menu-main-menu-container {
    display: none;
    text-align: left;
  }

  .nav-container ul li.applySeller a {
    border-radius: 0;
  }
  .nav-container ul li.active a {
    color: #fff;
  }
  .header-signin ul {
    display: block;
  }
  .header-top .primary-btn {
    width: 100%;
    border-radius: 0;
    opacity: 1;
    height: auto;
    min-height: 50px;
    padding-left: 52px;
    text-align: left;
  }
  .header-top {
    padding: 10px 0px;
  }
  .getInTouch-btn {
    margin-top: 0;
    padding: 10px 20px;
  }
  .header-left {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .banner-container .banner-text h2 {
    font-size: 26px;
  }
  .banner-container .banner-text p {
    font-size: 15px;
  }
  .nav-container ul li {
    font-size: 15px;
    padding: 0px;
  }
  .learn-section ul li {
    font-size: 21px;
  }
  .footer-container {
    padding: 60px 0 40px;
    border-radius: 30px 0 0 0;
  }
  .header-left {
    min-width: 80px;
  }
  .logo {
    max-width: 60px;
  }
  .nav-container:before {
    width: 130px;
    height: 106%;
  }
  .nav-container:after {
    width: 130px;
    height: 106%;
  }
  .getInTouch-btn a.white-btn {
    padding: 10px 45px 9px 20px;
    background-size: 14px auto;
  }
  .banner-container .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 18px auto !important;
    right: 20px;
  }
  .banner-container .slick-arrow.slick-prev {
    right: 80px;
  }
  .learn-section ul {
    column-gap: 30px;
    row-gap: 5px;
  }
  .learn-section ul li {
    font-size: 16px;
  }
  .learn-section {
    padding: 40px 0;
  }
  h2 {
    font-size: 26px;
  }
  .testimonial-section h3 {
    font-size: 26px;
  }
  .about-section p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .about-section h5 {
    font-size: 16px;
  }
  .services-section {
    padding: 50px 0 20px;
    border-radius: 30px 0 0 0;
  }
  .testimonial-section {
    padding: 60px 0;
  }
  .testimonial-section h3 {
    margin-bottom: 0;
  }
  .testimonial-img img {
    min-width: 80px;
    height: 80px;
    width: 80px;
  }
  .testimonial-img {
    min-width: 80px;
  }
  .testi-item-box {
    gap: 20px;
  }
  .quote-icon {
    width: 40px;
  }
  .testimonial-text h4 {
    font-size: 24px;
  }
  .testimonial-text h5 {
    font-size: 18px;
  }
  .footer-container h3 {
    font-size: 20px;
  }
  .primary-btn,
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-size: 16px;
    padding: 10px 50px 10px 25px;
    background-size: 16px auto;
    height: 50px;
  }
  .about-signup-box {
    max-width: 320px;
    bottom: 20px;
    left: 20px;
  }
  .about-signup-box .primary-btn,
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-size: 16px;
  }
  .about-signup-box h3 {
    font-size: 22px;
    max-width: 220px;
  }
  .partners-section .partner-item {
    max-width: 100px;
  }
  .learnText-box p {
    font-size: 13px;
    line-height: 18px;
  }
  .services-box .services-content h3 {
    font-size: 21px;
  }
  .services-box .services-content {
    bottom: 20px;
    left: 20px;
  }
  .learnText-box {
    margin-bottom: 30px;
  }
  .contact-info li a {
    display: flex;
    gap: 2px;
    word-break: break-word;
  }
  .banner-container .slick-slide img {
    min-height: 480px;
    object-fit: cover;
  }
  .about-img img {
    border-radius: 30px 0;
  }
  .about-learn-img img {
    border-radius: 0 20px;
  }
  .about-section .col-md-6:last-child {
    order: -1;
  }
  .about-section h2 {
    margin-top: 30px;
  }
  .partners-section {
    padding: 60px 0 70px;
    background-size: 60% auto;
  }
  .services-box {
    display: inline-block;
    margin-bottom: 30px;
  }
  .footer-social {
    margin-bottom: 40px;
  }
  .testi-item-box {
    border-radius: 40px 15px 15px 15px;
  }

  .about-signup-box {
    padding: 20px 25px;
    border-radius: 20px;
  }
  .about-signup-box .input-box input.input-text {
    height: 44px;
  }
  .about-signup-box .primary-btn,
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-size: 15px;
    height: 44px;
  }

  .inner-banner .slide-item img {
    min-height: 480px;
  }
  .inner-banner .banner-text {
    top: 65%;
  }
}

@media (max-width: 575px) {
  .learn-col2 .services-item:first-child {
    width: 100%;
  }
  .learn-col2 .services-item {
    width: 100%;
  }
  .footer-links {
    margin-bottom: 30px;
  }
  .contact-info li {
    margin-bottom: 15px;
  }
  .services-box {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .primary-btn,
  .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    height: 44px;
    font-size: 13px;
  }
  .banner-container .banner-text h2 {
    font-size: 22px;
  }
  .banner-btn a {
    height: 48px;
  }
  .testi-item-box {
    padding: 25px;
  }
  h2 {
    font-size: 22px;
  }
  .testimonial-section h3 {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .about-signup-box {
    max-width: 300px;
  }
}
@media (max-width: 350px) {
  .about-signup-box {
    max-width: 270px;
  }
}
