html {
 scroll-behavior:smooth
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-style:normal;
  color:#000;
  overflow-x:hidden;
  font-size:16px;
  background: #d3d5d7;

}
p {
 margin:0;
 padding:0
}
a{
  color:  #1a6493;
}
* {
 margin:0;
 padding:0
}
.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
   text-decoration:none;
   outline:none
}
span,
a {
  display:inline-block;
  text-decoration:none;
  transition:all .4s ease;
  -webkit-transition:all .4s ease;
  -moz-transition:all .4s ease
}
audio,
canvas,
iframe,
img,
svg,
video {
 vertical-align:middle
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  color: #121f28;
  text-rendering: optimizeLegibility;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
 color:inherit
}
h1 {
 font-size:50px
}
h2 {
 font-size:32px
}
h3 {
 font-size:24px;
 margin-bottom: 10px;
}
h4 {
 font-size:20px
}
h5 {
 font-size:20px
}
h6 {
 font-size:16px
}
ul,
ol {
 /* margin:0;
 padding:0;
 list-style-type:none */
}
p{
  margin-bottom: 15px;
}

.logo{
  font-weight: 700;
  font-size: 45px;
}
.logo{
  color: #fff;
}
.logo span{
  color: #c4d600;
  /* color: #0cb8b6; */
  /* color: #c4d600; */
}

#header, .footer-top
{
  background: #121f28!important;
	min-height: 90px;
	position: relative;
	-webkit-box-shadow: 0 3px 4.7px 0.3px rgba(111, 180, 63, 0.34);
	-moz-box-shadow: 0 3px 4.7px 0.3px rgba(111, 180, 63, 0.34);
	box-shadow: 0 3px 4.7px 0.3px rgba(111, 180, 63, 0.34);
	z-index: 9999;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin-bottom: -3em;
}
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  padding: .5rem .25rem;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #fbffff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar li.active a, .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #f9d541;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
  padding: .15rem 1rem;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #df2127;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
color: #00c1c1;
}

.navbar .dropdown:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;
}

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
  left: -90%;
}
.navbar .dropdown .dropdown:hover > ul {
  left: -100%;
}
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #00c1c1 !important;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
  display: block;
}
.navbar ul {
  display: none;
}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 37, 37, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #121f28;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile li{
  padding: .25rem .5rem;
}
.navbar-mobile a {
  padding: 8px 20px;
  font-size: 15px;
  color: #fbffff;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00c1c1;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #00c1c1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*  */
#hero {
  width: 100%;
  height:auto;
  background-color: rgba(17, 17, 17, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height:720px;
  background-size: cover!important;
  background-position: center;
  background-repeat: no-repeat!important;
  position: relative;
  transition: 0.3;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:  325px;
  left: 0;
  right: 0;
  z-index: 99;
}

.carousel-content {
  text-align: center;
  position: relative;
  margin: 0 auto;
}

p.tagline {
  text-transform:none;
  font-size: 26px;
  display:inline-block;
  letter-spacing: 1;
  margin-bottom:0!important;
  color: #00c1c1!important;
  font-family: 'Great Vibes', cursive;
}
p.tagline span {
  color: #f9d541;
}

@media only screen and (max-width:1025px)
{
  .carousel-content {
    width: 95%;
  }
}

@media only screen and (max-width:600px)
{
  p.tagline {
    font-size: 21px;
  }

  .carousel-content p {
    font-size: 30px!important;
  }

  .carousel-container {
    top:  360px;
  }
  .carousel-content h2 {
  	line-height: 70px!important;
  }
}

.carousel-content h2 {
  color: #f9d541;
  padding-bottom: 0;
  line-height: 110px;
  margin-bottom: 10px;
  font-weight: 700;
}

 .carousel-content h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 200px;
	height: 2px;
  background: #00c1c1;
  /* bottom: 0; */
	left: calc(50% - 100px);
}


.carousel-content p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  font-size: 40px;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
transition-property: opacity;
background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
opacity: 1;
transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
left: 0;
transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5c9f24;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #5c9f24;
  background: #5c9f24;
}

#hero .btn-get-started:hover {
  background: #6ab82a;
  border-color: #6ab82a;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

.section {
  padding-top:80px;
  padding-bottom:80px;
  position:relative!important;
}
.section-title {
  margin-bottom: 25px;
  position:relative;
  z-index:5
}

