*, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input, select {
  border: none;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  color: #323956;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  color: #323956;
  line-height: 1.3;
  font-weight: 400;
  overflow-x: hidden;
  background: #000;
  padding-top: 90px;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 82px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-top: 56px;
  }
}
body.hiddenoverflow {
  overflow: hidden;
}

.container-fluid {
  padding: 0 140px;
}
@media screen and (max-width: 1600px) {
  .container-fluid {
    padding: 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 30px;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 12px 0 13px;
  background: #171E22;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  header {
    padding: 5px 0px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 9px 0px;
  }
}
@media screen and (max-width: 1199px) {
  header .headerlogo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  header .headerlogo img {
    max-width: 100px;
  }
}

.topmenu {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 911px) {
  .topmenu {
    position: fixed;
    top: 60px;
    right: -300px;
    width: 300px;
    flex-wrap: wrap;
    background: #323956;
    transition: all 0.2s ease-in-out;
    padding-bottom: 10px;
    height: calc(100vh - 60px);
    display: block;
    z-index: 100;
    box-shadow: -5px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
}
.topmenu li {
  margin-left: 50px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .topmenu li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 911px) {
  .topmenu li {
    width: 100%;
    margin-left: 0;
  }
}
.topmenu li a {
  color: #FFFFFF;
  font-size: 20px;
  display: block;
  padding: 10px 5px;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 911px) {
  .topmenu li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 2px solid #454545;
    font-size: 16px;
  }
}
.topmenu li a.lnkdownmenu {
  color: #fff;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
.topmenu li a.lnkdownmenu::after {
  position: absolute;
  top: 18px;
  right: 0;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  content: "";
}
@media screen and (max-width: 911px) {
  .topmenu li a.lnkdownmenu::after {
    right: 20px;
  }
}
.topmenu li a.lnkdownmenu:hover {
  border-bottom: 2px solid #454545 !important;
}
.topmenu li.active a, .topmenu li:hover a {
  border-color: #FFFFFF;
}
@media screen and (max-width: 911px) {
  .topmenu li.active a, .topmenu li:hover a {
    border-color: #454545;
  }
}
.topmenu li.active a.lnkdownmenu, .topmenu li:hover a.lnkdownmenu {
  border-color: transparent;
}
.topmenu li.active ul li a, .topmenu li:hover ul li a {
  border-color: #454545;
}
.topmenu li ul {
  padding: 0;
  border-radius: 8px;
  background: #323956;
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 350px;
}
@media screen and (max-width: 911px) {
  .topmenu li ul {
    display: block;
    position: relative;
    box-shadow: none;
    top: 0;
    padding: 10px 0px 10px 30px;
    width: 100%;
  }
}
.topmenu li ul li {
  display: block;
  margin: 0;
}
.topmenu li ul li a {
  padding: 15px;
  border-bottom: 1px solid #464d6e;
}
@media screen and (max-width: 911px) {
  .topmenu li ul li a {
    padding: 15px 10px;
  }
}
.topmenu li ul li a:hover {
  background: #EB8803;
}
.topmenu li:hover ul {
  display: block;
}
@media screen and (max-width: 911px) {
  .topmenu.opened {
    right: 0;
  }
}

.headerbtn {
  margin-left: 50px;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 16px;
  color: #FFFFFF;
  background: #EB8803;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .headerbtn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 911px) {
  .headerbtn {
    margin-left: auto;
    padding: 7px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .headerbtn {
    padding: 7px 10px;
    font-size: 14px;
  }
}
.headerbtn:hover {
  background: #FFFFFF;
  color: #EB8803;
}

.openmenu {
  width: 30px;
  height: 26px;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  position: relative;
  margin-left: 15px;
  cursor: pointer;
  display: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 911px) {
  .openmenu {
    display: block;
  }
}
.openmenu:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  content: "";
  transition: all 0.2s ease-in-out;
}
.openmenu:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  content: "";
  transition: all 0.2s ease-in-out;
}
.openmenu.active {
  border-color: transparent;
}
.openmenu.active::before {
  transform: translateY(-50%) rotate(45deg);
}
.openmenu.active::after {
  transform: translateY(-50%) rotate(-45deg);
}

h1 {
  font-size: 54px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

.headingpara {
  font-size: 32px;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .headingpara {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .headingpara {
    font-size: 20px;
  }
}

p {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  p {
    font-size: 18px;
  }
}
p a {
  color: #EB8803;
}
p a:hover {
  color: #EB8803;
  text-decoration: underline;
}
p small {
  font-size: 18px;
}

.bannerpara {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0px;
  text-align: center;
}

.innerbanner {
  position: relative;
  overflow: hidden;
}
.innerbanner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .innerbanner img {
    width: 200%;
    margin-left: -50%;
    min-height: 250px;
  }
}
.innerbanner .innerbannercap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20%;
  transform: translateY(-50%);
  z-index: 2;
}

