@charset "UTF-8";
/** @format */
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
  scroll-behavior: smooth;
}

body {
  margin: 0rem;
  padding: 0rem;
  background: #fff;
  color: #000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  overflow-x: hidden;
}

p {
  padding: 0rem;
  margin: 0 0 1.4rem;
  color: #000;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.6;
}

p:last-child {
  margin: 0;
}

h1 {
  margin: 0;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h2 {
  margin: 0 0 1.4rem;
  padding: 0rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h3 {
  margin: 0 0 1.4rem;
  padding: 0rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  margin: 0 0 1.4rem;
  padding: 0rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}

h6 {
  margin: 0rem 0rem 1rem;
  font-family: "Poppins", sans-serif;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  color: #112b46;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #335c88;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #fff;
  padding: 14px 35px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #f7941d;
  border: 1px solid #f7941d;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
  gap: 0;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  background-color: #ed8a12;
  border-color: #f7941d;
  color: #fff;
}
.btn:hover {
  background-color: #ed8a12;
  border-color: #f7941d;
  color: #fff;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: var(--Body-Text, #5d5d5d);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--Body-Text, #5d5d5d);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input:not([type=submit],
[type=radio],
[type=checkbox],
[type=file]),
textarea {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 250% */
  letter-spacing: 0.48px;
  width: 100%;
  background: #fff;
  margin: 0 0 1rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #949494 !important;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.40555rem 1rem;
}
input:not([type=submit],
[type=radio],
[type=checkbox],
[type=file]):focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  margin: 0 0 clamp(0.938rem, 2.168vw - 0.102rem, 2.5rem);
  height: 10.125rem;
}

label {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13.5px;
  letter-spacing: 0.2px;
  font-weight: 600;
  margin: 0 0 0.35rem;
  display: block;
  text-align: left;
}

select {
  position: relative;
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* Custom border */
  padding: 1.08rem 1.13rem;
  /* Add padding for better UI */
  background-color: rgba(217, 217, 217, 0.08);
  /* Background color */
  background-image: url("../images/select-black-icon.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  width: 100%;
  border-radius: 0rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 250% */
  letter-spacing: 0.48px;
  width: 100%;
  margin: 0 0 1rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #949494 !important;
  height: auto;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

select:focus {
  border: 2px solid #fff;
  outline: none;
}

select option {
  color: #000;
  font-size: 0.875rem;
  font-weight: normal;
  border: 2px solid #fff;
  outline: none;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: rgba(217, 217, 217, 0.2);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #fff;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
  /* Windows High Contrast Mode */
  background-color: #fff;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: none;
  outline-offset: none;
}

input[type=checkbox]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: #fff;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
  outline: none;
  outline-offset: none;
}

input[type=radio]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

header.mainHd {
  background: #fff;
  position: relative;
  z-index: 9999;
}
header.mainHd .top_header .full_container {
  margin: 0 3.125rem;
}
header.mainHd .top_header .adjust_hd {
  justify-content: space-between;
  align-items: center;
}
header.mainHd .top_header .logo {
  width: 100%;
  max-width: 31.25rem;
}
header.mainHd .top_header .right-icon ul {
  display: flex;
  gap: 1.875rem;
  margin-right: 0.3125rem;
}
header.mainHd .top_header .right-icon ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(52, 52, 52, 0.2);
  padding: 8px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
header.mainHd .top_header .right-icon ul li a img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
header.mainHd .top_header .right-icon ul li a:hover {
  background: #f7941d;
  border-color: #f7941d;
}
header.mainHd .top_header .right-icon ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(103%) contrast(103%);
}
header.mainHd .bottom_header {
  background: rgb(255, 153, 2);
  position: relative;
  transition: all 0.3s ease-in-out;
}
header.mainHd .bottom_header .conversion-content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
header.mainHd .bottom_header.fixedHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
header.mainHd nav ul li a {
  color: var(--Soft-White, #f5f5f5);
}
@media (min-width: 62rem) {
  header.mainHd nav ul {
    display: flex;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
  }
  header.mainHd nav ul li a {
    display: flex;
    align-items: center;
    padding: 13px 18px;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out;
    transition: all ease 0.6s 0s;
  }
  header.mainHd nav ul li a:hover {
    background: #f7941d;
    color: #fff;
  }
  header.mainHd nav ul .current-menu-item a {
    background: #f7941d;
    color: #fff;
  }
  header.mainHd nav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
  }
  header.mainHd nav .menu-item-has-children > a::after {
    content: "";
    height: 0.375rem;
    width: 1.25rem;
    background: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    cursor: pointer;
    transform: rotate(0deg);
    transform-origin: 12px center;
    transition: all ease 0.5s 0s;
    margin-left: 2px;
  }
  header.mainHd nav .menu-item-has-children:hover::after {
    filter: brightness(0) saturate(100%) invert(60%) sepia(64%) saturate(2371%) hue-rotate(320deg) brightness(109%) contrast(103%);
    transform: rotate(-180deg);
  }
  header.mainHd nav .menu-item-has-children > a {
    margin-right: 0.3125rem;
  }
  header.mainHd nav .menu-item-has-children i {
    margin-left: 0.75rem;
  }
  header.mainHd nav .menu-item-has-children > ul.sub-menu {
    position: absolute;
    top: 3.29rem;
    padding: 0.75rem;
    border-radius: 0;
    background: #fff;
    box-shadow: 0rem 0.25rem 1.875rem 0.5rem rgba(0, 0, 0, 0.07);
    left: 0;
    z-index: 5;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    max-height: 0;
    overflow: visible;
  }
  header.mainHd nav .menu-item-has-children > ul.sub-menu li {
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: all ease 1s;
  }
  header.mainHd nav .menu-item-has-children > ul.sub-menu li a {
    padding: 0.5rem 0.625rem;
    min-width: 14.5625rem;
    margin-right: 0;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    border-radius: 0.625rem;
    border-bottom: none;
    transition: all ease 0.3s 0s;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header.mainHd nav .menu-item-has-children > ul.sub-menu li a:hover {
    color: #f7941d;
    background: #e9eaff;
  }
}
@media (min-width: 62rem) {
  header.mainHd nav .menu-item-has-children > ul.sub-menu li.menu-item-has-children .sub-menu {
    top: -11px;
    left: 14.6rem;
  }
  header.mainHd nav .menu-item-has-children > ul.sub-menu li.menu-item-has-children > a::after {
    content: "";
    height: 0.375rem;
    width: 1.25rem;
    background: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    cursor: pointer;
    transform: rotate(270deg);
    transform-origin: 12px center;
    transition: all ease 0.5s 0s;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header.mainHd nav .menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    max-height: 62.5rem;
    visibility: visible;
  }
  header.mainHd nav .menu-item-has-children:hover > ul.sub-menu li {
    opacity: 1;
    transition: all ease 1s;
  }
}

section {
  background: #fff;
  z-index: 1;
  position: relative;
}

section.banner_sec {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.banner_sec .vidBg {
  position: relative;
  width: 100%;
  height: 50rem;
  z-index: 1;
}
section.banner_sec .vidBg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.banner_sec .vidBg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(102, 102, 102, 0.3);
  z-index: 1;
}
section.banner_sec .container {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
section.banner_sec .container h1 {
  color: #eeeeee;
  font-size: 3.75rem;
  line-height: 2.8125rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0 12px;
}
section.banner_sec .container h1 span {
  color: #f7941d;
}
section.banner_sec .container p {
  color: white;
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 15px;
  width: 60%;
}
section.banner_sec .container p span {
  color: #f7941d;
}
section.banner_sec .container .btn {
  margin-top: 1.5rem;
}
section.banner_sec .container .banner-content {
  margin-top: 3.125rem;
  padding-left: 1.375rem;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #f7941d;
  background: #f7941d;
  font-weight: normal;
  color: #ffffff;
}

section.move_inter {
  padding: 10px 0 0;
}
section.move_inter .left-content {
  padding-left: 1.8375rem;
}
section.move_inter .left-content h2 {
  line-height: 1.25;
  font-size: 20px;
}
section.move_inter .left-content h2 span {
  color: #ff9902;
  background-color: #ffffff;
}
section.move_inter .left-content h3 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.25;
  font-size: 22px;
}
section.move_inter .left-content p {
  font-size: 1.0625rem;
  line-height: 2rem;
}

.form_spacing {
  max-width: 28.3125rem;
}
.form_spacing .form_heading {
  background: #f7941d;
  padding: 0.9375rem 0;
  text-align: center;
}
.form_spacing .form_heading h3 {
  color: #fff;
  margin: 0;
  font-size: 26px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.form_spacing .right-content {
  background: rgb(3, 39, 54);
  padding: 40px 33px;
}
.form_spacing .right-content input:not([type=submit],
[type=radio],
[type=checkbox],
[type=file]),
.form_spacing .right-content textarea {
  margin-bottom: 1.4rem;
}
.form_spacing .right-content label span {
  color: red;
}
.form_spacing .right-content .dateGp {
  position: relative;
}
.form_spacing .right-content .dateGp::before {
  color: #33475b;
  content: "📅";
  position: absolute;
  right: 10px;
  top: 0.5rem;
}
.form_spacing .row {
  margin-left: -4px;
  margin-right: -4px;
}
.form_spacing .row [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

section.move_inter2 {
  padding: 1.875rem 0 3.75rem;
}
section.move_inter2 .heading h2 {
  line-height: 2;
  text-align: center;
  font-size: 30px;
}
section.move_inter2 .heading p {
  max-width: 76.5rem;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  width: 100%;
  margin: 0 auto 1rem;
}
@media (min-width: 1260px) {
  section.move_inter2 .container {
    max-width: 1240px !important;
  }
}

.gpWidth_1240 {
  width: 100%;
  max-width: 77.5rem;
  margin: auto;
}

section.move_inter3.pt-50 {
  padding-bottom: 3.125rem;
}
section.move_inter3 h2 {
  text-align: left;
  line-height: 1.5;
  font-size: 45px;
  font-weight: 700;
  max-width: 580px;
  margin: 0 0 1.4rem;
}
section.move_inter3 .move_img {
  width: 100%;
  max-width: 36rem;
  margin: auto;
  background-color: rgb(3, 39, 54);
}
section.move_inter3 .move_img img {
  opacity: 0.6;
}
section.move_inter3 ul {
  list-style: none;
  max-width: 35.375rem;
}
section.move_inter3 ul li h3 {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  line-height: 1.5;
  margin: 0 0 15px;
}
section.move_inter3 ul li p {
  line-height: 1.5;
  margin: 0 0 15px;
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
section.move_inter3 .row {
  margin-left: 0;
  margin-right: 0;
}
section.move_inter3 .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  section.move_inter3 .col-md-6 {
    width: 48%;
  }
}
@media (min-width: 1260px) {
  section.move_inter3 .container {
    max-width: 1240px !important;
  }
}

section.hear_customers {
  position: relative;
  width: 100%;
  padding: 90px 0;
  background-size: cover !important;
  z-index: 1;
}
section.hear_customers::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(66, 91, 118, 0.6);
  z-index: -1;
}
section.hear_customers .headingTxt {
  text-align: center;
}

.headingTxt h2 {
  color: #fff;
  font-size: 45px;
}
.headingTxt p {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  margin: 0 0 1.4rem;
}
.headingTxt p span {
  color: #ff9902;
}

.gp_Swiper {
  position: relative;
}
.gp_Swiper .testimonailSwiper {
  height: 100%;
  margin-top: 30px;
}
.gp_Swiper .testimonailSwiper .testimonal_item {
  height: 100%;
  padding: 20px 20px;
  margin: auto;
  position: relative;
  height: 100%;
  border-radius: 7px;
  background: #ffffff;
  text-align: center;
  max-width: 550px;
  width: 100%;
}
.gp_Swiper .testimonailSwiper .testimonal_item .user_circle {
  width: 120px !important;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #000;
  overflow: hidden;
}
.gp_Swiper .testimonailSwiper .testimonal_item p {
  padding: 20px 10px 10px;
  line-height: 28px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
}
.gp_Swiper .testimonailSwiper .testimonal_item h6 {
  text-align: center;
  padding: 0px 0px 20px;
  width: 70%;
  margin: auto;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #ff9902;
  font-size: 18px;
}
.gp_Swiper [class*=swiper-button-] {
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  color: #ffffff;
  border: solid 2px #fff;
  padding: 7px;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
.gp_Swiper [class*=swiper-button-]:hover {
  opacity: 1;
}
.gp_Swiper .swiper-button-next {
  right: -45px;
}
.gp_Swiper .swiper-button-next::after {
  content: "\f0a9" !important;
  font-family: fontAwesome !important;
  font-size: 24px;
}
.gp_Swiper .swiper-button-prev {
  left: -45px;
}
.gp_Swiper .swiper-button-prev::after {
  content: "\f0a8" !important;
  font-family: fontAwesome !important;
  font-size: 24px;
}
.gp_Swiper .swiper-button-next.swiper-button-disabled,
.gp_Swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
}
.gp_Swiper .swiper-button-next.swiper-button-disabled:hover,
.gp_Swiper .swiper-button-prev.swiper-button-disabled:hover {
  opacity: 1;
}

section.ourMission {
  padding: 80px 0;
}
section.ourMission .mission_img {
  width: 100%;
  max-width: 35.25rem;
  background-color: rgb(3, 39, 54);
  overflow: hidden;
}
section.ourMission .mission_img img {
  width: 100%;
  opacity: 0.6;
  -o-object-fit: cover;
     object-fit: cover;
  height: 650px;
  scale: 1.2;
  -o-object-position: center top;
     object-position: center top;
}
section.ourMission .mission-details {
  text-align: center;
  max-width: 565px;
}
section.ourMission .mission-details h3 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 2.1875rem;
}
section.ourMission .mission-details h3 span {
  color: #ff9902;
}
section.ourMission .mission-details p {
  font-size: 17px;
}
section.ourMission .mission-details p:first-child {
  line-height: 1.5;
}
@media (min-width: 1260px) {
  section.ourMission .container {
    max-width: 1240px !important;
  }
}

section.kraroSec {
  padding: 50px 0;
}
section.kraroSec .container-fluid {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}
section.kraroSec h2 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 45px;
  max-width: 1200px;
  margin: 0 auto 1.4rem;
  text-align: center;
  line-height: 1;
}
section.kraroSec h2 span {
  color: #ff9902;
}
section.kraroSec .gp_PlayVid {
  position: relative;
}
section.kraroSec .gp_PlayVid .fullCover {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background: rgb(3, 39, 54);
}
section.kraroSec .gp_PlayVid .fullCover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
section.kraroSec .gp_PlayVid .fullCover .playIcon {
  position: absolute;
  display: block;
  height: auto;
  width: 211px;
  height: 211px;
  inset: 0;
  margin: auto;
  z-index: 1;
  transform: rotate(90deg);
}
section.kraroSec .gp_PlayVid .fullCover .playIcon:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 95px 150px 95px;
  border-color: transparent transparent #ffffff transparent;
}
section.kraroSec .gp_PlayVid iframe {
  width: 100%;
  height: clamp(25rem, 39vw + 17.2rem, 64rem);
}

