/*
Theme Name: HHK Logistics LLC
Description: hhklogistics.com
Author: Mind Agency
Author URI: https://mindagency.mn
Version: 2.0
*/

@import "https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css";
@import "https://cdn.jsdelivr.net/lightgallery/1.3.9/css/lightgallery.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese";


body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #6a6c6d;
	overflow-x: hidden;
	line-height: 1.8em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #6b6c6e;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
b,
strong {

	font-weight: 500
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin: 0;
	background: none;
	line-height: 1.5em
}
input,
button,
select,
textarea {
	font-family: 'Roboto', sans-serif;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}
p {
	position: relative;
	font-size: 14px;
	line-height: 1.8em;
	font-family: 'Roboto', sans-serif;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto
}
.divider {
	width: 100px;
	height: 2px;
	background: #1e6dd2;
	margin: 0 auto 50px;
}
.h2 {
	color:#1e6dd2;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 30px;
	font-family: 'Roboto condensed', sans-serif;
}
.home .h2 {
	text-align: center;
}
.h2 a {
	float: right;
	font-size: 16px;
	text-transform: none !important;
	margin-top: 5px;
	display: inline-block;
}
.h2 a:hover {
	color:#1e6dd2;
}
.more {

}
.more a {
	background-color: #1e6dd2;
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
	transition: all 0.3s ease-out;
	border: 1px solid #1e6dd2;
}
.more span {
	background-color: #1e6dd2;
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
	transition: all 0.3s ease-out;
	border: 1px solid #1e6dd2;
}
.more a:hover {
	color: #1e6dd2;
	background: #fff;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.clr {
	clear: both;
}

/* Back to top */

#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	background: rgba(30,109,210,.9);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	transition: all 0.3s ease-out;
	opacity: 0;
	border-radius: 8px;
}
#back-to-top:hover {
	background: #1e6dd2;
}
#back-to-top.show {
	opacity: 1;
}

.fixed-menu {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 10;
}

.fixed-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

.fixed-menu ul li {
	position: relative;
	z-index: 10;
	margin-bottom: 5px;
}

.fixed-menu ul li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #1e6dd2;
	color: #fff;
		-moz-transition: all 200ms ease-in 0.1s;
	-o-transition: all 200ms ease-in 0.1s;
	transition: all 200ms ease-in 0.1s;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.fixed-menu ul li a:hover {
	background: #1e6dd2;
}

.fixed-menu ul li.info {
	position: relative;
}

.fixed-menu ul li.info .collapse-menu {
	width: 150px;
	position: absolute;
	bottom: 0;
	right: -150px;
	z-index: 9;
	-moz-transition: all 200ms ease-in 0.1s;
	-o-transition: all 200ms ease-in 0.1s;
	transition: all 200ms ease-in 0.1s;
}

.fixed-menu ul li.info .collapse-menu a {
	float: left;
	display: block;
	width: 200px;
	padding: 0 10px;

}
.fixed-menu ul li.info .collapse-menu a i {
	margin-right: 5px;
}
.fixed-menu ul li.info:hover .collapse-menu {
	right: 50px;
}
.fixed-social {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 999;
}
.fixed-social a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e1e1e1;
	color: #fff;
	font-size: 16px;
	text-align: center;
	transition: all 0.2s ease-out;
	background: #1e6dd2;
	
}
.fixed-social a:hover {
	background: #1e6dd2;
}

/* Header */

.lang {
	text-align: right;
	display: block;
	margin-right: 20px;

}
.lang a {
	color: #333;
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
}
.lang a.tel {
	border-left: 1px solid #e1e1e1;
	padding-left: 10px;
}
.lang a i {
	margin-right: 5px;
}
.lang img {
	margin-left: 10px;
}
.container-fluid {
	margin: 0 30px;
}
.lang .lj {
	width: 300px;
}
.top-bar {
	background: #1e6dd2;
	padding: 8px 0;
}
.top-social {
	margin: 0 !important;
}
.top-social a {
	color: #1e6dd2 !important;
	background: #fff !important;
	padding: 0 10px;
}
.top-menu {
	margin-top: 5px;
}
.top-menu li {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding: 0 10px;
	font-family: 'Roboto condensed', sans-serif;
}
.top-menu li i {
	margin-right: 5px;
}
.top-menu li a {
	color: #fff;
}
.home .header.active {
	/*background: rgba(0,0,0,.9);
	position: fixed;*/
	z-index: 999;
	-webkit-animation: 600ms ease-out 0s normal none 1 running fadeInDown;
	animation: 600ms ease-out 0s normal none 1 running fadeInDown;
	padding: 15px 0;
	
}
.header {
	background: #fff;
	transition: all 0.3s ease-out;
	padding: 15px 0px;
}


