body {
	font-family: Raleway, sans-serif !important;
}
.nav1 .navbg {
	background: #fff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0;
	left: 0;
	right: 0;
	top: 0;
	transform: translate3d(0, 0, 0);
	transition: transform .4s, background .4s;
	z-index: 100;
}
.nav1 .nav-section-height {
	height: 64px!important;
}
.nav1 .nav_logo {
	vertical-align: text-bottom;
	width: 110px;
	height: 40px;
	margin-right: 25px;
}
@media only screen and (max-width: 990px) {
	.nav1 .nav_logo {
		vertical-align: text-bottom;
		width: 110px;
		height: 40px;
		margin-right: 0px;
	}
	.nav1 .nav-section-height {
		height: 60px!important;
	}
}
.nav1 .nav-link {
	color: #5f6368!important;
	font-size: 15px;
}
.nav1 .sign_btn {
	background: #1a73e8;
	color: #fff!important;
	padding: 11px 24px 11px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	top: 7px;
	margin-left: 20px;
}
.nav1 .sign_btn:hover {
	background: #174ea6;
	outline: 0;
	color: #fff!important;
	padding: 11px 24px 11px;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
}
.nav1 .nav-link:hover {
	color: #000!important;
	font-size: 15px;
}
.nav1 .navbar-nav > li {
	float: left;
	position: relative;
}
/* sidebar nav start*/

.nav1 .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.2s;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
	transform: translate3d(0, 0, 0);
}
.nav1 .sidenav a {
	color: #5f6368!important;
}
.nav1 .sidenav a:hover {
	color: #000!important;
}
.nav1 .sidenav .closebtn {
	position: absolute;
	top: 0px;
	right: 18px;
	font-size: 27px;
}
@media screen and (max-height: 450px) {
	.nav1 .sidenav {
		padding-top: 15px;
	}
	.nav1 .sidenav a {
		font-size: 14px;
	}
}
.nav1 .sidenav .logo_spacer {
	padding: 11px 26px;
}
.nav1 .nav .nav-item .active {
	background: #f1f3f4;
	color: #000!important;
	font-size: 14px;
	padding: 14px;
}
/* sidebar nav close*/

/*nav close */

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
@media only screen and (max-width: 700px) {
	.index_banner {
		padding: 50px 0px!important;
	}
}
.index_banner {
	padding: 80px 0px;
	background: #f7f1f4;
}
h2,
h3 {
	font-family: Montserrat, sans-serif !important;
	font-size: 1.8rem!important;
}
.index_banner h1 {
	line-height: 51px;
	color: #000000;
	letter-spacing: 2px;
	font-weight: 300;
	font-family: inherit;
	font-size: 2.1rem!important;
}
@media only screen and (max-width: 700px) {
	.index_banner ul li {
		width: 34.3%!important;
	}
}
.index_banner .right_banner {
	width: 53%;
	height: auto;
}
.index_banner ul.points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.index_banner ul li {
	display: inline-block;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 13px;
	line-height: 28px;
	color: #0f3a5c;
	margin: 0 35px 15px 0;
	width: 26.3%;
}
.index_banner ul li a {
	color: #0f3a5c;
}
.index_banner ul li a:hover {
	color: #0f3a5c;
}
.index_banner ul li:before {
	content: "";
	position: absolute;
	left: -3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 16px;
	width: 16px;
	border: 1px solid #f73198;
	border-radius: 50%;
}
.index_banner ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #d02c94ed;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.index_banner .banner_button {
	background: #ee6780;
	color: #fff;
	padding: 15px 35px;
	-webkit-box-shadow: 7px 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 7px 8px 15px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
	margin-top: 20px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	font-weight: 700;
}
.index_banner .banner_button:hover {
	background: #e64967;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 700px) {
	.index_banner .btn-center {
		text-align: center;
	}
	.index_banner .banner_button {
		padding: 11px 30px;
		margin-bottom: 20px;
		font-size: 14px;
	}
}
.para_spacer {
	padding: 65px 0 75px;
}
.hr_spacer {
	margin-top: 1rem;
	border: 0;
	width: 180px;
	border-top: 2px solid #00a3ff;
}
.box-img {
	max-width: 200px;
	height: auto;
}
.spacer_43 {
	margin-top: 43px;
}
.spacer_50 {
	margin: 50px 0px;
}
.grey-bg {
	background: #f6f6f7;
}
.section2 .img-res {
	width: 240px;
	height: 480px;
}
/* accordin syles */

