@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@400;500;600&display=swap');
body{
	box-sizing:border-box; font-family: 'Open Sans', sans-serif;
	color: #414141;
	padding-top: 125px;
}

.cke_content * {
    font-family: inherit !important;
    white-space: normal !important;
    word-break: break-word !important;
}

:root {
    --primary-color:#236FA6;
    --secondary-color: #E3742C;
}
h1
h2,
h3,
h4,
h5,
h6{
	font-family: 'Oswald', sans-serif !important;
}
*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p{
    line-height: 1.5;
    font-size: 17px;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}a:hover
{
  text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus, a:hover, .accordion-button:focus
{
  outline: none; box-shadow: none;
}
.large_heading{
	font-size: 45px;
	font-family: 'Oswald', sans-serif;
}
.heading{
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
}
.sub_heading{
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
}
.small_heading{
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}
.title{
	font-size: 17px;
}
.text_primary{
	color: var(--primary-color);
}
.text_secondary{
	color: var(--secondary-color);
}
.bgPrimary{
	background: var(--primary-color);
}
.bgSecondary{
	background: var(--secondary-color);
}
.bgGrey{
	background:#EAEEF2;
}
.wrapper
{
  margin:0px;
  padding: 0px;
}
section
{
	padding:50px 0;
}
.header{
	padding:10px 0;
	width: 100%;
	background: #EAEEF2;
	z-index: 9;	
}
.login{
	background: #154D76;
}
.loginContainer{
	width: 500px;
	padding: 20px 0;
	margin:0 auto;
	text-align: center;
}
.loginForm{
	background: #fff;
	margin-top: 30px;
	padding: 70px;
	border-radius: 20px;
}
.loginFormItems{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.loginFormItems:last-child{
	margin-bottom: 0px;
}
.iconForm{
	background: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 50px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}
.iconForm img{
	width: 22px;
}
.inputForm{
	width: calc(100% - 60px);
}
.inputForm input{
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	border:1px solid var(--primary-color);
}

.form-group {
    margin-bottom: 20px;
}

.form-check-label{
	font-weight: 600;
	font-size: 13px;
	color: #333;
}
.btnSubmit{
	background: var(--primary-color);
	color: #fff;
	display: block;
	border:1px solid var(--primary-color);
	padding: 13px 30px;
	font-family: 'Oswald', sans-serif;
	border-radius: 5px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
}
.btnSubmit:hover{
	color: var(--primary-color);
	background: none;
}
.inlineFormBottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.inlineFormBottom a{
	color: #333;
	font-weight: 600;
	font-size: 15px;
}
.inlineFormBottom a:hover{
	color: var(--primary-color);
}
.rightMenu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rightMenu ul li{
	position: relative;
}
.rightMenu ul li ul{
	position: absolute;
	top: 100px;
	display: block;
	left: 0px;
	visibility: hidden;
	opacity: 0;
	width: 250px;
	background: #fff;
	z-index: 99;
	padding: 5px 0;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}
.rightMenu ul li:hover ul{
	visibility: visible;
	opacity: 1;
	top: 80px;
}
.rightMenu ul li ul li a{
	padding:10px 15px;
	display: block;
	font-size: 15px;
}
.rightMenu ul li ul li:hover a{
	background: #f9f9f9;
}
.rightMenu ul{
	display: flex;
	justify-content: space-between;
}
.rightMenu ul li a i{
	padding-left: 5px;
}
.rightMenu ul li a{
	color: #154D76;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	padding: 40px 15px;
	display: inline-block;
}
.rightMenu ul li a:hover{
	color: var(--primary-color);
}
.searchIcon{
	font-size: 22px;
	padding: 0 0px 0 295px;
	color: var(--primary-color);
}

.banner_description > * {
    font-size: 130%;
}

.banner_description {
    max-width: 800px;
    margin: 15px auto 0;
}


@media (min-width: 769px) {
    .searchIcon{
    	font-size: 22px;
    	padding: 0;
    	left: 120px;
    	color: var(--primary-color);
    }
}
.accountMenu{
	padding:0 10px;
}
.accountMenu li.signIn a{
	border:1px solid #154D76;
	color: #fff !important;
	background: #154D76;
	margin: 0 10px;
	display: inline-block;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 17px !important;
	padding: 10px 30px !important;
}
.accountMenu li.signIn:hover a{
	background:none;
	color: var(--primary-color) !important;
}
.accountMenu li.signUp a{
	background: #154D76;
	border:1px solid #154D76;
	color: #fff !important;
	margin: 0 10px;
	display: inline-block;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 17px !important;
	padding: 9.5px 30px !important;
}
.accountMenu li.signUp:hover a{
	background: none;
	color: var(--primary-color) !important;
}
.sliderBlock{
	background: url(../images/bg/banner.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position:relative;
	z-index:1;
	background-position: center;
	padding:150px 0;
}
.sliderBlock:before
{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgb(21 77 118 / 79%);
    z-index: -1;
}
.surveyLeft p{
	margin: 20px 0 30px;
	color: #414141;
	line-height: 27px;
}
.fontWeight-7{
	font-weight: 700;
}
.btnTheme{
	background: var(--secondary-color);
	border:1px solid var(--secondary-color);
	color: #fff;
	padding:10px 30px;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700; 
}
.btnTheme:hover{
	background: none;
	color: var(--secondary-color);
}
.titleBorder{
	position: relative;
	margin-bottom: 50px;
}
.titleBorder:before{
	content: '';
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100px;
	height: 4px;
	background: var(--secondary-color);
}
.surveyRight{
	padding:0 40px;
	position: relative;
	z-index: 1;
}
.surveyRight img{
	width: 100%;
	border-radius: 5px;
}
.surveyRight:before{
	content: '';
	position: absolute;
	top: -20px;
	right: 20px;
	width: 85%;
	height: 100%;
	background:#154D76;
	border-radius: 5px;
	z-index: -1;
}
.circleIcon, .circleIcon2{
	position: relative;
	z-index: 1;
}
.circleIcon:after{
	content: '';
	position: absolute;
	top: -20px;
	z-index: -1;
	right: -40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background:linear-gradient(to left, var(--primary-color), #fff); 
	opacity: 0.5;
}
.circleIcon2:after{
	content: '';
	position: absolute;
	top: -20px;
	z-index: -1;
	right: -40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background:linear-gradient(to left, var(--secondary-color), #fff); 
	opacity: 0.5;
}
.imgAnimation{
	animation: bounce 2s infinite ease-in-out;
}
@keyframes bounce{
	50%{
		transform: translateY(5px);
	}
}
.surveyRight2{
	padding:0 40px;
	position: relative;
	z-index: 1;
}
.surveyRight2 img{
	width: 100%;
	border-radius: 5px;
}
.surveyRight2:before{
	content: '';
	position: absolute;
	top: -20px;
	left: 20px;
	width: 85%;
	height: 100%;
	background:#154D76;
	border-radius: 5px;
	z-index: -1;
}

.coming_soon_box {
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px;
}

.coming_soon_box .title {
    font-size: 160%;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
}

.coming_soon_box .title span {
    color: #236fa6;
    display: block;
}

.coming_soon_box img {
    height: 80px;
    margin-bottom: 10px;
}

.footer{
	border-top: 8px solid #EAEEF2;
	padding: 40px 0;
}
.footer p{
	color: #999;
}
.bradecrame{
	position: relative;
	z-index: 1;
	padding: 150px 0;
}
.bradecrame2{
	padding: 70px 0;
}
.bradecrame:before
{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgb(21 77 118 / 79%);
    z-index: -1;
}
.bradecrame h2, .bradecrame2 h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.imgPath{
    overflow:hidden;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.imgPath img{
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 300px;
	opacity: .9;
	transition: all 0.5s ease-in-out;
	object-fit: cover;
}
.imgPath2{
    overflow: hidden;
	border-radius: 10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.imgPath2 img{
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 300px;
	opacity: .9;
	transition: all 0.5s ease-in-out;
	object-fit: cover;
}
.itemPath{
	margin-bottom: 30px;
	border-radius: 10px;
	overflow:hidden;
	background: #EAEEF2;
	padding:10px;
	transition: all 0.5s ease-in-out;
}
.pathTitle{
	background: #EAEEF2;
	padding:15px 10px 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*border-bottom-left-radius: 10px;*/
	/*border-bottom-right-radius: 10px;*/
}
.pathTitle h4{
	color: #414141;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
}
.pathTitle i{
	color: var(--secondary-color);
}
.itemPath:hover .pathTitle h4{
	color: #154D76;
}
.itemPath:hover{
	box-shadow: 0 .5rem 1rem #EAEEF2!important;
}
.itemPath:hover img{
	transform: scale(1.1);
	opacity: 1;
}
.itemAccounting a{
	display: flex;
	background: url(../images/arrow-bg.png) no-repeat;
	background-size: cover;
	width: 100%;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 111px;
	padding:9px 6px 8px 7px;
	transition: all 0.5s ease-in-out;
}
.imgCircle{
	width: 100px;
	height: 100%;
	border-radius: 10px;
	border-top-right-radius:0px;
	object-fit:cover;
	border-bottom-right-radius:0px;
	overflow:hidden;
}
.imgCircle img{
	width: 100%;
	border-right: 2px solid var(--secondary-color);
	border-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	height: 100%;
	object-fit: cover;
}
.itemAccounting a:hover{
	background: url(../images/arrow-bg2.png) no-repeat;
	background-size: cover;
	color: #fff !important;
}
.itemAccounting:hover .accountingRight h4{
	color: #fff;
}
.itemAccounting:hover a:before{
	background: var(--primary-color);
}
.accountingRight{
	transition: all 0.5s ease-in-out;
	width:calc(100% - 250px);
	padding-left: 40px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	padding:20px 20px;
	z-index: 1;
	color: #333;
}
.leftJob h3{
	margin-bottom: 20px;
}	
.leftJob p{
	color: #333;
	line-height: 27px;
}
.rightJob{
	border:1px solid var(--primary-color);
	border-radius: 5px;
}
.rightJob h3{
	background: var(--primary-color);
	color: #fff;
	padding:12px 0;
	text-align: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.rightJob ul{
	margin: 20px 0;
}
.rightJob ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:15px 15px 15px;
	font-size: 15px;
	border-bottom: 1px dashed #f1f1f1;
}
.jobResponsibility ul{
	position: relative;
	margin-left: 50px;
	margin-top:20px;
}
.bgBlueDark{
    background:#154D76;
}
.jobResponsibility ul li{
	padding: 10px 20px;
	font-size: 15px;
	position: relative;
	z-index: 1;
}
.jobResponsibility ul li:before{
	content: '';
	position: absolute;
	top: 16px;
	left: 0px;
	width: 8px;
	height: 8px;
	background: #333;
	border-radius: 50%;
}
.userIcon{
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	margin:0px auto 20px;
}
.userIcon i{
	font-size: 55px;
}
.leftInterview{
	background: #2c5e83;
	padding:20px;
	border:1px solid #7294ac;
	border-radius: 5px;
}
.leftInterview p{
    font-size:15px;
    margin-bottom:10px;
}
.videoIcon{
	background: #4F6474;
	padding:100px 60px;
	border:5px solid #154D76;
	display: flex;
	align-items: center;
	justify-content: center;
}
.videoIcon img{
	width: 90px;
}
.videoIcon i{
	font-size: 70px;
	color: var(--primary-color);
}
.itemVideo{
	margin-bottom: 40px;
}
.itemVideo h5{
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}
.profileLeft{
	padding:50px 60px 50px 0;
	position: relative;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	z-index: 1;
}
.profileLeft:before{
	content: '';
	position: absolute;
	top: 0px;
	left: -15px;
	width: 20px;
	height: 100%;
	background: #154D76;
	z-index: -1;
}
.profileLeft h4 a{
	font-size: 14px;
	vertical-align: middle;
	padding-left: 15px;
	color: #eee !important;
}
.iconContact{
	background: #2c5e83;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e9f0f6;
	margin-right: 15px;
}
.itemContact{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.iconContact i{
	font-size: 22px;
}
.itemContact p{
	color: #fff;
	font-size: 18px;
}
.linkSearch{
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
.linkSearch:before{
	content: '';
	position: absolute;
	top:25px;
	width: 100%;
	height: 2px;
	transition: all 0.5s ease-in-out;
	background: #fff;
}
.linkSearch:hover{
	color: var(--secondary-color);
}
.linkSearch:hover:before{
	background: var(--secondary-color);
}
.profileItem{
	border:4px solid var(--primary-color);
	height: 480px;
	border-radius: 10px;
	padding:30px 40px;
	margin-top: 20px;
}
.linkBorder{
	background: var(--primary-color);
	color: #fff;
	padding: 10px;
	border:1px solid var(--primary-color);
	display: block;
	text-align: center;
	border-radius: 4px;
	margin-top:20px;
	font-size: 14px;
}
.linkBorder:hover{
	background: none;
}
.profileItem p{
	margin-bottom: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    color: #414141;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}
.profileInline{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.profileInline a{
	padding-top: 5px;
	font-size: 35px;
	margin-left: 15px;
	color: var(--secondary-color);
}
.profileInline p{
	width: 77%;
	font-size: 16px;
	height: auto;
}
.profileLeft h4{
	font-size: 22px;
}
.fixedHeader{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #EAEEF2;
	z-index: 99;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
.headingItem{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 60px;
	line-height: 40px;
	position: relative;
}
.headingItem:before{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 95%;
	height: 92%;
	content: '';
	border:1px dashed #91b7d2;
}
.border2:before{
	border-color: #f1b995 !important;
	height: 94%;
}
.border3:before{
	border-color: #f1b995 !important;
	height: 93%;
}
.he:before{
	height: 90%;
}
.he2:before{
	height: 94%;
}
.he3:before{
	height: 88%;
}
.backBtn{
	background: var(--primary-color);
	border:1px solid var(--primary-color);
	color: #fff;
	padding: 10px 40px;
	font-size: 17px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
}
.backBtn:hover{
	background: none;
	color: var(--primary-color);
}
.bgBox{
	background: #154D76;		
}
.bgBox .pathTitle{
	background: #154D76;
}
.bgBox .pathTitle{
	color: #fff;
}
.bgBox .pathTitle h4{
	color: #fff;
	padding-top: 15px;
}

.bgBox:hover .pathTitle h4{
	color: #fff;
}
.boxBg{
	background: #154D76;
}
.pathTitle i{
	padding-top: 0px;
}
.borderTop{
	border-top:5px solid var(--secondary-color);
}
.accountingRight h4{
	color: #414141;
}
.btnBlue{
	background: #E3742C;
	border: 2px solid var(--secondary-color);
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 500;
}
.btnBlue:hover{
	background: none;
	color: #414141;
}
.text_primary2{
	color: #154D76;
}
.customPadding{
    padding:0 25px;
}
.rightInterview{
    padding-left:20px;
}

/*responsive css*/
.desktop-none{
	display: none;
}
.mobile-none{
	display: block;
}
.jobResponsibility li a{
    color:#333;
    font-weight:600;
}

/* owl carousel */

/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */

.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    background: #e3742c;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
}

.career_interviews_carousel .owl-nav > div {
    top: 20%;
}

.owl-nav i {
    font-size: 100%;
}

.owl-nav .owl-prev {
    left: -50px;
}

.owl-nav .owl-next {
    right: -50px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin-right: 10px;
}

.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ddd;
    border-radius: 50%;
    transition: all .5s;
}

.owl-carousel .owl-dot.active span {
    background-color: #231F20;
    width: 20px;
    border-radius: 10px;
}

.owl-carousel .owl-stage {
    padding: 20px 0;
}

/* //owl carousel */

.searchIcon {
    position: relative;
}

.smart_search {
    position: absolute;
    left: -250px;
    width: 300px;
    z-index: 999;
    display: none;
}

.search_box.on_page {
    position: relative;
}

.search_box.on_page .smart_search {
    left: 0;
}

.search_box.on_page .smart_search {
    margin-top: 10px;
}

.search_box.on_page .search_res a span {
    text-transform: uppercase;
    color: #154D76;
    font-weight: 600;
}

.search_input {
    font-size: 22px;
}

.search_res {
    background-color: #fff;
}

.search_res a {
    display: flex !important;
    padding: 10px 15px !important;
}

.search_res a img {
    width: 50px;
    margin-right: 10px;
}

.search_res a span {
    font-size: 14px;
}

.careers_list {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.user_career {
    position: relative;
    padding-right: 35px;
}

.user_career .remove_career {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #e3742c;
    font-size: 150%;
    transform: translateY(-50%);
    cursor: pointer;
}

.custom_confirm {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background-color: #f9f9f9;
}

.custom_confirm .title {
    font-size: 170%;
    margin-bottom: 15px;
}

/* our story */
.text{
	font-size: 18px;
}
.ourTeam{
	margin-top: 40px;
}
.itemTeam{
	text-align: center;
	margin-bottom: 50px;
}
.teamImg{
	margin-bottom: 20px;
}
.teamImg img{
	max-width: 100%;
	height: 220px;
	object-fit: cover;
}
.itemTeam h4{
	margin: 15px 0;
	color: #000;
}
.itemTeam:hover h4{
	color: var(--primary-color);
}
.itemTeam p{
	font-size: 14px;
	color: #000;
}
.videoBlock video{
	width: 100%;
}
.videAfter{
	margin-top: 20px;
}
.videAfter p{
	margin-top: 15px;
}