html {
  height: 100%;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  background-color: #171717;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Radio Canada", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: none;
}

.active {
  /*background:#dd6718;*/
  color: #111;
}

.visited {
  /*background:#dd6718;*/
  color: #111;
}

.focus {
  /*background:#dd6718;*/
  color: #111;
}

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

.mtp10 {
  margin-top: 10px;
}

.mtp20 {
  margin-top: 20px;
}

.mtp30 {
  margin-top: 30px;
}

.mtp40 {
  margin-top: 40px;
}

.mtp50 {
  margin-top: 50px;
}

.mtp80 {
  margin-top: 80px;
}

.mbt10 {
  margin-bottom: 10px;
}

.mbt20 {
  margin-bottom: 20px;
}

.mbt30 {
  margin-bottom: 30px;
}

.mbt40 {
  margin-bottom: 40px;
}

.mbt50 {
  margin-bottom: 50px;
}

.mbt60 {
  margin-bottom: 60px;
}

.mbt70 {
  margin-bottom: 70px;
}

.mbt80 {
  margin-bottom: 80px;
}

.mbt90 {
  margin-bottom: 90px;
}

.mbt100 {
  margin-bottom: 100px;
}

.minmum-height {
  min-height: 400px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pdng1 {
  padding: 0;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  font-family: "Lexend Mega", sans-serif;
}

.top-header {
  background: transparent;
  padding: 16px 0;
  padding-top: 26px;
}
.top-header a.bookonlinebtm {
  background: #ffff00;
  padding: 9px 13px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  top: 0px;
}
.top-header a.desktop-hidn {
  display: none;
}
.top-header .logo img {
  width: 126px;
}

.top-header.sticky {
  position: fixed;
  transition: 0.3s all linear;
  box-shadow: 3px 1px 9px 0px rgba(179, 176, 176, 0.5294117647);
  top: 0;
  right: 0;
  left: 0;
/*   -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); */
  z-index: 99;
  padding: 11px 0;
  padding-top: 12px;
  background-color: #0b0b0b;
}

.home-banner {
  background-image: url(./images/home-bnner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 0;
  overflow: hidden;
  position: relative;
}
.home-banner .home-banner-content {
  margin-top: 75px;
}
.home-banner .home-banner-content h1 {
  color: #fff;
  font-size: 48px;
  line-height: 65px;
}
.home-banner .home-banner-content h4 {
  color: #a3a3a3;
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
}
.home-banner .home-banner-content .bnr-btm {
  background: #ffff00;
  padding: 15px 26px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin-top: 10px;
}
.home-banner .home-banner-img img {
  width: 100%;
  animation: float-obj-x infinite 4s;
}

.truth-sec {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.title-hdng h2 {
  color: #fff;
  font-size: 34px;
  letter-spacing: -0.5px;
}
.title-hdng h5 {
  color: #acacac;
  line-height: 36px;
  font-size: 16px;
}

.truth-box {
  background: #1e1e1e;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #1e1e1e;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 30px;
}
.truth-box .e-icon {
  margin-bottom: 20px;
}
.truth-box h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 29px;
  font-weight: 400;
}

.truth-box:hover {
  background: linear-gradient(94deg, rgba(247, 225, 2, 0.1966036415) 0%, rgb(13, 13, 12) 55%);
  border: 1px solid #ffff00;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px -1px 13px 1px rgba(217, 217, 26, 0.28);
}

.textwhite {
  color: #fff;
}

.h-btm {
  background: #ffff00;
  padding: 15px 36px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
  color: #000;
  font-size: 18px;
  position: relative;
  z-index: 9;
  transition: all 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99);
}
.h-btm i {
  margin-left: 7px;
  position: relative;
  top: 2px;
}
.h-btm::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 10px;
  background: linear-gradient(to right, #f9ff00, #00ff00);
  transform: scaleX(0);
  transform-origin: 80% 0%;
  transition: 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99);
  border-radius: 30px;
  padding: 15px 36px;
}

.h-btm:hover::before {
  transform: scaleY(1.1) scaleY(1.1);
}

.conv-img-sec {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
  box-shadow: 0px 0px 6px #1b1b1b;
  border-radius: 10px;
  margin-top: 40px;
}
.conv-img-sec img {
  margin: auto;
  text-align: center;
  display: block;
  animation: float-obj-x infinite 4s;
}

.ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0b0b0b;
  z-index: -1;
}

.wave {
  background: url(./images/wave.png) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.endWave {
  display: none;
}

.yello-blur {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #ffff00;
  right: 0;
  top: 0;
  filter: blur(150px);
  opacity: 1;
  animation: pulse2 3s infinite;
  z-index: -1;
}

@keyframes pulse2 {
  0% {
    opacity: 0.5;
    background-color: #ffff00;
  }
  50% {
    opacity: 0.5;
    background-color: #ffff00;
  }
  100% {
    opacity: 0.5;
    background-color: #ffff00;
  }
}
.blue-blur {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #133ae4;
  left: 0;
  bottom: 0;
  filter: blur(150px);
  opacity: 1;
  animation: pulse3 3s infinite;
  z-index: -1;
}

@keyframes pulse3 {
  0% {
    opacity: 0.5;
    background-color: #133ae4;
  }
  50% {
    opacity: 0.5;
    background-color: #133ae4;
  }
  100% {
    opacity: 0.5;
    background-color: #133ae4;
  }
}
.lead-genrtn-sec {
  padding: 70px 0;
}

.truth-box.lead-box {
  border: 1px solid #cdcdcd;
  position: relative;
}
.truth-box.lead-box .leadicon {
  position: absolute;
  right: 30px;
}
.truth-box.lead-box .leadicon img {
  width: 26px;
}
.truth-box.lead-box .lead-list {
  margin-bottom: 16px;
}
.truth-box.lead-box .lead-list ul li {
  margin-bottom: 10px;
  color: #999696;
  font-size: 17px;
  padding-left: 24px;
  position: relative;
}
.truth-box.lead-box .lead-list ul li::after {
  content: " \f26e";
  position: absolute;
  left: -10px;
  top: -7px;
  font-family: "bootstrap-icons";
  font-size: 27px;
  color: #ffff00;
}
.truth-box.lead-box h3 {
  margin-bottom: 30px;
}

.process-sub {
  position: relative;
  padding: 60px 0;
}
.process-sub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #393939;
}

.process-box-content {
  margin-top: 50px;
  padding: 40px;
}
.process-box-content h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -0.5px;
}
.process-box-content p {
  color: #999696;
  font-size: 24px;
}

.process-sec {
  padding: 40px 0;
}
.process-sec .process-sub-box {
  margin-bottom: 50px;
}
.process-sec .process-sub-box .process-box-img {
  position: relative;
  padding: 40px;
}
.process-sec .process-sub-box .process-box-img .nomb {
  position: absolute;
  right: 18px;
  top: 44%;
  background: #f90;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}
.process-sec .process-sub-box.one .nomb {
  right: inherit;
  left: 20px;
}
.process-sec .process-sub-box.one .row {
  display: inline-block;
}
.process-sec .process-sub-box.one .col-md-6.col-lg-6.fl-right {
  float: right;
  flex: none;
  display: inline-block;
}
.process-sec .process-sub-box.one .col-md-6.col-lg-6.fl-left {
  float: left;
  flex: none;
  display: inline-block;
}

p {
  color: #999696;
  font-size: 24px;
}

.learn-more {
  font-size: 17px;
  color: #ffff00;
  letter-spacing: 0.5px;
  display: inline-block;
}

.client-s-box {
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: rgba(38, 38, 38, 0.5);
}
.client-s-box .client-s-img {
  height: 260px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.client-s-box .client-s-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.42), rgba(23, 23, 23, 0.92));
}
.client-s-box .client-s-img img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.client-s-box .client-content {
  padding: 30px;
  padding-top: 0;
}
.client-s-box .client-content .client-l img {
  width: 140px;
  position: relative;
  top: -35px;
}
.client-s-box .client-content h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: -1px;
}
.client-s-box .client-content .client-txt {
  margin-bottom: 24px;
  position: relative;
  padding-left: 80px;
}
.client-s-box .client-content .client-txt img {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 0;
  top: -8px;
}
.client-s-box .client-content .client-txt h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
.client-s-box .client-content .client-txt p {
  font-size: 16px;
}
.footer-bg p, .client-say-box p {font-size: 18px;}
.clientsay-sec {
  padding: 70px 0;
}

