@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Roboto", serif;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header  */

.header-main-wraper {
}
.header-topbar-wraper {
	background: #1c2147 url(../images/topbar-bg.jpg) no-repeat top;
}
.header-topbar-wraper .col-md-8 {
	padding: 0;
}
.topbar-left-wrap {
}
.topbar-left-wrap ul {
	list-style: none;
}
.topbar-left-wrap ul li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 12px 0 13px 0;
	margin-right: 20px
}
.topbar-left-wrap ul li i {
	font-size: 22px;
	color: #1682c4;
	position: relative;
	top: 2px;
	margin-right: 3px
}
.phone-login-head-wrap ul {
	list-style: none;
	text-align: right
}
.phone-login-head-wrap {
	position: relative;
}
.phone-login-head-wrap ul li {
	display: inline-block;
	padding: 12px 0 14px 0;
	font-size: 14px;
	color: #fff;
	margin-left: 22px;
}
.phone-login-head-wrap ul li a {
	font-size: 14px;
	color: #fff;
}
.phone-login-head-wrap ul li i {
	font-size: 22px;
	color: #fff;
	position: relative;
	top: 3px;
	margin-right: 3px
}
.header-logo-nav-wrap {
	padding: 20px 0;
	position: relative;
    box-shadow: 0px 20px 40px -15px #0d4f76;
}
.header-nav-wraper {
}
.header-nav-wraper ul {
	list-style: none;
	text-align: right;
	margin-top: 6px
}
.header-nav-wraper ul li {
	display: inline-block;
	padding-left: 30px
}
.header-nav-wraper ul li a {
	color: #1c2147;
	font-size: 16px;
	font-weight: 600
}
.header-nav-wraper ul li a:hover {
	color: #1682c3;
}
.header-nav-wraper ul li .btn-header {
	background: #1c2147;
	padding: 14px 30px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 12px
}
.search-icon a {
	font-size: 24px !important;
	color: #1682c4 !important;
	border-left: 1px solid #ccc !important;
	padding-left: 12px;
	position: relative;
	top: 4px;
}
.header-nav-wraper ul li:nth-child(9) {
	padding-left: 15px;
}
.nav-active{
	color:#1682c3 !important;
}

/* CSS header  */

/* CSS slider  */

.slider-image-text-wraper {
	background-size: cover !important;
	height: 750px;
	padding: 70px 0;
	background-color:#1c2147
}
.carousel-control-next, .carousel-control-prev {
	width: 45px;
	height: 45px;
	background-color: #126baf;
	border-radius: 50%;
	opacity: 1;
	margin: 0 25px;
	position: absolute;
	top: 35%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 1rem;
}
.slider-text-main-wraper span {
	font-size: 14px;
	letter-spacing: 4px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-left: 50px;
	display: block;
}
.slider-text-main-wraper span:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 9px;
	background: #fff;
	width: 25px;
	height: 2px;
}
.slider-text-main-wraper h1 {
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	letter-spacing: -3px;
	font-weight: 500;
	margin: 10px 0
}
.slider-text-main-wraper h1 strong {
	display: block;
	color: #1682c4;
	font-weight: 500;
}
.slider-text-main-wraper p {
	font-size: 22px;
	color: #fff;
	line-height: 35px
}
.search-slider-wrap {
	margin-top: 20px;
	width: 90%;
}
.search-slider-wrap .col-md-8 {
	padding-right: 0;
}
.search-slider-wrap .form-group {
	position: relative
}
.search-slider-wrap .form-group i {
	position: absolute;
	top: 20px;
	left: 15px;
	font-size: 22px;
	color: #20254b
}
.search-slider-wrap .form-group .form-control {
	height: 60px;
	box-shadow: none;
	border: none;
	outline: none;
	padding-left: 45px;
	font-size: 14px;
	border-radius: 12px;
}
.search-slider-wrap .btn-group-search {
}
.search-slider-wrap .btn-group-search button {
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	background: #1682c4;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 12px;
}
.inner-slider-wraper {
	background: #1682c3;
	padding: 30px 0;
}
.inner-slider-wraper h1 {
	color: #fff;
	font-size: 36px;
}
.breadcrum-wrap {
	text-align: right;
	margin-top: 10px
}
.breadcrum-wrap a {
	font-size: 14px;
	color: #fff;
}
.breadcrum-wrap span {
	color: #fff;
	margin: 0 5px;
	position: relative;
	top: 2px
}
/* CSS slider  */

