@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,700italic,600italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);

@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.css");
@import url("hover.css");

/***

====================================================================
	Reset
====================================================================

 ***/
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/
.ovh {
    overflow: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #757575;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}
body.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #076d93;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    margin: 0;
    background: none;
    line-height: 1.8em;
}
input,
button,
select,
textarea {
    font-family: "Open Sans", sans-serif;
}

.raleway-font {
    font-family: "Raleway", sans-serif;
}

p {
    position: relative;
    line-height: 1.8em;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 1030px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    padding-top: 120;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theme-btn {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.centered {
    text-align: center;
}

.anim-3,
.anim-3-all * {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.anim-5,
.anim-5-all * {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.anim-7,
.anim-7-all * {
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.btn-style-one {
    position: relative;
    padding: 8px 30px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    background: #fdca00;
    color: #ffffff !important;
    font-size: 11px;
    font-style: normal;
    border: 2px solid #fdca00 !important;
    font-family: "Open Sans", sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.btn-style-one .icon {
    position: relative;
    padding-left: 5px;
}

.btn-style-one:hover {
    background: #ffffff;
    color: #fdca00 !important;
    border-color: #fdca00 !important;
}

.btn-style-two {
    position: relative;
    padding: 8px 30px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    background: none;
    color: #fdca00 !important;
    font-size: 11px;
    border: 2px solid #fdca00 !important;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.btn-style-two .icon {
    position: relative;
    padding-left: 5px;
}

.btn-style-two:hover {
    background: #fdca00;
    color: #ffffff !important;
    border-color: #fdca00 !important;
}

.btn-style-three {
    position: relative;
    padding: 8px 30px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    background: #006699;
    color: #ffffff !important;
    font-size: 11px;
    font-style: normal;
    border: 2px solid #006699 !important;
    font-family: "Open Sans", sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.btn-style-three .icon {
    position: relative;
    padding-left: 5px;
}

.btn-style-three:hover {
    background: #ffffff;
    color: #006699 !important;
    border-color: #006699 !important;
}

.btn-style-four {
    position: relative;
    padding: 8px 30px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    background: none;
    color: #006699 !important;
    font-size: 11px;
    border: 2px solid #006699 !important;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.btn-style-four .icon {
    position: relative;
    padding-left: 5px;
}

.btn-style-four:hover {
    background: #006699;
    color: #ffffff !important;
    border-color: #006699 !important;
}

.skew-btn {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.skew-btn .btn-text {
    position: relative;
    z-index: 1;
}

.skew-btn:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #a1adb7;
    background: #a1adb7;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.skew-btn:hover:before {
    background: #fdca00;
    border-color: #fdca00;
}

.skew-btn:hover {
    color: #ffffff;
}

.theme_color {
    color: #fdca00;
}

.text-white {
    color: #ffffff !important;
}

.padd-top-20 {
    padding-top: 20px !important;
}

.padd-top-30 {
    padding-top: 30px !important;
}

.padd-top-40 {
    padding-top: 40px !important;
}

.padd-bott-20 {
    padding-bottom: 20px !important;
}

.padd-bott-30 {
    padding-bottom: 30px !important;
}

.padd-bott-40 {
    padding-bottom: 40px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bott-20 {
    margin-bottom: 20px !important;
}

.margin-bott-30 {
    margin-bottom: 30px !important;
}

.margin-bott-40 {
    margin-bottom: 40px !important;
}

.no-padd-bottom {
    padding-bottom: 0px !important;
}

.no-padd-top {
    padding-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-bottom: 0px !important;
}

.no-bg {
    background: none !important;
}

.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.GIF);
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: #ffd21d;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border: 1px solid #ffffff;
    display: none;
}

.scroll-to-top:hover {
    background-color: #fdca00;
    border-color: #fdca00;
    color: #ffffff;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header {
    position: fixed;
}

.main-header .header-upper {
    position: relative;
    padding: 0;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .header-upper {
    padding: 0;
}
.logo-outer {
    margin: 20px 0;
}
.head-phone {
    float: left;
    display: block;
    padding-top: 35px;
    margin-right: 25px;
    font-size: 18px;
    color: #076d93;
    font-weight: 600;
}
.main-header .header-upper .search-box {
    position: relative;
    padding: 30px 0 0;
    width: 250px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    float: right;
}

.fixed-header .header-upper .search-box {
    padding-top: 30px;
}

.main-header .header-upper .search-box .form-group {
    position: relative;
}

.main-header .header-upper .search-box input[type="search"],
.main-header .header-upper .search-box input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 5px 40px 5px 15px;
    background: #ffffff;
    font-size: 12px;
    border: 1px solid #d0d0d0;
    color: #353535;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

.main-header .header-upper .search-box .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 34px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    background: #fdca00;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

.main-header .header-upper .top-bar {
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    overflow: hidden;
    border-top: 3px solid #fdca00;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .header-upper .top-bar {
    top: -200px;
    opacity: 0;
    visibility: hidden;
}

.main-header .header-upper .top-right {
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
    padding: 5px 0px 5px 20px;
    background: #fdca00;
    color: #ffffff;
    border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    -ms-border-radius: 0px 0px 0px 5px;
    -o-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
}

.main-header .header-upper .top-right:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    width: 1500px;
    height: 100%;
    background: #fdca00;
}

.main-header .header-upper .top-right li {
    position: relative;
    float: left;
    margin-left: 15px;
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
}

.main-header .header-upper .top-right li .icon {
    position: relative;
    padding-right: 5px;
    font-size: 14px;
}

.main-header .header-upper .top-right li a {
    position: relative;
    color: #ffffff;
}

.main-header .header-lower {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #0d6e9e;
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #0d6e9e),
        color-stop(100%, #016192)
    );
    background: linear-gradient(to bottom, #0d6e9e 0%, #016192 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6e9e', endColorstr='#016192', GradientType=0 );
}

.main-header .get-quote-btn {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 30px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    background: #2086d5;
}

.main-header .get-quote-btn .icon {
    font-size: 14px;
}

.main-header .get-quote-btn:hover {
    background: #fdca00;
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0;
}

.main-menu .navigation {
    position: relative;
    margin: 0;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 0;
    border-right: 1px solid #e4e2e2;
    border-top: none;
    border-bottom: none;
}
.main-menu .navigation > li:first-of-type,
.main-menu .navigation > li:last-of-type {
    border-color: transparent;
}
.main-menu .navigation > li:first-of-type {
    border-right: 1px solid #e4e2e2;
}
.main-menu .navigation > li:last-of-type {
    float: left;
    display: inline-block;
    text-align: center;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 10px 42px;
    font-size: 13px;
    color: #f8f8f8;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 26px;
    top: 7px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown.share > a:before {
    display: none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
    color: #fdca00;
    background: #1375a5;
    opacity: 1;
}

.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}

.main-menu .navigation > li.dropdown:hover > a:after {
    color: #fdca00;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 120%;
    width: auto;
    padding: 0px;
    border: 1px solid #fdca00;
    border-top-width: 3px;
    z-index: 100;
    background: #eaeff3;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child {
    border: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 15px 7px 30px;
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
    color: #3a3a3a;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    white-space: nowrap;
}

.main-menu .navigation > li > ul > li > a:before {
    content: "\f10c";
    font-family: "FontAwesome";
    font-size: 8px;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 15px;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #fdca00;
    background-color: #d4dde5;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    right: 10px;
    top: 7px;
    width: 10px;
    height: 20px;
    display: block;
    color: #3a3a3a;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #fdca00;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    top: 30px;
    left: 100%;
    width: 200px;
    padding: 0px;
    border: 1px solid #fdca00;
    border-top-width: 2px;
    z-index: 100;
    background: #eaeff3;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > ul {
    top: 0px;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 15px 7px 30px;
    line-height: 20px;
    font-weight: normal;
    font-size: 12px;
    color: #3a3a3a;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
    content: "\f10c";
    font-family: "FontAwesome";
    font-size: 8px;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 15px;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #fdca00;
    background-color: #d4dde5;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icons/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    top: 144px;
    color: #ffffff;
    height: 590px;
    margin-bottom: 100px;
}

.main-slider h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
}

/***

====================================================================
	Featured Three Column style
====================================================================

***/

.default-section {
    position: relative;
    padding: 80px 0px;
}

.featured-three-col {
    position: relative;
    background: #ffffff;
    padding: 70px 0px 30px;
}

.featured-three-col .column {
    position: relative;
    margin-bottom: 40px;
}

.featured-three-col .column .inner-box {
    position: relative;
    display: block;
    border-bottom: 3px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 4px -3px #fdca00;
    -webkit-box-shadow: 0px 0px 4px -3px #fdca00;
    -ms-box-shadow: 0px 0px 4px -3px #fdca00;
    -o-box-shadow: 0px 0px 4px -3px #fdca00;
    -moz-box-shadow: 0px 0px 4px -3px #fdca00;
}

.featured-three-col .column .inner-box:hover,
.featured-three-col .column .inner-box.active {
    border-bottom-color: #ffd21d;
}

.featured-three-col .column .inner-box:after {
    font-family: "FontAwesome";
    content: "\f0d8";
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -9px;
    width: 100%;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.featured-three-col .column .inner-box:hover:after,
.featured-three-col .column .inner-box.active:after {
    color: #ffd21d;
}

.featured-three-col .column .image-box {
    position: relative;
    overflow: hidden;
}

.featured-three-col .column .image-box img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #fdca00;
}

.featured-three-col .column .inner-box:hover .image-box img {
    transform: scale(1.1, 1.1) rotate(-3deg);
    -webkit-transform: scale(1.1, 1.1) rotate(-3deg);
    -ms-transform: scale(1.1, 1.1) rotate(-3deg);
    -o-transform: scale(1.1, 1.1) rotate(-3deg);
    -moz-transform: scale(1.1, 1.1) rotate(-3deg);
    opacity: 0.9;
}

.featured-three-col .column .content {
    position: relative;
    padding: 15px;
}

.featured-three-col .column h3 {
    position: relative;
    font-size: 16px;
    color: #1b1b1b;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.featured-three-col .column h3 a {
    position: relative;
    color: #1b1b1b;
}

.featured-three-col .column h3 a:hover,
.featured-three-col .column .read-more:hover {
    color: #fdca00;
}

.featured-three-col .column .text {
    text-align: justify;
}

.featured-three-col .column .read-more {
    position: relative;
    display: inline-block;
    margin: 10px 0px;
    text-transform: capitalize;
    color: #2086d5;
}

.featured-three-col .column .read-more .icon {
    position: relative;
    padding-right: 5px;
    font-size: 14px;
}

/***

====================================================================
	Intro Section style
====================================================================

***/

.intro-section {
    position: relative;
    padding: 0px 0px;
    background: #f2f5f7 url(../images/background/bg-pattern.jpg) repeat;
    text-align: center;
    overflow: hidden;
}

.intro-section .inner {
    position: relative;
    padding: 40px 90px 40px 60px;
}

.intro-section .inner .content-box {
    position: relative;
    padding: 20px 60px 20px 40px;
    color: #b4ddfd;
}

.intro-section .inner .content-box h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 7px;
}

.intro-section .inner .content-box:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #2086d5;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
}

.intro-section .inner .skew-line {
    position: absolute;
    top: 0px;
    width: 70px;
    height: 100%;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
}

.intro-section .inner .skew-line:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -40px;
    display: block;
    width: 1px;
    height: 100%;
    background: #2086d5;
}

.intro-section .inner .skew-line:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -40px;
    display: block;
    width: 1px;
    height: 100%;
    background: #2086d5;
}

.intro-section .inner .skew-line.line-left {
    left: 0px;
    top: 0px;
}

.intro-section .inner .skew-line.line-right {
    right: -15px;
    top: 0px;
}

/***

====================================================================
	Featured Services Section
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 40px;
    padding-right: 80px;
}

.sec-title h2,
h2.styled-title {
    position: relative;
    font-size: 24px;
    color: #076d93;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 34px;
    margin-bottom: 40px;
}

.sec-title h2:before,
h2.styled-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 20px;
    background: #ffd21d;
}

.sec-title h2:after,
h2.styled-title:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    background: #ffd21d;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}

.sec-title .heading-text {
    position: relative;
    font-size: 14px;
    margin: 5px 0 0;
}

.featured-services {
    position: relative;
    /* padding:80px 0 0; */
    padding: 100px 0 0;
    background: #ffffff;
}

.featured-services .column {
    position: relative;
    margin-bottom: 60px;
}

.featured-services .column .inner-box {
    position: relative;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.featured-services .column .inner-box .content {
}

.featured-services .column .icon {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    font-size: 48px;
    margin-bottom: 25px;
    color: #a1adb7;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.featured-services .column .inner-box:hover .icon {
    color: #fdca00;
}

.featured-services .column h3 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #3a4145;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.featured-services .column .text {
    position: relative;
    margin-bottom: 10px;
}

.featured-services .column .inner-box:hover {
    border-color: #fdca00;
}

.featured-services .column .theme-btn {
    position: absolute;
    right: -20px;
    bottom: -18px;
}

.featured-services .column .inner-box .content {
    text-align: center;
}
.featured-services .column .inner-box .content a {
    font-weight: 600;
    font-size: 16px;
    color: #137498;
    text-decoration: none;
    margin-top: 4px;
    display: block;
}
.featured-services .column .inner-box .content a:hover,
.featured-services .column .inner-box .content a:focus,
.featured-services .column .inner-box .content a:visited,
.featured-services .column .inner-box .content a:active {
    color: #137498;
    text-decoration: none;
}
/***

====================================================================
	Fluid Section One Style
====================================================================

***/

.fluid-section-one {
    position: relative;
    background: #eaeff3;
    overflow: hidden;
}

.large-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0px 15px;
}