.flex-container {
	margin: 50px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.theme-intergration-image {
	width: 30%;
}
.theme-intergration-image img {
	width: 372px;
	height: 351px;
	display: inline-block;
}
/* accordin syles close*/

/* section 4 */

.section4 .box_list svg {
	width: 19px;
	height: 19px;
	margin-right: 24px;
	vertical-align: text-top;
}
.section4 .box_list h5 {
	font-size: 22px;
	font-weight: 400;
}
.section4 .box_list p {
	font-size: 15px;
}
.section4 .bg-light_blue {
	background: #f0f0f1;
	text-align: center;
	padding: 22px 20px 24px;
}
.section4 .bg-light_blue .details_para {
	color: #565b73;
	max-width: 360px;
	margin: 0 auto 14px;
	line-height: 1.6;
}
.section4 .bg-light_blue .details_link {
	background: #495057;
	color: #fff;
	display: inline-block;
	padding: 10px 16px;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	cursor: pointer;
	border: 0;
}
.col-spacer {
	margin: 14px 0px;
}
.list_details li {
	font-weight: 400;
	opacity: .6;
	font-size: 14px;
	line-height: 1.4;
	margin: 5px 0;
	padding-left: 20px;
	position: relative;
}
.list_details li::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.8;
}
/* section4 close */

button:focus {
	outline: 1px dotted;
	outline: none;
}
.shadow_section {
	box-shadow: 2px 3px 5px 1px #bac8cd;
	height: 0px;
	width: 300px;
	margin: auto;
}
.overflow-hidden {
	overflow: hidden;
}
/* button styles */

.btn--main {
	display: block;
	background: #45484c;
	margin: auto!important;
}
.main-btn {
	display: inline-block;
	width: 250px;
	height: 60px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	padding: 16px 0;
	border: none;
}
.btn--main:hover {
	background: #ff3399;
	-webkit-box-shadow: 0 1px 5px 0 transparent;
	-moz-box-shadow: 0 1px 5px 0 transparent;
	box-shadow: 0 1px 5px 0 transparent;
	filter: alpha(opactiy=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border-color: #ff339900;
	cursor: pointer;
	color:#fff;
}
.spacer_20 {
	margin-top: 20px;
}
/* scroll styles */

::-webkit-scrollbar {
	width: 9px;
	-ms-overflow-style: none;
	display: none;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 10px;
}
/* scroll styles close*/

/* close */

footer {    
    padding: 25px 0;
    text-align: center;
    color: rgb(0 0 0 / 99%);
    background-color: #fff;
    border-top: 0.5px solid #ddd;
    margin-top: 23px;
    font-size: 13px;
}
footer .copy{
    width: auto!important;
}
footer a{
    Color:#444;
}
footer a:hover{
    Color:#444;
}
.overflow-x-none {
	overflow-x: hidden;
}
/* footer style close */

/* section 4 */

.section4 .box_list svg {
	width: 19px;
	height: 19px;
	margin-right: 24px;
	vertical-align: text-top;
}
.section4 .box_list h5 {
	font-size: 22px;
	font-weight: 400;
}
.section4 .box_list p {
	font-size: 15px;
}
.section4 .bg-light_blue {
	background: #f2f3f5;
	text-align: center;
	padding: 22px 20px 24px;
}
.section4 .bg-light_blue .details_para {
	color: #565b73;
	max-width: 360px;
	margin: 0 auto 14px;
	line-height: 1.6;
}
.section4 .bg-light_blue .details_link {
	background: #495057;
	color: #fff;
	display: inline-block;
	padding: 10px 16px;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	cursor: pointer;
	border: 0;
	text-decoration: none;
}
.col-spacer {
	margin: 14px 0px;
}
.list_details li {
	font-weight: 400;
	opacity: .6;
	font-size: 14px;
	line-height: 1.4;
	margin: 5px 0;
	padding-left: 20px;
	position: relative;
}
.list_details li::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.8;
}
/* section4 close */

