@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap");

/* font-family: 'Noto Sans', sans-serif;

font-family: 'Source Sans Pro', sans-serif; */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;

  font-size: 14px;

  font-weight: 300;

  transition: all 200ms linear;

  background: url(../images/bgVirtual.webp) rgba(0, 0, 0, 60%);
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

a {
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

p,
li {
  font-family: "Source Sans Pro", sans-serif;

  font-size: 14px;
}

ol li,
ul li {
  margin-bottom: 10px;
}

/* #Primary style

================================================== */
.bbWrp .bb span {
  font-size: 19px;
}
button {
  outline: none !important;
}

.navbar-brand img {
  margin: 8% auto;

  display: block;

  max-width: 140px;
}

#cssmenu .navbar-brand {
  width: 100%;

  margin: 0 auto;
}

nav#cssmenu {
  background: rgb(17 17 17 / 65%);
}

video {
  object-fit: cover;

  width: 100vw;

  height: 100vh;

  position: fixed;

  top: 0;

  left: 0;

  opacity: 0.2;
}

#cssmenu > ul > li {
  float: left;

  padding: 0;

  position: relative;

  margin: 0;
}

#cssmenu > ul > li > a:after {
  display: none;
}

#cssmenu > ul > li:after {
  position: absolute;

  bottom: -1px;

  left: 0;

  width: 100%;

  height: 2px;

  content: "";

  background-color: #fff;

  transition: all 200ms linear;

  background: rgb(17, 17, 17);

  background: linear-gradient(
    90deg,
    rgba(17, 17, 17, 0.2721463585434174) 0%,

    rgba(45, 119, 154, 0.9304096638655462) 50%,

    rgba(0, 0, 0, 1) 100%
  );
}

#cssmenu > ul > li:first-child:before {
  position: absolute;

  top: 0px;

  left: 0;

  width: 100%;

  height: 2px;

  content: "";

  background-color: #fff;

  transition: all 200ms linear;

  background: rgb(17, 17, 17);

  background: linear-gradient(
    90deg,
    rgba(17, 17, 17, 0.2721463585434174) 0%,

    rgba(45, 119, 154, 0.9304096638655462) 50%,

    rgba(0, 0, 0, 1) 100%
  );
}

.socialWrp {
  color: #fff;

  padding: 5px;

  text-align: center;

  margin-top: 10px;
}

.socialWrp h3 {
  font-size: 16px;

  font-weight: 400;

  margin-top: 10px;

  margin-bottom: 15px;
}

#cssmenu .socialWrp ul {
  display: flex !important;

  flex-direction: row;

  justify-content: center;

  margin: 30px auto;
}

#cssmenu .socialWrp ul li a {
  display: block;

  padding: 0 15px;
}

#cssmenu .socialWrp ul li a:hover {
  color: #3b9dcc;
}

#cssmenu .socialWrp ul li.mm a {
  border-right: 1px solid #fff;

  border-left: 1px solid #fff;
}

#rightContent {
  color: #fff;

  /* padding-left: 6%; */

  margin-top: 8%;

  position: relative;
}

.headingHome {
  font-weight: 500;
}

.headingHome .wel {
  font-weight: 300;

  margin-bottom: 10px;

  font-size: 28px;
}

.headingHome {
  display: flex;

  flex-direction: column;

  position: relative;
}

#rightContent p {
  font-family: "Source Sans Pro", sans-serif;
}
#rightContent p a strong {
  color: #007bff;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: bold;
  text-transform: capitalize;
}
.arrowUL li a strong {
  color: #007bff;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: bold;
  text-transform: capitalize;
}
section#faqWrp .row .col-sm-4:last-child .boxW a {
  color: #007bff;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 16px;
}
.box p {
  overflow: hidden;
}
.bgHeading {
  position: relative;

  width: fit-content;

  z-index: 1;

  line-height: 38px;
}

.bgHeading::after {
  content: "";

  position: absolute;

  width: 100%;

  height: 52%;

  bottom: 0;

  left: 0;

  z-index: -1;

  background: rgb(59, 157, 204);

  background: linear-gradient(
    90deg,
    rgba(59, 157, 204, 1) 0%,

    rgba(59, 157, 204, 0.3477766106442577) 50%,

    rgba(59, 157, 204, 0) 100%
  );
}

.imgWrp {
  position: relative;

  z-index: 1;

  width: fit-content;

  margin-bottom: 10px;
}

.imgWrp img {
  max-width: 50px;
}

.imgWrp::after {
  content: "";

  position: absolute;

  width: 80px;

  height: 19px;

  bottom: 0;

  left: 0;

  z-index: -1;

  background: rgb(59, 157, 204);

  background: linear-gradient(
    90deg,
    rgba(59, 157, 204, 1) 0%,

    rgba(59, 157, 204, 0.3477766106442577) 50%,

    rgba(59, 157, 204, 0) 100%
  );
}