.fluid-section-one .large-container {
    position: relative;
}

.fluid-section-one .large-container .left-column {
    position: relative;
    float: left;
    width: 60%;
    padding: 80px 0px 60px;
}

.fluid-section-one .large-container .bg-skew {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 57%;
    height: 100%;
    background: #2086d5;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.fluid-section-one .large-container .bg-skew:before {
    content: "";
    position: absolute;
    display: block;
    right: 50%;
    width: 1500px;
    height: 100%;
    background: #2086d5;
}

.logistic-progress {
    position: relative;
    color: #c6e5fd;
    padding-right: 120px;
}

.log-progress-section .logistic-progress {
    position: relative;
    color: #c6e5fd;
    padding-right: 0px;
}

.logistic-progress h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.logistic-progress .desc-text {
    position: relative;
    margin-bottom: 50px;
}

.logistic-progress .column {
    position: relative;
    margin-bottom: 20px;
}

.logistic-progress .column .inner-box {
    position: relative;
}

.logistic-progress .inner-box .upper {
    position: relative;
    padding-right: 40px;
    margin-bottom: 20px;
    max-width: 200px;
}

.logistic-progress .inner-box .upper .arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 20px;
    width: 40px;
    display: block;
    margin-top: -10px;
    background: url(../images/icons/arrow-right.png) right center no-repeat;
    opacity: 0.7;
}

.logistic-progress .inner-box h3 {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.logistic-progress .inner-box .icon-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #c6e5fd;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.logistic-progress .inner-box:hover .icon-box {
    border-color: #ffd21d;
}

.logistic-progress .inner-box .icon-box .icon {
    position: relative;
    display: block;
    line-height: 78px;
    font-size: 24px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.logistic-progress .inner-box:hover .icon-box .icon {
    color: #ffd21d;
}

.logistic-progress .inner-box .step-count {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 10px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    color: #ffffff;
    background: #ffd21d;
}

.fluid-section-one .large-container .right-column {
    position: relative;
    float: left;
    width: 40%;
    padding: 80px 0px 40px 60px;
}

.get-quote-form {
    position: relative;
    color: #666666;
}

.get-quote-form .envelope-icon {
    font-size: 32px;
    color: #aaaaaa;
    margin-bottom: 20px;
}

.get-quote-form h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #2b2b2b;
}

.get-quote-form .desc-text {
    position: relative;
    margin-bottom: 20px;
}

.get-quote-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.get-quote-form .form-group input[type="text"],
.get-quote-form .form-group input[type="email"],
.get-quote-form .form-group input[type="password"],
.get-quote-form .form-group input[type="number"],
.get-quote-form .form-group input[type="tel"],
.get-quote-form .form-group select,
.get-quote-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    color: #2b2b2b;
    line-height: 24px;
    padding: 7px 15px;
    min-height: 40px;
}

.get-quote-form .form-group select {
    cursor: pointer;
    background: #ffffff url(../images/icons/icon-select.png) right center
        no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    height: 40px;
}

.get-quote-form .form-group select option {
    text-indent: 15px;
    padding-top: 3px;
}

.get-quote-form .form-group textarea {
    height: 150px;
    resize: none;
}

.get-quote-form .form-group input[type="text"]:focus,
.get-quote-form .form-group input[type="email"]:focus,
.get-quote-form .form-group input[type="password"]:focus,
.get-quote-form .form-group input[type="number"]:focus,
.get-quote-form .form-group input[type="tel"]:focus,
.get-quote-form .form-group select:focus,
.get-quote-form .form-group textarea:focus {
    border-color: #2086d5;
}

