:root {
  --primary-color: #ffab03;
  --secoundry-color: #083465;
  --yellow-color: #ffab03;
  --white: #ffff;
}

::-moz-selection {
  background-color: var(--primary-color);
  color: var(--white);
}

::selection {
  background-color: var(--primary-color);
  color: var(--white);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 15px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no_space {
  padding-right: 0px;
  padding-left: 0px;
}

.sec {
  width: 100%;
  padding: 60px 0;
}

.main_btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.45s;
  background: var(--primary-color);
  border-radius: 3px;
  border: 2px solid transparent;
}

.main_btn:hover {
  color: #fff;
  background: var(--secoundry-color);
  box-shadow: 0 2px 10px 5px #97b1bf;
  border: 2px solid;
}

/************************** popup  ************************************/
.modal {
  top: 0%;
  background: rgba(0, 0, 0, 0.8705882353);
}

.modal-dialog {
  max-width: 600px;
  margin: 180px auto 0;
}

.pop_heading {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.modal-content:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%), url(img/dot.html) left top repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 85%;
  width: 100%;
  border-radius: 0 0 60% 60%;
}

.pop_heading h4 {
  font-size: 53px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--secoundry-color);
  padding: 0 0 0 30px;
}

.field {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}

span.pop_icon {
  position: absolute;
  color: var(--primary-color);
  left: 13px;
  top: 7px;
}

.field .form-control {
  width: 100%;
  border-radius: 0;
  padding: 3px 0 4px 37px;
  resize: none;
  border: 1px solid #999;
}

.modal-content {
  box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
  border-radius: 30px;
}

#popupform p {
  text-align: center;
  font-size: 14px;
  color: #004fd4;
  margin: 19px 0 0;
}

.modal-header {
  padding: 0;
  border: none;
}

button.pop_btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  background: var(--primary-color);
  padding: 10px 0;
  border: none;
  width: 100%;
  font-weight: 700;
}

button.close {
  background: url(img/cross.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  right: 15px;
  display: block;
  opacity: 1;
}

.background__thankyou {
  background: url(img/banner-main.webp) no-repeat 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* justify-content: center; */
}

.fade.in {
  overflow: hidden;
}

section.thank_you {
  padding: 40px;
}

.thankyou p {
  padding-bottom: 20px;
}

/************************** popup  ************************************/
.subjects_sect h2 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 5vw, 45px);
  text-align: center;
}

/*subjects css start*/
.subjects_sect.sec {
  padding: 70px 0;
  background: var(--secoundry-color);
  overflow: hidden;
}

@media (min-width: 1000px) {
  .list-subject .list_subject_line:first-child {
    margin-left: 0;
  }
}
.list_subject_line {
  width: 100%;
  white-space: nowrap;
  animation-name: slowmove !important;
  animation-iteration-count: infinite !important;
  animation-timing-function: linear !important;
  animation-direction: alternate !important;
  will-change: transform !important;
}

.list_subject_line:nth-child(even) {
  animation-name: move_reverse !important;
}

.list-subject {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}

.list-subject .list_subject_line:first-child {
  margin-left: 0;
  animation-duration: 45s;
}

.list-subject .list_subject_line:nth-child(2) {
  margin-left: -20px;
  animation-duration: 45s;
}

.list-subject .list_subject_line:nth-child(3) {
  margin-left: -40px;
  animation-duration: 45s;
}

.list-subject .list_subject_line:nth-child(4) {
  margin-left: -60px;
  animation-duration: 45s;
}

.list-subject .list_subject_line:nth-child(5) {
  margin-left: -80px;
  animation-duration: 45s;
}

.list-subject .list_subject_line:nth-child(6) {
  margin-left: -100px;
  animation-duration: 45s;
}

.list-subject .list_subject_line:nth-child(7) {
  margin-left: -120px;
  animation-duration: 45s;
}
@keyframes slowmove {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-70%);
  }
}
@keyframes move_reverse {
  0% {
    transform: translateX(-70%);
  }
  to {
    transform: translateX(0);
  }
}
.list_subject_line {
  width: 100%;
  white-space: nowrap;
  animation-name: slowmove;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  will-change: transform;
}

