/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
h1,
.h1 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}

h2,
.h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

h1 a:hover,
a.h1:hover,
h2 a:hover,
a.h2:hover,
h3 a:hover,
a.h3:hover,
h4 a:hover,
a.h4:hover,
h5 a:hover,
a.h5:hover,
h6 a:hover,
a.h6:hover {
  color: #f16001;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  line-height: 1.4;
}

p {
  line-height: 1.75;
}

a:focus,
button:focus {
  outline: 0;
}

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

a:hover {
  text-decoration: none;
  color: initial;
}

ol,
ul {
  list-style-position: inside;
}

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

body {
  color: #4e6b7b;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
}

::selection {
  color: #ffffff;
  background-color: #d85601;
  text-shadow: none;
}

:focus {
  outline: 0;
}

/*------------------------------------------------------------------
 # default styles
-------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container-lg {
    max-width: 1300px;
  }
}
.section-padding {
  padding: 40px 0;
}
.section-padding.pb-fix {
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .section-padding {
    padding: 90px 0;
  }
  .section-padding.pb-fix {
    padding-bottom: 60px;
  }
}

.has-line {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.has-line::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b80000;
  z-index: -1;
}
.has-line.line-primary::after {
  background-color: #f16001;
}

.section-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #283350;
  margin-top: 0;
  word-break: unset;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
    margin-top: -5px;
  }
}
.section-title.has-line::after,
.section-title .has-line::after {
  bottom: -2px;
}
@media (max-width: 767px) {
  .section-title.has-line::after,
  .section-title .has-line::after {
    bottom: 5px;
  }
}

.text-xl {
  font-size: 80px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-xl {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .text-xl {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .text-xl {
    font-size: 36px;
  }
}

.text-lg {
  font-size: 65px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-lg {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 42px;
  }
}

.social-icons li {
  display: inline-block;
}
.social-icons li:not(:last-child) {
  border-right: 1px solid #a8a8a8;
}
.social-icons a {
  padding: 2px 13px;
  color: #4e6b7b;
}
.social-icons a:hover {
  color: #f16001;
}
.social-icons.text-white a {
  color: #ffffff;
}
.social-icons.text-white a:hover {
  color: #ffffff;
  opacity: 0.5;
}

.custom-select:focus,
.form-control:focus {
  box-shadow: none;
}

.form-control {
  height: 55px;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.form-control:focus {
  border-color: #999;
}

textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-radio-group {
  width: 50%;
  border: 1px solid #ced4da;
  width: 100%;
}
.custom-radio-group .custom-radio {
  padding: 15px;
  padding-left: 40px;
  width: 100%;
  height: 55px;
  position: relative;
}
.custom-radio-group .custom-radio label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  line-height: 55px;
  width: calc(100% - 40px);
}
.custom-radio-group .custom-radio label::before {
  top: calc(50% - 8px);
}
.custom-radio-group .custom-radio:not(:last-child) {
  border-right: 1px solid #ced4da;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f16001;
  background-color: #f16001;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 1, 0.25);
}

.pagination .page-item .page-link {
  padding: 13px 0;
  color: #4e6b7b;
  border: 0;
  background-color: #ffffff;
  margin: 5px;
  width: 45px;
  text-align: center;
  border-radius: 5px;
  box-shadow: none !important;
}
.pagination .page-item .page-link:hover {
  background-color: #f16001;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #f16001;
  color: #ffffff;
}

.owl-carousel img {
  width: auto !important;
}

.owl-dots button {
  height: 15px;
  width: 19px;
  margin-top: 30px;
  margin-right: 15px;
  transition: 0.3s ease-out;
  opacity: 0.5;
}
.owl-dots button span {
  display: block;
  height: 100%;
  width: 100%;
  background: #f16001;
  border-radius: 10px;
}
.owl-dots button.active {
  width: 35px;
  opacity: 1;
}

.has-dots-center .owl-dots {
  text-align: center;
}

.nav-arrows {
  user-select: none;
}
.nav-arrows span {
  border: 2px solid;
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
  font-size: 18px;
  justify-content: center;
  transition: 0.3s;
}
.nav-arrows span.active {
  color: #f16001;
  border-color: #f16001;
}
.nav-arrows span:hover {
  color: #f16001;
  border-color: #f16001;
  transform: translateY(-3px);
}
.nav-arrows span.fa-chevron-left {
  padding-right: 2px;
  margin-left: 0;
}
.nav-arrows span.fa-chevron-right {
  padding-left: 2px;
  margin-right: 0;
}
.nav-arrows.arrow-vcentered span {
  position: absolute;
  top: calc(50% - 19px);
  left: -50px;
}
.nav-arrows.arrow-vcentered span.fa-chevron-right {
  left: auto;
  right: -50px;
}
@media (max-width: 991px) {
  .nav-arrows.arrow-vcentered {
    text-align: center;
  }
  .nav-arrows.arrow-vcentered span {
    position: static;
    margin-top: 25px;
  }
}

.hover-grayscale img {
  transition: 0.3s;
}
.hover-grayscale:hover img {
  filter: grayscale(1);
}

.has-outline-primary img {
  border: 2px solid #f16001;
  padding: 3px;
}

.img-line-box {
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
  z-index: 1;
}
.img-line-box::after {
  position: absolute;
  content: "";
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  border: 3px solid #f16001;
  top: 0;
  left: 0;
  z-index: -1;
}

.widget {
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  background-color: #00a5b8;
  color: #ffffff;
  font-weight: 600;
  padding: 11px 20px;
}

.widget-list li a {
  padding: 10px 20px;
  display: block;
  color: #4e6b7b;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
.widget-list li a:hover {
  color: #f16001;
}
.widget-list li:last-child a {
  border-bottom: 0 !important;
  margin-bottom: 10px;
}

.input-group.rounded-pill .form-control {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0;
  padding-left: 20px;
}
.input-group.rounded-pill .form-control:focus + .input-group-append button {
  border-color: #999;
}
.input-group.rounded-pill .input-group-append button {
  border-left: 0;
  padding-right: 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: 0.3s;
}

/*------------------------------------------------------------------
 # helper classes
-------------------------------------------------------------------*/
.font-primary {
  font-family: "Poppins", sans-serif;
}

.rounded-sm {
  border-radius: 5px !important;
}

.rounded {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 25px !important;
}