/***

====================================================================
	Our Team style
====================================================================

***/

.team-section {
    position: relative;
    padding: 60px 0px;
}

.team-section.bg-two {
    background: #ecf4fc;
}

.team-section .member-column {
    position: relative;
}

.team-section .member-column .inner-box {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.team-section .member-column .image {
    position: relative;
    overflow: hidden;
}

.team-section .member-column .image img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-section .member-column:hover .image img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
}

.team-section .member-column .social-links {
    position: relative;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}

.team-section .member-column .social-links li {
    position: relative;
    float: left;
    border-left: 1px solid #e3e3e3;
}

.team-section .member-column .social-links li:first-child {
    border: none;
}

.team-section .member-column .social-links li a {
    position: relative;
    display: block;
    width: 34px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    color: #cccccc;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.team-section .member-column .social-links li a:hover {
    color: #2086d5;
}

.team-section .member-column .member-title {
    position: relative;
    padding: 20px 0px 0px;
}

.team-section .member-column .member-title p {
    font-style: italic;
    color: #2086d5;
    font-size: 14px;
}

.team-section .member-column .member-title h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-section .member-column .member-desc {
    position: relative;
    margin-bottom: 20px;
}

.team-section .owl-controls {
    position: absolute;
    right: 0px;
    top: -70px;
    margin: 0px !important;
}

.team-section .owl-nav .owl-prev {
    position: absolute;
    right: 35px;
    top: 0;
    width: 24px;
    padding-right: 3px;
    height: 40px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #cccccc;
    background: #ffffff !important;
    font-size: 0px !important;
}

.team-section .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    padding-left: 3px;
    height: 40px;
    text-align: center;
    color: #cccccc;
    border: 1px solid #e3e3e3;
    background: #ffffff !important;
    font-size: 0px !important;
}

.team-section .owl-nav .owl-prev:after {
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -10px;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.team-section .owl-nav .owl-next:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover {
    background: #ffd21d !important;
}

.team-section .owl-nav .owl-prev:hover:after,
.team-section .owl-nav .owl-next:hover:after {
    opacity: 1;
    color: #ffffff;
}

.team-section .owl-dots {
    display: none !important;
}

/***

====================================================================
	Sponsors Section Style
====================================================================

***/

.sponsors-section {
    position: relative;
    padding: 80px 0px 75px;
    background: #ffffff;
    overflow: hidden;
}

.sponsors-section .sponsors-outer {
    position: relative;
    margin: 0px 0px;
}

.sponsors-section .sponsors-slider {
    position: relative;
    padding: 0px 0px;
    border: 1px solid #e3e3e3;
}

.sponsors-section .sponsors-slider li {
    border-left: 1px solid #e3e3e3;
    margin-right: -1px;
    opacity: 0.5;
}

.sponsors-section .sponsors-slider li:hover {
    opacity: 1;
}

.sponsors-section .owl-controls {
    margin: 0px !important;
}

.sponsors-section .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -20px !important;
    width: 28px;
    height: 40px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #cccccc;
    background: #ffffff !important;
    font-size: 0px !important;
}

.sponsors-section .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    top: 50%;
    margin-top: -20px !important;
    width: 28px;
    height: 40px;
    text-align: center;
    color: #cccccc;
    border: 1px solid #e3e3e3;
    background: #ffffff !important;
    font-size: 0px !important;
}

.sponsors-section .owl-nav .owl-prev:after {
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -10px;
    display: block;
    font-size: 20px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sponsors-section .owl-nav .owl-next:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -10px;
    display: block;
    font-size: 20px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sponsors-section .owl-nav .owl-prev:hover:after,
.sponsors-section .owl-nav .owl-next:hover:after {
    opacity: 1;
    color: #ffffff;
}

.sponsors-section .owl-nav .owl-prev:hover,
.sponsors-section .owl-nav .owl-next:hover {
    background: #ffd21d !important;
}

.sponsors-section .owl-dots {
    display: none !important;
}

/***

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section {
    position: relative;
    padding: 80px 0px 40px;
    background-color: #f8f8f8;
}

.testimonials-section .testimonials-slider {
    position: relative;
}

.testimonials-section .testimonials-slider .slide-item {
    position: relative;
    margin: 50px 0px 0px 0px;
    border: 1px solid #cccccc;
    border-bottom-width: 3px;
    background: #ffffff url(../images/icons/icon-quote.png) 15px 60px no-repeat;
    text-align: center;
}

.testimonials-section .testimonials-slider .slide-item:hover {
    border-color: #fdca00;
}

.testimonials-section .testimonials-slider .image-box {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonials-section .testimonials-slider .image-box img {
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonials-section .slide-item h3 {
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin: 0px 5px 20px 0px;
}

.testimonials-section .rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.testimonials-section .rating .fa-star {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
    color: #ffcc02;
}

.testimonials-section .slide-text {
    position: relative;
    font-size: 14px;
    color: #565656;
    line-height: 2em;
    padding: 20px;
}

.testimonials-section .column-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 48%;
    margin-top: -22px !important;
    display: none !important;
}

.testimonials-section .column-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
    top: 0;
    width: 24px;
    padding-right: 3px;
    height: 40px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #cccccc;
    background: #ffffff !important;
    font-size: 0px !important;
}

.testimonials-section .column-carousel .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    top: 0;
    width: 24px;
    padding-left: 3px;
    height: 40px;
    text-align: center;
    color: #cccccc;
    border: 1px solid #e3e3e3;
    background: #ffffff !important;
    font-size: 0px !important;
}

.testimonials-section .column-carousel .owl-nav .owl-prev:after {
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -10px;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.testimonials-section .column-carousel .owl-nav .owl-next:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.testimonials-section .column-carousel .owl-nav .owl-prev:hover,
.testimonials-section .column-carousel .owl-nav .owl-next:hover {
    background: #ffd21d !important;
}

.testimonials-section .column-carousel .owl-nav .owl-prev:hover:after,
.testimonials-section .column-carousel .owl-nav .owl-next:hover:after {
    opacity: 1;
    color: #ffffff;
}

.testimonials-section .column-carousel.three-column .owl-dots {
    display: block !important;
    position: relative;
    text-align: center;
    padding: 20px 0px;
    top: 0px;
}

.testimonials-section .column-carousel.three-column .owl-dot span {
    background: #cccccc;
}

.testimonials-section .column-carousel.three-column .owl-dot span:hover,
.testimonials-section .column-carousel.three-column .owl-dot.active span {
    background: #fdca00;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
}

.main-footer p {
    line-height: 2.2em;
    margin-bottom: 20px;
}

.main-footer .footer-upper {
    position: relative;
    padding: 50px 0 20px;
    color: #cddeee;
    background: #314150;
    line-height: 2em;
    border-top: 5px solid #f1c71d;
}

.main-footer .footer-upper .column {
    position: relative;
    margin-bottom: 20px;
}

.footer-upper .column h2 {
    position: relative;
    font-size: 15px;
    line-height: 1.4em;
    padding: 0 0 18px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

.footer-upper .column h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #ffd21d;
}

.footer-upper .contact-widget li {
    position: relative;
    margin-bottom: 10px;
}

.footer-upper .contact-widget li strong {
    font-weight: 600;
    padding-right: 5px;
}

.main-footer .footer-upper a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .footer-upper a:hover {
    color: #ffffff;
}

.footer-upper .links-widget li {
    position: relative;
    margin-bottom: 5px;
}

.footer-upper .links-widget li a {
    position: relative;
    display: block;
    color: #cddeee;
}

.footer-upper .social-links a {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #435464;
    margin-right: 5px;
    color: #999999;
    border: 1px solid #435464;
}

.footer-upper .social-links a:hover {
    color: #ffffff;
    background: none;
    border-color: #ffd21d;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.footer-bottom {
    position: relative;
    background: #fff;
    padding: 10px 0px;
    color: #cddeee;
    font-size: 13px;
    text-align: center;
}

.footer-bottom .copyright {
    position: relative;
    line-height: 30px;
}

.footer-bottom .copyright a {
    position: relative;
    color: #ffffff;
}

.footer-bottom .copyright strong {
    font-weight: 400;
    color: #ffffff;
}
.footer-widget .logo {
    margin-bottom: 15px;
}
/*.footer-widget .logo:nth-of-type(2) {
    margin-left: 30px;
}*/
.footer-widget .logo a {
    display: block;
    text-align: left;
}
.footer-bottom ul {
}
.footer-bottom ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 15px;
}

/***

====================================================================
	Default-two-column Section style
====================================================================

***/

.default-two-col {
    position: relative;
    background-color: #ffffff;
    z-index: 99;
}

.default-two-col.with-tabs {
    padding: 70px 0px;
    background: #fbfcfd;
}