.header .logo img {
	width: 170px;
}
.header .navbar-header {

}
.header .navbar-brand {
	width: 100%;
	height: inherit;
	padding:0;
}
.header .navbar-brand img {

}
.header .navbar-nav {
	margin-top: 15px;
}
.header .navbar-nav>li {
	display: inline-block;
	padding: 0 12px;
}

.header .navbar-nav>li.lang>a:hover {
	border: 0;
}
.header .navbar-nav>li>a {
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header .navbar-nav>li>a:hover {
	color:#333;
	background: none;
}

.header .navbar-nav>li.active>a {
	color:#333;
}
.header .navbar-nav>li.menu-item-has-children>a:after {
	font-family: "FontAwesome";
	content: "\f107";
	color: #333;
	position: absolute;
	right: -12px;
}

.header .navbar-nav li:hover>ul.my-sub-menu {
	display: block;
}
.header .navbar-nav li ul.my-sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	background: #fff;
	margin-left: 0;
	width: 250px;
	

}
.header .navbar-nav li ul.my-sub-menu li {

}
.header .navbar-nav li ul.my-sub-menu li:first-child a {
	border-top: 1px solid rgba(0,0,0,.1);
}
.header .navbar-nav li ul.my-sub-menu li a {
	line-height: 1.5;
	padding: 10px 15px;
	text-transform: capitalize;
	display: block;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,.1);
	background: #f3f3f4;
}
.header .navbar-nav li ul.my-sub-menu li a:hover {
	background:#fff;
	color:#1e6dd2;
}
.header .navbar-nav li ul.my-sub-menu li.current-menu-item a {
	background:#fff;
	color:#1e6dd2;
}
.header .navbar-nav li a:hover, .header .menu li a:focus {
	color: #333;
	border-bottom: 2px solid #1e6dd2;
}

.header .navbar-nav li.current-menu-item a {
	color: #333;
	border-bottom: 2px solid #1e6dd2;
}
.header .navbar-nav li.active a {
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #1e6dd2;
	border-radius: 8px;
	background: #1e6dd2;
}

.header .hailt {
	position: relative;
}
.header .hailt a {
	
}
.header .hailt .search-main {
	position: absolute;
	z-index: 999;
	width: 260px;
	display: none;
	top: 35px;
    right: -80px;
}
.header .hailt .search-main .navbar-form {
	padding: 0;
	margin-top: 5px;
	
}
.header .hailt .search-main.active {
	display: block;
	-webkit-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
}
.header .hailt .search-main input {
	padding: 10px;
	border-radius: 8px;

}
.header .hailt .search-main button {
	margin-left: -40px;
	border-radius: 0;
	background: #0c2220;
	color: #fff;
}
.search-main {
	
}
.search-main .navbar-form {
	padding: 0;
	margin-top: 5px;
}
.search-main.active {
	display: block;
	-webkit-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
}
.search-main input {
	width: 100%;
	border-radius: 8px;
	float: left;
	padding: 30px 20px;
}
.search-main button {
	margin-left: -115px;
    border-radius: 8px;
    background: #1e6dd2;
    color: #fff;
    padding: 20px 40px;
}
.search-main button:hover {
	background: #1e6dd2;
	color: #fff;
}

/* menu */

.menu1 {
	background: #1e6dd2;
}
.menu1 li {
	list-style: none;
}

.menu1 li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 15px;
	transition: all 0.3s ease-out;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	position: relative;
	line-height: 1.5;
}
.menu1 li.current-menu-item a {
	background: #876525;
}
.menu1 li a:hover {
	background: #876525;
}
.navbar-light .navbar-brand {
	color: #fff;
}
.navbar-light .navbar-toggler {
	background: #fff;
}
.menu1 li:hover>ul.my-sub-menu {
	display: block;
	-webkit-animation: fadeIn 0.2s;
	animation: fadeIn 0.2s;
}
.menu1 li ul.my-sub-menu {
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	display: none;
	position: absolute;
	z-index: 999;
	background: #fafafa;
	width: 300px;
	margin-top: 0;
}
.menu1 li ul.my-sub-menu li {

}
.menu1 li ul.my-sub-menu li a {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: uppercase;
	display: block;
	color:#333;
	border-bottom: 1px solid #e1e1e1;
}
.menu1 li ul.my-sub-menu li a:hover {
	color:#fff;
}
.menu1 ul.my-sub-menu li.current-menu-item a {

	color:#fff;
}
.menu1 li a:hover, .menu1 li a:focus {
	color: #fff;

}
.menu1 .navbar-nav>li.menu-item-has-children>a:after {
	font-family: "FontAwesome";
	content: "\f107";
	color: #fff;
	position: relative;
	right: -5px;
}