.bgHeading.smHeading {
  font-size: 24px;

  margin: 0 auto;

  line-height: 24px;

  font-weight: 400;
}

.spacSec {
  margin: 8% 0;
}

.services .row {
  margin-top: 25px;
}

.boxBgWrp {
  position: relative;
  border: 1px solid transparent;
  border-radius: 2px;
  overflow: hidden;
}

.boxBgWrp:hover {
  border: 1px solid #3b9dcc;
}

.box {
  position: absolute;

  top: 0;

  left: 0;

  background: #000000b8;

  width: 100%;

  height: 100%;

  border-radius: 2px;

  padding: 20px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.box .linksW {
  -webkit-transition-delay: 0.05s;

  transition-delay: 0.05s;

  -webkit-transition-duration: 0.35s;

  transition-duration: 0.35s;

  opacity: 1;

  width: 100%;
}

.box:hover .linksW {
  opacity: 1;
}

.boxImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 265px;
}

.box h3 {
  font-size: 14px;
}

.box p {
  font-size: 12px;

  margin-bottom: 10px;
}

.linksW {
  display: flex;

  justify-content: space-between;

  width: 100%;

  gap: 0;
}

.linksW a {
  font-size: 12px;

  color: #fff;

  font-family: "Source Sans Pro", sans-serif;

  display: flex;

  align-items: center;

  font-weight: 400;
}

.linksW a:hover i {
  color: #3b9dcc;
}

.bicon-rap:hover i {
  color: #3b9dcc;
}

.linksW a i {
  margin-left: 5px;
}

#exampleModalCenter .modal-header {
  border: none;

  position: absolute;

  right: 30px;

  top: 10px;

  z-index: 9;
}

#exampleModalCenter .modal-header .close {
  opacity: 1;

  text-shadow: none;

  color: #fff;

  font-size: 30px;
}

#exampleModalCenter .modal-header .close:hover {
  color: #3b9dcc;
}

#exampleModalCenter .modal-content {
  background: #000000;

  border: 1px solid #3b9dcc;

  border-radius: 4px;

  font-family: "Source Sans Pro", sans-serif;
}

#exampleModalCenter .modal-dialog {
  max-width: 700px;

  color: #fff;
}

#exampleModalCenter h2 {
  font-size: 22px;

  margin-left: 0;

  margin-bottom: 20px;
}

#exampleModalCenter p {
  font-size: 14px;
}

#exampleModalCenter .modal-body {
  padding: 35px;
}

#exampleModalCenter ul {
  list-style: none;

  padding-left: 20px;
}

#exampleModalCenter li:before {
  font-family: "Font Awesome 5 Free";

  content: "\f105"; /* FontAwesome Unicode */

  display: inline-block;

  margin-left: -1.3em; /* same as padding-left set on li */

  width: 1.3em; /* same as padding-left set on li */

  color: #3b9dcc;

  font-weight: 900;
}

#exampleModalCenter li:not(:last-child) {
  margin-bottom: 10px;
}

#exampleModalCenter .bgHeading::after {
  height: 50%;
}

.btnN {
  background: #3b9dcc;

  color: #fff;

  font-size: 16px;

  padding: 6px 28px;

  border-radius: 4px;

  float: right;

  border: none;
}

.btnN:hover {
  background: #1a5875;

  color: #fff;
}

.progressWrp {
  background: #11111177;

  color: #fff;

  padding: 5px;
}

.progressWrp h2 {
  font-weight: 300;

  margin-top: 10px;

  font-size: 26px;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.progressWrp .form-group {
  position: relative;
}

.rangeTag {
  background: #3b9dcc;

  color: #fff;

  position: absolute;

  right: 0;

  padding: 5px;
}

.range-slider {
  width: 100%;

  margin: 0 auto;

  position: relative;

  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

#range,
#range2,
#range3,
#range4 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 11px;
  overflow: hidden;
  border: 1px solid #0a181c;
  padding: 0;
}

#range:focus,
#range2:focus,
#range3:focus,
#range4:focus {
  outline: none;
}

#range::before,
#range::after,
#range2::before,
#range2::after #range3::before,
#range3::after #range4::before,
#range4::after {
  position: absolute;

  top: 2rem;

  color: #333;

  font-size: 14px;

  line-height: 1;

  padding: 3px 5px;

  background-color: rgba(0, 0, 0, 0.1);

  border-radius: 4px;
}

#range::before,
#range2::before,
#range3::before,
#range4::before {
  left: 0;

  content: attr(data-min);
}

