@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');


html {
  font-size: 16px;
  /* cursor: none; */
  overflow-x: hidden;
}

@font-face {
  font-family: 'TheNautiGal';
  src: url('../fonts/TheNautiGalROB.woff2') format('woff2'),
    url('../fonts/TheNautiGalROB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

h1 {
  font-size: 85px;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 60px;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */

header {
  margin: auto;
  z-index: 11;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;

}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #1a407c;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.main-navigate {
  margin: 0;
  padding: 0px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider {
  position: relative;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -5rem;
  z-index: 1;
  width: 100%;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 21px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -200px;
  left: auto;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 4px;
  width: 20px;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active:before {
  width: 30px;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li span {
  opacity: 1;
  transition: .5s all ease-in-out;
  font-size: 15px;
  font-weight: 500;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 43px;
  color: #000;
  line-height: 61px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 18px;
}

.sliderItem h4 {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  line-height: 25px;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-slider img {
  width: 100%;
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #000;
  font-size: 18px;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
  margin-top: 90px;
  position: relative;
}

.slider-content::after {
  content: '';
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -18px;
  top: -41px;
  width: 197px;
  height: 76px;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  padding-left: 25px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
  content: '';
  background-color: #000;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  position: absolute;
  right: -17px;
  top: 19px;
}

.abc::before {
  display: none;
}

.clientt {
  width: 437px !important;
}



.main-navigate nav img {
  width: 100%;
}

header .header-inFo {
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 999;
}

.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 600;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 17px;
  font-family: 'Poppins', sans-serif;
}

.header-inFo span a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 17px;
}

.btn {
  padding: 15px 50px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 33px;
  transition: all .5s;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #000;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}


.btn::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: var(--primary-color);
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5) inset, 0 0 0 40px rgba(255, 255, 255, 0.5) inset;
  z-index: -1;
  transition: 1s ease;
}

.btn:hover {
  color: var(--black);
}

.btn:hover::before {
  left: 50%;
  transform: translateX(-50%) scale(2);
}

.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4190cc;
  z-index: -2;
}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #1a407c;
  font-weight: 700;
}

.btn:hover {
  background-color: orange;
  color: #fff;
  transform: scale(1.1);
}

.header-btn {
  position: relative;
  padding-left: 4rem;
}


.slider-content .text-holder h2 {
  font-family: 'TheNautiGal';
  font-size: 107px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 96px;
  margin-top: 30px;
}

.banner-btn {
  margin-top: 26px;
  margin-bottom: 18px;
}

/* header/slider-css */


/* about-sec */
.about-sec {
  padding: 158px 0px 130px 0px;
  position: relative;
}

.about-sec::after {
  content: '';
  background-image: url(../images/abtafter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0rem;
  bottom: 9rem;
  width: 248px;
  height: 234px;
}


.info-about span img {
  width: 58px;
  height: 57px;
}


.info-about span h6 {
  font-size: 17px;
  font-weight: 700;
}

.info-about span h4 {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  margin-bottom: 0px;
}


.about-content article h5 {
  font-weight: 600;
  font-size: 24px;
  color: #4190cc;
}




/* about-sec */


/* slider-sec */
.slider-box {
  background-color: #f2f2f2;
  padding: 13px 18px 26px 18px;
  border-radius: 19px;
  height: 638px;
}

.slider-content- article {
  padding: 34px 20px 20px 20px;
  text-align: center;
}

.slider-content- article h4 {
  font-weight: 700;
  font-size: 31px;
  text-transform: capitalize;
}

.slider-content- article p {
  font-size: 16px;
}

.slider-sec .owl-stage-outer .owl-stage .owl-item:nth-child(even) {
  margin-top: 20px;
}


.slider-heading p {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 600;
  padding-left: 13px;
  margin-bottom: 0px;
}

.primary-heading p {
  color: #4190cc;
  font-size: 24px;
  font-weight: 600;
}

.slider-content- figure img {
  margin-top: -3rem;
}

.slider-sec .owl-carousel .owl-stage-outer {
  padding-top: 3rem;
}


.slider-sec {
  padding: 0px 0px 51px 0px;
  position: relative;
}


/* slider-sec */


/* video-sec */
.video-sec {
  padding: 4rem 0 5rem 0;
  position: relative;
}

.video-sec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 800px;
  background-color: #1d1919;
  top: -29rem;
  z-index: -1;
}


.video-sec .owl-item.active.center {
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  transform: scale(1.2);
  height: 396px;
  padding: 0 8px;
}


.video-sec .owl-item.active.center .video-box img {
  box-shadow: 0px 0px 0px 2px #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0px 0px 0px 2px #fff;
}

.video-sec .owl-item.active.center .video-box .video-overlay img {
  box-shadow: none !important;
}

.video-box img {
  border-radius: 20px;
}

.video-box {
  margin: 40px 49px 0;
  position: relative;
}

.video-sec .owl-carousel .owl-stage {
  padding-top: 12px;
  padding-bottom: 6rem;
}

.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-overlay img {
  width: 80px;
  height: 80px;
}

/* video-sec */



/* test */

.starrss {
  width: 96px !important;
}

.test-cardx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-cardx span:nth-child(1) {
  flex: 0 0 31%;
  max-width: 31%;
}

.test-cardx span:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
}