.homebanner {
  position: relative;
}
.homebanner video {
  width: 100%;
}
.homebanner .vidcontrols {
  position: absolute;
  bottom: 20%;
  right: 15px;
}
@media screen and (max-width: 991px) {
  .homebanner .vidcontrols {
    bottom: 15px;
  }
}
.homebanner .vidcontrols button {
  background: none;
  border: none;
  display: none;
}
.homebanner .vidcontrols button.active {
  display: block;
}
.homebanner .vidcontrols button svg {
  width: 35px;
  height: 35px;
  fill: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .homebanner .vidcontrols button svg {
    width: 30px;
    height: 30px;
  }
}

section {
  padding: 120px 0;
}
@media screen and (max-width: 911px) {
  section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 911px) {
  section {
    padding: 65px 0 40px;
  }
}

.doersheading {
  font-size: 54px;
  font-weight: 300;
  color: #FFFFFF;
  position: relative;
  line-height: 1;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .doersheading {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .doersheading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.sectionheading {
  font-size: 54px;
  font-weight: 300;
  color: #FFFFFF;
  position: relative;
  line-height: 1;
  margin-bottom: 70px;
}
@media screen and (max-width: 1440px) {
  .sectionheading {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sectionheading {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sectionheading {
    margin-bottom: 30px;
  }
}
.sectionheading span {
  display: inline-block;
  background: #000000;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
.sectionheading::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  background: #888;
  content: "";
  z-index: 1;
  width: 100%;
}

#why_we_are figure {
  padding: 0 10%;
}
@media screen and (max-width: 1199px) {
  #why_we_are figure {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  #why_we_are figure {
    padding: 0 10%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #why_we_are figure {
    padding: 0;
  }
}
#why_we_are figure img {
  max-width: 100%;
}

.servicecardswrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .servicecardswrap {
    margin-top: 20px;
  }
}

.clkbtn {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  padding: 12px 40px;
  border-radius: 30px;
  background: transparent;
  color: #EB8803;
  border: 1px solid #EB8803;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .clkbtn {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .clkbtn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .clkbtn {
    padding: 8px 25px;
    font-size: 16px;
  }
}
.clkbtn:hover {
  color: #FFFFFF;
  background: #EB8803;
}

#services {
  overflow: hidden;
}

