
body {
    background-color: #fff;
	font-family:'PingFang Regular', 'Arial', sans-serif;
    line-height: 1.5;
    color: #333;
}
@font-face {
	font-family:PingFang Regular ;
	src: url('../fonts/PingFang Regular.ttf');
}
@font-face {
	font-family: PingFang Bold;
	src: url('../fonts/PingFang Bold.ttf');
}
@font-face {
	font-family: PingFang ExtraLight;
	src: url('../fonts/PingFang ExtraLight.ttf');
}
@font-face {
	font-family: PingFang Heavy;
	src: url('../fonts/PingFang Heavy.ttf');
}
@font-face {
	font-family: PingFang Light;
	src: url('../fonts/PingFang Light.ttf');
}
@font-face {
	font-family: PingFang Medium;
	src: url('../fonts/PingFang Medium.ttf');
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

a {
    color: #fff;
	
	-webkit-transition: all .3s ease-in 0s;
	   -moz-transition: all .3s ease-in 0s;
		 -o-transition: all .3s ease-in 0s;
			transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
a:focus, a:hover {
    color: #fff;opacity: 1 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: oswald;
    font-weight: 400;
}
.container{
	width: 90%;
}

.kill-margin-bottom {
	margin-bottom: 0 !important;
}

.btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
	border-radius: 0;
    margin-top: 15px;
	
	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.btn:focus {
	color: #ddd;
}

.btn-green {
    background-color: #6cb670;
}

.btn-green:focus, 
.btn-green:hover {
    background-color: #2F383D;
	color: #fff;
}

.btn-transparent {
	border: 1px solid #4e595f;
}

.btn-transparent:focus {
    background-color: transparent;
    border-color: #6cb670;
}

.btn-transparent:hover {
    background-color: #6cb670;
	border: 1px solid transparent;
    color: #fff;
}

.form-control {
	background-color: #2f383d;
	border-radius: 0;
	padding: 5px 10px;
	border: 0 none;
	color: #ddd;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.form-control:focus {
	box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder { /*  Chrome, Safari, Opera  */
   color: #ddd;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #ddd;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;  
}

.form-control:-ms-input-placeholder {  /*  Internet Explorer  */
   color: #ddd;  
}


#loading-mask {
    background: #333439;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.loading-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}

.border {
   background-image: linear-gradient(90deg, #FFA701 0%, #FF0000 100%);
    height: 4px;
    margin: 15px auto 0;
    position: relative;
    width: 100px;
}



.title {
    padding-bottom: 60px;
}
.myTitle ul li{
    color: #000000 !important;
}
.title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
	color: #07094F;
	letter-spacing: 0.05px;
}

.color {
    color: #6CB670;
}

.sub-title {
    padding: 0 0 50px;
}

.sub-title > h3 {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.bg-one {
    background-color: #fff;
}
.bg-one h3{color:#0A24B2;}
.bg-one p {
    font-size: 18px;
    color: #4162B4;
    letter-spacing: 0.02px;
    text-align: center;
    display: inline-block;
    width: 330px;
    }
.navbar-inverse .navbar-toggle{
	border: 0;
}    
.parallax-section {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*=================================================================
	Home Slider
==================================================================*/

#home {
    position: relative;
}

#slitSlider .carousel-caption {
	padding: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
	background-color: rgba(0,0,0,.5);
}

#slitSlider .carousel-caption a {
    font-size: 18px;
}

#slitSlider .carousel-caption > div {
    vertical-align: middle;
    display: table-cell;
}

#slitSlider .carousel-caption h2 {
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#slitSlider .carousel-caption h3 {
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 59px;
}



/*=================================================================
	Navigation
==================================================================*/
#navigation-sticky-wrapper{
	height: 0 !important;
	display: -webkit-box;
}
.navbar-inverse {
	background: #fff;
	width: 100%;
	z-index: 99;
}

.navbar {
	height: 68px;
    border-color: transparent;
  	margin-bottom: 0!important;
  	border-radius:0!important;
}

.navbar-brand {
	height: auto;
	padding: 8px 0;
}

