/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header Styles   		   */
/*   03 - Slider Styles   		   */
/*   04 - About Styles   		   */
/*   05 - Service Styles   		   */
/*   06 - Products Styles   	   */
/*   07 - Parteners Styles   	   */
/*   08 - Customers Styles   	   */
/*   09 - contact us Styles   	   */
/*   10 - Footer Styles   	       */
/*   11 - About Page Styles   	   */
/*   12 - Contact Page Styles      */
/*   13 - Service Details Page Styles */


/*   01 - General & Basic Styles   */
@font-face {
    font-family: 'DinNextLight';
    src: url('../fonts/din-next/light/DinNextLight.eot');
    src: url('../fonts/din-next/light/DinNextLight.eot') format('embedded-opentype'), url('fonts/din-next/light/DinNextLight.woff2') format('woff2'), url('fonts/din-next/light/DinNextLight.woff') format('woff'), url('fonts/din-next/light/DinNextLight.ttf') format('truetype'), url('fonts/din-next/light/DinNextLight.svg#DinNextLight') format('svg');
}
@font-face {
    font-family: 'DinNextRegular';
    src: url('../fonts/din-next/regular/DinNextRegular.eot');
    src: url('../fonts/din-next/regular/DinNextRegular.eot') format('embedded-opentype'), url('fonts/din-next/regular/DinNextRegular.woff2') format('woff2'), url('fonts/din-next/regular/DinNextRegular.woff') format('woff'), url('fonts/din-next/regular/DinNextRegular.ttf') format('truetype'), url('fonts/din-next/regular/DinNextRegular.svg#DinNextRegular') format('svg');
}
@font-face {
    font-family: 'DinNextMedium';
    src: url('../fonts/din-next/medium/DinNextMedium.eot');
    src: url('../fonts/din-next/medium/DinNextMedium.eot') format('embedded-opentype'), url('fonts/din-next/medium/DinNextMedium.woff2') format('woff2'), url('fonts/din-next/medium/DinNextMedium.woff') format('woff'), url('fonts/din-next/medium/DinNextMedium.ttf') format('truetype'), url('fonts/din-next/medium/DinNextMedium.svg#DinNextMedium') format('svg');
}
@font-face {
    font-family: 'DinNextBold';
    src: url('../fonts/din-next/bold/DinNextBold.eot');
    src: url('../fonts/din-next/bold/DinNextBold.eot') format('embedded-opentype'), url('fonts/din-next/bold/DinNextBold.woff2') format('woff2'), url('fonts/din-next/bold/DinNextBold.woff') format('woff'), url('fonts/din-next/bold/DinNextBold.ttf') format('truetype'), url('fonts/din-next/bold/DinNextBold.svg#DinNextBold') format('svg');
}