.servicewraper {
  margin: 50px 0 100px;
}
@media screen and (max-width: 991px) {
  .servicewraper {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .servicewraper {
    margin: 30px 0;
  }
}
.servicewraper .main-slider {
  padding-top: 70px;
  width: 100%;
  margin-left: 15%;
}
@media screen and (max-width: 1440px) {
  .servicewraper .main-slider {
    margin-left: 10%;
  }
}
@media screen and (max-width: 1199px) {
  .servicewraper .main-slider {
    margin-left: 0%;
    width: 125%;
  }
}
@media screen and (max-width: 991px) {
  .servicewraper .main-slider {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .servicewraper .main-slider {
    width: 110%;
  }
}
.servicewraper .main-slider .swiper-button-next, .servicewraper .main-slider .swiper-button-prev {
  position: absolute;
  top: 30px;
  right: 30%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 1440px) {
  .servicewraper .main-slider .swiper-button-next, .servicewraper .main-slider .swiper-button-prev {
    right: 25%;
  }
}
@media screen and (max-width: 991px) {
  .servicewraper .main-slider .swiper-button-next, .servicewraper .main-slider .swiper-button-prev {
    display: none;
  }
}
.servicewraper .main-slider .swiper-button-next::after, .servicewraper .main-slider .swiper-button-prev::after {
  display: none;
}
.servicewraper .main-slider .swiper-button-next svg, .servicewraper .main-slider .swiper-button-prev svg {
  width: 19px;
  fill: #FFFFFF;
}
.servicewraper .main-slider .swiper-button-next:hover, .servicewraper .main-slider .swiper-button-prev:hover {
  background: #EB8803;
  border-color: #EB8803;
}
.servicewraper .main-slider .swiper-button-prev {
  left: auto;
  right: calc(30% + 60px);
}
@media screen and (max-width: 1440px) {
  .servicewraper .main-slider .swiper-button-prev {
    right: calc(25% + 60px);
  }
}

.servicecard img {
  width: 100%;
}
.servicecard .servicecardcontent {
  height: 100%;
  padding-bottom: 50px;
  position: relative;
  background: #171E22;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .servicecard .servicecardcontent {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .servicecard .servicecardcontent {
    background: transparent;
    padding: 20px 0;
  }
}
.servicecard .servicecardcontent p {
  font-size: 18px;
  color: #A6C3D3;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .servicecard .servicecardcontent p {
    font-size: 14px;
  }
}
.servicecard .servicecardcontent p strong {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .servicecard .servicecardcontent p strong {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .servicecard .servicecardcontent p strong {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.servicecard .servicecardcontent a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 20px;
  color: #000;
  background: #EB8803;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .servicecard .servicecardcontent a {
    left: 15px;
    bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .servicecard .servicecardcontent a {
    padding: 7px 15px;
    font-size: 14px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .servicecard .servicecardcontent a {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 15px;
  }
}
.servicecard .servicecardcontent a:hover {
  background: #FFFFFF;
  color: #000;
}

/* Thumbnail Area */
.thumbs-slider {
  width: 100%;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thumbs-slider {
    justify-content: start;
    margin-top: 0;
  }
}
.thumbs-slider:after {
  position: absolute;
  left: calc(50% + 25px);
  top: 15px;
  width: 30%;
  height: 2px;
  background: #fff;
  content: "";
}
@media screen and (max-width: 1440px) {
  .thumbs-slider:after {
    top: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .thumbs-slider:after {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .thumbs-slider:after {
    left: 40px;
    width: calc(100% - 40px);
  }
}
.thumbs-slider .thumb-wrapper {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.thumbs-slider .thumb-wrapper p {
  margin: 0;
}
.thumbs-slider .thumb-wrapper.active {
  opacity: 1;
}

.textpera {
  color: #EB8803;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .textpera {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .textpera {
    font-size: 22px;
  }
}

.textpera1 {
  padding: 0 20%;
  color: #A6C3D3;
}
@media screen and (max-width: 1440px) {
  .textpera1 {
    padding: 0 15%;
  }
}
@media screen and (max-width: 991px) {
  .textpera1 {
    padding: 0;
  }
}

#doers {
  overflow: hidden;
  background: url("../images/doers-bg.png") top center no-repeat;
  padding-bottom: 0;
  background-size: 900px;
}
@media screen and (max-width: 1440px) {
  #doers {
    background-size: 700px;
  }
}
@media screen and (max-width: 767px) {
  #doers {
    background-size: 300px;
  }
}
#doers .container-fluid {
  background: url("../images/doers-section-bg.png") center 50% no-repeat;
  position: relative;
  z-index: 1;
  background-size: 80%;
}
#doers .clkbtn {
  margin: 100px 0 50px;
}
@media screen and (max-width: 1440px) {
  #doers .clkbtn {
    margin: 70px 0 0px;
  }
}
@media screen and (max-width: 1199px) {
  #doers .clkbtn {
    margin: 30px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  #doers .clkbtn {
    margin: 0;
  }
}

.connectimage {
  text-align: center;
}
.connectimage img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .connectimage {
    display: none;
  }
}

.connectform {
  background: #171E22;
  padding: 50px;
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .connectform {
    padding: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .connectform {
    padding: 20px 15px;
    margin-top: 20px;
  }
}
.connectform .form-floating > .form-control {
  height: auto;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.3;
  min-height: auto;
  border: 1px solid #555555;
  border-radius: 10px;
  background: #171E22;
  color: #fff;
}
.connectform .form-floating > .form-control:focus {
  outline: none;
  box-shadow: none;
}
.connectform .form-check-input {
  border: 1px solid #ddd;
}
.connectform .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .connectform .form-floating {
    margin-bottom: 20px !important;
  }
}

.form-floating > label {
  font-size: 16px;
  left: 15px;
  top: 14px;
  padding: 0 5px;
  height: auto;
  color: #fff;
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  font-size: 14px;
  transform: scale(1) translateY(-24px) translateX(0);
  color: #fff;
  background: #171E22;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  font-size: 14px;
  transform: scale(1) translateY(-24px) translateX(0);
  color: #fff;
  background: #171E22;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  display: none;
}
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
  display: none;
}

.ui-datepicker {
  background: #FFFFFF;
  z-index: 999 !important;
  font-size: 14px;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 7px;
}

.contactsection {
  background: #F4FBFF;
  padding-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  .contactsection {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contactsection {
    padding-bottom: 15px;
  }
}
.contactsection ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contactsection ul {
    justify-content: left;
  }
}
.contactsection ul li {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .contactsection ul li {
    margin: 0 0 15px;
    width: 100%;
  }
}
.contactsection ul li a {
  display: flex;
  align-items: center;
}
.contactsection ul li a img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.footerbottom {
  background: #323956;
  padding: 12px 0;
  color: #FFFFFF;
}

footer {
  background: #171E22;
  padding: 15px 0;
}
footer p {
  margin: 0;
  color: #efefef;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

#backtotop {
  position: fixed;
  bottom: -50px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #008080;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  #backtotop {
    right: 10px;
  }
}
#backtotop svg {
  fill: #000000;
  width: 14px;
}
#backtotop.show {
  bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #backtotop.show {
    bottom: 60px;
  }
}