/* CSS content  */

.advantage-main-wrpaer {
	margin-top: -140px;
	position: relative;
	z-index: 1
}
.advantage-main-wrpaer ul {
	list-style: none;
}
.advantage-main-wrpaer ul li {
	padding: 0;
	background: #1682c4;
	padding: 25px 25px;
	border-radius: 15px 0px 0px 15px;
}
.advantage-main-wrpaer ul li:nth-child(2) {
	border-radius: 0 !important;
	background: #106ea7 !important;
}
.advantage-main-wrpaer ul li:nth-child(3) {
	border-radius: 0px 15px 15px 0px;
}
.advantage-list-image {
	width: 90px;
	float: left;
}
.advantage-list-text {
	width: 75%;
	padding-left: 15px;
	float: left;
	line-height: 26px
}
.advantage-list-text strong {
	font-size: 35px;
	color: #fff;
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 10px
}
.advantage-list-text h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 600
}
.advantage-list-text p {
	font-size: 16px;
	color: #fff;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
}
.carousel-indicators {
	bottom: 165px;
}
.about-main-wraper {
	padding: 80px 0 60px 0
}
.about-image-wraper {
	width: 100%;
	position: relative
}
.about-image-wraper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 504px;
	background: #e8f1f5;
	left: -25px;
	bottom: -25px;
	border-radius: 25px;
}
.about-image-wraper .big-image {
	width: 100%;
	position: relative;
	z-index: 111;
	border-radius: 25px;
}
.award-image {
	position: absolute;
	bottom: 10%;
	left: -80px;
	z-index: 1111;
}
.about-text-wraper {
	margin-left: 15px;
	margin-top: 15px
}
.about-text-wraper span {
	font-size: 14px;
	color: #1682c4;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-left: 35px;
	display: block;
}
.about-text-wraper span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #1682c4;
	width: 25px;
	height: 2px;
}
.about-text-wraper h2 {
	font-size: 40px;
	color: #1c2147;
	margin: 15px 0;
	line-height: 45px;
	font-weight: 600;
}
.about-text-wraper p {
	font-size: 18px;
	line-height: 31px;
	color: #636579;
	padding-bottom: 15px;
}
.about-text-wraper ul {
	list-style: none;
	margin-top: 10px;
}
.about-text-wraper ul li {
	font-size: 18px;
	line-height: 31px;
	color: #636579;
	padding-bottom: 8px;
}
.about-text-wraper ul li i {
	color: #1682c4;
	margin-right: 5px;
	font-size: 25px;
	position: relative;
	top: 3px;
}
.btn-about-wrap {
	margin-top: 20px;
}
.btn-about-wrap a {
	display: inline-block;
	background: #1c2147;
	width: 38%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	color: #fff;
	padding: 16px 40px;
	color: #fff;
	font-weight: 500;
	border-radius: 10px;
	margin-right: 5px;
}
.btn-about-wrap a:nth-child(2) {
	background: #1682c4;
}
.certification-main-wraper {
	padding: 140px 0 140px 0;
	background: #e8f1f5;
	clip-path: polygon(0 8%, 100% 3%, 100% 94%, 0% 100%)
}
.certification-main-wraper .top-sub-heading {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #1682c4;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	display: block;
}
.certification-main-wraper .top-sub-heading:before {
	content: "";
	position: absolute;
	left: 0;
	top: -40px;
	background: #1682c4;
	width: 2px;
	height: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.certification-main-wraper h2 {
	font-size: 40px;
	color: #1c2147;
	margin: 5px 0 0 0;
	line-height: 45px;
	font-weight: 600;
	text-align: center
}
.certification-main-wraper p {
	font-size: 18px;
	line-height: 31px;
	color: #636579;
	padding-bottom: 30px;
	text-align: center
}
.certification-listing-wrap {
	background: #fff;
	padding: 25px 25px 20px 25px;
	border-radius: 10px;
}
.certification-listing-icon {
	width: 70px;
	height: 70px;
	background: #1c2147;
	text-align: center;
	font-size: 32px;
	color: #fff;
	border-radius: 50%;
	padding-top: 11px;
	margin-bottom: 15px;
}
.cetification-text-wrap h5 {
	font-size: 18px;
	font-weight: 600;
	color: #1c2147;
	margin-top: 25px;
}
.cetification-text-wrap p {
	font-size: 16px;
	color: #636579;
	text-align: center;
	padding: 10px 0 15px 0;
	text-align: left;
	line-height: 26px;
	padding-right: 15px;
}
.learn-more-btn {
	border-top: 1px solid #e8e8ec;
	padding: 12px 0 0 0;
}
.learn-more-btn a {
	font-size: 14px;
	color: #1c2147;
	font-weight: 500;
}
.learn-more-btn a i {
	font-size: 18px;
	color: #1682c4;
	margin-left: 2px;
	position: relative;
	top: 2.5px;
	rotate: -40deg;
}
.award-image-wrap {
	position: absolute;
	top: 15px;
	right: 20px;
	opacity: 0.3
}
.certification-listing-wrap:hover .certification-listing-icon {
	background: #1682c4;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.certification-listing-wrap:hover .award-image-wrap {
	opacity: 1;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.certification-listing-wrap:hover a {
	color: #1682c4;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.certification-listing-wrap:hover a i {
	rotate: 0deg;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.become-partner-wraper {
	padding: 20px 30px;
	border-radius: 15px;
	background: #1c2147;
	margin-top: -90px;
	position: relative;
	z-index: 111
}
.logo-cta {
	width: 90px;
	float: left;
}
.become-partner-text-wrap {
	width: 50%;
	float: left;
	padding-left: 25px;
}
.become-partner-text-wrap h5 {
	font-size: 30px;
	color: #fff;
	margin-top: 12px;
}
.become-partner-text-wrap p {
	font-size: 18px;
	color: #fff;
	opacity: 0.8;
}
.btn-become-partner {
	width: 41%;
	text-align: right;
	float: left;
	margin-top: 15px;
}
.btn-become-partner a {
	border: 1px solid #3f4574;
	display: inline-block;
	background: #1c2147;
	width: 47%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	color: #fff;
	padding: 16px 40px;
	color: #fff;
	font-weight: 500;
	border-radius: 10px;
	margin-right: 5px;
}
.btn-become-partner a:nth-child(2) {
	background: #1682c4;
}
.btn-become-partner a:hover {
	background: #02165f;
	border: 1px solid #02165f
}
.service-main-wraper {
	padding: 90px 0 40px 0;
}
.services-text-wraper {
}
.services-text-wraper .sub-service-heading {
	font-size: 14px;
	color: #1682c4;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-left: 35px;
	display: block;
}
.services-text-wraper .sub-service-heading:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #1682c4;
	width: 25px;
	height: 2px;
}
.services-text-wraper h2 {
	font-size:55px;
	color: #1c2147;
	margin: 15px 0;
	line-height: 55px;
	font-weight: 600;
}
.services-text-wraper p {
	font-size: 18px;
	line-height: 31px;
	color: #636579;
	padding-bottom: 35px;
}
.services-text-wraper ul {
	list-style: none;
}
.services-text-wraper ul li {
}
.services-text-wraper ul li .service-list-wrap {
	padding: 25px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 5px 30px 0 #e7e7e7;
	margin-bottom: 25px
}
.services-text-wraper ul li:hover .service-list-wrap {
	box-shadow: 0px 5px 60px 0 #d4d4d4;
}
.service-icon-wrap {
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	color: #1682c4;
	padding-top: 3px
}
.services-text-wraper ul li:hover .service-icon-wrap {
	color: #1c2147
}
.text-service-list {
	margin-left: -20px
}
.text-service-list h6 {
	font-size: 22px;
	color: #1c2147;
	margin-top: 5px;
}
.text-service-list p {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.btn-service-wrap {
	text-align: right;
	padding-top: 8px
}
.btn-service-wrap a {
	display: inline-block;
	width: 50px;
	border-radius: 50%;
	height: 50px;
	background: #1c2147;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 13px;
}
.services-text-wraper ul li:hover .btn-service-wrap a {
	background: #1682c4;
}
.service-image-wrap {
	text-align: right;
}
.service-image-wrap {
	position: relative;
}
.service-image-wrap img {
	border-radius: 25px;
	position: relative;
	z-index: 111;
	right: 5px
}
.service-image-wrap:before {
	content: "";
	position: absolute;
	width: 40%;
	height: 687px;
	background: #e8f1f5;
	right: -25px;
	bottom: -25px;
	border-radius: 25px;
}
.qualification-main-wraper {
	padding: 140px 0 120px 0;
	background: #e8f1f5;
}
.qualification-main-wraper .qualification-sub-heading {
	text-align: center;
	font-size: 14px;
	color: #1682c4;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	display: block;
}
.qualification-main-wraper .qualification-sub-heading:before {
	content: "";
	position: absolute;
	top: -40px;
	background: #1682c4;
	width: 2px;
	height: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.qualification-main-wraper h2 {
	font-size: 40px;
	color: #1c2147;
	margin: 5px 0 0 0;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
}
.qualification-main-wraper p {
	font-size: 18px;
	line-height: 31px;
	color: #636579;
	padding-bottom: 40px;
	text-align: center;
}
.owl-nav {
	position: absolute;
	top: 43%;
	width: 100%;
	text-align: right;
}
.owl-nav button {
	border: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff !important;
	padding-top: 0;
	display: inline-block;
	font-size: 28px;
	margin-right: 5px;
}
.owl-prev {
	position: absolute;
	left: -60px;
	border: 1px solid #a2a9b9 !important;
	background: url(../images/arrow-left.png) no-repeat top !important;
	background-position: 50% !important;
	background-size: 40% !important;
}
.owl-next {
	position: absolute;
	right: -70px;
	border: 1px solid #a2a9b9 !important;
	background: url(../images/arrow-right.png) no-repeat top !important;
	background-position: 50% !important;
	background-size: 40% !important;
}
.qualification-listi-wrap {
	height: 420px;
	border-radius: 15px;
	background-size: cover !important;
	padding: 35px;
	position: relative;
}
.qualification-listi-logo {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.qualification-listi-text {
	padding: 25px;
	background: #fff;
	border-radius: 15px;
	position: absolute;
	bottom: 20px;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.qualification-listi-text h5 {
	font-size: 20px;
	font-weight: 600;
	color: #1c2147;
	margin-bottom: 3px;
}
.qualification-listi-text a {
	font-size: 14px;
	color: #1c2147;
	font-weight: 500;
}
.qualification-listi-text a i {
	font-size: 18px;
	color: #1682c4;
	margin-left: 2px;
	position: relative;
	top: 2.5px;
	rotate: -40deg;
}
.qualification-listi-wrap:hover .qualification-listi-text {
	background: #1682c4;
}
.qualification-listi-wrap:hover .qualification-listi-text h5 {
	color: #fff;
}
.qualification-listi-wrap:hover .qualification-listi-text a {
	color: #fff;
}
.qualification-listi-wrap:hover .qualification-listi-text a i {
	color: #fff;
	rotate: 0deg;
}
.owl-dots {
	display: none;
}
.blog-main-wraper {
	padding: 70px 0;
}
.blog-main-wraper .blog-heading-nav-wrp {
}
.blog-heading-nav-wrp .blog-sub-heading {
	font-size: 14px;
	color: #1682c4;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-left: 35px;
	display: block;
}
.blog-heading-nav-wrp .blog-sub-heading:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #1682c4;
	width: 25px;
	height: 2px;
}
.blog-heading-nav-wrp h2 {
	font-size: 40px;
	color: #1c2147;
	margin: 5px 0 15px 0;
	line-height: 45px;
	font-weight: 600;
}
.blog-nav-wraper ul {
	border: none;
	display: block;
	text-align: right;
	margin-top: 20px;
}
.blog-nav-wraper ul li {
	display: inline-block;
	margin-left: 10px
}
.blog-nav-wraper ul li button {
	border: 1px solid #c1beea !important;
	padding: 12px 40px;
	color: #1c2147;
	border-radius: 12px !important;
	font-weight: 500;
	font-size: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #1c2147;
	border: 1px solid #1c2147 !important;
	color: #fff;
}
.big-blog-list-wrap ul {
	list-style: none;
	margin-top: 25px;
}
.big-blog-list-wrap ul li {
}
.big-blog-list-wrap ul li .blog-list-image-wrap {
}
.blog-list-image-wrap .blog-list-image-image {
	height: 270px;
	overflow: hidden;
}
.blog-list-image-image img {
	width: 100%;
}
.blog-list-text-info {
	padding: 15px 0 10px 0;
}
.blog-list-text-info span {
	font-size: 14px;
	margin-right: 10px;
	color: #8691a7
}
.blog-list-text-info span i {
	font-size: 20px;
	color: #1682c4;
	position: relative;
	top: 2px
}
.blog-list-image-wrap h2 a {
	font-size: 25px;
	color: #1c2147;
	line-height: 32px;
	display: block;
	font-weight: 500;
}
.small-blog-wrap {
}
.small-blog-wrap ul {
	list-style: none;
	margin-top: 5px;
}
.small-blog-wrap ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.small-blog-wrap ul li:nth-child(3) {
	border: none;
}
.small-blog-wrap ul li h2 a {
	font-size: 25px;
	color: #1c2147;
	line-height: 32px;
	display: block;
	font-weight: 500;
}
.contact-mian-wraper {
	background: url(../images/bg-contact.jpg) no-repeat top;
	padding: 80px 0;
	background-size: cover;
}
.contact-info-form-wrap {
	width: 80%;
	margin-top: 30px;
	float: right;
}
.contact-info-form-wrap .col-md-4 {
	padding: 0;
	margin: 0;
}
.contact-info-form-wrap .col-md-8 {
	padding: 0;
	margin: 0;
}
.contact-info-wrap {
	background: #1682c4;
	padding: 30px;
	height: 100%
}
.contact-info-heading {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-left: 35px;
	display: block;
}
.contact-info-heading:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #fff;
	width: 25px;
	height: 2px;
}
.contact-info-wrap h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	padding: 15px 0;
	line-height: 35px
}
.contact-phone-wrap {
	padding: 15px 0
}
.contact-phone-wrap .contact-phone-icon {
	width: 50px;
	height: 50px;
	background: #fff;
	color: #000;
	font-size: 20px;
	padding-top: 12px;
	border-radius: 50%;
	text-align: center;
	float: left;
}
.contact-phone-wrap .contact-phone-icon i {
	position: relative;
	left: -1px;
}
.contact-phone-text {
	width: 80%;
	float: left;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #fff
}
.contact-phone-text span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #fff
}
.contact-info-btn {
}
.contact-info-btn a {
	display: block;
	padding: 14px 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	background: #1c2147;
	margin-top: 15px;
	border-radius: 12px;
}
.contact-form-wrap {
	background: #fff;
	padding: 25px;
}
.contact-form-wrap h4 {
	font-size: 30px;
	color: #1c2147;
	margin: 0 0 25px 0;
	line-height: 45px;
	font-weight: 600;
	text-align: center
}
.contact-form-wrap .form-group {
	margin-bottom: 15px;
}
.contact-form-wrap .form-group .form-control {
	height: 55px;
	background: #f2f2f9;
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 6px;
	padding-left: 20px;
	font-size: 14px;
}
.contact-textarea-wrap .form-control {
	background: #f2f2f9;
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 6px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 14px;
}
.submit-contact-btn {
	margin-top: 20px;
	text-align: right;
}
.submit-contact-btn button {
	background: #1682c4;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 14px 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 12px;
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	padding: 65px 0 0 0;
	background: #041a30;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: auto;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	height: auto;
	line-height: 62px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 30px;
	border-bottom: 1px solid #0a2c4f;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: absolute;
	display: block;
	top: 39px;
	right: 18px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 1px;
	background: #1c2147;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 280px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.drawer-menu ul {
	list-style: none;
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.menusitebar-main-wraper {
	display: none;
}
.inner-about-text-wraper {
	padding-top: 0;
	margin-top: 0;
}
.inner-about-text-wraper h2 {
	margin-top: 0;
	padding-top: 0
}
.inner-about-text-wraper .about-text-wraper p {
    font-size: 17px;
    line-height: 30px;
}
.inner-service-main-wraper{
	padding: 140px 0 140px 0;
    background: #e8f1f5;
    clip-path: polygon(0 8%, 100% 3%, 100% 94%, 0% 100%);
}
.inner-service-main-wraper .service-image-wrap:before{
	background:#fff;
}
.inner-courses-main-wrap{
	padding:70px 0 50px 0
}
.inner-courses-main-wrap ul{
	list-style:none
}
.inner-courses-main-wrap ul li{
	margin-bottom:30px;
}
.inner-certification-main-wraper{
	background:none !important;
	padding:60px 0 40px 0;
	clip-path:none !important
}
.inner-certification-main-wraper ul{
	list-style:none;
}
.inner-certification-main-wraper ul li{
	position:relative;
	margin-bottom:30px;
}
.inner-certification-main-wraper ul li .certification-listing-wrap{
	background:#e8f1f5;
}
.inner-certification-main-wraper ul li .certification-listing-wrap .award-image-wrap{
	right:30px;
}
.inner-policy-wraper{
	padding:40px 0;
	background:url(../images/bg-award.jpg) no-repeat top;
	background-size:cover;
}
.inner-policy-wraper{
}
.inner-policy-wraper h2{
    font-size: 40px;
    color: #1c2147;
    margin: 15px 0;
    line-height: 45px;
    font-weight: 600;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:25px;
}
.inner-policy-wraper p{
	    font-size: 18px;
    line-height: 31px;
    color: #636579;
    padding-bottom: 15px;
}
.inner-policy-wraper strong{
	display:block;
	font-size:25px;
	color:#1682c3;
	margin-bottom:10px;
}
.inner-policy-wraper p span{
	color:#000;
	font-weight:600;
}
.faqs-main-wraper{
	padding:60px 0;
}
.faqs-main-wraper .accordion-item{
	border:none;
}
.faqs-main-wraper .accordion-item button{
	background:#fff;
	box-shadow:none;
	border:1px solid #ccc;
	outline:none;
	margin-bottom:15px;
	border-radius:10px !important;
	padding:20px 25px !important;
	color:#000;
	font-weight:600;
	font-size:18px;
}
.faqs-main-wraper .accordion-item button span{
	margin-right:15px;
	color:#1682c3
}
.faqs-main-wraper .accordion-item .accordion-body{
	padding:0 0 20px 0;
}
.faqs-main-wraper .accordion-item p{
	    font-size: 18px;
    line-height:34px;
    color: #636579;
    padding-bottom: 5px;
}
.login-image-text-wrap{
	height:100vh;
	background:url(../images/bg-offer.jpg) no-repeat top;
	background-size:cover;
	padding:65px;
}
.login-main-wraper{
	position:relative;
}
.login-main-wraper .container-fluid{
	margin:0;
	padding:0;
}
.login-logo img{
	width:150px;
}
.login-main-wraper h1{
	    color: #fff;
    font-size: 65px;
    line-height:70px;
    font-weight: 400;
    margin:70px 0 15px 0;
}
.login-main-wraper h1 strong{
	font-size:85px;
	display:block;
	color:#fff;
	opacity:0.2;
	margin-bottom:15px;
}
.login-main-wraper h1 span{
	color:#1682c4 ;
	display:block;
}
.login-main-wraper p{
	font-size:20px;
	color:#fff;
	padding-right:100px
}
.copright-text-wrp{
	position:absolute;
	bottom:30px;
	color:#7b9aab;
	font-size:13px;
}
.copright-text-wrp .la-copyright{
	margin-right:5px;
}
.copright-text-wrp  .la-heart{
	color:#F00;
	margin-left:5px;
}
.login-form-wraper{
	padding:90px 60px;
	height:100vh;
	overflow:auto;
}
.signup-form-wraper{
	padding:70px 40px !important;
}
.login-form-wraper::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
.login-form-wraper::-webkit-scrollbar-thumb {
 background-color: #666;
}
.login-form-wraper h2{
    font-weight: 600;
    font-size: 35px;
    color: #050c1a;
    letter-spacing: -1px;
    line-height: 45px;
    margin-bottom: 40px;
}
.login-form-wraper .form-group{
	margin-bottom:15px;
	position:relative;
}
.login-form-wraper .form-group i{
    position: absolute;
    right: 24px;
    top: 49px;
    font-size: 20px;
	color:#1682c4
}
.login-form-wraper label{
	font-weight:normal;
	color: #050c1a;
	font-size:14px;
	margin-bottom:10px;
}
.login-form-wraper .form-control{
	height:55px;
	box-shadow:none;
	border:1p solid #ccc;
	font-size:14px;
	padding-left:25px;
}
.control-group {
	display: block;
	vertical-align: top;
	background: #fff;
	text-align: left;
}
.control {
	display: block;
	position: relative;
	padding-left: 38px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control__indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 25px;
	background: #e6e6e6;
	border-radius: 0;
}
.control--radio .control__indicator {
	border-radius: 50%;
}
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
	background: #ccc;
}
.control input:checked ~ .control__indicator {
	background:#1c64f2;
}
.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
	background: #1c64f2;
}
.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control--checkbox .control__indicator:after {
	left: 10px;
	top: 6px;
	width: 4px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
	left: 7px;
	top: 0;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}
.forgot-password-wrap{
	text-align:right;
}
.forgot-password-wrap a{
	font-size:13px;
	color:#666
}
.btn-login-wraper{
	margin-top:20px;
}
.signin-button{
	width:100%;
	background:#1682c4;
	border: 1px solid #1682c4;
	outline:none;
	border-radius:10px;
	color:#fff;
	padding:14px 0;
	font-size:14px;
	margin-bottom:15px;
	font-weight:bold
}
.creat-accout-wrap{
		width:100%;
		background:none;
    border: 1px solid #1c2147;
	outline:none;
	border-radius:10px;
	color:#1c2147;
	padding:14px 0;
	font-weight:bold;
	font-size:14px;
}
.btn-login-wraper button:hover{
	background:#1c2147;
	border: 1px solid #1c2147;
	color:#fff;
}


.r-main-wraper {
	padding-top: 60px;
	background: #071119
}
/* CSS content  */

/* CSS footer  */

.footer-main-wraper {
	background: #041a30;
	padding-top: 50px;
}
.footer-mission-wraper h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid #1e2d39;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.footer-mission-wraper h3 img {
	width: 140px;
}
.footer-mission-wraper p {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.footer-link-wraper {
	padding-left: 25px;
}
.footer-link-wraper h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid #1e2d39;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.footer-link-wraper ul {
	list-style: none;
}
.footer-link-wraper ul li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.footer-link-wraper ul li a:hover {
	color: #1682c3;
}
.footer-fallow-section-wrap {
	padding-left: 25px;
}
.footer-fallow-section-wrap h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid #1e2d39;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.social-footer {
	margin-bottom: 20px;
}
.social-footer a {
	text-decoration: none;
	margin: 0 2px;
}
.social-footer a:hover {
	opacity: 0.7;
}
.social-footer a img {
	width: 40px;
}
.copyright-text-wrap {
	color: #fff;
	font-size: 14px;
	background: #030c21;
	margin-top: 50px;
	padding: 22px 0;
	opacity: 0.5;
}
.new-letter-wraper h4 {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid #1e2d39;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.new-letter-wraper p {
	font-size: 14px;
	color: #fff;
	padding-bottom: 15px
}
.new-letter-wraper .form-group {
	position: relative;
}
.new-letter-wraper .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	outline: none;
	border: none;
	outline: none;
	height: 45px;
	font-size: 22px;
	right: 10px;
}
.new-letter-wraper .form-group .form-control {
	height: 45px;
	background: #f2f2f9;
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 6px;
	padding-left: 20px;
	font-size: 13px;
}
.footer-bottom-link {
	text-align: right;
}
.footer-bottom-link a {
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}
 @media (max-width:1400px) and (min-width:1170px) {
.topbar-left-wrap ul li {
	margin-right: 13px;
}
.phone-login-head-wrap ul li strong {
	display: none;
}
.header-nav-wraper ul li {
	padding-left: 15px;
}
.header-nav-wraper ul {
	margin-top: 3px;
}
.slider-text-main-wraper h1 {
	font-size: 60px;
	line-height: 75px;
}
.advantage-list-text {
	width: 72%;
}
.btn-about-wrap a {
	width: 43%;
}
}
@media screen and (max-width:1169px) {
.header-nav-wraper {
	display: none;
}
.header-topbar-wraper {
	display: none
}
.header-logo-nav-wrap {
	border-top: 5px solid #1c2147;
}
.carousel-indicators {
	display: none;
}
.menusitebar-main-wraper {
	display: block;
}
.container {
	max-width: 100%;
}
.advantage-main-wrpaer ul li {
	border-radius: 0 !important;
}
.carousel-control-next, .carousel-control-prev {
	display: none;
}
.slider-image-text-wraper {
	padding-left: 50px
}
.slider-image-text-wraper .col-md-7 {
	width: 100%;
}
}
@media screen and (max-width:768px) {
.site-logo-wrap {
	width: 270px
}
.advantage-main-wrpaer {
	margin-top: 0px;
}
.advantage-main-wrpaer {
	width: 97%;
	margin: 0 auto;
}
.advantage-main-wrpaer ul li {
	margin-bottom: 10px;
	border-radius: 12px !important;
}
.advantage-main-wrpaer ul li:nth-child(2) {
	border-radius: 12px !important;
	background: #106ea7 !important;
}
.search-slider-wrap .form-group .form-control {
	margin-bottom: 15px;
}
.search-slider-wrap .col-md-4 {
	padding-right: 0;
}
.about-image-wraper:before {
	display: none;
}
.award-image {
	display: none;
}
.about-main-wraper {
	padding: 20px 0;
}
.logo-cta {
	float: none;
	margin: 0 auto;
}
.become-partner-text-wrap {
	width: 100%;
	float: none;
	padding-left: 0;
	text-align: center;
}
.btn-become-partner a {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.btn-become-partner {
	width: 100%;
	float: none;
	padding-left: 0;
	text-align: center;
}
.certification-main-wraper {
	clip-path: polygon(0 4%, 100% 3%, 100% 99%, 0% 100%);
	padding-top: 90px
}
.qualification-main-wraper {
	clip-path: none !important;
	padding-top: 90px;
	padding-bottom: 60px
}
.btn-about-wrap a {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.about-text-wraper {
	margin-left: 0;
}
.service-main-wraper {
	padding: 30px 0;
}
.text-service-list {
	margin: 0;
	text-align: center;
}
.btn-service-wrap {
	text-align: center;
}
.service-image-wrap {
	display: none;
}
.blog-nav-wraper ul li {
	width: 100%;
	padding: 0;
	margin: 0
}
.blog-nav-wraper ul li button {
	width: 100%;
	margin-bottom: 5px;
}
.blog-nav-wraper ul li {
	margin-bottom: 10px;
}
.slider-image-text-wraper {
	height: auto;
	padding-bottom: 160px;
}
.slider-image-text-wraper {
	padding: 60px 15px 100px 15px;
}
.slider-text-main-wraper h1 {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0;
}
.big-blog-list-wrap ul li .blog-list-image-wrap {
	margin-bottom: 35px;
}
.contact-info-form-wrap {
	width: 100%;
	float: none;
}
.contact-mian-wraper {
	padding: 20px;
}
.footer-link-wraper {
	padding: 35px 0;
}
.footer-fallow-section-wrap {
	padding-left: 0;
}
.copyright-text-wrap {
	text-align: center;
}
.footer-bottom-link {
	text-align: center;
}
.blog-main-wraper {
	padding-bottom: 30px;
}
.search-slider-wrap {
	width: 100%;
}
}
