@charset "utf-8";
/* CSS Document */

/* width */
::-webkit-scrollbar {
 width:5px;
 border-radius:5px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 5px #ccc;
 border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: #2e3191;
 border-radius:15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #333;
}
* {
	box-sizing: border-box;
	transition: all 0.5s ease;
}
span {
	color: #999999;
	transition: all 0s ease;
}
html {
	font-family: 'Lato', sans-serif!important;
	background-color: #f6f6f6;
}
body {
	font-family: 'Lato', sans-serif!important;
	overflow-x: hidden;
	background-color: #f6f6f6;
}
.img-responsive {
	width: 100%;
}
textarea:focus, input:focus, button:focus, a:focus {
	outline: none;
}
*:focus {
	outline: none;
}
/* The container */
.radio-container {
	height: 23px;
	display: block;
	position: relative;
	padding-left: 38px;
	margin: 12px 0 21px 0px;
	cursor: pointer;
	font-size: 15px;
	padding: 4px 35px 0px 35px;
	float: left;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.m-13-0 .radio-container {
	margin: 13px 10px 13px 0px;
}
/* Hide the browser's default radio button */
.radio-container input {
	position: relative;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border: 2px solid #045b88;
	border-radius: 50%;
}
.checkmark-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border: 1px solid #045b88;
	border-radius: 0px;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
	background-color: #fff;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
	background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 7px;
	left: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #045b88;
}
.button-main {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	background: #068ace;
	height: 40px;
	width: 100%;
	float: left;
	border: 1px solid #068ace;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50px;
}
p.mitst {
	min-height: 239px;
	margin-bottom: 20px;
}
/* ---------- */