.client-say-box {
  background-color: #1e1e1e;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  border: 1px solid #cdcdcd;
}
.client-say-box .client-l img {
  width: 140px;
  position: relative;
  margin-bottom: 30px;
}
.client-say-box .client-saytxt {
  margin-bottom: 24px;
  position: relative;
  padding-left: 80px;
}
.client-say-box .client-saytxt img {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 0;
  top: -8px;
}
.client-say-box .client-saytxt h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
.client-say-box .client-saytxt p {
  font-size: 16px;
}
.client-say-box .client-italic {
  font-style: italic;
  font-size: 18px;
}
.client-say-box .p-txt {
  color: #ffff00;
  font-weight: 700;
  font-size: 20px;
}
.client-say-box:hover {
  border: 1px solid #ffff00;
}

h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: -1px;
}

.growth-sec {
  padding: 40px 0;
}
.growth-sec .growth-box {
  padding: 40px 30px;
  background-color: #1e1e1e;
  border: 1px solid #494747;
  border-radius: 15px;
  margin-bottom: 30px;
}
.growth-sec .growth-box .price-txt {
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
}
.growth-sec .growth-box .price-txt span {
  color: #999696;
  font-size: 16px;
  font-weight: 400;
}
.growth-sec .growth-box .growth-list {
  margin-bottom: 16px;
}
.growth-sec .growth-box .growth-list ul li {
  margin-bottom: 10px;
  color: #999696;
  font-size: 17px;
  padding-left: 30px;
  position: relative;
}
.growth-sec .growth-box .growth-list ul li img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.growth-sec .growth-box .h-btm.get-started {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.growth-sec .growth-box.popular {
  background-image: linear-gradient(to right, rgba(255, 255, 0, 0.3), rgba(18, 88, 202, 0.3));
  position: relative;
  border: 1px solid #ffff00;
  margin-top: -30px;
}
.growth-sec .growth-box.popular .most-popular {
  position: absolute;
  top: -17px;
  text-align: center;
  background: #ffff00;
  display: block;
  margin: auto;
  padding: 6px 30px;
  border-radius: 25px;
  color: #000;
  font-weight: 600;
}
.growth-sec .list-g ul li {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
}
.growth-sec .list-g ul li img {
  width: 20px;
  margin-right: 5px;
}

.faq-sec {
  padding: 50px 0;
}
.faq-sec .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  text-shadow: inherit;
  outline: none;
}
.faq-sec button:focus:not(:focus-visible) {
  outline: none;
}
.faq-sec .accordion-item {
  border-bottom: 1px solid #3b3b3b;
}
.faq-sec .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
}
.faq-sec .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 17px 0;
}
.faq-sec .accordion-button::after {
  background-image: url(./images/down-arrow.png);
}
.faq-sec .accordion-body {
  padding: 0;
}

.lead-genretaion {
  padding: 60px 0 30px;
  border-bottom: 1px solid #232323;
  margin-bottom: 20px;
}
.lead-genretaion .lead-genretaion-txt {
  padding: 40px 0;
  padding-right: 50px;
}
.lead-genretaion .lead-genretaion-txt .title-hdng h2 {
  color: #fff;
  font-size: 46px;
  line-height: 55px;
}

.lead-genretaion-list {
  margin-bottom: 30px;
}
.lead-genretaion-list ul li {
  margin-bottom: 10px;
  color: #999696;
  font-size: 17px;
  padding-left: 30px;
  position: relative;
}
.lead-genretaion-list ul li img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.lead-genretaionimg {
  margin-top: 120px;
  background: #171717;
  box-shadow: 2px 2px 9px 4px rgba(255, 255, 0, 0.1);
  border-radius: 5px;
  padding: 30px;
}

.footer-bg {
  padding: 40px 0;
}
.footer-bg .f-list {
  margin-bottom: 16px;
}
.footer-bg .f-list h4 {
  margin-bottom: 30px;
}
.footer-bg .f-list ul li {
  margin-bottom: 20px;
}
.footer-bg .f-list ul li a {
  color: #999696;
  font-size: 17px;
  padding-left: 24px;
  position: relative;
}
.footer-bg .f-list ul li a::after {
  content: " \f26e";
  position: absolute;
  left: -10px;
  top: -4px;
  font-family: "bootstrap-icons";
  font-size: 20px;
  color: #ffff00;
}
.footer-bg .social-list ul li a {
  color: #707070;
  font-size: 16px;
}
.footer-bg .social-list ul li {
  display: inline-block;
  margin-right: 11px;
}