.shadow {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.line-hight-0 {
  line-height: 0.9;
}

.text-underline {
  text-decoration: 1px dashed;
}

a.text-underline:hover {
  text-decoration-style: solid;
}

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

.border-dark {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.has-overlay {
  position: relative;
  z-index: 1;
}
.has-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.text-light {
  color: #f7f2dd !important;
}

a.text-light:hover {
  color: #f16001 !important;
}

.bg-light {
  background-color: #f7f2dd !important;
}

.bg-gray {
  background-color: #f5f5f5 !important;
}

.text-blue {
  color: #001e92 !important;
}

a.text-blue:hover {
  color: #f16001 !important;
}

.bg-blue {
  background-color: #001e92 !important;
}

.text-primary {
  color: #f16001 !important;
}

a.text-primary:hover {
  color: #be4c01 !important;
}

.bg-primary {
  background-color: #f16001 !important;
}

.text-secondary {
  color: #001b61 !important;
}

a.text-secondary:hover {
  color: #f16001 !important;
}

.bg-secondary {
  background-color: #001b61 !important;
}

.text-tertiary {
  color: #00a5b8 !important;
}

a.text-tertiary:hover {
  color: #f16001 !important;
}

.bg-tertiary {
  background-color: #00a5b8 !important;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}

.text-black-100 {
  color: #111111;
}

.bg-black-100 {
  background-color: #111111;
}

.bg-black-200 {
  background-color: #222222;
}

.text-black-200 {
  color: #222222;
}

.bg-black-300 {
  background-color: #333333;
}

.text-black-300 {
  color: #333333;
}

.text-black-400 {
  color: #444444;
}

.bg-black-400 {
  background-color: #444444;
}

.text-black-500 {
  color: #555555;
}

.bg-black-500 {
  background-color: #555555;
}

.text-black-600 {
  color: #666666;
}

.bg-black-600 {
  background-color: #666666;
}

.text-black-700 {
  color: #777777;
}

.bg-black-700 {
  background-color: #777777;
}

.text-black-800 {
  color: #888888;
}

.bg-black-800 {
  background-color: #888888;
}

.text-black-900 {
  color: #999999;
}

.bg-black-900 {
  background-color: #999999;
}

a.text-link {
  color: #4e6b7b;
}
a.text-link:hover {
  color: #f16001;
}

/*------------------------------------------------------------------
 # spacing classes
-------------------------------------------------------------------*/
.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.m-25 {
  margin: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.p-25 {
  padding: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.p-35 {
  padding: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.m-45 {
  margin: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.p-45 {
  padding: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.m-55 {
  margin: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.p-55 {
  padding: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.m-65 {
  margin: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.p-65 {
  padding: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.m-70 {
  margin: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-70 {
  padding: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

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

.m-75 {
  margin: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.p-75 {
  padding: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-85 {
  margin: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.p-85 {
  padding: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.m-90 {
  margin: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.p-90 {
  padding: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.m-95 {
  margin: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.p-95 {
  padding: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-105 {
  margin: 105px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.p-105 {
  padding: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.m-110 {
  margin: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.p-110 {
  padding: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.m-115 {
  margin: 115px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.p-115 {
  padding: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.m-120 {
  margin: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.p-120 {
  padding: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.border-1-main {
  border-bottom: 2px solid rgba(241, 96, 1, 0.5);
}

.btn {
  font-size: 15px;
  padding: 14px 30px;
  color: #ffffff;
  border-radius: 0px;
  border: 0;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn:active,
.btn:focus {
  border: 0;
  box-shadow: none !important;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.btn-sm {
  padding: 12px 25px;
}
.btn.btn-lg {
  font-size: 16px;
  padding: 18px 40px;
}
@media (max-width: 767px) {
  .btn.btn-lg {
    font-size: 14px;
    padding: 14px 30px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease-out;
  z-index: -1;
}
.btn:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn.btn-primary {
  background-color: #f16001 !important;
}
.btn.btn-primary:hover::after,
.btn.btn-primary:active::after,
.btn.btn-primary:focus::after {
  color: #ffffff;
  background-color: #d85601 !important;
}
.btn.btn-secondary {
  background-color: #001b61 !important;
}
.btn.btn-secondary:hover::after,
.btn.btn-secondary:active::after,
.btn.btn-secondary:focus::after {
  color: #ffffff;
  background-color: #001448 !important;
}
.btn.btn-outline-primary {
  color: #f16001;
  background-color: transparent;
  border: 2px solid #f16001;
}
.btn.btn-outline-primary:hover {
  color: #ffffff;
}
.btn.btn-outline-primary:active::after,
.btn.btn-outline-primary:hover::after,
.btn.btn-outline-primary:focus::after {
  background-color: #f16001 !important;
}
.btn.btn-blue {
  background-color: #001e92;
}
.btn.btn-blue:hover {
  color: #ffffff;
}
.btn.btn-blue:active::after,
.btn.btn-blue:hover::after,
.btn.btn-blue:focus::after {
  background-color: #001b61 !important;
}
.btn.btn-link:hover {
  color: #fff;
  text-decoration: none;
}
.btn.btn-link.text-dark:hover {
  color: #f16001 !important;
}
.btn.btn-light {
  color: #000000 !important;
}

.input-group-append .btn:hover {
  transform: translate(0);
}

/*------------------------------------------------------------------
 # header style
-------------------------------------------------------------------*/
header {
  position: relative;
  z-index: 500;
}
header .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .nav-item .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff !important;
  padding-left: 17px !important;
  padding-right: 17px !important;
}
header .nav-item:last-child .nav-link {
  padding-right: 0 !important;
}
header .nav-item:hover .nav-link,
header .nav-item.active .nav-link {
  color: #ffffff !important;
  font-weight: 900;
  text-shadow: 1px 1px 2px black;
}

.header-6 {
  background: #fff;
  margin: 0 250px;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 1600px) {
  .header-6 {
    margin: 0 100px;
  }
}
@media (max-width: 1440px) {
  .header-6 {
    margin: 0 40px;
  }
}
@media (max-width: 1356px) {
  .header-6 {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 1190px) {
  .header-5 ul li:last-child {
    display: none;
  }
  .header-5 .topbar-right li {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .header-5 {
    display: none;
  }
}
@media (min-width: 1199px) {
  .navbar .dropdown-menu {
    display: block;
    width: 250px;
    left: 50%;
    transition: 0.1s;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
    border: 2px solid rgba(241, 96, 1, 0.5);
  }
  .navbar .dropdown-menu li:first-child {
    margin-top: 5px;
  }
  .navbar .dropdown-menu li:last-child {
    margin-bottom: 5px;
  }
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    transition: 0.4s;
  }
  .has-nav-left .dropdown-menu {
    left: 0 !important;
    transform: translateX(0) !important;
  }
}
.dropdown-menu {
  border: 0;
  margin-top: 0;
  padding: 0 5px;
}

.dropdown-submenu {
  list-style: none;
  display: none;
  padding: 0 8px;
  background-color: #ffffff;
}

.dropdown-item {
  padding: 2px 10px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 3px;
}
.dropdown-item span {
  color: #f16001;
  background-color: rgba(241, 96, 1, 0.08);
  padding: 3px 7px 4px;
  border-radius: 3px;
  margin-left: 7px;
  transition: 0.4s;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #8f1e1e;
  background-color: rgb(241 1 1 / 8%);
}
.dropdown-item.active span,
.dropdown-item:active span,
.dropdown-item:focus span,
.dropdown-item:hover span {
  color: #fff;
  background-color: rgb(241, 96, 1);
  padding: 3px 7px 4px;
  border-radius: 3px;
  margin-left: 10px;
}

.sub-dropdown.active > .dropdown-item {
  background-color: rgba(241, 96, 1, 0.02);
}

.dropdown-toggle::after {
  display: none;
}

@media (max-width: 1199px) {
  .dropdown-menu {
    border: 0;
    padding: 0;
    text-align: left !important;
    background: rgba(241, 96, 1, 0.05);
    border-radius: 6px;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-nav {
    margin-top: 15px;
    width: 250px;
    max-width: 100%;
    margin-right: auto;
    align-items: initial !important;
  }
  .navbar .nav-item {
    display: block;
    text-align: left;
  }
  .navbar .nav-link {
    padding: 8px 4px !important;
  }
  .navbar .nav-link i {
    float: right;
    margin-top: 5px;
  }
  .navbar .dropdown-menu li:first-child {
    padding-top: 10px;
  }
  .navbar .dropdown-menu li:last-child {
    padding-bottom: 10px;
  }
  .dropdown-item {
    padding: 6px 18px;
  }
}
.navbar-toggler {
  padding: 0.8rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #f16001;
  border: 0;
  border-radius: 0;
  color: #ffffff !important;
  width: 45px;
}

form.navbar-form {
  background-color: #ececec;
  border-radius: 50px;
  padding-right: 15px;
  padding-left: 22px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  form.navbar-form {
    max-width: 600px;
    margin: auto;
  }
}
form.navbar-form button {
  color: #f16001;
}
form.navbar-form .nice-select {
  padding-left: 0;
  height: auto;
  margin-right: 15px;
  line-height: 55px;
  min-width: 220px;
  font-size: initial;
}
form.navbar-form .nice-select .list {
  width: calc(100% + 10px);
}
form.navbar-form .nice-select:after {
  border-bottom: 2px solid #f16001;
  border-right: 2px solid #f16001;
  height: 7px;
  right: 7px;
  width: 7px;
}
form.navbar-form .nice-select:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00a";
  font-weight: 900;
  margin-right: 14px;
  position: relative;
  top: 1px;
  color: #526567;
}
form.navbar-form .form-control {
  padding-left: 22px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-left: 1px solid #cacaca !important;
}
@media (max-width: 575px) {
  form.navbar-form {
    border-radius: 8px;
    padding-left: 15px;
  }
  form.navbar-form .input-group {
    display: block;
  }
  form.navbar-form .nice-select {
    min-width: 100%;
    margin-bottom: 3px;
  }
  form.navbar-form .nice-select .list {
    width: 100%;
  }
  form.navbar-form .form-control {
    padding-left: 0;
    padding-bottom: 25px;
    border-left: 0 !important;
    border-top: 1px solid #cacaca !important;
    width: calc(100% - 50px);
  }
  form.navbar-form .input-group-append {
    position: absolute;
    right: -2px;
    bottom: 5px;
    height: 50px;
    text-align: center;
  }
}
form.navbar-form.style-2 {
  padding-left: 0 !important;
  background: rgba(241, 96, 1, 0.08);
}
form.navbar-form.style-2 .form-control {
  border: 0 !important;
}
form.navbar-form.style-2 .form-control::placeholder {
  color: #f16001;
}

form.navbar-form.search-only {
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
}
@media (max-width: 991px) {
  form.navbar-form.search-only {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
form.navbar-form.search-only button {
  color: #f16001;
}
form.navbar-form.search-only .form-control {
  padding-left: 4px;
  border: none !important;
  color: #fff;
  width: 280px;
}
form.navbar-form.search-only .form-control::placeholder {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 575px) {
  form.navbar-form.search-only {
    border-radius: 8px;
    padding-left: 15px;
  }
  form.navbar-form.search-only .input-group {
    display: block;
  }
  form.navbar-form.search-only .form-control {
    padding-left: 0;
    padding-bottom: 25px;
    border-left: 0 !important;
    border-top: 1px solid #cacaca !important;
    width: calc(100% - 50px);
  }
  form.navbar-form.search-only .input-group-append {
    position: absolute;
    right: -2px;
    bottom: 5px;
    height: 50px;
    text-align: center;
  }
}

.navbar-top {
  padding: 13px 0 4px 0;
  background: #fdc800;
}
.navbar-top ul {
  margin: 0;
  padding: 0;
  line-height: initial;
}
.navbar-top ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  padding-bottom: 10px;
}
.navbar-top ul li:last-child {
  margin-right: 0;
}
.navbar-top ul li p,
.navbar-top ul li a {
  margin: 0;
  font-size: 14px;
  color: #001b61;
  font-weight: 500;
}
.navbar-top ul li p img,
.navbar-top ul li a img {
  margin-right: 5px;
}
.navbar-top ul li p i,
.navbar-top ul li a i {
  margin-right: 5px;
}
.navbar-top ul li a:hover {
  color: #1dc295;
}
.navbar-top .topbar-right a {
  margin: 0 7px;
}
.navbar-top .topbar-right li a i {
  margin-right: 0;
}
.navbar-top .topbar-right li a:last-child {
  margin-right: 0;
}
.navbar-top .topbar-right li:first-child {
  margin: 0;
  padding-right: 17px;
}
.navbar-top .topbar-right li:last-child {
  border-right: 0;
  padding-right: 0;
}

/**************** nav-left-part *************/
.header-cat-menu {
  margin: 0;
  padding: 0;
  margin-left: 58px;
}

.header-cat-menu li {
  position: relative;
  margin-right: 0;
  cursor: pointer;
  list-style: none;
}
.header-cat-menu li:hover ul {
  opacity: 1;
  visibility: visible;
  animation: menuslide 300ms;
}
.header-cat-menu li:hover a {
  color: #f16001;
}
.header-cat-menu li i,
.header-cat-menu li svg {
  margin-top: -3px;
  margin-right: 5px;
  color: #f16001;
}
.header-cat-menu li a {
  color: #001b61;
  font-weight: 500;
  font-size: 16px;
}
.header-cat-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 40px;
  list-style: none;
  padding: 10px 0;
  border-radius: 4px;
  margin: 0;
  z-index: 9;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  min-width: 210px;
  border: 2px solid rgba(241, 96, 1, 0.5);
}
.header-cat-menu li .sub-menu li {
  display: block;
  margin: 0 10px;
  line-height: 22px;
  font-size: 15px;
  transition: all 0.4s ease;
  border-radius: 3px;
}
.header-cat-menu li .sub-menu li:hover {
  background-color: rgba(241, 96, 1, 0.08);
}
.header-cat-menu li .sub-menu li:hover a {
  color: #fff;
  color: #f16001;
}
.header-cat-menu li .sub-menu li:hover:last-child {
  border-bottom: 0;
}
.header-cat-menu li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  position: relative;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #ffffff;
  z-index: 99999;
}

.banner-2 {
  overflow: hidden;
}
.banner-2 .banner-illustration {
  max-width: 114%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 800px;
  min-height: 300px;
}

.banner-1,
.banner-3 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .banner-1,
  .banner-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.banner-1.has-overlay::after,
.banner-3.has-overlay::after {
  background-color: #001b61;
  opacity: 0.4;
}

.banner-1.has-overlay::after {
  opacity: 0.6;
}
.banner-1 .text-lg .has-line::after {
  bottom: 17px;
}
@media (max-width: 991px) {
  .banner-1 .text-lg .has-line::after {
    bottom: 14px;
  }
}
@media (max-width: 767px) {
  .banner-1 .text-lg .has-line::after {
    bottom: 10px;
  }
}

.banner-4 {
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.banner-4 .thumb {
  margin-right: -155px;
}
.banner-4 .thumb img {
  max-width: -webkit-fill-available;
}
.banner-4 .input-group {
  border: 2px solid rgba(241, 96, 1, 0.5);
}

.banner-5 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .banner-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.banner-5 .thumb {
  margin-right: -355px;
}
.banner-5 .thumb img {
  width: 100%;
}

.banner-6 {
  margin-top: -89px;
  padding: 250px 0 180px;
}
.banner-6 .input-group {
  border: 2px solid rgba(241, 96, 1, 0.5);
}

@media (max-width: 1440px) {
  .banner-6 {
    background-position: -300px 0;
  }
}
@media (max-width: 1190px) {
  .banner-6 {
    background-position: 0;
  }
}
@media (max-width: 991px) {
  .banner-6 {
    text-align: center;
    padding: 190px 0 120px;
  }
  .banner-6 .banner-service-wrap {
    justify-content: center;
    text-align: left;
  }
  .banner-6 .input-group {
    margin: auto;
  }
  .banner-5 {
    padding: 150px 0 0;
    text-align: center;
  }
  .banner-5 .banner-service-wrap {
    justify-content: center;
    text-align: left;
  }
  .banner-video-btn.has-video-popup .play-btn {
    height: auto;
  }
}
@media (max-width: 525px) {
  .banner-5 {
    padding: 120px 0 0;
  }
  .banner-5 .banner-service-wrap {
    display: block;
  }
  .banner-service-wrap .single-service-wrap {
    justify-content: center;
    margin-top: 20px;
  }
  .banner-6 .banner-service-wrap {
    display: block;
  }
  .banner-6 .input-group.rounded-pill .form-control {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.banner-video-btn {
  transform: none !important;
}
.banner-video-btn:hover {
  transform: translateY(-2px) !important;
}
.banner-video-btn i {
  font-size: 50px;
  color: #f16001;
  margin-right: 20px;
  transform: none !important;
  position: initial !important;
}

.banner-service-wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
  padding-top: 10px;
}
.banner-service-wrap .single-service-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.banner-service-wrap .single-service-wrap img {
  width: 60px;
}
.banner-service-wrap .single-service-wrap .details h4 {
  font-size: 18px;
  font-weight: 700;
  color: #001b61;
  margin-bottom: 5px;
}
.banner-service-wrap .single-service-wrap .details p {
  margin-bottom: 0;
  color: #001b61;
}

.search-form {
  background-color: rgba(0, 27, 97, 0.35);
  padding: 40px 30px;
}
@media (max-width: 575px) {
  .search-form {
    padding: 35px 20px;
  }
}
.search-form .nice-select {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 50px;
  height: 50px;
  line-height: 49px;
  font-weight: 500;
  padding: 0 18px;
}
.search-form .nice-select::after {
  height: 8px;
  width: 8px;
  right: 20px;
}
.search-form .nice-select .list {
  width: 100%;
}

.tab-nav {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.tab-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tab-nav .nav-item:last-child .nav-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab-nav .nav-link {
  border-radius: 0px;
  font-weight: 500;
  color: #ffffff;
  background-color: #001b61;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .tab-nav .nav-link {
    border-radius: 0 !important;
  }
}
.tab-nav .nav-link::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-top-color: #f16001;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: -1;
  transition: 0.3s ease-out;
}
.tab-nav .nav-link:hover {
  background-color: #fe7013;
}
.tab-nav .nav-link.active {
  background-color: #f16001;
}
.tab-nav .nav-link.active::before {
  bottom: -20px;
}

.nice-select .option.selected {
  font-weight: 500;
  color: #f16001;
}

.page-header {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 10px 80px;
  border-radius: 0 0 50px 50px;
  background: linear-gradient(135deg, #3a4a6b 0%, #0d1b3e 100%);
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.025) 20px,
    rgba(255, 255, 255, 0.025) 40px
  );
}

.page-header .breadcrumb {
  color: #fff;
}
.page-header .breadcrumb .active a {
  color: #fff;
}
.page-header.has-overlay::after {
  background-color: #001b61;
  opacity: 0.5;
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #f16001;
}

.nav-scrollable {
  position: relative;
  z-index: 2;
  height: 2.2rem;
  overflow-y: hidden;
  border-bottom: 3px solid #f16001;
}
.nav-scrollable nav {
  flex-wrap: nowrap;
  padding-bottom: 1.3rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-scrollable nav a {
  position: relative;
  color: inherit;
  font-weight: 500;
  padding: 0 15px;
}
.nav-scrollable nav a::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #f16001;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  opacity: 0;
  transition: 0.3s ease-out;
}
.nav-scrollable nav a.active,
.nav-scrollable nav a:hover {
  text-decoration: none;
  color: #f16001;
}
.nav-scrollable nav a.active::before,
.nav-scrollable nav a:hover::before {
  bottom: -10px;
  opacity: 1;
}

.tutor-item {
  border-left: 5px solid #f16001;
}

.tutor-item-alt {
  position: relative;
  padding-bottom: 36px;
  box-shadow: 0 10px 15px #ddd;
}
.tutor-item-alt::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 80%;
  left: 10%;
  bottom: 0;
  background-color: #f16001;
  transition: 0.3s;
}
.tutor-item-alt:hover::after {
  width: 100%;
  left: 0;
}

.blog-half-bg-gray {
  position: relative;
  z-index: 1;
}
.blog-half-bg-gray::after {
  position: absolute;
  content: "";
  height: 354px;
  width: 100%;
  background: #f5f5f5;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .blog-half-bg-gray::after {
    height: 313px;
  }
}
@media (max-width: 991px) {
  .blog-half-bg-gray::after {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .blog-half-bg-gray::after {
    height: 446px;
  }
}
@media (max-width: 575px) {
  .blog-half-bg-gray::after {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .newsletter-input-group .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-input-group .btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .newsletter-input-group.rounded-pill {
    border-radius: 5px !important;
    background: transparent !important;
    overflow: visible !important;
  }
  .newsletter-input-group.rounded-pill .btn {
    border-radius: 0 !important;
  }
}

.video-popup-section.has-overlay::after {
  background-color: #001e92;
  opacity: 0.75;
}

.has-video-popup {
  position: relative;
  transform: translateY(0px);
}
.has-video-popup.tansform-none {
  transform: translateY(0);
}
.has-video-popup.has-overlay::after {
  background-color: #000000;
  opacity: 0.25;
  z-index: 5;
  transition: 0.3s;
  border-radius: 10px;
}
.has-video-popup.rounded-0.has-overlay::after {
  border-radius: 0px !important;
}
.has-video-popup .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 6;
}
@media (max-width: 767px) {
  .has-video-popup .play-btn {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 575px) {
  .has-video-popup .play-btn {
    height: 50px;
    width: 50px;
  }
}
.has-video-popup:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
.has-video-popup:hover.has-overlay::after {
  opacity: 0.5;
}

.has-white-half {
  position: relative;
  z-index: 1;
}
.has-white-half::after {
  position: absolute;
  content: "";
  height: 25%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
}

.cta-section.has-overlay::after {
  background-color: #f16001;
  opacity: 0.7;
}

.instructors-item .card-img-top {
  transition: 0.5s;
  width: 100% !important;
  height: 200px;
}
.instructors-item .instructor-social {
  position: absolute;
  width: 100%;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
/* .instructors-item:hover .card-img-top {
  opacity: 0.1;
} */
.instructors-item:hover .instructor-social {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.how-it-works-item {
  padding: 30px;
  padding-bottom: 40px;
  padding-top: 80px;
  margin-top: 80px;
  transition: 0.3s;
}
.how-it-works-item img {
  position: absolute;
  height: 160px;
  width: 160px;
  top: -10px;
  left: calc(50% - 80px);
  transition: 0.3s;
}
.how-it-works-item:hover {
  padding-top: 75px;
  box-shadow: none !important;
}
.how-it-works-item:hover img {
  top: -5px;
}
.how-it-works-item.works-item-alt {
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 30px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.how-it-works-item.works-item-alt img {
  height: 120px;
  width: auto;
  margin-bottom: 20px;
}
.how-it-works-item.works-item-alt:hover {
  transform: translateY(2px);
}
.how-it-works-item.shape-style-1,
.how-it-works-item.shape-style-2 {
  background-image:
    url(../images/how-it-works-tutors/left-01.png),
    url(../images/how-it-works-tutors/right-01.png);
  background-position:
    left top,
    right bottom;
  background-repeat: no-repeat;
}
.how-it-works-item.shape-style-1:hover,
.how-it-works-item.shape-style-2:hover {
  border-color: #fde8da;
}
.how-it-works-item.shape-style-1 {
  background-image:
    url(../images/how-it-works-tutors/left-02.png),
    url(../images/how-it-works-tutors/right-02.png);
}
.how-it-works-item.shape-style-1:hover {
  border-color: #d8f1f4;
}

.find-tutor-section.has-overlay::after {
  background-color: #001b61;
  opacity: 0.85;
}

.map-image {
  position: relative;
}
.map-image img {
  max-width: 100%;
  min-height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .map-image img {
    filter: brightness(0.8);
  }
}
.map-image img,
.map-image .map-text {
  transition: 0.3s;
}
.map-image .map-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .map-image .map-text {
    opacity: 1;
  }
}
.map-image:hover img {
  filter: brightness(0.5);
}
.map-image:hover .map-text {
  opacity: 1;
}

.counter-section {
  background-color: #001b61;
  position: relative;
}

@media (max-width: 767px) {
  .blog-card .p-30,
  .course-card .p-30 {
    padding: 20px !important;
  }
}

.course-card {
  overflow: hidden;
}
.course-card .card-img-top {
  transition: 0.3s ease-out;
  transform-origin: bottom;
  filter: sepia(10);
}
.course-card:hover .card-img-top {
  transform: scale(1.15);
  filter: sepia(0);
}

.courser-curriculum {
  max-height: 250px;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .blockquote {
    padding: 20px;
    font-size: 18px;
  }
}

.tag-list li a {
  display: inline-block;
  padding: 5px 14px;
  color: #001b61;
  border-radius: 50px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.tag-list li a:hover {
  color: #ffffff;
  background-color: #f16001;
}

.course-carousel-2 .course-card .card-img-top {
  filter: none;
  padding: 20px 10px 0;
  margin-bottom: -10px;
}
.course-carousel-2 .course-card:hover .card-img-top {
  transform: none;
}

.video-new-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #f16001;
  opacity: 0.6;
  z-index: -1;
}

.footer-newsletter-overlap {
  margin-top: 40px;
  background: #8f1e1e;
  position: relative;
}

.footer-newsletter-overlap::before {
  position: absolute;
  content: "";
  height: 550px;
  width: 1.2%;
  background: linear-gradient(
    0deg,
    #8f1e1e 8%,
    #8f1e1e94 20%,
    transparent 100%
  );
  bottom: 100%;
  left: 0;
}

.footer-newsletter-overlap::after {
  position: absolute;
  content: "";
  height: 550px;
  width: 1.2%;
  background: linear-gradient(
    0deg,
    #8f1e1e 8%,
    #8f1e1e94 20%,
    transparent 100%
  );
  bottom: 100%;
  right: 0;
}

.footer-newsletter-overlap .newsletter-overlap {
  transform: translateY(-45px);
}

a.scroll-to-top {
  position: fixed;
  bottom: 0;
  right: 30px;
  height: 40px;
  width: 40px;
  background: #f16001;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  transition: 0.3s;
  z-index: 995;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  a.scroll-to-top {
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
a.scroll-to-top.show {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}
a.scroll-to-top.show:hover {
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  a.scroll-to-top.show {
    bottom: 10px;
  }
}

/* rtl Support */
[dir="rtl"] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
  margin-right: 0;
}
[dir="rtl"] .social-icons li:not(:last-child) {
  border-left: 1px solid #a8a8a8;
  border-right: 0;
}
[dir="rtl"] .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem auto -1rem -1rem;
}
[dir="rtl"] .tab-nav .nav-item:first-child .nav-link {
  border-radius: 0 5px 5px 0;
}
[dir="rtl"] .tab-nav .nav-item:last-child .nav-link {
  border-radius: 5px 0 0 5px;
}
[dir="rtl"] .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}
[dir="rtl"] header .nav-item:last-child .nav-link {
  padding-right: 0.5rem !important;
}
[dir="rtl"] .owl-dots button {
  margin-left: 15px;
  margin-right: 0px;
}
[dir="rtl"] form.navbar-form.search-only {
  margin-left: 0;
  margin-right: 20px;
}
[dir="rtl"] .navbar-top ul li {
  margin-left: 20px;
  margin-right: 0;
}
[dir="rtl"] .navbar-top ul li p i,
[dir="rtl"] .navbar-top ul li a i {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .navbar-top .topbar-right li:first-child {
  padding-right: 0;
  padding-left: 17px;
}
[dir="rtl"] .header-cat-menu {
  margin-right: 58px;
  margin-left: 0;
}
[dir="rtl"] .header-cat-menu li i,
[dir="rtl"] .header-cat-menu li svg {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .banner-4 .thumb {
  margin-left: -155px;
  margin-right: 0;
}
[dir="rtl"] .banner-5 .thumb {
  margin-left: -355px;
  margin-right: 0;
}
[dir="rtl"] .banner-video-btn i {
  margin-right: 0;
  margin-left: 20px;
}

/* Custom CSS */

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0 20px;
  justify-content: left;
      margin: 0 auto;

}

.slider-wrapper {
  padding: 25px 0;
}

.slider-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 94%;
  margin: 0 auto;
  aspect-ratio: 16 / 5;
  min-height: 260px;
  min-height: 260px;
  background: #111;
}

@media (max-width: 600px) {
  .slider-box {
    aspect-ratio: 4 / 3;
    min-height: 280px;
  }
  .slider-wrapper {
    padding: 1rem;
  }
}

/* ── Slides ── */
.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
}

.slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.slide-overlay {
  position: absolute;
  inset: 0;
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 2.5rem;
  max-width: 640px;
}

@media (max-width: 600px) {
  .slide-content {
    padding: 1.2rem;
  }
}

.slide-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.slide-title {
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 12px;
  font-size: clamp(20px, 3vw, 35px);
}

@media (max-width: 600px) {
  .slide-title {
    font-size: 26px;
  }
}

.slide-subtitle {
  font-size: clamp(13px, 1.2vw, 14px);
  line-height: 1.2;
  margin: 0 0 22px;
}

/* ── Email input row ── */
.slide-input-row {
  display: flex;
  border-radius: 40px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
}

.slide-input-row input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  outline: none;
  min-width: 0;
}

.slide-input-row button {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.slide-input-row button:hover {
  background: #333;
}

@media (max-width: 420px) {
  .slide-input-row {
    flex-direction: column;
    border-radius: 12px;
  }
  .slide-input-row button {
    border-radius: 0;
    padding: 10px;
  }
}

/* ── Nav Buttons ── */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    transform 0.2s;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.32);
  transform: translateY(-50%) scale(1.08);
}

.nav-btn.prev {
  left: 16px;
}
.nav-btn.next {
  right: 16px;
}

@media (max-width: 480px) {
  .nav-btn {
    width: 32px;
    height: 32px;
  }
  .nav-btn.prev {
    left: 8px;
  }
  .nav-btn.next {
    right: 8px;
  }
}

/* ── Dots ── */
.dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  padding: 0;
  transition:
    background 0.3s,
    transform 0.3s;
}

.dot.active {
  background: #fff;
  transform: scale(1.3);
}

/* ── Slide Counter ── */
.slide-count {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  letter-spacing: 1px;
}

.left-sidebar h4,
.right-sidebar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #8f1e1e;
  padding: 10px 15px;
  text-align: center;
  border-radius: 15px 15px 0 0;
}

.left-sidebar,
.right-sidebar {
  border: 5px double #dc0000;
  border-radius: 20px;
  height: 500px;
}

.right-sidebar {
  background: url("../images/custom/side-bg.png");
  height: 540px;
}

.left-sidebar marquee {
  margin: 5px;
  background: url("../images/custom/side-bg.png");
  border-radius: 0 0 20px 20px;
  padding: 2px;
  box-shadow: 1px 1px 25px #00000008 inset;
  height: 89%;
}

.left-sidebar marquee li i {
  color: #8f1e1e !important;
}

.left-sidebar marquee li {
  padding: 8px 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #00000014;
  margin: 10px 0;
  background: white;
}

.left-sidebar marquee li p {
  font-size: 10px;
  line-height: 1.25;
  color: #212121;
  margin: 0;
  padding-bottom: 8px;
  font-weight: 500;
}

.left-sidebar marquee li a {
  font-weight: 600;
  font-size: 17px;
  color: #334e75;
  display: inline-block;
  line-height: 1;
}

.left-sidebar marquee li a img {
  display: inline;
  width: 42px;
  height: 40px;
  object-fit: cover;
}

.right-sidebar li {
  margin: 4px 4px 6px;
  box-shadow: 0px 1px 5px #00000045;
  border-radius: 15px;
  overflow: hidden;
}

.right-sidebar li:last-child {
  padding-top: 0;
}

.right-sidebar li a {
  padding: 12px 10px;
  font-weight: 600;
  font-size: 15px;
  color: #334e75;
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #00000014;
  margin: 5px 0;
  background: white;
}

.right-sidebar li i {
  color: #8f1e1e !important;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
  }
}

.navbar-brand img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #ffffff;
  padding: 5px;
  border: 6px double #ffcccc;
}

.brand-name h2 {
  font-weight: 700;
  padding: 0 0 10px;
  line-height: 1;
  margin: 2px 0;
  text-align: center;
  text-shadow: 1px 1px 5px black;
  text-transform: uppercase;
}

.brand-name .eng {
  font-size: 22.5px;
  border-bottom: 2.2px solid #dfa900;
}

.brand-name .telu {
  font-size: 30px;
  border-top: 2.2px solid #e90507;
  padding-top: 17px;
  padding-bottom: 0;
  font-family: "Telugu";
  letter-spacing: 2px;
  word-spacing: 2px;
}

.hd-btn,
.abt-btn {
  gap: 0 20px;
}

.hd-btn a {
  padding: 7px 20px !important;
  width: 110px;
  font-size: 14px;
  font-weight: 600;
  background: #dc0000;
}

.hd-btn a:hover,
.abt-btn a:hover {
  color: white;
  box-shadow: 1px 1px 5px rgba(27, 27, 27, 0.589);
}

.header-links {
  padding: 5px 0;
}

.header-main {
  background: #8f1e1e;
}

.header-ul {
  border-top: 3px solid white;
  background: #172037;
  position: relative;
}

.header-ul::before {
  position: absolute;
  content: "";
  height: 550px;
  width: 1.2%;
  background: linear-gradient(
    180deg,
    #172037 8%,
    #1720378a 20%,
    transparent 100%
  );
  top: 0px;
  left: 0;
}

.header-ul::after {
  position: absolute;
  content: "";
  height: 550px;
  width: 1.2%;
  background: linear-gradient(
    180deg,
    #172037 8%,
    #1720378a 20%,
    transparent 100%
  );
  top: 0px;
  right: 0;
}

.mid-sec {
  border: 3px solid #0d1c611a;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0px 2px 20px #0d1c611c inset;
  background: url(../images/custom/side-bg.png);
}

.about-sec {
  backdrop-filter: blur(2px);
  padding: 5px 10px;
  border-radius: 10px;
}

.about-sec p {
  line-height: 1.25;
  font-size: 13px;
  color: #2e2e2e;
  font-weight: 500;
  margin-bottom: 5px;
}

.vid-sec {
  margin-bottom: 17px;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  color: #910d0d;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.read-more-btn:hover {
  text-decoration: underline;
}

.about-sec .section-title {
  text-align: center;
  margin-bottom: 15px;
}

.right-sidebar li {
  position: relative;
}

.disclaimer {
  text-align: center;
}

.disclaimer p {
  font-size: 13px;
  font-weight: 500;
  color: white;
  line-height: 1.25;
}

.disc-bg {
  padding: 30px 20px;
  border-radius: 20px;
  background: #283350;
  box-shadow: 0px 12px 15px #00000059;
}

.disclaimer .section-title {
  font-size: 22px;
  color: white;
  line-height: 1;
  margin-bottom: 15px;
}

.copyright {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.footer-main {
  padding-bottom: 45px;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
}

.wb-hd {
  font-size: 20px;
  line-height: 1;
}

.footer-links li a {
  font-size: 14px;
  font-weight: 500;
  color: white;
  line-height: 1;
}

.gov-logo a img {
  width: 100%;
  height: 65px;
  margin: 10px 0 0;
  padding: 0 3px;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 1px #282828);
}

.gov-logo {
  margin: 5px 0 10px;
}

.kannada {
  font-size: 13px;
  font-weight: 600;
  text-shadow: 1px 1px 5px black;
  position: absolute;
  top: 43.5px;
  left: calc(50% - 216.25px);
  background: #8f1e1e;
  padding: 0 20px;
}

@font-face {
  font-family: "Telugu";
  src: url("../fonts/telugu.ttf") format("truetype");
}

.kar-logo a img {
  width: 55%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.kar-logo {
  text-align: center;
}

.abt-btn a {
  padding: 8px 20px !important;
  width: 150px;
  font-size: 14px;
  font-weight: 600;
  background: #dc0000;
}

.abt-btn {
  margin-top: 20px;
}

.page-header .section-title {
  font-size: 25px;
}

.abt-kar img {
  margin-top: 0 !important;
}

.abt-p {
  margin-bottom: 10px;
}

/* Contact page */

main {
  max-width: 90%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 18px;
}

/* SECTION CARD */
.section-card {
  background: #ffffff;
  border: 1px solid #d4cfc6;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 2px 16px rgba(13, 27, 62, 0.07);
  padding: 1.5rem 1.75rem;
  border-left: 4px solid #1a5276;
}

.section-header {
  background: #8f1e1e;
  color: #ffffff;
  padding: 13px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-header .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e4ae01;
  flex-shrink: 0;
}

.section-header h3 {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #ffffff;
}

/* TABLE */
.contact-table {
  width: 100%;
  border-collapse: collapse;
}

.contact-table thead tr {
  background: linear-gradient(90deg, #1e3060 0%, #2a4080 100%);
}

.contact-table thead th {
  padding: 11px 14px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-table tbody tr {
  border-bottom: 1px solid #ede0e0;
  transition: background 0.15s;
}

.contact-table tbody tr:last-child {
  border-bottom: none;
}

.contact-table tbody tr:hover {
  background: #eaeaf4;
}

.contact-table tbody tr:nth-child(even) {
  background: #f4f3f9;
}

.contact-table tbody tr:nth-child(even):hover {
  background: #f0e2e2;
}

.contact-table td {
  padding: 11px 14px;
  vertical-align: top;
  font-size: 13px;
  color: #0d1b3e;
  font-weight: 500;
}

.contact-table td:first-child {
  font-weight: 600;
  color: #3a4a6b;
  width: 42px;
  text-align: center;
}

.designation {
  font-size: 11px;
  color: #6b7a99;
  font-style: italic;
  display: block;
  margin-top: 2px;
}

.contact-link {
  color: #3a4a6b;
  text-decoration: none;
  transition: color 0.15s;
}

.contact-link:hover {
  color: #dc0000;
  text-decoration: underline;
}

.phone {
  font-weight: 600;
  color: #40241a;
}

.email {
  font-size: 12px;
  color: #2a3a6b;
  word-break: break-all;
}

.person-name {
  font-weight: 600;
}

.charge-note {
  font-size: 11px;
  color: #b83232;
  font-style: italic;
  display: block;
}

/* HELPLINE GRID */
.helpline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 20px;
}

@media (max-width: 600px) {
  .helpline-grid {
    grid-template-columns: 1fr;
  }
}

.helpline-card {
  background: #f7f9ff;
  border: 1px solid #a9b8e9;
  border-radius: 8px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.helpline-card .role {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #6b7a99;
  font-weight: 600;
}

.helpline-card .name-big {
  font-size: 18px;
  color: #1a4e39;
  font-weight: 700;
}

.helpline-card .detail {
  font-size: 13px;
  color: #3a4a6b;
}

.helpline-card .ph {
  font-weight: 700;
  font-size: 14px;
  color: #1d1a40;
}

/* TECH SUPPORT BANNER */
.tech-support {
  background: linear-gradient(90deg, #a5a7c2 0%, #e5ebff 100%);
  color: rgb(26, 26, 26);
  text-align: center;
  padding: 16px 24px;
  border-radius: 8px;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 10px rgb(200 62 62 / 30%);
}

.tech-support a {
  color: #0d1b3e;
  text-decoration: none;
  border-bottom: 2px solid #0d1b3e;
  font-size: 18px;
  margin-left: 8px;
}

/* FOOTER */
footer {
  background: #0d1b3e;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 18px;
  font-size: 12px;
}

footer strong {
  color: #e8b96a;
}

/* RESPONSIVE */
@media (max-width: 700px) {
  .contact-table thead th:nth-child(4),
  .contact-table td:nth-child(4) {
    display: none;
  }
  .header-inner {
    padding: 12px 16px;
  }
  main {
    padding: 20px 12px 40px;
  }
}

/* Contact page */

/* Result Page */

.card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* HEADER */
.card-header {
  background: #8f1e1e;
  padding: 0.9rem 1.5rem;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.header-top h2 {
  font-size: 18px;
  color: white;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

/* INPUT CARD BODY */
.input-body {
  padding: 1.5rem;
  background: #f8f8f8;
}

.input-card {
  margin-bottom: 0px;
}
.input-body h2 {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  text-align: center;
}
.field {
  margin-bottom: 1rem;
}
.field label {
  display: block;
  font-size: 13px;
  color: #1a2235;
  margin-bottom: 5px;
  font-weight: 600;
}
.field input,
.field select {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  color: #232323;
  background: #fff;
  outline: none;
  box-shadow: 0px 1px 8px #00000021 inset;
  font-weight: 500;
}

.field input::placeholder {
  color: #232323;
}

.field input:focus,
.field select:focus {
  border-color: #0b3d7b;
  box-shadow: 0 0 0 3px rgba(11, 61, 123, 0.1);
}
.submit-btn {
  width: 100%;
  padding: 11px;
  background: #3a496a;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 0.25rem;
}
.submit-btn:hover {
  background: #0a3166;
}

.print-btn {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
  padding: 10px;
  background: #0b3d7b;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.print-btn:hover {
  background: #0a3166;
}

@media print {
  .input-card {
    display: none;
  }
  .submit-btn,
  .print-btn {
    display: none;
  }
}

/* Result Page */

.right-sidebar .card-body {
  padding: 10px;
  text-align: center;
}

.right-sidebar .card-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: #8f1e1e;
  line-height: 1;
}

.right-sidebar .card-body p {
  line-height: 1.2;
  font-size: 10px;
  font-weight: 600;
  color: #212121;
}

/* Copyright */

.policy-block {
  background: white;
  border-radius: 8px;
  padding: 1.6rem 1.9rem;
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.06);
}
.policy-block h2 {
  font-size: 16px;
  font-weight: 600;
  color: #8f1e1e;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #686a861c;
  text-align: center;
}

.policy-block ol {
  padding: 0 15px;
  list-style-position: outside;
  margin: 0;
}

.policy-block ol li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 5px;
  color: #2c2c2c;
}

.note {
  font-size: 0.85rem;
  color: #282746;
  font-style: italic;
  background: #f0f3f7;
  border-radius: 4px;
  padding: 0.5rem 0.9rem;
  margin-bottom: 1rem;
  border-left: 3px solid #8f1e1e;
  text-align: center;
  font-weight: 500;
}

/* Copyright */

/* Screen Reader */

.intro {
  background: white;
  border-radius: 8px;
  padding: 1.6rem 1.9rem;
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.06);
}
.intro p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 5px;
  color: #2c2c2c;
}

.screen-hd {
  font-size: 18px;
  text-align: center;
  font-weight: 800;
  color: #8f1e1e;
  margin: 20px 0 10px;
}

.sl-sec {
  width: 10%;
}

table.screen-tab {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  font-size: 15px;
}
table.screen-tab thead tr {
  background: linear-gradient(135deg, #1a5276, #8f1e1e);
  color: #fff;
}
table.screen-tab thead th {
  padding: 0.3rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
}
table.screen-tab tbody tr {
  border-bottom: 1px solid #d5d8dc;
}
table.screen-tab tbody tr:last-child {
  border-bottom: none;
}
tbody tr:nth-child(even) {
  background: #f8f9fc;
}
table.screen-tab tbody tr:hover {
  background: #eaf2fb;
  transition: background 0.2s;
}
table.screen-tab tbody td {
  padding: 0.5rem 1rem;
  vertical-align: middle;
  color: #2c2c2c;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
}
table.screen-tab tbody td a {
  color: #2471a3;
  text-decoration: none;
  word-break: break-all;
  margin-bottom: 5px;
  display: block;
  line-height: 1;
}
table.screen-tab tbody td a:hover {
  text-decoration: underline;
}
.badge {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}
.badge.free {
  background: #d4efdf;
  color: #1e8449;
}
.badge.commercial {
  background: #fde8d8;
  color: #c0392b;
}
table.screen-tab td:first-child {
  color: #566573;
  font-weight: 600;
  text-align: center;
  width: 60px;
}

/* Screen Reader */

/* Privacy Policy */

.section-card h2 {
  font-size: 0.9rem;
  color: #8f1e1e;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.section-card p {
  font-size: 13px;
  color: #1c2833;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.section-card p:last-child {
  margin-bottom: 0;
}

.highlight-card {
  background: linear-gradient(135deg, #eaf2fb, #f5eef8);
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  border: 1px solid #d5d8dc;
  margin-bottom: 10px;
}
.highlight-card h2 {
  font-size: 1rem;
  color: #103146;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  text-align: center;
}

.highlight-card ol {
  padding-left: 20px;
  margin: 0;
  list-style-position: outside;
}

.highlight-card ol li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 10px;
}

.web-ol {
  padding-left: 20px;
  margin: 0;
  list-style-position: outside;
}

.web-ol li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 10px;
}

.mrbt {
  margin-bottom: 0px;
}

/* Privacy Policy */

/* Terms & Conditions */

.main-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.75rem 2rem;
  box-shadow: 0 2px 20px rgb(0 0 0 / 9%);
  margin-bottom: 10px;
}
ol.clauses {
  list-style: none;
  counter-reset: clause;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
ol.clauses > li {
  counter-increment: clause;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 13px;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #d5d8dc;
  font-weight: 500;
  line-height: 1.25;
}
ol.clauses > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
ol.clauses > li::before {
  content: counter(clause);
  min-width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(135deg, #2e3d5e, #8f1e1e);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.subsection-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.6rem 2rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 20px rgb(0 0 0 / 9%);
}
.subsection-card h2 {
  font-size: 15px;
  font-weight: 600;
  color: #8f1e1e;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #d5d8dc;
}
.auto-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}
.auto-list li {
  font-size: 13px;
  padding-left: 1.1rem;
  position: relative;
  color: #525274;
  line-height: 1;
  font-weight: 500;
}
.auto-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #2471a3;
}
.subsection-card p {
  font-size: 13px;
  margin-bottom: 0.6rem;
  font-weight: 500;
  color: #525274;
  line-height: 1.25;
}
.subsection-card p:last-child {
  margin-bottom: 0;
}

.marb {
  margin-bottom: 10px;
}

/* Terms & Conditions */

/* Help */

.info-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #131c39;
}
.info-card h2 {
  font-size: 15px;
  color: #8f1e1e;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.info-card p {
  font-size: 13px;
  color: #1a1828;
  font-weight: 500;
  line-height: 1.25;
}
section.formats h2 {
  font-size: 1rem;
  color: #283759;
  margin-bottom: 1.15rem;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
section.formats table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  font-size: 15px;
}
section.formats thead tr {
  background: linear-gradient(135deg, #273658, #8f1e1e);
  color: #fff;
}
section.formats thead th {
  padding: 0.4rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
}
section.formats tbody tr {
  border-bottom: 1px solid #d5d8dc;
}
section.formats tbody tr:last-child {
  border-bottom: none;
}
section.formats tbody tr:nth-child(even) {
  background: #f8f9fc;
}
section.formats tbody tr:hover {
  background: #eaf2fb;
  transition: background 0.2s;
}
section.formats tbody td {
  padding: 0.3rem 1rem;
  vertical-align: top;
  color: #1c2833;
}
section.formats tbody td:first-child {
  font-weight: 600;
  color: #1c2833;
  width: 180px;
  font-size: 14px;
  line-height: 1.25;
}
.dl-link {
  display: block;
  color: #2471a3;
  text-decoration: none;
  margin-bottom: 0rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}
.dl-link:hover {
  text-decoration: underline;
}
.ext-note {
  font-size: 12px;
  color: #293d4c;
  font-weight: 500;
}

.lg-img {
  float: left;
  width: 35px;
  margin-right: 10px;
  margin-top: 1px;
}

.pdf-s {
  width: 300px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border: 3px solid #1212123d;
  border-radius: 8px;
  margin-bottom: 12px;
}

.pdf-btn {
  padding: 8px 20px;
  background: #05102a;
  color: white;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
}

.pdf-btn:hover {
  color: white;
}

/* Help */

/* Custom CSS */
