  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');

body {
	    font-family: 'Poppins', sans-serif;
	    line-height: 24px;
}
h3{
	font-size: 32px;
	margin-bottom: 24px;
}
.top-nav {
	background: #f3f9f9;
	padding: 10px 0;
	border-top: 5px #03a4e8 solid;
}

.top-nav ul {
	float: right;
	margin: 0 0 5px;
}

.top-nav ul li {
	list-style: none;
	float: left;
	margin-left: 20px;
}

.top-nav ul li a {
	font-size: 12px;
	color: #03a4e8;
	text-transform: uppercase;
}

.top-nav ul li a:hover {
	text-decoration: none;
	color: #000;
}

.fe-btn {
	background-color: #03a4e8;
	color: #fff !important;
	padding: 5px 10px;
	border-radius: 3px;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.navbar-brand {
	height: auto;
}

.navbar-nav {
	float: right;
	margin-top: 20px;
}

.nav > li > a {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 8px;
	padding-right: 20px;
	color: #000;
	font-weight: 600;
}

.nav > li:last-child a {
	padding-right: 0px;
}

.nav > li > a.current {
	color: #03a4e8;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #03a4e8;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
	min-width: 250px;
	border: 0px;
}

.navbar-nav > li > .dropdown-menu li {
	border-bottom: 1px #f4f4f4 solid;
	padding-top: 3px;
	padding-bottom: 5px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #03a4e8;
}

.navbar-nav > li > .dropdown-menu li:last-child {
	border-bottom: 0px;
}

.navbar-toggle {
	background-color: #03b3fe;
	margin-top: 25px;
}
.dropdown-menu>li>a{
	padding: 4px !important;
}

.navbar-toggle .icon-bar {
	background-color: white;
}
.whatsapp {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 999;
    background: #ffffff;
    padding: 4px 16px 4px 12px;
    border-radius: 80px;
    font-size: 14px;
    font-weight: bold;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0px 7px 27px -7px rgba(85,205,108,1);
-moz-box-shadow: 0px 7px 27px -7px rgba(85,205,108,1);
box-shadow: 0px 7px 27px -7px rgba(85,205,108,1);
border: #55cd6c solid 2px;
}
.whatsapp:hover {
	bottom: 18px;
	-webkit-box-shadow: 0px 7px 27px 0px rgba(85,205,108,1);
-moz-box-shadow: 0px 7px 27px 0px rgba(85,205,108,1);
box-shadow: 0px 7px 27px 0px rgba(85,205,108,1);
}
.whatsapp img {
    width: 32px;
    margin-right: 8px;
}
footer ul {
    margin: 0px;
    padding: 0;
    max-width: 360px;
}
ul.footer_menu li {
    width: 160px;
    display: inline-block;
}
.banner_container{
	padding: 32px 0;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	position: relative;
	min-height: 440px;
}
.banner_left {
    color: #fff;
}
.banner_left p {
    font-size: 18px;
    margin-top: 16px;
}
.banner_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 372px;
}
.banner_right {
    width: 344px;
    position: absolute;
    right: 0;
    top: 0;
}
.banner_left h1 {
    font-size: 40px;
    font-weight: bold;
}
.banner_left {
    color: #fff;
    width: calc(100% - 380px);
}
.banner_left ul {
    margin-top: 24px;
	padding: 0;
}
.banner_left ul li {
    margin-top: 4px;
    border: #a3a3a3 solid 1px;
    list-style: none;
    padding: 4px 16px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 8px 8px 0;
}
.banner {
	position: relative;
}

.banner-form {
	position: absolute;
	right: 6.9%;
	z-index: 99999999;
	top: 0;
}