#range::after,
#range2::after,
#range3::after,
#range4::after {
  right: 0;

  content: attr(data-max);
}

#range::-webkit-slider-runnable-track,
#range2::-webkit-slider-runnable-track,
#range3::-webkit-slider-runnable-track,
#range4::-webkit-slider-runnable-track {
  width: 100%;

  height: 11px;

  cursor: pointer;

  /* animate: 0.2s; */

  background: linear-gradient(
    90deg,
    #3b9dcc var(--range-progress),
    #dee4ec var(--range-progress)
  );

  border-radius: 0rem;
}

#range2::-webkit-slider-runnable-track {
  width: 100%;

  height: 11px;

  cursor: pointer;

  /* animate: 0.2s; */

  background: linear-gradient(
    90deg,
    #3b9dcc var(--range-progress2),
    #dee4ec var(--range-progress2)
  );

  border-radius: 0rem;
}

#range3::-webkit-slider-runnable-track {
  width: 100%;

  height: 11px;

  cursor: pointer;

  /* animate: 0.2s; */

  background: linear-gradient(
    90deg,
    #3b9dcc var(--range-progress3),
    #dee4ec var(--range-progress3)
  );

  border-radius: 0rem;
}

#range4::-webkit-slider-runnable-track {
  width: 100%;

  height: 11px;

  cursor: pointer;

  /* animate: 0.2s; */

  background: linear-gradient(
    90deg,
    #3b9dcc var(--range-progress4),
    #dee4ec var(--range-progress4)
  );

  border-radius: 0rem;
}

/* moz */
#range::-moz-range-track,
#range2::-moz-range-track,
#range3::-moz-range-track,
#range4::-moz-range-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  /* animate: 0.2s; */
  background: linear-gradient(
    90deg,
    #3b9dcc var(--range-progress),
    #dee4ec var(--range-progress)
  );
  border-radius: 0rem;
  overflow: hidden;
}

#range2::-moz-range-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  /* animate: 0.2s; */
  background: linear-gradient(
    90deg,
    #3b9dcc var(--range-progress2),
    #dee4ec var(--range-progress2)
  );
  border-radius: 0rem;
}
#range3::-moz-range-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  /* animate: 0.2s; */
  background: linear-gradient(
    90deg,
    #3b9dcc var(--range-progress3),
    #dee4ec var(--range-progress3)
  );
  border-radius: 0rem;
}
#range4::-moz-range-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  /* animate: 0.2s; */
  background: linear-gradient(
    90deg,
    #3b9dcc var(--range-progress4),
    #dee4ec var(--range-progress4)
  );
  border-radius: 0rem;
}
#range::-webkit-slider-thumb,
#range2::-webkit-slider-thumb,
#range3::-webkit-slider-thumb,
#range4::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0.25rem solid #6ba132;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
  height: 32px;
  width: 28px;
  transform: translateY(calc(-50% + 8px));
  display: none;
}
#range::-webkit-slider-thumb,
#range2::-webkit-slider-thumb,
#range3::-webkit-slider-thumb,
#range4::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0.25rem solid #6ba132;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
  height: 32px;
  width: 28px;
  transform: translateY(calc(-50% + 8px));
  display: none;
}
#range::-moz-range-thumb,
#range2::-moz-range-thumb,
#range3::-moz-range-thumb,
#range4::-moz-range-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  height: 4px;
  width: 4px;
  transform: none;
  display: none !important;
  opacity: 0;
}

#range::-webkit-slider-thumb,
#range2::-webkit-slider-thumb,
#range3::-webkit-slider-thumb,
#range4::-webkit-slider-thumb {
  -webkit-appearance: none;

  border: 0.25rem solid #6ba132;

  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);

  border-radius: 0px;

  background: #fff;

  cursor: pointer;

  height: 32px;

  width: 28px;

  transform: translateY(calc(-50% + 8px));

  display: none;
}

#tooltip,
#tooltip2,
#tooltip3,
#tooltip4 {
  position: absolute;

  top: -2rem;
}

#tooltip span,
#tooltip2 span,
#tooltip3 span,
#tooltip4 span {
  position: absolute;

  text-align: center;

  display: block;

  line-height: 1;

  padding: 4px 3px;

  color: #fff;

  border-radius: 0;

  background: #3b9dcc;

  font-size: 1.25rem;

  left: 50%;

  transform: translate(-50%, 0);

  font-size: 12px;

  width: 24px;

  height: 28px;

  display: flex;

  align-items: center;

  border-radius: 5px;

  justify-content: center;
}

#tooltip span:before,
#tooltip2 span:before,
#tooltip3 span:before,
#tooltip4 span:before {
  position: absolute;

  content: "";

  left: 50%;

  bottom: -8px;

  transform: translateX(-50%);

  width: 0;

  height: 0;

  border: 4px solid transparent;

  border-top-color: #3b9dcc;
}

