@import url('../fonts/template-fonts.css');

* {
	box-sizing: border-box;
}
body {
	position: relative;
	margin: 0;
	background: #ffffff !important;
	font-family: 't-Poppins', Sans-serif !important;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 1 !important;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
#template-top-wrapper {
	position: relative;
/*	height: 100%;*/
}

/*
#template-header,
#template-footer {
	font-size: 18px !important;
	line-height: 1.8;
}
*/
#template-header {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 5px #999999;
}
#template-header .template-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1200px;
	margin: auto;
}
#template-header .template-header-1 {
	display: none;
	background-color: #ffffff;
	color: #006bb7;
	box-shadow: 5px 5px #000000;
	
}
#template-header .template-header-1 .contact-mobile-call {
	width: 100%;
}
#template-header .template-header-1 .contact-mobile-call a {
	display: block;
	padding: 16px 0 0;
    color: #146bb7;
    font-size: 19px;
	font-weight: 700;
	text-align: center;
}
#template-header .template-header-1 .contact-mobile-call a:before {
	content: '\f879';
	position: relative;
	top: 0px;
	display: inline-block;
	width: 16px;
	height: 20px;
	margin-right: 15px;
	font-family: 't-Font Awesome 5 Free';
}
/*
#template-header .template-header-1 .section-2 {
	position: relative;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 304.188px;
	padding: 8px 10px 0 85px;
	background: url('../images/vardan-transport-1.png');
	background-size: 100%;
	background-position: right;
	background-repeat: no-repeat;
	font-weight: 600;
}
#template-header .template-header-1 .template-section-header {
	font-size: 15px;
	line-height: 1em;
}
#template-header .template-header-1 .section-2 .section-wrapper {
	display: inline-block;
}
#template-header .template-header-1 .section-2 .template-contact-phone {
	position: relative;
	display: inline-flex;
	width: 39px;
	height: 39px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #ffffff;
}

#template-header .template-header-1 .section-2 .template-contact-phone:before {
	content: '\f879';
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: 't-Font Awesome 5 Free';
	font-size: 19px;
	color: #cb1e49;
	line-height: 1em;
}
#template-header .section-2 .template-section-body a {
	font-size: 20px;
	color: #ffffff;
}
*/
#template-header .template-header-2 {
	position: relative;
	padding: 30px 0 7.5px;	
	background-color: #ffffff;
}
#template-header .template-header-2 .template-wrapper {
	justify-content: flex-start;
	align-items: flex-start;
}
#template-header .template-header-2 .template-logo {
	padding-right: 16px;
}
#template-header .template-header-2 .template-logo a {
	display: block;
}
#template-header .template-header-2 .template-logo img {
	width: 296px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
#template-header .template-header-2 .template-mobile-menu {
	display: none;
}
#template-header .template-header-2 .template-mobile-menu .template-mobile-menu-toggle {
	position: relative;
	top: 2px;
}
#template-header .template-header-2 .template-mobile-menu .template-mobile-menu-toggle:before {
	content: '\f0c9';
	height: 21pxx;
	font-family: 't-icomoon';
	font-size: 21px;
	color: #9ea0a4;
	line-height: 21px;
}
#template-menu {
	display: flex;
	justify-content: flex-start; 
	align-items: flex-start; 
	padding-top: 8px;
}
#template-menu .main-menu {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start; 
	align-items: center;
	margin: 0;
	padding: 0;
}
#template-menu .main-menu li {
	position: relative;
	padding-right: 10px;
	list-style-type: none;
}
#template-menu .main-menu li a {
	display: block;
	padding: 10px;
	background-color: #146bb7;
	color: #ffffff;
}
#template-menu .main-menu > li > a {
    font-family: 't-Open Sans', Sans-serif;
    font-size: 15px;
	font-weight: 600;
	webkit-font-smoothing: subpixel-antialiased;
}
#template-menu .main-menu li.has-submenu > a {
	position: relative;
}
#template-menu .main-menu li.has-submenu > a > span:after {
	content: '\f107';
	position: relative;
	display: inline-block;
	margin-left: 9px;
    font-family: 't-IcoMoon';
    font-size: 14px;
	font-weight: 600;
}
#template-menu .main-menu .submenu-wrapper {
	position: absolute;
	top: 100%;
	opacity: 0;
	left: 0;
	visibility: hidden;
	width: 200px;
	transition: 0.3s opacity;
}
#template-menu .main-menu li:hover .submenu-wrapper {
	visibility: visible;
	opacity: 1;
}
#template-menu .main-menu .submenu {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 0;
	padding: 0;
	box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
	list-style: none;
}
#template-menu .main-menu .submenu li {
	width: 100%;
}
#template-menu .main-menu .submenu li a {
	display: block;
	padding: 5px 20px 15px;
	font-size: 13px;
	line-height: 1.8;
	transition: 0.3s all;
}
#template-menu .main-menu .submenu li:hover a {
	background-color: #f9f9fb;
	color: #000000;
}
/*
#template-header .main-menu .template-contact-call a {
    background: #c3c3c300;
    color: #146bb7;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 0px;
}
*/
#template-header .main-menu .template-contact-call a:before {
	content: '\f879';
	top: -3px;
	position: relative;
	padding-right: 7px;
    font-family: 't-Font Awesome 5 Free';
    font-weight: 900;
	font-size: 14px;
}
/*
#template-header .template-quote .template-button a {
	display: inline-block;
	padding: 15px 30px 15px;
	border: 2px solid #ffffff;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
    text-transform: uppercase;
	box-sizing: border-box;
	transition: all 0.3s;
}
#template-header .template-quote .template-button:hover a {
	background-color: #cb1e49;
	border-color: #cb1e49;
}
*/