.listSubject_skill {
  padding: 0 20px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  border-radius: 11px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  transition: 0.2s all linear;
}

.list_subject_green {
  border-color: var(--tc1);
}

.list_subject_purple {
  border-color: var(--tc2);
}

.list_subject_blue {
  border-color: var(--tc2);
}

.list_subject_yellow {
  border-color: var(--tc1);
}

@media (min-width: 1000px) {
  .list-subject .list_subject_line:first-child {
    margin-left: 0;
  }
  .list-subject .list_subject_line:nth-child(2) {
    margin-left: -120px;
  }
  .list-subject .list_subject_line:nth-child(3) {
    margin-left: -240px;
  }
  .list-subject .list_subject_line:nth-child(4) {
    margin-left: -360px;
  }
  .list-subject .list_subject_line:nth-child(5) {
    margin-left: -480px;
  }
  .list-subject .list_subject_line:nth-child(6) {
    margin-left: -600px;
  }
  .list-subject .list_subject_line:nth-child(7) {
    margin-left: -720px;
  }
  .listSubject_skill {
    font-size: 16px;
    width: 216px;
    height: 76px;
    line-height: 76px;
    border-radius: 11px;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    white-space: normal;
    color: #fff;
  }
}
@media (min-width: 767px) {
  .s1_box {
    min-height: 630px;
  }
}
.listSubject_skill:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 1px;
}

/************************** header  ************************************/
.header {
  width: 100%;
  background: #fff;
}

.head_top {
  background: var(--secoundry-color);
  text-align: right;
  padding: 6px 0;
}

.head_top ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}

.head_top ul li a span {
  color: var(--yellow-color);
  margin: 0 10px 0 0;
}

.head_top ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.head_bot {
  padding: 3px 0;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.168627451);
  position: relative;
}

.logo {
  width: 100%;
}

.head_mid {
  margin: 16px 0;
  text-align: right;
}

.head_mid .navbar-nav > li {
  display: inline-block;
  float: none;
}

.main_navigation {
  width: 100%;
  padding: 9px 0;
}

.navbar-inverse {
  background-color: transparent;
  border: none;
}

.navbar-collapse.collapse {
  float: none;
  padding: 0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.dropdown-menu {
  padding: 8px 0;
  margin: 0;
  background-color: #fff;
  top: 58px;
}

.dropdown-menu > li > a {
  color: #000;
  text-align: left;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 300;
}

ul.dropdown-menu li {
  width: 100%;
  border-bottom: 1px dashed #ababab;
}

.caret {
  color: #495e57;
  margin-left: 9px;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #495e57;
  transition: 0.7s;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #000;
  background-color: transparent;
}

.nav.navbar-nav {
  display: block;
  margin: 0 auto;
}

.navbar-nav {
  float: none;
}

.navbar.navbar-inverse {
  margin-bottom: 0;
}

.navbar {
  min-height: auto;
}

.navbar-inverse .navbar-nav > li:nth-child(4) > a {
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  text-transform: uppercase;
  font-weight: 700;
}

/************************** banner  ************************************/
.banner {
  width: 100%;
  background: url(img/main_banner.jpg) no-repeat top center;
  padding: 100px 0 60px;
  position: relative;
  background-size: cover;
}

.ban_left {
  width: 100%;
}

.ban_ltop h1 {
  color: #fff;
  position: relative;
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}

.ban_lmid {
  width: 100%;
  margin: 30px 0 0;
}

.ban_ltop p {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-shadow: 1px 1px 1px #000;
  font-weight: 500;
}

.ban_guarantee {
  background: rgba(255, 255, 255, 0.8392156863);
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
}

.ban_guarantee h3 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  color: #000;
  font-weight: 700;
}

span.ban_icon {
  font-size: 15px;
  color: var(--secoundry-color);
}

.ban_btn {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}

.ban_btn a {
  border: 2px solid #fff;
  border-radius: 5px;
  background: var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
}

.ban_form {
  width: 100%;
  padding: 16px;
  background: var(--yellow-color);
  border-radius: 8px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2117647059);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.ban_form .form-control {
  height: auto;
  padding: 12px;
}

.ban_form p {
  text-align: center;
}