.testimonial-sec .primary-heading h2 {
  margin-bottom: 4rem;
}

.testimonial-sec {
  padding-bottom: 6rem;
  position: relative;
}

.testimonial-sec::after {
  content: '';
  background-image: url(../images/after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  bottom: -3rem;
  position: absolute;
  height: 648px;

}

.test-cardx {
  background-image: url(../images/img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 7rem 4rem 11rem 4rem;
}

.test-cardx span article h4 {
  font-size: 25px;
  font-weight: 600;
}

.one {
  position: absolute;
  left: 15rem;
  top: 5rem;
}

.two {
  position: absolute;
  right: 20rem;
  top: 5rem;
}

.three {
  position: absolute;
  left: 15rem;
  bottom: 18rem;
}

.four {
  position: absolute;
  right: 29rem;
  bottom: 10rem;
}

.four img {
  animation: blink 1s infinite;
}

.three img {
  animation: blink 2s infinite;
}

.two img {
  animation: blink 3s infinite;
}

.one img {
  animation: blink 4s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}





.test-cardx span .cl-img {
  width: 254px !important;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 5px;
  margin: 5px 7px;
  background: #000;
  transition: all.5s;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3f8bc6;
  width: 80px;
}

.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
  text-align: center;
  position: relative;
  top: 22px;
  right: 0rem;
}


.shld-content article h4 {
  font-size: 27px;
  font-weight: 600;
}

.shld-content article h2 {
  color: #fff;
}

.shld-content article p {
  color: #fff;
  margin: 19px 0px;
  font-size: 16px;
}

.shld-content article h4 {
  color: #fff;
}


/* test */

/* why-choose-us */


.why-choose-us {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% 100%;
  padding: 100px 0px;
}

/* why-choose-us */




/* blog-sec */
.blog-sec {
  padding: 100px 0px 100px 0px;
  position: relative;
}

.blog-sec .primary-heading {
  margin-bottom: 40px;
}

.imgtag {
  position: relative;
}

.service-box .date {
  background-color: #3f8bc6;
  width: 70px;
  position: absolute;
  top: auto;
  height: 70px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: -25px;
  left: 29px;
  z-index: 99;
  text-align: start;
  padding-left: 20px;
  padding-top: 10px;
}

.service-box .date h5 {
  color: white;
  font-weight: 700;
  line-height: 11px;
}

.service-box .date span {
  color: white;
  font-weight: 700;
}

.service-box {
  box-shadow: 0px 1px 30px 2px #d5d5d5;
  border-radius: 26px;
}

.service-box article h6 {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
}

.service-box article p {
  line-height: 26px;
  margin-top: 17px;
}

.service-box article {
  padding: 45px 35px 43px 31px;
}

.blog-sec .col-lg-4 {
  margin-bottom: 70px;
}

/* blog-sec */




/* cta-help */


.cta-help .d-flex {
  align-items: center;
  justify-content: center;
}

.cta-help {
  position: relative;
  z-index: 11;
}

.cta-help article h2 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}