/* Main Menu */

.header .icon-menu {
	cursor: pointer;
	margin-top: 30px;
	margin-right: 20px;
	float: right;
	margin-left: 0;
}

.header .icon-menu span {
	display: block;
	background: #333;
	width: 16px;
	height: 2px;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .icon-menu span:first-child {
	width: 35px;
}
.header .icon-menu span:last-child {
	width: 26px;
	margin-bottom: 0;
}
.bg-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	background: rgba(9, 32, 53, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.main-menu.active .bg-overlay {
	visibility: visible;
	opacity: 1;
}
.menu-content {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: #fff;
	z-index: 2999;
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-o-transform: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-ms-transform: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	width: 350px;
	padding: 80px 37px 30px 50px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	overflow-y: scroll;
}
.main-menu.active .menu-content {
	visibility: visible;
	opacity: 1;
	-webkit-opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.close-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	font-size: 25px;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-logo {

}
.menu-logo img {
	width: 150px;
	display: block;
	margin: 30px auto;
}
.menu li {

}
.menu li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #4d4d4a;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid #ebebeb;
}
.menu li ul.my-sub-menu {
	margin-left: 20px;
}
.menu li ul.my-sub-menu li a:before {
	content: '- ';
}
.menu li ul.my-sub-menu li {
	display: block;
}
.menu li ul.my-sub-menu li a {
	display: block;
}
.menu li.active a {
	color:#1e6dd2;
}
.menu li a:hover {
	color:#1e6dd2;
}
.menu li.lang a {
	display: inline-block;
	border: 0;
	text-align: left;
	float: left;
	margin-right: 20px;
}

/* Slider */


.slider {
	height: 500px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.slider .swiper-container {
	height: 500px;
}
.slider .swiper-slide {
	height: 500px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.slider .overlay {
	background: rgba(0,0,0,.4);
	top: 0;
	z-index: 3;
}
.slider .caption {
	position: absolute;
	top: 35%;
	width: 100%;
	z-index: 3;
	text-align: center;
}
.slider .caption .caption-text {
	background: rgba(0,0,0,.7);
	padding: 20px;
	border-radius: 10px;
}
.slider .caption h2 {
	color: #fff;
	font-size: 55px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px;
}
.slider .caption h2 .typed-cursor {
	display: none !important;
}
.slider .caption p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 20px;
}

.slider .bottom {
	position: absolute;
	width: 100%;
	bottom: 50px;
	text-align: center;
	z-index: 3;

}
.slider .bottom img {
	width: 30px;
}
.slider .bottom .fa {
	font-size: 36px;
	color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px;
}

.bounce {
	animation-name: fadeInOutDown;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: ease-in-out;
}
@keyframes fadeInOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.ab-image img {
	width: 100%;
	height: 330px !important;
	object-fit: cover;
}

.about {
	padding: 60px 0;
	position: relative;
}
.about h2 {
	text-align: left !important;
}
.about img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
}
.about p {
	color: #23242A;
	font-size: 16px;
	margin-bottom: 30px;
}

.who {
	padding: 60px 0;
	background: #f3f3f4;
}

.b-title {
	color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.b-title span {
	display: inline-block;
	width: 100%;
	height: 3px;
	position: absolute;
    top: 15px;
    margin-left: 20px;
}
.b-title span.zuraas1 {
	background: #1e6dd2;
}
.b-title span.zuraas2 {
	background: #fcbb63;
}
.b-title span.zuraas3 {
	background: #3d95ce;
}
.b-title span.zuraas4 {
	background: #1035e8;
}
.p1 {
	position: relative;
	overflow: hidden;
	height: 340px;
	background-size: cover;
	background-position: center;
	padding: 15px;
	text-align: center;
	margin-bottom: 30px;
}
.p1 img {
	width: 100px;
	position: relative;
	z-index: 3;
	transition: all 0.2s ease-out;
}
.p1 a:hover img {
	width: 110px;
}
.p1 .overlay {
	top: 0;
	left: 0;
	background: rgba(0,0,0,.2);
	transition: all 0.2s ease-out;
}
.p1 a:hover .overlay {
	background: rgba(0,0,0,.4);
}
.p1 .caption {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	left: 0;
	opacity: 0;
	transition: all 0.2s ease-out;
}
.p1 a:hover .caption {
	opacity: 1;
	bottom: 30px;
}
.p1 .caption h3 {
	color: #fff;
	font-size: 18px;
}
.padd-right {
	padding-right: 30px;
}
.padd-left {
	padding-left: 30px;
}

.hr {
	padding: 60px 0;
	background: url(images/hr.jpeg);
	background-attachment: fixed;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.hr .overlay {
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
}
.hr .h2 {
	color: #fff;
}
.hr1 {
	
}
.hr1 a {
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	display: block;
	transition: all 0.3s ease-out;
}
.hr1 a:hover {
	transform: scale(1.1,1.1);
}
.hr1-image {
	position: relative;
}
.hr1-image img {
	width: 50px;
}
.hr1 h3 {
	color: #fff;
	font-size: 20px;
	margin: 10px 0;
}


.team {
	position: relative;
	padding: 60px 0 30px;
	background: #f3f3f4;
}


.color {

}
.color-bg {
	width: 100%;
	height: 100px;
	border: 1px solid #e1e1e1;
}

.b1 {
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.b1 a {
	display: block;
}
.b1-image {
	position: relative;
	overflow: hidden;
}
.b1-image img {
	width: auto;
	height: 80px;
	margin: 0 auto;
	display: block;
	transition: all 0.3s ease-out;
}
.b1 a:hover .b1-image img {
	transform: scale(1.1,1.1);
}
.b1 h3 {
	color: #333;
	font-size: 16px;
	margin: 10px 0;
	transition: all 0.3s ease-out;
}
.b1 a:hover h3 {
	color: #1e6dd2;
}

/* News */

/* News */

.news {
	padding: 60px 0 30px;
	background: #fff;
}
.n1 {
	margin-bottom: 30px;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	background: #fff;
}
.n1 .n1-image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.n1 .n1-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.n1 .n1-image a:hover img {
	transform: scale(1.1,1.1);
}
.n1-text {
	padding: 15px;
}
.n1 h3 {
	font-size: 18px;
	font-family: "Roboto Condensed";
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0;
	height: 43px;
	overflow: hidden;
}
.n1 h3 a {
	color:#000;
}
.n1 .date {
	color: #6b6c6e;
	
	margin-bottom: 10px;
}
.n1 .date i {
	margin-right: 5px;
}
.n1 .date a {
	float: right;
}
.n1 p {
	margin-top: 15px;
}

.video {
	padding: 150px 0;
	background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.video .overlay {
	top: 0;
}
.video .h2 {
	color: #fff;
	position: relative;
	z-index: 99;
}
.video .divider {
	background: #fff;
	position: relative;
	z-index: 99;
}
.video-play {
	text-align: center;
	position: relative;
	z-index: 99;
}
.video-play a {
	display: inline-block;
	border: 5px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 90px;
	color: #fff;
	font-size: 35px;
	text-align: center;
}

.logos {
	padding: 60px 0;
	
}

.l1 {
	border: 1px solid #e1e1e1;
	background: #fff;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 100px;
}

.l1 a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.l1 img.first {
	width: auto !important;
	height: 70px;
	margin: 0 auto;
	transition: all 0.4s ease-in-out;
	position: absolute;
	top: 50%;
	/* Move the top of the image to the vertical center of the container */
	left: 50%;
	/* Move the left of the image to the horizontal center of the container */
	transform: translate(-50%, -50%);
}


/* Timeline */

.time-line {
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 50px;
}
.time-line .main-line {
	height: 100%;
	width: 1px;
	top: 0px;
	left: 50%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
}
.time-line .about-time {
	position: relative;
	width: 100%;
	z-index: 1;
}
.time-line .about-time .circle {
	position: absolute;
	height: 20px;
	margin-top: 10px;
	width: 20px;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	background-color: #efefef;
	border: solid 1px rgba(0, 0, 0, 0.1);
}
.time-line .about-time .circle span {
	position: absolute;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	width: 10px;
	top: 4px;
	left: 4px;
	height: 10px;
	background-color: #1e6dd2;
}
.time-line .about-time h2 {
	color: #000;
	margin-top: 0px;
}
.time-line .about-time h2 .clearfix {
	margin-top: -17px;
}
.time-line .about-time h2 span {
	display: inline-block;
	width: 120px;
	background-color: #eee;
	height: 2px;
	margin-top: -20px;
}
.time-line .about-time:nth-child(odd) {
	padding-left: 50%;
	padding-right: 15%;
}
.time-line .about-time:nth-child(odd) h2 {
	padding-left: 30px;
}
.time-line .about-text {
	text-align: left;
}
.time-line .about-text ul {
	margin-left: 30px;
}
.time-line .about-text li {
	list-style-type: disc;
	padding: 5px 0;
}
.time-line .about-time:nth-child(odd) .about-text {
	padding-left: 30px;
}
.time-line .about-time:nth-child(odd) .circle {
	left: 50%;
	margin-left: -10px;
}
.time-line .about-time:nth-child(even) {
	padding-right: 50%;
	padding-left: 15%;
	text-align: right;
}
.time-line .about-time:nth-child(even) h2 {
	padding-right: 30px;
}
.time-line .about-time:nth-child(even) .about-text {
	padding-right: 30px;
	text-align: right;
}
.time-line .about-time:nth-child(even) .circle {
	right: 50%;
	margin-right: -10px;
}


/* News */

.news1 {
	border: 1px solid #f5f5f5;
	margin-bottom: 30px;
	background: #fff;
	position: relative;
}

.news-image {
	position: relative;
	overflow: hidden;
}
.ss .news-image img {
	height: 300px;
}
.news-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.news-image a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.news-text {
	padding: 10px 20px;
	position: relative;
	overflow: hidden;
}
.ss .news-text:before {
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	z-index: 1;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
	background-color: #1e6dd2;
	-webkit-transform: skew(
			-45deg
	) translateX(50%);
	transform: skew(
			-45deg
	) translateX(50%);
	border-right: 1px solid #1e6dd2;
}
.news-text h3 {
	font-size: 16px;
	margin: 0 0 15px;
	font-weight: bold;
	height: 45px;
	overflow: hidden;
}
.ss .news-text h3 {
	font-size: 16px;
	font-weight: bold;
	height: inherit;
}
.news-text h3 a {
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.news-text h3 a:hover {

}
.news-text p {
	color: #333;
	font-size: 14px;
	font-weight: 300;
	height: 70px;
	overflow: hidden;
	margin: 0 0 15px;
}
.news-text .date {
	border-top: 1px solid #e6e6e6;
	color: #999;
	font-size: 13px;
	padding: 15px 0;
}
.news-text i {
	color: #e4231a;
}

.modal-header .close {
	position: relative;
	z-index: 999;
}
.modal-image img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 8px;
}
.modal-body {
	text-align: justify;
}
.modal-body p {
	color: #333;
}
.modal-body li {
	color: #333;
}

/* Footer */

.footer {
	padding: 50px 0 20px;
	background: #f3f3f4;


}
.footer .footer-logo img {
	width: 260px;
}
.footer h2 {
	text-transform: inherit;
	font-size: 18px;
	text-align: left !important;
	margin-bottom: 15px;
	color: #333;
}
.footer .divider {

	margin-left: 0;
}
.footer .f1 {
	margin-bottom: 30px;
}
.footer .footer-menu {
	margin-left: 15px;
}
.footer .footer-menu li {

}
.footer .footer-menu li ul {
	margin-left: 30px;
}
.footer .footer-menu li ul li a:before {
	left: 50px;
}
.footer .footer-menu li a {
	color:#333;
}
.footer .footer-menu li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #1e6dd2;
	position: absolute;
	left: 15px;
}
.footer input, .footer textarea {
	border-radius: 8px;
	margin-bottom: -15px;
}
.footer textarea {
	height: 100px;
}
.footer .wpcf7-submit {
	background-color: #1e6dd2;
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	color: #fff;
	transition: all 0.2s ease-out;
	border-radius: 0;
	border: 0;
	margin-top: -10px;
	border-radius: 8px;
}
.footer .wpcf7-submit:hover {
	color: #fff;
}
.contact ul {
	margin: 0;
	padding: 0;
}

.commentator-submit {
	background: #1e6dd2 !important;
}

.copy {
	padding: 10px 0;
	background: #1e6dd2;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.copy p {
	margin: 0;
	color: #fff;
}
.copy a {
	color:#fff;
}
.copy p span {
	margin: 0 10px;
}
.copy p span b {
	color:#88177f;
}

/* Page */

/* Page */

.page-header {
	margin: 0;
	padding: 0;
	height: 500px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.branch-header {
	height: 350px !important;
}
.branch-header img {
	width: 200px;
	display: block;
	margin: 0 auto 15px;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
.page-header .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.page-header .caption h2 {
	color: #fff;
	margin-bottom: 120px;
}
.page-header .caption .divider {
	background: #fff;
}



.company-header {
	position: absolute;
	height: 100%;
	width: 100%;
}
.company-text {
	background: rgba(8,76,133,.8);
	height: 600px;
	padding: 30px;
	color: #fff;
}
.company-text h3 {
	margin-top: 120px;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1;
}
.company-text p {

}
.single-post .h2, .page-template-contact .h2 {
	text-align: left;
}
.main {
	padding-top: 50px;
	padding-bottom: 50px;
}
.single-image img {
	border-radius: 8px;
}
.content-text {
	color: #333;
	font-family: "Roboto";
	text-align: justify;
}
.content-text p {
	font-size: 15px;
}
.content-text .h2 {
	margin-bottom: 15px;
}
.content-text .h2:before {
	content: '';
	display: none;
}
.content-text h3 {
	color: #1e6dd2;
	margin: 0 0 10px;
}
.content-text ul {
	margin-left: 30px;
}
.content-text li {
	list-style-type: disc;
	font-size: 15px;
	margin-bottom: 5px;
}
.content-text img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 8px;
}

.sidebar {
	border-left: 1px solid #e1e1e1;
	padding-left: 30px;
}
.sidebar img.company-logo {
	width: 150px;
}

.h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
.latest {
	border-bottom: 1px solid #D5D1C9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.latest h3 {
	color: #292219;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
.latest .date {
	color: #94908C;
	font-size: 12px;
}
.latest img {
	width: 95px;
	height: 64px;
	object-fit: cover;
	float: right;
	border-radius: 8px;
}
.latest1 img {
	float: left !important;
	margin-right: 10px;
	border-radius: 0 !important;
}
.latest1 h3 {
	font-size: 16px !important;
	font-weight: 400 !important;
}


.gallery {
	border-radius: 8px;
	overflow: hidden;
}
.gallery img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin: 0 !important;
}
.share {
	margin-top: 30px;
}

.hr-image {

}
.hr-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
}
.hs {
	text-align: center;
	margin: 60px 0 0;
}
.hs img {
	width: 50px;
}
.hs h3 {
	color: #1e6dd2;
	font-size: 60px;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}
.hs p {
	color: #333;
	font-size: 18px;
	margin: 0;
}

.join {
	padding: 60px 0 30px;
	background: #f3f3f4;
}
.join h3 {
	margin-bottom: 30px;
}
.ju {
	position: relative;
	margin-bottom: 30px;
}
.ju img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 8px;
}
.ju h3 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0;
}
.selection {
	padding: 60px 0;
}
.selection h3 {
	margin-bottom: 30px;
}
.sp {
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
}
.sp a {
	display: block;
}
.sp img {
	width: 100px;
	display: block;
	margin: 0 auto;
}
.sp h3 {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	margin: 15px 0 0;
}
.open-job {
	
}
.open-job h3 {
	margin-bottom: 30px;
}

/* Contact */

#map {
	width: 100%;
	height: 500px;
}
.contact ul {
	margin: 0;
	padding: 0;
}

.contact li {
	color: #1e6dd2;
	padding: 10px 0;
	list-style: none;
}
.contact li .fa {
	float: left;
	font-size: 18px;
	margin-top: 2px;
}
.contact li h4 {
	padding-left: 30px;
	margin: 0;
	font-size: 15px;
	color: #333;
}
.contact li h4 a {
	color: #333;
}
.contact input, .contact textarea {
	margin-bottom: -10px;
	border-radius: 0;
}
.contact textarea {
	height: 100px;
}
.contact .wpcf7-submit {
	background: #1e6dd2;
	color: #fff;
	display: block;
	border-radius: 0;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	transition: background-color .25s ease-out,color .25s ease-out;
}

.law {

}
.law a {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	padding: 10px 15px;
	background: #f3f3f4;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	margin-bottom: 10px;
	transition: all 0.3s ease-out;
}
.law a:hover {
	background-color: #f8f9fa;
}
.law a span {
	display: inline-block;
    float: left;
    width: 92%;
}
.law a img {
	width: 30px;
	float: right;
}

/* Category */

.cat {
	margin-bottom: 30px;
}
.cat .cat-image {
	position: relative;
	height: 150px;
	overflow: hidden;
}
.cat .cat-image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.cat .cat-image a:hover img {
	transform: scale(1.1,1.1);
}
.cat .cat-text {

}
.cat .cat-text h3 {
	font-size: 18px;
	margin: 0 0 10px;
}
.cat .cat-text h3 a {
	color: #000;
	font-weight: bold;
}
.cat .cat-text .date {
	margin: 0 0 10px;
	color: #1e6dd2;
	font-size: 14px;
}
.cat .cat-text p {

}

.products {
	padding: 60px 0 30px;
	background: #f3f3f4;
}
.products .h2 {
	
}
.setgegdel {
	padding: 60px 0;
	background: #f3f3f4;
}
.setgegdel .swiper-container {
	height: 150px;
}
.setgegdel h3 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 15px;
}
.setgegdel p {
	color: #333;
}
.course {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 8px;
}
.course1 img {
	height: 300px !important;
}
.course img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: all 0.3s ease-out;
	
}
.course a:hover img {
	transform: scale(1.1,1.1);
}
.course .overlay {
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
	top: 0;
	transition: all 0.3s ease-out;
}
.course a:hover .overlay {
	background: rgba(0, 0, 0, 0.25);
}
.course .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 30px 10px;
	z-index: 3;
	transition: all 0.3s ease-out;
}
.course a:hover .caption {
	bottom: 30px;
}
.course h3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.course .more {
	text-align: center;
	margin-top: 10px;
}
.course p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.project {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.gallery1 {
	margin-bottom: 30px;
}
.project img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.project a:hover img {
	transform: scale(1.1,1.1);
}
.gallery1 img {
	height: 300px;
}
.project .overlay {
	transition: all 0.3s ease-out;
	background: rgba(0,0,0,0);
	z-index: 1;
}
.project a:hover .overlay {
	background: rgba(0,0,0,.7);
}
.project h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.project a:hover h3 {
	opacity: 1;
}

.service {
	padding: 30px 0;
	background: #f3f3f4;
}
.box {
	border: 1px solid #e1e1e1;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	background: #fff;
	transition: all .3s ease-in-out;
}
.box:hover {
	box-shadow: 0px 15px 15px -5px #d6d7db;
    margin-top: -3px;
}
.box img {
	width: 170px;
	height: 170px;
	object-fit: cover;
	border-radius: 50%;
}
.box h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

.doloo .vc_col-sm-2 {
	width: 14.2% !important;
}

/* Tablet */

@media( max-width:990px ) {

}

/* Mobile */

@media( max-width:767px ){
	.container-fluid  {
		margin: 0 15px;
	}
	.about img {
		margin-bottom: 30px;
	}
	.box {
		margin-bottom: 30px;
	}
	.too1 {
		margin-bottom: 30px;
	}
	.sp {
		margin-bottom: 30px;
	}
	.branch-header {
		height: 130px !important;
	}
	.sidebar {
		border: 0;
		margin-top: 20px;
	}
	.gallery-thumbs .swiper-slide h3 {
		font-size: 16px;
		padding: 15px 0 !important;
		text-align: center;
	}
	.hr {
		height: inherit;
	}
	.about {
		height: inherit;
	}
	.about-image {
		position: relative;
		width: 100%;
	}
	.about-image img {
		border-radius: 16px;
	}
	.padd-left, .padd-right {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.sub-menu {
		margin-bottom: 30px;
	}
	.doloo .vc_col-sm-2 {
		width: inherit !important;
	}
	.header .navbar-brand {
		width: 50%;
	}
	.header .navbar-brand img {
		margin-left: 20px;
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.header .logo img {
		margin-left: 20px;
		margin-top: 0;
		
	}
	.slider {
		height: 300px;
	}
	.slider .swiper-container {
		height: 300px;
	}
	.slider .caption {
		top: 20%;
	}
	.slider .swiper-slide {
		height: 300px;
	}
	.slider .caption h2 {
		font-size: 32px;
	}
	.slider .caption p {
		font-size: 13px;
	}
	.s1 {
		margin-bottom: 20px;
	}
	.davuu {
		padding: 80px 15px !important;
	}
	.davuu img {
		margin-bottom: 20px;
	}
	.s1-image {
		margin-bottom: 30px;
	}
	.s1 .s1-text {
		height: inherit;
	}
}

.davuu {
	padding: 80px 0;
	background: #f3f3f3;
}
.davuu img {
	width: 100%;
}
.davuu h2 {
	text-align: left;
}
.davuu .divider {
	margin: 0 0 30px;
}
.davuu ul {
	margin-left: 20px;
}
.davuu li {
	color: #333;
	margin-bottom: 5px;
}
.davuu li:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #1e6dd2;
	position: absolute;
	left: 15px;
}

.sub-menu {

}
.sub-menu li {

}
.sub-menu li a {
	display: block;
	color: #333;
	font-size: 14px;
	padding: 10px 15px 10px 30px;
	background: #f7f7f7;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 8px;
	margin-bottom: 10px;
}
.sub-menu li a:hover {
	color: #fff;
	background: #1e6dd2;
}
.sub-menu li.current-menu-item a {
	color: #fff;
	background: #1e6dd2;
}
.sub-menu li:hover a:before {
	color: #fff;
}
.sub-menu li.current-menu-item a:before {
	color: #fff;
}
.sub-menu li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #1e6dd2;
	position: absolute;
	left: 15px;
}

.social {
	margin-top: 10px;
}
.social a {
	color: #fff;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	background: #1e6dd2;
	border-radius: 50%;
	margin-right: 10px;
}
.footer-social {
	margin-top: 15px;
	margin-right: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}


.t1 {
	margin-bottom: 30px;
}
.t1 .t1-image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
}
.t1 .t1-image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin: 0 !important;
}
.t1 .t1-image1 img {
	height: 300px !important;
}
.t1 .t1-image a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.t1 h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0;
}
.t1 h3 a {
	color: #000;
}
.t1 .job {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
    min-height: 32px;
}
.modal-content {
	border-radius: 0 !important;
}
.modal-title {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.modal-header {
	border-bottom: 2px solid #002060;
}
.modal-body .content-text h3 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto';
}
.modal-body .content-text {
	text-align: left;
}
.panel-title {
	border-radius: 0;
}
.panel-title a {
	display: block;
	color: #fff;
	background: #1e6dd2;
	font-size: 16px;
	padding: 15px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 8px;
}
.panel-title a i {
	float: right;
}
.panel-title a i::before {
	font-family: "FontAwesome";
    content: "\f107";
}
.panel-title a.collapsed i::before {
	content: "\f105";
	font-family: "FontAwesome";
}
.panel-title a:hover {
	
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0 !important;
}
.panel-default>.panel-heading {
	border-radius: 8px !important;
	background: none !important;
	padding: 0 !important;
}
.panel-group .panel {
	border-radius: 8px !important;
	margin-bottom: 15px;
}