.upperbox p {
  position: absolute;

  bottom: 10px;
}

.upperbox p span {
  font-weight: 600;

  font-size: 18px;

  margin: 0 10px;
  margin-left: 0;
}

/* =========== */

.boxW {
  padding: 15px;

  padding-top: 12%;

  border-radius: 4px;

  background: #111111;

  color: #fff;

  text-align: center;

  position: relative;
  /* background: url(../images/boxImg1.png) rgb(0 0 0 / 50%);
  background-size: cover;
  background-blend-mode: multiply; */
  background: rgb(0, 2, 4);
  background: linear-gradient(
    180deg,
    rgba(0, 2, 4, 1) 0%,
    rgba(2, 0, 32, 1) 100%
  );
  height: 100%;
}

.boxW .bgHeading.smHeading {
  font-size: 18px;

  margin-bottom: 10px;

  margin-top: 20px;

  font-weight: 400;
}

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

.boxW a {
  font-size: 12px;

  color: #fff;

  font-family: "Source Sans Pro", sans-serif;

  display: flex;

  align-items: center;

  font-weight: 400;

  justify-content: center;
}

.boxW.faqBoxW a {
  display: initial;
}

.boxW a i {
  margin-left: 5px;
}

.boxW a:hover {
  color: #fff;
}
section.WhyChooseUs.spacSec .boxW a:hover i {
  color: #3b9dcc;
}
.boxTop img {
  max-height: 30px;
}

.boxTop {
  display: flex;

  align-items: center;

  justify-content: space-around;

  position: absolute;

  top: -16%;

  width: 100%;

  left: 0;
}

.boxTop span {
  font-size: 24px;

  font-weight: 600;

  width: 40px;

  color: #3b9dcc;
}

.tImg {
  background: #3b9dcc;

  width: 80px;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.WhyChooseUs .row {
  margin-top: 7%;
}

.WhatPeopleSay {
  width: 100%;

  position: relative;

  display: block;
}

#rightContent {
  overflow: hidden;
}

.peopleSlider {
  margin: 0;

  margin-top: 5%;
}

.peopleSlider .item {
  background: #111111;
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative;
  background: rgb(0, 2, 4);
  background: linear-gradient(
    180deg,
    rgba(0, 2, 4, 1) 0%,
    rgba(2, 0, 32, 1) 100%
  );
}

.peopleSlider .owl-stage-outer {
  margin: -25px;

  padding: 25px;
}

.leftQ {
  position: absolute;

  top: -15px;

  right: 20px;
}

.leftQ img {
  height: 30px;
}

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

.rattingWrp .fa {
  font-size: 10px;
}

.peopleSlider h4 {
  display: flex;

  margin-top: 10px;

  align-items: center;

  justify-content: space-between;

  font-size: 20px;
}

.peopleSlider h4 span {
  font-size: 12px;

  font-family: "Source Sans Pro", sans-serif;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #3b9eccad;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3b9dcc;
}

.checked {
  color: #ffd24c;
}

.GetHelp .row {
  max-width: 600px;

  margin: 0 auto;

  margin-top: 3%;
}

.GetHelp a {
  display: flex;

  color: #fff;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  background: rgb(59, 157, 204);

  background: linear-gradient(
    90deg,
    rgba(59, 157, 204, 1) 0%,

    rgba(17, 17, 17, 1) 100%
  );

  width: 150px;

  height: 110px;

  font-size: 16px;

  margin: 15px;

  font-weight: 400;
}

.GetHelp a:hover {
  background: rgb(59, 157, 204);

  background: linear-gradient(
    90deg,
    rgba(17, 17, 17, 1) 0%,

    rgba(59, 157, 204) 100%
  );
}

.GetHelp a img {
  width: 28px;

  height: 28px;

  margin-bottom: 8px;
}

.GetInTouch .bgHeading.smHeading {
  margin-left: 0;
}

.GetInTouch form {
  margin-top: 6%;
}
.getMargain.GetInTouch form {
  margin-top: 0%;
}
form label {
  font-size: 14px;

  font-family: "Source Sans Pro", sans-serif;
}

form .form-control {
  background: none;

  border-color: #3b9dcc;

  color: #fff;

  width: 100%;

  font-family: "Source Sans Pro", sans-serif;

  font-weight: 300;

  background: #11111177;
}

form .form-control:focus {
  color: #fff;

  background: none;
}

form .row:not(:first-child) {
  margin-top: 15px;
}

form .btnN {
  float: left;

  cursor: pointer;

  margin-top: 5px;
}

