<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************Main Head*********************  */

@font-face {
  font-family: "Poppins";
  src: url(/font/Poppins-Light.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
li {
  font-family: "Poppins" !important;
  /*font-weight: 600;*/
}
.mainHead {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 100px;
  padding-left: 100px;
  z-index: 999;
  position: relative;
  background-color: #062577;
}
html {
  overflow-x: hidden !important;
}
hr.solidd {
  border-top: 5px solid #70b3ff;
  border-radius: 5px;
  width: 85px;
}
hr.f-divd {
  border-top: 5px solid #464646;
  border-radius: 5px;
  width: 50px;
}
hr.f-divd:hover {
  border-top: 5px solid #fff;
}
.blackBack {
  padding-top: 20px;
}
.mobopt {
  margin-top: -116px;
}

.navbar {
  margin-bottom: 20px;
}

.col-right {
  text-align: right;
}
.dscolor {
  width: 1330px;
  left: -450px !important;
  padding: 20px;
  font-size: 15px;
  background-color: #062577;
  border-radius: 10px;
  box-shadow: 5px 10px 8px 10px rgb(0 0 0 / 20%);
}
.navbar-nav .dropdown-menu li {
    display: inline-block;
    width: 49%;
}
.nav-link {
  /*padding-left: 25px !important;*/
  padding-right: 25px !important;
}

.blackBack .nav-link:hover {
  color: #ffca00 !important;
}

.dropdown-item:hover {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-color: #ffc500;
}
.dropdown-item {
  color: #fff;
    font-size: 13px;
}
.dscolor h6 {
    color: #ffc500;
    font-size: 18px;
    margin: 6px 10px;
    padding: 8px 0;
    font-weight: 600;
    border-bottom: 2px solid #ffc500;
    width: 60%;
}
.trusted {
  padding-top: 30px;
  padding: 30px 10px 10px;
}

.text2 {
  color: hsl(12deg 5% 80%);
  text-align: center;
  font-weight: 300;
  margin-bottom: 0;
}

.drop {
  background-color: transparent;
  border: none;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: transparent;
  border-color: none;
}

.btn:active {
  color: var(--bs-btn-active-color);
  background-color: transparent;
  border-color: none;
}

.btn.show,
.btn:active {
  color: var(--bs-btn-active-color);
  background-color: transparent;
  border-color: transparent;
}

.text2 a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding-left: 20px;
}

#navbarNavDropdown {
  justify-content: center;
  margin-top: -18px;
  margin-left: 165px;
}

.blackBack .nav-link {
  color: white !important;
}

.logopng {
  width: 200px;
}

