
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Kumbh+Sans:wght@200;300;400;500;600;700;800&display=swap');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
html {
    overflow-x: hidden;
}
img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}
 

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

.container {
  width: 100%;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
 
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}
 
.color-white {
  color: #FFF;
}

.color-black {
  color: #000;
}

.color-red {
  color: #13B9D3;
}

.color-secondary {
  color: #0E0A01;
}

.color-yellow {
  color: #FF9C00;
}

.bg-yellow {
  background-color: #FF9C00;
}

.bg-red {
  background-color: #13B9D3;
}

.bg-dark_yellow {
  background-color: #F3F3F2;
}

.bg-dark_red {
  background-color: #FDF6F8;
}

.color-d_black {
  color: #163278;
}

.color-pd_black {
  color: #163278;
}

.bg-dark_white {
  background-color: #EFF0F6;
}

.color-primary {
  color: #163278;
}

.font-la {
  font-family: "Inter", sans-serif;
}

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

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

.mb-5 {
  margin-bottom: 5px;
}
 
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  color: #243342;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #243342;
}

h1 {
  font-size: 58px;
  line-height: 78px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
}

h3 {
  font-size: 36px;
  line-height: 48px;
}

h4 {
  font-size: 24px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

h6 {
  font-size: 18px;
  line-height: 26px;
}

a {
  font-weight: 600;
  cursor: pointer;
  font-size: 17px;
  color: #163278;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none !important;
}

p {
  margin: 0px;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-center-v:before, .align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eq-height:before, .eq-height:after {
  content: none;
}

.section-padding {
  padding: 120px 0px;
}


/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: left;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  background-size: 100% 100%;
}

.triangle {
  width: 0;
  height: 0;
}
.triangle.triangle-top-left {
  border-top: 100px solid #32557f;
  border-right: 100px solid transparent;
}
.triangle.triangle-top-right {
  border-top: 100px solid #32557f;
  border-left: 100px solid transparent;
}
.triangle.triangle-bottom-left {
  border-bottom: 100px solid #32557f;
  border-right: 100px solid transparent;
}
.triangle.triangle-bottom-right {
  border-bottom: 100px solid #32557f;
  border-left: 100px solid transparent;
}


.navbar-brand {
  padding: 0;
  margin-right: 0;
}

#scrollUp {
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #163278;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
}
#scrollUp:hover {
  background-color: #163278;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 34px;
    right: 30px;
    width: 30px;
  }
}
button {
  border: none;
}

.clear-fix {
  overflow: hidden;
}

section {
  position: relative;
  z-index: 1;
}
section.pt-235 {
  padding-top: 225px;
}

@-webkit-keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.offcanvas-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  position: fixed;
  background: #000;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.no-padding .col-12 {
  padding: 0;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}

/* ------------------------------------------------------------------
   Template
 -------------------------------------------------------------------- */
