
/* 1. Theme default css */
@font-face {
    font-family: 'Arial Rounded MT';
    src: url('../fonts/custom-fonts/ArialRoundedMTBold.woff2') format('woff2'),
        url('../fonts/custom-fonts/ArialRoundedMTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Rounded MT';
    src: url('../fonts/custom-fonts/ArialRoundedMT.woff2') format('woff2'),
        url('../fonts/custom-fonts/ArialRoundedMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: 'Danube';
    src: url('../fonts/DANUBE__.TTF') format('truetype');
}

:root{
	--arial: "Arial Rounded MT";

	/* colors */
	--white: #ffff;
	--black: #000;



}


 body {
	font-family: var(--arial), sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
	color: #595959;
	font-weight: normal;
}

main {
    min-height: calc(100vh - 402px);
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.emsar {
    font-family:Danube;
    color:#cbcbcb;
    font-size:13px;
    text-decoration: none;
}


.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--arial), sans-serif;
	color: #595959;
	margin-top: 0px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #595959;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #40549a none repeat scroll 0 0;
	border: medium none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1;
	margin-bottom: 0;
	padding: 16px 25px 17px;
	text-align: center;
	text-transform: inherit;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.btn:hover{
	background-color: #283253;
	color: var(--white);
}

.container-fluid{
	padding: 0px 80px;
}

.site__select .nice-select{
	border: none;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	background-color: var(--white);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.015);
	border-radius: 10px;
	padding: 0px 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.site__select .nice-select::after{
	width: 8px;
	height: 8px;
	border-color: var(--black);
	right: 20px;
}

.site__input {
	position: relative;
}
.site__input span.icon{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--black);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.site__input input{
	height: 52px;
	width: 100%;
	border: none;
	padding: 0px 18px;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.015);
	background-color: var(--white);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}




/* header-area */
.header--area{
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	background-color: var(--white);
}

.header__top{
	background-color: #cdcdcd;
}
.header__top a,
.header__top p{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0px;
}

.header__logo a img{
	max-width: 300px;
}

.header__nav ul li a{
	color: #323232;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.header__nav ul li a:hover{
	color: #283253;
}
.header__main{
	padding: 20px 0px;
}

/* header-area-end */


/* hero-area */

.hero--area{
	min-height: 1020px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	padding-bottom: 100px;
	align-items: center;
}
.hero__form{
	background-color: #f3f3f3;
	padding: 30px 38px 40px 38px;
}
.form-header h2{
	margin-bottom: 0px;
}


/* hero-area-end */



/* feature-area */

.feature__wrapper{
	background-color: var(--white);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	padding: 40px 50px;
	margin-top: -100px;
}

.feature__item{
	text-align: center;
}
.feature__item .icon{
	margin-bottom: 20px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.feature__item .icon img{
	max-width: 50px;
	max-height: 50px;
}
.feature__item_content{
	padding: 0px 60px;
}
.feature__item_content p{
	line-height: 1.4;
	margin-bottom: 0px;
}

/* feature-area-end */


/* fleet-area */
.fleet--area{
	padding: 80px 0px;
}

.fleet__title{
	margin-bottom: 60px;
}
.fleet__title h2{
	font-weight: bold;
}
.text-underline{
	position: relative;
	padding-bottom: 10px;
}
.text-underline::after{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: #595959;
	content: "";
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.fleet__item{
	width: 100%;
	height: 380px;
	margin-bottom: 4px;
	position: relative;
}
.fleet__item.fleet__item--large{
	height: 580px;
}
.fleet__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.fleet__content{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.fleet__desc{
	max-width: 50%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.80);
	height: 100%;
	padding: 40px 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fleet__desc h4{
	margin-bottom: 40px;
	color: var(--black);
	text-align: center;
}
.fleet__desc p{
	line-height: 2.7;
	font-weight: bold;
	color: var(--black);
	font-size: 16px;
	text-align: justify;
}
/* fleet-area-end */


/* additional-area */
.addition--area{
	padding-bottom: 80px;
}

.addition__item{
	width: 100%;
	height: 380px;
	position: relative;
}
.addition__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.addition__form{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
}
.addition__form_wrapper{
	max-width: 50%;
	width: 100%;
}
.addition__input input{
	width: 100%;
	height: 52px;
	border: none;
	border-bottom: 2px solid #fff;
	font-size: 22px;
	font-weight: bold;
	color: var(--white);
	background-color: transparent;
}
.addition__input input::placeholder{
	font-size: 22px;
	font-weight: bold;
	color: var(--white);
}


/* additional-area-end */

/* footer-area */

.footer--area{
	background-color: var(--black);
}
.footer__top{
	padding: 70px 0px 50px;
}

.footer__logo a img{
	max-width: 300px;
}

.footer__menu ul{
	column-count: 4;
}
.footer__menu ul li a{
	text-decoration: none;
	color: var(--white);
	margin-bottom: 12px;
	display: block;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.footer__menu ul li a:hover{
	color: #585858;
}
.footer__bottom_content{
	padding: 20px 0px;
	border-top: 1px solid #585858;
}
.footer__bottom_content p{
	font-size: 14px;
	color: #585858;
}

/* footer-area-end */



/* offcanvas-wrapper */
.offcanvas__wrapper{
	position: fixed;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 111;
	overflow-y: scroll;
	background-color: var(--white);
	padding: 25px 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.offcanva__inner{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
	min-height: calc(100vh - 50px);
}

.offcanvas__wrapper.active{
	left: 0px;
}
.offcanvas__logo a img{
	max-width: 180px;
}
.offcanvas__close span{
	height: 30px;
	width: 30px;
	background-color: #000;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.015);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--white);
	cursor: pointer;
}


.offvanvas__nav ul li a{
	display: block;
	font-size: 18px;
	color: var(--black);
	text-decoration: none;
	padding: 8px 0px;
}


.offcanvas__bottom ul{
	columns: 1;
	margin-bottom: 20px;

}
.offcanvas__bottom ul li a{
	color: var(--black);
	text-decoration: none;
	font-size: 16px;
}

.inline-container {font-size: 0;}

/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 25px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'] {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox input[type='submit'] {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}
.formbox input[type='submit']:hover {opacity: 0.90;}
.formbox select {
    box-sizing: border-box;
    width: 100%;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox textarea, .full-textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.justmobile {
    display: none;
}

@media (max-width:992px){ 
    .justmobile {
        display: block;
    }
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }
}



/* offcanvas-wrapper-end */