*{
    font-family: 'DinNextRegular';
}
p{
  	font-family: 'DinNextRegular' !important;
	font-size: 16px;
	line-height: 1.6;
  	font-weight: 300;
  	color: #202020;
    text-align: left;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
	list-style: none;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6{ 
	font-family: 'DinNextRegular' !important;
}
a{
	font-family: 'DinNextRegular';
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a{
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body{
  	overflow-x: hidden;
  	direction: ltr;
  	color: #202020;
}
b, strong {
	font-weight: 700 !important;
}
ul{
	padding: 0;
}
ul li{
	list-style: none;
}
.div-50{
	height: 50px;
	width: 100%;
	display: block;
}
.div-10{
	height: 10px;
	width: 100%;
	display: block;
}
.div-20{
  height: 20px;
  width: 100%;
  display: block;
}
.div-15{
  height: 15px;
  width: 100%;
  display: block;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
img{
	max-width: 100%;
}

/*   02 - Header Styles   		   */
.main-header .bg-light {
    background-color: #ffffffb8 !important;
}
.main-header{
	/*position: relative;*/
	background-color: #ffffffb8 !important;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.main-header .navbar-brand{
	padding-right: 0 !important;
	margin-right: 0;
}
.main-header .navbar {
	padding-right: 0;
	padding-left: 0;
}
.main-header .dropdown-toggle::after {
    display: none;
}
.lang-link {
    position: absolute;
    right: 12px;
    top: 30px;
    color: #18093a !important;
}
.main-header li.nav-item.active a{
	border-bottom: 1px solid #18093a !important;
    color: #18093a;
}
.main-header .navbar-nav{
	margin-top: 55px;
}
.main-header .navbar-nav a{
	font-size: 16px;
    margin-right: 0;
    color: #4c4c4c;
    margin-left: 5px;
}
.main-header .navbar{
	padding-bottom: 20px;
}
.main-header .dropdown-menu {
    background-color: rgba(33, 22, 47, 0.69);
    border: 0;
    border-radius: 0;
    margin-top: 20px;
    padding: 0;
    width: 317px;
}
.main-header .dropdown-item{
	color: #ffffff !important;
	font-size: 16px;
	margin-left: 0 !important;
    padding: 8px 30px;
    border-bottom: 1px solid #322445;
    white-space: pre-line;
    text-align: center;
}
.main-header .dropdown-item:hover{
	background: #18093a !important;
}
.dropdown-divider{
	margin: 0;
}
a.dropdown-item.more-item {
    background: #4c4c4c57 !important;
    color: #3b2b50;
    text-align: center;
}
/*   03 - Slider Styles   		   */
.slider{
	margin-top: 90px;
}
.slider h2{
	font-size: 35px;
	text-transform: uppercase;
}
.slider p{
	color: #ffffff;
    text-align: center;
    font-weight: 100;
    margin-bottom: 35px;
}
.slider .btn-success{
	background: #78be44;
	padding: 10px 50px;
}
.slider .btn-success a{
	color: #ffffff;
}

/*   04 - About Styles   		   */
.about-sec{
	padding: 50px 0;
	background: url(../images/abuten.png);
	position: relative;
}
.sec-title {
    text-align: left;
}
.sec-title p{
	color: #a5a5a5;
	font-size: 14px;
	margin-bottom: 0;
}
.sec-title h4{
	font-weight: bold;
	margin-bottom: 0;
}
hr.title-hr {
    border-top: 2px solid #78be44;
    width: 100px;
    float: left;
}
.clearfix {
    clear: both;
}
.about-txt {
    text-align: left;
    width: 50%;
}
.about-logo img {
    position: absolute;
    right: 100px;
    bottom: 100px;
}
.about-txt h4{
	color: #78be44;
	font-weight: bold;
}
.about-txt p{
	line-height: 1.8;
}


/*   05 - Service Styles   		   */
.service-sec{
	padding: 100px 0 80px 0;
	background: url(../images/bgservice.png);
}
.service-sec .more-btn{
	background: #ffffff;
    color: #18093a;
}
.more-btn{
    border: 0;
    padding: 10px 30px;
    float: right;
    margin-top: 20px;
}
.service-sec .sec-title{
	float: left;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.service-sec .more-btn:hover , .service-sec .more-btn:focus , .service-sec .more-btn:active{
	background: #812993;
	color: #ffffff;
}
.service-block {
    /*background: #ffffff;*/
    margin-bottom: 20px;
}
.service-desc {
    padding: 15px;
}
.service-desc p {
    /*font-weight: 600;*/
    font-size: 16px;
    margin-bottom: 0;
}
hr.service-desc-rh {
    border-top: 2px solid #78be44;
    width: 50px;
    float: left;
}
.service-block:hover{
	background: #efefef;
}

/*   06 - Products Styles   	   */
.product-sec{
	padding: 100px 0;
}
.product-sec .sec-title{
	float: left;
}
.product-sec .more-btn{
	background: #18093a;
	color: #ffffff;
}
.product-block {
    padding: 10px;
}
.product-desc p{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
}
.product-desc{
	padding: 20px 0;
}


/*   07 - Parteners Styles   	   */
.partenrs-sec{
	/*direction: ltr;*/
	padding: 0 0 100px 0;
}
.partenrs-sec .owl-dots{
	display: none;
}

.partenrs-sec .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}
.partenrs-sec .owl-prev{
	position: absolute;
    right: 0;
    top: 50px;
    /*font-size: 50px !important;*/
    color: #241644 !important;
    border: 1px dashed #241644 !important;
    width: 50px;
    height: 50px;
}
.owl-prev:focus, .owl-next:focus{
	outline: 0px auto -webkit-focus-ring-color !important;
}
.partenrs-sec .owl-prev span, .partenrs-sec .owl-next span{
	font-size: 50px;
    top: -20px;
    position: absolute;
    left: 15px;
}
.partenrs-sec .owl-next{
	position: absolute;
    left: 0;
    top: 50px;
    /*font-size: 50px !important;*/
    color: #241644 !important;
    border: 1px dashed #241644 !important;
    width: 50px;
    height: 50px;
}
.partenrs-sec .owl-stage-outer{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.partenrs-sec .item img{
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}

/*   08 - Customers Styles   	   */
.customer-sec{
	padding: 100px 0 80px 0;
	background: url(../images/bgcostumer.png);
}
.customer-block {
   /* background: #ffffff;*/
    padding: 35px 20px;
    margin-bottom: 20px;
}
.customer-desc{
	margin-top: 20px;
}
.customer-desc p{
	/*font-weight: 600;*/
	color: #18093a;
	margin-bottom: 0;
}

/*   09 - contact us Styles   	   */
.contact-sec{
	padding: 50px 0;
	/*background: url(../images/bgcontacts.png);*/
}
.contact-sec .sec-title h4{
	color: #ffffff;
}
.contact-txt p{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: 100 !important;
}
.contact-txt a{
	padding: 15px 35px;
	background: #ffffff;
	color: #18093a;
	font-size: 18px;
}
.contact-txt{
	text-align: center;
}

/*   10 - Footer Styles   	       */
footer{
	padding: 50px 0 0 0;
	background: url(../images/bgfoter.png);
}
.top-footer {
    text-align: left;
}
.footer-logo {
    margin-bottom: 20px;
}
.top-footer p{
	width: 90%;
}
.contact-info-ul{
	list-style-image: url(../images/pin.png);
	margin: 0;
    padding-left: 16px;
}
.contact-info-ul li{
	margin-bottom: 15px;
}
.top-footer h4{
	font-weight: bold;
	margin-top: 20px;
}
.main-footer .footer-hr{
	border-top: 1px solid #18093a;
}
.social-ico li{
	display: inline-block;
}
.social-ico li a{
	color: #fff;
}
.copyright span{
	color: #78be44;
}
.social-ico{
	text-align: right;
}

/*   11 - About Page Styles   	   */
.breadcumb-sec {
    background: #18093a;
    text-align: left;
    padding: 20px 0;
    margin-top: 130px;
}
.breadcumb-sec h4{
	color: #ffffff;
	font-size: 20px;
}
.breadcumb-sec p{
	margin-bottom: 0;
	color: #a5a5a5;
}
.breadcumb-sec .breadcrumb{
	background: transparent !important;
	float: right;
}
.breadcumb-sec .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb-item a{
	color: #ffffff;
}
.breadcrumb-item.active {
    color: #a5a5a5;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
    padding-left: 5px;
    color: #ffffff;
    content: "|";
}

/*   12 - Contact Page Styles      */
.contact-us-sec {
    padding: 100px 0;
    text-align: left;
}
.margin-b-20{
	margin-bottom: 20px;
}
.message-btn{
	background: #18093a;
	padding: 10px 30px;
	color: #ffffff;
	border: 0;
}
.padding-top-100{
	padding-top: 100px;
}
.txt-center{
	text-align: center;
}

/*   13 - Service Details Page Styles */
.service-det-sec{
	padding: 100px 0;
}
.service-det-desc{
	margin-top: 30px;
	text-align: left;
}
.service-det-block .service-det-desc p{
	font-size: 18px;
	line-height: 1.8;
	font-weight: 100;
	margin-bottom: 40px;
}
.product-det-sec{
	padding: 100px 0;
	text-align: center;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

	.about-txt {
	    text-align: left;
	    width: 100%;
	}
	.about-txt h4 {
	    font-size: 17px;
	}
	.about-txt p {
	    font-size: 16px;
	}
	.service-sec .sec-title {
	    float: none;
	}
	.more-btn {
	    padding: 5px 20px;
	    /*float: none;*/
	    margin-top: 25px;
	}
	.service-sec .more-btn {
	    margin-bottom: 10px;
	}
	.service-block img{
		width: 100%;
	}
	.contact-txt p {
	    font-size: 20px;
	}
    .top-footer p {
	    width: 100%;
	    font-size: 16px;
	}
	.social-ico{
		text-align: center;
		margin-bottom: 15px;
	}
	.social-ico li {
	    margin-right: 10px;
	    margin-left: 10px !important;
	}
	.slider .btn-success {
	    padding: 5px 30px;
	    font-size: 13px;
	}
	.slider .carousel-caption {
	    position: absolute;
	    right: 15%;
	    top: 22px;
	    left: 7%;
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.slider h2 {
	    font-size: 14px;
	}
	.slider p {
	    margin-bottom: 5px;
	    font-size: 12px;
	}
	.partenrs-sec .owl-prev span, .partenrs-sec .owl-next span {
	    font-size: 30px;
	    top: -18px;
	    position: absolute;
	    left: 5px;
	}
	.partenrs-sec .owl-prev , .partenrs-sec .owl-next{
	    width: 20px;
	    height: 20px;
	}
	.main-header .nav-item a{
		text-align: left;
	}
	.main-header a.navbar-brand {
	    width: 75%;
	}
	.main-header button.navbar-toggler {
	    margin-top: 30px;
	}
	.lang-link {
	    right: 1px;
	    top: 10px;
	}
	.breadcumb-sec .breadcrumb {
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    padding-left: 0;
	}
	.partenrs-sec .item{
		text-align: center;
	}
	.about-logo img {
	    position: relative;
	    left: 10px; 
	    bottom: 10px;
	}
	.slider 
	{
		margin-top: 90px;
	}
	.wrap
	{
		overflow-x:hidden;
	}
	.navbar-collapse 
	{
		max-height: 350px;
		overflow-x: hidden;
	}
	.customer-block 
	{
		text-align: left;
		padding: 3px 20px;
	}
	.customer-block , .customer-desc p
	{
		text-align:center;
	}
	hr.service-desc-rh
	{
		float:none !important;
		margin-left: auto;
		margin-right: auto;
	}
	.partenrs-sec .owl-stage-outer
	{
		width:100%;
	}
	.main-header button.navbar-toggler 
	{
    margin-top: 0px;
	}
	.lang-link
	{
		position:static !important;
	}
	.inner_top 
	{
		top: -9% !important;
	}
	.about-sec 
	{
		padding: 0px 0;
	}
	.dashboard-sec > .container .col-md-9.col-12.text_right 
	{
		max-width: 95% !important; 
		padding: 15px;
		margin: 0 auto;
	}
	.img_absolute
	{
		position:static !important;
	}
	.mb_200
	{
		margin: 0 !important;
	}
	.apple_link
	{
		height: 130px !important;
	}
	
}

@media (min-width: 576px){
    
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {  }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

.help-block
{
	color:red;
	font-size:12px;
}

.has-error input
{
	border:1px solid red;
}

img
{
	max-width:100%;
}

.menu_top
{
	width:100%;
	height:0px;
	background:#1d2a3a;
}


.main-header , .main-header .bg-light
{
	background:#fff;
	background-color:#fff !important;
}

.main-header .navbar {
    padding-bottom: 0px;
}

.main-header .navbar-nav {
    margin-top: 0px;
	margin-left: 50px;
}

.slider {
    margin-top: 90px;
}

#carouselExampleControls .carousel-control-next-icon {
    background-color: #84e4cd;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-size: 28px;
}

#carouselExampleControls .carousel-control-prev-icon {
    background-color: #84e4cd;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-size: 28px;
}

.slider .carousel-caption {
    right: 50%;
    top: 20%;
}

.logo
{
	float:left;
}

.main-header .navbar-nav a {
    font-size: 15px;
    margin-right: 3px;
    color: #4c4c4c;
}

.lang-link {
    position: absolute;
    right: 7px;
    top: 31px;
    color: #fff!important;
    background: #54c4c0;
    border-radius: 30px;
    padding: 3px 20px;
}

.lang-link:hover
{
	 background: #000;
}

.main-header li.nav-item.active a , .main-header li.nav-item a:hover {
    border-bottom: 3px solid #54c4c0!important;
    color: #04b9d4;
}

.carousel-caption div
{
	display:inline-block;
}

.main-footer
{
	background:#2d2d2d;
	color:#fff;
}
.copyright p
{
	color:#fff;
	text-align:center;
}


.copyright
{
	margin-top:10px;
}
.social-ico li {
    display: inline-block;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    background: #54c4c0 !important;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
    color: #1d2a3a;
}

.social-ico li:hover
{
	background: #c23232;
}


.contact-info-ul
{
	list-style:none;
	padding: 0;
}

.contact-info-ul li i
{
	background:#54c4c0;
	border-radius:5px;
	color:#fff;
	padding: 5px;
    min-width: 26px;
    text-align: center;
}
.contact_btn
{
	background: #04b9d4;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
}
.contact_btn:hover
{
	background:#1d2a3a;
}

hr.title-hr {
    border-top: 4px solid #2e2020;
    width: 80px;
    float: right;
}

.slider2 {
    margin-top: 90px;
	position:relative;
	max-height: 250px;
    overflow: hidden;
}
.inner_top
{
	position: absolute;
    top: 50%;
    z-index: 99;
	right: 0;
    left: 0;
}
.inner_top h2
{
	text-align:left;
	color:#fff;
}

.inner_top p {
    text-align: left;
    color: #000;
    background: #ffffff78;
    padding: 8px;
    padding-top: 0px;
    margin-top: 14px;
}



.ltr
{
	direction:rtl;
}

.sec-title
{
	overflow:hidden;
}
.downloadapp_age div
{
	display:inline-block;
}

.auto_margin
{
	margin:0 auto;
	text-align:left;
}

.contact-sec .sec-title h4 {
    color: #1c2a39;
}

.modal-body
{
	text-align:left;
}

hr.title-hr {
    border-top: 4px solid #d22121;
    width: 80px;
    float: left;
	margin:0;
	margin-bottom:5px;
	margin-top:3px;
}


.overflow-hidden
{
	overflow:hidden;
}

.merchant
{
	background:#032533;
	border-radius:5px;
}

.merchant a , li.merchant a:hover , .main-header li.merchant a:hover
{
	color:#fff !important;
}

/*///////////adding////*/
.bredcumb
{
	margin-top: 99px;
    background: #1d2a3a;
	padding: 15px;
    margin-bottom: 0px
}
body
{
	text-align:left;
}

.bredcumb li
{
	display:inline-block;
}

.bredcumb li
{
	color:#fff;
}

.bredcumb li a
{
	color:#86e5cd;
}

.side_menu
{
	background: #1d2a3a;
    border-radius: 0px;
	min-height:100%;
	
}

.side_menu a
{
	color:#fff;
	border-bottom: 1px solid #4a5c71;
	border-radius: 0 !important;
}

.side_menu a:last-child
{
	border-bottom: 0px solid #4a5c71;
}

.side_menu .active
{
	background-color: #77e0ce !important;
}

.profile_title
{
	background: #d7dee4;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.side_menu a:hover
{
	background-color: #77e0ce !important;
}

.btn-primary {
    color: #fff;
    background-color: #54c4c0;
    border-color: #54c4c0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #262678;
    border-color: #262678;
}

.dashboard-sec h1 {
    background: #d7dee4;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
	font-size: 20px;
	margin-top:30px;
}

.btn-success {
    color: #fff;
    background-color: #1d2a3a;
    border-color: #1d2a3a;
}

.btn-success:hover {
    color: #fff;
    background-color: #04b9d4;
    border-color: #04b9d4;
}

.delet_image
{
	position:absolute;
	top:0;
}

.dashboard-sec > .container
{
	max-width:100%;
	padding:0;
}

.dashboard-sec > .container .col-md-9.col-12.text_right
{
	max-width:73%;
	padding:15px;
	
}

footer {
    padding: 0px 0 0 0;
}

li.merchant.active a
{
	color:#fff !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link:hover {
    color: #54c4c0;
}

.grid-view
{
	overflow-x:scroll;
}

.nav-link {
    display: block;
    padding: .5rem 2rem;
}


.pagination  li
{
	padding: 1px 8px;
    border: 1px solid #ccc;
    margin: 0 2px;
    display: inline-block;
}

.pagination  li.active
{
	background:#f6f6f6;
}

.pagination  li:hover
{
	background:#f6f6f6;
}

.pagination
{
	margin:10px auto;
	display: table;
}

.glyphicon-eye-open
{
	background:url(../images/eye.png);
	width:16px;
	height:16px;
	display: inline-block;
}
.glyphicon-pencil
{
	background:url(../images/edit.png);
	width:16px;
	height:16px;
	display: inline-block;
}

.glyphicon-trash
{
	background:url(../images/cancel.png);
	width:16px;
	height:16px;
	display: inline-block;
}

.main-header .navbar-nav a {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.ckbox-primary div
{
	display:inline-block;
}

.side_menu a
{
	padding:10px;
}

.slider2-carousel .owl-dots
{
	position:absolute;
	bottom:20%;
	width:100%;
	text-align:center;
}

.slider2-carousel  .owl-dots .owl-dot.active span, .slider2-carousel .owl-dots .owl-dot:hover span {
    background: #ffffff;
    width: 30px;
}

.apple_link
{
	background: transparent;
    color: #54c4c0;
    padding: 7px 10px;
    border-radius: 8px;
	margin-top:10px;
	display: inline-flex;
	width:100%;
	text-align:center;
	height: 85px;
}

.apple_link:hover
{

    color: #fff;
}

.apple_logo
{
	background:url(../images/app-storea.svg);
	width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
	background-size: 100%;
}

.apple_link:hover .apple_logo
{
	filter:brightness(0)
}

.android_logo
{
	background:url(../images/app-storep.svg);
	width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
	background-size: 100%;
}

.apple_link:hover .android_logo
{
	filter:brightness(0)
}

.huawei_logo
{
	background:url(../images/icon_huawei.png);
	width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
	background-size: 25px;
}

.apple_link:hover .huawei_logo
{
	background:url(../images/icon_huawei_hover.png);
    display: inline-block;
    background-repeat: no-repeat;
	background-size: 25px;
}

.gray_bg
{
	background:#f2f2f2;
	padding: 50px 0;
}

.how_card
{
	background:#fff;
	padding:10px;
	border-radius:10px;
}

.how_card:hover
{
	box-shadow: 0px 0px 10px 0px;
}

.main_title
{
	text-align: center;
    font-size: 30px;
    font-family: 'DinNextBold';
    margin: 20px 0;
}

.main_title hr
{
	width: 125px;
    border-top: 5px solid #db2222;
    margin: 3px auto;
}

.gray_bg2
{
	background:#f2f2f2;
	padding:0 5px;
	border-radius:0 0 15px 15px;
}

.news
{
	margin-bottom:15px;
}
.news p
{
	padding:0;
	margin:0;
}

.news a
{
	color:#54c4c0;
}

.read_more
{
	font-size:14px;
	padding: 0 0px 15px 0px;
}

.img_absolute
{
	position:absolute;
	top:-85px;
}

.red_bg
{
	background:#54c4c0;
	color: #fff;
	padding:25px;
	margin-bottom:15px;
}

.red_bg p
{
	color:#fff;
}

.testimonial_bg
{
	background: #54c4c0 url(../images/eat-app3.png) no-repeat fixed center top;
    padding: 50px 0;
}

.qutation i
{
	font-size:40px;
	color:#54c4c0;
}

.top_footer
{
	padding:30px 0;
	background:#00938c;
	color:#fff;
	margin-top: 0px;
}

.footer-menu li
{
	display: inline-block;
    width: 49%;
}

.footer-menu li a
{
	color:#cbc7c7;
}

.footer-menu li a:hover
{
	color:#54c4c0;
}

.navbar-light .navbar-nav .nav-link {
    color:#000;
}

html 
{
	scroll-behavior: smooth;
}
 .yellow
 {
	color:#54c4c0;
 } 

 .how_card {
    box-shadow: 0px 0px 4px 3px #ccc;
}
.how_card img
{
	width: 85px;
    padding: 10px;
}
.how_card p
{
	font-size: 14px;
	color: #848080;
}
.yellow_bg {
    background: #54c4c0;
    padding: 50px 0;
	border-radius: 15px;
}

.apple_link {
    background: transparent;
    color: #ffffff;
    padding: 7px 10px;
    border-radius: 8px;
    margin-top: 10px;
    display: inline-flex;
    width: 100%;
    text-align: center;
}

.img_absolute {
    position: absolute;
    top: -263px;
}

.top_footer {
    background: #1a1a1a;
}

.main-footer {
    background: #00938b;
}

.testimonial_bg
{
	background: #00938c;
}

.testimonial_bg .item.gray_bg
{
	border-radius: 0px 50px 0px 50px !important;
}

.how_card2 {
    box-shadow: 0px 0px 4px 3px #ccc;
	border-radius: 15px;
}

.social-ico li a {
    color: #fff;
}

.social-ico li 
{
	background: #fcfcfb;
}
.social-ico li:hover {
    background: #00938b !important;
	color: #fff;
}

.social-ico li:hover  a {
    color: #fff;
}

.mb_200
{
	margin-bottom: 200px ;
}

.driver .how_card2 
{
    box-shadow: 0px 0px 4px 3px #126a65;
    border-radius: 15px;
    background: #fff;
}

.driver_link
{
	padding:15px 30px;
	background: #126a65;
	border-radius: 10px;
	color:#54c4c0;
	display: block;
}

.driver_link:hover
{
	background: #54c4c0;
	color:#126a65;
}

@media (max-width: 798px)
{
	.slider 
	{
    	margin-top: 73px;
	}
	.slider2 
	{
    	margin-top: 73px;
	}

	.about_home
	{
		margin-top: 0px !important;
	}

	.yellow_bg
	{
		padding-bottom: 0px;
	}
	.about-sec
	{
		margin-bottom: 20px;
	}
}