.ban_form button.ban_btn {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--primary-color);
  color: #000;
  margin: 10px 0 0;
}

.ban_form h3 {
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.ban_bot {
  width: 100%;
  margin: 30px 0 0;
  display: inline-block;
}

.ban_bot_left {
  width: 100%;
  margin: 30px 0 0 0;
}

.ban_bot_left a img {
  margin: 0 10px 0 0;
}

.ban_bot_right {
  width: 100%;
}

.ban_bot_rtext ul li {
  margin: 10px 0;
  position: relative;
  font-weight: 600;
}

.ban_bot_rtext ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #eb2929;
  position: absolute;
  margin-left: -20px;
  margin-top: 9px;
}

/************************** sec1 ************************************/
.h_sec1 {
  width: 100%;
}

.s1_top {
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
}

.s1_box {
  width: 100%;
  text-align: center;
  border: 3px solid var(--secoundry-color);
  border-radius: 6px;
  padding: 40px 10px 10px 10px;
  position: relative;
  min-height: 279px;
}

.s1_box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: var(--yellow-color);
  right: 0;
  top: 0;
  transition: 0.5s;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.s1_box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background: var(--yellow-color);
  left: 0;
  bottom: 0;
  transition: 0.5s;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.s1_box:hover::before,
.s1_box:hover::after {
  width: 100%;
}

.s1_box:hover span {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.368627451);
}

.s1_box span {
  background: var(--primary-color);
  padding: 8px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 40%;
  transition: linear 0.3s all;
  width: 60px;
  height: 60px;
  font-size: 25px;
  color: var(--white);
}

.s1_box h3 {
  margin: 0 0 10px;
  font-weight: 700;
}

.s1_btn {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

/************************** sec2 ************************************/
.h_sec2 {
  width: 100%;
}

.s2_top {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}

.s2_box {
  width: 100%;
}

.s2_box h3 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  background: var(--primary-color);
  color: #fff;
}

.s2_left {
  width: 100%;
  margin: 30px 0 0;
}

.s2_left h4 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
}

.s2_lbox {
  width: 100%;
  margin: 10px 0;
  border: 1px solid rgba(204, 204, 204, 0.4901960784);
  padding: 20px;
  box-shadow: 0px 4px 16px 0px #ccc;
}

.s2_lbox img {
  float: left;
  margin: 0 30px 0 0;
}

.s2_lbox ul li {
  display: inline-block;
  color: var(--secoundry-color);
}

.s2_lbox h5 {
  font-size: 20px;
  font-weight: 600;
}

.s2_right {
  width: 100%;
  margin: 30px 0 0;
}

.s2_right h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}

/************************** sec3 ************************************/
.h_sec3 {
  width: 100%;
}

.s3_left {
  width: 100%;
}

.s3_box {
  width: 100%;
  border: 2px solid #dee2e6;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
}

.s3_box span {
  font-size: 30px;
  font-weight: 500;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
}

.s3_box_right {
  width: 100%;
}

.s3_box_right h3 {
  font-weight: 700;
  font-size: 26px;
}

.s3_btn {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  display: inline-block;
}

/************************** sec4 ************************************/
.h_sec4 {
  width: 100%;
}

.s4_top {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}

.s4_left {
  width: 100%;
}

.s4_left h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}

.s4_left ul li {
  position: relative;
  margin: 5px 0 5px 20px;
}

.s4_left ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  left: -20px;
  bottom: 10px;
  border-radius: 50px;
}

/************************** sec5 ************************************/
.s5_top {
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
}

.s5_top h2 {
  margin: 0 0 10px;
}

.s5_box {
  width: 100%;
  margin: 15px 0;
}

.s5_box_right h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #000;
}

.s5_box_right p {
  height: 150px;
}

/************************** sec6 ************************************/
.h_sec6 {
  width: 100%;
  text-align: center;
  background: var(--secoundry-color);
}

.s6_box {
  width: 100%;
}

.s6_box h2 {
  color: #fff;
}

.s6_box ul li {
  position: relative;
  margin: 5px 20px 5px 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

.s6_box ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  left: -20px;
  bottom: 10px;
  border-radius: 50px;
}