button:focus {
	outline: 1px dotted;
	outline: none;
}
.shadow_section {
	box-shadow: 2px 3px 5px 1px #bac8cd;
	height: 0px;
	width: 300px;
	margin: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-none {
	overflow-x: hidden;
}
.box_features-content {
	padding: 17px 22px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
.box_features-content:hover {
	-webkit-box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.12);
}
.box_features-content svg {
	height: 50px;
	width: 50px;
	margin: 0 0 13px;
	fill: #00D4C5;
}
.box_features-content h3 {
	font-size: 16px!important;
	line-height: 26px;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	width: 70%;
}
.list_details {
	list-style: disc!important;
}
.box_features-content:hover h3:after {
	width: 100px;
}
.box_features-content h3:after {
	content: "";
	position: absolute;
	background: #0f3a5c;
	width: 72px;
	height: 2px;
	bottom: -8px;
	left: 0;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.box_features-content p {
	font-size: 15px;
	line-height: 28px;
	margin-top: 23px;
	color: #5b5b5b;
}
.pop_box {
	display: flex;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10001;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.popup_section_box {
	max-width: none;
	display: flex;
	margin: 0;
	flex-direction: column;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	background-color: #fff;
	opacity: 1;
	-webkit-tap-highlight-color: transparent;
	transform: scale(1);
	z-index: 1100;
	width: 100%;
}
.popup_header {
	display: flex;
	padding: .75rem;
	justify-content: space-between;
	box-shadow: inset 0 -1px 0 0 #e6e4eb;
	box-shadow: 0 -1px 0 0 var(--bpk-color-gray-100, #e6e4eb) inset;
}
.popup_header_heading {
	margin: 0;
	font-size: 17px;
	line-height: 1.5rem;
	font-weight: 400;
	letter-spacing: normal;
	font-weight: 700;
}
.popup_alert_box_bg {
	background-color: #f3f2f5;
}
.popup_scroll_area {
	flex: 1 1;
	overflow-y: auto;
}

/* new style */
.popup_alert_area {
    width: 97%;
    min-height: 100%;
    margin-right: auto;
    background: #fff;
    overflow: hidden;
}
.popup_col_close{
    position: absolute;
    right: 1.5%;
    display: block;
    top:12px
}
.popup_header{
    display: none;
}
.close_header_section{
    display:none;
}
.large_popup_close_col{
	position: absolute;
    right: 1%;
    display: block;
    top: 12px;
}
@media (max-width: 768px){
    .close_header_section{
		display: flex;
		justify-content: space-between;
    }
    .popup_alert_area {
        width: 100%;
    }
    .large_popup_close_col{
        display:none
    }
}
.large_popup_close_col svg{
	width:19px;
	height:19px;
}
/* close */
.jobrefbreadcum ul.breadcrumb {
	padding: 8px 16px;
	list-style: none;
	background-color: #eee;
	border-radius: 0;
}
.popup_spacer {
	padding: 0px 16px;
}
.iframe_popup {
	width: 100%;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.iframe_full_view {
	position: absolute;
	height: 100vh;
	width: 99%;
}
.spacer_40 {
	margin-top: 40px;
}
.btn-all {
	cursor: pointer;
	color: #fff!important;
}
.close-icon svg {
	width: 23px;
	height: 23px;
	cursor: pointer;
}
/* .close_header_section{
	position: relative;
	height: 38px;
	padding: 5px 9px 9px;
	border-bottom: 1px solid #ddd;
	background: #e7e7e8;
} */
@media only screen and (max-width: 950px) {
	.close_header_section {
		position: fixed!important;
		height: 22px!important;
		border-bottom: 1px solid #f8f9fa;
		top: 0;
		width: 100%;
		background: #e9ecef;
		left: 0;
		display: flex;
		justify-content: space-between;
	}
	.back-icon svg {
		width: 15px;
		height: 15px;
		cursor: pointer;
		color: #827d7d;
	}
}
/* .close_header_section{
	position: relative;
	height: 38px;
	padding: 9px;
	border-bottom: 1px solid #ddd;
	background: #e7e7e8;
}
@media only screen and (max-width: 950px) {
	.close_header_section {
		position: fixed!important;
		height: 46px!important;
		border-bottom: 1px solid #ddd;
		top: 0;
		width: 100%;
		background: #e7e7e8;
		left: 0;
	}
} */
/* .close-icon {
	position: absolute;
	right: 3px;
	top: 8px;
} */
@media only screen and (max-width: 990px) {
	#bigads {
		display: none;
	}
	.tile-wall {
		padding: 0px;
	}
}
@media only screen and (min-width: 990px) {
	#smallads {
		display: none;
	}
}
.sbutton {
	background-color: #1d3557;
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 1px;
}
.sbutton:hover {
	background-color: #e63946;
	color: white;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
ul.list-inline > li a {
	color: #1c3557;
}
ul.list-inline > li a:hover {
	color: #1c3557;
	text-decoration: underline!important;
}
#main-page-list .country-list-item a {
	color: #5e2a67!important;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
}
#main-page-list .country-list-item a:hover {
	text-decoration: underline!important;
}
#main-page-list .country-list-item {
	padding: 6px 13px!important;
	border-bottom: 1px solid rgba(0, 0, 0, .125)!important;
	font-size: 14px;
	color: #ddd;
}

@media only screen and (max-width: 700px) {
	.top-adv-mb{
		display: none;
	}
	.main-section{
		margin-top: 25px;
	}
	footer .copy{
	    font-size: 9px;	
	}
	footer a {
		font-size: 9px;	
	}
}