body {
 font-family: 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
}

a {
  color: #02a1cf;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #02a1cf;
  color: #ffffff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #151515;
  color: #02a1cf;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #02a1cf;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding:2px 0;
  background:#1e2d41;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #02a1cf;
}

#header .logo img {
  max-height: 61px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

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

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding-top:19px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255,255,255,0.7);
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ffffff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #151515;
  background: #02a1cf;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.nav-menu .get-started-btn {
 display: inline-block;
    font-weight: 600;
    background: #02a1cf;
	color:#ffffff;
    padding: 8px 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #02a1cf;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin:10px;
   
}

.get-started-btn {
 display: inline-block;
    font-weight: 600;
    background: #02a1cf;
	color:#ffffff;
    padding: 8px 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #02a1cf;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin:10px;
   
}

.nav-menu .get-started-btn:hover {
  background: #ffffff;
  color: #000000;
}
.get-started-btn:hover {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 768px) {
  .get-started-btn {
   margin: 0 2px 0 0;
    padding: 13px 10px 8px 20px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 9px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 30px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #151515;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #151515;
  text-decoration: none;
  background: #02a1cf;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.driving-slider .driving-carol{
	    margin-top: -90px;
		box-shadow:1px 2px 2px 0px #a29b9b;
		margin-bottom: 60px;
}
.driving-slider .icon-box-train {
	padding:60px;
    background-position: center;
	text-align: center;
	
}
.driving-slider .icon-box-train img{
	width:60px;
	height:60px;
}
.driving-slider .icon-body{
	margin-top:30px;
	padding:30px;
}
.driving-slider .icon-box{
	width:25%;
}
@media(max-width: 991.98px){
	.driving-slider .icon-box{
	width:100%;
}
.driving-slider .driving-carol{
	    margin-top: 0px;
		box-shadow:1px 2px 2px 0px #a29b9b;
		margin-bottom: 60px;
}

}
@media(max-width: 768px){
	.driving-slider .icon-box{
	width:100%;
}
.driving-slider .driving-carol{
	    margin-top: 0px;
		box-shadow:1px 2px 2px 0px #a29b9b;
		margin-bottom: 60px;
}

}
@media(max-width: 360px){
	.driving-slider .icon-box{
	width:100%;
}
.driving-slider .driving-carol{
	    margin-top: 0px;
		box-shadow:1px 2px 2px 0px #a29b9b;
		margin-bottom: 60px;
}

}
.driving-slider{
	background:#ededed;
	 margin-top: 56px;
	 padding-bottom: 60px;
}
	
#menu-item-223 {
    display: inline-block;
    font-weight: 600;
    background: #02a1cf;
    color: #ffffff;
    padding: 8px 20px;
    text-align: center;
    user-select: none;
    border: 1px solid #02a1cf;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 10px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 300px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption h3 span {
    white-space: nowrap;
    white-space: normal;
    font-size: 48px;
    line-height: 59px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: Ubuntu;
    font-style: italic;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.5);
}
.carousel-caption h3{
	 white-space: nowrap;
    font-size: 48px;
    line-height: 59px;
    font-weight: 700;
    color: rgb(255, 255, 255);
   
    font-style: italic;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.5);
}
.carousel-caption p{
 white-space: nowrap;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: rgb(255, 255, 255);
	margin-top:30px;
   
}
.carousel-indicators li{
	display:none;
}
.icon-body .card-title{
	font-family: 'Ubuntu', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 20px;
    color: #48606e;
	text-align:center;
}
.icon-body .card-text{
	color: #7f8f9b;
	font-size: 16px;
	text-align:center;
}
.icon-body .btn  {
    display: inline-block;
    font-weight: 600;
     color: #02a1cf;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.icon-body .btn2  {
    display: inline-block;
    font-weight: 600;
     color: #8156b9;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.icon-body .btn3 {
    display: inline-block;
    font-weight: 600;
    color: #5db240;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.icon-body .btn4 {
    display: inline-block;
    font-weight: 600;
    color: #f4793c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.icon-box {
    text-align: center;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
	background-color: #30425a;
	
}
.about  h3 {
 font-size: 36px;
  line-height: 52px;
  color: rgba(255,255,255,0.8);
  text-align:center;
  padding-top:60px;
  
}
.about  h4{
 font-size: 36px;
  line-height: 52px;
  color: #02a1cf;
  text-align:center;
  padding-top:10px;
  
}
.about  p {
color: rgba(255,255,255,0.6);
font-size: 18px;
 line-height: 30px;
  text-align:left;
  padding:20px;
 
}
.about .content ul {
  list-style: none;
  padding: 0px 60px;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
  color: rgba(255,255,255,0.6);
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #02a1cf;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.about .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   min-height: 500px;
    width: 100%;
}
.about .btn{
	  display: inline-block;
    font-weight: 600;
     color: #02a1cf;
	 padding:10px 28px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: 10px 30px 30px 64px;
}
	