.s6_btn {
  width: 100%;
  margin: 20px 0 0;
}

.s6_btn a {
  background: var(--primary-color);
  color: var(--white);
  border-radius: 50px;
  font-size: 20px;
  display: inline-block;
  width: 250px;
  font-weight: 500;
  height: 50px;
  padding: 2px;
  line-height: 48px;
}

.s6_btn a span {
  float: left;
  font-size: 22px;
  color: #3a435d;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
  width: 45px;
  height: 45px;
  display: inline-block;
}

.s6_mail a {
  color: #fff;
  font-size: 22px;
  margin: 20px 0 0;
  display: inline-block;
}

.s6_mail a span {
  margin: 0 15px 0 0;
  font-size: 24px;
}

/************************** sec7 ************************************/
.s7_top {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}

.s7_box {
  width: 100%;
  border: 1px solid #495e57;
  padding: 20px;
  margin: 0 0 30px;
  transition: linear 0.3s all;
}

.s7_box ul li {
  display: inline-block;
  color: #495e57;
}

.s7_box h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.s7_box img:last-child {
  float: right;
  border-radius: 100px;
  margin: -20px 0 0;
}

.s7_box img:nth-child(2n+2) {
  margin: -15px 0 0 10px;
}

.s7_box:hover {
  box-shadow: 0 4px 20px 0 #000;
}

/*inner section*/
.inner_page_banner {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

.inner_page_banner h3 {
  font-size: 32px;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}

.terms_section {
  width: 100%;
  padding: 40px 0;
}

.terms_section h3 {
  margin: 20px 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.terms_section p {
  margin: 0 0 15px;
  color: #666;
  font-size: 16px;
}

.terms_section ul li:before {
  content: "";
  position: absolute;
  left: -23px;
  background: #ff7315;
  width: 1%;
  height: 4px;
  border-radius: 50px;
  top: 10px;
}

.terms_section ul li {
  list-style: none;
  font-size: 16px;
  margin: 0 0 20px;
  position: relative;
  color: #666;
}

.terms_section ul li a {
  color: #102a45;
}

.terms_section .form-control {
  resize: none;
  border-radius: 10px;
  border: 2px solid #555555;
}

.terms_section_form {
  width: 100%;
}

.terms_section_form h5 {
  font-size: 22px;
  margin: 0 0 30px;
}

.terms_s_left {
  width: 100%;
  padding: 90px 0;
}

.terms_s_left h3 {
  font-size: 29px;
  margin: 0 0 30px;
  line-height: 37px;
}

.terms_s_left p {
  font-size: 20px;
  font-weight: 500;
  color: #666;
}

button.cont_but {
  font-size: 18px;
  background: #f7d022;
  color: #000;
  border-radius: 10px;
  padding: 9px 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5294117647);
  transition: 0.3s ease-in;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  border: none;
}

button.cont_but {
  font-size: 18px;
  background: var(--primary-color);
  color: #000;
  border-radius: 0;
  padding: 12px 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5294117647);
  transition: 0.3s ease-in;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  border: none;
}

/************************** Footer  ************************************/
a footer {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.foot_top {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 40px;
  background: var(--secoundry-color);
}

.foot_mid {
  background: #111;
  padding: 30px 0;
}

.foot_mbox {
  text-align: left;
  color: #fff;
}

.foot_mbox h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.foot_bot {
  background: #000;
  color: #000;
  width: 100%;
  padding: 10px 0;
}

.foot_bot p {
  text-align: center;
  color: #fff;
}

.foot_box img {
  margin: 20px 0 0;
}

.foot_box {
  width: 100%;
}

.foot_box h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  color: var(--white);
}

.foot_box p {
  color: #fff;
}

.foot_box h3:before {
  content: "";
  bottom: -2px;
  right: 50%;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 20%;
  background: var(--primary-color);
}

.foot_box ul {
  padding: 0 0 0 18px;
}

.foot_box ul li {
  line-height: 30px;
  position: relative;
}

.foot_box ul li a {
  color: #fff;
  transition: linear 0.2s;
  text-transform: capitalize;
}

.foot_box ul li a:hover {
  font-size: 16px;
  color: #fff;
}

.foot_box ul li:hover:before {
  transform: rotate(180deg);
}

