@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400&display=swap');

body, html{
	font-family: 'Open Sans', sans-serif;
	color: #6a7283;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

a,a:hover,a:focus{
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	color: #343f52;
}

ul,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.container{
	max-width: 1170px;
}

.btn.btn-primary{
	background: rgb(170,0,0);
	background: linear-gradient(105deg, rgba(170,0,0,1) 0%, rgba(255,80,0,1) 100%);
	color: #fff;
	border: transparent;
	border-radius: 50px;
	padding: 15px 30px;
	font-weight: 700;
}

.btn.btn-primary:hover{
	background-color: #aa0000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
	background-color: #aa0000;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}

h1{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
}

h2{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
}

h3{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

a.link{
	display: inline-block;
	color: #aa0000;
	margin-top: 30px;
}

a.button-link{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 15px 30px;
	font-weight: 700;
	color: #fff;
	margin-top: 30px;
}

.top-space{
	margin-top: 80px;
}

.bottom-space{
	margin-bottom: 80px;
}

.section-padding{
	padding: 80px 0px;
}

/** Header Section **/

.news{
	background-color: #343f52;
	padding: 15px 0px;
}

.news p{
	color: #fff;
	font-weight: 700;
}

.nav-item .btn.btn-primary.dropdown{
	background: none;
	border: none;
	color: #343f52;
	font-weight: 400;
}

.navbar-light .navbar-nav .nav-link, .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	padding: 15px 15px;
	color: #343f52;
}

.navbar {
	padding: 20px 40px;
}

.navbar .nav-shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.navbar .nav-item.active{
	font-weight: 700;
	color: #aa0000;
}

.btn.btn-primary.margin{
	margin: 0px 20px 0px 40px;
}

/** Banner Section **/

.banner{
	padding: 60px 0px ;
}

.banner .banner-text{
	margin-top: 60px;
}

.request-with-email .form-group input{
	background-color: #f1f1f1;
	padding: 20px 40px;
	border: none;
	border-radius: 40px;
	margin-top: 20px;
	width: 80%;
}

.request-with-email .form-group input::placeholder{
	color: #cfcfcf;
}

/** Feature Section **/

.gray-background{
	background-color: #fbfbfb;
	padding: 80px 0px;
}

.white-box-with-shadow{
	background-color: #fff;
	box-shadow: 0 0px 15px 0 rgba(0,0,0,0.0.5);
	padding: 60px 40px;
	border-radius: 10px;
	margin-top: 40px;
}

.feature-box{
	border: 2px solid transparent;
}

.feature-box:hover, .feature-box.active{
	border: 2px solid #aa0000;
	cursor: pointer;
}

.feature-box .feature-img img{
	margin-bottom: 30px;
}

/** HappyCustomers Section **/

.happy-customer{
	background-color: #343f52;
	padding: 60px 0px 30px 0px;
}

.heading h3.white{
	color: #fff;
	font-weight: 400;
}

.happy-customer .names .worldwide{
	display: flex;
}

.happy-customer .names .worldwide li{
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 30px 30px;
}

/** Solutions Section **/

.solutions-box h2{
	font-weight: 800;
	text-transform: uppercase;
	background: -webkit-linear-gradient(110deg, #aa0000 50%, #ff5000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-action{
	background: rgb(170,0,0);
	background: linear-gradient(105deg, rgba(170,0,0,1) 0%, rgba(255,80,0,1) 100%);
	padding: 80px 0px;
}

.cta-action p{
	color: #fff;
	font-size: 32px;
}

.cta-action p b{
	font-weight: 800;
}

/** why choose LiveEx **/

.why-choose, .customer-reviews{
	background-color: #fbfbfb;
}

.star-rating{
	margin-bottom: 20px;
}
.star-rating span{
	display: inline;
}

.star-rating .star-icon{
	color: #ffb400;
	font-size: 24px;
}

.review-box .person-info span{
	display: inline-block;
	color: #343f52;
	font-weight: 700;
	margin-top: 20px;
}

.customer-reviews{
	padding-bottom: 80px;
}

.why-choose .tabs{
	margin-top: 40px;
}

.why-choose .tabs ul{
	background-color: #343f52;
	border-radius: 50px;
}

.why-choose .tabs ul li{
	padding: 20px 100px;
	color: #6a7283;
}

.why-choose .tabs ul li.active{
	background-color: #1170ab;
	border-radius: 50px;
	color: #fff;
}

.why-choose .tabs ul li.active a{
	color: #fff;
}

.why-choose .tabs ul li a{
	color: #6a7283;
}

.why-choose .tabs .tab-content .tab-text h3{
	margin-top: 40px;
}

/** Factors Section **/

.factors{
	background-color: #343f52;
}

.factor-box{
	display: flex;
	align-items: center;
}

.factor-box .fact-icon span{
	display: inline-block;
	background-color: #fff;
	color: #343f52;
	text-align: center;
	font-size: 32px;
	padding: 25px 30px;
}

.factor-box .fact-text{
	margin-left: 20px;
}

.factor-box .fact-text p{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.factor-box .fact-text p span{
	display: block;
	font-size: 16px;
}

/** Footer Section **/

.footer-img{
	background-image: url('../images/footer-img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-img .heading h2, .footer-img .heading p{
	color: #fff;
}

.footer{
	background-color: #343f52;
}

.footer h3, .footer{
	color: #fff;
}

.footer .quick-link ul a li{
	color: #fff;
	line-height: 40px;
}

.footer .quick-link ul a li:hover{
	color: #017aff;
	line-height: 40px;
	padding-left: 3px;
	font-size: 16px;
	font-weight: 700;
}

.footer hr{
	background-color: #495364;
	margin-top: 80px;
}

.footer-contact-info p, .footer-address p{
	color: #fff;
	margin-top: 30px;
}

.footer-contact-info p span{
	display: block;
	color: #e95246;
}

.footer-address span{
	display: inline;
	font-size: 34px;
	margin-right: 10px;
}

.small-footer{
	background-color: #0f1426;
	padding: 40px 0px;
}

.small-footer-text{
	display: flex;
	justify-content: space-between;
}

.small-footer-text p{
	color: #fff;
}





/** Responsive Section **/

/** Test on Extra large Device 1200px **/
@media (min-width: 1201px){

}

/** Test on Large Device 992px **/
@media (min-width: 992px) and (max-width: 1200px){

}

/** Test on Medium Device 768px **/
@media (max-width: 991px){

}

/** Test on Small Device 576px **/
@media (max-width: 767px){

}

/** Test on Extra Small Device 320px **/
@media (max-width: 576px){


}