.banner h1 {
	font-size: 48px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.close:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.mt-200 {
    margin-top: 200px
}
.sw-theme-dots>ul.step-anchor li:nth-child(4) {
    display: none;
}
.modal-lg {
    max-width: 600px;
}
.modal-header {
    padding: 12px 24px;
}
.modal-body {
    position: relative;
    padding: 0 24px 24px;
}
.modal-body .form-control{
	margin-bottom: 16px;
	background: #ffffff;
	border: #cccccc solid 1px;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 0;
    width: 100%;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: right;
    width: 120px;
    background: #03a4e8;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: left;
    width: 120px;
    background: rgb(81, 81, 92);
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
}
.docs_submitted{
	text-align: center !important;
	margin-bottom: 32px;
}
.docs_submitted img {
    width: 72px;
}
.modal-header .close {
    margin-top: 2px;
}
.close {	
    opacity: .5;
}
.sw-theme-dots>ul.step-anchor>li>a:after {
    margin-top: 17px !important;
}
.sw-theme-dots>ul.step-anchor>li>a:before{
	opacity: 0;
}
.sw-theme-dots .step-content p {
    margin-bottom: 24px;
}
.sw-main .step-content label {
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
}
.sw-theme-dots .sw-toolbar{
	padding: 0 !important;
}
.carousel-caption {
	right: 20%;
	left: 8%;
	padding-bottom: 30px;
	text-align: left;
	bottom: 100px;
	width: 50%;
}
.carousel-caption  p{
	font-size: 20px;	
}
.carousel-caption  ul li {
	font-size: 16px;	
	line-height: 28px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	width: 100%;
}

.carousel-control.left {
	left: 0;
	background: none;
	width: auto;
}

.carousel-control.right {
	right: 0;
	background: none;
	width: auto;
}

.btn-primary {
	background-color: #03a4e8;
	border: 1px #03a4e8 solid;
	min-width: 150px;
}
button.btn.btn-primary.inner_btn {
    width: 220px;
    height: 48px;
    margin: 0 0 48px;
  
}

.btn-primary:hover {
	background-color: #555555;
}

.reg-btn {
	text-transform: uppercase;
	font-size: 17px;
	padding: 15px 20px;
	margin-top: 30px;
}

.fyjt-outer {
	background-color: #263240;
    border-radius: 16px;
    padding: 32px 24px;
}

.fyjt-outer h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	color: #fff;
}

.fyjt-outer .form-group {
	margin-bottom: 10px;
}

.search-btn {
	width: 100%;
	background-color: #00b3ff;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	padding: 12px;
	margin-top: 10px;
}

.search-btn:hover {
	background-color: #00b3ff;
	border: 0px;
}

.catagories-area {
	padding: 40px 0px;
	background-color: #f5f5f5;
}

.catagories-area h2 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 26px;
}
.index_boxes_container {
    width: 100%;
    columns: 3;
    column-gap: 24px;
    column-fill: auto;
}
.index_boxes {
    width: 100%;
    margin: 0 0 24px;
    break-inside: avoid;
	min-height: 445px;
}
a.btn.btn-primary, a.btn.btn-primary:hover {
    color: #fff;
}
.index_boxes a {
    color: #333;
}
.index_boxes a:hover {
    color: #333;
	text-decoration: none;
}
.cat-container {
	display: flex;
	justify-content: space-between;
}

