﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
		background: url(../images/body.jpg) no-repeat 100% 100%;
    background-size: cover;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Tajawal', sans-serif;
    color: #000000;v
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


/*
.top {
	padding-top: 5px;
    background-color: #dfa367;
    color: #fff;
    font-size: 14px;
       border-bottom: 5px solid #aa939d;
	    border-top: 5px solid #aa939d;
}*/


.top {
    padding-top: 5px;
    background-color: #314813;
    color: #fff;
    font-size: 12px;
    border-bottom: 3px solid #e9a652;
    border-top: 3px solid #e9a652;
}



.top i
{margin-top: 4px;
	font-size:15px;
	margin-left:5px;
}


.top a
{
	color:#fff;    
	padding-left: 20px;    
	font-family: 'GE Dinar One';
}

.top a img
{
	padding-left: 10px;    
}


.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;
	    top: -6px;

}


.top ul 
{
	padding-right:0px;
	text-align:right;
}



.top .socials li {
    display: inline-block;	
    width: 28px;
    height: 33px;
}


.top .socials li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;	
	padding-left: 0px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top .socials li a i{
 margin-right:0;
 font-size:13px;	
 margin-left: 0px;			
}

.top .socials li a:hover {
	color: #e9a550;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.header
{
    padding: 15px 0;
    background-color:#fff;
}
.text-top2
{ 
text-align:right;
margin-top: 25px;
} 

.text-top2 ul
{
	 padding-left:0;
	 margin-bottom:0;
}

.text-top2 ul li
{
	display: inline-block;
	font-size:18px;
	padding: 0 15px;    
	font-weight: 500;	
	text-transform: capitalize;
}


.cart{
    position: relative;
    font-size: 15px;
    cursor: pointer;
    text-align: left;   
    display: inline-block;
    vertical-align: middle;
}


.cart img{
    margin-right:5px;
    margin-top:0;
}


.cart .circle
{
    width: 20px;
    height: 20px;
    border-radius: 50px; 
    color:#9e8a93;

    position: absolute;
    background-color: #9e8a93;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    right: 0;
    left: -30px;
    margin: auto;
    bottom: -8px
}


#cart_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: absolute;
    background: #fff;    
    z-index:999;
    left: 0px;
    top:0px; 
    color: #808080;
    min-width: 325px;
    padding: 20px;
    opacity: 0;
    font-size:13px;
    text-align:left;
    visibility: hidden;
    transition: all .2s linear;
}

#cart_mini_form-title {
font-size:16px;
text-transform:capitalize;
 margin-bottom:10px;
}


.cart:hover #cart_mini_form {
    opacity: 1;
    visibility: visible;
    top: 33px;
    z-index:9999;
}




.carousel {
    height: 36vw;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #f4d2d2;
    background-blend-mode:multiply;
}

.caption-carousel {
  position: absolute;
    top: 66px;
    left: 25px;
    width: 737px;    
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;    
    font-family: 'GE Dinar One';

    text-align:center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:28px;
    font-weight: 300;
    color: #fff;
    line-height: 29px;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    padding-left: 100px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right: 0;
    margin-right: 0%;
    text-align: left;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;;
}



.btn-header {
    display: inline-block;
    padding: 10px 45px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:4px;
    margin-top:20px;
    margin-bottom:20px;
}
.btn-header2 {
    display: inline-block;
    padding: 10px 25px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:4px;
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
}