section.krotaSec .container-fluid {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
section.krotaSec .gpSwiper {
  position: relative;
}
section.krotaSec .gpSwiper [class*=swiper-button-] {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  padding: 0;
  width: 2em;
}
section.krotaSec .gpSwiper [class*=swiper-button-]::after {
  font-size: 12px;
  font-weight: 900;
  color: #000;
}
section.krotaSec .gpSwiper [class*=swiper-button-]:hover {
  opacity: 1;
}
section.krotaSec .gpSwiper .swiper-button-next.swiper-button-disabled,
section.krotaSec .gpSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
}
section.krotaSec .gpSwiper .swiper-button-next.swiper-button-disabled:hover,
section.krotaSec .gpSwiper .swiper-button-prev.swiper-button-disabled:hover {
  opacity: 1;
}

section.ourMission.otherSec {
  padding: 70px 0;
}
section.ourMission.otherSec h3 {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}
section.ourMission.otherSec h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 2.5rem;
}

section.mapSec {
  padding: 5rem 1.25rem;
  text-align: center;
}
section.mapSec p {
  font-size: 1rem;
  color: #000;
  font-style: italic;
  max-width: 46.6875rem;
  margin: 0 auto 1.5rem;
}
section.mapSec p a {
  color: #f7941d;
}
section.mapSec p a:hover {
  color: #d3801a;
  text-decoration: underline;
}
section.mapSec .iframeMap {
  max-width: 900px;
  width: 100%;
  margin: auto;
  height: 28.125rem;
}
section.mapSec .iframeMap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