.default-two-col .content-column {
    position: relative;
    padding: 60px 15px 10px;
}

.default-two-col .content-column.style-two {
    position: relative;
    padding-bottom: 60px;
}

.default-two-col.with-tabs .content-column {
    padding: 0px 15px;
}

.default-two-col .content-column h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1b1b1b;
}

.default-two-col .content-column .text {
    text-align: justify;
}

.default-two-col .content-column .read-more {
    position: relative;
    display: inline-block;
    margin: 10px 0px;
    text-transform: capitalize;
    color: #2086d5;
}

.default-two-col .content-column .read-more .icon {
    position: relative;
    padding-right: 5px;
    font-size: 14px;
}

.default-two-col .form-column .inner-box {
    position: relative;
    padding: 30px 30px 25px;
    background: #eaeff3;
    margin-top: -30px;
    z-index: 5;
}

/***

====================================================================
	Default-two-column Section style
====================================================================

***/

.featured-image-sec {
    position: relative;
    padding: 80px 0px 20px;
    background: #ffffff;
}

.featured-image-sec .image-column {
    position: relative;
    margin-bottom: 60px;
}

.featured-image-sec .image-column img {
    position: relative;
    display: block;
    width: 100%;
}

.featured-image-sec .block-column {
    position: relative;
    margin-bottom: 0px;
}

.featured-image-sec .block-column .block {
    position: relative;
    margin-bottom: 60px;
}

.featured-image-sec .block-column h3 {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    color: #2b2b2b;
    margin-bottom: 15px;
    padding-left: 60px;
    padding-bottom: 10px;
}

.featured-image-sec .block-column h3:after {
    content: "";
    position: absolute;
    left: 60px;
    top: 100%;
    height: 2px;
    width: 50px;
    background: #ffd21d;
}

.featured-image-sec .block-column .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 38px;
    color: #2086d5;
    line-height: 40px;
    display: block;
}

.featured-image-sec .block-column .text {
    position: relative;
    padding-left: 60px;
}

/***

====================================================================
	Fluid Section Two Style
====================================================================

***/

.fluid-section-two {
    position: relative;
    background: #eaeff3;
    overflow: hidden;
}

.fluid-section-two .large-container {
    position: relative;
}

.fluid-section-two .large-container .left-column {
    position: relative;
    float: left;
    width: 48%;
    padding: 70px 0px 60px;
}

.why-us-column {
    position: relative;
    color: #666666;
    padding-right: 120px;
}

.why-us-column.style-two {
    padding-right: 15px;
}

.why-us-column h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #2b2b2b;
}

.why-us-column .desc-text {
    position: relative;
    margin-bottom: 40px;
}

.why-us-column .column {
    position: relative;
    margin-bottom: 20px;
}

.styled-list-one {
    position: relative;
}

.styled-list-one li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 24px;
}

.styled-list-one li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #fdca00;
}

.fluid-section-two .large-container .bg-skew {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 53%;
    height: 100%;
    background: #2086d5;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.fluid-section-two .large-container .bg-skew:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 1500px;
    height: 100%;
    background: #2086d5;
}

.fluid-section-two .right-column {
    position: relative;
    float: right;
    width: 52%;
    color: #ffffff;
    padding: 70px 50px 20px 80px;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.fluid-section-two .right-column h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #ffffff;
    transform: skewX(22deg);
    -webkit-transform: skewX(22deg);
    -ms-transform: skewX(22deg);
    -o-transform: skewX(22deg);
    -moz-transform: skewX(22deg);
}

.fluid-section-two .specs-outer {
    position: relative;
    padding-left: 30px;
}

.fluid-section-two .specs-outer .line-left {
    position: absolute;
    display: block;
    left: 0px;
    width: 1px;
    background: #ffffff;
    height: 86%;
    top: 24px;
}

.fluid-section-two .specs-outer .spec-block {
    position: relative;
    margin-bottom: 50px;
    padding-left: 60px;
    transform: skewX(22deg);
    -webkit-transform: skewX(22deg);
    -ms-transform: skewX(22deg);
    -o-transform: skewX(22deg);
    -moz-transform: skewX(22deg);
}

.fluid-section-two .specs-outer .spec-block .icon-box {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    font-size: 32px;
    line-height: 40px;
}

.fluid-section-two .specs-outer .spec-block:before {
    content: "";
    position: absolute;
    display: block;
    left: -30px;
    top: 50%;
    width: 20px;
    height: 0px;
    border-bottom: 1px solid #ffffff;
}

/***

====================================================================
	Latest News style
====================================================================

***/

.latest-news {
    position: relative;
    padding: 80px 0px;
    width: 100%;
    background: #fcfcfc;
}

.latest-news .slide-item {
    position: relative;
    height: 325px;
}

.latest-news .slide-item .image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 2px solid #ccc;
}

.latest-news .slide-item .image:before {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 48%;
    height: 100%;
    background: #fcfcfc;
    z-index: 1;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
}

.latest-news .slide-item .image img {
    position: relative;
    display: block;
    width: 100% !important;
}

.latest-news .slide-item .content-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0 60px;
    overflow: hidden;
    height: 100%;
}

.latest-news .slide-item .content-box-inner {
    position: relative;
    max-width: 340px;
    padding: 20px 0 15px 0;
    border: 1px solid #cccccc;
    border-left: none;
    border-top: none;
    z-index: 7;
    height: 100%;
}

.latest-news .slide-item .content-box-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-left: 4px solid #ffd21d;
    border-top: 1px solid #cccccc;
    z-index: 1;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
}

.latest-news .slide-item .content-box-inner:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 0;
    border-right: 1px solid #e0e0e0;
    height: 100%;
    z-index: 11;
}

.latest-news .slide-item .content-box-inner .text-content {
    position: relative;
    left: 5px;
    margin-left: 30px;
    z-index: 4;
    padding: 0 20px 0 20px;
    background: transparent;
    border-right: 5px solid #fcfcfc;
}

/*.latest-news .slide-item .content-box-inner .text-content:before{*/
/*content:'';*/
/*position:absolute;*/
/*left:2px;*/
/*top:-25px;*/
/*width:100%;*/
/*height:25px;*/
/*background:#ffffff;*/
/*border-right:7px solid #fcfcfc;*/
/*}*/

/*.latest-news .slide-item .content-box-inner .text-content:after{*/
/*content:'';*/
/*position:absolute;*/
/*left:2px;*/
/*bottom:-25px;*/
/*width:100%;*/
/*height:25px;*/
/*background:#ffffff;*/
/*border-right:7px solid #fcfcfc;*/
/*}*/
.latest-news .slide-item .content-box:after {
    position: absolute;
    height: 100%;
    width: 150px;
    background: #fff;
    content: "";
    bottom: 0;
    right: 0;
}
.latest-news .slide-item .content-box:before {
    content: "";
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #cccccc;
    position: absolute;
    right: 0;
    z-index: 99999;
}

.latest-news .slide-item .content-box .text-content h3 {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px;
}

.latest-news .slide-item .content-box .text-content .info {
    position: relative;
    font-size: 14px;
    color: #076d93;
    margin-bottom: 15px;
}

.latest-news .slide-item .content-box .text-content h3 a {
    color: #333;
    line-height: 1.2;
    font-size: 16px;
}

.latest-news .slide-item .content-box .text-content .info a {
    color: #ffd21d;
}

.latest-news .slide-item .content-box .text-content h3 a:hover {
    color: #ffd21d;
}

.latest-news .slide-item .content-box .text-content .text {
    position: relative;
    font-size: 14px;
    color: #595959;
    margin-bottom: 22px;
    height: 99px;
    overflow: hidden;
}

.latest-news .slide-item .content-box .read-more {
    position: relative;
    display: inline-block;
    margin: 10px 0px;
    text-transform: capitalize;
    color: #2086d5;
}

.latest-news .slide-item .content-box .read-more .icon {
    position: relative;
    padding-right: 5px;
    font-size: 14px;
}

.latest-news .owl-nav {
    position: absolute;
    right: 0px;
    top: -110px;
    width: 100px;
    height: 54px;
}

.latest-news .owl-dots {
    display: none !important;
}