.btn-nav {
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 1px #ffb207;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.btn-nav:hover {
  color: #fff;
  border: solid 1px #fff;
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: transparent;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.btn-main {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 1px #ffb207;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.btn-main:hover {
  color: #fff;
  border: solid 1px #fff;
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: transparent;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.btn-sbox {
  margin-top: 15px;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  font-family: "Poppins";
  color: #000;
  border: solid 1px #ffb207;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.btn-sbox:hover {
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: transparent;
  transition: all 0.3s ease;
  color: #fff;
  border: solid 1px #fff;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.bannimg {
  background-image: url("/img/Header.png");
  z-index: -1;
  background-position: center;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 187px;
  margin-top: -120px;
}

.bannimgs {
  background-image: url("/img/Shape.png");
  z-index: -1;
  background-position: center;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 187px;
  margin-top: -120px;
}
.text3,
.text5,
.text6 {
  margin-bottom: 0;
  line-height: 1.3;
}

.text3 {
  color: white;
  padding-right: 50px;
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 600;
  padding-top: 40px;
}

.text4 {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 44px;
  padding-right: 200px;
  font-size: 15px;
  line-height: 1.8;
}

.trusted {
  padding-top: 65px;
}

.bannform {
  margin: auto;
  width: 30%;
}

.details {
  background-color: rgb(255 255 255 / 27%);
  padding: 20px 40px 30px 30px;
  border-radius: 10px;
  color: white;
  border-color: transparent;
  margin-bottom: 10px;
  border-radius: 30px;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 39%);
}

.text9 {
  color: white;
  font-size: 29px;
  text-align: center;
  font-weight: 600;
}
.text10 {
  color: #fff;
  padding-right: 36px;
  font-size: 15px;
  padding-top: 20px;
  line-height: 1.8;
}
.form-control {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 26px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
  width: 100%;
  background-color: rgb(255 255 255 / 18%);
  border-color: #303030;
  padding-left: 25px;
}

.form-control::placeholder {
  color: #ffffff;
}

.form-control[type="text"] {
  margin-bottom: 10px;
}

.form-control[type="email"] {
  margin-bottom: 10px;
}

.form-control[type="tel"] {
  margin-bottom: 10px;
}

/******************************Main Head Close*********************  */

/****************************** Features Start *********************  */

.features {
  padding-top: 100px;
}

.feature-write {
  text-align: center;
  padding-bottom: 60px;
}

.feat-h2 {
  font-weight: 600;
}
.feat-p {
  padding-left: 200px;
  padding-right: 200px;
}
.feature-one {
  text-align: left;
  background-color: #f6f6f6;
  padding: 50px 40px 20px 30px;
  border-radius: 26px;
  margin-top: -30px;
  margin-bottom: 94px;
}

.feature-one:hover {
  background-image: linear-gradient(#25d6eb, #2376fa);
  transition: all 0.3s ease;
  box-shadow: 7px 7px 30px 30px rgb(0 0 0 / 7%);
  color: #fff;
}

.feature-one h5 {
  font-weight: 600;
  font-size: 18px;
}

.feature-one p {
  font-size: 15px;
}
.feature-two {
  text-align: left;
  background-color: #f6f6f6;
  padding: 36px 35px 0px 30px;
  border-radius: 26px;
  margin-bottom: 65px;
}
.feature-two p {
  font-size: 15px;
}
.feature-two:hover {
  background-image: linear-gradient(#25d6eb, #2376fa);
  transition: all 0.3s ease;
  box-shadow: 7px 7px 30px 30px rgb(0 0 0 / 7%);
  color: #fff;
}

.feature-two h5 {
  font-weight: 600;
  font-size: 19px;
}
.fbtn {
  text-decoration: none;
  background-color: #0000;
  border: #0000;
  font-family: "Poppins";
  font-weight: 600;
  padding-left: 40px;
}

.fbtn:hover {
  color: #ffb500;
}

.ficon {
  padding-left: 10px;
}

/****************************** Features End *********************  */

/****************************** Connect Start *********************  */

.connect {
  background-image: url(/img/Rectangle\ 2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
}

.cont-img {
  width: auto;
  height: 690px;
}

.cont-col {
  padding-top: 200px;
  padding-left: 94px;
}

.cont-h2 {
  color: #fff;
  font-size: 45px;
}

.cont-p {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  font-size: 13px;
}

.cont-btn {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  margin-right: 10px;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.cont-btn:hover {
  color: #fff;
  border: solid 2px #fff;
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: transparent;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.cont-btn1 {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  border: solid 2px #fff;
  background-color: transparent;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.cont-btn1:hover {
  color: #000;
  border: solid 1px #ffb207;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

/****************************** Connect End *********************  */

/****************************** Journey Start *********************  */

.journ-row {
  padding-top: 60px;
}

.journ-col {
  padding-top: 50px;
  padding-left: 66px;
}

.journ-h2 {
  color: #000;
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 600;
}

.journ-p {
  color: #000;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 20px;
}

.journ-img {
  text-align: right;
}

.journ-btn {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  margin-right: 10px;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.journ-btn:hover {
  border: solid 2px #000;
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.journ-btn1 {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #000;
  background-color: transparent;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.journ-btn1:hover {
  border: solid 2px #ffe67a;
  background-image: linear-gradient(#ffe67a, #ffb20a);
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

/****************************** Journey End *********************  */

/****************************** Key-Features Start *********************  */

.key-row {
  padding-left: 150px;
  padding-top: 60px;
}

.key-p {
  text-align: center;
  padding-right: 170px;
  font-size: 15px;
  font-weight: 600;
}

.key-features {
  text-align: center;
  background-color: #f6f6f6;
  padding: 36px 19px 25px 15px;
  border-radius: 26px;
  margin-bottom: 7px;
  margin-right: 5px;
}

.key-features:hover {
  background-image: linear-gradient(#25d6eb, #2376fa);
  transition: all 0.3s ease;
  box-shadow: 7px 7px 30px 30px rgb(0 0 0 / 7%);
  color: #fff;
}

.kf-img {
  padding-bottom: 10px;
}

.kf-img:hover {
  color: #fff;
}

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

/****************************** Key-Features End *********************  */

/****************************** Slider Start *********************  */
.footline a{
color: #fff;
}
.bnmn {
  margin-top: 75px;
}

.column3 {
  text-align: center;
  /*margin-top: -80px;*/
}

.heading1 {
  font-weight: 700;
  font-size: 36px;
}
.heading2 {
  font-weight: 700;
  font-size: 26px;
}
.para {
  padding-right: 200px;
  padding-left: 200px;
  font-weight: 500;
}

.column2 {
  text-align: center;
  font-weight: 500;
}

.btn11-warning {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 1px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;

  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.btn11-warning:hover {
  border: solid 1px #000;
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: transparent;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.carousel {
  display: block;
  position: unset;
  /* -webkit-transform: translateZ(0); */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 0;
  padding: 8px;
  border-radius: 6px;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.carousel &gt; .wrap &gt; ul &gt; li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 5px;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
  margin-left: 26px;
}

.carousel:hover &gt; .slide {
  opacity: 1;
  bottom: -10px;
}

.carousel &gt; .wrap {
  overflow: hidden;
  border-radius: 5px;
}

.carousel &gt; .wrap &gt; ul {
  list-style: none;
  white-space: nowrap;
  height: 450px;
}
.carousel-himg {
  opacity: 0.3;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  cursor: pointer;
}

.carousel-himg:hover {
  opacity: 1;
}

.carousel &gt; .wrap &gt; ul &gt; li &gt; img {
  display: block;
  height: 440px;
  margin: auto;
  position: relative;
  transition: 1s ease;
  border-radius: 26px;
  border: 1px solid #cfcece;
}

.loggoos {
  display: block;
  position: unset;
  -webkit-transform: translateZ(0);
  font-size: 0;
  padding: 8px;
  border-radius: 0 !important;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.loggoos &gt; .wrap &gt; ul &gt; li &gt; img {
  display: block;
  height: auto;
  width: 155px;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  transition: 1s ease;
  border-radius: unset !important;
  border: unset !important;
}
.loggoos &gt; .wrap &gt; ul {
  list-style: none;
  white-space: nowrap;
  height: 80px;
  padding: 0 !important;
  margin: 0 !important;
}
.loggoos &gt; .wrap &gt; ul &gt; li {
  display: inline-block;
  vertical-align: middle;
  height: auto !important;
  margin: auto 20px !important;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}

.touch .carousel {
  overflow: auto;
}

.carousel:before,
.carousel:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  font-size: 80px;
  line-height: 190px;
  color: #2ab1ce;
  /*font-weight: bold;*/
  pointer-events: none;
  transition: 0.2s ease-out;
}

.carousel.right:after,
.carousel.left:before {
  opacity: 1;
}

.carousel.right:after {
  right: 0;
  text-indent: 60px;
}

.carousel.left:before {
  left: 0;
  text-indent: -40px;
}

.carousel &gt; a {
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  color: #ccc;
  font-size: 1.5em;
  transition: 0.1s;
}

.carousel &gt; a:hover {
  color: #fff;
}

.carousel &gt; a.prev {
  left: -20px;
}

.carousel &gt; a.next {
  right: -20px;
}

.carousel &gt; .slide {
  pointer-events: none;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  /* background: #2ab1ce; */
  /* height: 80px; */
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.2s, bottom 0.2s;
}

.carousel &gt; .wrap &gt; ul &gt; li:first-child {
  margin: 0;
}

/****************************** Slider End *********************  */

/****************************** Choose Start *********************  */

.choose {
  background-image: url(img/Rectangle\ 21.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  padding-top: 60px;
  margin-top: 100px;
}

.ch-img {
  width: auto;
  height: 850px;
  margin-left: -120px;
}

.ch-col {
  padding-top: 50px;
  padding-left: 66px;
}
.ch-col1 {
  margin-top: -124px;
}
.ch-h2 {
  color: #000;
  font-weight: 600;
}

.ch-p {
  color: #000;
  font-weight: 400;
  line-height: 25px;
}

.cho-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cho-row1 {
  padding-bottom: 30px;
}

.cho-col {
  margin-right: 45px;
}

.cho-h2 {
  font-size: 14px;
  font-weight: 700;
  text-decoration: dotted;
}

.cho-p {
  font-size: 13px;
  line-height: 19px;
}

.ch-btn {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  margin-right: 10px;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.ch-btn:hover {
  border: solid 2px #000;
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: transparent;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.ch-btn1 {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #000;
  background-color: transparent;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.ch-btn1:hover {
  border: solid 2px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

/****************************** Choose End *********************  */

/****************************** Writing-Service Start *********************  */

.writing-main {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.servicerow {
  padding-left: 174px;
}
.spacee {
  padding-bottom: 150px;
}
.service-one {
  text-align: center;
  background-color: #f6f6f6;
  padding: 70px 37px 50px 30px;
  border-radius: 26px;
  margin-bottom: 7px;
  cursor: pointer;
}

.service-one:hover {
  background-image: linear-gradient(#25d6eb, #2376fa);
  transition: all 0.3s ease;
  box-shadow: 7px 7px 30px 30px rgb(0 0 0 / 7%);
  color: #fff;
}
.s-a {
  color: #000;
  text-decoration: none;
}
.s-a:hover {
  color: #ffffff;
}
.ser-h5 {
  font-size: 14px;
  font-weight: 700;
}

.tbh {
  padding-bottom: 60px;
}

.servicebtn {
  text-align: center;
}

.btn-11 {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
  border: solid 1px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.btn-11:hover {
  border: solid 1px #000;
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: transparent;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

/****************************** Writing-Service End *********************  */

/****************************** Comprehensive-Process Start *********************  */
.comprehensive-img {
  width: 100%;
  padding-top: 40px;
}
.comprehensive-main {
  padding-top: 50px;
  padding-bottom: 100px;
}
.comprehensive {
  padding-top: 100px;
  text-align: center;
}
.comprehensive h2 {
  font-weight: 600;
}
.dots {
  padding-top: 80px;
  text-align: center;
  align-items: start;
}
.dots-text {
  padding: 82px 50px 0px 6px;
}
.comp-h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
.comp-p {
  color: #6e6e6e;
  font-size: 21px;
  line-height: 45px;
}

.compre-h {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.dot-icon {
  padding: 10px 30px 10px 10px;
  color: #b2b2b2;
}
.dot-icon:hover {
  color: #25c1f2;
  cursor: pointer;
}
/****************************** Comprehensive-Process End *********************  */

/****************************** Testimonial Start *********************  */

/* .testimonialClass {
    display: none;
} */

.new-testimo #second:checked ~ .two blockquote {
  background-color: purple;
}

.new-testimo #third:checked ~ .three blockquote {
  background-color: #54885f;
}

.new-testimo #first:checked ~ label.first {
  border-color: #db532b;
}

.new-testimo #second:checked ~ label.second {
  border-color: purple;
}

.new-testimo #third:checked ~ label.third {
  border-color: #54885f;
}

.new-testimo #first:checked ~ div.one {
  left: 0;
  opacity: 1;
}

.new-testimo #second:checked ~ div.two {
  left: 0;
  opacity: 1;
}

.new-testimo #third:checked ~ div.three {
  left: 0;
  opacity: 1;
}

.imageCenter {
  text-align: center;
  position: relative;
}
.testimonialClass h3 {
  font-weight: 600;
}

.testimonialClass h6 {
  font-weight: 500;
  color: #c1c1c1;
}
.testimonialClass p {
  font-size: 15px;
}

.cr {
  background-color: #f5f8ff;
  border-radius: 26px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 4px;
}

.cr-font {
  font-size: 8px;
  padding-left: 7px;
  font-weight: 600;
}

.cr-p {
  padding-bottom: 23px;
}
.afloat1 {
  position: absolute;
  top: -55px;
  left: 0px;
  width: 250px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #f7f1f1;
  background-color: white;
  box-shadow: -10px 10px 20px #aaaaaa8c;
  border-radius: 25px;
}

.afloat1 p {
  margin-top: -5px;
  margin-bottom: 0.5rem;
}

.afloat1 p {
  font-size: 9px;
  margin-top: 0;
  margin-bottom: 0;
}

.afloat1 .row {
  margin: 0px;
  padding-bottom: 6px;
}

.afloat1 .fa-star {
  color: #ffc107;
  font-size: 10px;
}

.text-start {
  text-align: left !important;
}

.imageRadius {
  border-radius: 50%;
}

.afloat2 {
  position: absolute;
  bottom: -25px;
  right: -110px;
  width: 300px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #f7f1f1;
  background-color: white;
  box-shadow: -10px 10px 20px #aaaaaa8c;
  border-radius: 25px;
}

.text-center {
  font-size: 40px;
  color: wheat;
}

.text-center {
  text-align: center !important;
}

.d-block {
  border-radius: 50%;
}
.afloat1 h5 {
  font-weight: 600;
  font-size: 13px;
}

.afloat2 p {
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 0;
}

.afloat2 .fa-star {
  color: #ffffff;
  background-color: #ffc107;
  padding: 5px;
  border-radius: 9px;
}

.afloat2 .row {
  margin-top: 30px;
}

/****************************** Testimonial End *********************  */

/****************************** Subscribe start *********************  */

.fsca {
  height: auto;
  background-image: linear-gradient(#c2e9fb, #a2c5fd);
  border-radius: 15px;
  box-shadow: 26px 26px 50px 26px rgb(0 0 0 / 14%);
  position: relative;
  z-index: 99;
  margin-bottom: -140px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-top: 13px;
}

.fsca-col-one {
  padding-top: 65px;
}

.fsca-col-one h2 {
  padding-bottom: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.fsca-col-one h3 {
  padding-bottom: 0px;
  color: #000;
  font-size: 35px;
  font-weight: 600;
}

.btn-8 {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  margin-right: 10px;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.btn-8:hover {
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.btn-9 {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px;
  background-color: transparent;
  margin-right: 10px;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.btn-9:hover {
  border: solid 2px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.fsca-col-two {
  text-align: center;
}

.fsca-img {
  margin-top: -56px;
  margin-bottom: -150px;
  width: 550px;
}

/****************************** Subscribe End *********************  */

/****************************** Footer Start *********************  */

.web {
  padding: 200px 0 45px 0;
  background-image: url("/img/Rectangle\ 738.png");
  background-position: center;
  background-size: cover;
  padding-bottom: 80px;
}

.frow {
  padding-left: 175px;
  padding-right: 188px;
}

.fsocial {
  padding-top: 0px;
}

.facebook {
  color: #4267b2;
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 26px;
  margin-right: 5px;
  font-size: 20px;
}
.facebook:hover {
  color: #ffffff;
  background-color: #4267b2;
}
.twitter {
  color: #00acee;
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 26px;
  margin-right: 5px;
  font-size: 20px;
}
.twitter:hover {
  color: #ffffff;
  background-color: #00acee;
}
.instagram {
  color: #5757c5;
  background-color: #fff;
  padding: 16px 18px;
  border-radius: 26px;
  font-size: 20px;
}
.instagram:hover {
  color: #ffffff;
  background-image: linear-gradient(#5757c5, #e64672);
}
.uyt {
  color: white;
  font-weight: 600;
}

.ytu {
  color: white;
}

.ytu a {
  color: #ffffff;
  text-decoration: none;
  line-height: 40px;
}

.ytu {
  padding-left: 0px;
}

.ytu li {
  list-style: none;
}

.jki {
  color: white;
  font-weight: 600;
}

.opi {
  color: white;
  margin-bottom: 15px;
  margin-right: 100px;
  line-height: 25px;
}

.color {
  background-image: url(/img/1.png);
  text-align: center;
  color: white;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: -40px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.box .content .image img {
  height: 75px;
  width: 75px;
  padding: 3px;
  background: #ffbd00;
  border-radius: 50%;
}
/****************************** Footer End *********************  */

/******************** Static ************************/
.static {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 50px;
}

.static-btn {
  padding: 10px 30px 10px 30px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.static-btn:hover {
  border: solid 2px #000;
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: transparent;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.static-btn1 {
  padding: 10px 30px 10px 30px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #000;
  background-color: transparent;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.static-btn1:hover {
  border: solid 2px #ffd900;
  background-image: linear-gradient(#ffd900, #ffb500);
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}
/******************** Static End ************************/

/******************** Contact Form ************************/

.contactus-form {
  background-image: url("/img/Shape.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 78px;
  margin-bottom: 80px;
}

.form-2 {
  background-color: rgb(255 255 255 / 34%);
  text-align: center;
  padding: 50px;
  margin-top: 7%;
  margin-left: 19%;
  width: 60%;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 30px;
}

.form-2 h4 {
  color: #fff;
  font-size: 20px;
}

.form-2 h3 {
  color: #fff;
  font-size: 15px;
}

.form-2 h2 {
  color: #ffb207;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
}

.form-2 [type="text"] {
  width: 99%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.226);
  padding: 10px 30px;
  margin: 6px 0;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.055);
  border-radius: 50px;
  box-shadow: 6px 6px 6px 6px rgb(0 0 0 / 3%);
}
.form-2 [type="text"]::placeholder {
  color: #fff;
  font-size: 13px;
}
form input:focus {
  outline: none;
  border: none;
}
form textarea:focus {
  outline: none;
  border: none;
}

.form-2 [type="email"] {
  width: 99%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.226);
  padding: 10px 30px;
  margin: 6px 0;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.055);
  border-radius: 50px;
  box-shadow: 6px 6px 6px 6px rgb(0 0 0 / 3%);
}
.form-2 [type="email"]::placeholder {
  color: #fff;
  font-family: "Poppins";
  font-size: 13px;
}

.form-2 [type="tel"] {
  width: 99%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.226);
  padding: 10px 30px;
  margin: 6px 0;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.055);
  border-radius: 50px;
  box-shadow: 6px 6px 6px 6px rgb(0 0 0 / 3%);
}
.form-2 [type="tel"]::placeholder {
  color: #fff;
  font-family: "Poppins";
  font-size: 13px;
}

.form-2 .textarea-1 {
  width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.226);
  padding: 8px 30px;
  margin: 6px 0;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.055);
  border-radius: 24px;
  box-shadow: 6px 6px 6px 6px rgb(0 0 0 / 3%);
}
.form-2 .textarea-1::placeholder {
  color: #fff;
  font-family: "Poppins";
  font-size: 13px;
}

.static h3 {
  font-weight: 600;
}
.static span {
  font-weight: 600;
}
.static a {
  color: #ffc200;
}
/******************** Contact Form End ************************/

/********************section space start***********************/
.gapingg {
  padding-bottom: 100px;
}
/*********************section space end************************/

/******************** Media Query Start************************/

@media only screen and (max-width: 600px) {
  .web {
    padding: 200px 0px 45px 50px;
  }
#location-pages .accordion-item button.accordion-button {left: 30px;width: 70%;}

ul.menu.loc-menu li {
    width: 100%;
    display: block;
    padding: 7px 0;
}
  .bannimg {
    padding-bottom: 100px;
  }
  .btn-sbox {
    font-size: 13px;
    padding: 15px 66px 15px 66px;
  }
  .dots {
    padding-top: 26px;
  }
  .mobileOverflow {
    overflow-x: scroll !important;
  }
  .fsca-img {
    margin-left: -219px;
    margin-top: 40px;
    margin-bottom: -100px;
    width: 550px;
    padding: 0px 0px 56px 110px;
  }
  .mainHead {
    background-color: #062577;
    padding-right: 0px;
    text-align: center;
    padding-left: 0px;
  }
  .col-right {
    text-align: center;
  }
  .logopng {
    width: 165px;
    padding-top: 14px;
  }
  .blackBack,
  .navbar {
    /* margin-bottom: -126px; */
    background-color: #011962;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar {
    margin-bottom: 0px;
  }
  #navbarNavDropdown {
    padding-top: 10px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .trusted {
    padding: 30px 8px 0px;
  }
  .feat-p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn-nav {
    padding: 3px 9px 4px 9px;
    margin-left: -5px;
    margin-top: 0px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 700;
    color: #000;
    border: solid 1px #ffb207;
    background-image: linear-gradient(#ffd900, #ffb500);
    transition: all 0.3s ease;
  }
  .btn-nav:hover {
    color: #fff;
    border: solid 1px #fff;
    background-image: linear-gradient(#ffe77a00, #ffb10a00);
    background-color: transparent;
    transition: all 0.3s ease;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .fa-bars {
    font-size: 44px;
  }
  .fas {
    color: white;
  }
  .fa,
  .fas {
    font-weight: 900;
  }
  .text3 {
    color: white;
    padding-right: 20px;
    padding-top: 12px;
    font-size: 37px;
    font-weight: 600;
  }
  .text4 {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 68px;
    font-size: 15px;
  }
  .mobopt {
    margin-left: -5px;
  }
  .bannform {
    margin-top: 35px;
  }

  .journ-h2 {
    font-size: 28px;
  }
  .para {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .testimonialClass {
    display: none;
  }
  .features-col-two {
    padding-top: 20px;
  }
  .feature-one {
    text-align: left;
    background-color: rgb(246, 246, 246);
    padding: 50px 40px 50px 30px;
    border-radius: 26px;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .feature-two {
    text-align: left;
    background-color: #f6f6f6;
    padding: 50px 40px 50px 30px;
    border-radius: 26px;
  }
  .f-img {
    width: 100%;
    height: 100%;
  }
  .cont-img {
    width: 100%;
    height: 100%;
  }
  .journ-col {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .journ-img {
    width: 100%;
    height: 100%;
  }
  .key-row {
    padding-left: 50px;
    padding-top: 30px;
    padding-right: 50px;
  }
  .key-p {
    text-align: center;
    padding-right: 0px;
    font-size: 18px;
    font-weight: 600;
  }
  .ch-img {
    width: 150%;
    height: 100%;
    padding-top: 100px;
  }
  .btn-9 {
    margin-top: 20px;
    padding: 15px 47px 15px 47px;
  }
  .ch-col {
    padding-top: 0px;
    padding-left: 0px;
  }
  .servicerow {
    padding-left: 70px;
    padding-right: 70px;
  }
  .spacee {
    padding-bottom: 40px;
  }
  .compre-img {
    width: 100%;
    height: 100%;
  }
  .comp-h3 {
    font-size: 40px;
  }
  .dots-text {
    padding: 0px 15px 0px 33px;
  }
  .frow {
    padding-left: 0px;
    padding-right: 0px;
  }
  .fsocial {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .comprehensive-main {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .connect {
    background-size: cover;
    margin-top: 60px;
    padding-bottom: 50px;
  }
  .cont-col {
    padding-left: 36px;
    padding-top: 50px;
  }
  .journ-row {
    padding-left: 20px;
  }
  .choose {
    padding-left: 20px;
    margin-top: 0px;
    padding-bottom: 100px;
  }
  .ch-h2 {
    font-size: 32px;
  }
  .ch-p {
    font-size: 18px;
  }
  .cho-h2 {
    font-size: 19px;
  }
  .cho-p {
    font-size: 17px;
  }
  .comprehensive {
    padding-top: 0px;
  }
  .compre-h {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 0px;
  }
  .comprehensive-img {
    width: 400px;
    padding-bottom: 40px;
  }
  .frbox {
    margin-right: unset;
    margin-left: unset;
  }

  .dots {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
  }

  .form-2 [type="text"] {
    width: 100%;
  }
  .form-2 [type="email"] {
    width: 100%;
  }
  .form-2 [type="tel"] {
    width: 100%;
  }
  .form-2 .textarea-1 {
    width: 100%;
  }
  .btn-4 {
    width: 104%;
  }
  .form-2 {
    margin-left: 10%;
    width: 80%;
  }
  .fsca {
    padding-bottom: 0px;
  }
  .fsca-col-one {
    padding-top: 40px;
  }
  .fsca-col-one h3 {
    font-size: 32px;
  }
  .form-2 h4 {
    font-size: 15px;
  }
  .form-2 h2 {
    font-size: 15px;
  }

  .form-2 h3 {
    color: #fff;
    font-size: 15px;
  }
}

/******************** Media Query End************************/
.mobileTestimonial {
  display: none;
}

@media only screen and (max-width: 600px) {
  .mobileTestimonial {
    display: block;
  }

  body {
    overflow-x: clip !important;
  }
}

@media (max-width: 1045px) {
  .wrapper .box {
    width: calc(50% - 10px);
    margin: 10px 0;
  }
}

@media (max-width: 702px) {
  .wrapper .box {
    width: 100%;
  }
}

.box .info .name {
  font-weight: 600;
  font-size: 17px;
}

.box .info .job {
  font-size: 16px;
  font-weight: 500;
  color: #17a2b8;
}

.box .info .stars {
  margin-top: 2px;
}

.box .info .stars i {
  color: #ffbd00;
}

.box .content .image {
  height: 75px;
  width: 75px;
  padding: 3px;
  background: #ffbd00;
  border-radius: 50%;
}

.box:hover .content .image img {
  border-color: #fff;
}

.wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.wrapper .box i.quote {
  font-size: 20px;
  color: #ffbd00;
}

.wrapper .box .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.box .info .job {
  font-size: 16px;
  font-weight: 500;
  color: #ffbd00;
}

.box .info .stars i {
  color: #ffbd00;
}

.box .content .image {
  height: 75px;
  width: 75px;
  padding: 3px;
  background: #ffbd00;
  border-radius: 50%;
}

.wrapper .box {
  background: #fff;
  /*width: calc(33% - 10px);*/
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.column5 {
  background-image: url(./img/bg.png);
  text-align: center;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.rty {
  color: white;
  font-size: 40px;
  margin-bottom: 10px;
}

.asdf {
  color: white;
  /*padding-right: 250px;*/
}

.call-btn1 {
  padding: 10px 30px 10px 30px;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  border: solid 2px #fff;
  background-color: transparent;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.blogback {
  background-image: url(/img/wave_background.jpg);
  background-position: bottom center;
  background-repeat: repeat;
  background-size: contain;
  margin-top: -120px;
}
.blog-p {
  color: #fff;
  font-size: 16px;
  line-height: normal !important;
  font-weight: 600;
}
.blog-a a {
  color: #000;
  text-decoration: none !important;
}
.cardd {
  --border-radius: 0.75rem;
  --primary-color: #002977;
  --secondary-color: #3c3852;
  width: auto;
  height: 250px;
  font-family: "Arial";
  padding: 1rem;
  cursor: pointer;
  border-radius: var(--border-radius);
  background: #f1f1f3;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 3%);
  position: relative;
  margin-top: 26px;
}

.cardd &gt; * + * {
  margin-top: 1.1em;
}

.cardd .card__content {
  color: var(--secondary-color);
  font-size: 0.86rem;
}

.cardd .card__title {
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.cardd .card__date {
  color: #6e6b80;
  font-size: 0.8rem;
}

.cardd .card__arrow {
  position: absolute;
  background: var(--primary-color);
  padding: 1rem;
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  bottom: 0;
  right: 0;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardd svg {
  transition: 0.2s;
  width: 22px;
  height: 20px;
}

/* hover */
.cardd:hover .card__title {
  color: var(--primary-color);
  text-decoration: underline;
}

.cardd:hover .card__arrow {
  background: #111;
}

.cardd:hover .card__arrow svg {
  transform: translateX(3px);
}

.footline p {
    text-align: center;
    color: white;
    font-size: 13px;
}

.footline {
    background: #004092;
    padding: 10px 0;
}

.simp-a h2{
  font-size: 30px;
  margin-bottom: 9px;
}
.simp-a h3{
  font-size: 22px;
}

.chota_fnt {
    font-size: 10px;
    margin: 20px 0;
    color: #fff;
    display: block;
}

.chota_fnt a {
    color: #fff;
    text-decoration: underline;
}

.chota_fnt input{margin:0 5px 0 0;}
.loc-page img {
    max-width: 100%;
}

.loc-page p a {
    color: #000;
}

#location-pages .accordion-item {border: 0;box-shadow: none;position: relative;}

#location-pages .accordion-item button.accordion-button {
    background: linear-gradient(90deg, #001a5e 0%, #001758 100%);
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 600;
    position: absolute;
    left: 42%;
    top: -50px;
    width: 10%;
}
div#collapseOne {
    background: linear-gradient(90deg, #002470 0%, #000a43 100%);
}
ul.menu.loc-menu li {
    display: inline-block;
    width: 100%;
    list-style: disc;
    position: relative;
    padding-left: 30px;
}

ul.menu.loc-menu li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-family: "Poppins" !important;
}

ul.menu.loc-menu li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 10px;
    top: 7px;
    border-radius: 10px;
}
h3.text4 a, h4 a {
    color: #ffcf00;
    text-decoration: none;
    font-weight: 600;
}p a{
	color:#ffb207;
	text-decoration: none;
	font-weight: 600;
}
.youtube {
    color: red !important;
}
.terms h2 {
    font-size: 25px;
    font-weight:600;
    padding: 5px 0;
}

#location-pages .p-city a {
  color: #ffd900;
  font-size: 19px;
  font-weight: 700;
}
ul.menu.loc-menu li.p-city::before {
  display: none;
}
ul.menu.loc-menu li.p-city {
  padding: 12px 0;
  line-height: 20px;
}
.facebook {
    color: #4267b2;
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 26px;
    margin-right: 5px;
    font-size: 20px;
}

.facebook:hover {
    color: #ffffff;
    background-color: #4267b2;
}

.twitter {
    color: #00acee;
    background-color: #fff;
    padding: 16px 16px;
    border-radius: 26px;
    margin-right: 5px;
    font-size: 20px;
}

.twitter:hover {
    color: #ffffff;
    background-color: #00acee;
}

.instagram {
    color: #5757c5;
    background-color: #fff;
    padding: 16px 18px;
    border-radius: 26px;
    font-size: 20px;
}

.instagram:hover {
    color: #ffffff;
    background-image: linear-gradient(#5757c5, #e64672);
}

.faq-sec .card-header {
  background: 0 0;
  border: none;
  outline: 0 !important
}

.faq-sec .card-header a {
  display: block;
  font-size: 16px;
  color: #6A757D;
  font-weight: 500;
background: #fff;
  text-decoration: none;
  padding: 6px 0
}

.faq-sec .card {
  border-radius: 10px;
  border: none;
  border: 1px solid #d3d3d3;
  line-height: 24px;
  padding: 0px 20px;
  margin: 10px 0;
  cursor: pointer;
}

.faq-sec .card-body {
  padding: 0 25px 20px;
  background: #fff;
}

.faq-sec .card-body p {
  color: #1e1e1e;
  font-size: 14px
}

#accordion-location .card-header a.card-link.collapsed:after,
.faq-sec .card-header a.card-link.collapsed:after {
  content: "";
  font-family: 'FontAwesome';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0px;
  color: #0c63e4 !important;
  top: 10px;
}

#accordion-location .card-header a.card-link:after,
.faq-sec .card-header a.card-link:after {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #0c63e4;
}

.terms ul.menu.loc-menu li:before{background:#000;}</pre></body></html>