

/*-------------- Header Main Css ------------------*/

.header-height{
	height: 80px;
	font-size: 0px;
}
header.site-header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #0f6cb0;
	z-index: 10;
	background: none;
}
header.site-header:before {
	content: "";
	display: block;
	top: 0;
	height: 100%;
	transform: translateY(-144px);
	left: 0;
	width: 100%;
	position: absolute;
	background-color: #003a66;
	opacity: 0;
	transition: transform .4s, opacity .4s;
}
header.sticky:before {
    opacity: 0.94;
    transform: translateY(0);
}
header:after,
header.site-header .container:after {
    clear: both;
    content: "";
    display: block;
}
.header-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0px;
	position: relative;
}
.logo {
    margin: auto;
}
.logo img {
    max-width:240px;
}

.logo a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*-------------- Main Menu Css ------------------*/

.zeynep{
	bottom:0;
	pointer-events:none;
	position:fixed;
	top:82px;
	right:-100%;
	z-index:101;
	overflow: hidden;
	transition: all 0.6s ease 0s;
}
.zeynep-overlay{
	background-color:rgba(0,0,0,.42);
	bottom:0;
	display:none;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:100;
}
.zeynep-opened .zeynep-overlay{
	display:block
}
.zeynep.opened{
	pointer-events:auto;
	right: 0px;
}
.zeynep.submenu-opened{
	overflow:hidden
}
.zeynep .submenu{
	bottom:0;
	min-height:100%;
	pointer-events:none;
	position:absolute;
	top:0;
	width:100%;
	padding:0px 15px;
	overflow: hidden;
	overflow-y:auto;
	transition: all 0.6s ease 0s;
}
.zeynep .submenu.opened{
	right:0;
	pointer-events:auto;
}
.zeynep .submenu.opened:not(.current){overflow:hidden}

/* zeynepjs menu styles */
.zeynep {
    background-color: rgba(0,15,35,0.90);
    color: #fff;
    width: 295px;
}
.main-menu {
	padding: 0px 15px;
	height: 100%;
}
.main-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    -webkit-overflow-scrolling: touch;
}
.main-menu ul > li {
    display: block;
    border-bottom: 1px solid rgba(0,32,78,0.90);
}
.main-menu ul > li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 8px 20px 8px 0px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 150ms;
    position: relative;
}
.main-menu ul > li > a:before {
    content: "";
    position: absolute;
    right: 0px;
    text-align: right;
    height: 24px;
    width: 24px;
    line-height: 26px;
}
.main-menu ul > li > a:hover:before {
    right: 10px;
}
.main-menu ul > li:last-child {
    border-bottom: 0px;
}
.main-menu .has-submenu .has-submenu ul > li > a{
	font-size: 14px;
	line-height: 18px;
}