#get_quote h4 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #get_quote h4 {
    font-size: 20px;
  }
}
#get_quote p {
  color: #A6C3D3;
  font-size: 24px;
  padding-right: 10%;
}
@media screen and (max-width: 1440px) {
  #get_quote p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #get_quote p {
    font-size: 16px;
  }
}
#get_quote p small {
  font-size: 20px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 1440px) {
  #get_quote p small {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #get_quote p small {
    font-size: 14px;
  }
}
#get_quote .quoteform {
  display: inline-block;
  border-radius: 10px;
  padding: 10px 16px;
  color: #FFFFFF;
  background: #EB8803;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
#get_quote .quoteform:hover {
  background: #FFFFFF;
  color: #EB8803;
}

.testimonials {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .testimonials {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .testimonials {
    margin-bottom: 40px;
  }
}
.testimonials figure {
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
  width: 291px;
  min-width: 300px;
}
@media screen and (max-width: 1199px) {
  .testimonials figure {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 25%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonials figure {
    padding: 0 20%;
  }
}
.testimonials figure img {
  width: 100%;
  background: linear-gradient(180deg, #E1E1E1 18.38%, #999 100%);
  border-radius: 10px;
}
.testimonials p {
  font-size: 18px;
  padding-right: 10%;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .testimonials p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1199px) {
  .testimonials p {
    padding-right: 0%;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .testimonials p {
    font-size: 16px;
  }
}
.testimonials p span {
  color: #A6C3D3;
}

.error {
  font-size: 14px !important;
  color: #ff0e0e;
}

main {
  background: url("../images/internalpagebanner-bg.png") top center no-repeat;
  background-size: 100%;
}

.pageimage {
  margin-top: 60px;
}
.pageimage img {
  width: 100%;
  max-width: 800px;
}

.formula {
  display: flex;
  justify-content: center;
  font-size: 40px;
  color: #EB8803;
  padding: 60px 0;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .formula {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .formula {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .formula {
    font-size: 20px;
    padding: 20px 0 30px;
  }
}
.formula span {
  word-wrap: nowrap;
  margin-right: 10px;
}
.formula small {
  width: 100%;
  max-width: 780px;
}
@media screen and (max-width: 1440px) {
  .formula small {
    max-width: 625px;
  }
}

.inner-content {
  padding-bottom: 100px;
  background: url("../images/internal-pagebottom-img.png") 75% bottom no-repeat;
  background-size: 200px;
}
@media screen and (max-width: 991px) {
  .inner-content {
    padding-bottom: 50px;
    background-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .inner-content {
    background: transparent;
  }
}
.inner-content p {
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .inner-content p {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .inner-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner-content p {
    font-size: 18px;
  }
}
.inner-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 100px;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .inner-content ul {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-content ul {
    gap: 30px 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .inner-content ul {
    gap: 30px 0;
    font-size: 18px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inner-content ul {
    font-size: 16px;
    gap: 20px 0;
    margin-top: 20px;
  }
}
.inner-content ul li {
  padding-left: 60px;
  background: url("../images/list-level-1-bg.png") 0 5px no-repeat;
  background-size: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4E4E4E;
  width: calc(50% - 100px);
}
@media screen and (max-width: 1440px) {
  .inner-content ul li {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-content ul li {
    width: calc(50% - 50px);
    background-size: 20px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .inner-content ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inner-content ul li {
    padding-bottom: 20px;
    background-size: 15px;
    padding-left: 30px;
  }
}
.inner-content ul li.brnone {
  padding-bottom: 0;
  border: none;
}
.inner-content ul li.brnone1 {
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .inner-content ul li.brnone1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #4E4E4E;
  }
}
.inner-content ul li ul {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .inner-content ul li ul {
    margin-top: 20px;
  }
}
.inner-content ul li ul li {
  background: url("../images/list-level-2-bg.png") 0 10px no-repeat;
  background-size: 12px;
  padding-left: 30px;
  width: 100%;
  border: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .inner-content ul li ul li {
    background-size: 10px;
    padding-left: 20px;
  }
}
.inner-content ul li.fullwidth {
  width: 65%;
}
@media screen and (max-width: 991px) {
  .inner-content ul li.fullwidth {
    width: 100%;
  }
}

.thankyoudiv {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 140px);
}
@media screen and (max-width: 1199px) {
  .thankyoudiv {
    height: calc(100vh - 132px);
  }
}
@media screen and (max-width: 991px) {
  .thankyoudiv {
    height: calc(100vh - 114px);
  }
}
@media screen and (max-width: 767px) {
  .thankyoudiv {
    height: calc(100vh - 105px);
  }
}
@media screen and (max-width: 567px) {
  .thankyoudiv {
    height: calc(100vh - 120px);
  }
}/*# sourceMappingURL=stylesheet.css.map */