/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:RobotoCondensed,BalooBhaijaan2, 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:#37b6e3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d90011;
	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 40px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  border:1px solid rgba(0,0,0,0.3);
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle.circle_link:before{
	width:40px;
	height:40px;
}
.circle:after{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#d90011;
	position:absolute;
	top:-3px;
	left:-3px;
}
.border_fix{
	position:fixed;
	top:0;
	bottom:0;
	right:25%;
	width:1px;
	background:#aaa;
	opacity:0.1;
	z-index:5000;
}
.border_fix2{
	position:fixed;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background:#aaa;
	opacity:0.1;
	z-index:5000;
}
/*end body*/
/*start more*/
.play_more,.play_more_all{
	display:inline-block;
	position:relative;
}
.play_more_all{
	overflow:hidden;
	position:relative;
	border-radius: 50px;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	height:55px;
	line-height:55px;
	border-radius:55px;
	position:relative;
	padding-left:30px;
	text-transform:uppercase;
	background:#d90011;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #ddc5c7;
	border-radius:55px;
	height: 55px;
	left: 10px;
	right: -6px;
	top: 6px;
	opacity: 0.3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:after {
	content: "\f41f";
	font-family: MaterialSymbolsOutlined;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	float: right;
	text-align: center;
	margin-left: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-right: 10px;
}
.play_more a:hover{
	color:#fff;
}
.play_more a b {
	background-color: #000000;
	height: 150px;
	left: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	width: 40px;
	opacity: 0;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.play_more a:hover b{
	left: 120%;
	opacity: 0.45;
}
.play_more_all a {
	border-radius: 50px;
	position: relative;
	color: #000;
	display: block;
	overflow: hidden;
	text-align: center;
	font-weight:600;
	font-size: 16px;
	text-transform: capitalize;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px 40px;
}
.play_more_all a:hover{
	color:#fff;
}
.play_more_all .su_button_circle{
	background:#d90011;
	position:absolute;
	border-radius: 50%;
	width:0;
	height:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more_all a:after{
	content:"\f1e1";
	font-weight:400;
	vertical-align:middle;
	margin-right:5px;
	font-family:MaterialSymbolsOutlined;
}
.explode-circle {
   animation: explode 1s forwards;
	border-radius:50px;
}
.desplode-circle{
   animation: desplode 1s forwards;
	border-radius:50px;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	float:right;
	display:block;
	z-index:2000;
	font-weight:600;
	height:65px;
}
.s_contact.s_contact2{
	float:right;
	margin-right:145px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;	
	padding:0px 10px;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:#bbb;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	line-height:65px;
}
.s_contact li e {
	position: absolute;
	bottom: 20px;
	right:25px;
	height: 1px;
	right:100%;
	background: #d90011;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.s_contact li:hover e{
	left:0;
}
.s_contact li span{
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:middle;
	display:inline-block;
	font-size:16px;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:MaterialSymbolsOutlined;
}
.s_contact li.phone a:before{
	content:"\f5d1";
}
.s_contact li.mail a:before{
	content:"\e6c2";
}
.s_contact li.mapi span:before{
	content:"\e0c8";
}
.s_contact li a:hover{
	color:#fff;
}
/*end top*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	float: right;
	clear: both;
	position: absolute;
	top: 65px;
	right: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	margin-top: -36px;
}
.logo img {
	height: 125px;
}
.header {
	background: rgba(0,0,0,0.4);
	border-radius: 100px;
	margin-right: 145px;
}
.get_qoute {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}
.nav {
	position: relative;
	margin-right:40px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a {
	display: block;
	color: #fff;
	line-height: 95px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}
.nav li.has_sub a:before{
	content:"\e0b2";
	font-family:MaterialSymbolsOutlined;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
	margin-left:12px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#d90011;
	position:absolute;
	top:-1px;
	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:after,.nav li:hover a:after,.nav li.current a:after{
	width:100%;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#d90011;
	line-height:85px;
}
.nav li:hover .sub{
	top:105px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	border-radius:25px;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	background:#fff;
	width:245px;
	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:"\f197";
	font-family:MaterialSymbolsOutlined;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	margin-right:8px;
}
.nav li .sub ul li a{
	display:block;
	padding:14px 15px;
	color:#333;
	font-size:14px;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
.nav li .sub ul li a:hover{
	background-color:#d90011;
	border-bottom:1px dashed #d90011;
	border-radius:50px;
	color:#fff;
	padding-right:17px;
}
.nav li .sub ul li:last-child a{
	border-bottom:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:#E5E5E5;
	box-shadow:0px 13px 24px -23px rgba(0, 0, 0, 0.75);
	width:100%;
	height:90px;
	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;
}
.nav_fix .logo {
	margin: 10px 0px 0px;
	top: 0;
}
.nav_fix .logo img {
	height: 65px;
}
.nav_fix .nav li a{
	color:#555;
}
/*end head_fix*/
/*start footer*/
#footer{
	float:right;	
	width:100%;
	clear:both;
	padding:290px 0px 0px;
	background:#1e3359;
	overflow:hidden;
	position:relative;
	border-bottom:10px solid #d90011;
}
#footer:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	height: 210px;
	background-repeat: no-repeat;
	background-image: url(../images/bg/bg58.png);
	opacity: 1;
	z-index: 100;
	background-size: 100% 100%;
}
#footer .width{
	position:relative;
}
.bottom_slice2 {
	position: absolute;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	background: url(../images/bg/bg93.png);
	background-position:center;
	background-size:cover;
	animation:movescale 5s linear infinite;
	opacity:0.5;
}
#footer .play_more{
	margin:0px 15px;
}
#footer .play_more:first-child{
	margin-left:0;
}
#footer .play_more:last-child a{
	background:#37b6e3;
}
.foot{
	clear:both;
	overflow:hidden;
}
.foot_loop{
	width:33.33%;
	float:right;
	padding:0px 20px;
	margin-bottom:30px;
	color:#bbb;
	position:relative;
	z-index:1000;
	overflow:hidden;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:15px;
	line-height:2;
}
.foot_logo img {
	height: 80px;
	display: block;
	margin-bottom:20px;
}
.foot_loop h2{
	font-weight:700;
	font-size:19px;
	margin-bottom:25px;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.07);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:4px;
	background-color:#d90011;
	display:block;
	margin-top:15px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color:#bbb;
	display: block;
	font-size: 15px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.05);
	color:#bbb;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 15px;
	font-weight:600;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 600;
	padding-right: 13px;
}
.foot_contact p b:before {
	font-family:MaterialSymbolsOutlined;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #d90011;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: -5px;
	right: -20px;
}
.foot_contact p b.foot_map:before{
	content:"\e0c8";
}
.foot_contact p b.foot_phone:before{
	content:"\f5d1";
}
.foot_contact p b.foot_mail:before{
	content:"\e6c2";
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_maps{
	overflow: hidden;
	display: block;
	width: 100%;
	border-radius: 20px;
	border: 10px solid rgba(255,255,255,0.1);
}
.foot_maps iframe {
	width: 100% !important;
	display:block;
	height: 295px !important;
}
/*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.05);
	color:#bbb;
	font-size:15px;
	font-weight:600;
	margin-top:0px;
	position:relative;
	text-transform:uppercase;
	z-index:1000;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	position:relative;
	z-index:500;
	line-height:80px;
}
#bottom .social{
	float:right;
	margin-right:90px;
}
#bottom .social li{
	float:right;
	display:block;
}
#bottom .social li a {
	display: block;
	width: 40px;
	text-align: center;
	height: 80px;
	line-height: 90px;
}
#bottom .social li a svg {
	fill: #fff;
	width: 20px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
#bottom .social li a:hover svg{
	fill:#d90011;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#aaa;
	z-index:66500;
	cursor:pointer;
	font-size:18px;
	right:60px;
	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(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:#d90011;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before{
	font-family:MaterialSymbolsOutlined;
	display:block;
	font-weight:normal;
	content:"\f4b5";
}
.toTop:hover{
	color:#d90011;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	margin-bottom:60px;
	width:100%;
	background-color:#1e3359;
	float:right;
	position:relative;
}
.slider_blocks{
	position:absolute;
	top:0;
	right:0;
	left:0;
	display:none;
	bottom:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.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{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.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%;
	padding-top:20px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_center{
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.6;
	border-bottom:1px solid #d90011;
	display: inline-block;
	text-transform:capitalize;
	color: #fff;
	font-size:40px;
	margin-bottom: 25px;
}
.slider_cont h1{
	color:#bbb;
	max-width:1000px;
	margin:0px auto;
	font-weight:400;
	font-size:19px;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:#000;
	opacity:0.5;
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	position:absolute;
	bottom:0px;
	right:0;
	clear:both;
	border:none !important;
	z-index:2000;
	display:block;
	overflow:hidden;
	width:100%;
}
#newsbar .width{
	margin:0;
}
#news-tick {
	border: none !important;
	overflow: hidden;
	height: 80px !important;
	position: relative;
	display: block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 700;
	text-transform:uppercase;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 80px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:80px;
	padding:0;
	border:none;
	width:33.33%;
	color:#bbb;
	font-weight:normal;
	font-size:15px;
	font-family:MaterialSymbolsOutlined;
}
.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:"\e5cb";
}
.bn-next:before{
	content:"\e5cc";
}
.bn-action:before{
	content:"\e034";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\e037";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#d90011;
}
.bn-news {
	border:none !important;
	margin-right: 20px;
	margin-left: 115px;
	height: 80px;
	direction:rtl;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #bbb;
	font-weight:600;
	line-height: 80px;
	height: 80px;
}
.bn-news li a:hover{
	color: #37b6e3;
}
/*end newsbar*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #666;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 700;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #d90011;
	top:9.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title.withwhite h1{
	color:#bbb;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #d90011;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 35px;
	color: #1e3359;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 16px;
}
.pages_title p{
	height:5px;
	width:60px;
	border-radius:5px;
	position:relative;
	margin:20px 0px 0px;
	background:#d90011;
	display:block;
}
.pages_title.withwhite p:before,.pages_title.withwhite p:after{
	background:#13244D;
}
.pages_title p:before{
	content:"";
	width:2px;
	height:15px;
	background:#fff;
	position:absolute;
	left:15px;
	top:-4px;
	transform:rotate(-45deg);
}
.pages_title p:after{
	content:"";
	width:2px;
	height:15px;
	background:#fff;
	position:absolute;
	left:45px;
	top:-4px;
	transform:rotate(-45deg);
}
/*end pages title*/
/*start blur*/
.blur_image{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	-moz-transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
}
.blur_image img{
	-moz-transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
/*end blur*/
/*start info*/
#info{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:50px;
	position:relative;
	contain: paint;
}
.info_list{
	padding:0px;
}
.info_list li{
	float:right;
	width:33.33%;
	padding:15px;
	position:relative;
	overflow:hidden;
}
.info_all:before {
	background-color: #d90011;
	content: "";
	height: 450px;
	right: -75px;
	position: absolute;
	top: 0px;
	transform: rotate(35deg);
	width: 80px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.info_list li.itshover .info_all:before{
	right: 120%;
	opacity: 0.45;
}
.info_all {
	padding: 20px;
	border: 1px solid #ccc8c7;
	border-radius: 30px;
	background:#fff;
	overflow:hidden;
}
.info_all_img{
	margin-bottom:30px;
	width:100%;
	height:250px;
	position:relative;
	border-radius:30px;
	overflow:hidden;
}
.info_all_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.info_all_img .blur_image img:first-child{
	transform:translateX(50%) scaleX(2);
	opacity:0;
	filter:blur(10px);
}
.info_list li:hover .blur_image img:first-child {
	transform: translateX(0) scaleX(1);
	opacity: 1;
	filter: blur(0);
}
.info_list li:hover .blur_image img:last-child {
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}
.info_all h2 {
	font-weight:600;
	font-size: 25px;
	line-height: 1.2;
	display: block;
	margin-bottom: 25px;
}
.info_all p {
	font-size: 16px;
	display: block;
	color: #555;
	padding-bottom:30px;
}
.info_list li b{
	width:61px;
	height:61px;
	background:#fff;
	position:absolute;
	bottom:15px;
	left:15px;
}
.info_all .play_more_all{
	background:#1e3359;
}
.info_all .play_more_all a{
	color: #fff;
}
/*end info*/
/*start aboutus*/
#aboutus2{
	clear:both;
	display:block;
	float:right;
	width:100%;
	position:relative;
	background:#0e2f7e;
	padding-top:100px;
	padding-bottom:70px;
	margin-bottom:100px;
	overflow:hidden;
}
img.data_img{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:100%;
	width:100%;
	object-fit:cover;
	opacity:0.5;
	object-position:center;
}
#aboutus2 .width{
	position:relative;
}
.aboutus_right2 {
	width: 50%;
	display: block;
	float: right;
	padding-left:70px;
	padding-top:75px;
}
.aboutus_right2 h2 {
	font-weight: 600;
	font-size:40px;
	line-height:1.6;
	color: #fff;
	display: block;
	text-transform:capitalize;
	margin-bottom: 20px;
}
.aboutus_right2 p{
	font-weight:400;
	font-size:17px;
	color:#bbb;
	display:block;
	line-height:2;
	margin-bottom:30px;
}
.aboutus_left2{
	display:block;
	width:50%;
	float:left;
}
.aboutus_slide2{
	clear:both;
	display:block;
	overflow:hidden;
}
.aboutus_slide2 li img{
	width:100%;
	height:auto;
}
#aboutus2 .play_more_all a{
	color:#fff;
	border-color:rgba(255,255,255,0.1);
}
/*end aboutus*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#1e3359;
	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;
}
/*end load*/
/*start data*/
#data{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
#data .pages_title h2{
	font-size:35px;
	color:#1e3359;
}
.data_list {
	width: 100%;
	text-align:center;
	height: 100%;
}
.data_list li span{
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:60px;
	color:#000;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:center;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size:40px;
}
.data_list li p {
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
	color: #666;
	height: 185px;
	margin-bottom: 20px;
}
.data_list li p b {
	display: block;
	color: #0f2e4b;
	font-weight: 700;
	font-size: 18px;
	text-transform:capitalize;
	margin-bottom: 15px;
	height: 60px;
	overflow: hidden;
}
.data_list li {
	display: block;
	float: right;
	padding:10px 20px;
	width:33.33%;
}
.data_list li a{
	text-transform:uppercase;
}
.data_all{
	background:#fff;
	position:relative;
	border:1px solid #e7f1f2;
	border-radius:5px;
	padding:40px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_all:hover{
	box-shadow:0 7px 15px 3px rgba(84,82,84,.1);
}
.data_list.data_list2 li {
	width: 50%;
	text-align: right;
}
.data_list.data_list2 li span {
	margin: 0px 0px 40px;
}
.data_list.data_list2 li b {
	height: 30px;
	margin-bottom: 10px;
	font-size: 17px;
}
.data_list.data_list2 li p {
	font-size: 17px;
	height: 140px;
}
.data_all img{
	height:70px;
}
.data_list.data_list2 .data_all:hover a {
	opacity:1;
}
.data_list.data_list2 li a {
	position: absolute;
	text-transform:uppercase;
	left: 30px;
	top: 60px;
	opacity:0;
}
/*end data*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	margin-bottom:0px;
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.contactus_top,.contactus_bottom{
	width:100%;
	clear:both;
	float:right;
}
.contactus_img{
	float:right;
	width:50%;
}
.contactus_img img{
	object-fit:cover;
	width:100%;
	height:400px;
	border-radius:20px;
}
.contactus_desc{
	float:right;
	width:50%;
	padding-right:80px;
	padding-top:35px;
}
.contactus_desc h2{
	font-weight: 600;
  display: block;
  font-size: 35px;
  margin-bottom:8px;
}
.contactus_desc p{
	font-size:16px;
	color:#555;
	margin-bottom:15px;
}
.contactus_desc ul{
	margin:0px -10px;
}
.contactus_desc ul li {
	float: right;
	width: 50%;
	padding: 10px;
}
.contactus_desc ul li span {
	float: right;
	margin-left: 11px;
	color: #d90011;
}
.contactus_desc ul li b {
	font-weight: 600;
}
.contactus_left{
	float:left;
	width:55%;
	position:relative;
	background:#fff;
	border-radius:20px;
	margin-top:-90px;
	padding:50px;
}
.contactus_left h2{
	font-weight:600;
	display:block;
	font-size:35px;
	margin-bottom:25px;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:49%;
	float:right;
	position:relative;
	border:1px solid #ccc8c7;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:RobotoCondensed,BalooBhaijaan2, sans-serif;
	width:100%;
	padding-right:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:none;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:RobotoCondensed,BalooBhaijaan2, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:150px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#d90011;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:15px;
	font-family:RobotoCondensed,BalooBhaijaan2, sans-serif;
	font-weight:700;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#0f2e4b;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right{
	float:right;
	width:45%;
	padding:100px 0px;
}
.contactus_right p {
	font-size: 17px;
	color: #555;
	display: block;
	margin-bottom: 40px;
}
.contactus_right_social li {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
	float: right;
}
.contactus_right_social li:last-child{
	margin-bottom:0;
}
.contactus_right_social li span {
	float: right;
	color: #d90011;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	display: block;
}
.contactus_right_social_txt {
	margin-right: 60px;
	padding-top: 6px;
}
.contactus_right_social_txt h6 {
	font-weight: 400;
	font-size: 14px;
	color:#555;
	display: block;
	margin-bottom: 2px;
	line-height: 1.2;
}
.contactus_right_social_txt h4 {
	font-weight: 400;
	font-size: 17px;
}
/*end contactus*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	overflow:hidden;
	padding:60px 0px;
	margin-bottom:70px;
	background:#0e2f7e;
	position: relative;
}
#partners .pages_title{
	position:relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:10px;
	height:150px;
	border-radius:10px;
	margin: 0px auto;
	border:1px solid rgba(255,255,255,0.1);
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	background: #fff;
}
.partners_all img{
	display:block;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	position:relative;
	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;
	background: none;
	border:2px solid rgba(255,255,255,0.1);
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#d90011;
}
/*end partners*/