/* zeynepjs submenu styles */
.zeynep .submenu {
    background-color: rgba(0,15,35,0.90);
    right: -295px;
    z-index: 1;
}
.zeynep .submenu-header > a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 15px 15px 25px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 150ms;
    position: relative;
}
.zeynep .submenu-header > a:before {
    content: "";
    position: absolute;
    left: 0px;
    text-align: left;
    height: 24px;
    width: 24px;
    line-height: 26px;
}
.zeynep .submenu > label {
    color: #fff;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 15px 8px 15px;
    letter-spacing: 1px;
    width: 100%;
    background-color: #ee1d23;
    margin: 0px;
}
.mobile-menu-wrapper {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0px;
	top: 50%;
	margin-top: -22px;
}
.mob-menu-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
	background: linear-gradient(to bottom,  #e72022 0%,#c51416 100%);
	border-radius: 50%;
}
.mob-menu-icon > span {
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition: .4s;
    z-index: 6;
}
.mob-menu-icon > span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: -8px;
    left: 0;
    transition: .4s;
}
.mob-menu-icon > span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 8px;
    left: 0;
    transition: .4s;
}
.mobile-menu-wrapper.mclose span.menu-close > span {
    transform: rotate(135deg);
    background-color: #fff;
    width: 22px;
    height: 2px;
}
.mobile-menu-wrapper.mclose span.menu-close:hover > span {
    transform: rotate(225deg);
    background-color: #fff;
    width: 70%;
    height: 2px;
}
.mobile-menu-wrapper.mclose span.menu-close > span:before,
.mobile-menu-wrapper.mclose span.menu-close > span:after {
    top: 0;
    transform: rotate(90deg);
    background-color: #fff;
    width: 100%;
    height: 2px;
}
.mobile-menu-wrapper.mclose span.menu-close {
    position: fixed;
    z-index: 6;
}
.mobile-menu-wrapper span.mob-menu-icon{
    opacity: 0;
    z-index: 0;
}
.mobile-menu-wrapper span.menu-open{
    opacity: 1;
    z-index: 1;
}
.mobile-menu-wrapper.mclose span.menu-open{
    opacity: 0;
    z-index: -1;
}
.mobile-menu-wrapper.mclose span.menu-close{
    opacity: 1;
    z-index: 1;
}
.has-submenu > a, .submenu-header > a{
    position: relative;
}
.has-submenu > a:before{
    position: absolute;
	right: 0px !important;
	top: 50%;
	margin-top: -7px;
	width: 14px !important;
	height: 14px !important;
	content: "";
	background-image: url("assets/images/up-arrow-angle.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100%;
	transform: rotate(90deg);
}
.has-submenu > a:hover:before{
	transform: rotate(180deg);
}
.submenu-header > a:before{
    position: absolute;
	left: 0px !important;
	top: 50%;
	margin-top: -7px;
	width: 14px !important;
	height: 14px !important;
	content: "";
	background-image: url("assets/images/up-arrow-angle.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100%;
	transform: rotate(-90deg);
}


/*-------------- Custom Scroll Css ------------------*/
.custom-scroll {}
.nicescroll-rails {
	background-color: #EBEBEB;
	width:10px !important;
	margin-left: -5px;
	border-radius:0px !important;
	padding-right:2px;
}
.nicescroll-cursors {
	border: none !important;
	background-color: #aaa !important;
}
.nicescroll-rails:hover  {
	padding-right:0px;
}
.nicescroll-rails-vr:hover  .nicescroll-cursors{
	width:10px !important;
}

/*=============== Page Footer Css =============*/

.site-footer {
    clear: both;
	border-top: 1px solid #3a424d;
	padding: 15px 0px;
	font-size: 14px;
	height: 55px;
}
.bottom-menu {
    padding-top: 5px;
}
.bottom-menu ul{
    margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
}
.bottom-menu ul li{
    padding: 0px 30px;
	position: relative;
	line-height: 16px;
}
.bottom-menu ul li:before{
    width: 1px;
	height: 100%;
	background-color: #828993;
	content: "";
	position: absolute;
	right: 0px;
}
.bottom-menu ul li:last-child:before{
    display: none;
}
.bottom-menu ul li:first-child{
    padding-left: 0px;
}
.bottom-menu ul li a{
    display: block;
	color: #fff;
}
.footer-bottom{
    text-align: right;
}

/*=============== Breadcumbs Area Css =============*/

.breadcrumb-area {
	padding: 20px 0px;
	font-size: 16px;
	font-weight: 400;
}
.breadcrumb-block a{
	color: #fff;
}
.breadcrumb-block a:hover{
	text-decoration: underline;
	color: #ee1d23;
}

/*=============== Recommender Css =============*/

.recommender-area{
	padding: 20px 0px 80px;
}
.recommender-area h1, .page-content-block h1{
	font-size: 38px;
	font-weight: 500;
	line-height: 42px;
	margin-bottom: 25px;
}
.recommender-block{
	display: flex;
	align-items: flex-start;
}
.recommender-img{
	width: 45%;
	background-color: #fff;
	padding: 30px;
}
.recommender-img > div{
	height: 460px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	color: #000;
}
.recommender-img img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.recommender-details{
	width: 55%;
	padding: 75px 0px 130px 10%; 
}
.recommender-details h2{
	font-weight: 400;
}
.recommender-details h5{
	font-weight: 300;
	font-size: 22px;
	margin-top: 30px;
}
.tonnes-area{
	display: flex;
	align-items: center;
	padding-top: 10px;
}
.tonnes-area .input-field{ 
	background-color: #06416e;
	border-radius: 6px;
	border: 0px;
	font-weight: 300;
	text-align: center;
	font-size: 22px;
	padding: 8px 15px;
	width: 90px;
	margin-right: 10px;
	color: #fff;
}
.tonnes-area .input-field:focus{
	box-shadow: none !important;
	border: 0px !important;
	outline: none;
}
.tonnes-area span{
	margin-right: 10px;
}
.tonnes-area span.dot{
	align-self: flex-end;
	display: block;
	margin-right: 10px;
	font-weight: 600;
}
.radio-area{
	display: flex;
	flex-wrap: wrap;
}
.custom-radio{
	margin-right: 10px;
	margin-bottom: 10px;
}
.recommender-review{
	padding-bottom: 30px;
}
.recommender-review p{
	line-height: 28px;
}
.bigImg{
	display: none !important;
}
.bigImg.active{
	display: flex !important;
}
/*Step Form*/
.steps {
	position: relative;
}
.steps fieldset {
	border: 0 none;
	width: 100%;
}
.steps fieldset:not(:first-of-type) {
	display: none;
}
.button-control {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 60px;
}
.steps .action-button {
	background-color: #ff1e21;
	font-weight: 400;
	color: #fff;
	border: 0 none;
	cursor: pointer;
	padding: 8px 15px;
	border-radius: 52px;
	font-size: 16px;
	text-align: center;
	min-width: 100px;
}
.steps .action-button:hover {
	background-color: #034d84;
}
#progressbar {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
	width: 45%;
	position: absolute;
	right: 0px;
	display: flex;
	justify-content: space-between;
}
#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	width: 20%;
	position: relative;
	text-align: center;
	font-size: 0px;
	height: 32px;
}
#progressbar.totalStep4 li {
	width: 25%;
}
#progressbar.totalStep3 li {
	width: 33.33%;
}
#progressbar.totalStep2 li {
	width: 50%;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 32px;
	line-height: 32px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #005697;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	font-weight: 400;
	z-index: 1;
	position: absolute;
	left: 0px;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #005697;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 0;
}
#progressbar li:last-child:after {
	display: none;
}
#progressbar li.active:before, #progressbar li.active:after {
	background: #ee1d23;
	color: white;
}
.error1 {
	color: #ee1d23;
}