footer.ftMain {
  position: relative;
  z-index: 99;
}
footer.ftMain .top_ft {
  padding: 3.75rem 0;
  background: linear-gradient(to bottom left, rgb(255, 153, 2), rgb(230, 145, 56));
}
footer.ftMain .top_ft .row {
  padding: 10px 20px;
}
footer.ftMain .top_ft .about-us-section {
  margin: 0 0 1.5rem;
}
footer.ftMain .top_ft .about-us-section img {
  height: auto;
  max-width: 100%;
  width: 100px;
  margin: 0 0 5px;
}
footer.ftMain .top_ft .about-us-section p {
  line-height: 1.6;
  color: #fff;
}
footer.ftMain .top_ft .social__icon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.125rem;
}
footer.ftMain .top_ft .social__icon ul li a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  color: #000;
  transition: all 0.5s ease-in-out;
}
footer.ftMain .top_ft .social__icon ul li a i {
  font-size: 0.9375rem;
}
footer.ftMain .top_ft .social__icon ul li a:hover {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
}
footer.ftMain .top_ft .ft_item h4 {
  font-size: 30px;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0 1.4rem;
}
footer.ftMain .top_ft .ft_item ul li a {
  display: inline-block;
  padding: 5px 0;
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
footer.ftMain .top_ft .ft_item ul li a:hover {
  color: #000;
}
footer.ftMain .top_ft .ft_item .img-btn-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 1.875rem;
}
footer.ftMain .top_ft .ft_item .img-btn-wrap img {
  width: 100%;
}
footer.ftMain .top_ft .ft_item .img-btn-wrap a {
  background: #fff !important;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  font-family: Roboto, Arial;
  font-size: 12px;
  left: 11px;
  padding: 8px 19px 5px;
  position: absolute;
  bottom: 0.4375rem;
  z-index: 1;
}
footer.ftMain .top_ft .ft_item h5 {
  font-size: 25px;
  font-weight: 600;
  color: white;
  margin: 0 0 0.75rem;
}
footer.ftMain .top_ft .ft_item ul.comp li {
  margin: 0 0 0.75rem;
}
footer.ftMain .top_ft .ft_item ul.comp li p,
footer.ftMain .top_ft .ft_item ul.comp li a,
footer.ftMain .top_ft .ft_item ul.comp li i {
  color: #fff;
  display: inline;
}
footer.ftMain .top_ft .ft_item ul.comp li i {
  margin-right: 0.3125rem;
}
footer.ftMain .top_ft .ft_item ul.comp li a {
  word-break: break-all;
}
footer.ftMain .top_ft .ft_item ul.comp li a:hover {
  color: #000;
}
footer.ftMain .copyright {
  background: #ffffff;
  padding: 10px 0;
  text-align: center;
}
footer.ftMain .copyright p {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  color: #000;
  margin: 0;
  padding: 0;
}
footer.ftMain .copyright p a {
  color: #f7941d;
}
footer.ftMain .copyright p a:hover {
  color: #d3801a;
  text-decoration: underline;
}

section.abtSec1 {
  padding: 80px 0px;
}
section.abtSec1 h2 {
  text-align: center;
  font-size: 45px;
  line-height: 4.25rem;
}
section.abtSec1 h2 span {
  color: #f7941d;
}
section.abtSec1 .abt_dt,
section.abtSec1 .abt_div_op {
  width: 100%;
  max-width: 35.25rem;
}
section.abtSec1 .abt_div_op h3 {
  text-align: center;
  font-size: 40px;
  line-height: 3.75rem;
  font-weight: 700;
}
section.abtSec1 .abt_div_op h3 span {
  color: #f7941d;
}
section.abtSec1 .row [class*=col-] {
  width: 48.717948718%;
}
@media (min-width: 1260px) {
  section.abtSec1 .container {
    max-width: 1240px !important;
  }
}

section.abtSec2 {
  padding: 2.5rem 0;
  text-align: center;
}
section.abtSec2 h2 {
  font-size: 2.8125rem;
  line-height: 4.25rem;
}
section.abtSec2 h2 span {
  color: #ff9902;
}
section.abtSec2 p {
  font-size: 1.0625rem;
  line-height: 1.6875rem;
}
@media (min-width: 1260px) {
  section.abtSec2 .container {
    max-width: 1240px !important;
    padding: 0px 20px;
  }
}