.cta-help .d-flex span h5 {
  color: #fff;
  font-size: 2.078rem;
  font-weight: 700;
}

.cta-help .d-flex span>.media {
  align-items: center;
  margin-left: 30px;
}

.cta-help .d-flex span>.media h4 {
  color: #ffff;
  font-size: 21px;
  font-family: "Poppins", sans-serif;
}

.cta-help .d-flex span>.media a {
  color: #ffff;
  font-size: 30px;
  font-weight: 600;
}

.cta-help figure {
  position: absolute;
  bottom: 0;
}

.cta-help .offset-md-4 {
  margin-left: 25.333333%;
}

.cta-help figure img.w-100 {
  width: 80% !important;
}

.cta-help .d-flex span>.media img {
  width: 30% !important;
}

.cta-help article {
  margin-bottom: 4rem;
}

.cta-help .container {
  background: url(../images/ctabanner.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 999;
  padding-top: 109px;
  width: 1470px;
  height: 489px;
}

.cta-help .row {
  align-items: center;
  justify-content: center;
}

/* cta-help */



/* footer sec */

.copy-sec p span {
  color: #333;
  font-weight: 600;
}

footer {
  padding: 22rem 0 1rem;
  background-image: url(../images/footershape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: -240px;
  width: 100%;
}

.footersec .btn {
  background-color: #3f8bc6;
  padding: 12px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-column {
  position: relative;
  top: -40px;
}

.footer-logo h3 {
  color: white;
  font-size: 67px;
}

.footer ul li {
  display: inline-block;
}

footer.footersec ul li p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}


.footercontact ul li i {
  font-size: 21px;
  margin-right: 15px;
}

footer.footersec ul li a {
  color: white;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 16px !important;
}

.footercontact p {
  color: white;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 14px;
}

.foooter-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footernav h5 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.footernav ul {
  margin-top: 30px;
  border-top: 2px solid #383131;
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.footercontact ul li {
  display: block;
}


.footercontact {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}

.footercontact ul li>.media {
  min-height: 70px;
}

.footercontact ul li>.media .media-body {
  display: inline-grid;
  margin-left: 20px;
}

.footercontact ul li>.media a i {
  font-size: 22px;
  color: #fff;
}

.footercontact ul li>.media .media-body p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.footercontact ul li>.media .media-body small {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.footercontact ul li>.media a {
  color: #fff;
  font-size: 17px;
}

.footercontact ul li>.media a:nth-child(3) {
  align-items: self-end;
}

.footerinfo {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.footercontact ul li:nth-child(3) {
  border-right: none;
  padding-bottom: 0;
}

.footercontact ul li i {
  color: #3f8bc6;
  font-size: 23px;
}

.footernav ul li {
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 0;
  position: relative;
}

.footercontact ul li {
  padding-bottom: 13px;
}

.footercontact ul li a {
  font-size: 16px !important;
}

.slidercontact ul li:nth-child(3)>.media {
  align-items: center;
}


.copyright p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}

footer.footersec ul li a:hover {
  color: #3f8bc6;
}

.footercontact h5 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
}

.footersocial h5 {
  color: #fff;
}

.footersocial ul {
  margin-top: 0;
}

.footersocial ul li {
  display: inline-block;
  padding-right: 2px;
}

.footersocial ul li a i {
  height: 40px !important;
  width: 40px !important;
  background-color: transparent;
  color: white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border: 1px solid white;
  transition: all .5s;
}

.active-fb {
  background: #fa6d36 !important;
}

.footersocial ul li a i:hover {
  background: #3f8bc6;
  color: #fff;
  border: none;
}

.app-image {
  display: flex;
  margin-top: 30px;
  margin-left: 30px;
}

.app-image img {
  width: 150px;
}

.form-control {
  font-family: 'Poppins', sans-serif;
  margin: 0 5px;
}

.footersec form .d-flex {
  margin-bottom: 15px;
  width: 95%;
  justify-content: space-between;
}

.footercontact span h4 {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 27px;
}

.footersocial ul {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}

.footer-logo {
  margin-bottom: 0;
  text-align: center;
}

.footercontact span {
  flex: 0 0 50.666667%;
  max-width: 50.666667%;
}

.footercontact input.form-control {
  min-height: 52px;
  border-radius: 29px;
  border: 1px solid #f7f9f8;
  background-color: #f7f9f8;
}

.copy-sec {
  text-align: center;
}

footer.footersec .container {
  position: relative;
}

.footer-logo a img {
  width: 75%;
  margin: 0 auto;
  display: table;
}

.copysec p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

.footercontact .themeBtn {
  background-color: #000;
  border-color: #b71313;
}

.copysec {
  position: relative;
  margin-top: 30px;
  top: -21px;
}

.copysec::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #383131;
}

.footersec img.footer-logo {
  position: absolute;
  top: auto;
  bottom: 22rem;
  width: 45%;
}

/* footer */



.custom-slider .carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  transition: all 0.25s ease;
}

.custom-slider .carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #337ab7;
}