.contactInfo {
  margin-top: 9%;
}

.contactInfo .bb {
  color: #fff;

  font-family: "Source Sans Pro", sans-serif;

  font-size: 14px;

  display: flex;

  margin-top: 5%;
}

.contactInfo .bb a {
  color: #fff;
}

.contactInfo .bb a:hover {
  color: #3b9dcc;
}

.contactInfo .bb span {
  display: flex;
}

.contactInfo .bb span:first-child {
  margin-right: 5px;
  width: auto;
  font-family: "Noto Sans", sans-serif;
}
section.GetInTouch.spacSec.getMargain form .row:not(:first-child) {
  margin-top: 6%;
}

.contactInfo .bb span i {
  margin-top: 3px;

  margin-right: 6px;
}

footer {
  background: #11111177;

  padding: 5% 20px;

  padding: 20px;
}

footer ul {
  list-style: none;

  padding: 0;

  /* column-count: 5; */

  margin: 0;

  display: grid;

  grid-template-columns: repeat(5, 1fr);
}

footer ul li a {
  color: #fff;

  font-size: 13px;

  font-weight: 300;

  letter-spacing: 0.54px;
}

footer h3 {
  letter-spacing: 0.75px;

  font-size: 16px;
}

.fLogo img {
  max-height: 80px;
}

footer ul li {
  margin-bottom: 5px;
}

.footerInfo {
  background: #11111177;

  padding: 2% 20px;

  text-align: center;

  border-top: 1px solid #6c6c6c;
}

.footerInfo p {
  margin: 0;
}

.footerInfo span {
  color: #3b9dcc;
}

.footerInfo a {
  color: #3b9dcc;
}

footer a:hover {
  color: #3b9dcc;
}

.headingHome .bgHeading {
  font-weight: 500;

  text-transform: uppercase;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  z-index: 9999 !important;

  position: relative;
}

.back-to-top {
  position: fixed;

  bottom: 15px;

  right: 20px;

  display: none;

  padding: 2px;

  line-height: initial;

  font-size: 16px;

  background: #3b9dcc;

  border: none;

  z-index: 9999;
}

.back-to-top i {
  background: #000;

  color: #ffffff;

  display: block;

  padding: 5px 8px;

  border-radius: 4px;
}

.back-to-top:hover i {
  color: #000;

  background: #3b9dcc;
}

#faqWrp .boxW {
  text-align: left;

  height: 100%;
}

#faqWrp .boxW h3 {
  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

  margin-top: 15px;
}

.WhyChooseUs .row .col-sm-4 {
  margin-bottom: 5%;
}

#faqWrp .mtrow {
  margin-top: 8%;
}

.bbWrp {
  display: flex;

  background: #11111177;

  padding: 15px;

  margin-top: 15px;
}

iframe {
  display: block;
}

.contactInfo .bbWrp .bb {
  color: #fff;

  font-family: "Source Sans Pro", sans-serif;

  font-size: 14px;

  display: flex;

  margin-top: 0%;

  flex-direction: column;
}

.contactInfo .bbWrp .bb span:first-child {
  color: #3b9dcc;

  margin-left: -16px;

  font-weight: 400;

  width: 100%;
}

.contactInfo .bbWrp .bb span:first-child i {
  width: 15px;
}

.contactInfo .bbWrp .bb span:last-child {
  margin-left: 5px;
}

.contactPwrp img {
  width: 100%;
}

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

.contactPwrp h2 {
  font-size: 24px;

  font-weight: 400;

  margin-bottom: 14px;
}

.contactPwrp p:last-child {
  margin-bottom: 0;
}

.servicesBoxy .boxBgWrp {
  position: relative;

  margin-top: 20px;
}

#pagiWrp {
  margin-top: 30px;
}

#pagiWrp .pagination {
  justify-content: center;
}

#pagiWrp .page-item.active .page-link {
  background: #3b9dcc;
}

#pagiWrp .page-item .page-link {
  border: none;

  margin: 0 4px;

  border-radius: 4px;

  color: #ffffff;

  background: #143d51;
}

#pagiWrp .page-link:hover {
  color: #ffffff;

  text-decoration: none;

  background-color: #3b9dcc;

  border-color: #dee2e6;
}

.arrowbtn a {
  background: none !important;
}

#pagiWrp .page-item.disabled .page-link {
  background: none;

  color: #7e7e7e;
}

div#BookG {
  /* display: block; */
}

div#BookG .bgHeading.smHeading {
  margin-bottom: 10px;
}

#setM form select option {
  margin: 40px;

  background: rgba(0, 0, 0, 1);

  color: #fff;

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.linksB a {
  display: inline;

  color: #fff;

  font-weight: 400;
}