.cat-container .cat-box-outer {
	width: 117px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cat-container .cat-box-outer .cat-box {
	width: 117px;
	height: 117px;
	background-color: #03a4e8;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: relative;
	margin-bottom: 10px;
}

.cat-box .icon {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.cat-text {
	text-align: center;
}

.cat-text a {
	font-size: 17px;
	color: #03a4e8;
}

.cat-text span {
	display: block;
}
.about_img{
	width: 100%;
	max-width: 450px;
}
.features-area {
	min-height: 254px;
	background-image: url(../images/features-bg.jpg);
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: cover;
}

.features-area .box {
	text-align: center;
	margin-top: 10px;
}

.features-area .box img {
	margin-bottom: 10px;
}

.features-area .box span {
	text-align: center;
	font-size: 24px;
	display: block;
	color: #fff;
}

.about-area {
	padding: 60px 0px 80px;
}

.about-area h3 {
	margin: 0px 0px 20px;
	padding: 0;
	font-size: 32px;
	color: #000;
}
.about-area h4 {
	margin: 0px 0px 10px;
	padding: 0;
	font-size: 20px;
	color: #000;
}
.vision {
    position: relative;
    padding-left: 56px;
	margin-bottom: 24px;
}
img.about_icon {
    width: 40px;
    margin-bottom: 16px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.vision ul {
	padding: 0 0 0 12px;
}
.about-area .content p {
	font-size: 13px;
	line-height: 26px;
	text-align: justify;
}

.about-area .btn {
	padding-left: 35px;
	padding-right: 35px;
}

.in-outer {
	margin-bottom: 10px;
}

.in-outer img {
	width: 100%;
	margin-bottom: 5px;
}

.in-outer a {
	color: #000;
	font-size: 13px;
	line-height: 18px;
}

.benefits-area {
	min-height: 452px;
	background-image: url(../images/benifits.jpg);
	background-size: cover;
	padding: 60px 0;
}

.benefits-area h2 {
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	margin-bottom: 60px;
}

.benefits-box {
	text-align: center;
	margin: 0 auto;
	max-width: 220px;
	color: #fff;
}

.benefits-box p {
	font-size: 13px;
}

.benefits-box img {
	margin-bottom: 10px;
}

.benefits-box h4 {
	margin-bottom: 10px;
}

.latest-jobs-area {
	padding: 60px 0px 40px;
	background-color: #fff;
}

.latest-jobs-area h2 {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 26px;
	color: #000;
}

.latest-jobs-area h2 span {
	color: #5b5b5b;
	font-size: 18px;
	display: block;
	margin-top: 10px;
}

.latest-jobs {
	position: relative;
	padding: 40px;
	background-color: #fff;
	margin-bottom: 40px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
	display: table;
	width: 100%;
}

.latest-jobs a {
	font-size: 20px;
	color: #1ab3b1;
	margin-bottom: 10px;
	display: table;
	margin-bottom: 5px;
}

.job-logo {
	float: left;
	margin-right: 20px;
}

.latest-jobs span {
	float: left;
	margin-right: 20px;
}

.latest-jobs span i {
	margin-right: 10px;
}

.go-btn {
	position: absolute;
	font-weight: normal;
	background-color: #1ab3b1;
	width: 54px;
	height: 40px;
	text-align: center;
	right: 0px;
	bottom: -5px;
}

.go-btn:hover {
	background-color: #059f9d;
}

.go-btn img {
	margin-top: 8px;
}

.latest-news-area {
	padding: 60px 0;
	background-color: #f3f9f9;
}

.carousel-control.carousel-one {
	top: -45px;
	width: auto;
}

.left.carousel-control.carousel-one {
	background: none;
	right: 0px;
	width: auto;
	left: 94%;
	box-shadow: none;
}

.right.carousel-control.carousel-one {
	background: none;
}

.right.carousel-control.carousel-one .glyphicon {
	color: grey;
}

.left.carousel-control.carousel-one .glyphicon {
	color: grey;
}

.latest-news-area h2 {
	text-align: left;
	font-size: 26px;
	margin: 0 0 20px 0;
}

.latest-news-area img {
	float: left;
	margin-right: 25px;
}

.latest-news-area .news-content {
	float: left;
}

.latest-news-area .news-content h4 {
	font-size: 16px;
	font-weight: semi-bold;
	line-height: 26px;
	margin-top: 0;
}

.latest-news-area .news-content p {
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
}

.latest-news-area .news-content .btn {
	min-width: 150px;
}

.clientlogos-area {
	padding: 30px 0px;
}

.owl-prev {
	margin-left: -5px !important;
}

.owl-next {
	margin-right: -5px !important;
}

.clientlogos-area ul {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding-left: 0;
}

.clientlogos-area ul li {
	float: left;
	list-style: none;
}

.clientlogos-area ul li img {
	width: 100%;
}

.carousel-two .arrow {
	top: 30%;
	position: relative;
}

.clientlogos-area .carousel-two .right {
	right: -20px;
}

footer {
	padding: 60px 0px;
	background-color: #000707;
	background-image: url(../images/footer-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

footer h6 {
	font-size: 14px;
	color: #fff;
}

footer p {
	font-size: 14px;
	color: #fff;
}

footer ul {
	margin: 0px;
	padding: 0;
}

footer ul li {
	list-style: none;
	line-height: 31px;
}

footer ul li a {
	color: #fff;
}

footer ul li a:hover {
	color: #1ab3b1;
	text-decoration: none;
}

footer ul li i {
	margin-right: 5px;
}

.copy-right {
	margin-top: 40px;
	color: #fff;
}

.imnews-outer .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #29b5b6;
}

.imnews-outer .carousel-indicators {
	bottom: -30px;
}

.imnews-outer .carousel-indicators li {
	border-color: #29b5b6;
}

.owl-carousel .owl-item img {
	width: auto !important;
	margin: 0 auto !important;
}

.owl-dots {
	display: none;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
	font-size: 50px;
	opacity: .5;
}

.owl-theme .owl-nav {
	margin-top: 30px;
	position: absolute;
	width: 100%;
	top: 0;
}

.owl-carousel .owl-nav button.owl-next {
	float: right;
	background-color: transparent !important;
	border: 0px;
}

.owl-carousel .owl-nav button.owl-prev {
	float: left;
	background-color: transparent !important;
	border: 0px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover span {
	color: #000;
}

.mt-40 {
	margin-top: 40px;
}

/*inner page css start here*/
.inner-banner {
	background-image: url(../images/inner-banner.jpg);
	min-height: 150px;
	background-size: cover;
}

.inner-banner h1 {
	margin: 60px 0 0;
	color: #fff;
	font-size: 26px;
}

.breadcrumb {
	background-color: transparent;
	padding-left: 0px;
}

ul.breadcrumb {
	padding: 10px 16px 10px 0px;
	list-style: none;
	background-color: tr;
}

ul.breadcrumb li {
	display: inline;
	font-size: 12px;
	color: #03a4e8;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
	color: #fff;
	font-size: 12px;
}

ul.breadcrumb li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

ul.breadcrumb li a:hover {
	color: #03a4e8;
	text-decoration: underline;
}

.inner-page-area {
	padding: 40px 0 40px;
}

.inner-page-area h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 26px;
}

.dot-btn {
	min-width: auto;
	font-size: 16px;
	display: none;
}

.left-menu {
	padding: 0px 0px;
	margin: 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 24, 128, .1);
}

.left-menu li {
	list-style: none;
	border-bottom: 1px #f4f4f4 solid;
}

.left-menu li a {
	display: inline-block;
	color: #000;
	padding: 18px 20px;
	width: 100%;
}

.left-menu li a:hover {
	color: #03a4e8;
	text-decoration: none;
	background-color: #e6fdfd;
	border-left: 2px #03a4e8 solid;
}

.left-menu li a.active {
	color: #03a4e8;
	text-decoration: none;
	background-color: #e6fdfd;
	border-left: 2px #03a4e8 solid;
	font-weight: 600;
}

.left-menu li a i {
	margin-right: 5px;
}

.left-menu li:last-child {
	border-bottom: 0px;
}

.mt-20 {
	margin-bottom: 20px;
}

.form-control {
	background-color: #f3f6f9;
	background-image: none;
	border: 1px solid #eceff2;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #656565;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	width: 100%;
}

.control-label {
	font-size: 13px;
	font-weight: 600;
}

.right-area {
	padding: 20px 30px;
	margin: 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 24, 128, .1);
}

.modal-header {
	background-color: #ffffff;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: #555555;
	font-size: 16px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-weight: 600;
}
.close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 30px;
	font-weight: normal;
}

.dropdown-menu ul {
	margin: 0;
	padding: 0;
}

.dropdown-menu li {
	list-style: none;
	padding: 5px 20px;
}

.dropdown-menu li a {
	color: #000;
}

.dropdown-menu li a:hover {
	color: #03a4e8;
	text-decoration: none;
}

.dropdown-menu li a i {
	margin-right: 5px;
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #03a4e8;
	border-color: #03a4e8;
}

/*profile page css start here*/
.navbar-primary {
	border-bottom: 1px #f6f6f6 solid;
	background: #ffffff;
}

.green-bg {
	margin: 20px 0 0px;
	background-color: #06cecc;
	padding: 20px;
	border-radius: 3px;
	background-image: url(../images/profile-bg.jpg);
	background-size: cover;
}

.profile-pic {
	margin: 0 auto;
	width: 60px;
	position: relative;
}

.profile-pic img {
	border-radius: 50%;
	width: 100%;
	object-fit: cover;
}
 .p-upload {
 	position: absolute;
 	top: -5px;
 	right: -5px;
 	background-color: #fff;
 	width: 25px;
 	height: 25px;
 	padding: 2px;
 	text-align: center;
 	border-radius: 50%;
 	color: grey;
 }
.green-bg h2 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
}

