/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#555;
	font-family:OpenSans,jozoor,sans-serif;
	font-size:14px;
	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:#c73236;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#b49a4d;
	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;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border:1px solid rgba(219,218,215,0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle.circle_link:before{
	background:rgba(219,218,215,0.3);
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#c73236;
	position:absolute;
	top:-3px;
	left:-3px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:600;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	text-transform:uppercase;
	background:#c73236;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #af5457;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more:hover:after{
	opacity:0;
}
.play_more a:hover:after{
	background:#c73236;
}
.play_more a:after {
	content: "\f100";
	font-family: FontAwesome;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	float: left;
	text-align: center;
	margin-right:20px;
	font-size: 18px;
	font-weight: normal;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	margin-top: 8px;
	margin-left: 10px;
}
.play_more a:before{
	background:#b49a4d;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	top:0;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float: right;
	clear: both;
	position: absolute;
	top:0px;
	right: 0;
}
.header{
    padding:0px 15px;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding:10px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 76px;
}
.get_qoute {
	float: left;
	margin-top: 15px;
	margin-right:0px;
}
.nav {
	float:left;
	position:relative;
}
.nav:before {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	left: 0;
	width: ;
	height: 4px;
	background: #546990;
	border-radius: 50px;
	opacity: 0.6;
	display: ;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 20px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:95px;
	letter-spacing:1px;
	font-weight:600;
	text-transform:uppercase;
	font-size:13px;
	position:relative;
}
.nav li.menu-item-has-children a:after{
	content:"\f107";
	font-family:FontAwesome;
	font-weight:400;
	font-size:18px;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
.nav li a:before{
	content:"";
	height:2px;
	border-radius:4px;
	background:#c73236;
	position:absolute;
	top:0px;
	right:0px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:before,.nav li:hover a:before,.nav li.current a:before{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:95px;
	opacity:1;
	visibility:visible;
}
.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:#39465d;
	width:265px;
	right:0px;
	overflow:hidden;
	top:70px;
	padding:15px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a:before{
	position:relative;
	background:none;
	width:auto;
	height:auto;
	content:"\f100";
	font-family:FontAwesome;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	margin-left:8px;
}
.nav li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	color:#c73236;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #fff;
	width: 20px;
	margin-left: 30px;
	margin-right:30px;
	height: auto;
	margin-top: 36px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10002;
	left: 0;
	top: 120px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #c73236;
	font-size: 21px;
	left:5px;
	top: 0px;
	text-transform: uppercase;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	border-radius:12px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 60px;
	position: absolute;
	right: 20px;
	fill: #c73236;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	font-family:OpenSans,jozoor,sans-serif;
	padding: 0px 75px 0px 48px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#2a3447;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;	
	width:100%;
	clear:both;
	padding:0px 0px 0px;
	overflow:hidden;
	position:relative;
	border-bottom:10px solid #c73236;
}
#footer:before {
	content:"";
	z-index:100;
	position: absolute;
	left: -26.04%;
	right: 75.94%;
	top: 12.69%;
	bottom: -4.15%;
	opacity: .50;
	filter: blur(120px);
	background: radial-gradient(50% 50% at 50% 50%, #c73236 0%, rgba(7, 12, 20, 0) 100%);
}
.bottom_slice {
	position: absolute;
	z-index: 200;
	border-right: 80px solid transparent;
	border-bottom:80px solid #c73236;
	bottom: 0px;
	left: 0px;
}
#bottom .social {
	float:right;
	margin-right:10px;
	margin-top:0;
}
#bottom .social li{
	display:block;
	position:relative;
	margin:0;
	float:right;
}
#bottom .social li a {
	color:#bbb;
	display: block;
	font-size: 14px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 30px;
	text-align:center;
	width:auto;
	height:80px;
	line-height: 80px;
}
#bottom .social li a:hover{
	color:#c73236;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:80px;
	border-top:1px solid rgba(255,255,255,0.1);
	color:#bbb;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	padding-left:70px;
	position:relative;
	z-index:500;
	line-height:80px;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before,.my_products_share a.facebook:before{
	content:"\f09a";
}
.social li.twitter a:before,.my_products_share a.twitter:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before,.my_products_share a.pinterest:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end bottom*/
/*start newsbar_foot*/
#newsbar_foot {
	float:right;
	position:relative;
	width:100%;
	clear:both;
}
#news-tick{
	border:none !important;
}
#news_tick_foot{
	background:linear-gradient(270deg, #2a3447 0%, #c73236 100%);
	border:none !important;
	border-radius:100px !important;
	overflow:hidden;
	height:90px !important;
	position:relative;
	top:40px;
	z-index:1002;
	display:block;
}
.bn-news.bn_news_foot {
	border:none !important;
	margin-right:20px;
	margin-left:20px;
	height: 90px;
	overflow: hidden;
}
.bn_news_foot li {
	display: inline-block;
	padding-right:30px;
}
.bn-news.bn_news_foot li a {
	display: block;
	color: #fff;
	font-weight: 200;
	font-size:16px;
	line-height: 90px;
	height: 90px;
}
.bn-news.bn_news_foot li a:hover{
	color: #fff;
}
/*end newsbar_foot*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right: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;
	border:5px solid rgba(255,255,255,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:#c73236;
	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:#c73236;
	border:5px solid #c73236;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	background:#2a3447;
	margin-bottom:60px;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow .width{
	height:100%;
	width:100%;
	padding:0px 35px;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	border:1px solid rgba(255,255,255,0.4);
	top:50%;
	width:50px;
	height:50px;
	border-radius:5px;
	line-height:46px;
	color:#fff;
	left:15px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	margin-top:-60px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#c73236;
	border:1px solid #c73236;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#000;
	opacity:0.9;
}
.slidebg2{
	position:absolute;
	top:-150px;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/bg/bg51.png);
	background-repeat:no-repeat;
	background-position:right center;
	opacity:0.08;
	animation:movetopbounce 5s linear infinite;
	-webkit-animation:movetopbounce 5s linear infinite;
}
.slidebg3{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/bg/bg52.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	opacity:0.08;
	animation:moveleftbounce 5s linear infinite;
	-webkit-animation:moveleftbounce 5s linear infinite;
}
.slidebg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.80;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	transform: matrix(-1, 0, 0, 1, 0, 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;
}
.img_slider{
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background-size: cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:100%;	
}
.img_slider{
	-webkit-animation: movescale 15s linear infinite;
	animation: movescale 15s linear infinite;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	height:100%;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_left {
	float: right;
	text-align: right;
	max-width: 550px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 50px;
	position:relative;
}
.slider_cont_left:after{
	content:"";
	position:absolute;
	top:-30px;
	bottom:-30px;
	left:20px;
	background:rgba(255,255,255,0.3);
	width:1px;
}
.slider_cont_left:before{
	content:"";
	position:absolute;
	top:-30px;
	bottom:-30px;
	right:20px;
	background:rgba(255,255,255,0.3);
	width:1px;
}
.slider_cont_right{
	float:left;
	text-align:right;
	max-width:550px;
}
.slider_cont_center{
	max-width:550px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2,.cycle-slide-active .slider_cont h1{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h1{
	display:inline-block;
	color:#fff;
	margin-bottom:20px;
	padding:5px 15px;
	border-radius:50px;
	background:rgba(255,255,255,0.06);
	border:1px solid rgba(199,50,54,0.3);
	text-shadow:2px 2px 5px rgba(0, 0, 0, 0.7);
	font-weight:600;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:13px;
}
.slider_cont h1:before{
	content:url(../images/face.png);
	vertical-align:0px;
	display:inline-block;
	position:relative;
	top:3px;
	margin-left:10px;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:900;
	line-height:1.2;
	display: inline-block;
	text-transform:uppercase;
	text-shadow:2px 2px 5px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size:54px;
	margin-bottom:15px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.slider_cont h2 b{
	font-weight:900;
	color:#D20000;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.8);
	margin-bottom:30px;
	font-size: 15px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight:400;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.slider_cont a {
	z-index:888;
	position: relative;
	display: inline-block;
	color:#fff;
	font-size: 14px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight:700;
	text-transform:uppercase;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.slider_cont a:hover{
	color:#c73236;
}
.slider_cont a:after{
	content:"\f104";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-right:10px;
	font-weight:normal;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
/*end slideshow*/
/*start newsbar*/
#newsbar{
	clear:both;
	right:0;
	left:0;
	bottom:0;
	z-index:1000;
	position:absolute;
}
#news-tick{
	border:none !important;
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 700;
	text-transform:uppercase;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#fff;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#c73236;
}
.bn-news {
	border:none !important;
	margin-right: 20px;
	margin-left: 115px;
	direction:rtl;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color:rgba(255,255,255,0.7);
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #c73236;
}
/*end newsbar*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 600;
	display:inline-block;
	padding:0px 55px 0px 30px;
	color: #555;
	margin-bottom:15px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 4px;
	background: #c73236;
	top:16px;
	left: 0;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #c73236;
	top:16px;
	right: 0;
}
.pages_title h2 {
	font-weight: 900;
	font-size: 40px;
	color: #333;
	line-height:1.2;
	display: block;
	text-transform:capitalize;
	margin-bottom:0px;
}
.pages_title h2 b{
	color:#c73236;
	font-weight:900;
}
/*end pages title*/
/*start post_box*/
#post_box{
	float:right;
	width:100%;
	clear:both;
}
.post_box{
	margin:0px -25px;
}
.post_box li{
	width:50%;
	float:left;
	padding:50px 25px;
	margin-bottom:150px;
}
.post_box_all {
	position: relative;
}
.post_box_img{
	height:500px;
	width:80%;
	float:left;
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
.post_box li:nth-child(2n+2) .post_box_img{
	float:right;
	transition-duration:1.2s;
}
#post_box .width.scroll .post_box_img{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.post_box li:nth-child(3),.post_box li:nth-child(4){
	margin-bottom:0;
}
.post_box_img img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.post_box_txt {
	background: #0f1112;
	position: absolute;
	left: 35%;
	top: 60px;
	right:0;
	padding: 50px 30px 50px;
	color: #fff;
}
.post_box li:nth-child(2) .post_box_txt{
	background:#28353b;
}
.post_box li:nth-child(3) .post_box_txt{
	background:#1c3643;
}
.post_box li:nth-child(4) .post_box_txt{
	background:#a52f2f;
}
.post_box li:nth-child(2n+2) .post_box_txt{
	right:35%;
	left:auto;
}
.post_box li:nth-child(3) .post_box_txt{
	top:-60px;
}
.post_box li:nth-child(4) .post_box_txt{
	top:-60px;
}
.post_box_txt h2 {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 75px;
}
.post_box_txt p:before{
	content:"";
	width:30px;
	height:1px;
	background:#fff;
	display:block;
	margin-bottom:10px;
}
.post_box_txt p {
	font-size: 11px;
	clear: both;
	display: block;
	margin-bottom: 30px;
}
.post_box_txt a{
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
}
.post_box_txt a:before{
	content:"";
	width:15px;
	height:2px;
	vertical-align:middle;
	background:#fff;
	display:inline-block;
	margin-left:15px;
}
.post_box_txt a:hover{
	color:#c73236;
}
/*end post_box*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	background:#9d9991;
	z-index:800;
	position:relative;
	overflow:hidden;
	padding:60px 0px;
	margin-bottom:50px;
}
#count:before{
	content:"";
	right:0;
	left:0;
	bottom:0;
	top:0;
	position:absolute;
	background-image:url(../images/bg/bg53.png);
	background-repeat:no-repeat;
	background-position:center;
	opacity:0.1;
	animation:movescale 5s linear infinite;
	-webkit-animation:movescale 5s linear infinite;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
	position:relative;
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
#count .width.scroll ul li{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.count_all {
	width: 100%;
	padding: 0px 10px;
}
.count_all b{
	float:right;
	width: 80px;
	height: 80px;
	line-height: 80px;
	display:block;	
	position: relative;
	border-radius: 100%;
	background:linear-gradient(270deg, rgba(250, 86, 116, 0.2) 0%, rgba(96, 101, 213, 0.1) 100%);
}
.count_all span {
	color: #fff;
	text-align: center;
	border-radius: 100%;
	z-index: 133;
	display: block;
	width: 70px;
	height: 70px;
	font-weight:400;
	line-height:70px;
	font-size:30px;
	margin-right: 5px;
	margin-top: 5px;
}
.count_all div {
	overflow: hidden;
	margin-right:120px;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all h2:before{
	content:"";
	width:15px;
	height:2px;
	background:#fff;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size:40px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position: relative;
}
/*end count*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	margin-bottom:50px;
	overflow:hidden;
}
#aboutus .width{
	position:relative;
	display:table;
}
.aboutus_right {
	width: 45%;
	vertical-align: top;
	display: table-cell;
	height:100%;
	position: relative;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
#aboutus .width.scroll .aboutus_right,#aboutus .width.scroll .aboutus_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right img{
	width:85%;
	height:80%;
	object-fit:cover;
	border-radius:50px;
	display:block;
	position:absolute;
	top:20px;
	right:0;
	bottom:0;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-left:40px;
	padding-top:25px;
	display:table-cell;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
.aboutus_left_txt {
	font-size: 14px;
	padding-left:10px;
	font-weight: 400;
	text-align:justify;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	padding-bottom:20px;
	margin-bottom:20px;
	clear: both;
	line-height: 2;
}
.data_list {
	position: relative;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom:20px;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	width: 50%;
	padding:10px 0px;
	float:right;
}
.data_list li h1{
	font-weight:400;
	margin-right:35px;
	font-size:12px;
}
.data_list li i{
	vertical-align:middle;
	float:right;
	display:block;
	font-style:normal;
}
#aboutus_tabled {
	clear: both;
}
.aboutus_tabled_loop {
	float: right;
	width: 33.33%;
	position:relative;
}
.aboutus_tabled_loop:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	background: rgba(0,0,0,0.1);
	left: 20px;
	top: 20px;
}
.aboutus_tabled_loop:last-child:after{
	display:none;
}
.aboutus_tabled_txt1 h2 {
	float: right;
	display: block;
	font-size: 50px;
	font-weight: 700;
	color: #c73236;
	line-height: 1;
}
.aboutus_tabled_txt1 p {
	margin-right: 65px;
	padding-top: 2px;
	font-size: 13px;
}
.aboutus_tabled_txt2 {
	padding-top: 10px;
}
.aboutus_tabled_txt1 {
	padding-top: 9px;
}
.aboutus_tabled_txt2 span {
	float: right;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 15px;
	background: #c73236;
	color: #fff;
}
.aboutus_tabled_txt2 p {
	margin-right: 55px;
}
.aboutus_tabled_txt2 p i {
	font-style: normal;
	font-size: 13px;
	text-transform: capitalize;
}
.aboutus_tabled_txt2 p b {
	font-weight: 400;
	color: #222;
	font-size: 13px;
}
.slider_info {
	position: absolute;
	right: 0;
	bottom:10px;
}
.slider_info_img{
	float:right;
}
.slider_info h2 {
	float: right;
	margin-right: -15px;
	font-weight: 400;
	color: #555;
	font-size: 14px;
	padding-top: 35px;
}
.slider_info_img img{
	width:50px;
	height:50px;
	object-fit:cover;
	object-position:top;
	border-radius:50%;
	display:block;
	float:right;
	position:relative;
	border:2px solid rgba(255,255,255,1);
}
.slider_info_img img:nth-child(2){
	right:-15px;
}
.slider_info_img img:nth-child(3){
	right:-30px;
}
.slider_info_img img:nth-child(4){
	right:-45px;
}
/*end aboutus*/
/*start contactus*/
#contactus{
	float:right;
	width:100%;
	overflow:hidden;
	padding:90px 0px;
	position:relative;
	color:#bbb;
	background:#131C30;
	margin-bottom:60px;
}
#contactus:before{
	content:"";
	position:absolute;
	top:0;
	left:-100px;
	width:40%;
	bottom:0;
	background:url(../images/bg/bg52.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	opacity:0.08;
	animation:moveleftbounce 5s linear infinite;
	-webkit-animation:moveleftbounce 5s linear infinite;
}
#contactus:after{
	content:"";
	position:absolute;
	top:0;
	right:-100px;
	width:40%;
	bottom:0;
	background:url(../images/bg/bg54.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	opacity:0.08;
	animation:moverightbounce 5s linear infinite;
	-webkit-animation:moverightbounce 5s linear infinite;
}
.contactus_left{
	float:right;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
#contactus .width.scroll .contactus_left,#contactus .width.scroll .contactus_right{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.contactus_left h2 {
	font-weight: 700;
	font-size: 37px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}