/************************** inner_sec1  ************************************/
.inner_sec1 {
  width: 100%;
}

.in_s1_box {
  width: 100%;
  text-align: center;
}

.in_s1_box h2 {
  margin: 0 0 20px;
}

/************************** inner_sec2  ************************************/
.in_s2_top {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}

.in_s2_top h2 {
  margin: 0 0 10px;
  color: #2a7bba;
}

.in_s2_box {
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px;
  height: 200px;
  border-radius: 5px;
}

.in_s2_box h4 {
  margin: 20px 0 0;
  color: #495e57;
}

.owl-pagination {
  display: inline-block;
  margin: 20px 0 0;
}

.owl-theme .owl-controls .owl-page span {
  background-color: #3280bd;
  width: 35px;
  height: 8px;
}

/************************** inner_sec3  ************************************/
.inner_sec3 {
  width: 100%;
  background: #f4f4f4 url(img/in_s3_img1.html) no-repeat;
  background-size: contain;
  background-position: bottom;
}

.in_s3_top {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}

.in_s3_box {
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.04);
  margin: 10px 0;
  padding: 30px;
  border-radius: 30px;
  height: 300px;
}

.in_s3_box h3 {
  font-size: 20px;
  color: #2a7bba;
  margin: 0 0 5px;
}

.in_s3_box p {
  text-align: justify;
  line-height: 26px;
}

/************************** inner_sec4  ************************************/
.in_s4_top {
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
}

.in_s4_box {
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #dee2e6;
  padding: 30px;
  height: 320px;
}

.in_s4_box h3 {
  font-size: 20px;
  text-align: center;
  color: #f27a00;
  font-weight: 600;
  margin: 0 0 10px;
}

.s4_box_bot {
  width: 100%;
  background: #f27a00;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.s4_box_bot ul li {
  display: inline-block;
  font-size: 20px;
}

.in_s4_box p {
  overflow-y: scroll;
  height: 150px;
  padding: 20px;
}

.box2 h3 {
  color: #2a7bba;
}

.bot2 {
  background: #2a7bba;
}

.in_s4_box p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.in_s4_box p::-webkit-scrollbar {
  width: 6px;
  border-radius: 30px;
  background-color: #f5f5f5;
}

.in_s4_box p::-webkit-scrollbar-thumb {
  background-color: #f27a00;
  border-radius: 30px;
}

/************************** inner_sec5  ************************************/
.inner_sec5 {
  width: 100%;
  background: #2a7bba;
}

.in_s5_top {
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
}

.in_s5_top h2 {
  color: #fff;
}

.in_s5_box {
  width: 100%;
  background: #fff;
  padding: 16px 0 10px;
  border-radius: 5px;
}

