
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900&display=swap");
.form-control::placeholder{
  color: #002C5F;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #002C5F;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #002C5F;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #002C5F;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #002C5F;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #002C5F;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #002C5F;
}
.stick {
    position: sticky;
    bottom: -1px;
    z-index: 9999;
}
.stick:hover , .stick:active , .stick:focus{
  background-color: #00AAD2!important;
  color: white!important;
}
h5{
  font-size: 1rem;
  margin-bottom: 0;
}
.h3, h3 {
    font-size: 2rem;
  margin-bottom: 0;
}
h5{
  font-size: 1.2rem;
}
p{
  font-size: 20px;
}
#modal-btn{
  padding: 12px 80px;
}
.modal-body #search:hover{
  background-color: white;
  color: #00AAD2;
}
#banner-title {
    font-size: 40px;
    margin-bottom: 0px!important;
}
.modal-dialog {
    max-width: 24.0625rem;
    margin: 1.75rem auto;
}
.bg-primary {
  background-color: #2f55d4 !important;
}

.bg-soft-primary {
  background-color: rgba(47, 85, 212, 0.2) !important;
  border: 1px solid rgba(47, 85, 212, 0.2) !important;
  color: #2f55d4 !important;
}

.text-primary {
  color: #2f55d4 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #284bc1 !important;
}

.text-muted {
  color: #232323 !important;
}
.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.small, small {
  font-size: 90%;
}

.card .card-body {
  padding: 1.5rem;
}


.btn-primary {
  background-color: #002C5F  !important;
  border: 2px solid #002C5F  !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
    background-color: transparent!important;
    border-color: #002C5F!important;
    box-shadow: none;
    color: #002C5F!important;
}

.btn-soft-primary {
    background-color: rgba(0, 44, 95, 0.18) !important;
    border: 1px solid rgba(0, 44, 95, 0.34) !important;
    color: #002c5f !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 44, 95, 0.4);
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
    background-color: #002c5f ;
    border-color: #002c5f;
    color: #ffffff;
}

.btn-outline-primary {
background-color: #00AAD2;
  border: 2px solid #00AAD2; 
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0, 170, 210, 0.48);
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #00AAD2;
  color: #00AAD2;
          box-shadow: none;
}


.btn {
  padding: 12px 70px;
  outline: none;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  border-radius: 40px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}



.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;

    border-radius: .25rem;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}


.avatar.avatar-ex-sm {
  max-height: 25px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 65px;
  width: 65px;
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}



.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 6px;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
}

.form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
    color: #002C5F;
  height: 42px;
  font-size: 13px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #2f55d4;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #ffffff;
    border-color: #00aad2;
    background-color: #00aad2;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2f55d4;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:before, .custom-control-label:after {
  top: 2px;
}

.custom-switch .custom-control-label:after {
  top: 4px;
}


.modal-open {
  padding-right: 0 !important;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.back-to-top:hover .icons {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}




[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}


body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  padding: 70px 0;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
    background-color: #00aad2c9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 700;
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 35px;
  font-weight: 700;
}

.text-shadow-title {
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}


@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
  .margin-top-100 .heading {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 35px !important;
  }
  .title-heading .para-desc {
    font-size: 18px;
  }
  .section-title .title {
    font-size: 28px;
  }
  .mt-60 {
    margin-top: 60px;
  }
.btn {
    font-size: 16px;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .title-heading .heading {
    font-size: 28px !important;
  }
  .title-heading .para-desc {
    font-size: 17px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .mt-60 {
    margin-top: 60px;
  }
.btn , #modal-btn{
    padding: 9px 40px;
    font-size: 16px;
  }
  #ins{
    padding: 9px 60px;
  }
  #modal-btn{
      padding: 9px 69px;
    font-size: 16px;
  }
#banner-title {
    font-size: 25px;
    margin-bottom: 0px!important;
}
.h3, h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
}
h5 {
    font-size: 1.1rem;
}
.logo {
    padding: 0 0 0px;
    line-height: 65px;
}
.logo img{
    width: 130px;
    height: auto;
}
#topnav .buy-button img{
  width: 130px!important;
}
footer img{
  width: 150px!important;
}
}


#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
    background-color: #002C5F;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
  color: #3c4858 !important;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}





#topnav .buy-button {
  float: right;
  line-height: 80px;
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;
}




#topnav .menu-extras {
  float: right;
}
#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
background: #002c5f;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}