.contactus_left p {
	font-size: 16px;
}
.contactus_right {
	float: left;
	margin-top: 24px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
/*end contactus*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
	position:relative;
}
#services2 .width{
	position:relative;
}
.services2_left .pages_title span{
	font-size:17px;
	margin-top:40px;
	margin-bottom:20px;
	display:block;
}
.services2_left{
	position:sticky;
	overflow:hidden;
	top:130px;
	width:33.33%;
	float:right;
}
.services2_right{
	float:left;
	width:66.666%;
	padding-right:90px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,-200px,0) translateY(0%);
}
#services2 .width.scroll .services2_right{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.servicess li {
	display: block;
	float: right;
	width: 100%;
	padding:20px 0px;
	overflow: hidden;
}
.servicess li:nth-child(2n+2) .serv_rights b,.servicess li:nth-child(2n+2) .serv_alls{
	background:#97a3a3;
}
.servicess li:nth-child(3n+3) .serv_rights b,.servicess li:nth-child(3n+3) .serv_alls{
	background:#d5897d;
}
.serv_alls {
	background: #9d9991;
	position:relative;
	overflow:hidden;
	padding:30px;
	border-radius: 12px;
}
.serv_rights {
	position: relative;
	width: 306px;
	height: 230px;
	float: right;
}
.serv_rights b {
	position: absolute;
	background: #9d9991;
	width: 55px;
	height: 55px;
	line-height: 55px;
	top: -8px;
	left: -5px;
	font-weight:600;
	color: #fff;
	border-radius: 0px 0px 12px 0px;
	text-align: center;
	font-size: 17px;
}
.serv_rights img {
	width: 100%;
	height:100%;
	border-radius: 12px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_lefts {
	overflow: hidden;
	margin-right:330px;
}
.serv_lefts h2 {
	font-weight: 700;
	font-size: 25px;
	display: block;
	margin-bottom: 15px;
	color: #fff;
}
.serv_lefts p {
	display: block;
	color:#fff;
	overflow: hidden;
	margin-bottom:5px;
}
.servicess li ol{
	margin-top:20px;
}
.servicess li ol li {
	padding: 5px 0px;
	color:#fff;
}
.servicess li ol li:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background:#c73236;
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
}
.servicess li a{
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:21px;
	color:#c73236;
	background:#fff;
	border-radius: 0px 12px 0px 0px;
	position:absolute;
	bottom:0;
	left:0;
}
.servicess li a:before{
	content:"\e91b";
	font-family:iconmoon;
}
.servicess li a:hover{
	color:#c73236;
}
/*end services2*/
/*start inside title*/
.page_inside_title{
	margin-bottom:40px;
	clear:both;
	overflow:hidden;
	float:right;
	width:100%;
	position:relative;
}
.page_inside_title:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #c73236;
	width: 5px;
	border-radius: 10px;
}
.page_inside_title h1{
	margin-right:30px;
	color:#c73236;
	font-weight:700;
	font-size:15px;
	margin-bottom:15px;
}
.page_inside_title h2{
	margin-right:30px;
	color:#2a3447;
	line-height:1.2;
	text-transform:uppercase;
	font-weight:700;
	font-size:40px;
}
/*end inside title*/
/*start aboutus3*/
#aboutus3{
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:70px;
}
.aboutus3{
	display:table;
	width:100%;
}
#aboutus3 .aboutus3.scroll .aboutus3_right,#aboutus3 .aboutus3.scroll .aboutus3_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus3_right{
	position:relative;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