.custom-slider .carousel-indicators li {
  text-indent: inherit;
  position: relative;
  background-color: #000 !important;
  margin: 26px 0;
  opacity: 1;
  color: #000;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  transition: .5s all ease-in-out;
  margin-right: 20px;
  width: 10px;
  margin-bottom: 16px;
  height: 10px;
  justify-content: space-around;
  border-radius: 100%;
  transition: .5s all ease-in-out;
  opacity: 1;
  /* border: 1px solid #000; */
}

.custom-slider .carousel-indicators {
  position: absolute;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  width: 10%;
  align-items: center;
  top: 24px;
  right: -19rem;
  flex-direction: column;
}

.custom-slider .carousel-indicators li span {
  /* display: inline-block; */
  position: absolute;
  /* left: -45px; */
  font-size: 30px;
  /* color: #fff; */
  margin: 23px 0px !important;
  font-weight: 500;
  /* top: -20px; */
  opacity: 1;
  transition: .5s all ease-in-out;
}


.custom-slider .carousel-indicators li.active {
  color: #2a9d8f;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  width: 33px;
  height: 33px;
  transition: .5s all ease-in-out;
  background-color: #1a407c !important;
  /* border: 2px solid #66bb46; */
  margin-bottom: 14px;
  animation: pulse-animation-2 2s infinite;
}

@keyframes pulse-animation-2 {
  0% {
    box-shadow: 0 0 0 0px rgb(195, 162, 38, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(195, 162, 38, 0.1);
  }
}



.custom-slider .carousel-indicators li.active span {
  color: #fff;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
  font-size: 15px;
}



/* Preloader */

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

.preloader {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: #4190cc;
}

.shape-overlays__path:nth-of-type(2) {
  fill: black;
}

.shape-overlays__path:nth-of-type(3) {
  fill: var(--white);
}


.bannner-main {
  position: relative;
}

.bannner-main img {
  width: 100% !important;
}

.bannner-main .text-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 18rem;
}

.banner-overlay h1 {
  font-size: 50px;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 1;
}

.banner-overlay h4{
  color: #000 !important;
  font-size: 20px;
}

/* videos-sec */

.videos-sec {
  margin-bottom: 6rem;
}


.viddeo-img {
  position: relative;
}

.paly-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.inner-test-sec {
  padding-top: 10rem;
}

/* videos-sec */

/* service-sec-primary */

.service-sec-primary {
  padding: 7rem 0;
}

.third-sec-ser {
  padding: 10rem 0;
  margin-bottom: 6rem;
}