section.abtSec3 {
  padding: 50px 0;
  background: rgb(238, 238, 238);
}
section.abtSec3 h2 {
  line-height: 1.2;
  font-size: 2.8125rem;
  margin: 0;
}
section.abtSec3 h2 span {
  color: #f7941d;
}
section.abtSec3 h3 {
  font-weight: 400;
  font-size: 35px;
}
section.abtSec3 p {
  font-size: 1.0625rem;
  line-height: 2rem;
}
section.abtSec3 .kratos_dt {
  width: 100%;
  max-width: 40.375rem;
}
section.abtSec3 .form_spacing .right-content {
  background: rgb(3, 39, 54);
}

.banner_sec.innerbanner {
  position: relative;
  z-index: 1;
}
.banner_sec.innerbanner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(102, 102, 102, 0.8);
}
.banner_sec.innerbanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 0;
  left: 0;
  top: 0;
  z-index: -5;
}
.banner_sec.innerbanner .container {
  transform: translateY(0);
  position: static;
}
.banner_sec.innerbanner .container .btn {
  margin-top: 0;
}
.banner_sec.innerbanner .container > .row {
  padding: 10px 20px;
}
.banner_sec.innerbanner .container p {
  font-size: 17px;
  width: auto;
  margin: 0 0 22.4px;
  line-height: 32px;
  padding: 0 5px 0 0;
}
.banner_sec.innerbanner .container p a {
  color: #f7941d;
}
.banner_sec.innerbanner .container p a:hover {
  color: #d3801a;
  text-decoration: underline;
}
.banner_sec.innerbanner .container h1 {
  margin: 0 0 1.4rem;
  line-height: 1.5;
}

.difference {
  padding: 25px 0 80px;
}
.difference .container {
  padding: 0 2px;
}
.difference h2 {
  color: #17161a;
  font-size: 45px;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 1.4rem;
}
.difference h2 span {
  color: #f7941d;
}
.difference p {
  text-align: center;
  margin: 0 0 1.4rem;
  font-size: 17px;
}
.difference p span {
  color: #ff9902;
}
.difference .videosec {
  margin-top: 40px;
}
.difference .videosec video {
  width: 100%;
  padding: 0 15px;
}

.get-touch {
  padding-top: 25px;
}
.get-touch h2 {
  color: #17161a;
  font-size: 45px;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 1.4rem;
}
.get-touch h2 span {
  color: #f7941d;
}
.get-touch h4 {
  background-color: #ff8c00;
  padding: 2px 5px;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 1.4rem;
}
.get-touch .formsec {
  max-width: 1000px;
  margin: 0 auto;
}
.get-touch .formsec label {
  display: block;
  font-size: 15px;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
  color: #425b76;
}
.get-touch .formsec input:not([type=submit],
[type=radio],
[type=checkbox],
[type=file]),
.get-touch .formsec textarea {
  margin-bottom: 0;
  color: white !important;
  background-color: #032736;
}
.get-touch .formsec textarea {
  background-color: #032736 !important;
  background-image: none !important;
  color: #ffffff !important;
  font-size: 0.875rem;
  padding: 1rem;
  height: 80px;
}
.get-touch .formsec .inputcontainer {
  margin-bottom: 1.4rem;
}
.get-touch .formsec .inputcontainer.two-column {
  display: flex;
  align-items: flex-start;
}
.get-touch .formsec .inputcontainer.two-column .w-50 {
  max-width: 50%;
  width: 100%;
}
.get-touch .formsec .inputcontainer.two-column .w-50 label {
  margin-bottom: 0.35rem;
}
.get-touch .formsec .inputcontainer.four-row {
  flex-wrap: wrap;
  gap: 1.4rem 15px;
}
.get-touch .formsec .inputcontainer.four-row .w-50 {
  max-width: calc(50% - 7.5px);
}
.get-touch .formsec .inputcontainer .checkbox li {
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
  display: flex !important;
}
.get-touch .formsec .inputcontainer .checkbox li label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 400;
}
.get-touch .formsec .inputcontainer .checkbox li label input[type=checkbox],
.get-touch .formsec .inputcontainer .checkbox li label input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 13px;
  height: 13px;
}
.get-touch .formsec .inputcontainer .checkbox li label input[type=checkbox]::before,
.get-touch .formsec .inputcontainer .checkbox li label input[type=radio]::before {
  display: none;
}
.get-touch .formsec .inputcontainer.movedwith > label {
  color: #425b76;
  font-weight: 400;
}
.get-touch .formsec .note {
  margin: 0 0 1.4rem;
}
.get-touch .formsec .note p {
  margin-bottom: 0;
  font-size: 15px;
}
.get-touch .formsec .submit {
  text-align: center;
}
.get-touch .formsec .dateGp {
  position: relative;
}
.get-touch .formsec .dateGp::before {
  color: #33475b;
  content: "📅";
  position: absolute;
  right: 10px;
  top: 0.5rem;
}
.get-touch .formsec .dateGp .invalid.error {
  border: 1px solid #ef6b51;
}

.faq-sec {
  padding: 50px 0px;
}
.faq-sec h2 {
  color: #032736;
  text-align: center;
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1.5;
}
.faq-sec h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #032736;
  font-size: 30px;
  line-height: 28px;
  margin: 0 0 1.4rem;
  padding-bottom: 40px;
  text-align: center;
}
.faq-sec .faq_box {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 40px auto 55px;
  position: relative;
}
.faq-sec .faq_box .faq_item {
  text-align: left;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}