.theme-btn {
  border: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 18px 37.8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #163278;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.theme-btn:after {
  background: #FF9C00;
}
.theme-btn.btn__2 {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.theme-btn.btn__2:after {
  background: #13B9D3 !important;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.theme-btn.btn__2:hover, .theme-btn.btn__2:focus {
  color: #FFF !important;
}
.theme-btn.btn__2:hover:after, .theme-btn.btn__2:focus:after {
  height: 380%;
}
@media (max-width: 900px) {
  .theme-btn.btn_sm__2 {
    padding: 12px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 17px 30px;
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .theme-btn {
    padding: 16px 26px;
  }
}
@media (max-width: 480px) {
  .theme-btn {
    padding: 15px 25px;
  }
}
.theme-btn i {
  font-size: 12px;
  margin-left: 10px;
}
.theme-btn.btn-white {
  color: #163278;
  background-color: #FFF;
}
.theme-btn.btn-white:after {
  background: #FF9C00;
}
.theme-btn:hover, .theme-btn:focus {
  color: #FFF;
  background-color: #FF9C00;
}
.theme-btn.btn-sm {
  padding: 15px 29px;
}
.theme-btn.btn-yellow {
  background-color: #FF9C00;
}
.theme-btn.btn-yellow:after {
  background: #163278;
}
.theme-btn.btn-yellow:hover, .theme-btn.btn-yellow:focus {
  background: #163278;
}
.theme-btn.btn-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme-btn.btn-red {
  background-color: #13B9D3;
}
.theme-btn.btn-red:after {
  background: #FF9C00;
}
.theme-btn.btn-red:hover, .theme-btn.btn-red:focus {
  background-color: #13B9D3;
}
.theme-btn.btn-black {
  padding: 8px 79.1px;
  background-color: #0E0A01;
}
.theme-btn.btn-black:after {
  background: #163278;
}
.theme-btn.btn-black:hover, .theme-btn.btn-black:focus {
  background: #163278;
}
.theme-btn.btn-transparent {
  color: #FF9C00;
  padding: 13.5px 31.1px;
  background: transparent;
  border: 1.5px solid rgba(255, 156, 0, 0.3);
}
.theme-btn.btn-transparent i {
  margin: 0 10px 0 0;
}
.theme-btn.btn-transparent:after {
  background: #163278;
}
.theme-btn.btn-transparent:hover, .theme-btn.btn-transparent:focus {
  color: #000;
  background: #163278;
  border-color: #163278;
}
.theme-btn.btn-border {
  color: #243342;
  padding: 13.5px 26.5px;
  background: transparent;
  border: 1.5px solid rgba(36, 51, 66, 0.5);
}
.theme-btn.btn-border:after {
  background: #243342;
}
.theme-btn.btn-border:hover, .theme-btn.btn-border:focus {
  color: #FFF;
  background: #243342;
}
.theme-btn.btn-yellow-transparent {
  color: #FF9C00;
  padding: 13.5px 31.1px;
  background: transparent;
  border: 1.5px solid rgba(255, 156, 0, 0.3);
}
.theme-btn.btn-yellow-transparent:after {
  background: #163278;
}
.theme-btn.btn-yellow-transparent:hover, .theme-btn.btn-yellow-transparent:focus {
  color: #FFF;
  border-width: 1px;
  padding: 14px 31.6px;
  border-color: #163278;
  background: transparent;
}
.theme-btn:after {
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.theme-btn:hover:after, .theme-btn:focus:after {
  height: 380%;
}


/***********************************
PAGE LOAD ANIMATION
***********************************/
.preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
  position: fixed;
  z-index: 9999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #342;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font-size: 80px;
  line-height: 118px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 50px;
    line-height: 77px;
  }
}
@media (max-width: 575px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 36px;
    line-height: 58px;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: #13B9D3;
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #163278;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #243342;
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/* ----------------------------------
     
 ------------------------------------*/
header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed !important;
}
header.transparent {
  background: transparent;
}
header.transparent .main-header-wraper {
  background: transparent !important;
}
header .logo a {
  display: block;
}
header.header-1 {
  position: relative;
}
header.header-1 .main-menu.main-menu_4 ul > li:hover > a, header.header-1 .main-menu.main-menu_4 ul > li:focus > a, header.header-1 .main-menu.main-menu_4 ul > li.active > a {
  color: #13B9D3;
}
header.header-1 .main-menu ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header.header-1 .main-menu ul > li > a {
      line-height: 1;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    line-height: 19px;
    color: #163278;
    padding: 40.5px 24px;
    display: inline-block;
    text-transform: capitalize;
}
@media (max-width: 1299px) {
  header.header-1 .main-menu ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.header-1 .main-menu ul > li > a i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header-1 .main-menu ul > li:hover > a, header.header-1 .main-menu ul > li:focus > a, header.header-1 .main-menu ul > li.active > a {
  color: #163278;
}
header.header-1 .main-menu ul > li:hover > a i, header.header-1 .main-menu ul > li:focus > a i, header.header-1 .main-menu ul > li.active > a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.header-1 .main-menu ul > li:hover > ul, header.header-1 .main-menu ul > li:focus > ul, header.header-1 .main-menu ul > li.active > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.header-1 .main-menu ul > li > ul {
  left: 0;
  top: 100%;
  opacity: 0;
  min-width: 230px;
  z-index: 999;
  position: absolute;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #FFF;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
header.header-1 .main-menu ul > li > ul li {
  display: block;
}
header.header-1 .main-menu ul > li > ul li a {
  display: block;
  color: #163278;
  padding: 12px 25px;
}
header.header-1 .main-menu ul > li > ul li a:hover {
  color: #163278;
}
header.header-1 .main-menu ul > li > ul ul {
  top: 0;
  left: 100%;
}
header.header-1 .top-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  padding: 9px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed !important;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}
header.header-1 .top-header.top-header-2 {
  padding: 0;
  background-color: #FFF;
}
header.header-1 .top-header.top-header-2 .header-cta ul > li > a {
  color: #243342;
}
header.header-1 .top-header.top-header-2 .header-cta ul > li > a i {
  color: #FF9C00;
}
header.header-1 .top-header.top-header-2 .social-profile a i {
  color: #243342;
}
header.header-1 .top-header.top-header_4 .header-cta i {
  color: #163278 !important;
}
header.header-1 .top-header.top-header_4 .social-profile li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
header.header-1 .top-header.top-header_4 .social-profile li a:hover, header.header-1 .top-header.top-header_4 .social-profile li a:focus {
  background-color: #163278 !important;
}
header.header-1 .top-header .header-cta ul {
  margin: 0;
  padding: 0;
  gap: 49.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  header.header-1 .top-header .header-cta ul {
    gap: 40px;
  }
}
header.header-1 .top-header .header-cta ul li {
  position: relative;
}
header.header-1 .top-header .header-cta ul li::before {
  top: 50%;
  width: 1.5px;
  content: "";
  height: 30px;
  right: -24.75px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  header.header-1 .top-header .header-cta ul li::before {
    right: -18.5px;
  }
}
header.header-1 .top-header .header-cta ul li:last-child::before {
  display: none;
}
header.header-1 .top-header .header-cta ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  font-family: "Inter", sans-serif;
  cursor: default;
  display: inline-block;
}
header.header-1 .top-header .header-cta ul li a i {
  margin-right: 10px;
}
header.header-1 .top-header .header-cta ul li a:hover:-moz-any-link, header.header-1 .top-header .header-cta ul li a:focus:-moz-any-link {
  color: #000;
  cursor: pointer;
}
header.header-1 .top-header .header-cta ul li a:hover:any-link, header.header-1 .top-header .header-cta ul li a:focus:any-link {
  color: #000;
  cursor: pointer;
}
header.header-1 .top-header .header-right-socail {
  gap: 30px;
}
@media (max-width: 991px) {
  header.header-1 .top-header .header-right-socail {
    gap: 20px;
  }
}
header.header-1 .top-header .header-right-socail h6 {
  font-size: 15px;
  line-height: 18px;
}
header.header-1 .top-header .header-right-socail .social-profile ul {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  header.header-1 .top-header .header-right-socail .social-profile ul {
    gap: 15px;
  }
}
header.header-1 .top-header .header-right-socail .social-profile ul li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
header.header-1 .top-header .header-right-socail .social-profile ul li a:hover, header.header-1 .top-header .header-right-socail .social-profile ul li a:focus {
  color: #000;
}
header.header-1 .main-header-wraper {
  left: 0;
  top: 60px;
  width: 100%;
  z-index: 1030;
  padding: 0 15px;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed !important;
}
header.header-1 .main-header-wraper.main-header-wraper-2 {
  background: #0E0A01 !important;
}
@media (max-width: 1199px) {
  header.header-1 .main-header-wraper {
    padding: 18px 0;
  }
}
@media (max-width: 767px) {
  header.header-1 .main-header-wraper {
    top: 0;
  }
}
header.header-1 .main-header-wraper .header-menu {
  margin-right: auto;
  padding-left: 16px !important;
}
@media (max-width: 1299px) {
  header.header-1 .main-header-wraper .header-menu {
    padding-left: 60px !important;
  }
}
header.header-1 .main-header-wraper .header-right {
  gap: 30px;
  padding-right: 55px !important;
}
@media (max-width: 1299px) {
  header.header-1 .main-header-wraper .header-right {
    gap: 20px;
    padding-right: 0 !important;
  }
}
header.header-1 .main-header-wraper .header-right .header-search {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header.header-1 .main-header-wraper .header-right .header-search.header-search_2 .search-toggle:hover {
  color: #163278 !important;
}
@media (max-width: 575px) {
  header.header-1 .main-header-wraper .header-right .header-search {
    margin-right: 15px;
  }
}
header.header-1 .main-header-wraper .header-right .header-search .search-toggle {
  cursor: pointer;
  color: #163278;
}
header.header-1 .main-header-wraper .header-right .header-search .search-toggle:hover {
  color: #163278;
}
header.header-1 .main-header-wraper .header-right .header-search .search-toggle span {
  font-size: 20px;
  font-weight: 500;
}
header.header-1 .main-header-wraper .header-right .header-search .search-box {
  width: 0;
  left: 50%;
  border: 0;
  opacity: 0;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 4px;
  visibility: hidden;
  position: absolute;
  background: #FFF;
  top: calc(100% + 30px);
  -webkit-filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.16));
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  header.header-1 .main-header-wraper .header-right .header-search .search-box {
    top: calc(100% + 45px);
  }
}
@media (max-width: 767px) {
  header.header-1 .main-header-wraper .header-right .header-search .search-box {
    left: -285%;
  }
}
header.header-1 .main-header-wraper .header-right .header-search .search-box:before {
  left: 0;
  right: 0;
  top: -5px;
  z-index: -1;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  border-radius: 2px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 480px) {
  header.header-1 .main-header-wraper .header-right .header-search .search-box:before {
    right: -132px;
  }
}
header.header-1 .main-header-wraper .header-right .header-search .search-box .form-group {
  margin: 0;
  padding: 0;
  position: relative;
}
header.header-1 .main-header-wraper .header-right .header-search .search-box .form-group:before {
  left: 0;
  width: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin-left: auto;
  background: #25415d;
  margin-right: auto;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1);
}
header.header-1 .main-header-wraper .header-right .header-search .search-box .form-group .search-input {
  width: 100%;
  border: 0 !important;
  font-size: 16px !important;
  padding: 10px 0 !important;
  line-height: 22px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-right: 22px !important;
  color: #243342 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
header.header-1 .main-header-wraper .header-right .header-search .search-box .form-group .search-input::-webkit-input-placeholder {
  color: #243342;
  font-size: 16px;
  font-weight: 400;
}
header.header-1 .main-header-wraper .header-right .header-search .search-box .form-group .search-input::-moz-placeholder {
  color: #243342;
  font-size: 16px;
  font-weight: 400;
}
header.header-1 .main-header-wraper .header-right .header-search .search-box .form-group .search-input:-ms-input-placeholder {
  color: #243342;
  font-size: 16px;
  font-weight: 400;
}
header.header-1 .main-header-wraper .header-right .header-search .search-box .form-group .search-input:-moz-placeholder {
  color: #243342;
  font-size: 16px;
  font-weight: 400;
}
header.header-1 .main-header-wraper .header-right .header-search .search-box .form-group .search-submit {
  right: 0;
  top: auto;
  border: 0;
  bottom: auto;
  font-size: 16px;
  color: #243342;
  position: absolute;
  background: transparent;
  -webkit-transition: all all 0.3s ease ease-in-out;
  transition: all all 0.3s ease ease-in-out;
}
header.header-1 .main-header-wraper .header-right .header-search .search-box .form-group .search-submit:hover {
  color: #0E0A01;
}
header.header-1 .main-header-wraper .header-right .header-search.show .search-toggle {
  color: #163278;
}
header.header-1 .main-header-wraper .header-right .header-search.show .search-box {
  opacity: 1;
  width: 530px;
  visibility: visible;
}

.header-cta li a iconify-icon {
    font-size: 24px;
        transform: translateY(6px);
}

@media (max-width: 767px) {
  header.header-1 .main-header-wraper .header-right .header-search.show .search-box {
    width: 280px;
  }
}
header.header-1 .main-header-wraper .header-right .header-search.show .search-box .form-group:before {
  width: 100%;
}
header.header-1 .main-header-wraper .header-right .horizontal-bar {
  width: 1px;
  height: 40px;
  background: #D9D9D9;
}
header.header-1 .main-header-wraper .header-right .header-contact {
  gap: 15px;
  color: #163278;
}
header.header-1 .main-header-wraper .header-right .header-contact:hover .icon i, header.header-1 .main-header-wraper .header-right .header-contact:focus .icon i {
  color: #FF9C00;
}
header.header-1 .main-header-wraper .header-right .header-contact:hover .text span, header.header-1 .main-header-wraper .header-right .header-contact:hover .text h5, header.header-1 .main-header-wraper .header-right .header-contact:focus .text span, header.header-1 .main-header-wraper .header-right .header-contact:focus .text h5 {
  color: #FF9C00;
}
header.header-1 .main-header-wraper .header-right .header-contact .icon {
  width: 40px;
  height: 40px;
  font-size: 40px;
}
header.header-1 .main-header-wraper .header-right .header-contact .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header-1 .main-header-wraper .header-right .header-contact .icon img {
  width: 100%;
  height: 100%;
}
header.header-1 .main-header-wraper .header-right .header-contact .text h5 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header-1 .main-header-wraper .header-right .header-contact .text span {
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header-1.stop .top-header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
header.header-1.stop .main-header-wraper {
  top: 0;
  background: #FFF;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}
header.bg_dark .main-header-wraper {
  background: #EFF0F6;
}
header.bg_dark .main-menu ul > li > ul {
  background-color: #EFF0F6;
}
header.bg_dark .header-right .header-search .search-box {
  background: #EFF0F6 !important;
}
header.bg_dark .header-right .header-search .search-box:before {
  background: #EFF0F6 !important;
}
header.header-3 .top-header {
  background: #181E4F;
}
header.header-3 .top-header .header-right-socail .social-profile ul li a:hover, header.header-3 .top-header .header-right-socail .social-profile ul li a:focus {
  color: #163278;
}
header.header-3 .top-header .header-cta ul {
  gap: 34px;
}
header.header-3 .top-header .header-cta ul li::before {
  content: inherit;
}
header.header-3 .top-header .header-cta ul li a i {
  color: #fff;
}
header.header-3 .top-header .header-cta.header-cta-2 a i {
  color: #FF9C00;
}
header.header-3 .main-header-wraper .main_wrapper {
  padding: 5px 10px;
  border-radius: 4px;
  width: 1386px;
  position: absolute;
  z-index: 999;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  margin: 0 auto !important;
}
@media (max-width: 1400px) {
  header.header-3 .main-header-wraper .main_wrapper {
    width: 1320px;
    margin: 0 auto !important;
  }
}
@media (max-width: 1300px) {
  header.header-3 .main-header-wraper .main_wrapper {
    width: 1140px;
  }
}
@media (max-width: 1200px) {
  header.header-3 .main-header-wraper .main_wrapper {
    position: relative;
    width: 100%;
    max-width: none;
  }
}
header.header-3 .main-header-wraper .header-right .horizontal-bar {
  background: rgba(14, 30, 54, 0.15);
}

header.header-3 .top-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
header.header-3 .top-header .header-right-socail {
  gap: 20px;
}
header.header-3 .top-header .header-right-socail .social-profile ul {
  gap: 0;
}
header.header-3 .top-header .header-right-socail .social-profile ul li a {
    font-size: 24px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
a.a_instagram {
    background: linear-gradient(136deg, #fed718, #fb2084, #9201da);
}
a.a_facebook {
    background: #3a56a0;
}
a.a_youtube {
    background: #fe0000;
}

.social-profile ul li {
    margin: 6px;
}

.social-profile ul li:nth-last-child(1) {
    margin-right: 0px;
}

header.header-3 .top-header .header-right-socail .social-profile ul li a:hover, header.header-3 .top-header .header-right-socail .social-profile ul li a:focus {
  background: #13B9D3;
  color: #FFF;
}
header.header-3 .top-header .header-cta ul {
  gap: 40px;
    margin-top: -5px;
}
header.header-3 .top-header .header-cta ul li {
  z-index: 1;
  position: relative;
}
header.header-3 .top-header .header-cta ul li:last-child:after {
  content: inherit;
}
header.header-3 .top-header .header-cta ul li:after {
  width: 1px;
  top: -13px;
  z-index: -1;
  height: 50px;
  right: -20px;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}
header.header-3 .top-header .header-cta ul li a {
  color: #FFF;
  cursor: default;
  font-size: 18px;
  font-weight: 400;
}
header.header-3 .top-header .header-cta ul li a:hover:-moz-any-link, header.header-3 .top-header .header-cta ul li a:focus:-moz-any-link {
  color: #13B9D3;
  cursor: pointer;
}
header.header-3 .top-header .header-cta ul li a:hover:any-link, header.header-3 .top-header .header-cta ul li a:focus:any-link {
  color: #13B9D3;
  cursor: pointer;
}
header.header-3 .top-header .header-cta ul li a i {
  color: #fff;
  font-size: 15px;
}
header.header-3 .top-header .header-cta ul li a i.icon-phone {
  font-size: 16px !important;
}
header.header-3 .top-header .header-cta ul li a i.icon-email {
  font-size: 12px !important;
}
header.header-3 .header-menu {
  margin-left: auto;
}
header.header-3 .header-menu ul > li:hover > a, header.header-3 .header-menu ul > li:focus > a, header.header-3 .header-menu ul > li.active > a {
  color: #13B9D3;
}
header.header-3 .header-menu ul > li a {
    color: #000000;
    padding: 33px 16px;
}
header.header-3 .header-menu ul > li > ul li a:hover {
  color: #13B9D3;
}

.header-logo img {
    width:100%;
    max-width: 265px;
}

@media (max-width: 1199px) {
  header.header-3 .main-header-wraper {
    top: 0;
  }
}
header.header-3 .main-header-wraper .header-right {
  padding-right: 0 !important;
}
header.header-3 .main-header-wraper .header-right .header-search {
  margin-right: 0 !important;
}
header.header-3 .main-header-wraper .header-right .header-search.show .search-toggle {
  color: #13B9D3;
}
header.header-3 .main-header-wraper .header-right .header-search .search-toggle {
  color: #163278;
}
header.header-3 .main-header-wraper .header-right .header-search .search-toggle span {
  font-weight: 300;
}
header.header-3 .main-header-wraper .header-right .header-search .search-toggle:hover {
  color: #13B9D3;
}
header.header-3 .main-header-wraper .header-right .header-search .search-box {
  left: -678%;
  top: calc(100% + 37px);
}
@media (max-width: 767px) {
  header.header-3 .main-header-wraper .header-right .header-search .search-box {
    left: -157%;
  }
}
@media (max-width: 500px) {
  header.header-3 .main-header-wraper .header-right .header-search .search-box {
    left: -344%;
    top: calc(100% + 40px);
  }
}
header.header-3 .main-header-wraper .header-right .header-search .search-box:before {
  right: -296px;
}
@media (max-width: 767px) {
  header.header-3 .main-header-wraper .header-right .header-search .search-box:before {
    right: -78px;
  }
}
header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group::before {
  background: #13B9D3;
}
header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-submit, header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-input {
  color: #13B9D3 !important;
}
header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-submit::-webkit-input-placeholder, header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-input::-webkit-input-placeholder {
  color: #13B9D3;
  font-size: 16px;
  font-weight: 500;
}
header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-submit::-moz-placeholder, header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-input::-moz-placeholder {
  color: #13B9D3;
  font-size: 16px;
  font-weight: 500;
}
header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-submit:-ms-input-placeholder, header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-input:-ms-input-placeholder {
  color: #13B9D3;
  font-size: 16px;
  font-weight: 500;
}
header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-submit:-moz-placeholder, header.header-3 .main-header-wraper .header-right .header-search .search-box .form-group .search-input:-moz-placeholder {
  color: #13B9D3;
  font-size: 16px;
  font-weight: 500;
}
header.header-3 .main-header-wraper .header-btn {
  border: 0;
    z-index: 1;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    border-radius: 10px;
    display: inline-block;
    padding: 12px 5px;
    background-color: #13B9D3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 156px;
    Height: 46px;
    text-align: center;
    
}
@media (max-width: 1199px) {
  header.header-3 .main-header-wraper .header-btn {
    padding: 12.5px 28px;
  }
}
@media (max-width: 500px) {
  header.header-3 .main-header-wraper .header-btn {
    display: none;
  }
}
header.header-3 .main-header-wraper .header-btn:after {
  top: 50%;
  left: 50%;
  height: 0%;
  width: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  background: #181E4F;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
header.header-3 .main-header-wraper .header-btn i {
  font-size: 12px;
  margin-left: 10px;
}
header.header-3 .main-header-wraper .header-btn:hover, header.header-3 .main-header-wraper .header-btn:focus {
  background: #FF9C00;
}
header.header-3 .main-header-wraper .header-btn:hover:after, header.header-3 .main-header-wraper .header-btn:focus:after {
  height: 380%;
}
header.header-3 .main-header-wraper #hamburger {
  color: #13B9D3;
}
header.header-4 .main-nav-menu {
  background: #000000;
  padding: 0 0;
}
@media (max-width: 1200px) {
  header.header-4 .main-nav-menu {
    padding: 0px 15px;
  }
}
header.header-4 .social-profile a:hover i {
  color: #FF9C00 !important;
}
header.header-4 .main-menu li a {
  color: #FFF !important;
  padding: 15px 10px !important;
}
header.header-4 .main-menu li:hover a {
  color: #FF9C00 !important;
}
header.header-4 .main-menu li ul {
  min-width: 200px !important;
}
header.header-4 .main-menu li ul > li a {
  color: #163278 !important;
}
header.header-4 .main-menu li ul > li:hover a {
  color: #FF9C00 !important;
}
header.header-4 .header-right {
  gap: 20px;
  padding-right: 0px !important;
}
@media (max-width: 1299px) {
  header.header-4 .header-right {
    gap: 20px;
    padding-right: 0 !important;
  }
}
header.header-4 .header-right .header-search {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 575px) {
  header.header-4 .header-right .header-search {
    margin-right: 15px;
  }
}
header.header-4 .header-right .header-search .search-toggle {
  cursor: pointer;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #FF9C00;
}
header.header-4 .header-right .header-search .search-toggle:hover {
  background-color: #FFF;
  color: #FF9C00;
}
header.header-4 .header-right .header-search .search-toggle span {
  font-size: 20px;
  font-weight: 500;
}
header.header-4 .header-right .header-search .search-box {
  width: 0;
  left: 50%;
  border: 0;
  opacity: 0;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 4px;
  visibility: hidden;
  position: absolute;
  background: #FFF;
  top: calc(100% + 30px);
  -webkit-filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.16));
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  header.header-4 .header-right .header-search .search-box {
    top: calc(100% + 45px);
  }
}
@media (max-width: 767px) {
  header.header-4 .header-right .header-search .search-box {
    left: -285%;
  }
}
header.header-4 .header-right .header-search .search-box:before {
  left: 0;
  right: 0;
  top: -5px;
  z-index: -1;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  border-radius: 2px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 480px) {
  header.header-4 .header-right .header-search .search-box:before {
    right: -132px;
  }
}
header.header-4 .header-right .header-search .search-box .form-group {
  margin: 0;
  padding: 0;
  position: relative;
}
header.header-4 .header-right .header-search .search-box .form-group:before {
  left: 0;
  width: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin-left: auto;
  background: #25415d;
  margin-right: auto;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1);
}
header.header-4 .header-right .header-search .search-box .form-group .search-input {
  width: 100%;
  border: 0 !important;
  font-size: 16px !important;
  padding: 10px 0 !important;
  line-height: 22px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-right: 22px !important;
  color: #243342 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
header.header-4 .header-right .header-search .search-box .form-group .search-input::-webkit-input-placeholder {
  color: #243342;
  font-size: 16px;
  font-weight: 400;
}
header.header-4 .header-right .header-search .search-box .form-group .search-input::-moz-placeholder {
  color: #243342;
  font-size: 16px;
  font-weight: 400;
}
header.header-4 .header-right .header-search .search-box .form-group .search-input:-ms-input-placeholder {
  color: #243342;
  font-size: 16px;
  font-weight: 400;
}
header.header-4 .header-right .header-search .search-box .form-group .search-input:-moz-placeholder {
  color: #243342;
  font-size: 16px;
  font-weight: 400;
}
header.header-4 .header-right .header-search .search-box .form-group .search-submit {
  right: 0;
  top: auto;
  border: 0;
  bottom: auto;
  font-size: 16px;
  color: #243342;
  position: absolute;
  background: transparent;
  -webkit-transition: all all 0.3s ease ease-in-out;
  transition: all all 0.3s ease ease-in-out;
}
header.header-4 .header-right .header-search .search-box .form-group .search-submit:hover {
  color: #0E0A01;
}
header.header-4 .header-right .header-search.show .search-toggle {
  color: #163278;
}
header.header-4 .header-right .header-search.show .search-box {
  opacity: 1;
  width: 530px;
  visibility: visible;
}
@media (max-width: 767px) {
  header.header-4 .header-right .header-search.show .search-box {
    width: 280px;
  }
}
header.header-4 .header-right .header-search.show .search-box .form-group:before {
  width: 100%;
}
header.header-4 .header-right .horizontal-bar {
  width: 1px;
  height: 40px;
  background: #D9D9D9;
}
header.header-4 .header-right .header-contact {
  gap: 15px;
  color: #163278;
}
header.header-4 .header-right .header-contact:hover .icon i, header.header-4 .header-right .header-contact:focus .icon i {
  color: #FF9C00;
}
header.header-4 .header-right .header-contact:hover .text span, header.header-4 .header-right .header-contact:hover .text h5, header.header-4 .header-right .header-contact:focus .text span, header.header-4 .header-right .header-contact:focus .text h5 {
  color: #FF9C00;
}
header.header-4 .header-right .header-contact .icon {
  width: 40px;
  height: 40px;
  font-size: 40px;
}
header.header-4 .header-right .header-contact .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header-4 .header-right .header-contact .icon img {
  width: 100%;
  height: 100%;
}
header.header-4 .header-right .header-contact .text h5 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header-4 .header-right .header-contact .text span {
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.header-4 .header-right .theme-btn {
  padding: 20px 40px;
}
header.hover-color-green .header-menu ul > li:hover a, header.hover-color-green .header-menu ul > li:focus a {
  color: #163278;
}
header.hover-color-green .header-menu ul > li > ul li a {
  color: #163278 !important;
}
header.hover-color-green .header-menu ul > li > ul li a:hover, header.hover-color-green .header-menu ul > li > ul li a:focus {
  color: #163278 !important;
}
header.hover-color-green .main-header-wraper .header-right .header-search.show .search-toggle, header.hover-color-green .main-header-wraper .header-right .header-search:hover .search-toggle {
  color: #163278;
}
header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group:before {
  background: #163278;
}
header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-input, header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-submit {
  color: #163278 !important;
}
header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-input::-webkit-input-placeholder, header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-submit::-webkit-input-placeholder {
  color: #163278;
}
header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-input::-moz-placeholder, header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-submit::-moz-placeholder {
  color: #163278;
}
header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-input:-ms-input-placeholder, header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-submit:-ms-input-placeholder {
  color: #163278;
}
header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-input::-ms-input-placeholder, header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-submit::-ms-input-placeholder {
  color: #163278;
}
header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-input::placeholder, header.hover-color-green .main-header-wraper .header-right .header-search .search-box .form-group .search-submit::placeholder {
  color: #163278;
}

.header-gutter {
  top: 150px;
  min-height: 150px;
}
.header-gutter.home {
  top: 135px;
  min-height: 135px;
}
@media (max-width: 1199px) {
  .header-gutter.home {
    top: 85px;
    min-height: 85px;
  }
}
@media (max-width: 1199px) {
  .header-gutter {
    top: 132px;
    min-height: 132px;
  }
}
@media (max-width: 767px) {
  .header-gutter {
    top: 76px;
    min-height: 76px;
  }
}
 

.mobile-nav {
  top: 0;
  width: 320px;
  right: -380px;
  max-width: 100%;
  padding: 20px;
  z-index: 1032;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  scroll-behavior: smooth;
  background-color: #163278;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
          box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav-yellow {
  background-color: #FF9C00;
}
.mobile-nav-yellow .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu {
  background-color: #FF9C00 !important;
}
.mobile-nav-red {
  background-color: #163278;
}
.mobile-nav-red .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu {
  background-color: #13B9D3 !important;
}
.mobile-nav .close-nav {
  border: 0;
  left: 20px;
  top: 10px;
  color: #fff;
  font-size: 25px;
  position: absolute;
  border-radius: 30px;
  background: transparent;
}
.mobile-nav .navigation {
  padding-top: 30px;
}
.mobile-nav .navigation .consulter-mobile-nav {
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-nav .navigation ul:not(.dropdown-menu) {
  position: relative;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li {
  width: 100%;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li:last-child {
  border-bottom: inherit;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li > a {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  text-transform: capitalize;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown {
  float: none;
  position: static !important;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown > a .dropdown-toggle {
  width: 30px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown > a .dropdown-toggle:after {
  vertical-align: 0;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu {
  top: 0;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 15px;
  position: absolute;
  background: #163278;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu .control svg {
  width: 20px;
  height: 20px;
  color: #FFF;
  margin-left: 7px;
  display: inline-block;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li {
  margin-bottom: 15px;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li > a {
  color: #FFF;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  text-transform: capitalize;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li.dropdown-back {
  cursor: pointer;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFF;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li.dropdown-back a {
  font-size: 18px;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li:hover a, .mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li:focus a {
  color: #FF9C00;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown.is-open > .dropdown-menu {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li:hover a, .mobile-nav .navigation ul:not(.dropdown-menu) > li:focus a {
  color: #000;
}

.sidebar-nav__bottom-contact-infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-nav__bottom-contact-infos ul li i {
  margin-right: 5px;
}
.sidebar-nav__bottom-contact-infos ul li a .icon i {
  font-size: 40px;
  margin-right: 10px;
}
.sidebar-nav__bottom-contact-infos ul li a .text h5 {
  color: #000;
}
.sidebar-nav__bottom-contact-infos ul li:hover a, .sidebar-nav__bottom-contact-infos ul li:focus a {
  color: #FFF !important;
}
.sidebar-nav__bottom-contact-infos ul li:hover a:-moz-any-link, .sidebar-nav__bottom-contact-infos ul li:focus a:-moz-any-link {
  color: #000 !important;
}
.sidebar-nav__bottom-contact-infos ul li:hover a:any-link, .sidebar-nav__bottom-contact-infos ul li:focus a:any-link {
  color: #000 !important;
}
.sidebar-nav__bottom-social ul {
  gap: 20px;
  margin-top: 10px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.sidebar-nav__bottom-social ul > li {
  padding: 0 !important;
  border: 0 !important;
}
.sidebar-nav__bottom-social ul > li a {
  font-weight: 400 !important;
}

#hamburger {
  display: none;
  line-height: 1;
  color: #163278;
  font-size: 36px;
  text-align: right;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}


@media (min-width: 1199px) {
  .main-sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-sidebar {
    margin-top: 50px;
  }
}
.main-sidebar .single-sidebar-widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EFF0F6;
}
.main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.search_widget form {
  width: 100%;
  position: relative;
}
.search_widget form input {
  width: 100%;
  font-family: "Inter", sans-serif;
  color: #243342;
  padding: 17px 18px;
  background-color: #FFF;
}
.search_widget form input::-webkit-input-placeholder {
  color: #243342;
}
.search_widget form input::-moz-placeholder {
  color: #243342;
}
.search_widget form input:-ms-input-placeholder {
  color: #243342;
}
.search_widget form input::-ms-input-placeholder {
  color: #243342;
}
.search_widget form input::placeholder {
  color: #243342;
}
.search_widget form button {
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  font-size: 20px;
  color: #163278;
  text-align: center;
  position: absolute;
  background-color: #E2E9FF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_widget form button:hover, .search_widget form button:focus {
  color: #FFF;
  background-color: #163278;
}

.widget_categories ul {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.widget_categories ul li a {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background: #FFF;
  color: #163278;
  border-radius: 2px;
  overflow: hidden;
  padding: 18px 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget_categories ul li a i {
  color: #163278;
  font-size: 20px;
  font-weight: 400;
}
.widget_categories ul li a:hover, .widget_categories ul li a:focus {
  color: #FFF;
  background-color: #163278;
}
.widget_categories ul li a:hover i, .widget_categories ul li a:focus i {
  color: #FFF;
}

/*main css*/

.banner-home {
    background-image: url(../images/Rectangle21.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 640px;
    /*display: flex;
    align-items: center;*/
    padding-top: 120px;
    position: relative;
        margin-top: 140px;
}

@media (max-width:1200px) {
    .banner-home {
        margin-top: 100px;
    }
}

.banner_content {
    position: relative;
    z-index: 2;
}

.banner_content h2 {
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.banner_content p {
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
}

a.banner-btn.btn {
    background-color: #fff;
    margin-top: 50px;
    width: 200px;
    height: 60px;
    border-radius: 10px;
    color: #000;
    font-size: 23px;
    font-weight: 500;
    padding: 12px 5px;
    border: none;
    position: relative;
    overflow: hidden;
}

a.banner-btn.btn:after {
    top: 50%;
    left: 50%;
    height: 0%;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    background: #181E4F;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

a.banner-btn.btn:hover:after {
    height: 100%;
}

a.banner-btn.btn:hover {
    background: #13B9D3;
    color: #fff;
}

.banner_btm_shape {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
}

.heading_div h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.heading_div h2 {
    font-size: 30px;
    color: #181E4F;
    font-weight: 700;
    line-height: 1.1;
}

.heading_div {
    margin-bottom: 30px;
}

.description {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 24px;
}

.main-btn {
    width: 238px;
    border-radius: 5px;
    padding: 18px 10px;
    font-size: 18px;
    background-color: #13B9D3;
    color: #fff;
    border: none;
    font-weight: 500;
    height: 66px;
    margin-top: 20px;
}

.main-btn:hover {
    background-color: #181e50;
    color: #fff;
}

.rect_img {
    width: 100%;
}

.rect_img_fst {
    transform: translateY(34%);
}

.rect_img_snd {
    transform: translateX(-30%);
}

.rect_img_trd {
    transform: translateY(-14%);
}

.abt_images {
    padding-right: 60px;
}

.abt_content {
    padding-top: 50px;
}

.about_sect {
    background-image: url(../images/image11.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}


section.join_us_sect {
    background-color: #181E4F;
    background-image: url(../images/image12.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 30px;
}

section.join_us_sect .heading_div h2 {
    color: #fff;
}

section.join_us_sect .heading_div h5 {
    color: #fff;
}

section.join_us_sect .heading_div .description {
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
}

.counter-Txt {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.counter-value {
    font-size: 45px;
    font-weight: 800;
}

.counter_pref {
    font-size: 45px;
    font-weight: 800;
}

.counter_heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 15px;
}

.course_sect {
    padding-top: 48px;
    padding-bottom: 60px;
}

.course_sect .heading_div h2 {
    font-size: 35px;
}

.course_sect .heading_div .description {
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
}

.card.course_card {
    border-color: #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    transition: .4s;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card.course_card:hover {
    border-color: #999;
    transform: translateY(-10px);
}

.course_descp_area {
    padding: 10px 15px 10px 15px;
}

.course_author_and_price {
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #f4f4f4;
    margin-left: 15px;
    margin-right: 15px;
}

.course_img_area {
    overflow: hidden;
    position: relative;
}

.sale_pref {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 20px;
    z-index: 2;
    background-color: #ea533e;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.course_img_area img {
    transition: .4s;
}

.card.course_card:hover .course_img_area img {
    transform: scale(1.1);
}

.ratings i {
    color: #dbdde9;
}

.ratings i.rating-color {
    color: #ff9700;
}

.rating-color {
    color: #ff9700;
}

.review-count {
    color: #787c99;
    font-size: 13px;
    padding-left: 8px;
}

.ratings {
    font-size: 13px;
}

span.rating-color {
    font-size: 13px;
    padding-right: 5px;
}

h4.course_title {
    font-size: 16px;
    line-height: 1.3;
    margin: 5px 0;
}

.stat_crs .course-icon {
    height: 16px;
}

.stat_crs span {
    font-size: 13px;
    color: #696e8c;
}

.course_author_and_price img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.course_author_and_price span {
    font-size: 14px;
}

span.offer_price {
    color: #251651;
    font-size: 16px;
    font-weight: 600;
    padding-left: 6px;
}

span.regular_price {
    opacity: .8;
    text-decoration: line-through;
}

.course_sect .main-btn {
    background: transparent;
    border: 2px solid #7758fb;
    color: #7758fb;
}

.course_sect .main-btn:hover {
    background-color: #181e50;
    color: #fff;
    border-color: #181e50;
    /*margin-top: 40px;*/
}

.category_sect {
    background-color: #13b9d3;
    padding-top: 48px;
    padding-bottom: 48px;
}

.category_row .category_inner {
    transition: .4s;
}
.category_row .category_inner:hover {
    transform: translateY(-10px);
}

.category_row .category_inner .img_box {
    width: 64px;
    display: inline-block;
    vertical-align: top;
}

.category_row .category_inner .content_box {
    width: calc(100% - 64px - 8px);
    display: inline-block;
    vertical-align: top;
}

.category_row .category_inner {
    background-color: #fff;
}

.category_row .category_inner .content_box h4 {
    font-size: 20px;
}

.category_row .category_inner .content_box p {
    font-size: 14px;
    color: #7b7b85;
}

.category_row .category_inner {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.category_sect .main-btn {
    background-color: #ff630e;
    margin-top: 40px;
    text-transform: uppercase;
}

.category_sect .main-btn:hover {
    background-color: #181e50;
    color: #fff;
}

.queries_sect {
    background-color: #181e50;
    padding-top: 70px;
    padding-bottom: 190px;
}

.queries_sect .heading_div h5 {
    font-size: 25px;
    color: #fff;
    line-height: 1.3;
}

.queries_sect .heading_div h2 {
    font-size: 30px;
    color: #fff;
    line-height: 1.3;
}

.queries_sect .phon_numb {
    color: #fff;
    text-align: center;
    font-size: 45px;
    line-height: 58px;
    margin-top: -30px;
}

.queries_sect .phon_numb iconify-icon {
    width: 73px;
    height: 73px;
    background-color: #fff;
    border-radius: 50%;
    color: #000000;
    padding-top: 15px;
    padding-left: 14px;
    transform: translateY(22px);
}

/*
.appoinment_area {
    background: #2EB058;
    padding: 60px;
    position: relative;
    z-index: 999;
    transform: translateY(110px);
    margin-top: -40px;
}*/

.appoinment_area {
    background: #2EB058;
    padding: 60px;
    position: relative;
    z-index: 999;
    transform: translateY(-120px);
    margin-top: 0px;
}

.appoinment_area h3 {
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 7px;
}

.form_container input {
    width: 100%;
    margin-top: 20px;
    height: 60px;
    padding: 16px 26px;
    border-radius: 5px;
}

.form_container input[type="submit"] {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.form_container input[type="submit"]:hover {
    background: #13B9D3;
    color: #fff;
}

img.apt_shape_one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 560px;
}

img.apt_shape_two {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 530px;
}

.queries_sect .container {
    position: relative;
    z-index: 2;
}

.client_testimonial_sect {
    background-image: url(../images/Rectangle26.png);
    background-size: cover;
    background-repeat: no-repeat;
   /* padding-top: 170px; */
    padding-bottom: 70px;
} 

.client_testimonial_sect .heading_div h5 {
    color: #13B9D3;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Kumbh Sans', sans-serif;
}

.client_testimonial_sect .heading_div {
    margin-top: -60px;
}

.client_testimonial_sect .heading_div h2 {
    color: #ffff;
    font-size: 35px;
    line-height: 43px;
    font-family: 'Kumbh Sans', sans-serif;
}

img.quote_icon {
    position: absolute;
    top: 0;
    right: -20px;
    height: 70px;
    width: 70px !important;
    background-color: #13b9d3;
    border-radius: 50%;
    padding: 12px;
}

.item_inner .col-12.col-md-4 {
   /* padding: 0; */
}

.item_inner p {
    font-size: 18px;
    color: #fff;
    font-family: 'Kumbh Sans', sans-serif;
    padding-right: 20px;
    padding-left: 20px;
}
 
.item_inner h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'Kumbh Sans', sans-serif;
    margin-top: 10px;
}

.item_inner {
    padding-right: 30px;
}

.client_testimonial_sect .owl-dots {
    display: none;
}

button.owl-prev {
    height: 54px;
    width: 54px;
    background: #13b9d3 !important;
    color: #fff !important;
}

.client_testimonial_sect button.owl-prev iconify-icon {
    font-size: 30px;
    transform: translateY(3px);
}

.client_testimonial_sect button.owl-next {
    height: 54px;
    width: 54px;
    background: #13b9d3 !important;
    color: #fff !important;
}

.client_testimonial_sect button.owl-next iconify-icon {
    font-size: 30px;
    transform: translateY(3px);
}

.client_testimonial_sect .owl-theme .owl-nav {
    margin-top: 40px;
}

.blog_sect {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog_sect .heading_div h5 {
    font-size: 17px;
    color: #13B9D3;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 21px;
    font-family: 'Kumbh Sans', sans-serif;
}

.blog_sect .heading_div h2 {
    font-size: 35px;
    color: #000;
    line-height: 43px;
    font-family: 'Kumbh Sans', sans-serif;
}

.card.blog_card {
    border: none;
    box-shadow: 0px 4px 21px -13px rgb(0 0 0 / 90%);
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog_content_area {
    padding: 20px 30px;
}

h4.blog_title {
    color: #000;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Kumbh Sans', sans-serif;
    margin-bottom: 20px;
}

a.blog_more {
    color: #949494;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Kumbh Sans', sans-serif;
}

a.blog_more iconify-icon {
    transform: translateY(4px);
    padding-left: 5px;
}

a.blog_more:hover {
    color: #000;
}

.blog_pref {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    position: absolute;
    background-color: #13b9d3;
    font-family: 'Kumbh Sans', sans-serif;
    color: #fff;
    padding: 7px 24px;
}

.blog_card {
    transition: .4s;
}

.blog_card:hover {
    transform: translateY(-15px);
}

section.client_sect {
    background-image: url(../images/Rectangle34.png);
    background-size: cover;
    background-repeat: no-repeat;
        padding-top: 70px;
    padding-bottom: 70px;
}

section.client_sect .heading_div h2 {
    font-size: 35px;
    line-height: 1.1;
    color: #000;
}

#client_item_slider .owl-nav {
    display: block;
    margin-top: 30px;
}

.client_item_inner {
    padding: 0 10px;
}

#client_item_slider button.owl-prev {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #2EB058 !important;
    color: #fff;
    padding-top: 7px !important;
}

#client_item_slider button.owl-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #2EB058 !important;
    color: #fff;
    padding-top: 7px !important;
}

#client_item_slider button.owl-next span, #client_item_slider button.owl-prev span {
        font-size: 28px;
}

div#client_item_slider .owl-dots {
    display: none;
}

.site_footer {
    background-color: #181E4F;
    background-image: url(../images/image18.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    overflow: hidden;
}

.footer_before_img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 352px;
}

.site_footer .container {
    position: relative;
    z-index: 2;
}

.newsletter_box {
    padding-top: 55px;
}

.newsletter_box h3 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.newsletter_box p {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}

form.newsletter_form input[type="submit"] {
    width: 194px;
    height: 54px;
    border-radius: 10px;
    font-size: 15px;
}

form.newsletter_form input[type="submit"]:hover {
    background: #13B9D3;
}

form.newsletter_form  input[type="email"] {
    width: calc(100% - 194px - 18px);
    height: 54px;
    border-radius: 10px;
    margin-right: 10px;
    color: #fff;
    background: #00000000;
    border: 2px solid #fff;
    padding: 5px 30px;
}

form.newsletter_form  input[type="email"]::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

form.newsletter_form  input[type="email"]::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

.newsletter_box .container {
    border-bottom: 1px solid #5A5A5A;
    padding-bottom: 50px;
}

.footer-middle__box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-middle__box h4 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 30px;
}

ul.footer_ul_link li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
}

ul.footer_ul_link li a:hover {
        color: #13b9d3;
}

form.contact_form_form input {
    width: 100%;
    height: 41px;
    border-radius: 10px;
    color: #fff;
    background: #00000000;
    border: 2px solid #fff;
    padding: 5px 15px;
    margin-bottom: 15px;
}

form.contact_form_form textarea {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    color: #fff;
    background: #00000000;
    border: 2px solid #fff;
    padding: 5px 15px;
    margin-bottom: 9px;
}

form.contact_form_form input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

form.contact_form_form input::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

form.contact_form_form textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

form.contact_form_form textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

form.contact_form_form input[type="submit"] {
    background: #13B9D3 !important;
    border-color: #13B9D3 !important;
    width: 120px !important;
    font-size: 16px;
}

form.contact_form_form input[type="submit"]:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

footer .address_p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 18px;
}


footer .address_p.marb_ff {
    margin-bottom: 50px;
}

footer .social-profile ul li {
    margin: 6px;
}

footer .social-profile ul li a{
    font-size: 24px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

footer .social-profile ul li {
    display: inline-block;
}

footer .social-profile ul li a:hover {
    transform: scale(1.2);
}

p.copyright_txt {
    color: #fff;
    font-size: 15px;
}

.footer-bottom .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #5A5A5A;
}


.subpage_banner {
  background-image: url(../images/subpage_header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 400px;
  /*display: flex;
  align-items: center;*/
  padding-top: 120px;
  position: relative;
  text-align: center;
  margin-top: 130px;
}
.subpage_banner_content {
  position: relative;
  z-index: 2;
}

.subpage_banner_content h2 {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}

.subpage_body
{
  padding-top: 20px;
  padding-bottom: 70px;
}
.quote_box
{
  display: block;
  float: left;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.11);
  padding: 25px;
}
.quote_box h4
{
  font-size: 30px;
  margin: 0;
}
.quote_box p
{
  color: #363636;
  margin: 0;
}
.quote_form
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.form-control
{
  border: none;
  background: #F5F5F5;
  height: 50px;
}
.textarea
{
  height: 120px;  
}
.form-control:focus
{
  background: #F5F5F5;  
}
.quote_form input[type="submit"] {
  background: #13B9D3 !important;
  border-color: #13B9D3 !important;
  width: 120px !important;
  font-size: 16px;
  height: 41px;
  border-radius: 10px;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 15px;
}
.quote_form input:hover[type="submit"] 
{
  background: #000 !important;
  border-color: #fff !important;
}

.blog_details_section
{
  width: 100%;
}
.blog_main_img
{
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}
.post
{
  font-size: 15px;
  margin-top: 10px;
}
.post span
{
  margin-right: 20px;
}
.post span i
{
  color: #13B9D3;
}
.blog_details_section p
{
  margin-top: 15px;
  font-size: 15px;
  color: #525252;
}
.blog_heading
{
  font-size: 25px;
  margin: 30px 0 0 0;
}
.blog_sub_img
{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center; 
  margin: 20px 0 15px 0;
}
.blog_details_section ul
{
  margin-top: 20px;
  font-size: 15px;
  color: #525252;
  margin-left: 15px;
}
.blog_details_section ul li
{
  list-style-type: disc;
}
.blog_details_right_card
{
  display: block;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.19);
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 6px;
}
.blog_search_section {
  display: flex;
  float: left;
  width: 100%;
}
.blog_search_section form {
  width: 100%;
  display: flex;
  align-items: center;
}
.blog_search_section .input-group-text
{
  height: 50px;
  border: none;
  width: 46px;
  justify-content: center;
  background-color: #13B9D3;
  cursor: pointer;
}
.blog_search_section .input-group-text i
{
  color: #fff;
}
.blog_search_section .input-group-text:hover
{
  background-color: #181E4F;
}

.blog_details_right_card .main_heading
{
  display: block;
  width: 100%;
}
.blog_details_right_card .main_heading h3
{
  font-size: 20px;
  line-height: normal;
}

.blog_right_recent_news_box1 {
  display: flex;
  float: left;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #E7E7E7;
}
.blog_right_recent_news_box1 .img_area {
  display: block;
  float: left;
  width: 80px;
  height: 70px;
  flex: 80px 0 0;
}
.blog_right_recent_news_box1 .img_area img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog_right_recent_news_box1 .text_area {
  display: block;
  float: left;
  width: 100%;
  padding-left: 15px;
}
.blog_right_recent_news_box1 .text_area h5 {
  font-size: 15px;
}
.blog_right_recent_news_box1 .text_area p {
  color: #8A8A8A;
  font-size: 15px;
  margin-top: 5px;
}

.blog_details_right_card ul {
  list-style-type: none;
  padding: 0;
  margin-top: 18px;
}
.blog_details_right_card ul li {
  list-style-type: none;
  font-size: 14px;
}
.blog_details_right_card ul li a {
  color: #6c6c6c;
  padding: 6px 0 6px 25px;
  width: 100%;
  float: left;
  position: relative;
  font-size: 15px;
}
.blog_details_right_card ul li a:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f054';
}
.contact_box1 {
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
  position: relative;
  padding-left: 35px;
}
.contact_box1 i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #13B9D3;
}
.contact_box1 h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.social_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.social_section a {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #13B9D3;
  color: #fff;
  text-align: center;
  line-height: 48px;
}
.contact_body_inner {
  display: block;
  width: 100%;
  background: url(../images/contact_body_bg.png) top left no-repeat;
}
.contact_form {
  display: block;
  width: 100%;
}
.contact_form textarea
{
  height: 120px;
}
.contact_form input[type="submit"] {
  background: #13B9D3 !important;
  border-color: #13B9D3 !important;
  width: 120px !important;
  font-size: 16px;
  height: 41px;
  border-radius: 10px;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 15px;
}
.gallery_box1
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0;
}
.gallery_box1 .img_area
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gallery_box1 .img_area img
{
  float: left;
  width: 100%;
  border-radius: 15px;
  transition: all .2s ;
}
.gallery_box1:hover .img_area img
{
	transform: scale(1.1);	
}
.gallery_box1 .fa-play
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  z-index: 2;
  background: #ffffffd2;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.courses_body
{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.courses_body .left
{
  display: block;
  width: 270px;
}

.courses_body .right
{
  display: block;
  width: calc(100% - 300px);
}
.courses_right_top_heading
{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.courses_right_top_heading h2
{
  font-size: 18px;
  line-height: normal;
}
.short
{
  display: flex;
  align-items: center;
}
.short p
{
  width: 80px;
}
.short select
{
  max-width: 100px;
  margin-left: 5px;
}
.courses_right_boxes
{
  display: block;
  width: 100%;
  margin-top: 20px;
}

.courses_left_card
{
  display: block;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
}

.courses_left_card .main_heading {
  display: block;
  width: 100%;
}
.courses_left_card .main_heading h3 {
  font-size: 20px;
  line-height: normal;
}
.courses_left_card .form-check
{
  font-size: 14px;
  width: 100%;
}
.courses_left_card .form-check span
{
  float: right;
}
.form-check-label
{
  width: 100%;
}
.form-check-input:checked {
  background-color: #13B9D3;
  border-color: #13B9D3;
}
.courses_left_card .fa-star
{
  color: #ff9700;
  font-size: 12px;
  margin-top: 5px;
}
.form-check-input[type=radio] {
  border-radius: 50%;
  margin-top: 7px;
}

.about_section1
{
  padding-top: 20px;
    padding-bottom: 70px;
}
.about_section1 .top_text
{
  display: block;
  width: 100%;
  text-align: center;
}
.about_section1 .top_text h3
{
  font-size: 16px;
  text-transform: uppercase;
  color: #13B9D3;
  line-height: 10px;
}
.about_section1 .top_text h2
{
  font-size: 30px;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 20px;
}
.about_section1 .top_text p
{
  margin-top: 15px;
}
.about_section1 .counter-Txt
{
  color: #13B9D3;  
}
.about_section1  .counter_heading
{
  color: #000;
}

.about_section2
{
  padding: 50px 0;
  background: #F7F7F7;
}
.about_section2 .heading
{
  width: 100%;
  text-align: center;
}

.about_section2 .heading h3
{
  font-size: 16px;
  text-transform: uppercase;
  color: #13B9D3;
  line-height: 10px;
}
.about_section2 .heading h2
{
  font-size: 30px;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 20px;
}
.about_section2 .boxes
{
  display: block;
  width: 100%;
  margin-top: 20px;
}
.about_section2 .box1
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 35px 20px;
  text-align: center;
  margin-top: 30px;
  border-radius: 6px;
}
.about_section2 .box1 h2
{
  font-size: 22px;
  line-height: normal;
  margin-top: 30px;
}
.about_section2 .box1 p
{
  margin-top: 15px;
}

.about_section3
{
  padding: 50px 0;
}
.about_section3 .heading
{
  width: 100%;
  text-align: center;
}

.about_section3 .heading h3
{
  font-size: 16px;
  text-transform: uppercase;
  color: #13B9D3;
  line-height: 10px;
}
.about_section3 .heading h2
{
  font-size: 30px;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 20px;
}
.about_section3 button.owl-next {
  height: 54px;
  width: 54px;
  background: #13b9d3 !important;
  color: #fff !important;
}
.about_section3 .owl-dots {
  display: none;
}
.about_section3 button.owl-prev iconify-icon {
  font-size: 30px;
  transform: translateY(3px);
}
.about_section3 button.owl-next iconify-icon {
  font-size: 30px;
  transform: translateY(3px);
}
.about_section3 .item_inner p {
  color: #000;
}
.about_section3 .item_inner h4 {
  color: #000;
}

.about_section4
{
  padding: 50px 0;
  background: #F7F7F7;
}
.about_section4 .heading
{
  width: 100%;
  text-align: center;
}

.about_section4 .heading h3
{
  font-size: 16px;
  text-transform: uppercase;
  color: #13B9D3;
  line-height: 10px;
}
.about_section4 .heading h2
{
  font-size: 30px;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 20px;
}
.about_expert_area
{
  width: 100%;
  margin-top: 10px;
}
.about_expert_box1
{
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px;
}
.about_expert_box1 .img_area
{
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.about_expert_box1 .img_area img
{
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.about_expert_box1 .text_area
{
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0 10px 0;
}
.about_expert_box1 .text_area h2
{
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
.instruction_but
{
  display: inline-block;
  vertical-align: top;
  padding: 10px 30px;
  color: #fff;
  background: #13B9D3;
  border-radius: 4px;
}
.instruction_but:hover
{
  background: #181E4F;
  color: #fff;
}
.video_modal
{
  width: 100%;
  height: 450px;
}
.login_page
{
  display: flex;
  float: left;
  width: 100%;
  min-height: 100vh;
  background: #181E4F;
  padding: 60px 0;
}
.login_left_box 
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.login_left_box .heading
{
  display: block;
  float: left;
  width: 100%;
  background: #13B9D3;
  padding: 14px 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.login_left_box .body_area
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 30px; 
}
.login_top_text
{
  display: block;
  float: left;
  width: 100%; 
}
.login_top_text ul
{
  list-style-type: circle !important;
  margin-bottom: 20px;
}
.login_top_text ul li
{
  list-style-type: disc;
  margin-left: 20px;
}

.social_login
{
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #dadce0;
  background: transparent;
  border-radius: 8px;
  color: #333;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  transition: background .5s;
    -webkit-transition: background .5s;
}

.social_login span
{
  font-size: 17px;
  color: #777;
  display: inline-block;
  margin: 0 auto;
}
.social_login:hover
{
  background-color: #dadce0;
}

.divider
{
  display: table;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
  float: left;
  width: 100%;

}
.divider:before {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/diveder.png);
  background-position: right 1em top 50%;
}
.divider:after {
  content: "";
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/diveder.png);
  background-position: left 1em top 50%;
}

.social_login_main_section
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

.login_right_box 
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px;
}
.product_container
{
  display: flex;
  column-gap: 6px;
  align-items: flex-start;
}
.course_icon
{
  width: 48px;
  height: 48px;
  margin-bottom: -8px;
}
.plan
{
  background: #cbe5cc;
  border-radius: 2px;
  padding: 2px 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.product_name
{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #292a31;
}
.batch-details
{
  column-gap: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4a4b57;
  display: flex;
  flex-direction: row;
}
.dot{
  height: 8px;
  width: 8px;
  background-color: #bdbdbd;
  border-radius: 50%;
  display: inline-block;
}
.course_price_container
{
  margin-left: 52px;
}
.final-price
{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  align-items: center;
  color: #292a31;
  margin: 30px 0 0 0;
}
.fees
{
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  color: #5a5b6a;
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: #5a5b6a;
  transform: rotate(-5deg);
}
#discount-timer
{
  background: #fcd1cf;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #c8372d;
  display: flex;
}
.login-alert {
  column-gap: 6px;
  display: flex;
  text-align: center;
  margin-top: 20px;
}
.warning-text{
  font-size: 14px;
  line-height: 22px;
}


/*coding-ninja page css*/
/*main css*/

@media (min-width: 1300px){
.cnnj_pg .container {
    max-width: 980px;
}
}

 

.main-header-wraper {
    border-bottom: 1px solid #f1f2f2;
}

.page_brd_cmb li a {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 22px!important;
}

.header-gutter.home {
    display: none;
}

body {
    color: #19191d;
    overflow-x: hidden;
}

.page_brd_cmb ul li {
    display: inline-block;
    vertical-align: middle;
}
.page_brd_cmb ul li a {
    color: #5a5b6a;
}

.page_brd_cmb ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 15px;
}

.page_brd_cmb ul li iconify-icon {
    font-size: 21px;
    margin-right: 4px;
    transform: translateY(4px);
}

.page_brd_cmb ul li iconify-icon.ang_l {
    color: #5a5b6a;
    font-size: 25px;
    transform: translateY(7px);
    margin-right: 20px;
}

.page_brd_cmb ul li.active a {
    color: #19191d;
    font-weight: 700 !important;
}

.page_brd_cmb {
    padding: 20px 0;
    margin-bottom: 40px;
}

.banner_lft h5 {
    background: linear-gradient(104.04deg,#0a6dff 7.83%,#28b0fc 92.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.banner_lft h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.banner_lft p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

a.th_btn.style_f {
    border: 1px solid #19191d;
    color: #19191d;
    border-radius: 6px;
    background: #ffffff;
    padding: 15px 32px;
}

a.th_btn.style_f:hover {
    color: #fff;
    background: #19191d;
}

a.th_btn.style_s {
    border: 1px solid #fb813e;
    color: #fff;
    border-radius: 6px;
    background: #fb813e;
    padding: 15px 32px;
}

a.th_btn.style_s:hover {
    background-color: #e16824;
}

a.th_btn.style_s iconify-icon {
        font-size: 14px;
    margin-left: 5px;
    transform: translateY(2px);
}

.banner_lft .btn_wapper {
    padding: 20px 0;
    margin-top: 40px;
}

.banner_lft .btn_wapper a.th_btn.style_s {
    margin-left: 24px;
}

.bnr_feat_wapper {
    background: #f3f8ff;
    display: flex;
    flex-direction: row;
    padding: 24px;
    border-radius: 12px;
    margin-top: 40px;
    column-gap: 24px;
}

.bnr_feat_item:after {
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    border-left: 1px solid #b6d3ff;
    right: -24px;
}

.bnr_feat_item {
    position: relative;
    text-align: center;
}

.bnr_feat_item h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.bnr_feat_item iconify-icon {
    color: #f3a805;
    font-size: 32px;
    transform: translateY(5px)translateX(-5px);
}

.bnr_feat_item p {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 22px!important;
}

.bnr_feat_item {
    position: relative;
    text-align: center;
    width: calc(100% / 3);
}

.bnr_feat_wapper .bnr_feat_item:nth-last-child(1):after {
    display: none;
}

section.our_students_sect {
    background-color: #F3F8FF;
    padding-bottom: 160px;
    padding-top: 10px;
}

.div#cnnj_pg section.top_banner {
    padding-bottom: 40px;
}

section.top_banner {
    padding-bottom: 40px;
    padding-top: 170px;
}

.page_navigation_area ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_navigation_area .container {
    background: #fff;
    padding: 14px 18px;
    border-radius: 60px;
    filter: drop-shadow(-1px 10px 20px rgba(197,208,216,.2));
}

.page_navigation_area ul li a {
    font-size: 16px;
    color: #9696a0;
    font-weight: 700;
}

.page_navigation_area ul li.active a {
    color: #19191d;
}

.page_navigation_area ul li {
    padding: 5px 28px;
}

.section_title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}

section.our_students_sect .section_title {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 70px;
}

.students_scroll_slider .item_inner {
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.students_scroll_slider .stdnt_img_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.students_scroll_slider .stdnt_img_box img {
    width: 100px;
    height: 100px;
}

.students_scroll_slider .student_name {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.students_scroll_slider .stdnt_info_box {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.stdnt_info_box img.company_logo {
    width: 100%;
    max-width: 100px;
    margin-bottom: 15px;
}

span.std_hike {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    background: #e6f0ff;
    color: #0a6dff;
    padding: 2px 12px;
    border-radius: 20px;
}


section.journey_sect {
    padding-top: 120px;
    padding-bottom: 120px;
}

section.journey_sect .section_title {
    text-align: center;
    margin-bottom: 50px;
}

article.journey_part.fst .row {
    align-items: center;
}

article.journey_part h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
}

article.journey_part p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.sect_divd_img_wapp.one {
    text-align: center;
}

.sect_divd_img_wapp.one .sect_divd_img {
    width: 100%;
    max-width: 379px;
    margin-top: -20px;
    transform: translateX(-20px);
}

article.journey_part.snd {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

ul.journey_feat li {
    width: calc(100% / 2 - 4px);
    display: inline-flex;
    vertical-align: top;
        margin: 20px 0;
}

ul.journey_feat li .journey_feat_lft {
    height: 64px;
    width: 64px;
    text-align: center;
    box-shadow: -1px 10px 20px #c5d0d833;
    border-radius: 50%;
}

ul.journey_feat li .journey_feat_lft img {
    height: 32px;
    width: 32px;
    margin-top: 50%;
    transform: translateY(-50%);
}

ul.journey_feat li .journey_feat_rgt {
    width: calc(100% - 64px);
    padding: 10px 20px 20px 26px;
}

ul.journey_feat li .journey_feat_rgt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.sect_divd_img_wapp.two img.sect_divd_img {
    margin-left: 21%;
}

article.journey_part.thrd ul.journey_feat li {
    width: 100%;
}

article.journey_part.thrd .journey_img_wappr img {
    width: 100%;
    max-width: 302px;
}

article.journey_part.thrd h3 {
    margin-top: 20px;
}

.sect_divd_img_wapp.three img.sect_divd_img {
    width: 100%;
    max-width: 550px;
    margin-top: -50px;
    transform: translateX(30px);
}

.sect_divd_img_wapp.three {
    text-align: center;
}

article.journey_part.fourth ul.journey_feat li {
    width: 100%;
    margin: 8px 0;
}

article.journey_part.fourth h3 span {
    color: #0a6dff;
}

article.journey_part.fourth .row {
    align-items: center;
}

img.sect_divd_img_mob.only_mob {
    display: none;
}

article.journey_part.fourth ul.journey_feat li h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

article.journey_part.fourth ul.journey_feat li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.sect_divd_img_wapp.four img.sect_divd_img {
    width: 100%;
    max-width: 614px;
}

.sect_divd_img_wapp.four {
    text-align: right;
}

.sect_divd_img_wapp.four img.sect_divd_img {
    width: 100%;
    max-width: 614px;
    margin-right: 15%;
    margin-top: 30px;
}

article.journey_part.fifth .journey_img_wappr {
    text-align: right;
}

article.journey_part.fifth .journey_img_wappr img {
    width: 100%;
    max-width: 320px;
}

article.journey_part.fifth .journey_text_wappr {
    width: 100%;
    max-width: 420px;
}

article.journey_part.fifth .row {
    align-items: center;
}

article.journey_part.fifth {
    padding-top: 20px;
}

.sect_divd_img_wapp.five img.sect_divd_img.only_desk {
    width: 100%;
    max-width: 399px;
    margin-left: 16%;
}

.result_sect {
    padding-top: 30px;
}

.results_box_area {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -10px;
}

.result_wapp_box {
    display: flex!important;
    flex-direction: row!important;
    padding: 40px 20px;
    background: #ffffff;
    box-shadow: -1px 10px 20px #c5d0d833;
    height: 100%;
    border-radius: 6px;
    transition: .5s;
}

.result_wapp_box .result_img_box {
    width: 60px;
}

.result_wapp_box .result_txt_box {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.result_wapp_box h3 {
    font-weight: 800;
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
}

.result_wapp_box p {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}


.result_wapp_box.fst h3 {
    color: #3f6864;
}

.result_wapp_box.snd h3 {
    color: #82455e;
}

.result_wapp_box.thrd h3 {
    color: #435377;
}

.download_btn_wapper button.btn.btn-primary {
    background: transparent;
    border: none;
    outline: none;
    color: #fb813e;
    font-size: 18px;
    font-weight: 700;
}

.download_btn_wapper button.btn.btn-primary iconify-icon {
    font-size: 22px;
    margin-right: 5px;
    transform: translateY(6px);
}

.download_btn_wapper button.btn.btn-primary:hover {
    color: #e96b24;
}

.download_btn_wapper {
    text-align: center;
    padding-top: 30px;
}

section.success_story_sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

.success_story_sect .section_title h2 {
    text-align: center;
}

.success_story_sect .section_title p {
    text-align: center;
    font-weight: 700!important;
    font-size: 18px!important;
    line-height: 24px!important;
    margin-top: 16px;
    color: #5a5b6a;
}

.success_story_sect .btn_wapper {
    text-align: center;
    margin-top: 50px;
}

.success_story_sect .btn_wapper a.th_btn.style_f {
    margin-right: 30px;
}

div#success_story .stdnt_img_box {
    height: 190px;
    width: 190px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

div#success_story .stdnt_img_box img {
    height: 190px;
    width: 190px;
    border-radius: 50%;
}

div#success_story .stdnt_info_box {
    width: calc(100% - 190px - 8px);
    display: inline-block;
    vertical-align: top;
    padding-left: 70px;
}

div#success_story {
    padding-top: 200px;
    color: #243342;
}

div#success_story .stdnt_info_box .comments_st {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #000;
    padding-left: 0;
}

div#success_story .student_name {
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 24px!important;
    margin-top: 5px;
}

div#success_story span.std_hike {
   font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    color: #19191d;
    background: transparent;
}

div#success_story .owl-dots .owl-dot.active span {
    background: #0a6dff;
}

div#success_story .owl-dots {
    margin-top: 30px !important;
}

section.plan_sect {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff;
}

.plan_row_wapp {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.plan_box {
    border: 1px solid #f0f0f1;
    box-shadow: -1px 10px 20px #c5d0d833;
    border-radius: 12px;
    padding: 15px 24px;
}

section.plan_sect .section_title {
    margin-bottom: 70px;
}

.plan_box span.title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #eaa30a;
}

.plan_box h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.plan_box .duration_box {
    border-right: 4px solid #eaa30a;
    background: #fff8ea;
    width: calc(100% + 24px);
    margin-left: -24px;
    padding-left: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.plan_box .duration_box p {
    font-size: 12px;
    line-height: 1.2;
}


.row.curriculum_row p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.row.curriculum_row a {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #fb813e;
}
.row.curriculum_row {
    margin-top: 15px;
    margin-bottom: 20px;
}

.plan_box ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.plan_box ul li iconify-icon {
    color: #0a6dff;
    font-size: 20px;
    transform: translateY(5px);
    margin-right: 10px;
}

.plan_box .row.price_row {
    margin-top: 18px !important;
        margin-bottom: 30px;
}

.plan_box .row.price_row h4 {
    font-weight: 700;
}

.plan_box .row.price_row p {
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
}

.plan_box .row.price_row span {
    font-weight: 700;
    font-size: 12px;
}

.plan_box .row.price_row .text-right {
    padding: 0;
}

a.th_btn.style_th {
    border: 1px solid #fb813e;
    color: #fff;
    border-radius: 6px;
    background: #fb813e;
    padding: 15px 32px;
}

a.th_btn.style_th:hover {
    border: 1px solid #df6421;
    background: #df6421;
}

.plan_box ul.plan_feat {
    margin-top: 14px;
}

.plan_box span.title.title_perk {
    padding-top: 50px;
    color: #000;
    font-weight: 700;
}

.plan_box ul.plan_feat li.disble {
    opacity: .4;
}

.plan_box.plan_box.premium .duration_box {
    background: #dee7fc;
    border-right: 4px solid #557cd9;
}

.plan_box.plan_box.premium span.title {
    color: #557cd9;
}

section.curriculum_sect {
    background: #F9F9FA;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.curriculum_sect .section_title {
    margin-bottom: 50px;
}

section.curriculum_sect .btn_wapper a.th_btn.style_f {
    margin-right: 20px;
}


.modal {
    z-index: 1061;
}

.modal-backdrop.show {
    z-index: auto !important;
    display: none!important;
}

.modal {
    z-index: 1061;
    background-color: #000000b3;
}

/*tab_slide_p*/


/*Menu*/
ul.tabs{float:left;clear:both;list-style:none;border-bottom:2px solid #00aeef;position:relative;font-size:1.061em;padding:0}
ul.tabs li{float:left}
ul.tabs li a{display:block;text-align:center;text-decoration:none;color:#666;padding:12px 20px;min-width:85px;font-weight:normal}
ul.tabs li.active a{color:#00aeef}
.tabsContainer{float:left;clear:both;width:100%;overflow:hidden;*position:relative}
.tabWrapper{position:relative;font-size:0rem;letter-spacing:-.31em;word-spacing:-.43em;white-space:nowrap;*width:300%}        
.tabContent{background-color:#d9dadb;min-height:300px;text-align:left;width:100%;padding:0px; position:relative;-webkit-box-shadow: inset 0px 0px 19px 0px rgba(0,0,0,0.75);-moz-box-shadow: inset 0px 0px 19px 0px rgba(0,0,0,0.75);box-shadow: inset 0px 0px 19px 0px rgba(0,0,0,0.75);}
.tabWrapper > * {display:inline-block;*display:inline;*zoom:1;font-size:1rem;letter-spacing:normal;vertical-align:top;word-spacing:normal;white-space:normal;*width:800px}
#magic-line {position:absolute;bottom:-2px;left:0;width:100px;height:4px;background:#00aeef}
/*Clear Fix*/
.tabs:after {visibility:hidden;display:block;content:"";clear:both;height:0}
*:first-child+html .tabs{zoom:1}

/* accordion */

.accordion dl dt {cursor: poMulish; padding: 0.5em;   transition-duration: 1s; transition-property: background; background: #fff; border-bottom: 1px solid #fff;}
.accordion dl dd {display: none; height: auto; margin-left: 0; padding: 1em; }
.accordion-nested {margin: -1em; }
.accordion-nested dl {width: 100%; margin-left: 0; }
.accordion-nested dl dt {background: rgba(132,109,77,.8)}
.accordion-nested .accordion-nested dl dt {background: rgba(132,109,76,.6)}
.accordion-nested .accordion-nested .accordion-nested dl dt {background: rgba(132,109,77,.4)}
.accordion-nested .accordion-nested .accordion-nested .accordion-nested dl dt {background: rgba(132,109,77,.2)}


.floating-label-group {
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
}

.floating-label {
		font-size: 13px;
		color: #cccccc;
		position: absolute;
		poMulish-events: none;
		top: 9px;
		left: 12px;
		transition: all 0.1s ease;
	}

.floating-label-group input:focus ~ .floating-label,
	.floating-label-group input:not(:focus):valid ~ .floating-label {
		top: -15px;
		bottom: 0px;
		left: 0px;
		font-size: 11px;
		opacity: 1;
		color: #404040;
	}


.gradient-container[_ngcontent-serverApp-c107] {
    background: linear-gradient(180deg,rgba(94,79,79,.42) 0%,rgba(11,15,19,0) 113.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-align: center;
    margin-top: 100px;
    padding-bottom: 100px;
}

.shimmer[_ngcontent-serverApp-c107] {
    font-size: 120px;
    font-style: normal;
    font-weight: 1000;
    line-height: 179.262px;
    background: radial-gradient(50% 50% at 50% 50%,rgba(217,217,217,.4) 0%,rgba(217,217,217,0) 100%);
    background-position: -4rem top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: animate_need;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-background-size: 125px 100%;
}



@keyframes animate_need {
    0%{background-position-x:0%}
    50%{background-position-x:100%}
    to{background-position-x:0%}
}

.curriculum_tab_area {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.curriculum_tab_area ul.tabs, .curriculum_tab_area .tabsContainer {
    float: none;
}

.curriculum_tab_area ul.tabs {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0,0,0,.12);
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.curriculum_tab_area ul.tabs li {
    width: calc(100% / 2);
}

.curriculum_tab_area ul.tabs li.active {
    border-bottom: 2px solid #0a6dff;
}

.curriculum_tab_area ul.tabs li a {
        font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000de;
    opacity: .8;
}

.curriculum_tab_area #magic-line {
    display: none;
}

.curriculum_tab_area ul.tabs li.active a {
    color: #0a6dff;
}

.curriculum_tab_area  .tabContent {
    box-shadow: none;
    background: none;
}

.curriculum_tab_area  .tabContent h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.curriculum_tab_area .accordion dl dt {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 14px 18px 18px 18px !important;
    border-radius: 6px;
    box-shadow: 5px 10px 10px -11px #e8e9e9;
    position: relative;
}

.curriculum_tab_area .accordion dl dt span {
    font-size: 14px;
    color: #5a5b6a;
}

.curriculum_tab_area .accordion dl dd {
    background: #fff;
}

.curriculum_tab_area .accordion .accordion-nested dl dt {
    background: none;
    box-shadow: none !important;
    font-size: 18px !important;
    margin-bottom: 3px !important;
    padding-bottom: 0 !important;
    font-weight: 500;
}

.curriculum_tab_area .accordion-nested {
    margin-top: -36px;
    background: #fff;
}

.curriculum_tab_area .tabContent .accordion-nested h4 {
    font-size: 14px;
}

.curriculum_tab_area .tabContent .accordion-nested p {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.2;
}

.curriculum_tab_area .accordion dl dt .toggle_icon_acc img.when_open {
    display: none;
}

.curriculum_tab_area .accordion dl dt .toggle_icon_acc img {
    width: 18px;
    height: 18px;
}

.curriculum_tab_area .accordion dl dt .toggle_icon_acc {
    position: absolute;
    top: 30px;
    right: 30px;
}

.curriculum_tab_area .accordion dl dt.now_open img.when_close {
    display: none;
}

.curriculum_tab_area .accordion dl dt.now_open img.when_open {
    display: block;
}

.curriculum_tab_area .accordion dl dt.now_open {
    box-shadow: none;
}

.curriculum_tab_area .accordion .accordion-nested dl dt .toggle_icon_acc {
    top: 15px;
}


.curriculum_tab_area .tabWrapper h4.title_de_tab {
    margin-bottom: 15px;
}

section.curriculum_sect .btn_wapper {
    margin-top: 0px;
    text-align: center;
}


section.instructors_sect {
    padding-top: 60px;
    background: #e6f0ff;
    padding-bottom: 120px;
}

.instructors_box_area {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.instructors_box {
    background: #fff;
    box-shadow: -1px 10px 20px #c5d0d833;
    text-align: center;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.instructors_box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.instructors_box  h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.instructors_box  p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.instructors_box .comp_logos img {
    width: 24px;
    height: 24px;
    border-radius: 0;
    margin: 10px;
}

.instructors_box .comp_logos {
    margin-top: 30px;
    margin-bottom: 15px;
}

.instructors_box .teaches {
    font-weight: 700!important;
    font-size: 12px!important;
    line-height: 16px!important;
    color: #9696a0;
}

p.prog_lang {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 5px;
}

section.instructors_sect .section_title {
    margin-bottom: 34px;
}


section.alumni_sect {
    background-image: url(../images/cplus/mask-group-20297.svg);
    background-color: #435377;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.alumni_sect .section_title h2 {
    color: #fff;
}

section.alumni_sect .section_title {
    margin-bottom: 80px;
}

div#alumni_scroll article.item_inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-left: 6px;
    margin-right: 6px;
}

#alumni_scroll .stdnt_img_box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

#alumni_scroll .stdnt_img_box img {
    width: 60px;
    height: 60px;
}

#alumni_scroll .stdnt_info_box {
    width: calc(100% - 60px - 8px);
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

#alumni_scroll .stdnt_info_box .student_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

#alumni_scroll .stdnt_info_box span {
    font-size: 14px;
    display: block;
}

.alumni_comment p {
    font-size: 14px;
    padding-top: 15px;
    color: #24336c;
}

section.alumni_sect .btn_wapper a.th_btn.style_s {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

section.alumni_sect .btn_wapper {
    margin-top: 90px;
}

section.doubt_sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.doubt_sect .container {
    box-shadow: -1px 10px 20px #c5d0d833;
    padding: 50px 20px 50px 20px;
}

section.doubt_sect .contact_form {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

section.doubt_sect .contact_form .form-control {
    height: 46px;
}

section.doubt_sect .contact_form .form-control {
    height: 48px;
    border: 1px solid !important;
    position: relative;
    z-index: 2;
    background: transparent;
}

section.doubt_sect .contact_form .floating-label {
    font-size: 15px;
    padding-top: 2px;
}

.floating-label-group input:focus ~ .floating-label,
	.floating-label-group input:not(:focus):valid ~ .floating-label {
		top: -24px;
		font-size: 13px;
	}

section.doubt_sect .contact_form input[type="submit"] {
        background: #19191d !important;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    border: #19191d 1px solid !important;
    padding: 14px 30px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    height: auto;
    width: auto !important;
}

section.doubt_sect .contact_form input[type="submit"]:hover {
    background: #fff !important;
    color: #19191d !important;
}

section.faq_sect {
    padding-top: 90px;
    padding-bottom: 30px;
}

section.faq_sect .section_title h2 {
    font-size: 36px;
}

section.faq_sect .section_title {
    margin-bottom: 50px;
}

.faq_area .accordion_item dt {
    
    position: relative;
    
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 0 10px;
    padding-right: 40px;
}

.faq_area .accordion_item {
    margin-bottom: 20px;
    padding: 20px 20px 20px 12px;
    border: 1px solid #f0f0f1;
    border-radius: 8px;
}

.faq_area .toggle_icon_acc {
    position: absolute;
    top: -2px;
    right: 10px;
}

.faq_area .toggle_icon_acc img {
    height: 20px;
    width: 20px;
}

.faq_area .toggle_icon_acc img.when_open {
    display: none;
}

.faq_area .accordion_item dt.now_open img.when_close {
    display: none;
}

.faq_area .accordion_item dt.now_open img.when_open {
    display: block;
}

.faq_area .accordion_item dt.now_open {
    font-weight: 700;
}

footer {
    color: #fff;
}
.area_de_footer_top {
    background-image: url(../images/cplus/1111mountain-33077.webp),linear-gradient(286deg,#262121 9.3%,#ae8975 331.33%);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 164px;
}

h5.footer_title {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
}

ul.page_menu_ft li a {
    color: #bbbcbd;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}

ul.page_menu_ft li {
     margin-bottom: 4px;
}

ul.page_menu_ft li a iconify-icon {
    transform: translateY(2px);
    color: #bbbcbd;
    opacity: 0;
}

ul.page_menu_ft li a:hover {
    color: #626466;
}

ul.page_menu_ft li a:hover iconify-icon {
    color: #626466;
    opacity: 1;
}

ul.contact_ul li iconify-icon {
    color: #bbbcbd;
    font-size: 20px;
}

ul.contact_ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #bbbcbd;
    padding-left: 10px;
}

ul.contact_ul li {
    display: flex;
    align-items: center;
}

ul.contact_ul li iconify-icon {
    color: #bbbcbd;
    font-size: 20px;
    transform: translateY(2px);
}

img.footer_main_logo {
    margin-bottom: 30px;
    width: 100%;
    max-width: 148px;
}

ul.contact_ul {
    margin-bottom: 24px;
}

ul.offering_ul li img {
    width: 100%;
    max-width: 148px;
    margin-bottom: 20px;
}

.footer_top {
    padding-left: 100px;
}

.footer_copyright {
    margin-left: 100px;
    border-top: 1px solid #ffffff21;
    margin-top: 15px;
    padding-top: 40px;
}

.footer_copyright p {
    color: #8e9091;
    font-size: 12px;
        
}

.footer_copyright iconify-icon {
    color: #8E9091;
    font-size: 30px;
}

.footer_copyright ul li {
    display: inline-block;
}

.footer_copyright ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer_btm {
    background: #1F1E1F;
    padding-top: 100px;
     color: #fff;
}

.footer_btm h3 {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #e8e9e9;
    margin-bottom: 20px;
    margin-top: 20px;
}

.row.imp_link_row h5 {
    font-size: 12px;
    line-height: 16px;
    color: #e8e9e9;
    font-weight: bold;
}

.row.imp_link_row a {
    
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #8e9091;
    text-decoration: underline;
}

.row.imp_link_row a span {
    border-right: 1px solid #8e9091;
    padding-left: 16px;
}
 

.row.imp_link_row .col-lg-9 a:nth-child(1) {
    margin-left: 0px;
}

ul.pament_img li {
    display: flex;
}

ul.pament_img li img {
    height: 24px;
    margin-right: 14px;
}

.row.imp_link_row {
    margin-bottom: 16px;
}

ul.pament_img.two li {
    justify-content: flex-end;
}

.fixed-page_navigation_area {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}

.fixed-page_navigation_area .container {
    padding: 0;
    filter: drop-shadow(-1px 10px 20px rgba(197,208,216,0));
    border-radius: 0;
}

.sale_fixd {
    background: #292a31!important;
    padding: 15px 0;
    display: none;
}

.fixed-page_navigation_area .sale_fixd {
    display: block;
}

.sale_fixd .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
}

.sale_fixd .container-fluid .row {
    align-items: center;
}

.sale_fixd a.th_btn.style_s {
    border: 1px solid #fb813e;
    color: #fff;
    border-radius: 6px;
    background: #fb813e;
    padding: 10px 20px;
    font-size: 14px;
}

.sale_fixd .p_head {
    color: #70aaff;
    font-size: 13px;
    margin: 0;
}

p.m_head {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.btn_col {
    text-align: right;
}


.countdown-label {
  color: #ffffff;
    text-align: center;
    display: inline-block;
    letter-spacing: 0;
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
}

#countdown {
    text-align: right;
    border-radius: 5px;
}



#countdown #tiles{
  position: relative;
    z-index: 1;
    text-align: right;
    padding: 0;
    border-radius: 5px 5px 0 0;
    font-size: 24px;
    display: block;
    color: #ffc147;
    
}


.color-full {
  background: #53bb74;
}
.color-half {
  background: #ebc85d;
}
.color-empty {
  background: #e5554e;
}

#countdown #tiles > span{
	width: 70px;
	max-width: 70px;

	padding: 18px 0;
	position: relative;
}

#countdown .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	bottom: 8px;
}

#countdown .labels li{
	width: 102px;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.count_timer {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.students_scroll_slider .stdnt_info_box {
    text-align: left;
}


/* course details */

.courses_body .right.sd_crs_right {
    width: 100%;
}

.heading_div.sml_hd h3 {
    font-size: 22px;
    line-height: 1.3;
}

.heading_div.sml_hd {
    margin-bottom: 0 !important;
}

.right.sd_crs_right .course_descp_area {
    background-color: #13b9d30d;
}

.right.sd_crs_right .card {
    border: 1px solid rgb(24 30 79 / 15%) !important;
}

.right.sd_crs_right .heading_div.sml_hd {
    margin-bottom: -10px !important;
}



.all_crs_sect .tab-wrapper {
	text-align: center;
	display: block;
	margin: auto;
}

.all_crs_sect .tabs {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
    float: none;
        border-bottom-width: 1px;
    flex-wrap: wrap;
}

.all_crs_sect .tab-link {
	margin: 0 1%;
    list-style: none;
    padding: 5px 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255,255,255,0.0);
    letter-spacing: 1px;
        font-size: 14px;
}

.all_crs_sect .tab-link:hover {
	color: #13b9d3;
	border-color: #13b9d3;
}

.all_crs_sect .tab-link.active {
    color: #13b9d3;
    border-color: #13b9d3;
}

/*
.all_crs_sect .tab-link:nth-of-type(1).active {
	color: #EE6534;
	border-color: #EE6534;
}

.all_crs_sect .tab-link:nth-of-type(2).active {
	color: #1790D2;
	border-color: #1790D2;
}

.all_crs_sect .tab-link:nth-of-type(3).active {
	color: #EEC63B;
	border-color: #EEC63B;
}
*/

.all_crs_sect .content-wrapper {
	padding: 40px 80px;
}

.all_crs_sect .tab-content {
	display: none;
	text-align: center;
	color: #888;
	font-weight: 300;
	font-size: 15px;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}

.all_crs_sect .tab-content.active {
	display: block;
    opacity: 1;
}

 .all_crs_sect {
    background-color: #181E4F;
    background-image: url(../images/image12.png);
    background-position: bottom left;
    background-repeat: no-repeat;
     padding-top: 50px;
     padding-bottom: 70px;
}

.all_crs_sect .heading_div.sml_hd h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.all_crs_sect .heading_div.sml_hd {
    margin-bottom: 30px !important;
}

.all_crs_sect .content-wrapper {
    padding: 0px 0px;
}

.all_crs_sect .content-wrapper h4.course_title {
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 8px;
}

.queries_sect.c_listing {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #fff;
}
 










