

#hero{
	padding: 150px 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1f2532;
	margin: 0;
	height: auto;
}

#header{
	height: auto;
	background: #1f2532;
	color: #fff;
}

#footer, #footer .footer-newsletter{
	background: #1f2532;
	color: #fff;
}

#footer .footer-newsletter h4{
	color: #fff;
}

#footer .credits{
	color: #fff;
}

#header .logo h1 a, #header .logo h1 a:hover{
	color: #fff;
}

.nav-menu a{
	color: #707d8f;
	transition: .2s ease-in-out 0s;
}

#hero h1{
	color: #fff;
	font-size: 40px;
}

#hero h2{
	color: #707d8f;
	font-size: 18px;
	margin-bottom: 10px;
}

#hero h3{
	color: #707d8f;
	font-size: 16px;
}

#hero span a{
	color: #707d8f;
	text-decoration: underline;
}

#hero span a:hover{
	color: #eb5d1e;
}

#hero .btn-get-started{
	background-color: #eb5d1e;
	background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}

#main{
	margin-top: 0;
}

#about{
	background: #F7F7F7;
}

.about p{
	font-size: 16px;
	color: #3a4148;
}

.about-2{
	padding-left: 5px;
}

.about-2:before{
	position: absolute;
	left: -7%;
	top: 18px;
	content: '';
	display: inline-block;
	width: 12%;
	height: 3px;
	background-color: #ffa535;
	background-image: linear-gradient(100deg, #f9643d, #fe2a77);
	background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}


.services .icon-box{
	background: #fff;
	box-shadow: none;
}

.services .icon-box:hover{
	border-color: transparent;
}

ul.sublist li{
	padding: 8px 0!important;
	border-bottom: 0px!important;
}

.faq .faq-list li, .faq .faq-list-0 li, .faq .faq-list-1 li{
	padding: 7px 0 7px 25px;
	border-bottom: 1px solid #dadada;
}

.faq .faq-list i, .faq .faq-list-0 i, .faq .faq-list-1 i{
	right: 15px;
	left: initial;
}

.feature-title{
	color: #c2b7b1;
}

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

textarea.form-control{
	height: calc(1.5em + 3.75rem + 2px);
}

.clients .owl-item img{
	opacity: 1;
}

.read{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 3px;
	margin: 10px;
	color: #eb5d1e;
	background: #fff;
	background-image: linear-gradient(100deg, #fff, #fff);
	border: 2px solid #eb5d1e;
}

.read:hover{
	background: linear-gradient(100deg, #f9643d, #fe2a77);
	color: #fff;
	transition: all 100ms ease-in-out;;
}

/* svg */

.anim, .anim svg {
  position: relative;
  width: 100%;
  height: 100%;
}
.anim path {
  stroke-width: 2;
}

/* svg */


#clients{
	background: #fff;
}

.client{
	padding: 20px;
	max-width: 50%;
}

.client-img{
	width: 150px;
	height: 60px;
}

.nav-menu .drop-down ul .active > a{
		color: #3c1300;
}

.f-s-15{
	font-size: 15px;
}

.time-bg{
	background: #F7F7F7;
}

.btn-get-started{
	background-color: #eb5d1e;
	background-image: linear-gradient(100deg, #f9643d, #fe2a77);
	font-family: 'Titillium Web', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
}

.btn-get-started:hover{
	color: #fff;
}

.testimonial i {
	font-size: 40px;
	color: #f39e7a;
}

.cloud h3{
	font-weight: 700;
	font-size: 34px;
	color: #4e4039;
}

.cloud p{
	font-size: 15px;
	color: #5a6570;
}

.nav-menu .drop-down ul a{
	padding: 10px;
}


.temp-quote{
	font-size: 20px!important;
}

.temp-quote::after{
	background: none!important;
}

@media (min-width: 480px)
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}