#template-body {
	min-height: 600px;
	padding-top: 110.016px;
}

#template-footer .template-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1200px;
	margin: auto;
	color: #ffffff;
}
#template-footer .template-footer-1 {
	padding-top: 4%;
	background-color: #222222;
}
#template-footer .template-footer-1 .template-footer-section {
	padding: 0 1.9193878%;
	padding: 0 1.9749%;
    font-weight: 600;
	line-height: 25.2px;
}

#template-footer .template-footer-1 .template-section-header {
	margin-bottom: 23px;
	padding-left: 10px;
	border-left: 5px solid #006bb7;
    font-weight: 700;
    font-size: 20px;
/*    letter-spacing: 2px;*/
    line-height: 1.2;	
}
#template-footer .template-footer-1 .template-section-body {
	font-family: 't-Open Sans';
	color: #ffffff;
	
}
#template-footer .template-footer-1 .template-section-body a {
	margin-bottom: 17px;
	color: #ffffff;
}
#template-footer .template-footer-1 .template-section-body div {
	margin-bottom: 17px;
}
/*
#template-footer .template-footer-1 .template-social-icon {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	background-color: #3c57bc;
	font-family: 't-Font Awesome 5 Brands';
	font-weight: 400;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
	transition: all 0.3s;
}
#template-footer .template-footer-1 .template-instagram {
	margin-left: 6px;
}
#template-footer .template-footer-1 .template-social-icon:before {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 10px);
	color: #ffffff;
	font-size: 20px;
}
#template-footer .template-footer-1 .template-facebook:before {
	content: '\f09a';
}
#template-footer .template-footer-1 .template-instagram:before {
	content: '\f16d';
	left: calc(50% - 9px);
}
#template-footer .template-footer-1 .template-social-icon:hover {
	background-color: #cb1e49;
}
*/
#template-footer .template-footer-1 .section-1 {
/*	width: 33.3333333%;*/
	width: 32.3895775%;
	padding-bottom: 22px;
	padding-left: 0;
/*	padding-left: 0;
	padding-right: 20px;*/
}
#template-footer .template-footer-1 .section-2 {
/*	width: 20%; */
	width: 20.59%;
	width: 20.9%;
}
#template-footer .template-footer-1 .section-3 {
/*	width: 20%; */
	width: 20.834205%;
}
#template-footer .template-footer-1 .section-3 .template-section-body div {
	padding: 4px 0;
}
#template-footer .template-footer-1 .section-3 .template-footer-phone {
	margin-bottom: 7px;
}
#template-footer .template-footer-1 .section-4 {
	width: 25%;
	padding-right: 0;
}
#template-footer .template-footer-1 .section-4 .template-section-body div {
	margin-bottom: 34px;
}
#template-footer .template-footer-1 .footer-menu {
	margin: 0;
	padding: 0;
}
#template-footer .template-footer-1 .footer-menu li {
	display: block;
	list-style-type: none;
}
#template-footer .template-footer-1 .footer-menu li a {
/*	position: relative;*/
	display: block;