.in_s5_box h4 {
  width: 85%;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.in_s5_box span {
  background-color: #f7fcfe;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top: -25px;
  color: #f27a00;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

.in_s5_btn {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

/************************** inner_sec8  ************************************/
.in_s8_top {
  text-align: center;
  margin: 0 0 30px;
}

.in_s8_top h2 {
  color: #2a7bba;
  margin: 0 0 10px;
}

.accordion_head span {
  float: right;
  color: #ff9800;
}

.accordion_head {
  line-height: 36px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0.3px rgba(0, 0, 0, 0.16);
  margin: 10px 0px 0px;
  padding: 10px 10px 10px 20px;
  cursor: pointer;
}

.accordion_head:after {
  content: "";
  background-image: linear-gradient(to right, #00eda4, #6a7df1);
  opacity: 0;
}

.accorion_head:hover:after {
  opacity: 1;
}

.accordion_body {
  background: #fff;
  margin: 0 0 14px 0;
}

.accordion_body p {
  padding: 10px 5px;
}

@media screen and (max-width: 980px) {
  .s6_box ul {
    text-align: start;
  }
  h2 {
    font-size: 22px;
  }
  .sec {
    padding: 40px 0;
  }
  .logo {
    margin: 7px 0;
    width: 250px;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 12px 18px;
  }
  .main_btn {
    padding: 6px 40px;
  }
  .banner {
    padding: 50px 0 80px;
  }
  .banner::before {
    left: -70%;
  }
  .ban_ltop h1 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .ban_lmid {
    margin: 10px 0 0;
  }
  .ban_guarantee {
    text-align: center;
    padding: 5px;
  }
  .ban_guarantee h3 {
    margin: 5px 0 0;
    display: block;
  }
  .ban_form {
    padding: 15px;
    margin-top: 20px;
  }
  .ban_form h3 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 22px;
  }
  .ban_form .form-control {
    padding: 8px;
  }
  .ban_form button.ban_btn {
    padding: 8px;
  }
  .s1_box img {
    left: 35%;
  }
  .s1_box h3 {
    font-size: 20px;
  }
  .s1_box p {
    height: 350px;
  }
  .s2_left {
    padding: 20px;
  }
  .s2_lbox {
    text-align: center;
  }
  .s2_lbox img {
    float: none;
    margin: 0;
  }
  .s3_box span {
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 30px;
  }
  .s3_box_right h3 {
    font-size: 22px;
  }
  .s5_box_right p {
    height: 180px;
  }
  .s6_mail a {
    margin: 10px 0 0;
    font-size: 20px;
  }
  .s7_box {
    margin: 0;
  }
  .s7_box h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .foot_top {
    padding: 40px 0;
  }
  .foot_box h3 {
    margin: 0 0 10px;
    padding-bottom: 5px;
  }
  .foot_box p {
    margin: 0 0 30px;
  }
  .foot_bot {
    padding: 10px 0;
  }
  .inner_sec2 {
    overflow: hidden;
  }
  .in_s3_box h3 {
    font-size: 18px;
    font-weight: 700;
  }
  .in_s3_box {
    padding: 20px;
    text-align: center;
  }
  .in_s4_top {
    margin: 0 0 30px;
  }
  .in_s5_box {
    text-align: center;
  }
  .in_s5_box span {
    left: 0;
  }
  #CaptchaDiv0 {
    width: 16%;
    padding: 9px 7px;
  }
  .capbox-inner0 {
    width: 78%;
    margin: 0 0 0 10px;
  }
  #CaptchaInput0 {
    margin: 0 0 0 7px;
    width: 55px;
  }
  .terms_s_left {
    padding: 0;
  }
  .rev_s1_left {
    margin: 0 0 20px;
  }
  .ser1_box {
    margin: 20px 0;
  }
  .head_mid {
    margin: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
  .sec {
    padding: 30px 0;
  }
  .navbar-toggle {
    margin: -67px 0 0;
    background-color: var(--primary-color);
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 8px 0;
    text-align: center;
  }
  .head_mid .navbar-nav > li {
    display: block;
  }
  .dropdown-menu > li > a {
    text-align: center;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #194775;
    font-weight: 500;
  }
  .head_btn {
    display: none;
  }
  .banner {
    padding: 30px 0;
  }
  .banner::before {
    display: none;
  }
  .ban_ltop h1 {
    font-size: 24px;
  }
  .ban_guarantee h3 {
    margin: 10px 0 0;
    display: block;
  }
  .ban_btn a {
    display: block;
  }
  .ban_right {
    margin: 30px 0 0;
  }
  .s1_top h2 {
    margin: 0 0 10px;
  }
  .s1_box {
    margin: 0 0 50px;
  }
  .s1_box img {
    left: 40%;
  }
  .s1_box p {
    height: 250px;
  }
  .s1_btn {
    margin: 0;
  }
  .s2_box h3 {
    font-size: 20px;
  }
  .s2_left h4 {
    margin: 0;
    font-size: 20px;
  }
  .s2_lbox h5 {
    font-size: 18px;
  }
  .s2_right h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .s1_btn {
    margin: 30px 0 0;
  }
  .s3_right {
    margin: 30px 0 0;
  }
  .s3_box {
    margin: 20px 0;
  }
  .s3_box_right h3 {
    margin: 10px 0;
  }
  .s3_btn {
    margin: 0;
  }
  .s4_top {
    margin: 0 0 10px;
  }
  .s4_top h2 {
    text-align: left;
  }
  .s4_left h3 {
    margin: 10px 0;
  }
  .s4_right {
    display: none;
  }
  .s5_top {
    margin: 0 0 20px;
  }
  .s5_bot {
    text-align: center;
  }
  .s5_box_right h3 {
    margin: 10px 0;
  }
  .s5_box_right p {
    height: auto;
  }
  .s6_box h2 {
    margin: 0 0 20px;
  }
  .s6_box ul li {
    display: block;
  }
  .s6_box ul li::before {
    /* left: 10px; */
  }
  .s6_btn a {
    margin: 5px 0;
  }
  .s6_mail a {
    font-size: 18px;
  }
  .s6_mail a span {
    font-size: 20px;
  }
  .s7_top h2 {
    margin: 0 0 10px;
  }
  .s7_box {
    text-align: center;
  }
  .foot_top {
    padding: 30px 0;
  }
  .foot_box p {
    margin: 0;
  }
  .foot_box h3 {
    margin: 20px 0 10px;
  }
  .footer__contact {
    margin: 20px 0 10px;
  }
  .in_s3_img {
    display: none;
  }
  .in_s4_box {
    padding: 20px;
    height: 270px;
  }
  .in_s5_box {
    text-align: center;
    margin: 10px 0;
  }
  .in_s5_box span {
    left: 15px;
    top: -6px;
  }
  .terms_section_form {
    width: 100%;
    margin: 40px 0 0;
  }
  .modal-dialog {
    max-width: 300px;
    margin: 70px auto 0;
  }
  .pop_heading h5 {
    font-size: 10px;
    margin: 0;
    border-left: none;
    padding: 0 0 0 30px;
  }
  .pop_heading h4 {
    font-size: 12px;
  }
  .pop_heading {
    padding: 0;
  }
  .modal-body p {
    display: none;
  }
  #CaptchaDiv0 {
    width: 100%;
  }
  .capbox-inner0 {
    width: 100%;
    margin: 0 0 0 0px;
  }
  #CaptchaInput0 {
    width: 38px;
    margin: 1px 0px 1px 20px;
  }
  button.cont_but {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .s1_box {
    height: 326px;
  }
}
@media screen and (max-width: 1024px) {
  .s1_box {
    height: 450px;
  }
}
@media screen and (max-width: 375px) {
  .s1_box {
    height: 450px;
  }
}
.ban_submit {
  font-weight: 900;
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 49px;
  background-color: var(--secoundry-color);
  color: #fff;
  font-size: 20px;
}

.ban_submit:hover {
  background-color: black;
  /* border: 2px solid #fff; */
  color: #fff;
}

/* .socialMedia img{
    width: 25px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
}
.socialMedia a{

    color: #fff;
} */
.contactSec h3 {
  font-size: 32px;
  color: black;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 40px;
}

.contactSec .info li i {
  margin-top: 6px;
  color: var(--yellow-color);
  border: 1px solid var(--yellow-color);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19.2px;
}

.formStyle .custom-submit-style {
  width: 100%;
  height: 48px;
  border-radius: 6px !important;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
  border: none;
  background-color: var(--secoundry-color);
  font-size: 20px;
}

.formStyle .custom-submit-style:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.contactSec .info {
  margin-top: 2rem;
}

.contactSec .info li a {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.contactSec .info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.contactSec {
  padding-top: 69px;
  padding-bottom: 69px;
}

.formStyle .form-control {
  height: 35px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.formStyle label {
  font-size: 16px;
  font-weight: 500;
  color: #464646;
  margin-bottom: 4px;
}

.formStyle textarea.form-control {
  height: 80px;
}

.socialMedia {
  display: flex;
  gap: 10px;
  flex-direction: row;
  margin: 14px 0px;
}

.socialMedia li i {
  margin-top: 6px;
  color: var(--yellow-color);
  border: 1px solid var(--yellow-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 19.2px;
  border-radius: 50%;
}

.socialMedia li i:hover {
  background-color: var(--yellow-color);
  color: var(--secoundry-color);
}

.ban_form span {
  color: var(--secoundry-color);
  animation: lighing ease infinite 2s;
  font-weight: bold;
}

@keyframes lighing {
  0% {
    color: #ff0000;
  }
  50% {
    color: var(--black);
  }
  50% {
    color: #ff0000;
  }
}
.ban_form h3::after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: var(--secoundry-color);
  position: absolute;
  top: 60px;
  right: 22px;
}

.ban_form h3::before {
  content: "";
  width: 32px;
  height: 1px;
  background-color: var(--secoundry-color);
  position: absolute;
  top: 60px;
  left: 22px;
}

@media screen and (max-width: 1024px) {
  .ban_form h3::after {
    display: none;
  }
  .ban_form h3::before {
    display: none;
  }
}
.navbar-nav-lpa {
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.rowFlex {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.contactLp {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.contactLp li i {
  color: var(--secoundry-color);
  font-size: 20px;
  margin-right: 10px;
  margin-top: 5px;
}

.contactLp li a {
  color: var(--secoundry-color);
  font-size: 20px;
}

.contactLp li:nth-child(1) {
  background-color: transparent;
  padding: 7px;
  border-radius: 7px;
  font-weight: bold;
  color: #fff;
  border: 1px solid var(--secoundry-color);
  display: flex;
  justify-content: end;
  align-items: center;
}

.contactLp li:nth-child(2) {
  background-color: var(--primary-color);
  padding: 7px 20px;
  border-radius: 7px;
  font-weight: bold;
  color: #fff !important;
}

.head_lp {
  padding: 10px 0;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.168627451);
  position: relative;
}

.foot_boxlp li {
  list-style: none;
  display: inline-block;
  color: #fff;
}

.foot_boxlp li a {
  color: #fff;
}

.copyRihght p {
  float: left;
}

.foot_boxlp ul {
  float: right;
}

@media screen and (max-width: 570px) {
  .responsive__class li {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    text-align: center;
  }
  .responsive__class li a {
    /* width: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .responsive__class li i {
    /* width: 50px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    margin: auto auto !important;
    padding: 0 !important;
  }
  .responsive__class .remove__on__mobile__screen {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .copyRihght p {
    float: none;
  }
  .foot_boxlp ul {
    float: none;
    text-align: center;
  }
}
.banner-content ul li i {
  color: var(--secondry);
  font-size: 14px;
  margin-right: 5px;
}

.banner-content ul li {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 13px;
}

.banner_parah p {
  position: relative;
}

.banner_parah p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 2px;
  margin-bottom: -15px;
  background-color: #636160;
}

.banner_parah p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--yellow-color);
  width: 76px;
  height: 6px;
  z-index: 1;
  margin-bottom: -15px;
}

.ban_ltop ul li i {
  color: var(--yellow-color);
  margin: 0px 7px 20px 0px;
}

.ban_ltop ul {
  margin-top: 32px;
  color: #fff;
}

.h-auto {
  height: auto;
}

.ban_form h2 {
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.ban_form h2::before {
  content: "";
  width: 32px;
  height: 1px;
  background-color: var(--secoundry-color);
  position: absolute;
  top: 60px;
  left: 22px;
}

.ban_form h2::after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: var(--secoundry-color);
  position: absolute;
  top: 60px;
  right: 22px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-flex::before, .row-flex::after {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.object-fit-content {
  -o-object-fit: contain;
     object-fit: contain;
}

.iti {
  width: 100%;
}
.iti span {
  color: inherit;
  animation: none;
  font-weight: inherit;
  font-size: 14px;
}

.form-error {
  border: 2px solid red !important;
}

.form-error::-moz-placeholder {
  color: red;
}

.form-error::placeholder {
  color: red;
}

.footer__contact ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.footer__contact h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
  color: var(--white);
}

.footer__contact p {
  color: var(--white);
}

.footer__contact h3:before {
  content: "";
  bottom: -2px;
  right: 50%;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 42%;
  background: var(--primary-color);
}

.footer__contact ul li a {
  color: #ffffff;
}

.footer__contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.footer__contact i {
  margin-top: 6px;
  color: var(--secoundry-color);
  border: 1px solid var(--yellow-color);
  background-color: var(--primary-color);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14.2px;
  border-radius: 50%;
}

footer .footerLinks a:after {
  position: absolute;
  content: "";
  left: -20px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid var(--primary-color);
  border-bottom: 5px solid transparent;
}/*# sourceMappingURL=style.css.map */