.btn-more{
    color: #fff;
       background-color: #314813;
    border-color: #314813;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #3a3a3a;
    background-color: #FFFFFF;
    border-color: #3a3a3a; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-black{
    color: #fff;
    background-color: #314813;
    border-color:#314813;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-black:hover {
    color: #fff;
    background-color: #9e8a93;
    border-color:#9e8a93;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.welcome
{
	background-color: white;
	padding: 40px 0;
	text-align:center;
}

.title
{
   color:#3a3a3a;    
  /* font-family: 'GE Dinar One';*/

   text-align:center;
   font-size:35px;
   margin-bottom:20px;
}

.title span
{
   color:#e9a550;
   display:block;
   font-size:20px;
   margin-bottom:20px;
}


.bg
{
	padding: 100px 0;
	color:#FFFFFF;
	font-size:30px;
	text-align:center;    
	font-family: 'GE Dinar One';
}


.bg-text
{
    font-size: 20px;
    line-height: 35px;
    margin-top: 30px;
}


.news-bg
{
	background:url('../images/bg3.png') no-repeat fixed center center;
	padding:80px 0;    
	background-size: cover;
	color:#FFFFFF;    
	font-family: 'GE Dinar One';
}

.news-bg img
{
	height: 457px;
    object-fit: cover;
}

.news-title
{
	color:#fff;
	font-size:35px;    
	font-family: 'GE Dinar One';
	margin-bottom:0px;
}


.sub-news
{
	background-color:#FFFFFF;
	padding:10px 55px 10px 20px;
	color:#454545;
	position:relative;
    margin-top: 20px;
}


.news-text
{    
	height: 80px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.sub-news i
{    
	 font-size:20px;
	 position: absolute;
     left: 30px;
     top: 45px;
     color:#e9a550;
}

.footer
{
	    background-color: #314813;
    font-size: 16px;
    padding: 30px 0;
    color: #ffffff;
}

.footer ul
{
   padding-right:20px;
}
.footer ul li
{
   margin:10px 0;    
   color: #ffffff;
}
.footer ul li a
{
	color:#ffffff;
}


.footer a
{
	color:#ffffff;
}

.amy-social-list ul
{
	padding-left:0;
	font-size: 15px;
}
.amy-social-list ul li
{
	 display:block;
}
.amy-social-list ul li i
{
   color: #3a3a3a;
   margin-right:10px;    
   width: 20px;
    text-align: center;
}


.footer-title
{
	 color:#e9a550;
	 font-size:20px;
	 text-transform: uppercase;
	 font-weight:bold;
	 margin:20px 0;
}


.vcard
{
	margin-top:20px;
}

.vcard div
{
	color:#ffffff;
	margin-bottom:18px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#e9a550;
}

.newletter
{
	margin:0;
}


.footer .newletter .col-md-4, .newletter .footer .col-sm-4 ,.newletter .footer .col-xs-5
{
    padding:0 0 0 15px ;
}


.footer .newletter .col-md-8 ,.newletter .footer .col-sm-8,.newletter .footer .col-xs-7
{
    padding:0 15px 0 0;
}

.footer .btn {
    display: inline-block;
    padding:12px 2px 11px 2px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-color:#e9a550;
    border: 1px solid transparent;
    border-radius: 0px;
    background-size: 100% 100%;
    /* height: 30px; */
    width: 100%;
    color: #fff;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.footer .text-gary
{
	font-size:13px;
	color:#3a3a3a;
	text-transform:uppercase;
}
.footer-margin {
    margin-top: 10px;
}
.copyright
{
 background-color: #e9a550;
    padding: 5px 0;
    color: #fff;
    font-family: 'GE Dinar One';
    font-size: 13px;
    text-align:center;
    line-height: 15px;
}


.copyright a
{
    color:#e9a550;
}




.caption-inner {
    height: auto;
    width: 100%;
    color: #fff;
    padding: 31px 0 0px 0;
    /* background-color: #dfa367; */
    /* border-bottom: 1px solid #aa939d; */
    border-top: 2px solid #aa939d;
}


.caption-inner h3 {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 39px;    
    font-family: 'Tajawal', sans-serif;
    text-transform: capitalize;
    margin-top: 0;
    color: #314813;
	    font-weight: 600;
}


.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:  right;
}


.breadcrumb>li {
    display: inline-block;
    font-size:12px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#314813;
}


.breadcrumb>.active {
    color: #d77d0d;
    font-weight: 700;
}





.content-inner {
	
    padding: 30px 0;
    margin-bottom:0;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}






.calls
{
      color: #ed8539;
	margin-bottom:25px;
	font-size:22px!important;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background: #e9a550;
}

.calls-data
{
	margin-top:15px;
	color:#314813;
}


.calls-data a
{
	color:#314813;
}

.calls-data i
{
    color: #e9a550;
    margin-left: 10px;
    font-size:18px;
}


img#responsive-image-8869239 {
    height: 100%;
}

.btn-contact{
    color: #fff;
    background-color: #e9a550;
    border-color: #e9a550;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-contact:hover {
    color: #e9a550;
    background-color:#fff;
    border-color:#e9a550;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;

}

.btn-news{
    color: #fff;
    background-color: #e9a550;
    border-color: #e9a550;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-news:hover {
    color: #e9a550;
    background-color:#fff;
    border-color:#e9a550;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.container2{
    padding:200px 20px 200px 20px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
}


.section-1{
    background-image:url('../images/img-fixed.png');
    background-position:center;
    position:fixed;
    z-index:999;
}




.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #e9a550;
    margin: 0px 20px 10px 0;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: left;
    border-radius: 0px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 10px 0 0;
    float: left;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #03daa9;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #e9a550;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-left:10px;
}





.title-news {
    font-size: 20px;
    color:#e9a550;
    margin-bottom:10px;
    margin-top:10px;
}



.big-text span
{
	font-size: 22px;
    color: #e9a550;
    font-weight:800;
}


.path-search
{
	border-right:5px #e9a550 solid;
	padding-right: 15px;
	margin-bottom: 10px;
}