.faq-sec .faq_box .faq_item.main_active .faq_hd h5 {
  color: var(--White, #fff);
}
.faq-sec .faq_box .faq_item.main_active .faq_hd.closed::before {
  color: #fff;
}
.faq-sec .faq_box .faq_item.main_active .faq_cont {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.faq-sec .faq_box .faq_item:last-child {
  margin: 0;
}
.faq-sec .faq_box .faq_item + .faq_item {
  margin-top: 0.625rem;
}
.faq-sec .faq_box .faq_item .faq_hd {
  padding: 20px 15px;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0px;
  background: #032736;
  color: #ffffff;
}
.faq-sec .faq_box .faq_item .faq_hd::before {
  font: var(--fa-font-solid);
  content: "+";
  position: absolute;
  display: flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 0px;
  top: 0px;
  margin: auto;
  z-index: 1;
  font-size: 1rem;
  width: 50px;
  height: 100%;
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
}
.faq-sec .faq_box .faq_item .faq_hd.closed::before {
  content: "\f068";
}
.faq-sec .faq_box .faq_item .faq_hd h5 {
  position: relative;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.faq-sec .faq_box .faq_item .faq_cont {
  display: none;
  padding: 20px 13px;
  overflow: hidden;
  display: none;
  border: solid 1px #424242;
  border-top: 0px;
  font-size: 15px;
}
.faq-sec .faq_box .faq_item .faq_cont p {
  font-weight: 300;
  margin: 0;
  color: black;
  font-weight: 400;
  font-size: 17px;
}

.innerban .tx {
  position: relative;
  z-index: 2;
}
.innerban .tx h1 {
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 72px;
  text-align: center;
  margin: 0 0 1.4rem;
  line-height: 1.5;
}
.innerban .tx h1 span {
  color: #f7941d;
}

.blog-card {
  background-color: rgb(255, 153, 2);
  border: 0px solid #d7d9e3;
  border-radius: 16px;
  padding: 0px;
  box-shadow: 0px 0px 12px 0px rgba(27, 170, 160, 0.12);
  overflow: hidden;
}
.blog-card .img {
  display: block;
  height: 350px;
  overflow: hidden;
}
.blog-card .img img {
  display: block;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all ease 0.3s 0s;
}
.blog-card .tx {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 35px;
  padding-left: 25px;
}
.blog-card .tx h3 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.blog-card .tx h3 a {
  color: rgb(255, 255, 255);
}
.blog-card .tx p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 1.05rem;
  text-decoration: none;
  line-height: 1.6;
  margin: 0 0 15px;
  color: rgb(255, 255, 255);
}
.blog-card .tx .det a,
.blog-card .tx .det p {
  font-size: 12px;
  line-height: 20px;
  color: rgb(255, 255, 255);
}
.blog-card .tx .det p {
  margin-bottom: 0;
}
.blog-card:hover .img img {
  transform: scale(1.1);
}

.blog-section1 {
  padding: 90px 0;
}
@media (min-width: 1260px) {
  .blog-section1 .container {
    max-width: 1240px;
  }
}
.blog-section1 div:has(.blog-card):nth-child(odd) {
  padding-left: 0;
}
.blog-section1 div:has(.blog-card):nth-child(even) {
  padding-right: 0;
}
.blog-section1 .pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.blog-section1 .ft-navigation {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-section1 .pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
  color: #f7941d;
}
.blog-section1 .pagination__link svg {
  width: 15px;
}
.blog-section1 .pagination__link,
.blog-section1 .pagination__link:hover,
.blog-section1 .pagination__link:focus,
.blog-section1 .pagination__link:active {
  text-decoration: none;
}
.blog-section1 .pagination__link--disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.blog-section1 .pagination__link--disabled .pagination__link-text {
  color: #b0c1d4 !important;
}
.blog-section1 .pagination__link--first,
.blog-section1 .pagination__link--prev {
  margin-right: 0.7rem;
}
.blog-section1 .pagination__link--first {
  margin-left: 0;
}
.blog-section1 .pagination__link--number {
  border: 2px solid transparent;
  border-radius: 8px;
  margin: 0 2px;
  padding: 4px 10px;
}
.blog-section1 .pagination__link--number:hover,
.blog-section1 .pagination__link--number:focus,
.blog-section1 .pagination__link--active {
  border-color: rgb(255, 153, 2);
}
.blog-section1 .pagination__link--active {
  font-weight: bold;
}
.blog-section1 .pagination__link--last,
.blog-section1 .pagination__link--next {
  margin-left: 0.7rem;
}
.blog-section1 .pagination__link--last {
  margin-right: 0;
}
.blog-section1 .pagination__link svg,
.blog-section1 .pagination__link svg {
  height: 16px;
  margin: 0;
  width: 16px;
}

.video_pop {
  position: relative;
  border-radius: 7px;
  height: 35rem;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgb(3, 39, 54);
}
.video_pop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.video_pop .popu-div .video-play-btn {
  border-radius: 50%;
  box-sizing: content-box;
  display: block;
  height: 55px;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  z-index: 10;
}
.video_pop .popu-div .video-play-btn span {
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  border-radius: 3px;
  border-top: 15px solid transparent;
  display: block;
  height: 0;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  z-index: 3;
}
.video_pop .popu-div .video-play-btn:after, .video_pop .popu-div .video-play-btn:before {
  background: #f7941d;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video_pop .popu-div .video-play-btn:before {
  animation: pulse-border 1.5s ease-out infinite;
  height: 150px;
  width: 150px;
  z-index: 0;
}
.video_pop .popu-div .video-play-btn:after {
  height: 100px;
  transition: all 0.2s;
  width: 100px;
  z-index: 1;
}
@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
  }
}

.fancybox__slide {
  padding: 0 44px;
}

.fancybox__content {
  padding: 0;
}

.fancybox__container {
  z-index: 9999;
}

.fancybox__content {
  max-width: 1513px !important;
  max-height: 900px !important;
  height: auto !important;
  width: 100% !important;
}

.fancybox__html5video {
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__slide.has-image .fancybox__content {
  max-width: revert !important;
  max-height: revert !important;
  height: revert !important;
  width: revert !important;
}

section.testSec1 {
  padding: 3.75rem 0;
}
section.testSec1 .px-30px {
  padding: 0 30px;
}
section.testSec1 .description-text h2 {
  line-height: 1.2;
  font-size: 2.8125rem;
  margin: 0;
}
section.testSec1 .description-text h3 {
  font-size: 2.1875rem;
  font-weight: 500;
}
section.testSec1 .description-text p {
  font-size: 1.0625rem;
  line-height: 2rem;
}
section.testSec1 .description-text p.quoteName {
  color: #f7941d;
}
section.testSec1 .description-text p.quoteName span {
  color: #425b76;
}

.innerban .tx {
  position: relative;
  z-index: 2;
}
.innerban .tx h1 {
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 72px;
  text-align: center;
  margin: 0 0 1.4rem;
  line-height: 1.5;
}
.innerban .tx h1 span {
  color: #f7941d;
}
.innerban.bfBg {
  z-index: 1;
  position: relative;
}
.innerban.bfBg::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(3, 39, 54, 0.8);
  z-index: 1;
}
.innerban.abtPg {
  padding: 60px 0;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.innerban.abtPg .tx h1 {
  text-align: left;
  font-size: 3.75rem;
  margin: 0;
  padding: 2.0938rem 1.4375rem;
}

section.hear_customers.testSec2 .gp_Swiper .testimonailSwiper .testimonal_item h6 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  color: #f7941d;
  font-size: 20px;
}
section.hear_customers.testSec2 .gp_Swiper .testimonailSwiper .testimonal_item p {
  margin: 0;
}
section.hear_customers.testSec2 .gp_Swiper .testimonailSwiper .testimonal_item.fontPoppins p {
  font-family: Poppins, sans-serif;
}

section.testSec2 {
  text-align: center;
  padding: 80px 20px;
}
section.testSec2 h2 {
  font-size: 2.8125rem;
}
section.testSec2 h3 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: rgb(17, 17, 17);
  text-wrap: balance;
  line-height: 1.32;
  font-family: "Poppins", sans-serif;
}

section.testSec3 {
  padding: 80px 20px;
}
section.testSec3 ul.photoFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
  gap: 10px;
  margin: 0 0 1.5rem;
}
section.testSec3 ul.photoFlex li {
  flex-basis: calc(33.3333333333% - 10px);
  aspect-ratio: 16/9;
  margin: 0;
  overflow: hidden;
  position: relative;
  background: rgb(3, 39, 54);
}
section.testSec3 ul.photoFlex li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.6;
}
@media (min-width: 1260px) {
  section.testSec3 .container {
    max-width: 1240px !important;
  }
}