.navbar-brand h1 {
	margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
	opacity: 0.5;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    padding: 20px 15px;

	-webkit-transition: background .5s ease-in-out 0s;
	   -moz-transition: background .5s ease-in-out 0s;
		 -o-transition: background .5s ease-in-out 0s;
			transition: background .5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav > li.current > a {
    color: #000000;
    opacity: 1;
    background-color: #f5f5f521;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #000000;
    opacity: 1;
    font-size: 22px;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #000000 !important;
}

/*=================================================================
	About us section
==================================================================*/

#about {
    padding: 70px 0;
}

.icon-box {
	position: relative;
	width: 160px; 
	height: 92px;
	background-color: transparent;
	margin: 46px auto 100px;
	padding: 20px 0;
	-webkit-transform: translateZ(0px);
	   -moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		 -o-transform: translateZ(0px);
			transform: translateZ(0px);

	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
			transition-duration: 0.3s;

	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		 -o-transition-property: transform;
			transition-property: transform;
}

.icon-box:hover {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}

.icon-box:before,
.icon-box:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 113.14px;
	height: 113.14px;
	background-color: inherit;
	left: 20.4315px;

	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	   -moz-transform: scaleY(0.5774) rotate(-45deg);
		-ms-transform: scaleY(0.5774) rotate(-45deg);
		 -o-transform: scaleY(0.5774) rotate(-45deg);
			transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
	top: -56.5685px;
}

.icon-box:after {
	bottom: -56.5685px;
}

/*=================================================================
	Our Benefits
==================================================================*/

#main-features {
    padding: 70px 0;
    width: 100%;
}
/* .current{
    height: 5px;
    background-image: linear-gradient(to bottom right, red, yellow);
} */
#stepCarousel .carousel-indicators .active{
    background-color: #FF8C00 !important;
}
#showcase .more a{
    background: #FF8C00 !important;
}
#join_us .container .row .job_more a{
    background: #FF8C00 !important;
}
.special-features{
    height: 350px; 
    margin: 0 auto; 
    text-align: center;
}
.feature-media {
	margin-bottom: 30px;
}

.feature-desc a {
	margin-right: 20px;
}
.mydd{
    /* margin-top: 71px !important; */
    font-weight: normal !important;
}
.nav-pills>li.active>a{
    background-color: #FF8C00 !important;
}
/*=================================================================
	Item counter section
==================================================================*/

#counter {
    background-image: url(../img/parallax/city.jpg);
    padding: 70px 0;
}

.counters-item {
    border: 1px solid #4e595f;
    padding-bottom: 30px;
}

.counters-item > div {
    margin: 10px 0;
}

.counters-item span {
    display: inline;
    font-family: Oswald, sans-serif;
    font-size: 35px;
    line-height: 50px;
}

.counters-item i {
    margin-bottom: 15px;
}

.counters-item h3 {
	font-family: Ubuntu,sans-serif;
	font-size: 20px;
	margin: 0;
}


/*=================================================================
	Services section
==================================================================*/

#services {
    padding: 70px 0 300px;
}

#services .title {
    padding-bottom: 125px;
}

.service-block {
    padding: 50px 20px;
    border-left: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin-bottom: 40px;
	
	-webkit-box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
	   -moz-box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
			box-shadow:2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
}

.service-icon {
    margin-bottom: 40px;
}

.service-block h3 {
	text-transform: uppercase;
}



/*=================================================================
	Portfolio section
==================================================================*/

#showcase {
    padding: 75px 0;
}

.portfolio-filter {
    margin-bottom: 15px;
}

.portfolio-filter ul li {
    display: inline;
}

.portfolio-filter ul li a {
	color: #ddd;
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	padding: 5px 15px;
	position: relative;
}

.portfolio-filter ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #63B670;
	content: '';
	
	-webkit-transition: top 0.3s;
	   -moz-transition: top 0.3s;
		 -o-transition: top 0.3s;
			transition: top 0.3s;
}

.portfolio-filter ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #63B670;
	content: '';
	
	-webkit-transition: height 0.3s;
	   -moz-transition: height 0.3s;
		 -o-transition: height 0.3s;
			transition: height 0.3s;
}

.portfolio-filter ul li a:hover::before {
	top: 100%;
	opacity: 1;
}

.portfolio-filter ul li a:hover::after {
	height: 100%;
}

.og-grid .mix > a {
	display:block;
	overflow:hidden;
	position:relative;
}