.linksB a:hover {
  color: #3b9dcc;
}

#termCpage h2 {
  font-size: 22px;

  font-weight: 400;
}

#termCpage h3 {
  font-size: 18px;

  font-weight: 400;
}

#gotBook .bgHeading.smHeading {
  line-height: inherit;
}

#gotBook .bgHeading::after {
  content: "";

  position: absolute;

  width: 100%;

  height: 37%;
}

#gotBook .smHeading2 {
  text-align: center;

  font-weight: 400;

  font-size: 20px;
}

.modal-confirm {
  color: #636363;

  width: 325px;

  font-size: 14px;
}

.modal-confirm .modal-content {
  padding: 20px;

  border-radius: 5px;

  border: none;
}

.modal-confirm .modal-header {
  border-bottom: none;

  position: relative;
}

.modal-confirm h4 {
  text-align: center;

  font-size: 26px;

  margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
  min-height: 40px;

  border-radius: 3px;
}

.modal-confirm .close {
  position: absolute;

  top: -5px;

  right: -5px;
}

.modal-confirm .modal-footer {
  border: none;

  text-align: center;

  border-radius: 5px;

  font-size: 13px;
}

.modal-confirm .icon-box {
  color: #fff;

  position: absolute;

  margin: 0 auto;

  left: 0;

  right: 0;

  top: -70px;

  width: 95px;

  height: 95px;

  border-radius: 50%;

  z-index: 9;

  background: #82ce34;

  padding: 15px;

  text-align: center;

  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
  font-size: 58px;

  position: relative;

  top: 3px;
}

.modal-confirm.modal-dialog {
  margin-top: 80px;
}

.modal-confirm .btn {
  color: #fff;

  border-radius: 4px;

  background: #82ce34;

  text-decoration: none;

  transition: all 0.4s;

  line-height: normal;

  border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
  background: #6fb32b;

  outline: none;
}

.trigger-btn {
  display: inline-block;

  margin: 100px auto;
}

.thankYou {
  display: flex;

  height: 100%;

  flex-direction: column;

  padding: 20%;
}

.checkBoxWrp {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  margin-left: 1.25rem;
}

/*.checkBoxWrp .checkBox:not(:last-child) {

  margin-right: 40px;

}

*/

.checkBox {
  width: 100%;
}

.boxTop img.numImg {
  width: 80px;

  height: auto;

  max-height: inherit;

  margin-top: -16%;
}

.boxWork {
  display: flex;

  align-items: flex-start;

  margin-top: 20px;
}

.boxWork p {
  text-align: left;

  margin: 0;

  font-family: "Noto Sans", sans-serif !important;

  font-weight: 400;

  font-size: 16px;
}

.boxWork img {
  width: 30px;

  height: auto;

  margin-right: 10px;
}

.howDwork .boxW {
  height: 155px;

  background: rgb(59, 157, 204);

  background: linear-gradient(
    90deg,
    rgb(0 61 90 / 38%) 0%,

    rgb(19 117 165) 50%,

    rgb(0 31 46 / 55%) 100%
  );
  background: rgb(0, 2, 4);
  background: linear-gradient(
    180deg,
    rgba(0, 2, 4, 1) 0%,
    rgba(2, 0, 32, 1) 100%
  );
}
.OurservicesSlider {
  margin-top: 25px;
}
.howDwork .WhyChooseUs .row {
  margin-top: 10%;
}

.howDwork p {
  font-family: "Noto Sans", sans-serif !important;

  font-weight: 400;
}

.arrowUL {
  padding: 0;

  list-style: none;
}

.arrowUL li::before {
  content: "";

  background-image: url("../images/arrow.svg");

  background-repeat: no-repeat;

  background-size: contain;

  display: inline-block;

  width: 15.5px;

  height: 15.9px;

  position: absolute;

  top: 0.1rem;

  margin-right: 0.2rem;

  left: -25px;

  top: 4px;
}

.arrowUL li {
  position: relative;

  margin-left: 25px;

  font-size: 16px;

  font-family: "Source Sans Pro", sans-serif;

  margin-bottom: 10px;

  letter-spacing: 0.29px;
}

div#rightContent.paymentWrp {
  overflow: inherit !important;
}

#rightContent.paymentWrp .subheading {
  text-align: center;

  font-weight: 400;

  margin-top: 10px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
}

#rightContent.paymentWrp .row {
  align-items: flex-end;
}

#rightContent.paymentWrp form {
  max-width: 700px;

  margin: 0 auto;
}

#rightContent.paymentWrp h2 {
  font-weight: 400;

  margin-bottom: 15px;
}

#rightContent.paymentWrp form .btnN {
  width: auto;

  margin: 0 auto;

  display: block;

  float: inherit;
}