.green-bg h2 i {
	color: #fff;
	font-size: 18px;
}

.green-bg h2 i:hover {
	color: #fff;
	font-size: 20px;
}

.green-bg h2 span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 20px;
}

.profile-details-outer {
	margin: 0 auto;
	display: table;
	float: none;
	color: #fff;
	font-size: 14px;
}

.profile-details-outer .col-md-6 {
	margin-bottom: 8px;
}

.profile-details-outer .col-md-6 i {
	margin-right: 5px;
}

.pf-txt {
	font-size: 12px;
	font-weight: bold;
}

.progress {
	height: 11px;
	margin-bottom: 0;
}
.progress-bar {
	line-height: 11px;
}

.right {
	float: right;
	font-size: 12px;
}

.fa-check {
	border: 1px #f6f6f6 solid;
	border-radius: 50%;
	padding: 5px;
}

.verify {
	float: right;
	padding: 2px 20px;
	border: none;
	color: #23527c;
	text-transform: uppercase;
	font-size: 13px;
}

.employment-outer {
	margin: 0 0 30px;
	background: #f4ffff;
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px #e4f2f2 solid;
}

.employment-outer h3 i {
	font-size: 18px;
	margin-left: 5px;
	color: #03a4e8;
}

.right-area h2 a:hover {
	text-decoration: none;
}