.og-grid .mix a img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

.og-grid .mix a:hover img {
	-webkit-transform: scale(1.4) rotate(15deg);
	   -moz-transform: scale(1.4) rotate(15deg);
		-ms-transform: scale(1.4) rotate(15deg);
		 -o-transform: scale(1.4) rotate(15deg);
			transform: scale(1.4) rotate(15deg);
}

.hover-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(43, 44, 48, 0.8);
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.hover-mask h3 {
	color: #ddd;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
	top: 110px;
}

.hover-mask span {
	border: 2px solid #ddd;
	border-radius: 50px;
	color: #ddd;
	display: inline-block;
	height: 50px;
	left: 42%;
	padding: 11px 0;
	position: absolute;
	text-align: center;
	top: 22%;
	width: 50px;
}

.og-grid .mix a:hover .hover-mask {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}


#our-team {
    padding: 70px 0;
    background: #F3F6F9;
}

.about-team {
    color: #fff;
    padding-bottom: 40px;
}

.about-team .title h1 {
    color: #fff;
}

.team-mate {
	background-color: #303136;
	border: 1px solid #4e595f;
}

.member-photo {
	overflow: hidden;
	position: relative;
}

.member-photo img {
	-webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
}

.member-photo:hover img {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
			transform: scale(1.2);
}

.member-title {
	border-bottom: 1px solid #4e595f;
	padding: 10px 15px;
}


.member-photo .mask {
    background-color: rgba(43, 44, 48, 0.8);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 600ms ease-out 0s;	
	   -moz-transition: all 600ms ease-out 0s;
		 -o-transition: all 600ms ease-out 0s;
		    transition: all 600ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.member-photo:hover .mask {
    cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-mate h3 {
	font-family: Ubuntu,sans-serif;
	font-size: 20px;
	margin: 0 0 5px;
}

.member-info {
	padding: 15px;
}

.mask ul {
    text-align: center;
    position: relative;
    top: 125px;
}

.mask ul li {
    display: inline-block;
    margin-right: 15px;
}

.mask ul li a {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.mask ul li a:hover {
    background-color: #6cb670;
    border: 1px solid transparent;
}



#scrollUp {
    bottom: 15px;
    color: #fff;
    display: none;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    z-index: 600;
}

#scrollUp:hover {
    background-color: #33333329;
    border: 1px solid #33333324;
}


/*=================================================================
	Blog Page
==================================================================*/


#blog-banner {
	padding-bottom: 100px;
    padding-top: 150px;
}

.blog-icon {
    border: 1px solid #6CB670;
    border-radius: 50%;
    color: #6CB670;
    display: inline-block;
    padding: 16px 20px;
}

.blog-title h1 {
    text-transform: uppercase;
}

#blog-page {
	margin: 0 0 40px;
}

.post-item .entry {
	border: 1px solid #4e595f;
	margin-bottom: 30px;
}

.entry .post-excerpt {
	padding: 0 20px;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev,
#gallery-post .owl-next,
#post-thumb .owl-next {
    padding: 5px 17px;
    position: absolute;
    top: 45%;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

#gallery-post .owl-prev,
#post-thumb .owl-prev {
    left: -45px;
}

#gallery-post .owl-next,
#post-thumb .owl-next {
    right: -45px;
}

#gallery-post:hover .owl-prev,
#post-thumb:hover .owl-prev {
    left: 0;
}

#gallery-post:hover .owl-next,
#post-thumb:hover .owl-next {
    right: 0;
}

#gallery-post,
#post-thumb {
    overflow-x: hidden;
}

#post-thumb .owl-buttons {
    color: #fff;
}

.post-meta {
	background-color: #3d444a;
	border-top: 1px solid #4e595f;
	font-size: 13px;
	margin: 20px 0 0;
	padding: 0 20px 10px;
}

.post-meta > span {
	border-right: 1px solid #4e595f;
	display: inline-block;
	font-size: 12px;
	margin: 10px 10px 0 0;
	padding-right: 10px;
}

.post-meta > span:last-child {
    border-right: 0;
}

.post-meta > span > i {
    margin-right: 5px;
}

.post-meta a:hover {
	color: #6CB670;
}

.post-excerpt .more {
    margin-top: 20px;
}