section.innerban.movePg {
  padding-top: 100px;
  padding-bottom: 101px;
  background-size: cover !important;
  background-attachment: fixed !important;
}
section.innerban.movePg .row {
  padding: 0 20px;
}
section.innerban.movePg .tx h1 {
  text-align: left;
  font-size: 45px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
section.innerban.movePg .tx h2 {
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
  line-height: 45px;
}

section.mvSec1 {
  padding: 5rem 1.25rem 0;
}
section.mvSec1 h2 {
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 2.5rem;
}
section.mvSec1 .row .col-md-6 {
  width: 48.717948718%;
}
section.mvSec1 .bullets_list ul {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  list-style: disc;
}
section.mvSec1 .bullets_list ul li + li {
  margin-top: 1.5625rem;
}
section.mvSec1 .mt30 {
  margin-top: 1.875rem;
}
@media (min-width: 1260px) {
  section.mvSec1 .container {
    max-width: 1240px !important;
  }
}

section.mvSec2 {
  padding: 35px 0;
}
section.mvSec2 .fmVideo {
  width: 100%;
  padding: 0 0.9375rem;
}
section.mvSec2 .fmVideo video {
  width: 100%;
  display: block;
}

section.mvSec3 {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background-attachment: fixed !important;
  background-size: cover !important;
}
section.mvSec3::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(57, 57, 57, 0.8);
}
section.mvSec3 .row30 {
  padding: 10px 20px;
}
section.mvSec3 .description-text h2 {
  line-height: 1.2;
  color: #fff;
  font-size: 2.8125rem;
  margin: 0;
}
section.mvSec3 .description-text h2 span {
  color: #f7941d;
}
section.mvSec3 .description-text h3 {
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
section.mvSec3 .description-text p {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 2rem;
}

.banner_sec.loc-main {
  padding-top: 80px;
  padding-bottom: 80px;
}
.banner_sec.loc-main:before {
  background: rgba(0, 0, 0, 0.6);
}
.banner_sec.loc-main .container p {
  margin-bottom: 0;
}
.banner_sec.loc-main .form_spacing {
  background-color: rgba(255, 255, 255, 0.6);
}
.banner_sec.loc-main .form_spacing .form_heading h3 {
  color: #032736;
}
.banner_sec.loc-main .form_spacing .right-content .checkbox {
  margin-top: 7px;
}
.banner_sec.loc-main .form_spacing .right-content .checkbox li {
  margin-bottom: 20px;
}
.banner_sec.loc-main .form_spacing .right-content .checkbox li:last-child {
  margin-bottom: 25px;
}
.banner_sec.loc-main .form_spacing .right-content .checkbox li label {
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
}
.banner_sec.loc-main .form_spacing .right-content .checkbox li label span {
  color: #fff;
}
.banner_sec.loc-main .form_spacing .right-content .checkbox li label input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 17px;
  height: 17px;
}
.banner_sec.loc-main .form_spacing .right-content .checkbox li label input[type=checkbox]:before {
  display: none;
}

.awards-sec {
  background: rgb(3, 39, 54);
  padding: 80px 0;
}
.awards-sec h2 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 45px;
}
.awards-sec h2 span {
  display: block;
  color: #f7941d;
}
.awards-sec .award-sec-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
}
.awards-sec .award-sec-row .awardbx {
  flex: 0 0 11.11%;
  padding: 0 15px;
  text-align: center;
}
.awards-sec .award-sec-row .awardbx img {
  max-width: 100%;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin: 0 0 10px 0;
}
.awards-sec .award-sec-row .awardbx span {
  font-size: 12px;
  line-height: 1.6;
  color: white;
  margin-bottom: 1.4rem;
  display: block;
}

.locations {
  padding: 80px 0px;
}
.locations h2 {
  text-align: center;
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 45px;
  margin-bottom: 1.4rem;
}
.locations h2 span {
  color: #ff9902;
}
.locations .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.locations .inner-wrap > div {
  flex: 0 0 48%;
}
.locations .inner-wrap p {
  line-height: 1.5;
  margin: 0 0 15px;
  font-size: 17px;
  color: #333;
}
.locations .inner-wrap .right .side-title {
  font-size: 45px;
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0 1.4rem;
}
.locations .inner-wrap .right .search-section .search-box {
  background: #fff;
  border-radius: 5px;
  margin: 0;
  max-width: 600px;
  width: 100%;
}
.locations .inner-wrap .right .search-section .search-box .row {
  align-items: center;
  display: flex;
  padding: 10px 20px;
}
.locations .inner-wrap .right .search-section .search-box .result-box {
  display: none;
}
.locations .inner-wrap .right .search-section .search-box .result-box ul {
  border-top: 1px solid #999;
  padding: 15px 10px;
  margin: 0 0 1.5rem;
}
.locations .inner-wrap .right .search-section .search-box .result-box ul li {
  border-radius: 3px;
  cursor: pointer;
  list-style: none;
  padding: 15px;
}
.locations .inner-wrap .right .search-section .search-box .result-box ul li a {
  color: #f7941d;
}
.locations .inner-wrap .right .search-section .search-box .searchbtn {
  margin-bottom: 20px;
  position: relative;
}
.locations .inner-wrap .right .search-section .search-box .searchbtn input[type=text] {
  margin: 0;
  padding: 8.5px 15px;
  padding-right: 110px;
}
.locations .inner-wrap .right .search-section .search-box .searchbtn .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.locations .inner-wrap .right .search-section .search-box .searchbtn .fakebtn input[type=submit] {
  position: absolute;
  inset: 0;
  background: red;
  border: none;
  background-color: transparent;
}
.locations .inner-wrap .right .image {
  background: rgb(3, 39, 54);
}
.locations .inner-wrap .right .image img {
  width: 100%;
  opacity: 0.6;
}

.explainer {
  background-image: linear-gradient(rgb(3, 39, 54), rgb(3, 39, 54));
  padding: 80px 20px;
}
.explainer h2 {
  max-width: 900px;
  margin: 0px auto 30px;
  text-align: center;
  font-size: 45px;
  line-height: 1.5;
  color: white;
}
.explainer h2 span {
  color: #f7941d;
}
.explainer .video_pop {
  max-height: 350px;
}

section.innerban.faqPg {
  padding: 7.8rem 0 8.457rem;
  background-size: cover !important;
  background-attachment: fixed !important;
}
section.innerban.faqPg .row {
  padding: 0 1.25rem;
}
section.innerban.faqPg.bfBg::before {
  background-color: rgba(66, 91, 118, 0.7);
}
section.innerban.faqPg h1 {
  font-size: 45px;
  text-align: left;
}

section.faq-sec.faqPg h4 {
  margin: 0 0 1.4rem;
  padding-bottom: 0;
}
section.faq-sec.faqPg h4 + p {
  text-align: center;
}
section.faq-sec.faqPg p {
  margin: 0 0 1.4rem;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
}
section.faq-sec.faqPg .faq_box {
  margin: 40px auto 75px;
}
section.faq-sec.faqPg .faq_box .faq_item .faq_hd {
  background: #ff9902;
}
section.faq-sec.faqPg .faq_box .faq_item .faq_cont {
  padding: 20px 15px 20px 15px;
}
section.faq-sec.faqPg .faq_box .faq_item .faq_cont p {
  margin: 0;
  padding: 0;
}