.job-title {
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 10px;
	margin-bottom: 10px;
	
}
.job-others ul {
	margin: 0;
	padding: 0;
}
.job-others li {
	display: inline-block;
	margin-right: 15px;
	font-size: 13px;
}
.job-others li i {
	margin-right: 5px;
	color: #ddd;
}

.sa1 {
	margin-bottom: 30px;
}
.sa1 h3 {
	color: #333;
	font-size: 24px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}
.sa1 img.cvr {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.sa1 .row {
	border: 1px solid #e1e1e1;
	padding: 15px;
	margin: 0;
}
.sa1 .logo {
	text-align: center;
	padding: 15px;
	border: 1px solid #e1e1e1;
}
.sa1 .logo img {
	height: 80px;
	width: auto;
}

.price {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* ******************** */

.single-img img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 8px;
}
.gallery {
	position: relative;
	margin-bottom: 30px;
}
.gallery .gallery-top {
	margin-bottom: 10px;
}
.gallery .gallery-top img {
	width: auto;
	height: 300px;
	object-fit: cover;
	margin: 0 auto !important;
	display: block;
	border-radius: 8px;
}
.gallery .gallery-top-product img {
	
}
.gallery .gallery-thumbs {

}
.gallery .gallery-thumbs img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	opacity: 0.6;
	border-radius: 8px;
	transition: all 0.3s ease-out;
}
.gallery .gallery-thumbs .swiper-slide-active img {
	opacity: 1;
}