.highlight {
    font-weight: bold;
    background-color: #e9a550;
    padding:1px 4px 2px 4px;
    color: white;
}


.pagination > li > span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #3a3a3a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.pagination > li > a {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #3a3a3a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}


.pagination > .active > a:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}


.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}


.pagination > .active > a:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}


.pagination > .active > span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}


.pagination > .active > a {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}


.breadcrumb2 {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:  right;
}
.breadcrumb2>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb2>li {
    display: inline-block;
    font-size:14px;
    color:#58585a;
    text-transform:capitalize;
}

.breadcrumb2>li a{    
color:#58585a;
}


.breadcrumb2>.active {
    color: #e9a550;
    font-weight: 700;
}

.title-orange {
    color: #e9a550;
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 25px;
}






.title-cart
{
    line-height: 1.5;
    text-align:  center;
    font-size: 40px;
    font-weight: 300;
    color:#5a5a5a;
    margin-bottom:50px;
}
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}

.div-border
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:12px;
    margin-bottom:0px;
}

.div-border2
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:14px;
    margin-bottom:20px;
}

.div-border3
{
    border: 1px #ebebeb solid;
    padding:15px 15px ;
    border-radius: 0px;
    font-size:14px;
    margin-bottom:0px;
}

.cart a
{
    color:#5a5a5a;
}


.btn-cart 
{
    padding: 0px 0px;
}
    
.cart-border
{
    border: 1px #ebebeb solid;    
    padding-bottom:5px;
    padding-top: 10px;
}
    
    
.cart-h
{
    height:160px;
    display:table-cell;
    vertical-align:middle;
}
    
.cart-h img
{
    height: 160px;
    width: 100%;
    object-fit: cover;
}
    
.cart-h2
{
    height: auto;
    display:table-cell;
    vertical-align:middle;
    padding:10px;
}
    
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}

a {
    color: #527623;
    text-decoration: none;
}
.btn-cart1
{
	font-size:20px;
}

.btn-cart2
{
	font-size: 13px;
}









.box-gray
{
	padding: 20px 40px;
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}



.box-gray .healine
{
	font-size: 25px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
}


.box-gray .healine2
{
	font-size: 18px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
    margin-bottom:10px;
}



.box-gray .product-item {
    font-weight: 300;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-gray .product-item .product-name {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}


.box-gray .product-item span.product-quantity {
    color: #838889;
}
    
    
.box-gray .product-item > span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
} 
    

.container-check {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight:normal;
}

.container-check img {
    display: inline-block;
    height: 23px;
    margin-right: 20px;
}

.visa-icon
{
	margin-left: 5px !important;
}
.container-p{
    font-size:13px;    
    color: #a0a0a0;
    padding:10px 0;
    line-height: 1.25;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  background-color: #f8f9fa;
  border:1px #CCCCCC solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #656565;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.img-responsive {
    display: block;     
    margin: auto;
    max-width: 100%;
}



.col-md-12.text-left {
    top: -96px;
}


#myDIV {
width: 100%;
    padding: 19px 0;
    /* text-align: center; */
    color: #6ca522;
    /* background-color: #e8e9eb; */
    margin-top: 20px;
    display: none;


}

#mySPAN {
 color:#e98100;
}


#mySPAN:hover{
 color:#ff1d1d;
}


.mobile-app {
    background: url(../images/mobile-app-ar.png) no-repeat fixed center center;
    padding: 130px 0;
    background-size: cover;
    text-align: center;
   // margin: 5px 0;
}



h2#ContentPlaceHolder1_A_Title {
    display: none;
}





.mobile-app img.img-responsive:hover {
    animation: bounce 600ms cubic-bezier(0.4, 0, 1, 1);
}

.figure img.image-main {
    /*margin-top: 91px;*/
}

img#responsive-image-3362998 {
    width: 200px;
}

.partners{

      
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
}
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}


.clubsfigure h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #e1752a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 38px;
}


.clubsfigure li {
    width: 260px;
    display: inline-block;
    margin: 0 10px 20px 9px;
    border-radius: 0px;
    padding: 0px 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    position: relative;
    box-shadow: 5px 7px 6px #888888;
    display: block;
    width: 367px;
    /* width: 141px; */
    margin: 5px 5px 20px 5px;
    text-align: right;
    position: relative;
}



.clubsfigure figure:hover {

    background-position: left!important;
    background-color: antiquewhite!important;
    background-size: 17% 92%;
    background-repeat: no-repeat;
    background-image: url(images/logo.png)!important;
}

.clubsfigure figure {
 
  margin: 0;
    position: relative;
    border-radius: 0px;
    background-color: #ffffff!important;
}


