@font-face {
  font-family: Outfit-Thin;
  src: url("../fonts/Outfit-Thin.ttf");
  font-display: swap;
}

@font-face {
  font-family: Outfit-ExtraLight;
  src: url("../fonts/Outfit-ExtraLight.ttf");
  font-display: swap;
}

@font-face {
  font-family: Outfit-Light;
  src: url("../fonts/Outfit-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: Outfit-Regular;
  src: url("../fonts/Outfit-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: Outfit-Medium;
  src: url("../fonts/Outfit-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: Outfit-SemiBold;
  src: url("../fonts/Outfit-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Outfit-Bold;
  src: url("../fonts/Outfit-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Outfit-ExtraBold;
  src: url("../fonts/Outfit-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Outfit-Black;
  src: url("../fonts/Outfit-Black.ttf");
  font-display: swap;
}

@font-face {
  font-family: Times-Font;
  src: url("../fonts/times.ttf");
  font-display: swap;
}


:root {
  --font-100: Outfit-Thin;
  --font-200: Outfit-ExtraLight;
  --font-300: Outfit-Light;
  --font-400: Outfit-Regular;
  --font-500: Outfit-Medium;
  --font-600: Outfit-SemiBold;
  --font-700: Outfit-Bold;
  --font-800: Outfit-ExtraBold;
  --font-900: Outfit-Black;
  --font-Times: Times-Font;
  --primary: #23486A;
  --secondary: #23486A;
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--font-400);
}




html,
body {
  font-family: var(--font-400);
}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
  color: var(--bs-black);
}

a:hover {
  color: var(--primary);
}

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.hide {
  display: none !important;
}



.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.img-box {
  margin: 0px;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  gap: 7px;
}


::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}



::-webkit-scrollbar-thumb {
  background: var(--secondary);
}





body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;

}

p {
  margin-bottom: 15px;
  color: #6a7382;
  font-size: 17px;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {

  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--secondary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  background: white !important;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: 180px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
  border-radius: 5px;
}

.offcanvas {
  background-color: white;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: var(--secondary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  width: 100%;
  border-radius: 5px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  position: absolute;
  padding: 15px 0 15px 0;
  background: #000001;
  z-index: 999;
  transition: 0.6s;
  padding: 0;
  background: transparent;
  width: 100%;
  padding-top: 20px;
}

header.sticky {}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}


/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
  width: 100%;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--secondary);
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid var(--secondary);
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: var(--secondary);
  color: #212121;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  color: white;
  font-family: var(--font-600);
}

.btn-theme:hover {
  border: 2px solid var(--secondary);
  background: transparent;
  color: var(--secondary);
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #000001;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links>h6 {
  color: var(--secondary);
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links>ul {
  padding-left: 18px;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: var(--secondary);
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: var(--secondary);
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: var(--secondary);
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
  background: var(--secondary);
}

.footer-bootom-links>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  padding-bottom: 4px;
}

ul.navbar-nav {
  gap: 22px;
}

ul.navbar-nav li.nav-item.dropdown.navdesktop ul {
  background: var(--secondary);
}

.header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 7px 18px;
  background: #FFFFFF;
  border-radius: 24px;
  justify-content: space-between;
}

.header-contact-main {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 9px;
  color: black;
}

.header-contact span {
  font-size: 18px;
}

.header-contact .icon {
  font-size: 20px;
}

.button-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