.zoom-gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.zoom-gallery img {
	width: 100%;
	height: 200px !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
	margin: 0 !important;
}
.zoom-gallery .overlay {
	transition: all 0.3s ease-out;
	background: rgba(0,0,0,0);
	border-radius: 8px;
}
.zoom-gallery a:hover .overlay {
	background: rgba(0,0,0,.7);
}
.zoom-gallery i {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.zoom-gallery a:hover i {
	opacity: 1;
}

/*Contact form 7 style uud */
.form-tb1{
	width:10%;
}

.form-tb2{
	width:10%;
}

.form-tb3{
	width:10%;
}

.form-tb4{
	width:10%;
}

.form-tb5{
	width:16%;
}

.form-tb6{
	width:14%;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

table th {
	font-size: 16px;
	font-weight: 500;
	padding: 8px 10px;
	border-spacing: 0;
	border-collapse: separate;
	text-align: center;
	color: #fff;
	background: #1e6dd2;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
table td {
	font-size: 16px;
	position: relative;
	padding: 8px 10px;
	text-align: left;
	border: 1px solid #eaeaea;
	text-align: center;
}

.bolovsrol{
	width:100%;
}

.textarea1{
	width:100%;
}
.hranket {
	
}
.hranket label {
	display: block;
}

.wpb_single_image img {
	transition: all 0.3s ease-out;
}
.wpb_single_image img:hover {
	transform: scale(1.1, 1.1);
}