/*	padding-right: 10px;*/
}
/*
#template-footer .template-footer-1 .footer-menu.template-links li:last-child {
	margin-top: 4px;
}
#template-footer .template-footer-1 .footer-menu.template-addresss li:last-child {
	margin-top: 7px;
}
*/
#template-footer .template-footer-1 .footer-menu li.template-button {
	display: inline-block;
	margin: 14px 0 8px -25px;
	line-height: 16px;
}
/*
#template-footer .template-footer-1 .footer-menu li.template-button a {
	padding: 8px 20px 9px;
	border: 2px solid #bed2f2;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	box-sizing: border-box;
	transition: all 0.3s;
}
#template-footer .template-footer-1 .footer-menu li:not(.template-button):before {
	position: relative;
	top: baseline;
	display: inline-block;
	width: 16px;
	height: 20px;
	margin-left: -25px;
	padding-right: 4.5px;
	font-family: 't-Font Awesome 5 Free';
	font-size: 16px;
	color: #bed2f2;
}
#template-footer .template-footer-1 .footer-menu.template-links li:before {
	content: '\f058';
}
#template-footer .template-footer-1 .footer-menu.template-services li:not(.template-button):before {
	content: '\f058';
}
#template-footer .template-footer-1 .footer-menu.template-addresss li:before {
	content: '\f3c5';
}

#template-footer .template-footer-1 .footer-menu li:hover a {
	color: #ffffff;
}
#template-footer .template-footer-1 .footer-menu li.template-button:hover a {
	background-color: #cb1e49;
	border-color: #cb1e49;
}
#template-footer .template-footer-1 .footer-menu li:not(.template-button):hover:before {
	color: #cb1e49;
}
*/

#template-footer .template-footer-2 {
	padding: 20px 0;
	background-color: #006bb7;
	color: #ffffff;
}
#template-footer .template-footer-2 .template-wrapper {
	justify-content: space-between;
	align-items: flex-start;
}

#template-footer .template-copyright {
	padding-top: 12px;
    font-family: 't-Open Sans';
	font-size: 12px;
    font-weight: 300;
}
#template-footer .template-footer-2 .section-2{
/*	display: none;*/
}

#template-footer .template-social-links {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start; 
	align-items: center;
	margin: 0;
	padding: 0;
}
#template-footer .template-social-links > li {
	position: relative;
	list-style-type: none;
}
#template-footer .template-social-links > li a {
/*	display: block;
	width: 34px;
	height: 34px;
	padding: 8px;
	margin: 5px;
	background-color: red;
	border: 1px solid #ffffff;
	border-radius: 4px;
	font-family: 't-icomoon'; 
	font-size: 16px;
	color: orange
	*/
}
#template-footer .template-social-links > li a:before {
	display: inline-block;
	margin: 5px;
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 4px;
	font-family: 't-icomoon';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #006bb7;
}
#template-footer .template-social-links .template-social-01 a:before {
	content: '\ea92';
}
#template-footer .template-social-links .template-social-02 a:before {
	content: '\e60f';
}
#template-footer .template-social-links .template-social-03 a:before {
	content: '\e605';
}
#template-footer .template-social-links .template-social-04 a:before {
	content: '\e622';
}
#template-footer .template-social-links .template-social-05 a:before {
	content: '\e604';
}
	

/*
15
64
5

45.59

*/