/*=============== Product Details Css =============*/

.recommender-btn {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 40px;
	padding: 5px 20px;
	font-weight: 400;
	background-color: #e82022;
	display: inline-block;
	line-height: 22px;
	margin-left: 30px;
	vertical-align: middle;
}
.recommender-btn img{
	margin-left: 5px;
	width: 20px;
}
.recommender-btn:hover{
	color: #fff;
	background-color: #ff0003;
}
.recommender-btn:hover img{
	margin-left: 10px;
}
.product-details-images{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.details-img-block{
	text-align: center;
}
.img-box{
	padding: 10px;
	border: 1px solid #01508d;
	background-color: #012d4f;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.img-box img{
	width: 100%;
}
.color-red{
	color: #ee1d23;
}
.brand-pdf-area{
	display: flex;
	flex-wrap: wrap;
}
.brand-logo{
	max-width: 230px;
	width: 100%;
	padding-top: 15px;
}
.brand-logo-block{
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
}
.brand-logo a{
	display: block;
	color: #ee1d23;
	margin-top: 15px;
	font-size: 16px;
	white-space: nowrap;
}
.brand-logo a:hover{
	text-decoration: underline;
	color: #fff;
}
.brand-logo a img{
	max-width: 24px;
	vertical-align: text-bottom;
}
.product-details-area ol{
	margin-left: 20px;
}
.product-details-area ol li{
	padding-bottom: 6px;
}

/*=============== Product Css =============*/

.our-product{
	margin-bottom: 30px;
	position: relative;
}
.our-product > a{
	border: 1px solid #0c65a7;
	border-radius: 12px;
	background: linear-gradient(to bottom,  #033965 0%,#002647 100%);
	padding: 15px;
	height: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.our-product h3{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 15px;
}
.our-product span.icon img{
	max-width: 70px;
}
.our-product ul{
	width: 90%;
	left: 5%;
	position: absolute;
	background-color: rgba(0,40,73,0.95);
	border: 1px solid rgba(21,108,175,0.50);
	border-radius: 6px;
	z-index: -1;
	margin: 0px;
	padding: 25px;
	list-style-type: none;
	min-height: 180px;
	top: 90%;
	height: 0px;
	overflow: hidden;
	opacity: 0;
}
.our-product ul a{
	font-size: 16px;
}
.our-product ul a:hover{
	text-decoration: underline;
}
.our-product:hover > ul{
	height: auto;
	overflow: visible;
	opacity: 1;
	top: 80%;
	z-index: 1;
}

/*=============== Services Css =============*/

.service-block{
	padding-bottom: 30px;
	position: relative;
}
.service-block > a{
	border: 1px solid #08548d;
	background: linear-gradient(to bottom,  #003b67 0%,#0e1c47 100%);
	padding: 15px;
	height: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: 0px 4px 8px 0px rgba(1,27,50,0.5);
}
.service-block h3{
	font-size: 24px;
	font-weight: 500;
	position: relative;
}
.service-block h3:before{
	content: "";
	width: 80px;
	height: 4px;
	background-color: #eb0028;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
}
.service-block:hover h3:before{
	width: 120px;
	background-color: #fff;
}
.service-block ul{
	width: 90%;
	left: 5%;
	position: absolute;
	background-color: rgba(1,18,38,0.95);
	border: 1px solid rgba(4,64,112, 1);
	border-radius: 6px;
	z-index: -1;
	margin: 0px;
	padding: 25px;
	list-style-type: none;
	min-height: 180px;
	top:75%;
	height: 0px;
	overflow: hidden;
	opacity: 0;
}
.service-block ul a{
	font-size: 18px;
	line-height: 30px;
}
.service-block ul a:hover{
	text-decoration: underline;
}
.service-block:hover > ul{
	height: auto;
	overflow: visible;
	opacity: 1;
	top: 65%;
	z-index: 1;
}

/*=============== Service Details Css =============*/

.service-details{
	padding:30px !important;
	border: 1px solid #004980;
	border-radius: 10px;
	position: relative;
}
.service-details h2{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
}
.service-details h3{
	font-size: 22px;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
a.get-quote-btn{
	position: absolute;
	right: 15px;
	top: 5px;
}
.service-recommender .steps{
	padding-top: 30px;
}
.service-recommender #progressbar {
	width: 108%;
	left: 0px;
	top: -46px;
}
.service-recommender .form-control, .service-recommender .form-text {
	background-color: #023054;
	border: 1px solid #043b65;
	margin-bottom: 15px;
	height: 48px;
	color: #fff;
	max-width: 521px;
	width: 100%;
}
.service-recommender .form-control::placeholder {
	color: #6089a8;
}
.service-recommender .form-control:focus, .service-recommender .form-text:focus {
	color: #fff;
	box-shadow: none;
	border: 1px solid #03487E;
}
.service-recommender .form-text{
	height: 100px;
	max-width: 100%;
	border-radius: .25rem;
}
.service-recommender-form h4{
	font-weight: 500;
	margin-bottom: 15px;
}
.service-recommender-form .form-group{
	padding-bottom: 20px;
}
.service-recommender-form .field-title{
	padding-bottom: 7px;
}
.after-check-show{
	padding-left: 32px;
}
.service-recommender .custom-select {
	background-color: #023054;
	border: 1px solid #043b65;
	margin-bottom: 15px;
	height: 48px;
	color: #fff;
	background-image: url("assets/images/down-arrow.svg");
	background-size: 28px;
	max-width: 521px;
	width: 100%;
}
.service-recommender .custom-select:focus {
	border: 1px solid #03487E;
	box-shadow: none;
}
.service-recommender-block .button-control{
	padding-top: 30px;
}
.service-recommender textarea.form-control{
	height: 140px;
}
.service-recommender .custom-select-block{
	padding-bottom: 15px;
}
.service-recommender .date-select{
	padding-bottom: 30px;
}
.service-recommender-top-area {
	padding-top: 10px;
}
.service-recommender-top-area h1 {
	font-size: 38px;
	font-weight: 500;
	line-height: 42px;
	margin-bottom: 25px;
}
.back-to-service {
	position: relative;
	color: #B8E0FE;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 30px;
}
.back-to-service:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 20px;
	background-image: url("assets/images/arrow-right-svgrepo-com.svg");
	transform: rotate(180deg);
}
.service-recommender-top-area .container{
	max-width: 1160px;
	width: 100%;
}

/*=============== Contact Css =============*/

.contact-form h3{
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
}
.contact-form .form-control{
	margin-bottom: 15px;
	height: 48px;
	background: none;
	border: 1px solid #0f6cb0;
	color: #fff;
}
.contact-form textarea.form-control{
	height: 140px;
}
.contact-form .form-control:focus{
	background: none;
	box-shadow: none;
	border-color: #0f6cb0;
	color: #fff;
}
.address h3{
	font-weight: 500;
	font-size: 20px;
}
.address h3 span{
	font-size: 16px;
	font-weight: 400;
}
.address-block ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.address-block .location{
	padding-top: 20px;
}
.address-block .phone{
	padding: 15px 0px 25px;
	font-size: 32px;
	font-weight: 500;
}
.address-block .email a{
	color: #ee1d23;
}
.branch-address{
	border: 1px solid #ee1d23;
	padding: 30px 30px 60px 30px;
	margin-top: 30px;
	position: relative;
	min-height: 340px;
}
.branch-address h4{
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
}
.branch-address p{
	font-size: 16px;
}
.branch-address p a{
	color: #ee1d23;
}
.map-btn{
	position: absolute;
	left: 0px;
	bottom: -1px;
	border-radius: 0px;
	width: 100%;
	padding: 9px 29px;
}
.map-btn img{
	max-width: 26px;
}
.map-btn:before{
	background-color: #0f6cb0;
}
.map-btn:hover{
	border-color: #0f6cb0;
	color: #fff;
}
.branch-address:hover{
	border-color: #0f6cb0;
}
.footer-bottom .widget{
	padding-bottom: 0px;
}
.contact-form .widget{
	padding-bottom: 0px;
}

/*=============== Recommender Css =============*/

.service-recommender{
	max-width: 1130px;
	width: 100%;
	border: 1px solid rgba(4,127,221,0.35);
	border-radius: 10px;
	padding: 30px;
	margin: 40px auto 0px;
    background: linear-gradient(to bottom,  rgba(2,53,94,0.35) 0%,rgba(0,12,31,0.35) 100%);
}
.special-note{
	color: #FF0004;
	padding-bottom: 30px;
}
.recommender-form-area{
	padding-bottom: 80px;
}
.date-select p{
	font-size: 14px;
}

.picker-clock-icon, 
.picker-calendar-icon, 
.picker-crosshairs-icon, 
.picker-trash-icon,
.picker-up-icon,
.picker-down-icon,
.picker-prev-icon,
.picker-next-icon,
.picker-close-icon{
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.picker-clock-icon{
	background-image: url("assets/images/clock-icon.svg");
}
.picker-calendar-icon{
	background-image: url("assets/images/calendar-icon.svg");
}
.picker-crosshairs-icon{
	background-image: url("assets/images/crosshairs-icon.svg");
}
.picker-trash-icon{
	background-image: url("assets/images/trash-icon.svg");
}
.picker-up-icon{
	background-image: url("assets/images/up-icon.svg");
}
.picker-down-icon{
	background-image: url("assets/images/down-icon.svg");
}
.picker-prev-icon{
	background-image: url("assets/images/prev-icon.svg");
}
.picker-next-icon{
	background-image: url("assets/images/next-icon.svg");
}
.picker-close-icon{
	background-image: url("assets/images/close-icon.svg");
}

/* Hide the original arrows */
.bootstrap-datetimepicker-widget th.prev,
.bootstrap-datetimepicker-widget th.next {
	font-size: 0;
	position: relative;
	width: 30px;
	height: 30px;
}

/* Custom arrow images via ::before */
.bootstrap-datetimepicker-widget th.prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	background-image: url("assets/images/prev-icon.svg");
	background-size: contain;
	transform: translate(-50%, -50%);
}

.bootstrap-datetimepicker-widget th.next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	background-image: url("assets/images/next-icon.svg");
	background-size: contain;
	transform: translate(-50%, -50%);
}
.file-upload-wrapper {
	max-width: 800px;
	padding-bottom: 20px;
	width: 100%;
}

.file-drop-area {
	border: 2px dashed #024579;
	padding: 30px;
	text-align: center;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	transition: border 0.3s;
}
.file-drop-area p{
	color: #5387B0;
	margin: 0px;
}
.file-drop-area p small{
	font-size: 14px;
	color: #2C597D;
}
.browse-btn {
	color: #007bff;
	text-decoration: underline;
	cursor: pointer;
}
.file-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.file-preview {
	margin-top: 15px;
	font-size: 14px;
	color: #ACC7DD;
}
.file-error {
	margin-top: 15px;
	font-size: 16px;
	color: #DE0003;
}
span.invalid {
	padding-bottom: 10px;
	margin-top: -12px;
	display: block;
	font-size: 14px;
	color: #ee1d23;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* Home page */

.home .site-header{
	box-shadow: 0px 5px 9px 0px rgba(6,21,33,0.8);
}
.home .site-header .logo{
	display: none;
}
.home .site-header .header-area {
	height: 81px;
}
.home-content-area{
	border-top: 6px solid #00172c;
	height: calc(100vh - 61px);
}
.home-content-area .container{
	padding: 0px;
	max-width: 100%;
}
.home-content{
	display: flex;
	position: relative;
}
.home-logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.home-logo:before{
	display: block;
	content: "";
	border-radius: 50%;
	background: linear-gradient(to bottom,  #002849 0%,#001426 100%);
	width: 86%;
	height: 86%;
	left: 7%;
	top: 7%;
	position: absolute;
}
.home-logo a{
	display: flex;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 300px;
	height: 300px;
	background-image: url("assets/images/round-rope.png");
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
}
/*.home-logo a:before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(
	0deg,
	transparent,
	transparent 30%,
	rgba(255, 255, 255, 0.3)
	);
	transform: rotate(-45deg);
	opacity: 0;
	animation: home-logo-glow 4s infinite ease-in-out;
}
@keyframes home-logo-glow {
  0% {
    transform: rotate(-45deg) translateY(-100%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    transform: rotate(-45deg) translateY(100%);
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translateY(-100%);
    opacity: 0;
  }
}*/
.home-logo img{
	max-width: 50%;
}
.home-content-left, .home-content-right{
	display: flex;
	height: calc(100vh - 67px);
	align-items: center;
	width: 50%;
	padding: 50px 0px;
	justify-content: center;
}
.home-content-left{
	border-right: 3px solid #00172c;
	padding-right: 137px;
}
.home-content-right{
	border-left: 3px solid #00172c;
	padding-left: 137px;
}
.home-content-left a, .home-content-right a{
	font-size: 66px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.home-content-left a:hover, .home-content-right a:hover{
	text-decoration: none;
	color: #ec1c24;
}

/*============== About us ===========*/

.job-vacancies {
	padding-top: 30px;
	border-top: 1px solid #093461;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.job-vacancies-img img {
	max-width: 300px;
}
.job-vacancies h3{
	font-size: 28px;
	margin: 15px 0px;
	padding: 0px 15px;
}
.job-btn{
	margin-top: 0px;
}