.employment-outer h3 {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

.employment-outer h3 span {
	display: block;
	font-size: 14px;
	line-height: 28px;
}

.employment-outer p {
	margin-bottom: 5px;
}

.mb-30 {
	margin-bottom: 30px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: 1px #f6f6f6 solid;
}

.table > thead > tr > th {
	border-bottom: 0px #f6f6f6 solid;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1;
}

.right-area h2 i {
	font-size: 18px;
	margin-left: 5px;
}
.cp-outer {
	background: #f4ffff;
padding: 20px 10px;
border-radius: 3px;
border: 1px #e4f2f2 solid;
}

.cp-outer span{
   display: block;
   font-weight: 600;
   line-height: 26px;
   margin-bottom: 20px;	
}
.profile-table  {
	border:0px #03a4e8 solid;
}
.profile-table th {
	background-color: #03a4e8;
	color: #fff;
} 
.profile-table tr td {
	border: none !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.profile-table tr:nth-child(even) {
	background-color: #f4ffff;
}
.profile-table  a {
	color: #03a4e8;
}
.testimonials {
	padding: 70px 0 0px;
	background-color: #f6f6f6;
	text-align: center;
}

.testimonials h5 {
	font-size: 22px;
	color: #323443;
	margin-bottom: 20px;
}


.testimonials p {
	font-size: 14px;
	line-height: 26px;
	color: #000;
	margin-bottom: 40px;
}

.shadow-effect {
	padding: 0px;
	text-align: center;
}

#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0 17px 0;
	font-weight: 300;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
	text-align: center;
	margin-bottom: 80px;
	/*opacity: .2;*/
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shadow-effect img {
	margin-top: 	20px !important	;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 150px;
	margin: 0 auto 17px;
}
.owl-carousel .owl-item img {
	width: auto !important;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3190E7;
	transform: translate3d(0px, -50%, 0px) scale(0.7);

}

#customers-testimonials.owl-carousel .owl-dots {
	display:none;
	width: 100%;
	text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #3190E7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

.box-new {
	background: #fff;
	border-radius: 16px;
    overflow: hidden;
	transition: all .3s ease-in-out;
}
.box-new:hover{
	box-shadow: 8px 9px 20px -8px rgba(0,0,0,0.47);
-webkit-box-shadow: 8px 9px 20px -8px rgba(0,0,0,0.47);
-moz-box-shadow: 8px 9px 20px -8px rgba(0,0,0,0.47);
}
.box-new.no_shadow:hover{
	box-shadow: none;
}
.box-new img {
    width: 100%;
}
.box-header {
    padding: 20px 20px 10px;
    text-align: center;
    /* background-image: url(../images/images-01.jpg); */
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #555555;
}
.box-header-02 {
	padding: 20px;	
	text-align: center;	
	background-image: url(../images/images-02.jpg);
	text-align: left;
	font-size: 20px;	
	color: #fff;
	font-weight: 600;	
}
.box-header-03 {
	padding: 20px;	
	text-align: center;	
	background-image: url(../images/images-03.jpg);
	text-align: left;
	font-size: 20px;	
	color: #fff;
	font-weight: 600;		
}
.box-header-04 {
	padding: 20px;	
	text-align: center;	
	background-image: url(../images/images-04.jpg);
	text-align: left;
	font-size: 20px;	
	color: #fff;
	font-weight: 600;		
}
.box-header-05 {
	padding: 20px;	
	text-align: center;	
	background-image: url(../images/images-05.jpg);
	text-align: left;
	font-size: 20px;	
	color: #fff;
	font-weight: 600;		
}
.box-header-06 {
	padding: 20px;	
	text-align: center;	
	background-image: url(../images/images-06.jpg);
	text-align: left;
	font-size: 20px;	
	color: #fff;
	font-weight: 600;		
}
.mb-20 {
	margin-bottom: 30px;	
}
.box-text {
    padding: 0 16px 24px;
    position: relative;
}
.box-text ul {
	margin: 0 0 20px 0;	
	padding: 0;	
	line-height: 30px;
	list-style: none;
	min-height: 130px;

}
.box-text ul li {
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 25px;
    line-height: 20px;
    margin-top: 12px;
}
.box-text .btn {
	width: 100%;
}
.content-area {
	padding: 40px 0 0 0;	
}
.fyjt-outer.contact{
	margin-bottom: 40px;
}
.contact h6 {
    font-size: 22px;
    font-weight: 600;
}
.contact ul {
    list-style: none;
    padding: 0;
}
.contact ul a {
    color: #333;
}
.contact ul li {
    margin-bottom: 4px;
}
.contact ul li a:hover {
	text-decoration: none;
}
.content-area.even {
    background: #e8e8e8;
}
.content-area ul, .content-area p {
    margin-bottom: 32px;
}
.content-area .container {
    max-width: 900px;
}
.table_container{
	margin: 40px 0;
}
tr:nth-child(odd) {
    background: #e4e4e4;
}
tr th {
    background: #333e49;
    padding: 12px;
    line-height: 16px;
    color: #fff;
}
tr td {
    padding: 12px;
}
table {
    border: #e4e4e4 solid 1px;
}


/*-------------------------------------*/

.error_field{
	border: 2px solid rgba(189, 48, 48, 0.849);
}

/*-------------------------------------*/
@media only screen and (min-device-width:768px) and (max-device-width:1199px) {
	.navbar-header {
		width: 18%;
	}

	.navbar-brand > img {
		display: block;
		width: 100%;
	}

	.nav > li > a {
		font-size: 13px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.navbar-nav {
		float: right;
		margin-top: 12px;
	}

}

@media only screen and (max-width:991px) {
	.sw-theme-dots>ul.step-anchor:before{
		top: 59px !important;
	}
	.banner_wrapper{
		display: table;
	}
	.banner_left {
		width: 100%;
		text-align: center;
	}
	.banner_right {
		position: relative;
		width: 480px;
		margin: 0 auto;
	}
.vision{
	margin-bottom: 40px;
	padding: 0;
}
.about_img {
    max-width: 320px;
    margin: 0 auto 32px auto;
    display: table;
}
.about-area h3, .about-area h4, .about-area p {
    text-align: center;
}
img.about_icon {
    margin: 0 auto 24px auto;
    display: table;
    position: relative;
    left: auto;
    top: auto;
    float: none;
    width: 48px;
}
	.index_boxes_container {
		columns: 2;
	}
	.box-text ul {
		min-height: 130px;
	}
	.navbar-brand {
		padding: 10px;
	}

	.navbar-nav {
		margin-top: 0;
		width: 100%;
	}

	.nav > li > a {
		padding: 5px 5px 10px;
		font-size: 12px;
	}

	.fyjt-outer {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.carousel-caption {
		width: 80%;
		top: 15%;
		left: 13%;
		text-align: center;
	}

	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
		width: 100%;
		min-height: 300px;
		object-fit: cover;
	}

	.reg-btn {
		margin-top: 20px;
	}

	.banner-form {
		max-width: 75%;
		position: inherit;
		display: table;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.fyjt-outer {
		margin-bottom: 0;
	}

	.left.carousel-control.carousel-one {
		left: 90%;
	}

	.carousel-two .arrow {
		top: 20%;
		position: relative;
	}

	.left-menu {
		margin-bottom: 30px;
		display: none;
	}

	.dot-btn {
		display: inline-block;
	}

	.right-area {
		margin-top: 30px;
	}
	.col-md-8.content {
		margin-top: 24px;
	}
	body {
		overflow-x: hidden;
	}
	footer h6 {
		margin-top: 40px;
	}
	footer {
		padding: 0px 0px 80px;
	}
	.index_boxes{
		min-height: 475px;
	}


}

@media only screen and (max-width:767px) {
	.navbar-nav {
		margin: 0px;
	}

	.nav > li > a {
		border-bottom: 1px #f4f4f4 solid;
	}

	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
		border-bottom: 1px #f4f4f4 solid;
	}

	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-left: 0;
		margin-right: 0;
	}

	.navbar-collapse .navbar-nav {
		width: 100%;
	}

	.benefits-box {
		margin-bottom: 20px;
	}

	.latest-news-area .news-content {
		margin-bottom: 40px;
	}

	.latest-news-area .news-content.two {
		margin-bottom: 0px;
	}


	footer ul {
		margin-bottom: 40px;
	}

	.imnews-outer {
		margin-top: 40px;
	}

	.carousel-two .arrow {
		top: 8%;
	}
	.banner_right {
		width: 360px;
	}
	.full_width .col-md-12 {
		padding-right: 0;
	}
	.table_container {
		margin: 15px 15px 15px 0;
	}
	.inner-banner {
		min-height: 72px;	
	}
	.inner-banner h1 {
		margin: 20px 0 0;

}

@media only screen and (max-width:630px) {
	.banner_right {
		width: calc(100% - 0px);
	}
	.banner_left {
		width: 100%;
		text-align: center;
	}
	.banner_wrapper {
		display: table;
		box-sizing: border-box;
		width: 100%;
	}
	.navbar-brand>img {
		display: block;
		width: 140px;
	}
	.navbar-toggle {
		margin-top: 12px;
	}
	.banner_left h1 {
		font-size: 30px;
		margin-top: 0;
	}
	.cat-container {
		display: block;
	}
	.banner_left p {
		font-size: 14px;
	}
	.banner_left ul {
		margin-top: 16px;
	}

	.cat-container .cat-box-outer {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.left.carousel-control.carousel-one {
		left: 86%;
	}
	.index_boxes_container {
			columns: 1;
		}
		.index_boxes{
			max-width: 360px;
			margin: 0 auto 24px;
			min-height: unset;
		}

}

@media only screen and (max-width:480px) {
	.job-logo {
		width: 100%;
		text-align: center;
	}

	.latest-jobs a {
		width: 100%;
	}

	.go-btn {
		width: auto !important;
		padding-left: 20px;
		padding-right: 20px;
	}

	.job-content {
		text-align: center;
	}

	.latest-jobs {
		padding-bottom: 60px;
	}

	.latest-jobs span {
		float: none;
	}

	.left.carousel-control.carousel-one {
		left: 82%;
	}

}
