body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
a, a:hover{
	text-decoration: none;
}
.wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.default-btn{
	display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    color: #00109b;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.default-btn:hover{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

header{
	position: absolute;
	width: 100%;	
	padding: 5px 0px;
	background-color: rgb(255 255 255 / 65%);
	z-index: 999;
	transition: .2s;
	-webkit-transition:.2s;
	-moz-transition:.2s;
}
.sticky.fixed{
	position: fixed;
	padding: 5px 0;
	top: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 10px rgba(51, 51, 51, 0.4);
}

header .navbar-brand{
	width: 220px;
	padding: 0px 0px;
	transition: .5s;
}
header.sticky.fixed .navbar-brand{
	width: 200px;
}
header .navbar .navbar-nav .nav-item .nav-link{
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 400;
	color: #e23629;
	
} 
header .getStartBtn{
	position: relative;
	font-size: 16px;
	padding: 20px 20px;
	font-weight: 400;
	color: #e23629;
	border: 1px solid #e23629;
	border-radius: 30px;
	padding: 8px 40px;
	transition: .5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
}
header .getStartBtn:hover{
	background-color: #e23629;
	color: #fff!important;
}
header .navbar .navbar-nav .nav-item{
	margin: 0 3px;
}
header .navbar .dropdown-menu{
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	box-shadow: 0 4px 15px rgba(34, 34, 34, 0.2);
	top: 100%;
}
header .navbar .dropdown-menu .dropdown-item{
	font-size: 15px;
	color: #222;
	padding: 10px 15px;
	transition: .5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
}
header .navbar .dropdown-menu .dropdown-item:hover{
	background-color: #4bb3e8;
	color: #fff;
}
/* Start Banner Section */
.banner{
	position: relative;
	/*background: url('../images/banner.png')no-repeat;
	background-size: cover;
	background-position: center;*/
	position: relative;
	overflow: hidden;
}
.banner .carousel-caption{
	left: 10%;
	max-width: 650px;
	text-align: left;
	bottom: 20%;
}
.increase_txt{
	padding: 30px 30px;
	background-image: linear-gradient(to right, rgb(255 255 255 / 90%) , rgb(255 255 255 / 40%));
	border-radius: 10px;
}
.banner h1{
	font-size: 38px;
	color: #e23629;
	font-weight: 700;
	line-height: 44px;
}
.banner h4 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 15px;
}
.getMealhi5_form{
	position: relative;
	width: 100%;
	padding: 50px 50px;
	background-color: #fff;
	transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    z-index: 99;
}
.getMealhi5_form form{
	margin-top: 30px;
}
.getMealhi5_form .form-control{
	height: 50px;
	border-radius: 1px;
    border: 1px solid #e4e4e4;
    outline: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}
.getMealhi5_form textarea.form-control{
	height: 120px;
}

.getMealhi5_form .submit_btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #e23629;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.getMealhi5_form .submit_btn:hover {
    text-decoration: none;
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.1);
}
.title{
	position: relative;
	display: inline-block;
	font-family: 'Oxygen', sans-serif;
	font-size: 38px;
	color: #e23629;
	font-weight: 700;
}
.about_sec h5{
	font-size: 16px;
	color: #000;
	font-weight: 700;
}
.about_sec .text1{
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin-top: 20px;
}
.about_con{
	margin-top: 40px;
}
.ready-to-join{
	background-color: #fff;
	padding: 100px 0;
	text-align: center;
}
.ready_text{
	font-size: 36px;
	color: #333;
	font-weight: 600;
	text-shadow: 0 1px 5px #fff;
}
.arrow_down{
	position: absolute;
	bottom: -230px;
	display: inline-block;
	width: 40px;
	height: 70px;
	border-radius: 30px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 20px 0; 
}
.arrow_down .fa{
	position: relative;
	animation: upDown 2s ease-in-out infinite;
}
@keyframes upDown{
	0%, 100%{
		top: -8px;
	}
	50%{
		top: 8%;
	}
}
.arrow_down:hover{
	color: #e23629;
	border-color: #e23629;
}
/*======================== business & effort ================*/
.business_effort{
	background: #fff;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	padding: 100px 0;
	text-align: center;
}
.business_effort .more_business{
	position: relative;
	margin-top: 15px;
	background-color: #00109b;
	padding: 50px 30px;
	border-radius: 10px;
}