.post-excerpt .more a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
}

.post-excerpt .more a:hover {
    background-color: #6CB670;
    color: #fff;
}

aside.widget {
    margin-bottom: 25px;
}

.widget-title > h3 {
	color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}

#search-form {
	position: relative;
}

#search-submit {
	background: none;
	border: 0;
	color: #C8C8CA;
	display: block;
	font-size: 16px;
	height: 32px;
	outline: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 32px;
}

.widget-content .tab-content {
	background-color: #2f383d;
	padding: 20px;
}

.tab-post-nav {
	background-color: #4A535A;
}

.tab-post-nav li {
	float: left;
}

.tab-post-nav li.active a {  
	border-top: 3px solid #6cb670;
	background-color: #2F383D;
	color: #6CB670;
}

.tab-pane.active .clearfix:first-child {
	margin-bottom: 25px;
}

.tab-excerpt > span {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.tab-excerpt h4 a {
	color: #fff;
}

.tab-excerpt h4 a:hover {
	color: #6cb670;
}

.tab-post-nav li a {
	border-top: 3px solid transparent;
	color: #fff;
	display: block;
	padding: 13px 18px;
	text-align: center;
}

.categories li {
    margin-bottom: 10px;

	-webkit-transition: all .5s ease-in 0s;
	   -moz-transition: all .5s ease-in 0s;
		 -o-transition: all .5s ease-in 0s;
			transition: all .5s ease-in 0s;
}

.categories > li:hover a {
    padding-left: 10px;
    color: #6CB670;
}

.categories > li:last-child {
    border-bottom: 0;
}

.categories li a {
    padding-left: 5px;
}

.widget-content .tag {
	background-color: #2F383D;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px 13px;
}

.widget-content .tag:hover {
    background-color: #6CB670;
    color: #fff;
}

.post-pagination {
    display: inline-block;
    margin-bottom: 20px;
}

.post-pagination ul li {
    margin-right: 5px;
    float: left;
}

.post-pagination ul li:last-child {
    margin-right: 0;
}

.post-pagination ul li.disabled a {
    cursor: not-allowed;
}

.post-pagination ul li.disabled a:hover {
    background-color: #2E373C;
    color: #9aa8b3;
}

.post-pagination ul li a {
	background-color: #30393e;
	color: #9aa8b3;
	display: block;
	padding: 8px 18px;
}

.post-pagination ul li a:hover, 
.post-pagination ul li.active a {
    background-color: #6CB670;
    color: #fff;
}

/*=================================================================
	Single Blog Page
==================================================================*/

.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}

blockquote {
    border-left: 5px solid #6cb670;
    font-style: italic;
    line-height: 22px;
    margin: 20px 0;
}

.next-prev {
    border-bottom: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin: 20px 0;
    padding: 15px 0 10px;
}

.next-prev a:hover {
    color: #6CB670;
}

.prev-post i {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.next-post i {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}

.post-author {
    margin-right: 20px;
}

.post-author > img {
	border: 1px solid #4e595f;
	max-width: 120px;
	padding: 5px;
	width: 100%;
}

.comment-reply-form > h3,
.author-about > h4,
.comments > h4 {
    border-bottom: 1px solid #4e595f;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
}

.author-bio h5 {
    display: inline-block;
}

.post-item .comments-section {
    margin-top: 35px;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list li {
    margin-bottom: 20px;
}

.comment-wrap {
	border: 1px solid #4e595f;
	border-radius: 1px;
	margin-left: 20px;
	padding: 10px;
	position: relative;
}

.comment-wrap .author-avatar {
	margin-left: -25px;
	margin-right: 20px;
}

.author-comment {
    margin-bottom: 15px;
    overflow: hidden;
}

.author-comment cite a:hover, .replay:hover {
    color: #6CB670;
    text-decoration: underline;
}

.author-comment cite {
    margin-bottom: 2px;
    padding-top: 4px;
}

.comment-content {
    margin-left: 45px;
}

.comment-list ul li {
    padding-left: 25px;
}

.comment-reply-form {
    margin-top: 80px;
}

#comment-form {
    margin-top: 35px;
}

#comment-form .form-control:hover {
    border-color: #6CB670;
}

.form-group:last-child,
.form-group:last-child input {
  margin: 0;
}
 