@media (min-width: 1201px) {
	#template-header .main-menu .template-contact-call a {
		background: #c3c3c300;
		color: #146bb7;
		font-size: 22px;
		font-weight: bold;
		padding: 8px 0px;
	}
	#template-menu {
		display: flex !important;
	}
	#template-menu .main-menu li.has-submenu:hover .submenu-wrapper {
		display: block !important;
	}
	#template-menu .main-menu li:hover .submenu-wrapper {
		visibility: visible;
		opacity: 1;
	}
}
/*

@media (min-width: 1025px) {
	#template-menu {
		display: flex !important;
	}	
	#template-menu .main-menu .submenu-wrapper {
		display: block !important;
	}
}

@media (max-width: 1024px) {
	#template-header .template-header-1 {
		font-size: 12px;
		line-height: 1em;
	}
	#template-header .template-header-1 .template-section-header {
		font-size: 12px;
	}
	#template-header .template-header-1 .section-1 a {
		margin-right: 12px;
	}
	#template-header .template-header-1 .template-email:before,
	#template-header .template-header-1 .template-map:before {
		top: 2px;
		width: 12px;
		height: 12px;
		margin-right: 5px;
	}
	#template-header .template-header-1 .section-2 {
		width: 215px;
		padding: 8px 0 0 50px;
	}
	#template-header .template-header-1 .section-2 .template-contact-phone {
		width: 38px;
		height: 38px;
	}
	#template-header .template-header-1 .section-2 .template-contact-phone:before {
		font-size: 18px;
	}
	#template-header .section-2 .template-section-body a {
		font-size: 18px;
		line-height: 1.6em;
	}
	#template-header .template-header-2 .template-logo {
		width: 35%;
		clip-path: polygon(0 0, calc(100% - 101px) 0, calc(100% - 34px) 100%, calc(100% - 21px) 100%, calc(100% - 87px) 0, calc(100% - 77px) 0, calc(100% - 10px) 100%, 0 100%);	
	}
	#template-menu {
		position: absolute;
		top: calc(100% - 30px);
		left: 0;
		display: none;
		width: 100%;
		background: #ffffff;
	}
	#template-menu .main-menu {
		flex-flow: column wrap;
		justify-content: flex-start;
		width: 100%;
	}
	#template-menu .main-menu li {
		width: 100%;
		border-bottom: 1px solid #ededed;
	}
	#template-menu .main-menu li > a, 
	#template-menu .main-menu .submenu li > a {
		padding: 10px 20px;
		color: #273a7e;
	}
	#template-menu .main-menu li.has-submenu > a + .submenu-toggle:after {
		padding: 10px 20px 10px 5px;
		color: #273a7e;
	}
	#template-menu .main-menu .submenu-wrapper {
		position: relative;
		display: none;
		padding-left: 8px;
		opacity: 1;
		visibility: visible;
	}
	#template-menu .main-menu .submenu {
		box-shadow: none;
	}
	#template-menu .main-menu li.has-submenu:hover .submenu-wrapper {
		display: none;
	}
	#template-header .template-header-2 .template-mobile-menu {
		display: block;
		width: 28%;
		padding-left: 77px;
	}
	#template-header .template-header-2 {
		padding-right: 10px;
	}
	#template-header .template-header-2 .template-quote {
		width: 36%;
	}
	#template-footer .template-footer-1 {
		padding: 50px 5% 0 5%;
	}
	#template-footer .template-footer-1 .section-1 {
		width: 50%;
		padding: 10px 20px 0 0;
	}
	#template-footer .template-footer-1 .section-2 {
		width: 50%;
	}
	#template-footer .template-footer-1 .section-3 {
		width: 60%;
		padding: 10px 0 30px;
	}
	#template-footer .template-footer-1 .section-4 {
		width: 40%;
		padding: 10px 0 30px;
	}

}
*/

@media (max-width: 1200px) {
	#template-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#template-header .template-wrapper {
		padding: 0 10px;
	}
	#template-header .template-header-2 {
		padding: 20px;
	}
	#template-header .template-header-2 .template-wrapper {
		justify-content: space-between;
	}
	#template-header .template-header-2 .template-logo {
		width: 26%;
	}
	#template-menu {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		margin-top: 1px;
		padding: 0;
	}
	#template-menu .main-menu {
		flex-flow: column nowrap;
		align-items: stretch;
		width: 100%;
	}
	#template-menu .main-menu li {
		padding: 0;
	}
	#template-menu .main-menu li a {
		padding: 0 30px;
		border-bottom: 1px solid #f0f0f0;
		font-size: 12px;
		font-weight: 400;
		line-height: 41px;
	}
	#template-menu .main-menu li.has-submenu > a > span:after {
		position: absolute;
		top: 0;
		right: 0;
		padding-right: 35px;
		font-family: 't-IcoMoon';
		font-size: 18px;
		font-weight: 400;
	}
	#template-header .main-menu .template-contact-call a:before {
		display: none;
	}
	#template-menu .main-menu li .submenu-wrapper {
		display: none;
		visibility: visible;
		opacity: 1;
	}
	#template-menu .main-menu li:hover .submenu-wrapper {
		display: none;
	}
	#template-menu .main-menu .submenu-wrapper {
		position: relative;
		left: 0;
		width: 100%;
/*		top: 100%;
		opacity: 1;
		visibility: visible;
		
		transition: 0.3s opacity;*/
	}
	#template-menu .main-menu .submenu li a {
		padding: 0 45px;
		font-family: 't-Open Sans';
		font-size: 12px;
		line-height: 41px;
	}
	#template-menu .main-menu .submenu li:hover a {
		background-color: #146bb7;
		color: #ffffff;
	}
	#template-header .template-header-2 .template-mobile-menu {
		display: block;
	}


	#template-body {
		padding-top: 96.08px;
	}

	#template-footer .template-footer-1,
	#template-footer .template-footer-2 {
		padding-left: 30px;
		padding-right: 30px;
	}
	#template-footer .template-footer-1 .template-footer-section {
		padding: 0 1.9749%;
	}
}