.aboutus3_right img.fly_about{
	position:absolute;
	left:-120px;
	top:80px;
	width:auto;
	height:400px;
	webkit-animation: movetopbounce 5s linear infinite;
	animation:movetopbounce 5s linear infinite;
}
.aboutus3_left{
	width:60%;
	display:table-cell;
	vertical-align:middle;
	padding:0px 100px 0px 140px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
.aboutus3 .aboutus3_left {
	padding-right: 150px;
}
.aboutus3_list {
	clear: both;
}
.aboutus3_left p{
	font-size:15px;
	text-align:justify;
	color:#666;
	margin-bottom:25px;
}
.aboutus3_list li a {
	display: block;
	padding: 20px 0px;
	font-size: 17px;
	color: #333;
	border-top: 1px solid #eae5da;
	font-weight: 400;
	position: relative;
}
.aboutus3_list li:last-child a{
	border-bottom: 1px solid #eae5da;
}
.aboutus3_list li a:after {
	content: "\f177";
	font-family: FontAwesome;
	color: #c73236;
	position: absolute;
	left: 10px;
	top: 20px;
}
.aboutus3_list li a:hover{
	color:#c73236;
}
.aboutus3_right {
	display:table-cell;
	width: 40%;
	height:100%;
}
.aboutus3_right img{
	width:100%;
	height:100%;
	object-fit:cover;
}
/*end aboutus3*/
/*start teams*/
#teams{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
	position:relative;
}
.teams_left{
	float:right;
	width:40%;
}
.teams_right{
	width:60%;
	float:left;
	padding-right:90px;
}
.teams_left .pages_title span{
	font-size:15px;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}