.about .btn-primary {
    color: #fff;
    background-color: #02a1cf;
    border-color: #02a1cf;
}	
/*--------------------------------------------------------------
# count section
--------------------------------------------------------------*/
.count-sec {
    background: #288bef;
    background-position: center;
    width: 100%;
    height: auto;
}
.count-sec h4{
	color:#ffffff;
	font-size:40px;
	text-align:center;
	padding-top:40px;
}
.count-sec p{
	color:#ffffff;
	font-size:22px;
	text-align:center;
	padding-top:10px;
	padding-bottom:30px;
}
/*--------------------------------------------------------------
# priceng
--------------------------------------------------------------*/
.pricingTable{
    background-color: #fff;
    text-align: center;
    padding: 0 0 10px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
/* 	height: 832px; */
	height:auto;
}
.pricingTable .pricingTable-header{
    color: #fff;
    background-color: #f4793c;
    padding: 25px 10px 45px;
    border-bottom: 10px solid #fff;
    box-shadow: 0 0 0 15px #f4793c;
}
.pricingTable .title{
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .price-value {
    background-color: #f4793c;
    line-height: 110px;
    height: 142px;
    width: 142px;
    padding: 22px;
    margin: 0 auto;
    border-radius: 50%;
    transform: translateY(-40px);
    position: relative;
}
.pricingTable .price-value:before{
    content: '';
    height: 85%;
    width: 85%;
    border: 2px dashed #fff;
    border-radius: 50%;
    transform:translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.pricingTable .price-value .amount {
    color: #f4793c;
    background-color: #fff;
    font-size: 28px;
    font-weight: 600;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 5px 2px 0 3px rgba(0,0,0,0.3);
    display: block;
    padding-top: -38px;
}
.pricingTable .time{
    color: #616f77;
    font-size: 16px;
    text-transform: uppercase;
    margin: -25px 0 15px;
    display: block;
}
.pricingTable .pricing-content li{
    color: #616f77;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 8px;
    margin: 0 0 10px;
    list-style: disc;
}

.pricingTable .pricingTable-signup a{
    color: #fff;
    background-color: #f4793c;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 25px;
    border: 2px solid #f4793c;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
	margin-top: 72px;
}
.pricingTable .pricingTable-signup a:hover{ color: #f4793c; }
.pricingTable .pricingTable-signup a:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0) rotate(-60deg) translateX(-30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover:before{
    opacity: 1;
    transform: scale(1) rotate(0) translateX(0);
}
.pricingTable.green .pricingTable-header{
    background-color: #5db240;
    box-shadow: 0 0 0 15px #5db240;
}
.pricingTable.green .price-value{ background-color: #5db240; }
.pricingTable.green .price-value .amount{ color: #5db240; }
.pricingTable.green .pricingTable-signup a{
    background-color: #5db240;
    border-color: #5db240;
	margin-top: 85px;
}
.pricingTable.green .pricingTable-signup a:hover{ color: #5db240; }
.pricingTable.blue .pricingTable-header{
    background-color: #02a1cf;
    box-shadow: 0 0 0 15px #02a1cf;
}
.pricingTable.blue .price-value{ background-color: #02a1cf; }
.pricingTable.blue .price-value .amount{ color: #02a1cf; }
.pricingTable.blue .pricingTable-signup a{
    background-color: #02a1cf;
    border-color: #02a1cf;
	    margin-top: 20px;
}
.pricingTable.blue .pricingTable-signup a:hover{ color: #02a1cf; }
.pricingTable.purple .pricingTable-header{
    background-color: #8156b9;
    box-shadow: 0 0 0 15px #8156b9;
}
.pricingTable.purple .price-value{ background-color: #8156b9; }
.pricingTable.purple .price-value .amount{ color: #8156b9; }
.pricingTable.purple .pricingTable-signup a{
    background-color: #8156b9;
    border-color: #8156b9;
	margin-top: 1px;
}
.pricingTable.blue .pricingTable-signup a:hover{ color: #8156b9; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
.demo{
	padding:60px;
}
.heading-title{
	text-align:center;
	padding-top:50px;
	padding-bottom: 50px;
}
.heading-title h2{
	color:#48606e;
	font-size:36px;
}
.heading-title h3{
	color:#fefefecc;
	font-size:36px;
}
.heading-title h4{
	color: #48606e;
	font-size:18px;
	font-weight:600;
}
.heading-title p{
	color:#616f77;
	font-size:18px;
	padding-bottom: 40px;
	
}
.heading-title span{
	color:#8598b0;
	font-size:18px;
	
}
.demo{
	background:url(../img/car-bg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.client-sec{
	 background-color: rgb(48 66 90);
	 background-position:center;
	 width:100%;
	 height:auto;
	 padding:60px;
}
.testimonial{
    margin: 0 15px;
    overflow: hidden;
}
.testimonial .description{
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #b7bbc2;
    padding: 30px 20px;
    border: 1px solid #767070;
   background-color: #354a65;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #354a65;
    border-bottom: 1px solid #767070;
    border-left: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 3px solid  #02a1cf;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-prof{
    text-transform: capitalize;
    margin: 0 30px;
}
.testimonial .testimonial-prof h4{
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: #fff;
}
.owl-theme .owl-controls{
    margin-top:45px;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    background: #ffc33c;
    padding: 15px 20px;
    opacity: 1;
    border: 1px solid transparent;
    transition: all 0.30s linear 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: transparent;
    border: 1px solid #ffc33c;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px){
    .owl-theme .owl-controls{
        margin-top: 25px;
    }
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 111px 0;
}


 .cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}
 .cta h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}
 .cta span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}


.cta p {
 font-size: 45px;
    line-height: 51px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
}

.cta .cta-btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #f4793c;
  color: #fff;
  background:#f4793c;
}

.cta .cta-btn:hover {
  background: #02a1cf;
  border-color: #02a1cf;
  color: #ffffff;
}
.cta .cta-btn2 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #02a1cf;
  color: #fff;
  background:#02a1cf;
}

.cta .cta-btn2:hover {
  background: #f4793c;;
  border-color: #f4793c;
  color: #ffffff;
}
/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
.blog-section{
	background:#ededed;
	background-position:center;
	background-size:cover;
	width:100%;
	height:auto;
	 padding: 60px;

	
}
.post-item .post-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
  margin-bottom: 25px; }
  .post-item .post-inner:hover {
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1); }
    .post-item .post-inner:hover .post-thumb a img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .post-item .post-inner .post-thumb a {
    display: block; }
    .post-item .post-inner .post-thumb a img {
      width: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .post-item .post-inner .post-thumb .meta-date {
    top: 10px;
    left: 28px;
	position:absolute; }
    .post-item .post-inner .post-thumb .meta-date .md-pre {
      padding: 8px 20px;
      background: #02a1cf;
      text-align: center;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .post-item .post-inner .post-thumb .meta-date .md-pre h5, .post-item .post-inner .post-thumb .meta-date .md-pre p {
        color: #fff;
        margin-bottom: 0;
        line-height: 1; }
      .post-item .post-inner .post-thumb .meta-date .md-pre h5 {
        margin-bottom: 5px; }
      .post-item .post-inner .post-thumb .meta-date .md-pre p {
        font-size: 15px; }
  .post-item .post-inner .post-content {
    padding: 30px 20px;
    background: #fff;
    text-align: left;
	height: 300px; }
    .post-item .post-inner .post-content .meta-post p span {
      display: inline-block;
      padding-right: 15px; }
      .post-item .post-inner .post-content .meta-post p span::after {
        width: 1px;
        height: 12px;
        right: 4px;
        top: 50%;
        background: #dddcdc;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .post-item .post-inner .post-content .meta-post p span:last-child {
        padding-right: 0; }
        .post-item .post-inner .post-content .meta-post p span:last-child::after {
          display: none; }
      .post-item .post-inner .post-content .meta-post p span a {
        padding-left: 5px;
        font-weight: 500; }
        .post-item .post-inner .post-content .meta-post p span a:hover {
          color: #ffb11f; }
    .post-item .post-inner .post-content h5 {
      margin-bottom: 12px;
    color: #000;
    text-align: left; }
      .post-item .post-inner .post-content h5:hover {
        color: #ffb11f; }
    .post-item .post-inner .post-content .text-btn a {
      color: #02a1cf;
      font-weight: 700;
      font-size: 15px; }

.post-item-2 .post-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 35px; }
  .post-item-2 .post-inner:hover .post-thumb a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .post-item-2 .post-inner .post-thumb a {
    display: block; }
    .post-item-2 .post-inner .post-thumb a img {
      width: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .post-item-2 .post-inner .post-thumb .meta-date {
    top: 10px;
    left: 10px; }
    .post-item-2 .post-inner .post-thumb .meta-date .md-pre {
      padding: 8px 20px;
      background: #fff;
      text-align: center;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .post-item-2 .post-inner .post-thumb .meta-date .md-pre h5, .post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
        color: #181818;
        margin-bottom: 0;
        line-height: 1; }
      .post-item-2 .post-inner .post-thumb .meta-date .md-pre h5 {
        margin-bottom: 5px; }
      .post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
        font-size: 15px; }
  .post-item-2 .post-inner .post-content {
    padding: 30px 0; }
    .post-item-2 .post-inner .post-content .post-date li {
      display: inline-block;
      padding-right: 15px; }
      .post-item-2 .post-inner .post-content .post-date li:last-child {
        padding-right: 0; }
    .post-item-2 .post-inner .post-content h3 {
      font-weight: 500;
      margin: 10px 0 15px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .post-item-2 .post-inner .post-content h3:hover {
        color: #ffb11f; }
    .post-item-2 .post-inner .post-content .more-com .text-btn {
      font-weight: 500; }
      .post-item-2 .post-inner .post-content .more-com .text-btn span {
        font-size: 14px; }
      .post-item-2 .post-inner .post-content .more-com .text-btn:hover span {
        color: #ffb11f; }
      .post-item-2 .post-inner .post-content .more-com .text-btn:hover i {
        margin-left: 5px;
        opacity: 1; }
      .post-item-2 .post-inner .post-content .more-com .text-btn i {
        top: 50%;
        font-size: 13px;
        margin-left: -10px;
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .post-item-2 .post-inner .post-content .more-com .comment-visi span {
      padding-right: 15px; }
      .post-item-2 .post-inner .post-content .more-com .comment-visi span:last-child {
        padding-right: 0; }
      .post-item-2 .post-inner .post-content .more-com .comment-visi span a {
        color: #181818;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .post-item-2 .post-inner .post-content .more-com .comment-visi span a:hover {
          color: #ffb11f; }
    .post-item-2 .post-inner .post-content .qute-content {
      padding: 30px;
      box-shadow: 0 5px 10px rgba(81, 70, 174, 0.27); }
      .post-item-2 .post-inner .post-content .qute-content blockquote {
        margin-bottom: 0;
        padding-top: 45px; }
        .post-item-2 .post-inner .post-content .qute-content blockquote::before {
          width: 40px;
          height: 40px;
          left: 0;
          top: 0;
          color: #ffb11f;
          content: "\efcd" !important;
          font-size: 36px;
          font-family: IcoFont !important; }
        .post-item-2 .post-inner .post-content .qute-content blockquote a {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .post-item-2 .post-inner .post-content .qute-content blockquote a:hover {
            color: #ffb11f; }
    .post-item-2 .post-inner .post-content .meta-post p span {
      display: inline-block;
      padding-right: 15px; }
      .post-item-2 .post-inner .post-content .meta-post p span::after {
        width: 1px;
        height: 12px;
        right: 4px;
        top: 50%;
        background: #dddcdc;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .post-item-2 .post-inner .post-content .meta-post p span:last-child {
        padding-right: 0; }
        .post-item-2 .post-inner .post-content .meta-post p span:last-child::after {
          display: none; }
      .post-item-2 .post-inner .post-content .meta-post p span a {
        padding-left: 5px;
        font-weight: 500; }
        .post-item-2 .post-inner .post-content .meta-post p span a:hover {
          color: #ffb11f; }

/*--------------------------------------------------------------
# address
--------------------------------------------------------------*/
.add-content{
	width:25%;
	background:#f4793c;
	padding:40px;
	text-align:center;
}
.add-content i{
	font-size:28px;
	color:#ededed;
}
.add-content h4{
	font-size:20px;
	color:#ffffff;
}
.add-content p{
	font-size: 16px;
    color: #ededed;
    font-weight: 400;
}
.add-content2{
	width:25%;
	background:#8156b9;
	padding:40px;
	text-align:center;
}
.add-content2 i{
	font-size:28px;
	color:#ededed;
}
.add-content2 h4{
	font-size:20px;
	color:#ffffff;
}
.add-content2 p{
	font-size: 16px;
    color: #ededed;
    font-weight: 400;
}
.add-content3{
	width:25%;
	background:#02a1cf;
	padding:40px;
	text-align:center;
}
.add-content3 i{
	font-size:28px;
	color:#ededed;
}
.add-content3 h4{
	font-size:20px;
	color:#ffffff;
}
.add-content3 p{
	font-size: 16px;
    color: #ededed;
    font-weight: 400;
}
.add-content4{
	width:25%;
	background:#5db240;
	padding:40px;
	text-align:center;
}
.add-content4 i{
	font-size:28px;
	color:#ededed;
}
.add-content4 h4{
	font-size:20px;
	color:#ffffff;
}
.add-content4 p{
	font-size: 16px;
    color: #ededed;
    font-weight: 400;
}
@media(max-width:991.98px){
	.add-content{
	width:100%;
	
}
.add-content2{
	width:100%;
	
}
.add-content3{
	width:100%;
	
}
.add-content4{
	width:100%;
	
}
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.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: 10px 0 5px 0;
  color: #fff;
}

.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.6);
  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: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #ffc451 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #02a1cf;
}

.team .member .social a:hover {
  color: #fff;
  background: #02a1cf;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-sec{
	background-color: #ededed;
}
.location .info {
  width: 100%;
  padding-top:60px;
}
.location h3{
font-size: 28px;
  color: #02a1cf;
  padding-top:80px;	
  font-weight:bold;
}

.location .info i {
  font-size: 20px;
  color: #02a1cf;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 35px;
  padding-right: 20px;
  transition: all 0.3s ease-in-out;
}
.location.info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}
.phone{
	padding-top:20px;
}
.contact h3{
	font-size: 32px;
  color: #02a1cf;
  font-weight:bold;
}
.contact h4{
	font-size: 18px;
    color: #48606e;
    font-weight: 300;
    padding: 2px;
}

.location .info .email, .contact .info .phone {
  margin-top: 40px;
}

.location .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #02a1cf;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #02a1cf;
  border: 0;
  padding: 10px 24px;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #f4793c;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.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: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #ffc451 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
background-color: #1f2935;
  padding: 0 0 30px 0;
  color: #ffffff66;
  font-size: 14px;
}

#footer .footer-top {
     background: #1e2d41;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #02a1cf;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff66;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #344355;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #02a1cf;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #02a1cf;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #ffffff66;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff66;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #02a1cf;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #02a1cf;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
/*///start about----*/
.breadcrumb-bg {
    background: url(../img/slide-2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 157px;
    position: relative;
	margin-top: 66px;
	height:auto;
   
}
.breadcrumb-content {
    text-align: center;
}
.breadcrumb-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
}
.breadcrumb-content .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}
.breadcrumb-content .breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

@media only screen and (max-width: 767px){
.breadcrumb-bg {
    padding-top: 100px;
    padding-bottom: 50px;
	margin-top: 51px;
}
}
video {
    padding-top: 50px;
	 width: 100%;
     height: 600px;
}
.inner-about {
    background-color: #ededed;
}
.inner-about h3 {
    font-size: 36px;
    line-height: 52px;
    color: #1e2d41;
    text-align: center;
    padding-top: 60px;
}
.inner-about h4 {
    font-size: 36px;
    line-height: 52px;
    color: #1e2d41;
    text-align: center;
    
}
.inner-about p {
    color: #314a6b;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    
}
.teen-special{
	background: #ededed;
	padding:80px 0;
}
.road-test-sec{
	background:url(../img/course-bg.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	height:auto;
	padding: 80px 0px;
}
.road-test-sec h2{
	color:#fff;
	text-align:center;
	font-size: 36px;
    line-height: 42px;
    font-weight: normal;
}
.road-test-sec p{
	color:#fff;
	text-align:center;
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
	padding:10px 10px;
}
.road-test-sec a{
	color:#f9884f;
}
.road-details{
    background: #ededed;
	padding: 80px 0px;
}
.road-details h3 {
    font-size: 36px;
    line-height: 52px;
    color: #48606e;
    text-align: center;
    padding-top: 60px;
}
.road-details p {
    color: #48606e;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    padding: 20px;
}
.road-details .content ul {
    list-style: none;
    padding: 0px 60px;
}
.road-details .content ul li {
    padding: 0 0 8px 26px;
    position: relative;
     color: #48606e;
}
.road-details .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #02a1cf;
}
.road-details .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   min-height: 500px;
    width: 100%;
}
.teen-special .pricingTable {
    background-color: #fff;
    text-align: center;
    /* padding: 0 0 10px; */
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    padding: 0px 0px 20px;
    line-height: 2;
    
}
.teen-special .pricingTable p {
    background-color: #fff;
    text-align: center;
    padding: 0px 10px 10px 10px;
    line-height: 2;
   
}
.teen-special-road .pricingTable {
    background-color: #fff;
    text-align: center;
    /* padding: 0 0 10px; */
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    padding: 0px 0px 20px;
    line-height: 2;
	height:500px;
    
}
.teen-special-road .pricingTable p {
    background-color: #fff;
    text-align: center;
    padding: 0px 10px 10px 10px;
    line-height: 2;
   
}
.teen-special-road {
    background: #ededed;
    padding: 80px 0;
}
.teen-special-road .pricingTable.blue .pricingTable-signup a {
    background-color: #02a1cf;
    border-color: #02a1cf;
     margin-top: 30px; 
}
.teen-special-road .pricingTable .pricingTable-signup a {
    background-color: #f4793c;
    border-color: #f4793c;
     margin-top: 30px; 
}
@media(max-width: 991.98px){
	.teen-special .pricingTable {
    background-color: #fff;
    text-align: center;
    /* padding: 0 0 10px; */
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    padding: 0px 0px 20px;
    line-height: 2;
    height: auto;
}
.post-item .post-inner .post-content {
    padding: 30px 20px;
    background: #fff;
    text-align: left;
	height: auto; }
	.pricingTable{
    background-color: #fff;
    text-align: center;
    padding: 0 0 10px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
	height: auto;
}
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

#to_loyal{
    color:blue;
    font-weight:600;
}

.add-body4 p {
    font-weight: 700;
    font-size: 30px;
}

.add-content3 p
{
    font-weight: 700;
    font-size: 30px; 
}

.portfolio{
	margin:60px;
	
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #02a1cf;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.teen-special .pricingTable .pricingTable-signup a {
    color: #fff;
    background-color: #f4793c;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 25px;
    border: 2px solid #f4793c;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    margin-top: 20px;
}
.teen-special .pricingTable.blue .pricingTable-signup a {
    background-color: #02a1cf;
    border-color: #02a1cf;
    margin-top: 20px;
}

#menu-item-232 {
    display: inline-block;
    font-weight: 600;
    background: #02a1cf;
    color: #862020;
    padding: 5px 20px;
    text-align: center;
    user-select: none;
    border: 1px solid #02a1cf;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 10px;
}

#menu-item-book {
    display: inline-block;
    font-weight: 600;
    background: #02a1cf;
    color: #862020;
    padding: 5px 20px;
    text-align: center;
    user-select: none;
    border: 1px solid #02a1cf;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 10px;
}

.numscroller.numscroller-big-bottom {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 32px;
}

p.covid_alert {
    color: #168caf;
    font-weight: bold;
}