@media (max-width: 900px) {
	#template-header .template-wrapper {
		padding: 0 10px;
	}
	#template-header .template-header-1 {
		display: block;
	}
	#template-header .template-header-2 {
		padding: 29px 0 10px;
	}
	#template-header .template-header-2 .template-logo {
		width: 200px;
		padding-right: 0;
	}
	#template-header .template-header-2 .template-mobile-menu .template-mobile-menu-toggle {
		margin-top: 10px;
	}
	#template-header .template-header-2 .template-mobile-menu .template-mobile-menu-toggle:before {
		padding: 10px;
		background-color: 006bb7;
		color: #ffffff;
	}
	
	#template-body {
		padding-top: 124px;
	}

	#template-footer .template-footer-1,
	#template-footer .template-footer-2 {
		padding-left: 30px;
		padding-right: 30px;
	}
	#template-footer .template-footer-1 .template-footer-section {
		padding: 0 1.9749%;
	}
}
@media (max-width: 640px) {
	#template-footer .template-footer-1 .template-wrapper {
		flex-direction: column;
	}	
	#template-footer .template-footer-1 .template-footer-section {
		width: 100%;
		padding-top: 30px;
	}

}

/*
@media (max-width: 767px) {
	#template-header .template-header-1 {
		font-size: 15px;
		line-height: 1em;
	}
	#template-header .template-header-1 .section-1 {
		display: block;
	}
	#template-header .template-header-1 .template-section-header {
		font-size: 12px;
	}

	#template-header .template-header-1 .section-1 .template-section-body {
		display: block;
		padding: 11px 10px;
	}
	#template-header .template-header-1 .section-1 a {
		margin-right: 0;
	}
	#template-header .template-header-1 .section-1 a span:not(.template-email):not(.template-map) {
		display: none;
	}
	#template-header .template-header-1 .template-email,
	#template-header .template-header-1 .template-map {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-right: 1px;
		background-color: #cb1e49;
		clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
		transition: all 0.3s;
	}
	#template-header .template-header-1 .template-email:before,
	#template-header .template-header-1 .template-map:before {
		top: 7.5px;
		left: 7.5px;
	}
	#template-header .template-header-1 a:hover .template-email:before,
	#template-header .template-header-1 a:hover .template-map:before {
		color: #273a7e;
	}
	#template-header .template-header-1 .section-2 {
		display: none;
	}

	#template-header .template-header-2 .template-logo {
		width: 80%;
		padding: 5px 5px 5px 20px;
		background: transparent;
		background-image: url("../images/vardan-transport-2-1.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;		
		clip-path: none;
	}
	#template-header .template-header-2 .template-logo img {
		width: 82.5px;
	}
	#template-header .template-header-2 .template-mobile-menu {
		width: 20%;
		padding-left: 0;
	}
	#template-header .template-header-2 .template-mobile-menu .template-mobile-menu-toggle {
		left: calc(100% - 37px);
	}
	#template-page-wrapper.mobile-menu-opened #template-header .template-header-2 .template-mobile-menu .template-mobile-menu-toggle:before {
		content: '\e87f';
	}
	#template-header .template-header-2 .template-quote {
		position: absolute;
		top: -52px;
		right: 20px;
	}
	#template-page-wrapper.sticky #template-header .template-header-2 .template-quote {
		display: none;
	}
	#template-header .template-quote .template-button a {
		margin-top: 10px;
		padding: 7px 20px;
		border-width: 1px;
		font-size: 10px;
		font-weight: 400;
	}	
	#template-menu {
		top: 100%;
	}
	#template-menu .main-menu > li > a {
		font-size: 16px;
	}
	
	
	
	
	
	
	
	
	
	#template-footer .template-footer-1 {
		padding: 50px 5% 10% 5%;
		font-size: 16px;
		line-height: 1.6em;
	}
	#template-footer .template-footer-1 .section-1 {
		width: 100%;
		padding: 0 0 10px 10px;
	}
	#template-footer .template-footer-1 .section-2 {
		width: 100%;
	}
	#template-footer .template-footer-1 .section-3 {
		width: 100%;
		padding: 10px 0 20px 10px;
	}
	#template-footer .template-footer-1 .section-4 {
		width: 100%;
		padding: 10px 0 20px 10px;
	}
	#template-footer .template-footer-1 .template-section-header {
		font-size: 20px;
		line-height: 1.2em;
	}
	#template-footer .template-copyright {
		width: 100%;
		font-size: 14px;
		text-align: center;
	}

}

*/
