/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:Montserrat,cairo, sans-serif;
	font-size:16px;
	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:#2cc9be;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#d67637;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	max-width:1400px;
	margin:0px auto;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border:2px 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:55px;
	height:55px;
	background:rgba(0,0,0,0.2);
	border:2px solid transparent;
}
.circle.circle_link .circles{
	display:none;
}
.circles{
	width:8px;
	height:8px;
	border-radius:50%;
	background:rgba(0,0,0,0.3);
	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: 16px;
	display: inline-block;
	font-weight: 600;
	height: 50px;
	top:0;
	line-height: 50px;
	position: relative;
	border-radius:50px;
	text-transform: uppercase;
	background: #2cc9be;
	overflow: hidden;
	z-index: 888;
	padding: 0px 35px;
}
.play_more a svg {
	display: inline-block;
	width: 14px;
	height: 14px;
	fill: #fff;
	margin-left: 10px;
}
.play_more a:hover{
	box-shadow:7px 10px 15px 0px rgba(0, 0, 0, 0.26666666666666666);
	background:#19213f;
	top:-2px;
}
/*end more*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 96px;
	float: right;
	clear: both;
	position: fixed;
	top: 0;
	right: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled #header{
	background:#fff;
	box-shadow:0px 3px 10px 0px rgba(28,47,80,.08);
}
#header .width{
	position:relative;
}
.logo {
	float: left;
	padding-top:28px;
	text-align:center;
}
.logo img {
	height: 45px;
	filter: brightness(0) invert(1);
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled #header .logo img{
	filter:unset;
}
.nav {
	float:right;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 15px;
}
.nav li a {
	display: block;
	color: #fff;
	line-height: 96px;
	font-weight:700;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
}
body.scrolled #header .nav li a{
	color:#333;
}
.nav li.has_sub a:before{
	content:"\e0b2";
	font-family:MaterialSymbolsOutlined;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#2cc9be;
	position:absolute;
	top:-1px;
	left: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:#2cc9be;
	line-height:85px;
}
body.scrolled #header .nav li a:hover{
	color:#2cc9be;
}
.nav li:hover .sub{
	top:86px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	border-radius:2px;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	background:#fff;
	width:255px;
	left: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{
	display:none;
}
.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:600;
	border-left:none;
}
.nav li .sub ul li a:hover{
	color:#2cc9be;
}
.nav li .sub ul li:last-child a{
	border-bottom:none;
}
/*end header*/
/*start social*/
.social li,#social li{
	display:block;
	position:relative;
	float:left;
}
.social li a,#social li a {
	color:#555;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:65px;
	line-height: 65px;
}
.social li a svg,#social li a svg{
	fill:rgba(33,33,33,1);
	width:18px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#social li a svg{
	fill:#fff;
	width:20px;
}
.social li a:hover svg,#social li a:hover svg{
	fill:#2cc9be;
}
#social li a:hover svg{
	transform:scale(1.2);
}
/*end social*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#2cc9be;
	z-index:66500;
	cursor:pointer;
	font-size:18px;
	right:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:55px;
	font-weight:700;
	text-transform:uppercase;	
	height:55px;
	border-radius:50%;
}
.toTop b {
	border-radius: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.toTop b svg {
	height: 100%;
	width:100%;
	fill:transparent;
}
.toTop b path{
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	stroke:#022dd9;
	stroke-width:4;
}
.toTop:before{
	font-family:MaterialSymbolsOutlined;
	display:block;
	font-weight:normal;
	content:"\f4b5";
}
/*end totop*/
/*start footer*/
#footer{
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	padding:150px 0px;
	background:#102266;
	position:relative;
}
#footer:before{
	content:"";
	position:absolute;
	left:0;
	right:55%;
	top:0;
	bottom:0;
	background:#fff;
}
#footer:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #102266;
	width: 55px;
}
.foot_name {
	position: absolute;
	transform: rotate(-90deg);
	color: #fff;
	left: -180px;
	z-index: 100;
	letter-spacing: 6px;
	bottom: 202px;
}
.foot_img{
	float:right;
	width:55%;
	text-align:center;
}
.foot_img img {
	height: 130px;
}
.foot_left {
	float: left;
	width: 45%;
	text-align: center;
	position: relative;
	z-index: 100;
}
#footer .social li{
	display:inline-block;
	margin:0;
	float:none;
	padding:0px;
}
#footer .social li a{
	padding:0px 10px;
	line-height:normal;
	height:auto;
}
#footer .social li a svg{
	width:25px;
}
#footer .social li a:hover svg{
	transform:scale(1.2);
}
.copyrights {
	display: block;
	margin-top: 13px;
	margin-bottom: 15px;
	font-weight: 600;
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
}
.design{
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.foot_loop{
	right:55%;
	left:55px;
	padding:0px 20px 20px;
	position:absolute;
	bottom:0;
	text-align:center;
}
.foot_contact {
	padding:0px 15px;
	display: inline-block;
}
.foot_contact p{
	text-transform:capitalize;
	margin-bottom: 15px;
}
.foot_contact p b {
	position: relative;
	font-weight: 600;
	display: block;
	font-size:14px;
	margin-bottom: 22px;
}
.foot_contact p b svg {
	display: inline-block;
	vertical-align: -4px;
	width: 19px;
	fill: #333;
	margin-right: 12px;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	text-align:left;
	direction:rtl;
	background-color:#102266;
	overflow:hidden;
	margin-bottom:70px;
	width:100%;
	position:relative;
}
.slideshow_shape3{
	position: absolute;
	top: 80px;
	right: -401px;
	z-index:99;
	width: 1052px;
	height: 979px;
	background-image: url(../images/bg/bg38.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% 100%;
}
#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;
	width:60px;
	height:60px;
	line-height:60px;
	display:none;
	background:#2cc9be;
	text-align:center;
	position:absolute;
	bottom:0;
	color:#fff;
	right:135px;
	left:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:70px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	background:#102266;
	border-radius:10px 10px 0px 0px;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#121f32;
	opacity:0.85;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center;
}
.slider_cont{
	display:table;
	padding-top:150px;
	width:100%;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	width:48%;
	position:relative;
	text-align:center;
	z-index:100;
}
.slider_right img {
	width: auto;
	max-height:600px;
}
.slider_left{
	vertical-align:middle;
	width:52%;
	display:table-cell;
	padding-right:50px;
	padding-left:50px;
}
.slideshow_shape {
	background-image: url(../images/shape.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 30%;
	top: 160px;
	width: 124px;
	height: 124px;
	z-index: 999;
	margin-right: -87px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.slideshow_shape2 {
	background-image: url(../images/shape2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 20%;
	top: 165px;
	width: 55px;
	height: 55px;
	z-index: 999;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.cycle-slide-active .slider_cont .slider_right{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.cycle-slide-active .slider_cont .slider_left{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont h2 {
	position: relative;
	z-index: 888;
	font-weight: 900;
	line-height: 1.2;
	display: inline-block;
	text-transform:capitalize;
	color: #fff;
	text-shadow: 1px 1px 1px #231f20;
	font-size: 55px;
	margin-bottom: 35px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #bbb;
	line-height:2;
	font-size: 15px;
	font-weight:600;
	margin-bottom:20px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slide_download {
	clear: both;
	display: block;
	overflow: hidden;
}
.slide_download a {
	display: inline-block;
	margin:0px 5px;
}
.slide_download a img {
	height: 50px;
	background: #000;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 0;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start pages_title*/
.pages_title,.pages_title_slide{
	width:100%;
	float:left;
	margin-bottom:50px;
	position:relative;
}
.pages_title.pages_title_center{
	text-align:center;
}
.pages_title h1{
	font-weight:600;
	font-size:15px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#333;
}
.pages_title.withwhite h1{
	color:#bbb;
}
.pages_title h1 svg{
	width:10px;
	margin:0px 10px;
	display:inline-block;
	vertical-align:middle;
	fill:#022dd9;
}
.pages_title h2,.pages_title_slide h2{
	font-weight:700;
	font-size:50px;
	display:block;
	line-height:1.3;
	color:#111;
}
.pages_title.withwhite h2,.pages_title_slide.withwhite h2{
	color:#fff;
}
.pages_title_slide h2{
	float:left;
}
.pages_title_slide_arrow {
	float: right;
	margin-top: 25px;
}
.pages_title_slide_arrow span{
	cursor:pointer;
}
.pages_title_slide_arrow svg {
	width: 15px;
	fill: #333;
}
.page_title_prev {
	margin-right: 30px;
}
/*end pages_title*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	background-image:url(../images/bg/bg56.webp);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:100px;
	overflow:hidden;
	position:relative;
}
.services_left {
	float: left;
	width: 35%;
	position:relative;
	z-index:1000;
	padding-top:140px;
	padding-left:50px;
	padding-right:50px;
}
.services_left h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.2;
	text-transform: capitalize;
	display: block;
	margin-bottom: 20px;
}
.services_left p {
	font-weight: 600;
	display: block;
	margin-bottom: 25px;
}
.services_right{
	float:right;
	width:65%;
	position:relative;
}
.servicess{
	clear:both;
	display:block;
	overflow:hidden;
	margin:0;
	width:100%;
}
.servicess li {
	display: block;
	float: left;
	width: 33.33%;
	padding:0;
	overflow: hidden;
}
.serv_alls {
	position:relative;
	height:575px;
	display:block;
}
.serv_rights {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.servicess li:nth-child(2n+2) .serv_rights:after{
	background: #102266;
	opacity: 0.98;
}
.serv_rights:after {
	content: "";
	background: #2cc9be;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.98;
}
.serv_rights img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_lefts {
	padding:40px;
	position: absolute;
	overflow: hidden;
	bottom:0;
	left:0;
	right:0;
}
.serv_lefts h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid rgba(255,255,255,0.7);
	display: inline-block;
	padding: 3px 20px;
	border-radius: 50px;
	margin-bottom: 15px;
}
.serv_lefts h2 {
	font-weight: 700;
	font-size: 25px;
	text-transform: capitalize;
	color: #fff;
	line-height: 1.4;
	display: block;
	margin-bottom: 25px;
}
.serv_lefts p {
	display: block;
	color: #fff;
	overflow: hidden;
	margin-bottom:20px;
	font-size: 16px;
}
.servicess li:hover .serv_rights_info{
	opacity:1;
	transform:scale(1,1);
}
.serv_lefts i {
	overflow:hidden;
	display: block;
	height:0px;
	width: 50px;
	float: left;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size:17px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv_lefts i:before {
	content: "\e0b2";
	font-family: MaterialSymbolsOutlined;
	font-weight: 400;
}
.servicess li:hover i{
	height:50px;
}
.services_next,.services_prev{
	position:absolute;
	top:50%;
	z-index:1000;
	cursor:pointer;
	left:10px;
	margin-top:-10px;
}
.services_prev{
	left:auto;
	right:10px;
}
.services_next svg,.services_prev svg{
	width:18px;
	fill:rgba(255,255,255,0.5);
}
/*end services2*/
/*start post*/
#post{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.post li{
	display:black;
	width:100%;
	clear:both;
	position:relative;
	overflow:hidden;
	padding:3%;
}
.post li:nth-child(2) img{
	float:right;
}
.post li:nth-child(2) .post_txt{
	float:left;
}
.post li img{
	float:left;
	border-radius:10px;
	object-fit:cover;
	height:433px;
	margin-bottom:25px;
	width:50%;
}
.post_txt{
	float:right;
	width:48%;
	padding:90px 0.9375rem 0px;
}
.post_txt span {
	color: #2cc9be;
	margin-bottom:12px;
	display: block;
	font-size: 17px;
}
.post_txt p {
	display: block;
	font-weight: 700;
	font-size: 50px;
	line-height:1;
	margin-bottom: 35px;
}
.post_txt b {
	display: block;
	font-weight: 600;
	font-size: 16px;
}
.post a {
	clear: both;
	display: block;
	width: 53%;
	margin-right: 23.5%;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px;
	font-size: 17px;
	font-weight:600;
	color: #555;
	float: right;
}
.post a:hover{
	color:#000;
}
.post a img {
	vertical-align: middle;
	height: 14px;
	float: none !important;
	width: 35px;
	padding: 0;
	margin: 0 0px 0px 20px;
	-webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.post a:hover img {
	-webkit-animation: bounce 2s linear -0.4s;
	animation: bounce 2s linear -0.4s;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-webkit-keyframes bounceReverse {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
  40% {
    -webkit-transform: translateX(-10px) rotate(180deg);
            transform: translateX(-10px) rotate(180deg);
  }
  60% {
    -webkit-transform: translateX(-5px) rotate(180deg);
            transform: translateX(-5px) rotate(180deg);
  }
}
/*end post*/
/*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;
}
#aboutus4 .aboutus3.scroll .aboutus3_right,#aboutus4 .aboutus3.scroll .aboutus3_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
#aboutus4 .aboutus3_right{
	transform:translate3d(200px,0,0) translateY(0%);
}
#aboutus4 .aboutus3_left{
	transform:translate3d(-200px,0,0) translateY(0%);
	direction:ltr;
	padding:0px 100px 0px 140px;
}
.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_left{
	width:60%;
	display:table-cell;
	vertical-align:middle;
	padding:0px 140px 0px 100px;
	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-left: 150px;
}
.aboutus3_list {
	clear: both;
}
.aboutus3_left p {
	font-size: 16px;
	text-align: justify;
	color: #666;
	margin-bottom: 25px;
	font-weight: 600;
}
.aboutus3_list li a {
	display: block;
	padding: 20px 0px;
	font-size: 17px;
	color: #333;
	border-top: 1px solid #eae5da;
	font-weight: 600;
	position: relative;
}
.aboutus3_list li:last-child a{
	border-bottom: 1px solid #eae5da;
}
.aboutus3_list li a:after {
	content: "\f178";
	font-family: FontAwesome;
	color: #2cc9be;
	position: absolute;
	right: 10px;
	top: 20px;
}
.aboutus3_list li a:hover{
	color:#2cc9be;
}
.aboutus3_right {
	display:table-cell;
	width: 40%;
	height:100%;
}
.aboutus3_right img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.page_inside_title h1 {
	font-size: 17px;
	font-weight: 600;
	display: block;
	color: #2cc9be;
}
.page_inside_title h2 {
	font-size: 50px;
	line-height: 1.3;
	text-transform: capitalize;
	display: block;
	margin: 14px 0px;
}
/*end aboutus3*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#19213f;
	z-index:55550000;
}
.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*/
.foot_ul {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.foot_ul li {
	display: inline-block;
	margin: 5px 5px;
}
.foot_ul li a {
	font-size: 14px;
	color: #333;
}
.foot_ul li a:hover{
	color:#2cc9be;
}
.foot_ul li a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #2cc9be;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}
.foot_img p {
	clear: both;
	padding: 0px 40px;
	font-size: 13px;
	color: #bbb;
	display: block;
	margin-top: 25px;
}