#logo img{width: 125px;}


.carousel-caption{
        text-align: left;
        left: 0;bottom: 270px;
    }
    .carousel-indicators{
    	bottom: 10%;
    }
    #item4 .text_logo{
        width: 100%;height: 100%;
        padding-top: 2%;
    }
    .text_logo .proctor{
        font-size: 36px;
        margin-left: 45%; 
    }
    .text_logo .banner41{
    padding-top: 40px;
    font-size: 20px;
    opacity: 0.3;
    margin-left: 70%; 
    }
    .text_logo .banner42{
        padding-top: 0px;
        font-size: 20px;
        opacity: 0.4;
        margin-left: 4%; 
    }
    .my-title{
        width: 40%;
        display: inline-block;
    }
    .text_logo .banner43{
        padding-top: 10px;
        font-size: 24px;
        opacity: 0.3;
        margin-left: -0%; 
    }
    .text_logo .banner44{
        font-size: 20px;
        opacity: 0.5;
        margin-left: 20%; 
    }
    .text_logo .banner45{
        font-size: 48px;
        opacity: 0.7;
        margin-left: 76%; 
    }
    .text_logo .banner46{
        font-size: 28px;
        opacity: 0.3;
        margin-left: 42%; 
    }
    .text_logo .banner47{
        font-size: 20px;
        opacity: 0.6;
        margin-left: 21%; 
    }
    .text_logo .banner48{
        font-size: 36px;
        opacity: 0.5;
        margin-left: 69%; 
    }
    .carousel-caption .bulids{
        margin-left: -40px;
    }
    .carousel-caption .once{
        margin-left: -1px;
    }
    .carousel-caption h3{
        font-size: 76px;
    }
    .carousel-caption p{
        font-size: 24px;
        margin: 30px 4px;
    }
    .carousel-caption .btn{
        padding: 10px 4px;
    }
    .step_carousel{
    background: #F3F6F9;
}
#stepCarousel .phone_back{
	position: absolute !important;
}
.step_carousel .phone_back img{
    width: 350px;
}
#stepCarousel .phone_left{
	width: 350px;
	margin: 0 auto;
}
.step_carousel #stepCarousel .carousel-inner{
    left: 36px;
    top: 87px;
    width: 278px;
}
.step_carousel #stepCarousel .carousel-inner .item img{
    width: 278px;border: 1px solid #ccc;
}
.step_carousel .carousel-indicators{
    position:relative !important;
    top: 10px;
    left: 260px;
}
 #stepCarousel .carousel-indicators .active{
    background-color: #1C97F4;color: #fff;
}
.step_carousel .carousel-indicators li{
    margin:0 0 29px 0;
    text-indent: 0;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: block;
    padding-top: 4px;
    padding-left: 1px;
}
.step_carousel .carousel-indicators .seven{
	margin-top: 40px;
}
.step_carousel .carousel-indicators li span{
    margin-left: 53px;
    text-align: left;
    font-size: 28px;
    color: #5570B2;
    display: block;
    margin-top: -32px;
    width: 800px;
}


.swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px; 
      height: 560px; 
    }