.teams_rate {
	background: #97a3a3;
	height: 119px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom:30px;
	float: right;
}
.teams_rate b {
	font-weight: 600;
	float: right;
	line-height: 119px;
	padding: 0px 20px;
	font-size: 70px;
	color: #fff;
	border-left: 1px solid rgba(0,0,0,0.05);
}
.teams_rate_txt {
	margin-right: 128px;
	color:#fff;
	padding: 27px 30px 0px;
}
.my_star{
	overflow:hidden;
}
.my_star span{
	font-family:FontAWesome;
	font-size:19px;
	font-weight:normal;
	color:#c73236;
	margin:0px 1px;
}
.my_star span:before{
	content:"\f005";
}
.teams_rate_txt i {
	font-style: normal;
	font-size: 15px;
}
.teams_arrow{
	clear:both;
	overflow:hidden;
}
.teams_arrow_left,.teams_arrow_right{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background:#fff;
	display:block;
	font-size:25px;
	text-align:center;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	float:right;
	cursor:pointer;
	margin-right:10px;
}
.teams_arrow_right:before{
	font-family:FontAwesome;
	content:"\f104";
}
.teams_arrow_left:before{
	font-family:FontAwesome;
	content:"\f105";
}
.teams_arrow_right:hover,.teams_arrow_left:hover{
	color:#fff;
	background:#c73236;
}
.partners_slide2{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	direction:ltr;
}
.partners_slide2.slick-initialized {
	visibility:visible;
}
.partners2 li{
	width:100%;
	float:right;
}
.partners_all2{
	background:#97a3a3;
	position:relative;
	border-radius:15px;
	overflow:hidden;
	color:#fff;
	padding:100px 40px 40px;
}
.partners_all2 b {
	background: #fff;
	position: absolute;
	width: 138px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	right: 0px;
	top: 0px;
	border-radius: 0px 0px 0px 12px;
	font-weight: normal;
	color: #c73236;
	font-size: 50px;
}
.partners_all2 b:before{
	font-family:FontAwesome;
	content:"\f10e";
}
.partners_all2 p {
	font-size: 18px;
	padding: 25px 0px;
	line-height:2;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
	margin-bottom: 25px;
}
.partners_all2_name {
	float: right;
	overflow: hidden;
}
.partners_all2_name img {
	float: right;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
	width: 70px;
}
.partners_all2 .partners_all2_name p {
	font-size: 23px;
	padding: 0px;
	border: none;
	margin-bottom: 0;
	margin-right: 90px;
	line-height:normal;
	display: block;
	color: #fff;
}
.partners_all2 .partners_all2_name p i {
	font-style: normal;
	display: block;
	font-size: 14px;
	color: #fff;
}
.slick-dots {
	position: absolute;
	background: #fff;
	width: 138px;
	height: 80px;
	border-radius: 0px 12px 0px 0px;
	bottom: 72px;
	left: 0px;
	text-align: center;
	padding-top: 30px;
}
.partners2 .slick-dots li{
	float:none;
	display:inline-block;
	width:auto;
	padding:5px;
}
.partners2 .slick-dots li button {
  border: none;
  font-size: 0px;
  display: block;
  width: 10px;
  height: 10px;
  background: #c73236;
  border-radius: 50%;
  cursor: pointer;
}
/*end teams*/
.new_post_box li {
	display: block;
	float: right;
	width: 33.33%;
	overflow: hidden;
	padding: 5px;
}
.new_post_box li a {
	height: 410px;
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.new_post_box_img {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
}
.new_post_box_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.new_post_box li a:hover .new_post_box_img img{
	transform:scale(1.1);
}
.new_post_box {
	max-width: 999px;
	margin: 0px auto 0px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	top: -65px;
}
.new_post_box li a:hover h2{
	opacity:1;
}
.new_post_box li a h2 {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	font-weight: normal;
	color: #fff;
	z-index:200;
	font-size: 18px;
	margin-top: -20px;
	opacity:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.new_post_box_shadow {
	background: #2a3447;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index:150;
	opacity: 0;
	width:100%;
	height:100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.new_post_box li a:hover .new_post_box_shadow{
	opacity:0.6;
}