.logo {
font-weight: 700;
    font-size: 24px;
    padding: 0 0 5px;
    letter-spacing: 1px;
    line-height: 78px;
}
.back-to-top:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 992px) {




  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }

  #topnav .navigation-menu.nav-right {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
}
@media (max-width: 991px) {

  #topnav .navbar-header {
    float: left;
  }
}
@media (max-width: 768px) {
  #topnav .buy-button {
    padding: 3px 0;
  }
}
.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}


.bg-half-170 {
  padding: 100px 0 70px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 184px 0 90px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.gradient {
  background: #2f55d4 !important;
  background: linear-gradient(45deg, #2f55d4, #2f55d4) !important;
  opacity: 0.9;
}






@media (max-width: 767px) {
  .bg-home, .bg-half-170, .bg-half-260, .main-slider .slides .bg-slider, .bg-marketing {
padding: 100px 0 50px 0px;
    height: auto;
  }
}

.feature-list li {
  margin-bottom: 7px;
}

.features .icon,
.features .icons {
  background: rgba(47, 85, 212, 0.1);
}

.features .icons {
  height: 80px;
  width: 80px;
  line-height: 72px;
  margin: 0 auto;
  -webkit-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.features .image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -15px;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  -webkit-transform: rotate(33.75deg);
          transform: rotate(33.75deg);
background: linear-gradient(45deg, #00aad261, rgba(47, 85, 212, 0.09));
  z-index: 0;
}

.features .ride-image {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.features .ride-image img {
  border-radius: 100% 100% 100% 0;
}

.features .title-2 {
  font-size: 24px;
}

.features:hover .icons {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.features:hover .image:before {
background: linear-gradient(45deg, #00aad261, rgba(47, 85, 212, 0.09));
  -webkit-animation: spinner-border 5s linear infinite;
          animation: spinner-border 5s linear infinite;
}

.features.fea-primary {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.features.fea-primary .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.features.fea-primary .content .title:hover {
  color: #2f55d4 !important;
}

.features.fea-primary:hover {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  background-color: #2f55d4 !important;
  color: #ffffff !important;
}

.features.fea-primary:hover .icon2,
.features.fea-primary:hover .para {
  color: rgba(255, 255, 255, 0.5) !important;
}

.features.fea-primary:hover .content,
.features.fea-primary:hover .icon2 {
  z-index: 2;
}

.features .title,
.key-feature .title {
  font-size: 18px;
}

.features .icon,
.key-feature .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.key-feature {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
}

.key-feature:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}









.watch-video a.watch {
  font-size: 14px;
  font-weight: 700;
}

.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #2f55d4;
  line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
  font-size: 16px;
}

.watch-video a .play-icon-circle.play {
  top: 77%;
}

.bg-cta {
  padding: 80px 0;
}

.play-btn {
  height: 78px;
  width: 78px;
  font-size: 30px;
  line-height: 76px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
}

.play-icon i:hover {
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: #2f55d4;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1110px;
}



.coming-soon, .maintenance, .error-page {
  font-size: 40px;
  letter-spacing: 1px;
}

#countdown .count-down, #eventdown .count-down {
  display: inline-block;
  margin: 30px 10px;
  color: #232323;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #dee2e6;
  height: 130px;
  width: 130px;
}

#countdown .count-down .count-number, #eventdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}

#countdown .count-down .count-head, #eventdown .count-down .count-head {
  display: block;
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

#eventdown .count-down {
  margin: 10px !important;
  border: 0;
  height: 0px;
  width: 63px;
}

#eventdown .count-down .count-number {
    line-height: 80px;
    color: #fff;background-color: #000000;
    padding: 5px 8px;
    border-radius: 6px;
    margin-bottom: 10px;
}

#eventdown .count-down .count-head {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#clock {
  color: #ffffff;
}

#clock p {
  width: 80px;
}

#clock p span {
  font-size: 40px;
}

#clock p span.indicator {
  font-size: 18px;
}
@media (min-width: 200px) and (max-width: 767px) {
  .coming-soon, .maintenance, .error-page {
    font-size: 26px;
  }
  footer img{
    width: 130px!important;
    height: auto;;
  }
  #eventdown .count-down {
    width: 48px;
  }
  #eventdown .count-down .count-number {
    font-size: 27px;
  }
  #eventdown .count-down .count-head {
    font-size: 10px;
  }
  #main-form{
        padding: 10px 12px 12px 12px!important;
  }
  .h4, h4 {
    font-size: 1.2rem;
}
}
.footer {
  background: #000000;
  padding: 60px 0;
  position: relative;
  color: #adb5bd;
}
.footer.footer-bar {
  padding: 20px 0;
  border-top: 1px solid #000000;
}
.back-to-top {
    bottom: 50px;
    right: 10px;
    }
/*# sourceMappingURL=style.css.map */