.section-title h2 {
  font-size:33px;
  margin-bottom:18px;
  line-height:50px;
  text-transform:capitalize;
  position:relative;
  font-weight:700;
  padding-bottom:14px
}

.section-title p {
  font-size:14px;
  line-height:24px
}

.why h2 {
	font-size: 46px;
	font-weight: 700;
	color: #0d2354;
}

.why .content {
	background-color: #f1f5f8;
	padding: 40px;
}

.why p {
	margin: 15px 0 30px 0;
	line-height: 24px;
}

.why .btn-read-more, .content-blog .readmore {
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #0064ff;
	box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.preventa{
  background: #4b85aa;
  color: #fff;
}
.preventa h2, .preventa h3{
  color: #c4d600;
}

.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0d2354;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

.count-bg{
  background-color: #0064ff;
  padding-top: 5px;
  padding-bottom: 32px;
}


@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.btn{
  border: 0;
  padding: 10px 35px;
  transition: 0.4s;
  border-radius: 50px;
}
.yelo-btn{
  background: #f9d541;
	color: #121f28;
}

.dark-btn{
  background: #121f28;
  color: #f9d541;
}
.why-section{
  background: #00a79d;
}
.why-us-img img{
  clip-path: polygon(0% 0%, 85% 0, 100% 71%, 84% 100%, 0% 100%);
}

.hwrks-content{
  margin-left: 2em;
  color: #fff;
}
.hwrks-content h3, .features-inner h3
{
  color: #fff;
  font-size: 36px;
  padding-top: 1.6em;
}
.why-items, .features-items{
  list-style: none;
  margin-top: 20px;
}
.why-items li, .features-items li{
  margin-bottom: 15px;
  line-height: 24px;
  height: 24px;
  color: #fff;
}
.why-items i{
  color: #f9d541;
  font-size: 16px;
}

.works{

}

.features-section{
  background: #121f28;
}
.features-inner{
  color: #fff;
}
.features-fig img{
  clip-path: polygon(18% 0, 100% 0%, 100% 100%, 15% 100%, 0 29%);
}

@media (min-width: 1024px) {
  .features-inner{
    margin-left: 300px;
  }
}

.accordion-button:not(.collapsed) {
	color: #d3d5d7;
	background-color: #343f47;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.testimonials {
  padding: 80px 0;
  /* background: url("../img/cta-bg.jpg") no-repeat; */
  background-color:rgba(1, 168, 160, 0.4);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(11, 41, 55, 0.9); */
}

.testimonials .section-header h2 {
  margin-bottom: 40px;
  color: #343f47!important;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #121f28;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #586168;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  /* color: rgba(255, 255, 255, 0.4); */
  color: #121f28;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #121f28;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f9d541;
}

.text-boxx{
  padding: 20px 25px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  min-height: 210px;
}

.text-boxx:hover {
	box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.18);
}
.contact .info-wrap {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	background: #fff;
}

.contact .form {
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	padding: 30px;
	background: #fff;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.breadcrumbs {
  background: linear-gradient(rgba(1, 41, 42, 0.15), rgba(7, 56, 57, 0.15)), url("../images/page-bg.jpg") center center;
  /* background: url("../images/page-bg.jpg") center center;  */
	background-size: cover;
	padding: 100px 0;
  min-height: 80px;
  margin-top: 0px;
  color: #fff8e1;
}

.breadcrumbs h1 {
  color: #fff8e1;
}


.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #444444;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}


.footer-top{
  padding: 4em 0;
  color: #fff8e1;
}
.footer-top h4{
  /* color: #f9d541; */
  color: #9f8830;
  margin-bottom: 20px;
}

.footer-top a {
  color: #fff8e1;
}

.footer-widget-inner{
  text-align: center;
  margin: 0 auto;
  width: 210px;
}

footer {
	color: #444444;
  padding: 1em 0;
	font-size: 14px;
	background: #f9d541;
}
footer p{
  margin-bottom: 0;
}


.footer-top .social-links {
  margin-top: 30px;
}

.footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #284864;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer-top .social-links a:hover {
  background: #fcb102;
  color: #fff;
  text-decoration: none;
}


@media (min-width:1366px) {
  .why-section img{
    max-height: 500px!important;
    width: 100%;
    overflow: hidden;
  }
}


@media (max-width:1366px) {
  .why-section img{
    min-height: 510px!important;
    width: 100%;
    overflow: hidden;
  }

  .features-section img{
    min-height: 605px;
  }
}
