/*
.main-header .header-top{
	position: relative;
	background-color: transparent;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.main-header .top-left {
    position: relative;
    float: left;
}
.main-header .top-right {
    position: relative;
    float: right;
}
.main-header .top-left .contact-list li i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-right: 5px;
}
.main-header .top-left .contact-list li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .top-right .language {
    position: relative;
    float: left;
    padding: 10px 0;
}
.main-header .language > a {
    width: auto !important;
    height: auto !important;
    color: #ffffff;
    padding: 0px;
    font-size: 14px;
    background: none !important;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    line-height: 30px;
}
.main-header .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border-radius: 0px;
    background-color: #222222;
    border: none;
    padding: 0px;
    border-top: 3px solid #25262c;
    margin-top: 9px;
}
.main-header .language .dropdown-menu > li {
    padding-right: 0px !important;
    margin: 0px !important;
    padding: 0;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.main-header .language .dropdown-menu > li > a {
    padding: 8px 20px !important;
    width: auto;
    height: auto;
    display: block;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
*/















.main-header .top-left .contact-list li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
    color: #ffffff;
    font-weight: 300;
    margin-right: 25px;
}

.clients-section{
	position: relative;
/*	background-color: #f6f8f8;*/
	padding: 10px;
	margin: 0px 0;
	padding-bottom: 60px;
}

.clients-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
/*	background-image: url(../images/icons/pattern.png);*/
	content: "";
	background-repeat: repeat;
}

.clients-section .inner-container{
	position: relative;
	overflow: hidden;
}

.clients-section .row{
	margin-left: -1px;
	margin-right: -1px;
}

.clients-section .client-logo{
	position: relative;
	margin-top: -1px;
	margin-bottom: -1px;
/*	border: 1px dashed #c9caca;*/
	overflow: hidden;
}

.clients-section .client-logo .logo{
	position: relative;
	text-align: center;
}

.clients-section .client-logo .logo img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto;
	opacity: .5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .client-logo:hover .logo a img{
	opacity: 1;
	transition: all 0.4s;
	transform: scale(1.2);
}

.clients-section.style-two{
	background-color: #ffffff;
	padding: 110px 0;
}

.clients-section.style-two:before{
	display: none;
}
.fun-fact-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 85px 0 25px;
}
.fun-fact-section .title-column .inner-column {
    position: relative;
}
.fun-fact-section .title-column h3 {
    position: relative;
    font-size: 40px;
    line-height: 1.1em;
    color: #f4f6f6;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.fun-fact-section .title-column .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 29px;
    color: #c6c6c6;
    font-weight: 300;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 20px auto;
}

.main-header .top-right .language {
    position: relative;
    float: left;
    padding: 10px 0;
}
.main-header .language > a {
    width: auto !important;
    height: auto !important;
/*    color: #ffffff;*/
    padding: 0px;
/*    font-size: 14px;*/
    background: none !important;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    line-height: 30px;
}
.main-header .language > a span {
    margin-right: 5px;
/*    font-size: 14px;*/
/*    color: #ffffff;*/
}
.main-header .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border-radius: 0px;
    background-color: #222222;
    border: none;
    padding: 0px;
    border-top: 3px solid #25262c;
    margin-top: 9px;
}
.main-header .language .dropdown-menu > li {
    padding-right: 0px !important;
    margin: 0px !important;
    padding: 0;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.main-header .language .dropdown-menu > li > a {
    padding: 8px 20px !important;
    width: auto;
    height: auto;
    display: block;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header ul, .main-header li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

























