@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf');
}
body {
  font-family: 'Gotham Book';
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1.1rem;
  overflow-x: hidden;
}

::-moz-selection {
  background: rgb(189, 4, 4);
  color: #fff
}

::selection {
  background: rgb(189, 4, 4);
  color: #fff
}

a {
  color: #2e9f18;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

a:hover {
  text-decoration: none;
  color: #c5280d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 2.15rem;
}

h2 {
  font-size: 1.80rem;
}

h3 {
  font-size: 1.15rem;
}

h4 {
  font-size: 0.80rem;
}

h5 {
  font-size: 0.50rem;
}

h6 {
  font-size: 0.30rem;
}

p {

  color: #052f5f;
  /* line-height: 18px; */
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 1.9;
  margin-bottom: 0;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

img {
  width: 100%;
}

ul,
ul li {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
li {
  list-style-type: none;}

.border-light {
  border: 1px #eee solid;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.text-black {
  color: #000 !important
}

.bg-black {
  background: #000 !important
}

.mt-10 {
  margin-top: 120px;
}

/* Button */

.action-btn {
  padding: 5px 15px 5px 15px;
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin: 3px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 0px #000 solid;
}

.primary-btn {
  background: #32a7df;
}

.secondary-btn {
  background: #363942;
}

.round-btn {
  border-radius: 25px;
}

.btn-outline {
  font-weight: 600;
  /* border-bottom: 1px #FFF solid; */
  border-radius: 0;
  color: #FFF;
  padding: 0;
  position: relative;
}

/* .outline-btn:hover {
  background: #2b8d8e;
  color: #FFF;
  border: 1px #eee solid;
} */



.btn-outline-border {
  font-weight: 600;
  color: #2e9f18 !important;
  border: 1px #2e9f18 solid;
}

 .outline-btn-border:hover {
  background: #2b8d8e;
  color: #FFF;
  border: 1px #eee solid;
} 

.primary-btn:hover {
  color: #000;
}

.secondary-btn:hover {
  color: #FFF;
}

.line-btn {
  font-size: 12px;
  font-weight: 600;
  color: #2b8d8e;
  padding: 0;
}

.line-btn::after {
  font-family: FontAwesome;
  top: 0;
  left: 0px;
  padding-left: 10px;
  content: "\f178";
}

/* Button */

.bg-navy {
  background: #f2f4ff;
}

.form-control {
  height: auto;
  font-size: 0.9rem;
  padding: 7px;
}

.form-control:active,
.form-control:focus {
  border-color: #7971ea
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.theme-color {color:#32a7df !important;}

.secondary-color {color: #223b5a;}

.text-dark {color: #000 !important;}

/* Header */


header {
  position: fixed;
  width: 100%;
  background: #FFF;
  padding: 10px;
  margin: 0px auto;
  top: 0px !important;
  z-index: 1;
  /* border-bottom: 1px #eee solid; */
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

header.sticky {
  background: #FFF;
  box-shadow: 0px 0px 5px 1px #444;
  width: 100%;
  top: 0 !important;
}

.logo {
  width: 190px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0px 0px;
  padding: 0;
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #363942;
  padding: 0px 25px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  border-right: 2px #32a7df solid;
}

.main-nav li:last-child > a {border-right: 0px #32a7df solid;}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
  color: #32a7df;
  text-decoration: none;
}

.sticky .main-nav a {
  color: #363942;
}

.sticky .main-nav a:hover,
.sticky .main-nav .active>a,
.sticky .main-nav li:hover>a {
  color: #32a7df;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #fff;
  box-shadow: 0px 15px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 48px;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #363942;
  border-bottom: 1px #eee solid;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  color: #32a7df;
  background: #2b8d8e;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}


/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(206, 255, 12, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  font-weight: 400;
  padding: 10px 20px;
  font-weight: 400;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #000;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\f077";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: -17px;
  top: 5px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 20px 20px 0 0;
  color: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #000;
}

/* Header */



/* Banner */

.banner {
  width: 100%;
  background: url('../images/banner-bg.png') no-repeat #32a7df;
  background-size: cover; 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  padding: 150px 50px 100px 50px;
}

.banner-text {text-align: left; position: relative;}
.banner-text h1 {font-family: "Playfair Display", serif; font-size: 42px; color: #FFF; font-weight: 300;}
.banner-text span {color: #FFF;}
.banner-text p {font-size: 14px; color:#FFF; line-height: 24px; margin: 0px; padding: 20px 20px 20px 0px;}
.banner-text a {font-size: 14px; font-weight: 700; margin-bottom: 0px;}
.banner img {max-width: 500px; width: 100%; display:block; margin: 0px auto;}



.banner-subtext {margin-top: 20px; padding: 0px 0px 0px 0px;}
.banner-subtext p {padding: 0px 20px 20px 0px;}

section {padding: 2em 0;}

.feature {background:#f1f1f1;}
.feature h1 {font-size: 36px; font-weight: 600;}
.featureBox {position: relative;}
/* .featureBox::after {content:''; position: absolute;top:25px; left: -60px; width: 2px; height: 95%; border-right: 1px #343434 solid;} */



.sl-boxes {margin: 20px 2px 0px 0px; min-height: 175px; padding: 10px 15px; text-align: left; background: #f9f9f8; text-align: center; border-bottom: 2px #32a7df solid; border-radius: 5px; position: relative; margin-bottom: 20px;}
.sl-boxes span {
  display: block;
  margin: 0px auto;
  text-align: left;
    padding: 5px;
    display: inline-block;
    border-radius: 50%;
    width: 40px;  
}
.sl-boxes p {font-size: 12px; line-height: 1.4;}
.sl-boxes span img {width: 40px; height: 40px; object-fit: contain;}
.sl-boxes h3 {font-size: 16px; margin-top: 30px;}
.boxx {background: url('../images/arrow1.png') no-repeat; background-size: 45px;padding: 10px; margin-bottom: 20px; padding-left: 55px;}


.sl-subboxes {margin-bottom: 60px; padding: 50px 10px 10px 10px; min-height: 170px;}
.sl-subboxes span {  display: block;
  margin: 0px auto;
  text-align: left;
  /* width: 70px; */
  background: #32a7df;
position: static;
  padding: 20px;
    display: inline-block;
    border-radius: 50px;
    width: 70px;
    position: absolute;
    top: -35px;
    margin-left: -35px;
    left: 50%;
}

.sl-subboxes h3 {
  font-size: 16px;
margin-bottom: 8px;
}

/* Banner */

.title {margin: 0px 0px 20px 0px;}

.title h1 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin: 5px 0px;
}

.title span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px;
}

.ourServices p {
  color: #808080;
    line-height: 1.5;
}

.ourServices .border-dark {border: 2px #ccc dashed; border-color: #32a7df !important; border-radius: 10px;}

.progressSeccon {width: 100%; padding: 0px 0px 0px 0px; position: relative; z-index: 11; border-bottom: 10px #fff solid;}
.progressSec {background: #FFF; position: absolute; top: -70px; width: 100%; box-shadow: 0px 5px 5px 0px #ccc; padding: 20px; border-radius: 20px;}
.progressSec span:nth-of-type(1) {
  float: left;
  font-size: 12px;
  color: #343434;
  font-weight: 400;
}
.progressSec span:nth-of-type(2) {
  float: right;
  font-size: 12px;
  color: #343434;
  font-weight: 400;
}

.progressSec .progress {background: #000; height: 0.4rem;}
.progressSec .progress .progress-bar {background-color: #32a7df;}
.progressSec::before {content: ''; position: absolute; top: 14%; left: 50%; width: 2px; height: 75%;background: rgb(235,235,237);
  background: linear-gradient(0deg, rgba(235,235,237,1) 0%, rgba(217,217,217,1) 0%, rgba(0,0,0,1) 51%, rgba(217,217,217,1) 100%);}

  .weWork {}

  .footer-bottom {}
  .footer-bottom ul {margin: 0px 0px 20px 0px; padding: 0px 0px 0px 15px;}
  .footer-bottom ul li {margin: 0; padding: 0; list-style-type: disc;}

  .footer-bottom p {font-size: 14px; font-weight: 600;}

.workBox {margin:0px 0px 20px 0px; padding:10px; border: 1px #CCC solid;}
.weWork h3 {color: #32a7df;}
.weWork p {color: #000;}

.weWork .banner-text::before {content: ''; position: absolute; top: 14%; left: -40px; width: 2px; height: 75%;background: rgb(245,245,245); background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(61,97,255,1) 50%, rgba(245,245,245,1) 100%);}


/* Owl Carousel */
.owl-nav {
  text-align: center;
  margin: 0px;
  position: absolute;
  top: 45%;
  width: 100%;
}

.owl-dots {
  position: absolute;
  bottom: 2px;
  width: 100%;
  text-align: center;
}

.owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0px 5px;
  background: #eee;
  border-radius: 50%;
  border: 1px #2e9f18 solid;
}

.owl-dot.active {
  background: #2e9f18;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 40px;
  border: 3px #fff solid;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2e9f18;
  border-radius: 50%;
  color: #FFF;
  font-size: 18px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel .owl-nav .owl-next {
  right: 20px;
}

/* Owl Carousel */

.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgba(0, 143, 213, 0.9); }
.pricePlanBox {background: #d5d5d5;}
.pricePlanBox h3 {font-size: 30px;}
.pricePlanBox h4 {margin: 10px 0px;}
.pricePlanBox h5 {}
.pricePlanBox span {display: inline; font-size: 12px;}
.pricePlanBox p {border-bottom: 1px #aaa solid;
  margin: 0px auto;
padding-bottom: 20px;
margin-bottom: 20px;
width: 80%;
}
.pricePlanBox ul {padding: 0; text-align: center; width: fit-content; margin: 0px auto;}
.pricePlanBox ul li {position: relative; text-align: center; padding: 0px 0px 0px 25px; font-size: 11px; font-weight: 600; line-height: 25px;}
.pricePlanBox ul li:before {content: ''; position: absolute; top: 5px; left: 0; width: 20px; height: 20px; background: url('../images/check.png') no-repeat; background-size: contain;}

footer {background: #F5F5F5; padding: 30px 0px 0px 0px; border-top: 5px #32a7df solid;}
footer img {width: 120px;}
footer p, footer a, footer h3 {color: #000;}
footer .copyright {background: #000; padding: 10px 0px; margin-top: 30px; text-align: center;}
footer .copyright p {color:#FFF;line-height: 12px; font-size: 12px; margin: 10px 0px;}
footer .copyright ul {margin:0; padding: 0; line-height: 10px;}
footer .copyright ul li {display: inline; font-size: 14px;}
footer .copyright ul li a {color:#FFF; font-weight: 800; padding: 0px 15px 0px 15px; border-right: 1px #797979 solid;}
footer .copyright ul li:last-child a {border-right: 0px #797979 solid;}
footer .copyright ul li:first-child a {padding:0px 15px 0px 0px;}
footer a:hover {color:#32a7df;}
footer .socialIcon a {color: #FFF;}

.thankyouBox {margin-top: 80px; display: block;}
.thankyouBanner {min-height: 70vh; background: url('../images/thank-you.jpeg') no-repeat; background-size: cover;}
.thankyouBox .form-box {min-height: 250px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #eee; margin: 50px 0px;}
.thankyouBox h1 {font-size: 72px; color: #333;}
.thankyouBox span {font-size: 24px; color: #333;}
.thankyouBox img {width: 100px; display: inline-block; margin: 20px 0px;}


.form-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.form-control {
  height: auto;
  font-size: 0.9rem;
  padding: 15px;
  border-radius: 0;
}

.form-group span {
  color: red;
  font-size: 11px;
  font-weight: 600;

}

@media screen and (max-width: 768px) {
  .logo {
    width: 110px;
}
.form-box {margin-top: 40px;}
.banner-text span {
  font-size: 12px; }
.banner-text h1 {font-size: 21px;}
.banner {padding: 40px 15px 25px 15px;}
.banner img {margin: 20px auto 0px auto;}
.progressSec::before {display: none;}
.banner-subtext {
  margin-top: 20px !important;
  padding: 0;
}
.footer-bottom ul {display: none;}
.weWork h3 {margin: 0px 0px 10px 0px;}
.banner-subtext p {
  padding: 0px 20px 20px 0px;
}
footer h3 {
  margin-top: 15px;
}
.socialIcon {text-align: center !important;}
.copyright {text-align: center;}
footer .copyright p {
  margin-bottom: 10px;
}

.thankyouBanner {
  min-height: 70vh;
  padding: 20px 0px 20px 0px;
}
.thankyouBox h1 {
  font-size: 45px;
}

.thankyouBox span {
  font-size: 16px;
}

.thankyouBox img {
    width: 50px;
}
.thankyouBox .form-box {
  min-height: 250px;
}
.thankyouBox {
  margin-top: 18px;
  display: block;
}
.banner-text a {
    margin-left: 20px;
}
.banner-text {margin-top: 0px !important;    order: 2;
  display: flex;
  flex-direction: column;
}
.boxx {
  background: url(../images/arrow1.png) no-repeat;
  background-size: 30px;
  background-position: 0px 6px;
  padding: 10px;
  margin-bottom: 0px;
  padding-left: 40px;
}
.boxx h3 {font-size: 14px;
line-height: 16px;
}
footer .copyright ul li:first-child a {
  padding: 0px 5px 0px 0px;
}
footer .copyright ul li a {
  padding: 0px 5px 0px 5px;
}
.title h1 {
  font-size: 16px;
}
section {
  padding: 1em 0;
}
.banner {
  margin-top: 60px;}
  .banner-text h1 {
    text-align: center;}
}


@media screen and (min-width: 768px) and (max-width: 980px) {
  .banner .row .col-lg-6 {order: 2;}
  .banner .row .col-md-5 {        order: 1;
    margin: 0px auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;}

    .feature .row .col-md-8 {
      -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }

    .feature + section .row .col-md-6:nth-of-type(1) {margin: 0px auto;}

    .ourServices + section .row .col-md-4:nth-of-type(1) {margin: 0px auto;}

    .footer-bottom .row .col-md-4 {margin: 0px auto;}
    
}

.acknowledgeBox {font-size: 12px; color: #000; font-weight: 500;}


.headSection h3 {font-size: 24px; font-weight: 600; color: #000; padding-bottom: 30px;}
.terms-condition {}
.terms-condition h3 {font-size: 20px; font-weight: 600; color: #000; margin-top: 10px;}
.terms-condition p {font-size: 14px; color: #000;font-weight: 400;}
.terms-condition ul li {font-size: 14px; color: #000; font-weight: 400; list-style-type: disc;}