.latest-news .owl-nav .owl-prev,
.latest-news .owl-nav .owl-next {
    position: absolute;
    border: 1px solid #eeeeee;
    top: 0px !important;
    width: 30px !important;
    height: 64px !important;
    line-height: 54px !important;
    padding: 5px 5px !important;
    font-size: 0px !important;
    overflow: hidden !important;
    color: #f1c410 !important;
    text-align: center !important;
    background: none !important;
    border-radius: 0% !important;
    -webkit-border-radius: 0% !important;
    -ms-border-radius: 0% !important;
    -o-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.latest-news .owl-nav .owl-prev {
    right: 36px;
}

.latest-news .owl-nav .owl-next {
    right: 0px;
}

.latest-news .owl-nav .owl-prev:after,
.latest-news .owl-nav .owl-next:after {
    font-size: 20px !important;
    color: #999999;
    font-family: "FontAwesome";
}

.latest-news .owl-nav .owl-prev:after {
    content: "\f104";
}

.latest-news .owl-nav .owl-next:after {
    content: "\f105";
}

.latest-news .owl-nav .owl-prev:hover,
.latest-news .owl-nav .owl-next:hover {
    background: #ffc13b !important;
    color: #ffffff;
    border-color: #ffc13b;
}

.latest-news .owl-nav .owl-prev:hover:after,
.latest-news .owl-nav .owl-next:hover:after {
    color: #ffffff;
}

/***

====================================================================
	Fluid Section Three Style
====================================================================

***/

.fluid-section-three {
    position: relative;
    overflow: hidden;
}
.fluid-section-three .auto-container .sec-title h2 {
}
.fluid-section-three .image-box {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fluid-section-three .large-container {
    position: relative;
}

.fluid-section-three .large-container .bg-skew {
    position: absolute;
    right: 0;
    top: 0;
    width: 81%;
    height: 100%;
    background: #0d6e9e;
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #147498),
        color-stop(100%, #07678c)
    );
    background: linear-gradient(to bottom, #147498 0%, #07678c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147498', endColorstr='#07678c', GradientType=0 );
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.fluid-section-three .large-container .bg-skew:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 1500px;
    height: 100%;
    background: #0d6e9e;
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #147498),
        color-stop(100%, #07678c)
    );
    background: linear-gradient(to bottom, #147498 0%, #07678c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147498', endColorstr='#07678c', GradientType=0 );
}

.fluid-section-three .right-column {
    position: relative;
    float: right;
    color: #ffffff;
    width: 70%;
}
.fluid-section-three .block-column .block {
    position: relative;
    margin-bottom: 80px;
}
.skew-text-container {
    position: relative;
    padding: 50px 0 65px;
}
.fst-text-container,
.sc-text-container,
.thr-text-container {
    text-align: right;
}
.fst-text-container {
    margin-bottom: 65px;
    text-align: center;
}
.sc-text-container {
    margin-bottom: 35px;
}
.thr-text-container {
    margin-right: 200px;
}
.fst-text-container strong {
    font-weight: 600;
    font-size: 72px;
    color: #94b5c1;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}
.fst-text-container span {
    font-size: 18px;
    color: #94b5c1;
    display: block;
    line-height: 1;
    text-align: center;
    padding-left: 50px;
}
.sc-text-container strong {
    font-weight: 600;
    font-size: 72px;
    color: #c1d2dc;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}
.sc-text-container span {
    font-size: 24px;
    color: #c1d2dc;
    display: block;
    line-height: 1;
    padding-right: 150px;
}
.thr-text-container strong {
    font-weight: 600;
    font-size: 60px;
    color: #9cb8c7;
    line-height: 1;
    margin-right: 15px;
}
.thr-text-container span {
    font-size: 14px;
    color: #9cb8c7;
    line-height: 1;
}
.fluid-section-three .block-column h3 {
    position: relative;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 15px;
    padding-left: 60px;
    padding-bottom: 10px;
}
.bigger-text-container {
    position: absolute;
    left: -69px;
    top: 62px;
    margin: auto;
    text-align: center;
}

.bigger-text-container strong {
    display: block;
    font-size: 220px;
    font-weight: 600;
    color: #8ba9b4;
    line-height: 1;
}
.bigger-text-container span {
    display: block;
    font-size: 51px;
    font-weight: 600;
    color: #8ba9b4;
    line-height: 1;
}
.fluid-section-three .block-column h3:after {
    content: "";
    position: absolute;
    left: 60px;
    top: 100%;
    height: 2px;
    width: 50px;
    background: #ffd21d;
}

.fluid-section-three .block-column .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 38px;
    color: #ffffff;
    line-height: 40px;
    display: block;
    opacity: 0.7;
    font-weight: normal;
}

.fluid-section-three .block-column .text {
    position: relative;
    padding-left: 60px;
}

.styled-list-two {
    position: relative;
}

.styled-list-two li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 24px;
}

.styled-list-two li a {
    color: #2086d5;
    text-decoration: underline;
}

.styled-list-two li:before {
    content: "\e0c2";
    font-family: "Flaticon";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #ffd21d;
}

/***

====================================================================
	Page Title Section
====================================================================

***/

.page-title {
    position: relative;
    padding: 70px 0px 60px;
    color: #ffffff;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #121c27;
    opacity: 0.5;
    z-index: 0;
}

.page-title .auto-container {
    position: relative;
}

.page-title h1 {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
}

.page-title h1:after {
    content: "";
    position: relative;
    display: block;
    width: 80px;
    height: 2px;
    margin: 10px auto 20px;
    background: #ffd21d;
}

.page-title .bread-crumb a {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    line-height: 24px;
    color: #ffffff;
    font-size: 13px;
}

.page-title .bread-crumb a:hover,
.page-title .bread-crumb a.current {
    color: #ffd21d;
}

/***

====================================================================
	Default Services Section
====================================================================

***/

.default-services {
    position: relative;
    padding: 70px 0px 10px;
    background: #ffffff;
}

.default-services .column {
    position: relative;
    margin-bottom: 50px;
}

.default-services .column h3 {
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    color: #2b2b2b;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding-left: 60px;
    padding-bottom: 10px;
}

.default-services .column h3:after {
    content: "";
    position: absolute;
    left: 60px;
    top: 100%;
    height: 2px;
    width: 50px;
    background: #ffd21d;
}

.default-services .column .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: normal;
    font-size: 38px;
    color: #2086d5;
    line-height: 40px;
    display: block;
}

.default-services .column .text {
    position: relative;
    padding-left: 60px;
}

/***

====================================================================
	Accordions style
====================================================================

***/

.accordion-box {
    position: relative;
    padding-top: 20px;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 25px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
    background: #ffffff;
    line-height: 24px;
    padding: 10px 0px 10px 25px;
    padding-right: 90px;
    overflow: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: #ffffff;
    background: #314150;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 115%;
    height: 100%;
    background: #2086d5;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-up {
    opacity: 0;
}

.accordion-box .block .icon-outer .icon-down {
    opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-down {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-up {
    opacity: 1;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 13px;
    background: #ffffff;
    padding: 20px 25px;
}

/***

====================================================================
	Logistics Progress style
====================================================================

***/

.log-progress-section {
    position: relative;
    padding: 70px 0px 40px;
    background: #2086d5;
    color: #ffffff;
}

/***

====================================================================
	Vertical Blocks style
====================================================================

***/

.vertical-blocks {
    position: relative;
}

.vertical-blocks .block {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    border-right: 1px solid #e0e0e0;
    overflow: hidden;
}

.vertical-blocks .block:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #e0e0e0;
    width: 97%;
}

.vertical-blocks .block .inner-box {
    position: relative;
    padding: 20px 20px 10px 50px;
}

.vertical-blocks .block .inner-box:before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
    border-right: none;
    border-left: 3px solid #2086d5;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.vertical-blocks .block:nth-child(2) .inner-box:before {
    border-left-color: #ffd21d;
}

.vertical-blocks .block:nth-child(3) .inner-box:before {
    border-left-color: #fdca00;
}

.vertical-blocks .block h3 {
    position: relative;
    font-size: 15px;
    color: #1b1b1b;
    padding-left: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}

.vertical-blocks .block .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    font-size: 32px;
    color: #d0d0d0;
}

/***

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter {
    position: relative;
    padding: 0px 0px 0px;
    color: #1b1b1b;
    background-color: #208dff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.fact-counter:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffd21d;
    opacity: 0.9;
    z-index: 0;
}

.fact-counter .counter-outer {
    position: relative;
    padding: 70px 0px 20px;
    margin: 0px 30px;
    z-index: 5;
}

.fact-counter .counter-outer:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/background/bg-pattern.jpg) repeat;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.fact-counter .auto-container {
    position: relative;
    z-index: 1;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    z-index: 5;
}

.fact-counter .column .icon {
    position: relative;
    top: 0px;
    font-size: 48px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter .column:hover .icon {
    top: -15px;
}

.fact-counter .column:nth-child(1) .icon,
.fact-counter .column:nth-child(1) .count-text {
    color: #757575;
}

.fact-counter .column:nth-child(2) .icon,
.fact-counter .column:nth-child(2) .count-text {
    color: #fdca00;
}

.fact-counter .column:nth-child(3) .icon,
.fact-counter .column:nth-child(3) .count-text {
    color: #ffd21d;
}

.fact-counter .column:nth-child(4) .icon,
.fact-counter .column:nth-child(4) .count-text {
    color: #8fa8c1;
}

.fact-counter .count-outer {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    padding: 0px 30px;
}

.fact-counter .column .line {
    position: relative;
    width: 50px;
    height: 2px;
    background: #cccccc;
    margin: 20px auto;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #454545;
}

/***

====================================================================
	Filter Gallery Section
====================================================================

***/

.filter-gallery {
    position: relative;
}

.filters-outer {
    position: relative;
    padding: 30px 0px 15px;
    background: #fbfcfd;
}

.filters-outer .filter-tabs {
    position: relative;
    text-align: center;
}

.filters-outer .filter-tabs li {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 9px 30px;
    text-align: center;
    color: #1b1b1b;
    margin: 0px 15px 15px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.filters-outer .filter-tabs li .btn-text {
    position: relative;
    z-index: 1;
}

.filters-outer .filter-tabs li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #e0e0e0;
    border-left-width: 3px;
    background: #ffffff;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.filters-outer .filter-tabs li:hover:before,
.filters-outer .filter-tabs li.active:before {
    border-color: #ffd21d;
}

.filter-gallery .filter-list .mix {
    display: none;
}

/***

====================================================================
	Blog Page Style
====================================================================

***/

.sidebar-page {
    position: relative;
    padding: 166px 0px 20px;
}

.blog-container {
    position: relative;
    padding: 0px 0px;
}

.blog-container .blog-post {
    position: relative;
    margin-bottom: 40px;
    background: none;
}

.blog-container .blog-post .image-box {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.blog-container .blog-post .image-box-no-image {
    height: 30px;
}
.blog-container .blog-post .image-box img {
    display: block;
    width: 100%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.blog-container .blog-post:hover .image-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

.blog-container .blog-post .lower-part {
    position: relative;
    padding: 20px 0px;
}

.blog-container .blog-post .post-title {
    position: relative;
    padding: 15px 0px 0px 0px;
}

.blog-container .blog-post h3 {
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #000000 !important;
    text-transform: uppercase;
}

.blog-container .blog-post h3 a {
    color: #000000 !important;
}

.blog-container .blog-post h3 a:hover {
    color: #fdca00 !important;
}

.blog-container .blog-post .post-info {
    position: relative;
    margin: -70px 15px 20px 15px;
    color: #202020;
    font-size: 13px;
    padding-left: 30px;
    overflow: hidden;
}

.blog-container .blog-post .post-info .info-inner {
    position: relative;
    padding: 10px 50px 20px 30px;
    border-right: 1px solid #e0e0e0;
}

.blog-container .blog-post .post-info .info-inner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #ffd21d;
    border-right: none;
    z-index: 0;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.blog-container .blog-post .post-info:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    border-right: 1px solid #e0e0e0;
}

.blog-container .blog-post .post-info .info-inner:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.blog-container .blog-post .post-info .info-inner * {
    position: relative;
    z-index: 5;
}

.blog-container .blog-post .post-info .comment-count {
    position: absolute;
    right: 15px;
    top: 20px;
}

.blog-container .blog-post .post-info .comment-count .fa {
    font-size: 20px;
}

.two-column-blog .blog-post .info {
    padding: 0px 0px 15px;
}

.blog-container .blog-post .info a {
    display: inline-block;
    color: #979797;
}

.blog-container .blog-post .info a:hover {
    color: #fdca00;
}

.blog-container .blog-post .post-text {
    position: relative;
    margin-bottom: 20px;
}

.blog-container .blog-post .read-more {
    position: relative;
    color: #fdca00;
}

.sidebar-page blockquote {
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    background: #f1f1f1;
    border: 1px solid #d0d0d0;
    border-left: 5px solid #ffd21d;
    margin-bottom: 20px;
    font-style: italic;
}

.sidebar-page .about-author {
    position: relative;
    padding: 30px;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
}

.sidebar-page .about-author h3 {
    margin-bottom: 30px;
    font-size: 20px;
}

.sidebar-page .about-author .author-info {
    margin-bottom: 10px;
}

.sidebar-page .about-author .author-info strong {
    font-weight: 400;
    color: #353535;
}

.sidebar-page .about-author .author-desc {
    position: relative;
    padding: 0px 10px 10px 100px;
}

.sidebar-page .about-author .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 84px;
    height: 84px;
}

.sidebar-page .about-author .author-thumb img {
    width: 100%;
    display: block;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page .comments-area {
    position: relative;
}

.sidebar-page .group-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.sidebar-page .group-title h2 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidebar-page .group-title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}

.sidebar-page .group-title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #ffd21d;
}

.sidebar-page .comments-area .comment-box {
    position: relative;
}

.sidebar-page .comments-area .comment {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 110px;
}

.sidebar-page .comments-area .reply-comment {
    margin-left: 50px;
}

.sidebar-page .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 84px;
    height: 84px;
}

.sidebar-page .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page .comments-area .comment-info {
    margin-bottom: 10px;
    color: #bcbcbc;
}

.sidebar-page .comments-area .comment-box strong {
    color: #292929;
    font-weight: 600;
}

.sidebar-page .comments-area .reply-btn {
    position: relative;
    display: inline-block;
    margin: 5px 0px;
    right: 0px;
    font-size: 14px;
    color: #1b1b1b;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .form-group-inner {
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.comment-form .form-group .icon-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.comment-form .form-group .icon-box label {
    position: relative;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #3d3d3d;
    margin: 0px;
    background: #ffffff;
    border-right: 1px solid #d0d0d0;
}

.comment-form .form-group label.error {
    display: none !important;
}

.comment-form .form-group .field-outer {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.comment-form .form-group-inner input[type="text"],
.comment-form .form-group-inner input[type="password"],
.comment-form .form-group-inner input[type="tel"],
.comment-form .form-group-inner input[type="email"],
.comment-form .form-group-inner select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.comment-form .form-group input[type="text"].error,
.comment-form .form-group input[type="password"].error,
.comment-form .form-group input[type="tel"].error,
.comment-form .form-group input[type="email"].error,
.comment-form .form-group select.error,
.comment-form .form-group textarea.error {
    background: rgba(255, 0, 0, 0.2);
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    height: 200px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.comment-form button {
    position: relative;
    display: inline-block;
    background: #222a33;
    color: #ffffff;
    padding: 8px 30px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}

.comment-form button .icon {
    position: relative;
    top: 2px;
}

.comment-form button:before {
    background: #fdca00;
}

/***

====================================================================
	Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar {
    position: relative;
    padding: 0px 0px 0px;
}

.sidebar .widget {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .search-form input[type="search"],
.sidebar .search-form input[type="text"] {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 8px 42px 8px 15px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    color: #3d3d3d;
    height: 42px;
    font-size: 14px;
    color: #292929;
}

.sidebar .search-form input[type="search"]:focus,
.sidebar .search-form input[type="text"]:focus {
    border-color: #fdca00;
}

.sidebar .search-form .form-group {
    position: relative;
}

.sidebar .search-form button {
    position: absolute;
    right: 1px;
    top: 1px;
    line-height: 24px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 7px 10px 8px;
    text-align: center;
    font-size: 16px;
    color: #cccccc;
    background: none;
}

.sidebar .search-form button:hover {
    color: #fdca00;
}

.sidebar .sidebar-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.sidebar .sidebar-title h3 {
    font-size: 18px;
    color: #1b1b1b;
    text-transform: capitalize;
    font-weight: 600;
}

.sidebar .sidebar-title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}

.sidebar .sidebar-title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #ffd21d;
}

.sidebar .recent-posts .post {
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 60px;
    padding: 0px 0px 0px 84px;
    color: #cccccc;
}

.sidebar .recent-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
}

.sidebar .recent-posts .post .post-thumb img {
    width: 100%;
    display: block;
}

.sidebar .recent-posts .post h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px 5px;
    line-height: 1.6em;
    color: #292929;
    font-family: "Open Sans", sans-serif;
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover {
    color: #fb4848;
}

.sidebar .recent-posts .post h4 a {
    color: #292929;
}

.sidebar .recent-posts .post .fa {
    font-size: 18px;
}

.sidebar .recent-posts .post-info {
    color: #ffd21d;
    font-style: italic;
}

.sidebar-page .contact-info {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}

.sidebar-page .contact-info .text {
    position: relative;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    color: #7f7f7f;
}

.sidebar-page .contact-info li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.8em;
    color: #7f7f7f;
}

.sidebar-page .contact-info li strong {
    position: relative;
    padding-right: 10px;
    font-weight: 600;
    color: #292929;
}

.sidebar-page .contact-info a {
    color: #f17338;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}

.sidebar-page .contact-info a:hover {
    color: #3d3d3d;
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 7px 20px;
    background: #ffffff;
    border: 1px solid #efefef;
    border-left: 2px solid #ffd21d;
    color: #1b1b1b;
    margin: 0px 5px 7px 0px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    background-color: #ffd21d;
    color: #ffffff;
    border-color: #ffd21d;
    border-left-color: #fdca00;
}

.sidebar .list {
    position: relative;
}

.sidebar .list li {
    position: relative;
    margin-bottom: 10px;
    line-height: 32px;
    padding: 0px 0px 0px 20px;
}

.sidebar .list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #fdca00;
    font-size: 12px;
}

.sidebar .list li a {
    position: relative;
    display: block;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
}

.sidebar .list li a:hover {
    color: #fdca00;
}

.sidebar .recent-gallery {
    position: relative;
}

.sidebar .recent-gallery .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 10px 10px 0px;
}

.sidebar .recent-gallery .image img {
    position: relative;
    display: block;
    width: 100%;
}

/***

====================================================================
	Contact Us Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 0 0 20px;
}

.contact-section .sec-title {
    margin-bottom: 25px;
}

.contact-section .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-section .form-group .field-label {
    position: relative;
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #1b1b1b;
    text-transform: capitalize;
}

.contact-section .form-group .field-label span {
    color: #fdca00;
}

.contact-section .form-group-inner {
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.contact-section .form-group .icon-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.contact-section .form-group .icon-box label {
    position: relative;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #3d3d3d;
    margin: 0px;
    background: #ffffff;
    border-right: 1px solid #d0d0d0;
}

.contact-section .form-group label.error {
    display: none !important;
}

.contact-section .form-group .field-outer {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.contact-section .form-group-inner input[type="text"],
.contact-section .form-group-inner input[type="password"],
.contact-section .form-group-inner input[type="tel"],
.contact-section .form-group-inner input[type="email"],
.contact-section .form-group-inner select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.contact-section .form-group input[type="text"].error,
.contact-section .form-group input[type="password"].error,
.contact-section .form-group input[type="tel"].error,
.contact-section .form-group input[type="email"].error,
.contact-section .form-group select.error,
.contact-section .form-group textarea.error {
    background: rgba(255, 0, 0, 0.2);
}

.contact-section .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    height: 200px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.contact-section button {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
}
/***
====================================================================
	Main page General
====================================================================
***/
.img-wrap-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.img-wrap-effect img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    /* background: #eb1d1d; */
}
.img-wrap-effect:hover img {
    transform: scale(1.1, 1.1) rotate(-3deg);
    -webkit-transform: scale(1.1, 1.1) rotate(-3deg);
    -ms-transform: scale(1.1, 1.1) rotate(-3deg);
    -o-transform: scale(1.1, 1.1) rotate(-3deg);
    -moz-transform: scale(1.1, 1.1) rotate(-3deg);
    opacity: 0.9;
}
/***

====================================================================
	Map Section
====================================================================

***/

.map-section {
    position: relative;
    padding: 2px;
    border: 1px solid #fdca00;
    margin-bottom: 10px;
}

.map-section .map-container {
    position: relative;
    width: 100%;
    height: 450px;
}

/***

====================================================================
	pagination Style
====================================================================

***/

.pager-outer .pagination a {
    position: relative;
    color: #505050;
    font-size: 14px;
    padding: 6px 9px;
    width: 38px;
    text-align: center;
    display: block;
    border: 1px solid #fdca00 !important;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.pager-outer .pagination li {
    position: relative;
    float: left;
    margin: 3px 15px 3px 0px;
    border: none !important;
}

.pager-outer .pagination a:hover,
.pager-outer .pagination .active a {
    margin-top: -5px;
    margin-bottom: -5px;
    padding: 11px 9px;
    background: #fdca00;
    color: #ffffff;
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

/*====================================================================
    About page
====================================================================*/

.about-first-section {
    margin: 166px 0 30px;
}

.about-first-section img {
    max-width: 100%;
}
.about-second-section,
.sec-title h2,
.about-first-section .sec-title h2 {
    line-height: 1.2;
}
.about-first-section .sec-title h2:before,
.about-first-section .sec-title h2:after,
.about-second-section,
.sec-title h2:before,
.about-second-section,
.sec-title h2:after {
    top: 6px;
}

.about-img-wrap {
    margin-bottom: 20px;
}

.about-text {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.about-first-section .about-text {
    line-height: 26px;
}
.first-block-about .about-text:not(:last-of-type) {
    margin-bottom: 40px;
}
.about-second-section {
    margin-bottom: 50px;
}
.number-wrap {
    margin-bottom: 20px;
}
.number-wrap strong {
    display: block;
    font-weight: 600;
    font-size: 80px;
    color: #076d93;
    line-height: 1;
    text-align: center;
}
.number-wrap span {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #efbf02;
    line-height: 1;
    font-weight: 500;
    max-width: 225px;
    margin: auto;
}
.about-third-section {
    margin-bottom: 80px;
}
.about-third-section .about-text {
    margin-bottom: 30px;
}
.about-fourth-section {
    margin-bottom: 40px;
}
.about-fourth-section .container {
    padding: 0;
}
.photo-wrap {
    margin-bottom: 20px;
}
.photo-wrap img {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
}
.photo-wrap span {
    display: block;
    text-align: left;
    line-height: 1;
}
.photo-wrap span.name {
    font-size: 18px;
    color: #333;
    margin: 10px 0 5px;
}
.photo-wrap span.position {
    font-size: 14px;
    color: #314150;
}
/*====================================================================
    Contact page
====================================================================*/
.first-contact-section {
    margin-top: 166px;
}
.address-block {
    margin-bottom: 50px;
}
.address-block p {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    max-width: 450px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 20px;
}
.contact-phone-wrap {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 20px;
}
.contact-phone-wrap span {
    display: block;
    font-size: 18px;
    color: #006699;
    font-weight: 600;
    line-height: 24px;
}
.contact-btn {
    width: 170px;
    height: 40px;
    font-size: 13px;
    line-height: 38px;
    cursor: pointer;
    font-weight: 500;
    padding: 0;
    text-align: right;
    padding-right: 10px;
    text-transform: none;
}
.contact-btn i {
    position: relative;
    font-size: 20px;
    top: 1px;
    left: -9px;
}
.form-group .contact-btn {
    text-align: center;
    margin-top: 220px;
    line-height: 37px;
    padding: 0;
    text-transform: uppercase;
}
.contact-map-wrap,
.tabs-block {
    margin-bottom: 30px;
}
.tabs-block .map-tabs li {
    display: block;
    float: left;
    width: 50%;
}
.tabs-block .map-tabs li a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    background: #006699;
    border-radius: 0;
    font-weight: 600;
}
.tabs-block .map-tabs li.active a {
    background: #fff;
    color: #999999;
}
.tabs-block .tab-content {
    border: 1px solid #e4e2e2;
    border-top: none;
    padding: 15px 10px 0;
}
.tab-list li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px;
    position: relative;
}
.tab-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background: url("../images/icons/tabList-arrow.png") no-repeat center;
    width: 13px;
    height: 16px;
}
.nav-config-wrap {
    margin-bottom: 40px;
}
.nav-config-section h3 {
    color: #006699;
    font-size: 18px;
    margin-bottom: 5px;
}
.nav-config-wrap {
    padding: 20px 65px 20px 10px;
    background: #e4eff4;
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #e4eff4),
        color-stop(100%, #e3eef3)
    );
    background: linear-gradient(to bottom, #e4eff4 0%, #e3eef3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eff4', endColorstr='#e3eef3', GradientType=0 );
}
.nav-config-wrap p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.coordination {
    padding: 41px 0;
}
.nav-config-wrap span {
    color: #006699;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    display: block;
}
.contact-page .auto-container:nth-of-type(2) {
    padding: 0;
}

/*====================================================================
    Declaration page
====================================================================*/

.first-declaration-section {
    /*     margin-top: 35px; */
    margin-top: 220px;
}
.first-declaration-section img {
    max-width: 100%;
}
.first-declaration-section .text {
    font-weight: 600;
    font-size: 18px;
    color: #076d93;
    line-height: 30px;
    margin-top: 100px;
    max-width: 505px;
    margin-left: 30px;
}

.second-declaration-section h3 {
    font-size: 18px;
    color: #076d93;
    line-height: 24px;
    margin: 20px 0 25px;
}
.second-declaration-section p.text,
.second-declaration-section h4 {
    padding-left: 20px;
}
.second-declaration-section h4 {
    font-weight: 600;
    font-size: 18px;
    color: #076d93;
    line-height: 24px;
    position: relative;
}
.left-arrow {
    position: relative;
    padding-left: 20px;
}

.left-arrow:before,
.second-declaration-section h4:before {
    left: 0;
    top: 4px;
    content: "";
    background: url("../images/icons/tabList-arrow.png") no-repeat center;
    width: 13px;
    height: 16px;
    position: absolute;
}
.second-declaration-section p.text {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24px;
    color: #314150;
}

/*====================================================================
    Department page
====================================================================*/

.first-department-section {
    /*     margin-top: 35px; */
    margin-top: 220px;
}

.first-department-section img {
    max-width: 100%;
}

.first-department-section .text {
    font-weight: 600;
    font-size: 18px;
    color: #076d93;
    line-height: 30px;
    margin-top: 100px;
    max-width: 505px;
    margin-left: 30px;
}
.second-department-section {
    margin-bottom: 50px;
}
.second-department-section h3 {
    font-size: 18px;
    color: #076d93;
    line-height: 24px;
    margin: 20px 0 25px;
}
.second-department-section ul li {
    padding-left: 40px;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
}
.second-department-section ul li:before {
    left: 0;
    top: 0;
    content: "";
    background: url("../images/icons/tabList-arrow.png") no-repeat center;
    width: 13px;
    height: 16px;
    position: absolute;
}
.contact-page h3 {
    font-weight: 600;
    font-size: 18px;
    color: #076d93;
    line-height: 24px;
    position: relative;
    margin-bottom: 45px;
}
.contact-page .no-pad {
    padding: 0;
}
/*====================================================================
    Services page
====================================================================*/
.first-services-section {
    padding-top: 144px;
}
.second-services-section h2,
.first-services-section h2,
.third-services-section h2 {
    margin-top: 35px;
}
.second-services-section img,
.first-services-section img,
.third-services-section img {
    max-width: 100%;
}
.third-services-section {
    margin-bottom: 70px;
}
.first-services-section p.text {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.first-services-section p.text:not(:last-of-type) {
    margin-bottom: 30px;
}
.first-services-section .services-list li {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.first-services-section .services-list li:before {
    left: 0;
    top: 0;
    content: "";
    background: url("../images/icons/tabList-arrow.png") no-repeat center;
    width: 13px;
    height: 16px;
    position: absolute;
}

.second-services-section h2 {
    margin-bottom: 15px;
}
.second-services-section .sec-title {
    margin-bottom: 0;
}
.second-services-section span {
    margin-bottom: 30px;
    font-size: 14px;
    color: #666666;
    display: block;
    padding-left: 33px;
}
.services-text-block p.text {
    margin-bottom: 5px;
}

.services-link {
    display: block;
    font-size: 14px;
    color: #07529e;
    padding-left: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.big-link {
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    margin-left: 10px;
    margin-top: 40px;
}
.management-risks-list {
    margin-top: -13px;
    display: block;
}
.management-risks-list li {
    padding-left: 20px;
    position: relative;
}
.management-risks-list li:before {
    top: 10px;
    left: 3px;
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    border-radius: 50%;
}

/*====================================================================
    service modals
====================================================================*/

#myModal,
#myModal2,
#myModal3 {
    padding-top: 50px;
}

.overlay-modal .modal-content,
.overlay-modal .modal-dialog {
    width: auto;
    margin: auto;
    border-radius: 0;
}
.modal-settings {
    padding: 20px;
    background: #f9f9f9;
    position: relative;
    border-radius: 0;
}
.modal-close-btn {
    background: url("../images/icons/modal-closer.png") no-repeat center;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 999;
}
#first-modal .modal-settings {
    padding: 20px 30px 10px 20px;
}

.modal-settings .row {
    margin-bottom: 10px;
}
.modal-settings .row:last-of-type {
    margin-bottom: 0;
}
.modal-info-wrap {
    margin-bottom: 15px;
}
.m-normal {
    margin: 0;
}
.minus-mt {
    top: -35px;
    position: relative;
    margin-bottom: 0 !important;
}
.modal-settings h2 {
    font-weight: normal;
}
.modal-settings h3 {
    font-size: 18px;
    color: #076d93;
    line-height: 24px;
    font-weight: 600;
}
.modal-settings p,
.modal-settings ul {
    padding-left: 20px;
}
.skew-wrap {
    transform: skew(-7deg);
    border: 1px solid #9d9d9d;
    padding: 20px 10px 20px 35px;
    background: #f0f8ff;
}
.skew-wrap i {
    display: block;
    font-size: 18px;
    color: #076d93;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    transform: skew(7deg);
}
.bot-modal-btn {
    width: 167px;
    height: 39px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #006699;
    cursor: pointer;
    font-size: 18px;
    margin: auto;
    display: block;
    color: #fff;
    font-weight: 600;
}
.bot-modal-btn:hover {
    background: #1375a5;
}

#myModal2 .bot-modal-btn {
    margin-top: 15px;
}

body.modal-open {
    padding-right: 0px !important;
}
body.modal-open {
    overflow: auto;
}
/***

====================================================================
	        Transportation Service page
====================================================================

 ***/

.first-transportation-section {
    /*     padding-top: 40px;
 */
    padding-top: 164px;
}
.description-text {
    color: #666;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 35px;
}
.transportation-wrap img {
    max-width: 100%;
}
.transportation-wrap {
    margin-bottom: 40px;
}
.transportation-wrap h3 {
    font-size: 18px;
    color: #076d93;
    line-height: 1;
    margin-bottom: 18px;
    padding-left: 20px;
}
.transportation-wrap p.left-arrow {
    font-size: 13px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1;
}
.transportation-wrap p.left-arrow:before {
    top: -2px;
}
.transportation-wrap h4 {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 4px;
}
.transportation-wrap h4.left-arrow:before {
    top: -1px;
}
.transportation-wrap p.small-text {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-left: 20px;
}
.transportation-wrap p.small-text:first-of-type {
    margin-bottom: 50px;
}
#send_success .container {
    margin-top: 50px;
}
#contact-form .has-error {
    border: 1px solid red;
}
.search-box-page .btn-submit {
    position: absolute;
    left: 364px;
    top: 0;
    width: 40px;
    text-align: center;
    height: 34px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    background: #fdca00;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}
.search-box-page input[type="search"],
.search-box-page input[type="text"] {
    position: relative;
    display: block;
    width: 350px;
    line-height: 22px;
    padding: 5px 40px 5px 15px;
    background: #ffffff;
    font-size: 12px;
    border: 1px solid #d0d0d0;
    color: #353535;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}
.vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.params-list li {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.params-list li::before {
    left: 0;
    top: 0;
    content: "";
    background: url("../images/icons/tabList-arrow.png") no-repeat center;
    width: 13px;
    height: 16px;
    position: absolute;
}

/*slider dialog*/

.slider-dialog {
    z-index: 101;
    max-width: 560px;
    height: 500px;
    border: 1px solid #e8e0c6;
    border-radius: 5px 5px 0 0;
    position: absolute;
    right: 5%;
    top: 156px;
}
.sl-bl-head {
    position: relative;
}
.slider-dialog-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 16px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 2;
}
.slider-dialog-btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #333;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.slider-dialog-btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #333;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}
.sl-bl-head h2 {
    background: #fed842;
    border-bottom: 1px solid #e8e0c6;
    font-size: 13px;
    font-weight: 600;
    color: #9b0505;
    padding: 5px 25px 3px 10px;
    text-align: center;
}
.sl-main-body {
    max-width: 558px;
    max-height: 227px;
    min-height: 227px;
}

.transport {
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px;
}

.auto-container .cont_pr {
    text-align: center;
}
.auto-container .cont_pr a {
    text-decoration: underline;
}

/*policy popup*/

.cookie-use {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
}

.cookie-use.show {
    display: block;
}

.cookie-use__content {
    display: flex;
    flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
    width: calc(100% - 80px);
    margin: 30px auto;
    background-color: #fff;
    font-size: 14px;
    box-shadow: 0 5px 23px -3px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    max-width: 1170px;
    border-radius: 5px;
}

.cookie-use__text,
.cookie-use__text a {
    color: #333;
}

.cookie-use__text {
    max-width: 85%;
}

.cookie-use__text a {
    text-decoration: underline;
}

.cookie-use__close {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 4px 8px;
	background-color: #fdca00;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.cookie-use__content {
		font-size: 12px;
		width: calc(100% - 15px);
	}
}

@media (max-width: 480px) {
	.cookie-use__content {
		font-size: 10px;
		flex-flow: column nowrap;
		padding: 8px 16px;
	}

	.cookie-use__text {
		max-width: unset;
		margin-bottom: 8px;
	}
	.cookie-use__close {
		width: 100%;
	}
}