div#navbarNav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section {
  padding-top: 150px;
  background-image: url(../images/hero-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header.header nav {
  padding: 0;
}

.hero-content h1 {
  font-size: 60px;
  color: white;
  text-transform: capitalize;
  line-height: 1.3;
  font-family: var(--font-Times);
}

.hero-content p {
  color: #ffffffc7;
  font-size: 20px;
}

.btn-theme-white {
  background: white;
  color: black;
  border-color: white;
}

.btn-theme-white:hover {
  background: transparent;
  color: white;
  border-color: white;
}

.btn-theme-white-border {
  background: transparent;
  border-color: white;
}

.btn-theme-white-border:hover {
  background: white;
  border-color: white;
  color: black;
}

.btn-main {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-btn {
  margin-top: 30px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

.hero-btn span {
  font-size: 17px;
  color: #ffffffb8;
  font-weight: 500;
}

section.hero-section .proposal-form {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  max-width: 100%;
  border-radius: 15px;
  max-width: 440px;
  margin-left: auto;
}

.proposal-form h2,
.proposal-form h2 span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-Times);
  line-height: 1.2;
  text-align: center;
}

.proposal-form h2 span {
  font-weight: 800;
  color: var(--primary);
}

.proposal-form p {
  color: #777;
  font-size: 14px;
  margin-bottom: 30px;
  font-size: 18px;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #222;
  padding: 10px 0;
  font-size: 14px;
  outline: none;
  background: transparent;
}

.form-group textarea {
  resize: none;
  height: 70px;
}

.phone-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-group .flag {
  font-size: 18px;
}

.error {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.hero-logo-swiper {
  width: 100%;
}

.hero-logo-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

.hero-logo-swiper img {
  max-height: 60px;
  width: auto;
  opacity: 0.8;
  transition: 0.3s;
}

.hero-logo-swiper img:hover {
  opacity: 1;
}

section.hero-bottom {
  background: #101010;
  overflow: hidden;
  padding: 30px 0;
}

section.hero-bottom .img-box-content {
  margin-top: -260px;
  height: 376px;
  margin-bottom: 47px;
}

.hero-bottom-content p {
  margin: 0;
  font-size: 17px;
  color: #ffffffa6;
}

.main-heading {
  color: #000;
  font-size: 49px;
  font-family: var(--font-Times);
}

section.sec-01 .row {
  align-items: center;
}

.btn-theme-border {
  background: transparent;
  color: var(--secondary);
  border-color: var(--secondary);
}

.btn-theme-border:hover {
  background: var(--secondary);
  color: white;
}

.sec-01-btn-main {
  padding: 0 7px;
  background: white;
  border-radius: 50px;
  margin-left: -15px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

section.sec-01:before {
  /* Gradient */
  position: absolute;
  width: 220px;
  background: linear-gradient(145deg, #3B6790 0%, #23486A 100%);
  border-radius: 90px;
  content: "";
  height: 220px;
  left: -100px;
  border-radius: 50%;
  z-index: 1;
  bottom: 4%;
}

section.sec-01:after {
  position: absolute;
  width: 100px;
  background: linear-gradient(145deg, #3B6790 0%, #23486A 100%);
  border-radius: 90px;
  content: "";
  height: 100px;
  right: -40px;
  border-radius: 50%;
  top: -10px;
  z-index: 2;
}

section.sec-01 {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}

section.sec-02.sec-01 {
  background: var(--primary);
}

.sec-02-content .main-heading {
  font-size: 42px;
  color: white;
  margin: 0;
}

.sec-02-content p {
  color: #ffffff80;
  margin: 0;
}

.sec-02-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  height: 160px;
  position: relative;
  z-index: 3;
  padding: 10px;
}


.sec-02-content {
  margin-bottom: 40px;
}

.sec-03-swiper-btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 15px;
}

section.sec-03 .row {
  align-items: center;
}

.sec-03-swiper-btn button {
  width: 40px;
  height: 40px;
  font-size: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  border: 2px solid var(--primary);
}

.sec-03-swiper-btn button i {
  position: relative;
  z-index: 4;
  transition: .3s;
}

.sec-03-swiper-btn button:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #3B6790 0%, #23486A 100%);
  transition: .3s;
}


.sec-03-swiper-btn button:hover::after {
  opacity: 0;
}

.sec-03-swiper-btn button:hover i {
  transition: .3s;
  color: var(--primary);
}

.sec-03-card {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  padding: 23px;
  background: linear-gradient(144.73deg, #3B6790 0%, #23486A 100%);
  box-shadow: 10px 10px 0px #000000;
  border-radius: 10px;
  gap: 17px;
  transition: .3s;
}

.sec-03-card-content h4 {
  font-size: 26px;
  color: white;
  font-family: var(--font-Times);
}

.sec-03-card-content p {
  color: #ffffff99;
}

.sec-03-card-content button {
  color: white;
  font-family: var(--font-600);
  font-size: 19px;
}

.sec-03-card-content a:hover {
  text-decoration: underline;
}

.sec-03-card:hover {
  box-shadow: 5px 5px 0px #000000;
}

.sec-03-swiper {
  padding-top: 40px;
}

.swiper.sec-03-swiper {
  padding-bottom: 11px;
}


.sec-04 {
  background-image: url(../images/sec-04-bg-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.sec-04 .sec-01-btn-main {
  background: transparent;
  padding: 0;
}

.btn-theme-black {
  background: black;
  color: white;
  border-color: black;
}

.btn-theme-black:hover {
  background: transparent;
  color: white;
  border-color: white;
}

.sec-04-content .main-heading {
  color: white;
}

.sec-04-content p {
  color: #ffffffa6;
}

section.sec-04 .row {
  align-items: center;
}

.sec-04-form input,
.sec-04-form textarea,
.sec-04-form select {
  background: white !important;
  border: 0;
  padding: 15px;
  background: #FFFFFF !important;
  border: 1px solid #DEE2E6;
  border-radius: 6px;
}

.sec-05-wrapper {
  padding: 50px;
  background: #23486A;
  border-radius: 10px;
  overflow: hidden;
}

.sec-card {
  background: white;
  padding: 33px;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.sec-card:nth-child(2):after {
  position: absolute;
  content: "";
  height: 180px;
  width: 180px;
  background-color: #23486A;
  left: -160px;
  bottom: -10px;
  border-radius: 50%;
}

section.sec-06 {
  padding-top: 0;
}

.sec-06-ocntent {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}


.sec-06-ocntent .main-heading {
  font-size: 40px;
}

.sec-06-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00000047;
}

.sec-06-tab {
  position: relative;
  padding: 14px 29px;
  overflow: hidden;
  transition: .3s;
}

.sec-06-tab:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: .3s;
  background: linear-gradient(124.68deg, #3B6790 0%, #23486A 100%);
  border-radius: 5px;
}

.sec-06-tab.active:after,
.sec-06-tab:hover::after {
  opacity: 1;
}

.sec-06-tab.active,
.sec-06-tab:hover {
  color: white;
}




.book-item {
  margin-bottom: 20px;
}

.book-item img {
  width: 100%;
  height: auto;
  display: block;
}

.red-bg {
  background-image: url(../images/purp-pat.webp);
  background-size: cover;
  background-position: center;
  text-align: center;
  background-color: #3B6790;
  color: white;
}

.red-bg .button-header {
  justify-content: center;
  margin: 10px 0 0;
}

.red-bg .btn-get-started {
  border-color: #000;
}

.sec-head .main-heading {
  color: white;
  /* max-width: 670px; */
  /* margin: 0 auto; */
  margin-bottom: 6px;
}

.sec-head p {
  max-width: 800px;
  color: #ffffffcf;
  margin: 0 auto;
}

section.banner-form-two.red-bg .sec-01-btn-main {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}


.num-boxes {
  background-color: #23486A;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.num-boxes .choose-inner-head {
  background: white;
}

.num-boxes .choose-inner-head {
  background-color: #fff;
  box-shadow: none;
}

.num-boxes .choose-inner-head {
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}

.choose-inner-head {
  background-image: linear-gradient(145deg, #3B6790 0%, #23486A 100%);
  height: auto;
  margin: 0 0 30px;
  padding: 24px 24px;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #000;
  color: white;
}

.num-boxes .choose-inner-head h5 {
  color: black;
}

.choose-inner-head h5 {
  font-family: var(--font-Times);
  margin: 20px 0 -10px;
}

.num-boxes h5 {
  color: white;
  font-family: var(--font-Times);
  font-size: 20px;
  margin: 20px 0 0;
  margin-bottom: 7px;
}

.why-choose-h {
  margin-bottom: 40px;
}

.choose-icon-text-1 img {
  max-width: 50px;
}

.choose-paragraph p {
  color: #ffffffcf;
}

.testi-heading {
  max-width: 700px;
  margin-bottom: 30px;
}

.ts-box {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 30px;
  margin: 0 10px;
}

.ts-box ul {
  display: flex;
  font-size: 14px;
  gap: 2px;
  color: #FFC703;
  margin: 0 0 14px;
  padding: 0;
}

.tsb-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tsb-name span {
  font-family: var(--font-600);
  font-size: 18px;
  color: black;
}

section.testi .swiper-pagination {
  bottom: 0px;
}

section.testi .swiper {
  padding-bottom: 30px;
}

section.testi .swiper-pagination .swiper-pagination-bullet {
  background: var(--primary);
}

.new-inbanner>img {
  position: absolute;
  right: 0;
  top: 140px;
  max-width: 590px;
  opacity: .8;
}


.new-inbanner:after {
  position: absolute;
  left: 11%;
  top: -170px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 0.7;
}

.new-inbanner:before {
  position: absolute;
  left: -70px;
  bottom: 12%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: .7;
}

.new-inbanner {
  background: linear-gradient(140deg, #3B6790 0%, #23486A 100%);
  text-align: center;
  padding: 140px 0 0;
  min-height: 720px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 56%, 0 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.new-inbanner .main-heading {
  color: white;
}


.cmid-box {
  background-color: #fff;
  padding: 50px;
  /* margin: -410px 0 0; */
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.cmid-form {
  position: relative;
  margin-top: -530px;
}

.cmid-info h4 {
  font-family: var(--font-Times);
  font-size: 46px;
  line-height: 1;
}

.cmid-info p {
  font-size: 18px;
  color: #4D4D4D;
  margin: 0 0 60px;
}

.cmid-ibox span {
  display: block;
  color: #23486A;
  margin: 0 0 10px;
}

.cmid-ibox ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.cmid-ibox li {
  font-size: 30px;
  font-family: var(--font-900);
  line-height: 40px;
  color: var(--primary);
}

.cmid-ibox i {
  color: #23486A;
}

.cmid-box .val-form h4 {
  font-size: 30px;
  font-family: var(--secondary-font);
  text-align: center;
  margin: 0 0 21px;
  color: #fff;
}

.cmid-box .val-form {
  background-color: #23486A;
  padding: 40px 60px 40px;
}

.cmid-box .form-control {
  border-radius: 0;
  border: 1px solid #fff !important;
  background-color: #ffffff6e;
}

.cmid-box .btn-get-started {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  color: #000;
  min-width: 150px;
  padding: 12px 0;
}

.cmid-box label {
  width: 100%;
  color: #fff;
}

.cmid-box label span {
  font-size: 17px;
  display: block;
  margin: 0 0 5px;
}

.cmid-box span.iti__country-name {
  color: #000;
}

.cmid-box label .iti {
  width: 100%;
}

.cmid-ibox li a {
  font-family: var(--font-700);
}

input#phone {
  width: 100% !important;
  border-radius: 0;
}

.form-group .iti {
  width: 100%;
}

.form-group .iti input {
  border-radius: 0;
}

.footer-section {
  padding: 35px 0;
  background-color: #17161a;
  color: #fff;
  margin-bottom: -20px;
}

.ft-cont a {
  padding: 25px 0 0 0;
  color: #fff;
}

.ft-cont {
  display: grid;
}

.ft-cont img {
  padding: 0;
  margin: 0 0 7px 0;
}

.ft-cont h3 {
  font-size: 18px;
  font-weight: 700;
}

.ft-cont h3 {
  padding: 20px 0 0 0;
}

.ft-cont ul {
  padding: 28px 0 0 0;
  list-style-type: none;
}

.ft-cont ul li {
  padding: 0 0 10px 0;
}

.ft-cont ul li i {
  color: #f57414;
  font-size: 16px;
  padding-right: 15px;
}

.ft-cont a {
  padding: 0 0 11px 0px;
  color: #fff;
}

.ft-brd {
  border-top: 2px solid #232227;
  padding: 33px 0 0 0;
  margin: 0 -10px;
}

.ft-brd a {
  color: #fff;
  margin: 0 2px;
}

.ft-brd a {
  color: #fff;
  margin: 0 2px;
}

.ft-bt2 {
  float: right;
}

.ft-bt2 a {
  padding: 0 0 0 20px;
}

.ft-brd address {
  line-height: 23px;
}

.footer-section {
  padding: 35px 0;
  background-color: #17161a;
  color: #fff;
  margin-bottom: -20px;
}

.ft-cont a {
  padding: 25px 0 0 0;
  color: #fff;
}

.ft-cont {
  display: grid;
}

.ft-cont img {
  padding: 0;
  margin: 0 0 7px 0;
}

.ft-cont h3 {
  font-size: 18px;
  font-weight: 700;
}

.ft-cont h3 {
  padding: 20px 0 0 0;
}

.ft-cont ul {
  padding: 28px 0 0 0;
  list-style-type: none;
}

.ft-cont ul li {
  padding: 0 0 10px 0;
}

.ft-cont ul li i {
  color: #f57414;
  font-size: 16px;
  padding-right: 15px;
}

.ft-cont a {
  padding: 0 0 11px 0px;
  color: #fff;
}

.ft-brd {
  border-top: 2px solid #232227;
  padding: 33px 0 0 0;
  margin: 0 -10px;
}

.ft-brd a {
  color: #fff;
  margin: 0 2px;
}

.ft-brd a {
  color: #fff;
  margin: 0 2px;
}

.ft-bt2 {
  float: right;
}

.ft-bt2 a {
  padding: 0 0 0 20px;
}

.ft-brd address {
  line-height: 23px;
}

footer p {
  color: #ffffffbd;
}

.custom-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  background-size: 18px;
  opacity: 1;
  background: var(--primary);
  border-radius: 50%;
  color: white;
}

div#proposalModal .form-group input,
.form-group textarea {
  border-radius: 0;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  color: white;
  background: #1b3853;
  opacity: 1;
}

.modal-content h2,
.modal-content span {
  font-size: 29px;
  font-family: var(--font-Times);
}

.modal-content h2 span {
  color: var(--primary) !important;
}

.ft-bt.social-icons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.error {
  display: none;
  color: red;
  font-size: 13px;
  margin-top: 4px;
}

.was-validated .form-group input:invalid,
.was-validated .form-group select:invalid,
.was-validated .form-group textarea:invalid {
  border-color: red;
}

.sec-04-form .form-group textarea {
  min-height: 170px;
  border-radius: 10px;
}

.cmid-box .val-form input,
.cmid-box .val-form select,
.cmid-box .val-form textarea {
  background: rgb(255 255 255);
  border: 1px solid #FFFFFF;
  padding: 14px 14px;
}

.val-form textarea {
  min-height: 109px;
}

div#proposalModal .proposal-form {
  margin: 0 !important;
}

body>footer>div.footer-bottom>div>div>div>div.col-md-12.mb-4>h5>strong {
  color: white;
}

.main-heading span {
  color: var(--primary);
  font-family: var(--font-Times);
}

.our-writing .info-text h2::before {
  right: inherit;
}

.info-text h2::before {
  background: var(--primary);
  width: 100px;
  height: 7px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -20px;
  /* margin: auto; */
  border-radius: 10px;
}

.info-write {
  padding: 40px;
  background: #fff;
  position: relative;
  margin-bottom: 16px;
  min-height: 260px;
  transition: .5s all;
  border: 1px solid #ebebeb;
}

.info-write:hover {
  background: var(--primary);
  box-shadow: 0 5px 20px #00000017;
}

.info-write:hover * {
  color: #000;
}

.info-write h4 {
  color: var(--primary);
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-family: var(--font-Times);
}

.info-write:hover * {
  color: white;
}

.info-write h4+p {
  margin-bottom: 0;
}

.info-write * {
  transition: .5s all;
}

.info-write .img-write img {
  max-width: 70px;
}

.info-write .img-write {
  position: absolute;
  right: 15px;
  top: 15px;
}

.info-text h2 {
  margin-bottom: 40px;
  position: relative;
  color: #000;
  font-size: 49px;
  font-family: var(--font-Times);
}

.info-text {
  margin-bottom: 50px;
  width: calc(100% - 20px);
  margin-left: auto;
}

.our-writing .row {
  justify-content: center;
}

.our-writing {
  background: #f8f8f8;
  z-index: 1;
  position: relative;
}

.our-writing::after {
  position: absolute;
  background: url(../images/writing.webp);
  max-width: 150px;
  height: 95%;
  width: 100%;
  content: "";
  right: 0;
  bottom: 0;
  background-size: 100%;
  z-index: -1;
  background-repeat: no-repeat;
}

/* 
.our-work::after {
  content: "process";
  text-transform: uppercase;
  font-size: 155px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 132px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-text-stroke: 1px #d8d8d894;
  color: transparent;
  z-index: -1;
  font-family: var(--font-Times);
} */

.our-work .container::after {
  position: absolute;
  content: "";
  left: 0;
  margin: auto;
  background: url(../images/wave2.webp) no-repeat;
  max-width: 525px;
  width: 100%;
  background-size: 100%;
  height: 237px;
  bottom: -60px;
  z-index: -1;
}

.our-work .container::before {
  position: absolute;
  content: "";
  right: 0;
  margin: auto;
  background: url(../images/wave.webp) no-repeat;
  max-width: 555px;
  width: 100%;
  background-size: 100%;
  height: 256px;
  top: -60px;
}

.our-work {
  position: relative;
  overflow: hidden;
}

.info-work {
  position: relative;
}

.info-work span.blue {
  -webkit-text-stroke: 1px #0846b1;
}

.info-work span {
  position: absolute;
  font-size: 99px;
  line-height: 74px;
  font-weight: 700;
  color: transparent;
  top: 13px;
  right: 0;
  font-family: 'Barlow Condensed', sans-serif;
  vertical-align: baseline;
  z-index: 2;
  opacity: 0.3;
}

.info-work h6 {
  font-family: var(--font-Times);
  color: #000;
  font-size: 25px;
  position: relative;
  margin-bottom: 25px;
}

.info-work h6+p {
  font-size: 15px;
  font-weight: 500;
}

.info-work span.yellow {
  -webkit-text-stroke: 1px #ffc517;
}


.info-work h6::before {
  position: absolute;
  left: 0;
  content: "";
  background: var(--primary);
  width: 100px;
  height: 8px;
  bottom: -12px;
  border-radius: 10px;
  z-index: 1;
}

.info-count {
  background: #fff;
  padding: 40px 0;
  box-shadow: 5px 6px 0 var(--primary);
  border-radius: 30px 5px 5px 5px;
  position: relative;
}

.info-count::before {
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0 5px 20px #e6e6f5;
}

.info-count h4 div {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 3px;
  font-family: var(--font-Times);
}

.info-count h4+p {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  font-family: var(--font-Times);
}

.info-count h4 {
  font-size: 60px;
  color: var(--primary);
  font-weight: 700;
  font-family: var(--font-Times);
}

.counter::before {
  background: url(../images/bef-count.webp) no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-size: 100%;
  background-position: 100% 100%;
  z-index: -2;
}

.counter.text-center {
  position: relative;
}

.portfolio::before {
  content: "";
  position: absolute;
  background: url(../images/bg-portfolio.webp) no-repeat;
  background: url(../images/bg-portfolio.webp) no-repeat;
  max-width: 100%;
  width: 90%;
  background-size: 100%;
  height: 82%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.portfolio .info-text * {
  color: #fff;
}

.portfolio .info-text * {
  color: #fff;
}

.port-books {
  background: #fff;
  /* padding: 50px 140px 30px 35px; */
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px #00000026;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  padding: 18px;
}

.port-books img {
  top: 20px;
  right: 0;
  max-width: 140px;
}

.port-books h4 {
  color: var(--primary);
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: var(--font-Times);
}

.port-books h4+p {
  color: #4f4d4d;
  font-size: 15px;
  margin-bottom: 0;
  min-height: 180px;
}


.portfolio .info-text h2:before {
  left: 50%;
  transform: translateX(-50%);
  background: white;
}

.portfolio .info-text {
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 40px;
}

section.portfolio {
  position: relative;
}
section.why-choose.num-boxes.sec-01 {
    background: #ffffff;
}

.head-why-choose .main-heading {
    color: black;
}

.choose-heading p {
    color: black;
}

.choose-paragraph p {
    color: black;
}

.num-boxes .choose-inner-head p {
    color: #ffffff80;
}

.num-boxes .choose-inner-head h5 {
    font-family: var(--font-500);
}

.num-boxes .choose-inner-head {
    height: 400px;
    overflow: auto;
    background: var(--primary);
}
.num-boxes .choose-inner-head::-webkit-scrollbar-thumb {
  background: gray;
}
.num-boxes .choose-inner-head h5 {
    color: white;
}.sec-05-wrapper .img-box-content {
    margin-bottom: -346px;
    margin-right: -90px;
}