.f-logo img {
  width: 190px;
  margin-bottom: 20px;
}

.h-btm.fbtm {
  font-size: 14px;
}

.relative {
  position: relative;
  overflow: hidden;
}

/* float-obj-x  */
@keyframes float-obj-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.float-obj-x {
  animation-name: float-obj-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.inr-body {
  background-image: url(./images/home-bnner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 0;
  background-attachment: fixed;
}

.innr-bnr {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
.innr-bnr h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
.innr-bnr h5 {
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
.innr-bnr .single-study-txt {
  color: #d90;
  font-weight: 700;
  font-size: 18px;
}

.stroke-txt {
  color: transparent;
  -webkit-text-stroke: 1px #ffff00;
  font-size: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  opacity: 0.3;
}

.trusted-sec {
  background-color: #fff;
  padding: 50px 0;
  background-image: url(./images/trusted-bg.jpg);
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  position: relative;
}
.trusted-sec h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
  letter-spacing: -1px;
}
.trusted-sec .trust-slide {
  margin-bottom: 50px;
}
.trusted-sec .trust-slide .inner {
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0 15px;
}
.trusted-sec .trust-slide .inner img {
  width: 140px;
}

.casestudy-sec h2 {
  margin-bottom: 30px;
}
.casestudy-sec ul.trusted {
  text-align: center;
}
.casestudy-sec ul.trusted li {
  text-align: center;
  display: inline-block;
}
.casestudy-sec ul.trusted li .active {
  background: #ffff00;
}
.casestudy-sec .nav-link {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 3px;
  font-weight: 500;
}

.sub-title-inr {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.tab-box {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}
.tab-box p {
  color: #000;
}
.tab-box .tab-img img {
  margin-bottom: 30px;
  box-shadow: 2px 2px 20px 6px #dedcdc;
}
.tab-box .tab-icon img {
  width: 60px;
  margin-bottom: 20px;
}
.tab-box .linktxt {
  color: #ffff00;
  font-size: 18px;
  font-weight: 600;
}

.inr-sucessstory-sec {
  padding: 40px 0;
}
.inr-sucessstory-sec .slick-prev {
  right: -30px;
  top: 40%;
  border-radius: 0px;
  transition: all linear 0.2s;
  position: absolute;
}
.inr-sucessstory-sec .slick-next {
  left: -110%;
  top: 40%;
  border-radius: 0px;
  transition: all linear 0.2s;
  position: absolute;
}

.inr-title h5 {
  font-size: 16px;
  color: #ffff00;
}
.inr-title h2 {
  color: #fff;
  font-size: 40px;
}

.inrsucessbox {
  background-color: #1e1e1e;
  padding: 60px 50px;
  margin: 0 15px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.inrsucessbox h3 {
  color: #fff;
  font-size: 20px;
}
.inrsucessbox p {
  color: #fff;
}
.inrsucessbox .client-saytxt {
  margin-top: 34px;
  position: relative;
  padding-left: 80px;
}
.inrsucessbox .client-saytxt img {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 0;
  top: -8px;
}
.inrsucessbox .client-saytxt h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
.inrsucessbox .client-saytxt p {
  font-size: 16px;
}

.inr-experience {
  background: #fff;
  padding: 50px 0;
}
.inr-experience h2 {
  font-size: 46px;
  line-height: 60px;
  letter-spacing: -1px;
}
.inr-experience h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 30px;
}

.inrexptxt p {
  color: #000;
  font-size: 22px;
}

.inrexptxtbox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 15px #cdcdcd;
  padding: 40px;
  font-size: 28px;
  margin-bottom: 30px;
}
.inrexptxtbox span {
  color: #1dadec;
  font-size: 33px;
  font-weight: 800;
}

.single-page-clinetsays-sec {
  padding: 50px 0;
}

.single-page-clinetsays-box {
  background-color: #fff;
  padding: 50px;
  background-image: url(./images/trusted-bg.jpg);
  margin-bottom: 50px;
  background-size: cover;
  position: relative;
  border-radius: 15px;
}
.single-page-clinetsays-box h3 {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -1.5px;
  text-align: center;
  margin-bottom: 40px;
}
.single-page-clinetsays-box .client-saytxt {
  margin-bottom: 24px;
  position: relative;
  padding-left: 100px;
}
.single-page-clinetsays-box .client-saytxt img {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 0;
  top: -16px;
}
.single-page-clinetsays-box .client-saytxt h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
}
.single-page-clinetsays-box .client-saytxt p {
  font-size: 16px;
  color: #000;
}

.summery-sec h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.summery-sec .summerybox {
  background: #1e1e1e;
  padding: 30px;
  border-radius: 7px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.summery-sec .summerybox img {
  margin-bottom: 15px;
}
.summery-sec .summerybox .summerybox h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.summery-sec .summerybox ul li {
  list-style: auto;
  font-size: 17px;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 25px;
  line-height: 30px;
}

.applynow-sec {
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
.applynow-sec h2 {
  letter-spacing: -1.5px;
  line-height: 50px;
  margin-bottom: 20px;
}
.applynow-sec h5 {
  letter-spacing: -1.5px;
}

.white-bg {
  background-image: url(./images/trusted-bg.jpg);
  background-position: 50% 0;
  background-repeat: repeat-y;
}

.single-content-sec {
  text-align: center;
  padding: 80px 0;
}
.single-content-sec h2 {
  margin-bottom: 30px;
}
.single-content-sec p {
  color: #000;
}

.contact-form {
  margin-bottom: 50px;
  background: #201b28;
  padding: 50px;
}
.contact-form h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
.contact-form .contact-fld {
  width: 100%;
  height: 50px;
  background: transparent;
  color: #fff;
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .txt-height {
  height: 130px;
}
.contact-form .submit-btm {
  background: transparent;
  outline: none;
  border: none;
  color: #ffff00;
  padding: 10px 36px;
  transition: all linear 0.5s;
  font-weight: 600;
  border: 2px solid #ffff00;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.contact-form .submit-btm:hover {
  background: #bc1f06;
  color: #fff;
  border: 2px solid #bc1f06;
}

.btn-play {
  position: relative;
  /*bottom: 24%;*/
  /*right: 50px;*/
  /*left: 10%;*/
  top: 1px;
  background: #ffff00;
  color: #fff;
  width: 34px;
  height: 34px;
  border: 0px solid #ffffff;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  transition: 0.15s ease-in-out;
  transition-property: color, background, border-color;
  z-index: 9;
}

.btn-play {
  border-color: #fff;
}

.btn-play {
  color: #000;
}

.btn-play:before {
  animation-delay: 0.5s;
}

.video-holder {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 9999;
  right: 0;
}
.video-holder i {
  font-size: 14px;
  text-align: center;
}

.video-holder .btn-play:after,
.btn-play:before {
  content: "";
  border: 0px solid #ffffff;
  background: #ffff00;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  animation: 1s videomodule-anim linear infinite;
}
@keyframes videomodule-anim {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.inr-cont-txt {
  padding-left: 50px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.inr-cont-txt .inr-cont-btmply {
  width: 60px;
  float: left;
}
.inr-cont-txt .inr-cont-txt1 {
  width: calc(100% - 60px);
  float: right;
}
.inr-cont-txt .inr-cont-txt1 h4 {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0.8px;
}
.inr-cont-txt .inr-cont-txt1 p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 0;
  word-break: break-all;
}

.map-sec {
  height: 500px;
  margin-bottom: 30px;
}

.bnr-list ul li {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.inrabout-box {
  background: #fff;
  padding: 60px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 15px;
}
.inrabout-box h2 {
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.inrabout-box h5 {
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1.5px;
}

.about-sec {
  padding: 80px 0;
}

.client-say-box.inr-testo-box {
  border: none;
}

.porto-sec {
  padding: 50px 0;
}

.port-video {
  padding: 10px;
  height: 290px;
  margin-bottom: 40px;
}

.sub-footer-sec {
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
.sub-footer-sec h5 {
  color: #ffff00;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.sub-footer-sec h2 {
  letter-spacing: -1.5px;
  margin-bottom: 30px;
  line-height: 60px;
}/*# sourceMappingURL=cssstyle.css.map */