.frm-element .checkmark-checkbox {
	position: absolute;
	top: 0px;
	left: 0;
	height: 40px;
	width: 210px;
	background-color: #fff;
	border: 1px solid #d5dde3;
	border-radius: 0px;
	color: #003359;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 0 0 0;
	font-weight: 600;
}
.frm-element .radio-container input:checked ~ .checkmark-checkbox {
	background-color: #003359;
	color: #fff;
}
.frm-element .radio-container .checkmark-checkbox:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%!important;
	height: 12px;
	background: #045b88;
	border-radius: 0px;
	display: none!important;
}
.checkmark-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border: 2px solid #045b88;
	border-radius: 0px;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark-checkbox {
	background-color: #fff;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark-checkbox {
	background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-checkbox:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark-checkbox:after {
	display: block;
}
/* Style the indicator (dot/circle) */

 







/* Custom style  */

.wrapper {
    width: 100%;
    float: left;
    overflow-x: hidden;
}

.nav-hold ul li a{
    color: #0E0C8C;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0px 0 39px;
}

.nav-hold ul li a:hover{
	color: #3e3965;
	text-decoration: none;
	
}



header {
    margin: 20px 0 0 0;
    position: relative;
    z-index: 9;
}

.nav-hold {
    width: auto;
    float: right;
    margin: 53px 0 0 0;
}

.eng-title{
	margin: 20px 0 20px 0;
    padding: 0 0 17px 0;
    border-bottom: solid 1px #d6d6d6;
}


.eng-title h1{
     color: #0E0C8C;
    font-weight: 300;
    text-align: left;
    font-size: 35px;
    margin: 0 0 10px 0;
    padding: 0px;
}

.eng-title h2{
	color: #0E0C8C;
    font-weight: 400;
    text-align: left;
    font-size: 23px;
}

.eng-title p{
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1b;
    line-height: 19px;
    padding: 0;
    margin: 0;
}



 

.ar-title h2{
color: #0E0C8C;
    font-weight: 400;
    text-align: right;
    font-size: 23px;
	font-family: 'Cairo', sans-serif;
}

.ar-title p{
	font-weight: 400;
	line-height: 20px;
    font-size: 14px;
    color: #1a1a1b;
	float: right;
	text-align: right;
	font-family: 'Cairo', sans-serif;
}


.service-list-hold{
	width: 100%;
    float: left;
    margin: 12px 0 10px 0;
    padding: 0px;
}

.service-list-hold ul{
	width:100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.service-list-hold ul li{
	width:16.66%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.rigth-mobile{
	top: -35px;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

.rigth-mobile ul{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	z-index: 8;
}

.rigth-mobile ul li{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.bg-circle-ylw {
    width: 500px;
    height: 500px;
    position: absolute;
    background-color: #FFC403;
    border-radius: 50%;
    z-index: 2;
}

.bg-circle-ylw {
    width: 700px;
    height: 700px;
    position: absolute;
    background-color: #FFC403;
    border-radius: 50%;
    z-index: 2;
    top: -177px;
}

.left-content{
    padding-right: 68px;
}



.copy-hold p{
	color: #1a1a1b;
	font-size: 14px;
	text-align: left;
	float: left;
	    width: 100%;
}

.copy-hold {
    width: 100%;
    float: left;
}

.copy-hold p span{
	
	color: #1a1a1b;
	font-size: 14px;
	text-align: right;
	float: right;
	
}

.copy-hold p span a{
	color: #1a1a1b;
	font-size: 14px;
	text-decoration: none;
}

	.register-btn{
	background: #0E0C8C;
    color: #fff!important;
    padding: 17px 26px;
    border-radius: 10px;
	}

	.contact-btn{
	background: #FFC403;
    color: #0E0C8C!important;
    padding: 17px 26px;
    border-radius: 10px;
		border:solid 1px #0E0C8C;
		
	}

.reg-form-hold{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	
}

.reg-form-hold label{
	text-align: left;
	width: 100%;
	
}

.ylw-btn{
	background: #FFC403!important;
	 color: #0E0C8C!important;
	border-radius: 10px;
}


footer {
    border-top: solid 1px #d6d6d6;
    margin: 0 0 0 0;
    padding: 26px 0 0 0;
	float: left;
	width:100%;
}
 

.pop-msg {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.pop-msg h2 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #0E0C8C;
	font-weight: 800;
	font-size: 31px;
	text-align: center;
}
.pop-msg p {
	float: left;
	margin: 7px 0 8px 0;
	padding: 0px;
	width: 100%;
	color: #0E0C8C;
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	line-height: normal;
}
.msg-info-hdr {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
}
.msg-info-hdr .model-header-general {
	text-align: right;
	width: 100%;
}
.msg-info-hdr .model-header-general .general-close {
	text-align: right;
	color: #0E0C8C;
	float: right;
	margin: 0px;
}
.pop-msg .general-button {
	background: #0E0C8C;
	color: #fff;
	border: none;
	padding: 10px 35px 10px 35px;
	margin: 25px 0 25px 0;
	border-radius: 10px;
}
	

@media (max-width: 1024px) {
 .nav-hold ul li a {
  
    margin: 0 0px 0 15px;
}
	
	.rigth-mobile ul {
   
    left: -98px;
}
	
	.bg-circle-ylw {
    width: 700px;
    height: 700px;
    position: absolute;
    background-color: #FFC403;
    border-radius: 50%;
    z-index: 2;
    top: -99px;
    left: -77px;
}
	
}


@media (max-width: 500px) {
	
	section.content-wrap {
    padding: 20px;
}
	
	.register-btn {
 
    margin: 23px 0!important;
    float: left;
		width: 100%;
}
 
	.logo-hold {
    text-align: center;
}
	
	.nav-hold {
    width: 100%;
    float: right;
    margin: 53px 0 0 0;
}
	
	.nav-hold ul li{
		text-align: center;
	}
	
	.nav-hold ul li {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 19px;
		float: left;
    margin-bottom: 19px;
    width: 100%;
}
	
	.left-content {
    padding-right: 0;
}

	
	.left-content {
    padding: 0 10px 0 10px;
}
	
	.service-list-hold ul li {
    width: 50%;
    text-align: center;
}
	
	.store-hold {
    float: left;
    text-align: center;
}
	
	.content-wrap .row{
		flex-wrap: wrap-reverse;
			}
	
	.bg-circle-ylw {
    width: 500px;
    height: 500px;
    position: absolute;
    background-color: #FFC403;
    border-radius: 50%;
    z-index: 2;
    top: -99px;
    left: -77px;
}
	
	.rigth-mobile ul li a img {
    width: 96%;
}
	
	.rigth-mobile ul {
    left: -12px;
}
	
	.copy-hold p{
		    margin: 15px 0 15px 0;
	}
	
}