#rightContent.paymentWrp input[type="checkbox"] {
  width: auto;
}

#rightContent .form-container img {
  padding: 5px;

  padding-top: 0;

  background: #fff;

  margin-top: 10px;
}

.subHeading {
  font-size: 16px;
}
div#gotBook .subHeading {
  font-size: 28px;
}
h1.bgHeading.subHeading {
  text-align: center;

  display: block;

  margin: 0 auto;
}

.readLess {
  display: none;
}

.moreC {
  font-family: "Source Sans Pro", sans-serif;
}

.readLess,
.readMore {
  color: #57d9ff;

  cursor: pointer;

  text-align: left;

  margin-top: 10px;

  position: relative;

  font-weight: 400;
}

.readMore:before {
  font-family: "Font Awesome 5 Brands";

  content: "\f107";

  position: absolute;

  bottom: 20px;

  left: 50%;

  transform: translateX(-50%);

  display: none;
}

.readLess:before {
  font-family: "Font Awesome 5 Brands";

  content: "\f106";

  position: absolute;

  bottom: 20px;

  left: 50%;

  transform: translateX(-50%);

  display: none;
}

#conteMain {
  font-size: 14px;

  font-family: "Source Sans Pro", sans-serif;
}

.file {
  position: relative;

  max-width: 22.5rem;

  font-size: 1.0625rem;

  font-weight: 600;
}

.file__input,
.file__value {
  background-color: rgba(255, 255, 255, 0.1);

  border-radius: 3px;

  margin-bottom: 0.875rem;

  color: rgba(255, 255, 255, 0.3);

  padding: 10px 1.0625rem;
}

.file__input--file {
  position: absolute;

  opacity: 0;

  top: 0;

  left: 0;
}

.file__input--label {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 0;

  cursor: pointer;

  color: #fff;

  font-weight: normal;
}

.file__input--label:after {
  content: attr(data-text-btn);

  border-radius: 2px;

  background-color: #536480;

  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 18%);

  padding: 10px 1.0625rem;

  margin: -0.9375rem -1.0625rem;

  color: white;

  cursor: pointer;
}

div#file__input {
  background: none;

  border: 1px solid #3b9dcc;

  color: #fff;

  width: 100%;

  font-family: "Source Sans Pro", sans-serif;

  cursor: pointer;
}

.file__value {
  display: flex;

  justify-content: space-between;

  align-items: center;

  color: #fff;

  font-size: 14px;

  font-weight: 300;
}

.file__value:hover:after {
  color: white;
}

.file__value:after {
  content: "X";

  cursor: pointer;
}

.file__value:after:hover {
  color: white;
}

.file__remove {
  display: block;

  width: 20px;

  height: 20px;

  border: 1px solid #000;
}

.cust_btn {
  font-size: 16px;
  height: 24px;

  color: #fff;

  font-family: "Source Sans Pro", sans-serif;

  display: flex;

  align-items: center;

  font-weight: 400;

  background: none;

  padding: 0;

  cursor: pointer;

  position: relative;

  border: none;
}

.bicon-rap {
  display: flex;

  align-items: center;

  font-size: 12px;
}
.bicon-rap .cust_btn {
  font-size: 12px;
}
.bicon-rap i {
  margin-left: 5px;
}

.vidImg {
  object-fit: cover;

  width: 100vw;

  height: 100vh;

  position: fixed;

  top: 0;

  left: 0;

  opacity: 0.2;
}

.page-numbers {
  display: inline-block;

  padding: 0.5rem 0.75rem;

  border: none;

  margin: 0 4px;

  border-radius: 4px;

  color: #ffffff;

  background: #143d51;

  margin-top: 20px;
}

.page-numbers.current {
  background: #3b9dcc;
}

.page-numbers:hover {
  color: #ffffff;

  text-decoration: none;

  background-color: #3b9dcc;

  border-color: #dee2e6;
}

.form-error {
  font-size: 13px;

  color: #b94a48;

  display: block;

  font-weight: bold;
}

.alert-cookie-policy {
  display: none;

  border-radius: 0;

  position: fixed;

  bottom: 0;

  top: auto;

  left: 0;

  right: 0;

  z-index: 999;
}

.alert-cookie-policy .alert {
  border-radius: 0;

  padding: 10px 5%;
}
.h3,
h3 {
  font-size: 20px;
}