section.faqPg2 {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-align: center;
  padding: 5rem 1.25rem;
}
section.faqPg2 h2 {
  font-size: 2.8125rem;
  color: #fff;
  margin: 0 0 0.5rem;
}
section.faqPg2 p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
section.faqPg2 .form_spacing {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
section.faqPg2 .form_spacing .right-content {
  background: transparent;
  padding: 0;
}
section.faqPg2 .form_spacing .right-content label {
  display: block;
  text-align: left;
}

.banner_sec.loc-inner .left-content {
  padding: 0 2px 0 0;
}

.awards-sec .award-sec-row .awardbx img {
  height: inherit;
}

.awards-sec.loc-inner {
  background-color: rgb(255, 153, 2);
}
.awards-sec.loc-inner h2 span {
  color: white;
}

.heading-with-row {
  margin-top: -30px;
  padding-bottom: 80px;
}
.heading-with-row .heading-with-row-inner {
  margin-bottom: 1.4rem;
}
.heading-with-row .heading-with-row-inner:last-child {
  margin-bottom: 0;
}
.heading-with-row h3 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 30px;
  margin: 0 0 1.4rem;
  text-align: center;
}
.heading-with-row h3 span {
  color: #ff9902;
}
.heading-with-row p {
  font-size: 17px;
  margin-bottom: 0;
}
.heading-with-row.nested {
  margin-top: 0;
}
.heading-with-row.nested .row {
  gap: 1.4rem 0;
}
.heading-with-row.nested .left {
  padding-right: 15px;
}
.heading-with-row.nested .right {
  padding-left: 15px;
}
.heading-with-row.nested .singlerow .singlerow--inner {
  display: flex;
  align-items: flex-start;
  gap: 67px;
}
.heading-with-row.nested .singlerow .singlerow--inner .img {
  width: 134px;
  flex: 1 0 134px;
}
.heading-with-row.nested .singlerow .singlerow--inner p {
  margin-bottom: 22px;
}

.videowrap {
  background: linear-gradient(rgb(255, 153, 2), rgb(255, 153, 2));
  padding: 40px 0;
}
.videowrap video {
  width: 100%;
}

.latestblogs {
  padding-bottom: 80px;
}
.latestblogs h2 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 45px;
  text-align: center;
  margin: 0 0 1.4rem;
}
.latestblogs .heading > p {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
.latestblogs .heading > p:before {
  content: "";
  width: 150px;
  height: 5px;
  display: inline-block;
  margin: 0 auto;
  transition: 0.3s;
  text-align: center;
  margin-bottom: 0;
  border-radius: 10px;
  background: #e14d43;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.latestblogs .heading:hover p:before {
  width: 200px;
}
.latestblogs .blogslider {
  overflow: hidden;
  position: relative;
  padding: 0 30px;
}
.latestblogs .blogcard {
  min-height: 650px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  min-width: 250px;
}
.latestblogs .blogcard .blogimg {
  background-color: rgb(3, 39, 54);
}
.latestblogs .blogcard img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  opacity: 0.6;
}
.latestblogs .blogcard .blogtext {
  padding: 20px;
}
.latestblogs .blogcard .blogtext h3 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 20px;
}
.latestblogs .blogcard .blogtext h3 a {
  color: #17161a;
}
.latestblogs .blogcard .blogtext p {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
.latestblogs .swiper-button-prev,
.latestblogs .swiper-button-next {
  left: auto;
  right: -3px;
  color: #000000;
  opacity: 0.75;
  font-size: 20px;
}
.latestblogs .swiper-button-prev:after,
.latestblogs .swiper-button-next:after {
  display: none;
}
.latestblogs .swiper-button-prev:before,
.latestblogs .swiper-button-next:before {
  content: "\f0a9" !important;
  font-family: fontAwesome !important;
}
.latestblogs .swiper-button-prev {
  left: -3px;
}
.latestblogs .swiper-button-prev:before {
  content: "\f0a8" !important;
  font-family: fontAwesome !important;
}

.innerban {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.innerban > img {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.innerban .tx {
  position: relative;
  z-index: 2;
}
.innerban .tx h1 {
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 72px;
  text-align: center;
  margin: 0 0 1.4rem;
  line-height: 1.5;
}
.innerban .tx h1 span {
  color: #f7941d;
}
.innerban.bfBg {
  z-index: 1;
  position: relative;
}
.innerban.bfBg::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(3, 39, 54, 0.8);
  z-index: 1;
}
.innerban.blog-dBg {
  z-index: 1;
  position: relative;
  padding: 2.2rem 0 1.6rem;
}
.innerban.blog-dBg::before {
  content: " ";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 39, 54, 0.5);
  z-index: 1;
}
.innerban.blog-dBg h1 {
  font-size: 2.12rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto 1.4rem;
  max-width: 570px;
  padding: 3.3rem 0;
  position: relative;
  top: 0.25rem;
}
.innerban.abtPg {
  padding: 60px 0;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.innerban.abtPg > img {
  -o-object-position: top;
     object-position: top;
}
.innerban.abtPg .tx h1 {
  text-align: left;
  font-size: 3.75rem;
  margin: 0;
  padding: 2.0938rem 1.4375rem;
}

.blog-card {
  background-color: rgb(255, 153, 2);
  border: 0px solid #d7d9e3;
  border-radius: 16px;
  padding: 0px;
  box-shadow: 0px 0px 12px 0px rgba(27, 170, 160, 0.12);
  overflow: hidden;
  height: 100%;
}
.blog-card .img {
  display: block;
  height: 350px;
  overflow: hidden;
  background-color: rgb(3, 39, 54);
}
.blog-card .img img {
  display: block;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all ease 0.3s 0s;
  opacity: 0.6;
}
.blog-card .tx {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 35px;
  padding-left: 25px;
}
.blog-card .tx h3 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.blog-card .tx h3 a {
  color: rgb(255, 255, 255);
}
.blog-card .tx p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 1.05rem;
  text-decoration: none;
  line-height: 1.6;
  margin: 0 0 15px;
  color: rgb(255, 255, 255);
}
.blog-card .tx .det a,
.blog-card .tx .det p {
  font-size: 12px;
  line-height: 20px;
  color: rgb(255, 255, 255);
}
.blog-card .tx .det p {
  margin-bottom: 0;
}
.blog-card:hover .img img {
  transform: scale(1.1);
}

.blog-section1 {
  padding: 90px 0;
}
@media (min-width: 1260px) {
  .blog-section1 .container {
    max-width: 1240px;
  }
}
.blog-section1 .row div:has(.blog-card):nth-child(odd) {
  padding-left: 0;
}
.blog-section1 .row div:has(.blog-card):nth-child(even) {
  padding-right: 0;
}
.blog-section1 .pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.blog-section1 .ft-navigation {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-section1 .pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
  color: #f7941d;
}
.blog-section1 .pagination__link svg {
  width: 15px;
}
.blog-section1 .pagination__link,
.blog-section1 .pagination__link:hover,
.blog-section1 .pagination__link:focus,
.blog-section1 .pagination__link:active {
  text-decoration: none;
}
.blog-section1 .pagination__link--disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.blog-section1 .pagination__link--disabled .pagination__link-text {
  color: #b0c1d4 !important;
}
.blog-section1 .pagination__link--first,
.blog-section1 .pagination__link--prev {
  margin-right: 0.7rem;
}
.blog-section1 .pagination__link--first {
  margin-left: 0;
}
.blog-section1 .pagination__link--number {
  border: 2px solid transparent;
  border-radius: 8px;
  margin: 0 2px;
  padding: 4px 10px;
}
.blog-section1 .pagination__link--number:hover,
.blog-section1 .pagination__link--number:focus,
.blog-section1 .pagination__link--active {
  border-color: rgb(255, 153, 2);
}
.blog-section1 .pagination__link--active {
  font-weight: bold;
}
.blog-section1 .pagination__link--last,
.blog-section1 .pagination__link--next {
  margin-left: 0.7rem;
}
.blog-section1 .pagination__link--last {
  margin-right: 0;
}
.blog-section1 .pagination__link svg,
.blog-section1 .pagination__link svg {
  height: 16px;
  margin: 0;
  width: 16px;
}

/* Blog post */
.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: rgb(255, 153, 2);
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
  fill: #20b446;
}

