/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	counter-reset: counter;
	font-family:din-next, sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#F0C369;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#415064;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1280px;
}
.small_font{
	font-size:13px;
}
.regular_font{
	font-size:14px;
}
.medium_font{
	font-size:15px;
}
.extra_medium_font{
	font-size:18px;
}
.bold_font{
	font-size:23px;
}
.big_font{
	font-size:35px;
}
.extra_big_font{
	font-size:70px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a {
	clear: both;
	color: #415064;
	display: inline-block;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0px 20px;
	background: #F0C369;
	border-radius: 50px;
	overflow: hidden;
	z-index: 888;
	box-shadow: 0px 0px 24px -9px rgba(0, 0, 0, 0.75);
}
.play_more a:hover{
	background:#415064;
	color:#fff;
}
/*end more*/
/*start header*/
#header{
	z-index:5000;
	background:#fff;
	box-shadow:0px 3px 10px 0px rgba(28,47,80,.08);	
	width:100%;
	float:right;
	position:fixed;
	top:0;
	right:0;
	clear:both;
	height:99px;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding-top: 5px;
}
.logo img {
	height: 85px;
}
.get_qoute {
	float: left;
	margin-top: 28px;
	margin-right:0px;
}
.get_qoute .play_more{
	margin-right:5px;
}
.get_qoute .play_more:first-child a{
	background:#415064;
	color:#fff;
}
.get_qoute .play_more a:hover{
	opacity:0.8;
}
.get_qoute .play_more:last-child a:hover{
	background:#F0C369;
	color:#415064;
}
#nav{
	margin:0px auto;
	text-align:center;
}
.nav {
	display:inline-block;
	padding-top:4px;
	padding-top:16px;
}
.nav li{
	display:inline-block;
	padding:0px 6px 15px;
	position:relative;
}
.nav li a{
	display:block;
	color:#555;
	overflow:hidden;
	height:75px;
	text-transform:uppercase;
	line-height:75px;
	font-weight:700;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#CDDCEB;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#F0C369;
	position:absolute;
	bottom:11px;
	left:100%;
	right:-500px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	left:35px;
	right:15px;
}
.nav li:hover .sub{
	top:86px;
	opacity:1;
	visibility:visible;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	padding:20px;
	right:20px;
	width:270px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:55600;
}
.sub ul{
	float:none;
	width:auto;
	text-align:center;
	height:auto;
}
.nav li .sub ul li{
	display:inline-block;
	float:none;
	height:auto;
	text-align:right;
	width:100%;
	padding:0;
}
.nav li .sub ul li a:after,.nav li .sub ul li a:before{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:11px 15px;
	color:#010937;
	line-height:normal;
	height:auto;
	font-weight:700;
}
.nav li i {
	font-style:normal;
	margin-left:7px;
	font-weight:normal;
}
.nav li .sub ul li a:hover{
	background:#415064;
	border-radius:10px;
	padding-right:20px;
	color:#fff;
}
/*end header*/
/*start footer*/
#footer {
	background-color: #fff;
	float: right;
	width: 100%;
	clear: both;
	padding:50px 0px 0px;
	border-radius: 100px 100px 0px 0px;
	position: relative;
	border-top: 17px solid #415064;
}
#footer:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0.4;
	background-image: url(../images/bg/back.jpeg);
	background-position:center;
	background-size:cover;	
}
#footer:before {
	content: "";
	background: linear-gradient(90deg,#415064 0%, #F0C369 50%, #415064 100%);
	position: absolute;
	top: -16px;
	right: 20%;
	left: 20%;
	height: 16px;
	z-index: 155;
}
#footer .width{
	position:relative;
}
.foot{
	clear:both;
	font-weight:600;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	position:relative;
	z-index:700;
	overflow:hidden;
}
.foot_loop h2 {
	font-weight: 900;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #333;
	display: block;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	padding:7px 0;
	color:#666;
	position:relative;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#F0C369;
	padding-right:10px;
}
#footer .social li{
	display:inline-block;
}
#footer .social li a {
	color: #fff;
	background: #F0C369;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 35px;
	border-radius: 10px;
	margin: 0px 3px;
}
#footer .social li a:hover{
	background:#415064;
}
.social li a:before{
	font-family:FontAwesome;
	margin:0 !important;
}
.social li.facebook a:before,.my_products_share a.facebook:before{
	content:"\f09a";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.instagram a:before{
	content:"\f16d";
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact p{
	color:#666;
	padding:7px 0px;
}
.foot_contact p b {
	position: relative;
	padding-right: 14px;
}
.foot_contact p b:before {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size:16px;
	color: #F0C369;
	text-align: center;
	position: absolute;
	top: -9px;
	right: -20px;
}
.foot_contact p b.foot_map:before{
	content:"\f041";
}
.foot_contact p b.foot_phone:before{
	content:"\f11f";
}
.foot_contact p b.foot_mail:before{
	content:"\f2b6";
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop iframe {
	width: 100% !important;
	height: 175px !important;
}
/*end footer*/
/*start bottom*/
#bottom {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	float: right;
	height: 80px;
	border-top: 1px solid #777;
	color: #555;
	margin-top: 50px;
	position:relative;
	z-index:500;
	text-transform: uppercase;
	font-weight: 600;
	text-align:center;
}
.copyrights{
	display:inline-block;
	line-height:80px;
}
.design{
	display:inline-block;
	z-index:500;
	line-height:80px;
}
#bottom a{
	color:#555;
}
#bottom a:hover{
	color:#F0C369;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#000;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	left:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	background:#fff;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#F0C369;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before {
	font-family: FontAwesome;
	display: block;
	font-weight: normal;
	content: "\f062";
}
.toTop:hover{
	background:#0b4859;
	border:5px solid #0b4859;
	color:#fff;
}
/*end totop*/
/*start whatsapp*/
.whatsapp {
	position: fixed;
	bottom: 100px;
	left: 32px;
	z-index: 5000;
}
.whatsapp img {
	height: 50px;
}
/*end whatsapp*/
/*start pages title*/
body.bodyin .pages_title {
	margin-top: 98px;
}
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	color: #333;
	text-align: center;
	color: #000;
	padding: 50px 0px;
	background-size: 40% 100%;
	margin-bottom:70px;
	position:relative;
}
.pages_title:before{
	content:"";
	background-image: url(../images/bg/pattern.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size:50% 100%;
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	top:0;
	z-index:-1;
	opacity:0.4;
}
.pages_title h2 {
	font-weight: 900;
	position:relative;
	color: #000;
	display: block;
}
.pages_title h1 {
	display: inline-block;
	background: #F0C369;
	color: #fff;
	height: 50px;
	border-radius: 15px;
	font-weight: 600;
	line-height: 50px;
	padding: 0px 25px;
	margin-top: 10px;
}
/*end pages title*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#415064;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-size:cover;
	width:100%;
	height:100% !important;
}
.slider button.removebutton{
	background:none;
}
.slider button {
	position: absolute;
	background:url(../images/play.png);
	background-size:70px 70px;
	background-position:center;
	cursor:pointer;
	background-repeat:no-repeat;
	border:none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
}
.iframe_y{
	width:100%;
	height:100%;
}
.slideshow video {
	transform: translateX(-51%) translateY(0%);
	position: relative;
	left: 52%;
	width: 101%;
}
.slideshow_txt{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	padding:20px;
	z-index:1000;
	text-align:center;
	color:#000;
}
.slideshow_txt h2{
	color:#F0C369;
	font-weight:900;
	line-height:1;
	text-shadow:1px 1px 1px #000;
}
.slideshow_txt h3{
	color:#000;
	font-weight:700;
	line-height:1;
	text-shadow:1px 1px 1px #fff;
}
/*end slideshow*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:70px;
}
#count ul{
	clear:both;
	position:relative;
	z-index:105;
}
#count ul li{
	width:25%;
	float:right;
	display:block;
	padding: 0px 20px;
}
.count_all {
	width: 100%;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 700;
	display: block;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 900;
	font-size: 47px;
	background: #CDDCEB;
	position: relative;
	color: #deb641;
	width: 200px;
	height: 200px;
	line-height: 200px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.count_all p:after {
	content: "+";
}
/*end count*/
/*start data*/
#data,#data2,#aboutus3{
	float:right;
	width:100%;
	margin-bottom:70px;
	position:relative;
	overflow:hidden;
}
.data_list,.data2_list{
	margin:0px -20px;
}
.data_list li,.data2_list li{
	float:right;
	width:33.33%;
	padding:0px 20px;
}
.data_box {
	border: 2px solid #E0E3EA;
	border-radius: 20px;
	padding: 35px;
}
.data_all {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 3px 20px 0px rgba(28,47,80,.2);
	position: relative;
	padding: 30px 68px;
	text-align: center;
	overflow:hidden;
}
.data_all img {
	height: 100px;
	display: inline-block;
	margin-bottom: 15px;
}
.data_all span {
	position: absolute;
	right: 0px;
	top: 84px;
}
.data_all span:before {
	content: "";
	border-left: 90px solid transparent;
	border-top: 90px solid #F0C369;
}
.data_all span i {
	font-weight: 700;
	font-style: normal;
	color: #fff;
	position: absolute;
	right: 8px;
	top: -68px;
}
.data_all h2 {
	display: block;
	margin-bottom: 10px;
}
.data_all b {
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
	color:#F0C369;
}
.data_all p {
	display: block;
	margin-bottom: 0px;
	text-decoration: line-through;
}
.data_all .play_more {
	max-width: 150px;
	display: block;
	margin: 0px auto;
}
.data_all .play_more a {
	display: block;
}
.data_next, .data_prev {
	width: 45px;
	height: 45px;
	background: #E1E4E1;
	border-radius: 50%;
	line-height: 45px;
	position: absolute;
	top: 50%;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	text-align: center;
	margin-top:-22px;
	font-size: 20px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_prev{
	right:auto;
	left:20px;
}
.data_prev:hover,.data_next:hover{
	background:#CDDCEB;
	color:#F0C369;
}
.data_next:before{
	content:"\f105";
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_prev:before{
	content:"\f104";
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
/*end data*/
/*start aboutus*/
#aboutus,#aboutus2,#partners{
	clear:both;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	margin-bottom:70px;
}
#aboutus .width {
	position: relative;
	background: #fff;
	box-shadow: 0px 3px 20px 0px rgba(28,47,80,.2);
	overflow: hidden;
	border-radius: 200px 20px 20px 20px;
	padding: 50px;
}
.aboutus_right {
	width: 35%;
	display: block;
	position: relative;
	float: right;
}
.aboutus_left {
	float: left;
	width: 65%;
	padding: 30px 70px 0px;
}
.aboutus_right img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
	border-radius:15px;
}
.aboutus_left h2 {
	line-height: 1.5;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
}
.aboutus_left ol li {
	display: block;
	padding: 5px 0px;
}
.aboutus_left ol li:before {
	content: "";
	width:7px;
	height:7px;
	border-radius:50%;
	background:#666;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
.aboutus_left ol li span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	font-weight: normal;
}
.about_info {
	background: #448764;
	color: #fff;
	width: 120px;
	text-align: center;
	padding: 20px 0px;
	border-radius: 20px 20px 0px 0px;
	line-height: 1.5;
	position:absolute;
	bottom:0;
	left:40px;
}
.about_info i{
	font-style:normal;
	color:#F0C369;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	font-size:25px;
}
.aboutus2{
	color:#A67704;
	text-align:center;
}
/*end aboutus*/
/*start partners*/
.partners_ul li {
	width: 50%;
	text-align:center;
	float: right;
}
.partners_ul li:nth-child(2n+2) {
	float: left;
}
.partners_ul li img {
	height: 80px;
}
/*end partners*/
/*start data2*/
.data2_box {
	background-color: #375564;
	background-image: url(../images/bg/bg62.png);
	overflow: hidden;
	border-radius: 70px 0px;
	background-size: cover;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 70px 35px;
}
.data2_all {
	background: #fff;
	width: 100%;
	height: 335px;
	border-radius: 50%;
	text-align:center;
}
.data2_all img {
	width: 100px;
	display: block;
	position: relative;
	margin: 0 auto;
	top: -40px;
}
.data2_txt {
	position: relative;
	top: -30px;
	padding: 0px 25px;
}
.data2_txt p{
	color:#9a8340;
}
.data2_next, .data2_prev {
	width: 45px;
	height: 45px;
	background: #E1E4E1;
	border-radius: 50%;
	line-height: 45px;
	position: absolute;
	top: 50%;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	text-align: center;
	margin-top:-22px;
	font-size: 20px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_prev{
	right:auto;
	left:20px;
}
.data2_prev:hover,.data2_next:hover{
	background:#CDDCEB;
	color:#F0C369;
}
.data2_next:before{
	content:"\f105";
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data2_prev:before{
	content:"\f104";
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top: 30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	border: none;
	background: none;
	background: #CDDCEB;
	margin-left: 8px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border-radius:50%;
}
.slick-dots li.slick-active button{
	background:#555;
}
/*end data2*/
/*start aboutus3*/
.aboutus_right_list{
	width:100%;
}
.aboutus_right_list ul li{
	display:block;
	margin-bottom:20px;
	padding:20px 20px 20px 20px;
	border-radius:10px;
	border:2px solid #ccc;
}
.aboutus_right_list_top {
	overflow: hidden;
	cursor:pointer;
}
.aboutus_right_list_top svg {
	float: left;
	width: 15px;
	margin-top: 8px;
}
.aboutus_right_list_top svg:nth-child(2){
	display:none;
}
.aboutus_right_list ul li.open_list .aboutus_right_list_top svg:first-child{
	display:none;
}
.aboutus_right_list ul li.open_list .aboutus_right_list_top svg:nth-child(2){
	display:block;
}
.aboutus_right_list_top h3 {
	text-transform: capitalize;
}
.aboutus_right_list_txt {
	display: none;
	padding-top: 20px;
}
/*end aboutus3*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#0b4859;
	z-index:50000;
}
.go_page_load_table{
	width:100%;
	height:100%;
	display:table;
}
.go_page_load_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.go_page_load_cell img {
	height: 140px;
}
/*end load*/