.wp_autosearch_suggestions .wp_autosearch_result {
  padding: 10px 16px;
}
.wp_autosearch_suggestions a .searchheading {
  font-weight: 400 !important;
  padding-top: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.wp_autosearch_suggestions {
  box-shadow: #88888861 0px 3px 10px !important;
  -webkit-box-shadow: #88888861 0px 3px 10px !important;
  border: 1px solid #ccc !important;
  margin: 2px 0 0;
  left: 174.4px !important;
}
.wp_autosearch_suggestions .wps_even {
  background-color: #3b9dcc !important;
}
.wp_autosearch_suggestions .wps_odd {
  background-color: #3b9dcc !important;
}
.wp_autosearch_suggestions .wps_even.ac_over,
.wp_autosearch_suggestions .wps_odd.ac_over {
  background-color: #1a5875 !important;
}
.wp_autosearch_suggestions li {
  border-bottom: 1px solid #1a5875;
}
.seachBoxWrp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 10px;
}
.seachBoxWrp button.btn.btn-primary {
  background: linear-gradient(
    0deg,
    rgba(138, 98, 28, 1) 22%,
    rgba(225, 191, 91, 1) 100%
  );
  color: #fff;
  border: none;
  border-radius: 3px;
  outline: 1px solid #c39f45;
  margin-top: 15px;
  outline-offset: 2px;
  padding: 5px 20px;
  transition: 0.6s;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0 1px 1px #000;
}
.seachBoxWrp .header_top_search .search_input {
  border: 1px solid #ffffff;
  background: #ab9721;
  border-radius: 5px;
  margin-top: 17px;
  padding: 0 6px;
  color: #fff;
  background: linear-gradient(
    269deg,
    rgba(17, 17, 17, 0.2721463585434174) 0%,
    rgb(45 119 154) 50%,
    rgba(17, 17, 17, 0.2721463585434174) 100%
  );
}
.seachBoxWrp button.btn.btn-primary:hover {
  background: linear-gradient(
    0deg,
    rgba(225, 191, 91, 1) 22%,
    rgba(138, 98, 28, 1) 100%
  );
}
.seachBoxWrp .search_input .wp_autosearch_submit,
.seachBoxWrp .search_input .wp_autosearch_submit:hover {
  background: url(../images/search.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 22px !important;
  height: 23px !important;
  top: 6px !important;
  transform: scale(0.7);
}
.seachBoxWrp .search_input .wp_autosearch_input {
  color: #fff !important;
  font-size: 16px;
  padding-left: 0px !important;
}
.seachBoxWrp .header_top_search .search_input {
  max-width: 100%;
  width: 100%;
}
.header_top_search .input-group {
  width: 100%;
}
.search_input .wp_autosearch_input {
  width: 100% !important;
  height: 36px !important;
  border: none !important;
  background-color: transparent !important;
  outline: none;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 15px;
  padding-left: 10px !important;
}
.seachBoxWrp .wp_autosearch_form_wrapper {
  width: 100%;
  border: 0px solid #57c297 !important;
  height: auto !important;
  background-color: #ffffff !important;
  position: relative;
  padding: 0 5px;
}
.seachBoxWrp .search_input .wp_autosearch_input::placeholder {
  color: #fff;
  opacity: 0.88;
  font-weight: 300;
}

.seachBoxWrp .search_input .wp_autosearch_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.seachBoxWrp .search_input .wp_autosearch_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.header_top_search {
  width: 100%;
}
.wizardinfosys_autosearch_wrapper {
  width: 100%;
}
#rightContent p.text-center.mt-3 {
  font-family: inherit;
  line-height: 1.2;
  color: inherit;
  font-size: 16px;
}
#rightContent p.text-center.mt-3 strong {
  font-weight: 500;
}
#conteMain h3.subHeading {
  font-family: "Noto Sans", sans-serif;
}
.WhyChooseUs .row .boxTop {
  top: -9%;
}
section.WhyChooseUs.spacSec.mt-lg-0 .row .boxTop {
  top: -19%;
}
.howDwork .WhyChooseUs.spacSec.mt-lg-0 .row .boxTop {
  top: -9%;
}
section#faqWrp div#faqPage .boxTop {
  top: -9%;
}
#serviceW .item p {
  overflow: hidden;
}
#exampleModalCenter form .btnN {
  float: right;
}
body.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}
#payment-form .error {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-family: "Noto Sans", sans-serif;
}
#payment-form .form-control {
  font-weight: 400;
}
.ElementsApp .InputElement {
  color: #fff !important;
}
.bmds {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
#rightContent.paymentWrp #payment-form .row {
  align-items: baseline;
}
.is-autofilled .cardControl::-webkit-input-placeholder {
  color: #000;
}

.is-autofilled .cardControl::-moz-placeholder {
  color: #000;
}

.is-autofilled .cardControl:-ms-input-placeholder {
  color: #000;
}

.is-autofilled .cardControl:-moz-placeholder {
  color: #000;
}
.cardControl.StripeElement--webkit-autofill {
  background: #36b6cb !important;
}