.blog-post__tag-link {
  color: #000;
  font-size: 0.8rem;
}

/* Blog related posts */
.blog-recent-posts {
  background-color: #f2f2f2;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494a52;
  display: block;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex: 0 0 33.3333333333%;
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
  background: #032736;
  padding: 50px 30px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.blog-comments .hs-button:hover {
  background-color: #494a52;
  color: #fff;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494a52;
  text-decoration: underline;
}

.blog-det1 .blog-post h5 {
  font-size: 25px;
  font-weight: 700;
  margin: 1.8rem 0 1.7rem;
}
.blog-det1 .blog-post p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.6;
  font-size: 1.06rem;
  margin: 0 0 1.4rem;
  max-width: 950px;
}
.blog-det1 .blog-post h4 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 1.4rem;
}
.blog-det1 .blog-post h6 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 1.4rem;
}
.blog-det1 .blog-post h6 strong {
  font-size: 18px;
  font-weight: 700;
}
.blog-det1 .blog-post h6 img {
  margin-right: 10px;
  max-width: 100%;
}

/* Blog related posts */
.blog-recent-posts {
  background-color: #f2f2f2;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
  font-size: 45px;
  color: #17161a;
}

.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494a52;
  display: block;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex: 0 0 33.3333333333%;
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__post:hover p {
  color: #d3801a;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
  font-size: 24px;
  font-weight: 700;
  color: #17161a;
  font-family: Poppins;
  line-height: 2.2rem;
  font-style: normal;
  text-decoration: none;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts p {
  color: #494a52;
  font-size: 1.05rem;
  margin: 0 0 1.4rem;
}
@media (min-width: 1260px) {
  .blog-recent-posts .container {
    max-width: 1240px;
  }
}

.innerban.realtor {
  padding: 90px 0;
  background-color: #032736;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.innerban.realtor::before {
  content: " ";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
@media (min-width: 1260px) {
  .innerban.realtor .container {
    max-width: 1200px !important;
    width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.innerban.realtor .container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.innerban.realtor .container .row .left-content {
  padding: 5px 14px;
}
.innerban.realtor .container .row .left-content .description-text h1,
.innerban.realtor .container .row .left-content .description-text h2 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
}
.innerban.realtor .container .row .left-content .description-text p {
  font-size: 17px;
  color: #ffffff;
}
.innerban.realtor h1 {
  font-size: 60px;
  margin: 0 0 1.8rem;
}
.innerban.realtor h1 span {
  color: #f7941d;
}
.innerban.realtor h2 {
  font-size: 45px;
}
.innerban.realtor .form_spacing .form_heading {
  text-align: center;
  padding: 15px 0;
  background: #f7941d;
}
.innerban.realtor .form_spacing .form_heading h3 {
  margin: 0;
  font-size: 26px;
  color: #032736;
}
.innerban.realtor .form_spacing textarea {
  height: 80px;
}
.innerban.realtor .form_spacing .right-content {
  background: rgb(3, 39, 54);
}

.awards-sec {
  background: rgb(255, 153, 2);
  padding: 80px 0;
}
.awards-sec .award-sec-heading {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 0 0 1.4rem;
}
.awards-sec .award-sec-heading h2 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
}
.awards-sec .award-sec-heading h2 span {
  display: block;
  color: #ffffff;
  margin-top: 0px;
}
.awards-sec .award-sec-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
}
.awards-sec .award-sec-p {
  flex: 0 0 11.11%;
  padding: 0 15px;
  max-width: 180px;
  text-align: center;
}
.awards-sec .award-sec-p .award-sec-box {
  background-color: transparent;
  text-align: center;
}
.awards-sec .award-sec-p .award-sec-box img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin: 0 0 10px 0;
}
.awards-sec .award-sec-p .award-sec-box p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .awards-sec .award-sec-p {
    flex: 0 0 15.11%;
  }
}
@media (max-width: 991px) {
  .awards-sec .award-sec-p {
    flex: 0 0 19.11%;
  }
}
@media (max-width: 767px) {
  .awards-sec {
    padding: 40px 0;
  }
  .awards-sec .award-sec-p {
    flex: 0 0 25%;
  }
}
@media (max-width: 575px) {
  .awards-sec .award-sec-p {
    flex: 0 0 33.3%;
  }
}
@media (max-width: 480px) {
  .awards-sec .award-sec-p {
    flex: 0 0 100%;
  }
}

.promised-sec {
  padding: 45px 0 80px;
}
.promised-sec h2 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 45px;
}
.promised-sec h2 span {
  color: #f7941d;
}
.promised-sec p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.04rem;
  margin: 0 0 1.4rem;
  line-height: 1.6;
}

.vid-sec {
  padding: 80px 20px;
  background-image: linear-gradient(to bottom, rgb(255, 153, 2), rgb(180, 111, 7)) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.vid-sec video {
  width: 100%;
  display: block;
}

.service_intro {
  padding: 40px 0px 80px;
}
.service_intro .service_in {
  padding: 0 20px;
}
.service_intro .service_content {
  padding: 20px;
  border: solid 4px #dbdbdb;
  border-top: 0;
}
.service_intro .service_content h4 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 30px;
}
.service_intro .service_content p {
  font-size: 1.05rem;
  margin: 0 0 1.4rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.6;
}
.service_intro .service__img {
  background: rgb(3, 39, 54);
}
.service_intro .service__img img {
  height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  opacity: 0.6;
}

.faq-page-sec {
  padding: 0px 20px 80px;
}
.faq-page-sec h2 {
  color: #17161a;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 45px;
  text-align: center;
}
.faq-page-sec h2 span {
  color: #ff9902;
}

.faq_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq_inner .accordion {
  border: 1px solid #424242;
  flex: 0 0 48%;
  margin: 10px 0;
  padding: 30px 20px;
  position: relative;
}

.faq_inner h5 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 1.4rem;
  line-height: 1.5;
  word-break: break-word;
}
.faq_inner p {
  font-size: 1.05rem;
  margin: 0 0 1.4rem;
}

@media (max-width: 767px) {
  .faq_inner .accordion {
    flex: 1 0 51%;
  }
}/*# sourceMappingURL=style.css.map */