.swiper-slide {
    background-image: url(../images/faqs@2x.png);
    background-position: center;
    background-size: cover;
    max-width: 350px;
    width: 350px;
    background-color:#ffffff;
    padding:30px;
}
.container .swiper-container-3d{
    perspective: 1300px;
}
.swiper-slide .question{
    font-size: 18px;
    color: #0A24B2;
    letter-spacing: 0.02px;
    font-family:'brandon-grotesque';
    margin:20px 0 0;
}
.swiper-slide .answer{
    font-family:'Raleway';
    font-size: 17px;
    color: #5570B2;
    letter-spacing: 0.02px;
}
.swiper-slide {display: table;}
.swiper-slide .slideinner {
    display: table-cell;
    vertical-align: middle;
}
.row-inner{
    display: table-row;
}
.row .uncoltable {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}
#showcase .faqs{
    margin: 60px 0;
}
#showcase .more{
    text-align: center;
    margin-top: 50px;

}
#showcase .more a{
    display: inline-block;
    background: #5891F3;
    border-radius: 4px;
    width: 118px;height: 48px;
    padding-top: 12px;
    font-size: 18px;
}
.row .swiper-pagination{
    margin-top: 20px;
    position:relative !important;
}
.row .swiper-pagination .swiper-pagination-bullet{
    margin:20px;
} 
#our-team article{
    text-align: center;
}
#our-team article p{
    margin-top: 20px;
    font-size: 24px;
    color: #5872B3;
    width: 100%;
    text-align: justify;
    display: inline-block;
}
#our-team article p span{
    font-size: 24px;
    color: #003000;
    text-align: justify;
    line-height: 33px;
    font-weight: 700;
}
#join_us .container .row .job{
    margin-top: 8px;
}
#join_us .container .row .col-md-6 p{
    text-align: center;
    font-size: 28px;
    color: #5B75B4;
    letter-spacing: 0.04px;
}
#join_us .container .row .col-md-6 a{
    display: block;
    text-align: center;
    width: 178px;
    height: 58px;
    background: #D8E0E7;
    border-radius: 4px;
    font-size: 18px;
    color: #07094F;
    padding-top: 15px;
    margin: 0 auto;
}
#join_us .container .row{
    margin-bottom: 70px;
}
#join_us .container .row .job_more{
    text-align: center;
    margin-top: 50px;
}
#join_us .container .row .job_more a{
    display: inline-block;
    background: #5891F3;
    border-radius: 4px;
    width: 118px;height: 48px;
    padding-top: 12px;
    font-size: 18px;
}
footer{
    background-color: #000;
    height: 336px;
    color: #fff;
}
footer .container .foot{
	margin-top: 115px;
}
footer .container .foot img{
    width: 108px;
    margin-right:30px;float: left;
}
footer .container .foot .foot_left dl{
    float: left;width:360px;

}
footer .container .foot .line_foot{
    width: 340px;
    border:2px solid #fff;
}
footer .container .foot .foot_right{
    text-align: center;
}
footer .container .foot .foot_right dl{
    width: 100%;
}
footer .container .foot .foot_right dd{
   font-size: 28px;margin-top: 10px;
}
footer .container .foot dt{
    font-size:48px;font-weight: bold;
}
footer .container .foot dd{
    font-size:30px;
} 

/*faqs.html---start           */
#faqs{
    margin-top: 500px;
    padding: 100px 0 200px 0;
}
#faqs button{
    margin-bottom: 90px;
    background: #D8E0E7;
    border-radius: 8px;
    width: 270px;height: 80px;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.03px;
    border: none;
}
#faqs button.current{
    background:#5891F3;
}
#faqs .container .row .faqs_btn{
    margin: 0 auto;
    width: 300px;
}
.faqs_tittle{
    left: 63%;
    top: 51%;
    position: absolute;
    font-size: 88px;
    letter-spacing: 0.11px;
    color: #fff;
    z-index: 9999;
}
.col {
    width: 580px;
    float: left;
    margin-right:32px;
    margin-bottom: 16px;
}
h3 a {
    line-height: 32px;
     font-size: 24px;
    color: #202361;
    display: block;
    padding: 10px;
    padding-left: 32px;
    margin: 0;
    text-decoration: underline;
    font-weight: normal;
}
h3.open a {
    background-position: 13px -25px;
}
h3 + div {
    padding: 10px;
}
h2 + div, .example {
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
}
h3+div {
    display: none;
}
#faq_text .close{
    float: none;
    text-shadow: none;
    opacity: 1;
}

#faq_text h3 + div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    display: block!important;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition: all 0.3s ease;
}
#faq_text h3{
    position: relative;
}

#faq_text h3 span{
    position: absolute;
    top: 8px;
    left: 0;
}
#faq_text .content {
    margin-left: 30px;
    padding: 10px;
    font-size: 24px;
    color: #4B6BB8;
    border: 1px solid #979797;
    border-radius: 8px;
}
#faq_text h3.open + div {
    height: auto;
}

#join_us{
	padding: 100px 0 40px;
}
/*faqs.html---end           */
/*join_us.html---start      */
.join_tittle{
    left: 58%;
    top: 51%;
    position: absolute;
    font-size: 88px;
    letter-spacing: 0.11px;
    color: #fff;
    z-index: 9999;
}
#faq_text h4{
    font-size: 24px;
    color: #0E1100;
    font-weight: bold;
}