.business_effort .more_business p{
	position: relative;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}
.reach-new-customers{
	background: url('../images/layer2.png')no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.reach-new-customers .reach_customers{
	position: relative;
	padding: 130px 30px;
}
.reach-new-customers .reach_customers:before{
	position: absolute;
    content: '';
    width: 1500px;
    height: 1500px;
    background-color: rgba(255, 255, 255, 0.9);
    top: -400px;
    right: -70px;
    transform: rotate(-20deg);
}
.reach-new-customers .reach_customers p{
	position: relative;
	font-size: 16px;
	color: #222;
	margin-top: 15px;
}
.business_effort .title,
.reach-new-customers .title{
	margin-bottom: 40px;
}
.business_effort .media img,
.reach-new-customers .media img{
	position: relative;
} 
.business_effort .media h3,
.reach-new-customers .media h3{
	position: relative;
	font-size: 40px;
	color: #eb1700;
	font-weight: 700;
} 
.business_effort .media h5,
.reach-new-customers .media h5{
	position: relative;
	font-size: 26px;
	color: #eb1700;
} 
.title_cen{
	position: relative;
	display: inline-block;
	font-family: 'Oxygen', sans-serif;
	font-size: 32px;
	color: #000;
}
.title_cen:before{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #000;
	left: -60px;
	top: 18px;
}
.title_cen:after{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #000;
	right: -60px;
	top: 18px;
}


.get_steps{
	background-color: #fff;
	padding: 100px 0;
	text-align: center;
}
.get_steps .title{
	margin-bottom: 30px; 
}
.steps_item{
	position: relative;
	padding: 30px 30px;
	background-color: #f1f1f1;
	border-radius: 4px;
	margin-top: 20px;
	height: 90%;
	border-left: 4px solid #eb1700;
}
.steps_item h3.numb{
	position: absolute;
    font-size: 80px;
    line-height: 80px;
    color: #eb1700;
    font-weight: 900;
    margin-bottom: 15px;
    opacity: .08;
    top: 0px;
    left: 5px;
}
.steps_item p{
	font-size: 18px;
	color: #333;
	font-weight: 400;
	margin-top: 20px;
}
.steps_item .step_img{
	height: 130px;
	opacity: .5;
}




/*========================== helps_businesses =======================*/
.helps_businesses{
	background-color: #f4f4f4;
	padding: 100px 0;
}
.helps_businesses .nav-pills .nav-item{
	width: 33.33%;
	text-align: center;
}
.helps_businesses .nav-pills .nav-item .nav-link{
	font-size: 22px;
	color: #333;
	background-color: transparent;
	border-bottom: 3px solid transparent;
	border-radius: 2px;
}
.helps_businesses .nav-pills .nav-item .nav-link.active{
	background-color: #fff;
	border-top: 3px solid #e23629;
}
.helps_businesses .tab-content .tab-pane.active{
	background-color: #fff;
}
.helps_businesses .tab-content .tab_txt{
	font-size: 18px;
	color: #333;
	padding: 100px 20px;
}


.have-questions{
	position: relative;
	background-color: #fff;
	padding: 100px 0;
	text-align: center;
}

.have-questions h4{
	font-size: 24px;
	color: #222;
	padding: 15px 0;
}
.address_div{
	display: flex;
	width: 100%;
	padding: 0;
	margin-top: 0px;
}
.address_div li{
	display: inline-block;
	width: 50%;
	padding: 10px 20px;
}
.call_toHelp{
	display: inline-block;
    padding: 10px 30px;
    background-color: #e23629;
    border: none;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.call_toHelp:hover{
	color: #fff;
	opacity: .8;
}
.app_links{
	margin: 5px;
	display: inline-block; 
}

.core_services{
	position: relative;
	padding: 100px 0;	
	background: url('../images/layer3.jpg')no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.core_services ul{
	margin-top: 10px;
	margin-bottom: 0px;
}
.core_services ul li{
	font-size: 18px;
	color: #222;
	font-weight: 500;
	margin-bottom: 5px;
}
.layer4_rdd{
	border-radius: 10px;
}


/*====================================*/
.equipment_sec{
	padding: 100px 0;
	background-color: #f1f1f1;
}
.equipment_sec .title{
	margin-bottom: 20px;
}
.equipment_sec  ul{
	margin-top: 10px;
	margin-bottom: 0px;
}
.equipment_sec ul li{
	font-size: 18px;
	color: #222;
	font-weight: 500;
	margin-bottom: 5px;
	list-style: square;
}
.equipment_sec .layer5_rdd{
	border-radius: 10px;
	margin: 0 auto;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #000;
}


.section-2{
	position: relative;
	padding: 100px 0;
	background-color: #fff;
}

.section-2 .accordion-item{
	border: none;
}
.section-2 .accordion-item .accordion-button{
	font-size: 17px;
	color: #222;
	font-weight: 600;
	background-color: #fff;
    box-shadow: none;
    border: none;
}
.section-2 .accordion-item .accordion-button span{
	color: #e23629;
    font-size: 24px;
    vertical-align: top;
    line-height: 24px;
    margin-right: 10px;
}
.section-2 .accordion-item .accordion-collapse .accordion-body{
	padding-left: 30px;
	padding-top: 5px;
}
.section-2 .accordion-item .accordion-collapse .accordion-body li{
	font-size: 15px;
	color: #444;
	margin-bottom: 8px;
}


footer{
	background-color: #222;
	padding: 15px 0;
	text-align: center;
}
footer h3{
	margin-bottom: 0;
	font-size: 28px;
	color: #fff;
	font-weight: 700px;
	margin-top: 15px;
}
footer p{
	margin-bottom: 0;
	font-size: 15px;
	color: #fff;
	margin-top: 0px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(226 54 43 / 50%);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
}

#return-to-top:hover {
    background: rgba(239, 64, 54, 0.8);
}


.all-businesses{
	background-color: #fff;
	text-align: center;
	padding: 80px 0;
}

.carousel-wrap {
  margin: 50px auto 20px;
  padding: 0 5%;
  width: 100%;
  position: relative;

}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

/*=====================================*/
.contact-sec{
	padding: 100px 0;
	background-color: #f1f1f1;
}



/*=========================== Media ============================*/
@media(max-width: 1440px){
	.arrow_down {
	    bottom: -166px;
	}
	.banner h1 {
	    font-size: 34px;
	    line-height: 42px;
	}
	.banner h4 {
	    font-size: 24px;
	    line-height: 32px;
	    margin-top: 15px;
	}
}
@media(max-width: 1280px){
	.arrow_down {
	    bottom: -120px;
	}
}
@media(max-width: 1199px){
	.title {
	    font-size: 32px;
	}
	.banner .carousel-caption {
    left: 10%;
    max-width: 500px;
    text-align: left;
    bottom: 10%;
	}
	.banner h1 {
    font-size: 28px;
    line-height: 36px;
	}
	.arrow_down {
	    bottom: -100px;
	    width: 30px;
	    height: 60px;
	}
	.getMealhi5_form {
	    padding: 30px 30px;
	}
	.getMealhi5_form .form-control {
	    height: 45px;
	}
	.ready-to-join {
	    padding: 100px 0;
	}
	.ready-to-join p{
		font-size: 15px;
	}
	.ready_text {
	    font-size: 24px;
	    color: #333;
	    font-weight: 600;
	}
	.reach-new-customers .reach_customers,
	.business_effort .more_business {
	    padding: 80px 15px;
	}
	.business_effort .media h5, 
	.reach-new-customers .media h5 {
	    font-size: 22px;
	}
	.business_effort .title, 
	.reach-new-customers .title {
	    margin-bottom: 30px;
	}
	.steps_item {
	    padding: 30px 15px;
	}
	.helps_businesses .tab-content .tab_txt {
	    font-size: 16px;
	    padding: 70px 20px;
	}
	.helps_businesses .nav-pills .nav-item .nav-link {
	    font-size: 18px;
	}

	.banner h4 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 5px;
	}
	.core_services ul li {
	    font-size: 15px;
	}
	.equipment_sec ul li {
	    font-size: 16px;
	}
	.business_effort .more_business p {
	    font-size: 14px;
	}
	.reach-new-customers .reach_customers, .business_effort .more_business {
	    padding: 50px 15px;
	}
	.address_div li h4{
		font-size: 18px;
	}
	.address_div li p{
		font-size: 15px;
	}
	.have-questions {
	    padding: 78px 0;
	}

	
}

@media(max-width: 991px){
	.banner .carousel-caption {
    left: 7%;
    max-width: 400px;
    bottom: 4%;
	}
	.increase_txt {
    padding: 15px 20px;
  }
	.banner h1 {
    font-size: 24px;
    line-height: 32px;
	}
	.banner h4 {
	    font-size: 17px;
	    line-height: 24px;
	    margin-top: 10px;
	}
	.getMealhi5_form h3{
		font-size: 18px;
	}

	.reach-new-customers .reach_customers, .business_effort .more_business {
	    padding: 50px 15px;
	}
	.title {
	    font-size: 24px;
	}
	.business_effort .media h3, .reach-new-customers .media h3 {
	    font-size: 28px;
	}
	.business_effort .media h5, .reach-new-customers .media h5 {
	    font-size: 18px;
	}
	.business_effort .more_business p {
	    font-size: 14px;
	}
	
	.reach-new-customers .reach_customers:before {
	    position: absolute;
	    content: '';
	    width: 1500px;
	    height: 1500px;
	    background-color: rgba(255, 255, 255, 0.9);
	    top: -400px;
	    right: -80px;
	    transform: rotate(-20deg);
	}
	.get_steps {
	    padding: 50px 0;
	}
	.steps_item .step_img {
	    height: 100px;
	}
	.steps_item h3.numb {
	    font-size: 60px;
	    top: 15px;
	    left: 20px;
	}
	.steps_item {
	    padding: 40px 15px 20px;
	    height: 90%;
	}
	.helps_businesses .nav-pills .nav-item .nav-link {
	    font-size: 16px;
	}
	.helps_businesses .tab-content .tab_txt {
	    font-size: 16px;
	    padding: 35px 20px;
	}

	.helps_businesses {
	    background-color: #f4f4f4;
	    padding: 50px 0;
	}
	.have-questions{
		padding: 80px 0;
	}
	.have-questions h4 {
	    padding: 0px 0;
	}
	.have-questions:after,
	.have-questions:before {
	    width: 98%;
	}

	.business_effort,
	.equipment_sec,
	.section-2,
	.core_services,
	.ready-to-join {
	    padding: 70px 0;
	}
	.layer4_rdd{
		margin-bottom: 15px;
	}
	.business_effort .partner_img{
		width: 150px;
	}
	.equipment_sec .layer5_rdd{
		margin-top: 15px;
	}
	.equipment_sec ul li {
	    font-size: 14px;
	}
	.navbar-toggler {
	    background-color: #d12a2a;
	    font-size: 18px;
	    padding: 5px 8px;
	    color: #fff;
	}
	header .navbar{
		padding: 5px 0;
	}
	header .navbar-brand{
		width: 100px;
	}
	header.sticky.fixed .navbar-brand {
	    width: 80px;
	}
	header .navbar .navbar-nav .nav-item .nav-link {
	    font-size: 15px;
	    padding: 7px 15px;
	}
	.getMealhi5_form{
		margin-top: 15px;
	}
	.contact-sec {
	    padding: 70px 0;
	}
	.have-questions {
	    padding: 50px 0;
	}
}

@media(max-width: 767px){
	header .navbar{
		padding: 5px 0;
	}
	header .navbar-nav{
		margin-top: 10px;
	}
	header .getStartBtn {
	    font-size: 14px;
	    padding: 6px 20px;
	}
	.arrow_down{
		display: none;
	}
	.increase_txt {
	    padding: 15px 15px;
	}
	.business_effort .more_business:before {
	    width: 130%;
	    height: 100%;
	    top: 0px;
	    left: -30px;
	    right: 0;
	    transform: rotate(0deg);
	}
	.reach-new-customers .reach_customers:before {
	    position: absolute;
	    content: '';
	    width: 130%;
	    height: 100%;
	    background-color: rgba(255, 255, 255, 0.9);
	    top: 0;
	    right: 0;
	    left: -40px;
	    transform: rotate(0deg);
	}
	.reach-new-customers .reach_customers, .business_effort .more_business {
	    padding: 20px 15px;
	}
	.helps_businesses .nav.nav-pills{
		display: block;
		margin-bottom: 15px;
	}
	.helps_businesses .nav.nav-pills .nav-item{
		width: 100%;
		display: block;
	}
	.have-questions {
	    padding: 50px 0;
	}
	.have-questions h4 {
	    font-size: 18px;
	}
	.call_toHelp{
		margin-top: 20px;
	}
	.have-questions:after,
	.have-questions:before{
		height: 90%;
	}
	header .navbar-brand {
	    width: 90px;
	}
	.ready-to-join {
	    padding: 50px 0;
	}
	.getMealhi5_form {
	    padding: 20px 15px;
	    margin-top: 15px;
	}
	.getMealhi5_form .form-control {
	    height: 38px;
	}
	.banner .carousel .carousel-inner .carousel-item{
		height: 300px;
		object-fit: cover;
	}
	.banner .carousel .carousel-inner .carousel-item img{
		width: 900px!important;
		height: 300px;
	}
	.banner h1 {
	    font-size: 18px;
	    line-height: 26px;
	    margin-bottom: 5px;
	}
	.banner h4 {
	    font-size: 12px;
	    line-height: 18px;
	    margin-top: 0px;
	}
	.ready_text {
	    font-size: 23px;
	}
	.all-businesses {
	    padding: 30px 0;
	}
	.carousel-wrap {
	    margin: 20px auto;
	}
	.title {
	    font-size: 20px;
	}
	
	.ready-to-join p {
	    font-size: 13px;
	}
	.business_effort, .equipment_sec, .section-2, .core_services, .ready-to-join,
	.ready-to-join {
	    padding: 40px 0;
	}
	.core_services ul li {
	    font-size: 13px;
	}
	.core_services ul {
	    padding-left: 20px;
	}
	.section-2 .accordion-item .accordion-button {
	    font-size: 14px;
	    padding: 5px 0px;
	}
	.section-2 .accordion-item .accordion-collapse .accordion-body li {
	    font-size: 13px;
	    color: #444;
	    line-height: 18px;
	    margin-bottom: 8px;
	}

	.section-2 .accordion-item .accordion-collapse .accordion-body {
	    padding-left: 10px;
	    padding-top: 5px;
	    padding-right: 0;
	}
	.section-2 .accordion-item .accordion-button span {
	    font-size: 18px;
	    line-height: 22px;
	    margin-right: 6px;
	}
	.equipment_sec ul li {
	    font-size: 13px;
	}
	.business_effort .title, .reach-new-customers .title {
	    margin-bottom: 0px;
	}	
	.business_effort .more_business p {
	    font-size: 13px;
	}
	.address_div{
		display: block;
	}
	.address_div li{
		width: 100%;
		padding: 15px 15px;
	}
	.have-questions {
	    padding: 30px 0;
	}
	.contact-sec{
		padding: 50px 0;
	}
	footer p {
	    font-size: 13px;
	}
	.equipment_sec .title {
	    margin-bottom: 10px;
	}
	.address_div li p {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	header{
		background-color: rgb(255 255 255 / 85%);
	}
	header .navbar .navbar-nav .nav-item .nav-link {
	    font-size: 15px;
	    padding: 6px 15px;
	}
}