.third-sec-ser h2 {
  color: #fff;
}

.third-sec-ser p {
  color: #fff;
}

.third-sec-ser {
  background-image: url(../images/bgg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-s-box {
  background-color: transparent;
  box-shadow: none;
}

/* service-sec-primary */



/* email-info */

.email-inFo {
  padding: 112px 0px 29px 0px;
  position: relative;

}

.contact-inf {
  text-align: center;
}

.inf-dots {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.contact-inf article h5 {
  font-weight: 700;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}

.contact-inf article span {
  font-size: 22px;
  margin-top: 15px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

/* email-info */

/* map-sec */
.map-sec {
  padding: 140px 0px;
  position: relative;
}

.image-image {
  position: absolute;
  left: 10rem;
  top: 4.6rem;
}


/* map-sec */



/* contactus */

.contactus {
  padding: 0px 0px 110px 0px;
  position: relative;
}

.contactus form input {
  min-height: 56px;
  border: none;
  background: #ecfcff;
  padding-left: 24px;
}

.contactus form select {
  min-height: 56px;
  border: none;
  background: #efefef;
  border-radius: 30px;
  padding-left: 24px;
  margin-top: 15px;
}

.contactus form textarea {
  border: none;
  background: #ecfcff;
  padding: 20px;
  margin-top: 15px;
}

.form-btn {
  text-align: center;
}

.contactus form .btn {
  padding: 15px 70px;
  margin: 25px auto;
  left: 0;
  margin-top: 43px;
}



/* contactus */




#topBar {
  position: relative;
  /* top: 0; */
  /* left: 0; */
  z-index: 1000;
  font-size: 16px;
  padding-left: 25px;
}

#topBar ul li {
  position: relative;
  display: inline-block;
}

#topBar>ul>li {
  float: left;
}

#topBar a {
  display: inline-block;
  color: #000;
  transition: .2s ease-out;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}


ul.subMenu {
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  width: 186px;
}

ul.subMenu li {
  width: 100%;
  background: #4190cc;
}

#topBar ul.subMenu li a {
  width: 100%;
  padding: 1rem 1rem;
  border-bottom: 1px solid #2e648d;
  border-top: 1px solid #2e648d;
  font-size: 14px;
}

#topBar ul.subMenu li a:hover,
#topBar ul.subMenu li.active>a {
  background: #4190cc;
  padding-left: 1.1rem;
  color: #fff;
}

ul.subMenu ul.subMenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.fntt {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.blogs-detail-secss {
  padding: 7rem 0;
}

.blogs-detail-secss ul {
  list-style: disc;
}

.blogs-detail-secss ul li {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}

.member-seec p {
  font-size: 16px;
}

/* Insurance pages Css  */

.insurance-ul {
  list-style: disc;
  padding-left: 40px;
  margin: revert;
}

.financial-pl li{
  padding-bottom: 10px;
}

ul li{
  font-size: 18px;
  font-weight: 500;
}


/* Insurance pages Css  */


/* primary_form_sec */

.primary_form_sec{
  padding: 6rem 0;
}

.primary_form_sec form label{
  display: block;
  margin: 15px 0 10px 0px;
}

.primary_form_sec form input{
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 12px 23px;
  margin: 0px;
}

.primary_form_sec form select{
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 0px;
}

.primary_form_sec form textarea{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.service-box figure img{
  border-radius: 30px;
}

/* primary_form_sec */


.slider-sec .owl-nav {
  position: absolute;
  top: -16%;
  left: -1rem;
}

.slider-sec .owl-nav button.owl-prev {
  left: -185px;
  background-color: #202f70;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 26px;
}

.slider-sec .owl-nav button.owl-next {
  background-color: #202f70;
  border-radius: 100%;
  right: 157px;
  width: 55px;
  height: 55px;
  color: white;
  font-size: 26px;
}


#preload {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

#preload #logo_preload {
  position: absolute;
  width:300px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;

        background-size: contain;
}

#preload #logo_preload #mask {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
