/*** 

====================================================================
            Fonts
====================================================================

***/
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i'); @import url('https://fonts.googleapis.com/css?family=BenchNine:300,400,700'); @import url('flaticon.css'); @import url('font-awesome.css'); @import url('animate.css'); @import url('jquery.mCustomScrollbar.min.css'); @import url('owl.css'); @import url('jquery.bootstrap-touchspin.css'); @import url('jquery-ui.css'); @import url('jquery.fancybox.min.css'); /*** 

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

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}
html {
    scroll-behavior: smooth;
  }
/*** 

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

***/
body {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: Rubik, sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0057a0;
}

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

h1,h2,h3,h4,h5,h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'Rubik',sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none!important;
    cursor: pointer;
}

p,.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

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

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
}

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

.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.centered {
    text-align: center!important;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0057a0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 40px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background: rgb(255,174,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
    background: linear-gradient(to bottom,rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00',endColorstr='#0057a0',GradientType=0);
}

.btn-style-one:hover {
    color: #ffffff;
    -webkit-box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
    box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
}

.btn-style-one:before {
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    content: "";
    border-radius: 50px;
    border: 2px solid #222222;
    transition: all 300ms ease;
    opacity: 0;
}

.btn-style-one:hover:before {
    opacity: 1;
}

/*Btn Style Two*/
.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    padding: 13px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px solid #0057a0;
    -webkit-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
}

.btn-style-two:hover {
    color: #ffffff;
    border: 2px solid #0057a0;
    -webkit-box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
    box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
}

/*Btn Style Three*/
.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #222222;
    -webkit-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
}

.btn-style-three:hover {
    color: #ffffff;
    -webkit-box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
    box-shadow: rgba(255,138,0,1) 0 0px 0px 40px inset;
}

/*Btn Style Four*/
.btn-style-four {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #222222;
    -webkit-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
    box-shadow: rgba(255,255,255,0) 0 0px 0px 0px inset;
}

.btn-style-four:hover {
    color: #0057a0;
    -webkit-box-shadow: rgba(255,255,255,1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(255,255,255,1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(255,255,255,1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(255,255,255,1) 0 0px 0px 40px inset;
    box-shadow: rgba(255,255,255,1) 0 0px 0px 40px inset;
}

/*Btn Style Five*/
.btn-style-five {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #0057a0;
}

.btn-style-five:hover {
    color: #ffffff;
    background-color: #222222;
}

/*Btn Style Six*/
.btn-style-six {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    padding: 10px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #ffffff;
}

.btn-style-six:hover {
    color: #ffffff;
    background-color: #0057a0;
}

/*Btn Style Seven*/
.btn-style-seven {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    padding: 10px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #ffffff;
}

.btn-style-seven:hover {
    color: #ffffff;
    background-color: #222222;
}

/*Btn Style c*/
.btn-style-eight {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #0057a0;
    padding: 10px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    border: 2px solid #0057a0;
    background-color: #ffffff;
}

.btn-style-eight:hover {
    color: #ffffff;
    background-color: #0057a0;
}

/*=== List Style One ===*/
.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    padding-left: 35px;
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 28px;
    color: #ffb902;
    content: "\f00c";
    font-family: "FontAwesome";
}

/*=== List Style Two ===*/
.list-style-two {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-two li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 15px;
    font-family: "Rubik",sans-serif;
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #0057a0;
    font-weight: 900;
    font-family: "FontAwesome";
    content: "\f061";
}

.theme_color {
    color: #25262c;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*** 

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

***/
.scroll-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222222;
    display: none;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #0057a0;
    color: #222222;
}

/*** 

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

***/
.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.main-header .header-top {
    position: relative;
    background-color: #ffa900;
}

.main-header .top-left {
    position: relative;
    float: left;
}

.main-header .top-left .contact-list {
    position: relative;
    padding: 5px 0;
}

.main-header .top-left .contact-list li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-right: 25px;
}

.main-header .top-left .contact-list li:last-child {
    margin-right: 0;
}

.main-header .top-left .contact-list li i {
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px;
    color: #ffffff;
}

.main-header .top-left .contact-list li a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .top-left .contact-list li a:hover {
    color: #ffffff;
}

.main-header .top-right {
    position: relative;
    float: right;
    padding: 5px 0;
}

.social-icon-four {
    position: relative;
}

.social-icon-four li {
    position: relative;
    float: left;
    margin-left: 20px;
}

.social-icon-four li:first-child {
    margin-left: 0;
}

.social-icon-four li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-four li a:hover {
    color: #222222;
}

.main-header .main-box {
    position: relative;
    display: block;
    padding: 0 60px;
}

.main-header .inner-container {
    position: relative;
    padding: 0 15px;
}

.main-header .logo-box {
    position: absolute;
    float: left;
    display: flex;
    align-items: center;
    top: 4px;
}

.main-header .logo-box .logo {
    position: relative;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .logo-box .logo + .logo {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #b2804b8c;
}

.main-header .logo-box .logo a img {
    width: 160px;
}

header .auto-container {
    max-width: 1600px;
}

.main-header .nav-outer {
    position: static;
    float: left;
}

.navbar-toggler {
    border: 0!important;
}

.main-menu {
    position: static;
    float: right;
    font-family: "Rubik",sans-serif;
}

.main-menu .navbar-header {
    display: none;
}

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

.nr-page .main-menu .navigation > li > a {
    font-size: 13px;
}

.nr-page .header-style-one .main-menu .navigation > li {
    margin-left: 8px;
    margin-right: 0 !important;
}

.nr-page .main-header .logo-box .logo + .logo {
    margin-left: 5px;
    padding-left: 5px;
}

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

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-left: 45px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #222222;
    padding: 35px 0;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #25262c;
    background: #ffffff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #292929;
    line-height: 20px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

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

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 110%;
    width: 250px;
    padding: 0px 0px;
    z-index: 100;
    background: rgb(255 255 255 / 90%);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

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

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #0057a0;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px 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;
}

.main-menu .navigation > li > ul > li:hover > a {
    border-left: 4px solid #84aed1 !important;
    background: #0057a0;
    color: #fff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 110%;
    top: 0%;
    width: 200px;
    padding: 0px 0px;
    z-index: 100;
    background: rgba(47,46,50,.90);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

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

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px 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;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #ffffff;
    background: #222222;
    border-left: 4px solid #0057a0;
}

.main-menu .navigation > li.dropdown:hover > ul {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 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;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
}

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    float: left;
    margin-left: 22px;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #0057a0;
}

.main-header .contact-info {
    position: relative;
}

.main-header .contact-info li {
    position: relative;
    float: left;
    margin-left: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.main-header .contact-info li span {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
    font-weight: 400;
}

.main-header .contact-info li a {
    color: #222222;
    transition: all 300ms ease;
}

.main-header .contact-info li a:hover {
    color: #0057a0;
}

/*===================================
        Header Style One
===================================*/
.header-style-one {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.header-style-one .header-lower {
    position: relative;
    background-color: rgb(255 255 255);
    margin: 0 0px;
    padding: 0 0px;
    box-shadow: 1px 1px 40px #0057a0;
}

.header-style-one .header-lower:before {
    position: absolute;
    top: 0;
    left: -30px;
    height: 0;
    width: 0;
    border-left: 30px solid transparent;
    border-top: 100px solid rgb(255 255 255);
    content: "";
}

.header-style-one .header-lower:after {
    position: absolute;
    top: 0;
    right: -30px;
    height: 0;
    width: 0;
    border-right: 30px solid transparent;
    border-top: 100px solid rgb(255 255 255);
    content: "";
}

.header-style-one .nav-outer {
    float: right;
}

.header-style-one .main-menu .navigation > li {
    margin-left: 35px;
}

.header-style-one .main-menu .navigation > li > a {
    color: #0057a0;
}

.header-style-one .main-menu .navigation > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0px;
    width: 2px;
    background-color: #0057a0;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-one .main-menu .navigation > li.current > a:before,.header-style-one .main-menu .navigation > li:hover > a:before {
    height: 30px;
}

.header-style-one .outer-box {
    padding: 32.5px 0;
    margin-left: 45px;
}

.header-style-one .search-box-btn:hover {
    color: #ffffff!important;
}

.header-style-one .search-box-outer .dropdown-menu {
    top: 20px!important;
}

/*search box btn*/
.main-header .search-box-outer {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn {
    position: relative;
    height: 35px;
    width: 35px;
    cursor: pointer;
    background: none;
    font-size: 15px;
    color: #ffa600;
    line-height: 33px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
    outline: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover {
    color: #0057a0;
}

.dropdown-toggle::after {
    display: none;
}
.index-projects .project-block .overlay-box h4 {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    height: auto;
    background: none;
    text-align: right;
}

.index-projects .project-block {
    margin-bottom: 0;
}
.main-header .search-box-outer .dropdown-menu {
    top: 62px!important;
    right: 0!important;
    left: auto!important;
    transform: none!important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #25262c;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],.main-header .search-panel input[type="search"],.main-header .search-panel input[type="password"],.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,.main-header .search-panel select:focus {
    border-color: #25262c;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

/*===================================
        Header Style Two
===================================*/
.header-style-two {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.header-style-two .header-top .inner-container {
    padding: 0 40px;
}

.header-style-two .header-lower {
    position: relative;
}

.header-style-two .header-lower .auto-container {
    position: relative;
    max-width: 1170px;
}

.header-style-two .header-lower .main-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 40px;
    background-color: rgba(0,0,0,0.90);
    border-radius: 0 0 15px 15px;
}

.header-style-two .nav-outer {
    float: right;
}

.header-style-two .main-menu .navigation > li {
    margin-left: 35px;
}

.header-style-two .main-menu .navigation > li > a {
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.header-style-two .main-menu .navigation > li > a:before {
    position: absolute;
    left: 50%;
    width: 0;
    height: 1px;
    bottom: 35px;
    content: "";
    background-color: #ffa900;
    transition: all 300ms ease;
}

.header-style-two .main-menu .navigation > li:hover > a:before,.header-style-two .main-menu .navigation > li.current > a:before {
    left: 0%;
    width: 100%;
}

.header-style-two .outer-box {
    padding: 32.5px 0;
    margin-left: 45px;
}

.header-style-two .search-box-btn:hover {
    color: #ffffff!important;
}

.header-style-two .search-box-outer .dropdown-menu {
    top: 62px!important;
}

.header-style-two .search-box-outer {
    float: right;
    margin-left: 40px;
}

.main-header .cart-btn {
    position: relative;
    float: left;
}

.main-header .cart-btn a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
}

.main-header .cart-btn .count {
    position: absolute;
    right: -11px;
    top: 0;
    height: 22px;
    width: 22px;
    line-height: 22px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    background-color: #fb4848;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/*===================================
        Header Style Three
===================================*/
.header-style-three {
    position: relative;
    background-color: #333333;
}

.header-style-three .logo-box:before {
    position: absolute;
    top: 0;
    margin-right: -230px;
    right: 100%;
    height: 100%;
    width: 1000%;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
}

.header-style-three .inner-container {
    position: relative;
}

.header-style-three .nav-outer {
    float: right;
}

.header-style-three .outer-box {
    position: relative;
    float: right;
    padding: 35px 0;
}

.header-style-three .main-menu .navigation > li > a {
    color: #ffffff;
}

.header-style-three .main-menu .navigation > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0px;
    width: 2px;
    background-color: #0057a0;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-three .main-menu .navigation > li.current > a:before,.header-style-three .main-menu .navigation > li:hover > a:before {
    height: 30px;
}

.header-style-three .outer-box {
    margin-left: 80px;
}

.header-style-three .nav-toggler {
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 300ms ease;
}

.header-style-three .nav-toggler:hover {
    background-color: #ffa500;
    color: #ffffff;
}

/*===================================
        Header Style Four
===================================*/
.header-style-four {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header-style-four .header-top {
    position: relative;
    background-color: transparent!important;
}

.header-style-four .header-top .top-right {
    float: right;
    padding: 10px 0;
}

.header-style-four .header-top .top-right li a,.header-style-four .header-top .top-right li {
    color: #ffffff;
    font-size: 14px;
}

.header-style-four .header-top .top-right li span {
    font-weight: 700;
    color: #ffffff;
    border: 0;
    width: auto;
}

.header-style-four .header-top .top-right li a:hover {
    color: #0057a0;
}

.header-style-four .header-lower {
    position: relative;
    background-color: rgb(255 255 255 / 40%);
}

.header-style-four .nav-outer {
    float: right;
}

.header-style-four .main-menu .navigation > li {
    margin-left: 25px;
}

.header-style-four .main-menu .navigation > li > a {
    color: #fff;
}

.header-style-four .search-box-outer {
    padding: 32.5px 0;
}

.header-style-four .search-box-btn {
    color: #0057a0;
    margin-left: 55px;
}

.header-style-four .search-box-btn:hover {
    color: #ffffff;
}

.header-style-four .search-box-outer .dropdown-menu {
    top: 65px!important;
}

.main-menu .navigation > li.current > a,.main-menu .navigation > li:hover > a {
    color: #b2804a;
}

.header-style-four.fixed-header .search-box-outer {
    padding: 22.5px 0;
}

/*===================================
        Header Style Five
===================================*/
.header-style-five {
    position: relative;
}

.header-style-five .logo-box .logo {
    padding: 25px 0;
}

.header-style-five .inner-container {
    position: relative;
    padding-left: 120px;
    padding-right: 55px;
}

.header-style-five .main-menu .navigation > li > a {
    padding: 45px 0;
}

.header-style-five .main-menu .navigation > li > a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    width: 2px;
    background-color: #222222;
    margin: 0 auto;
    content: "";
    transition: all 300ms ease;
    z-index: 1;
}

.header-style-five .main-menu .navigation > li > a:hover:before,.header-style-five .main-menu .navigation > li.current > a:before {
    height: 43px;
}

.header-style-five .outer-box {
    position: relative;
    padding: 45px 0;
}

.header-style-five .outer-box .social-icon-one {
    position: relative;
    float: left;
}

.header-style-five .outer-box .contact-info {
    position: relative;
    float: right;
    padding-left: 30px;
    margin-left: 50px;
    border-left: 1px solid #dddddd;
}

.header-style-five .outer-box {
    position: relative;
    float: right;
}

.header-style-five .contact-info li {
    color: #222222;
}

.header-style-five .contact-info li a {
    color: #222222;
    transition: all 300ms ease;
}

.header-style-five .contact-info li a:hover {
    color: #0057a0;
}

/*** 

====================================================================
        Header Style Six
====================================================================

***/
.header-style-six {
    position: absolute;
    left: 0;
}

.header-style-six .outer-container {
    padding: 0 80px;
    border-bottom: 1px solid rgba(255,255,255,.30);
}

.header-style-six .logo-box {
    padding-right: 30px;
    border-right: 1px solid rgba(255,255,255,.30);
}

.header-style-six .logo-box .logo {
    padding: 15px 0;
}

.header-style-six .outer-box {
    float: left;
    margin-left: 100px;
}

.header-style-six .contact-info {
    position: relative;
    float: left;
    padding: 35px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-six .contact-info {
    position: relative;
    float: left;
}

.header-style-six .contact-info li span {
    color: #0057a0;
    font-weight: 700;
}

.header-style-six .btn-box {
    position: relative;
    float: right;
}

.header-style-six .nav-toggler {
    position: relative;
    height: 40px;
}

.header-style-six .nav-toggler:hover {
    color: #ffffff!important;
}

.header-style-six.fixed-header .outer-container {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.90);
    border-bottom: 1px solid transparent;
}

.header-style-six.fixed-header .nav-toggler {
    background-color: #ffffff;
}

.header-style-six.fixed-header .nav-toggler:hover {
    color: #222222!important;
}

.header-style-six.fixed-header .logo-box .logo {
    padding: 10px 0;
}

.header-style-six.fixed-header .contact-info {
    padding: 30px 0;
}

.header-style-six.fixed-header .btn-box {
    padding: 25px 0;
}

.box-layout .header-style-six.fixed-header .outer-container {
    max-width: 1370px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.header-style-six .contact-info {
    position: relative;
}

.header-style-six .contact-info li {
    position: relative;
    float: left;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid rgba(255,255,255,0.40);
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.header-style-six .contact-info li:first-child {
    border-left: 0;
}

.header-style-six .contact-info li span {
    position: relative;
    float: left;
    height: 30px;
    width: 30px;
    border: 1px solid rgba(255,255,255,0.40);
    font-size: 14px;
    line-height: 30px;
    color: #0057a0;
    text-align: center;
    font-weight: 400;
    margin-right: 10px;
    border-radius: 50%;
}

.header-style-six .contact-info li a {
    color: #ffffff;
    transition: all 300ms ease;
}

.header-style-six .contact-info li a:hover {
    color: #0057a0;
}

.header-style-six .btn-box {
    position: relative;
    float: right;
    padding: 30px 0;
}

.header-style-six .nav-toggler {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffa500;
    font-weight: 400;
    background-color: #000000;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    Header Style Seven
====================================================================

***/
.header-style-seven {
    position: relative;
}

.header-style-seven .inner-container {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.header-style-seven .logo-box .logo {
    padding: 25px 0;
}

.header-style-seven .nav-outer {
    float: right;
}

.header-style-seven .main-menu .navigation > li {
    margin-left: 45px;
}

.header-style-seven .main-menu .navigation > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 45px 0;
}

.header-style-seven .outer-box {
    position: relative;
    float: right;
    padding: 45px 0;
    margin-left: 80px;
}

.nav-toggler {
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    background-color: #222222;
    cursor: pointer;
    transition: all 300ms ease;
}

.nav-toggler:hover {
    background-color: #ffa500;
    color: #000000;
}

.box-layout .header-style-seven .inner-container {
    padding: 0 15px;
}

/*** 

====================================================================
    Side Nav Bar
====================================================================

***/
.sidenav-bar {
    position: fixed;
    left: -350px;
    top: 0px;
    width: 350px;
    height: 100%;
    overflow-y: auto;
    background: #111111;
    z-index: 99999;
    transition: all 500ms ease;
}

.active-side-nav .sidenav-bar {
    left: 0;
}

.sidenav-bar .inner-box {
    position: relative;
    padding: 50px 30px;
}

.sidenav-bar:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/icon-dots-dark.jpg);
    background-repeat: repeat;
    background-position: center;
    content: "";
}

.sidenav-bar .upper-box {
    position: relative;
    margin-bottom: 50px;
}

.sidenav-bar .upper-box .logo a {
    position: relative;
}

.sidenav-bar .cross-icon {
    position: absolute;
    right: 0;
    top: 15px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 300ms ease;
}

.sidenav-bar .cross-icon:hover {
    background-color: #ffa500;
    color: #ffffff;
}

.sidenav-bar .side-nav {
    position: relative;
    margin-bottom: 50px;
}

.sidenav-bar .side-nav .navigatio {
    position: relative;
}

.sidenav-bar .side-nav .navigation > li,.sidenav-bar .side-nav .navigation > li > ul > li {
    position: relative;
    display: block;
}

.sidenav-bar .side-nav .navigation > li > a {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 10px 0px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation > li > ul > li > a,.sidenav-bar .side-nav .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation > li > ul > li,.sidenav-bar .side-nav .navigation > li > ul > li > ul > li {
    margin-bottom: 0px;
}

.sidenav-bar .side-nav .navigation > li > ul > li:last-child,.sidenav-bar .side-nav .navigation > li > ul > li > ul > li:last-child {
    margin: 0px;
}

.sidenav-bar .side-nav .navigation > li:hover > a,.sidenav-bar .side-nav .navigation > li > ul > li:hover > a,.sidenav-bar .side-nav .navigation > li.current > a,.sidenav-bar .side-nav .navigation > li > ul > li.current > a {
    color: #0057a0;
}

.sidenav-bar .side-nav .navigation > li.dropdown > a {
    padding-right: 30px;
}

.sidenav-bar .side-nav .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 10px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    z-index: 5;
    font-weight: 300;
}

.sidenav-bar .side-nav .navigation > li.dropdown.active > a:before {
    content: "\f107";
}

.sidenav-bar .side-nav .navigation > li.dropdown > ul,.sidenav-bar .side-nav .navigation > li.dropdown > ul > li.dropdown > ul {
    position: relative;
    display: block;
    left: 0%;
    top: 0px;
    width: 100%;
    z-index: 100;
    padding: 10px 0px;
}

.sidenav-bar .side-nav .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 34px;
    height: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.sidenav-bar .subscribe-form {
    position: relative;
}

.sidenav-bar .subscribe-form h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 25px;
}

.sidenav-bar .subscribe-form form {
    position: relative;
}

.sidenav-bar .subscribe-form input[type="text"],.sidenav-bar .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-weight: 400;
    padding: 10px 30px;
    background-color: #000000;
    border-radius: 30px;
    transition: all 300ms ease;
}

.sidenav-bar .subscribe-form button,.sidenav-bar .subscribe-form input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
}

.sidenav-bar .subscribe-form button:hover,.sidenav-bar .subscribe-form input[type="submit"]:hover {
    color: #ffffff;
}

.form-back-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.70);
    visibility: hidden;
    z-index: 99999;
    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;
}

.active-side-nav .form-back-drop {
    opacity: 1;
    visibility: visible;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

/***

====================================================================
    Hidden Sidebar style
====================================================================

***/
.hidden-bar {
    position: fixed;
    left: -500px;
    top: 0px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    background-color: #222222;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-side-nav .hidden-bar {
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.hidden-bar .inner-box {
    position: relative;
    background-color: #222222;
    padding: 55px 30px 50px;
}

.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
}

.hidden-bar .inner-box h2 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 20px;
}

/*Appointment Form*/
.hidden-bar .appointment-form {
    position: relative;
}

.hidden-bar .appointment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.hidden-bar .appointment-form input[type="text"],.hidden-bar .appointment-form input[type="email"],.hidden-bar .appointment-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 25px;
    height: 45px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.10);
    background: none;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,.hidden-bar .appointment-form textarea::placeholder {
    color: #bdbdbd;
}

.hidden-bar .appointment-form input:focus,.hidden-bar .appointment-form textarea:focus {
    border-color: #ffffff;
}

.hidden-bar .appointment-form textarea {
    height: 135px;
    resize: none;
}

.hidden-bar .appointment-form .form-group button {
    margin-top: 10px;
    display: block;
    width: 100%;
    border-radius: 0;
    font-weight: 700;
    background-color: #ffffff;
    color: #222222;
}

.hidden-bar .appointment-form .form-group button:hover {
    color: #ffffff;
}

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

.contact-info-box .info-list {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.contact-info-box .info-list li {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-info-box .info-list:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
}

.contact-info-box .social-list {
    position: relative;
}

.contact-info-box .social-list li {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 6px;
    display: inline-block;
}

.contact-info-box .social-list li a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,0.50);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-info-box .social-list li a:hover {
    color: rgba(255,255,255,0.80);
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

/*===================================
        Header Style Three
===================================*/
header-style-seven {
    position: relative;
    background-color: #333333;
}

header-style-seven .logo-box:before {
    position: absolute;
    top: 0;
    margin-right: -230px;
    right: 100%;
    height: 100%;
    width: 1000%;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
}

header-style-seven .inner-container {
    position: relative;
}

header-style-seven .nav-outer {
    float: right;
}

header-style-seven .outer-box {
    position: relative;
    float: right;
    padding: 35px 0;
}

header-style-seven .main-menu .navigation > li > a {
    color: #ffffff;
}

header-style-seven .outer-box {
    margin-left: 80px;
}

header-style-seven .nav-toggler {
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 300ms ease;
}

header-style-seven .nav-toggler:hover {
    background-color: #ffa500;
    color: #ffffff;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .main-menu .navigation > li {
    margin-left: 30px!important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,.sticky-header .main-menu .navigation > li:after {
    display: none!important;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 20px 0px!important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,.sticky-header .main-menu .navigation > li.current > a,.sticky-header .main-menu .navigation > li.current-menu-item > a {
    opacity: 1;
    color: #0057a0;
    background-color: #ffffff;
}

.sticky-header .main-menu .navigation > li:before,.sticky-header .main-menu .navigation > li.dropdown > a:after {
    display: none;
}

.sticky-header .main-menu .navigation > li.dropdown:hover > ul {
    margin-top: 0;
}

.header-style-four.fixed-header .header-lower {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgb(255 255 255);
    box-shadow: 1px 1px 10px #0057a0;
}
.header-style-four .main-menu .navigation > li > a:hover {
    color: #54a5e9;
}
.header-style-four.fixed-header .logo-box .logo {
    padding-top: 0;
}

.header-style-four.fixed-header .main-menu .navigation > li > a {
    padding: 30px 0;
    color: #0057a0;
}

.header-style-four.fixed-header .search-box-btn {
    top: 5px;
}

.header-style-four.fixed-header .search-box-outer .dropdown-menu {
    top: 65px!important;
}

/************************ Mega Menu ***************************/
.main-menu .navigation > li.has-mega-menu {
    position: static;
}

.main-menu .navigation > li > .mega-menu {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    background: rgba(47,46,50,.90);
    padding: 45px 40px 30px 45px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar {
    position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3 {
    position: relative;
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li .mega-menu-bar > ul {
    position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    text-transform: capitalize;
    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 .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px;
}

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

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px 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;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
    border-left: 4px solid #0057a0;
    background: #222222;
}

/*** 

====================================================================
        Banner Section
====================================================================

***/
.banner-section {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 350px 0 155px;
    overflow: hidden;
}

.banner-section:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 540px;
    background-image: url(../images/icons/shap-2.png);
    background-repeat: no-repeat;
    background-position: right top;
    content: "";
    z-index: 9;
}

.banner-carousel .content-box {
    position: relative;
}

.banner-carousel h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-carousel .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box .text {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 55px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.banner-carousel .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel .link-box a {
    position: relative;
    display: inline-block;
    padding: 13px 45px;
    font-weight: 700;
}

.banner-carousel .owl-nav {
    position: absolute;
    right: 30%;
    bottom: -80px;
    z-index: 99;
}

.banner-carousel .owl-next,.banner-carousel .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: #222222;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel .owl-next:hover,.banner-carousel .owl-prev:hover {
    color: #0057a0;
}

.banner-carousel .owl-next:before,.banner-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel .owl-next:hover:before,.banner-carousel .owl-prev:hover:before {
    border-color: #0057a0;
}

.banner-carousel .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.banner-carousel .owl-next span {
    margin-left: 5px;
}

.banner-carousel .owl-prev span {
    margin-right: 5px;
}

.banner-section .bottom-box {
    position: relative;
    padding: 35px 0;
    background-color: #222222;
}

.banner-section .bottom-box .contact-info {
    position: relative;
    float: left;
    padding: 10px 0;
}

.banner-section .bottom-box .contact-info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-right: 30px;
}

.banner-section .bottom-box .contact-info li a {
    color: #ffffff;
}

.banner-section .bottom-box .contact-info li span {
    color: #ffae00;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-section .bottom-box .contact-info li a:hover {
    text-decoration: underline;
}

/*** 

====================================================================
        Banner Section Two
====================================================================

***/
.banner-section-two {
    position: relative;
}

.full-screen .banner-carousel {
    position: relative;
    height: 100%;
}

.full-screen .owl-item,.full-screen .owl-stage,.full-screen .owl-wrapper,.full-screen .owl-stage-outer,.full-screen .owl-wrapper-outer {
    height: 100%!important;
}

.banner-section-two .slide-item {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}

.banner-section-two .slide-item:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 660px;
    width: 100%;
    content: "";
    background-image: url(../images/icons/shape-2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.banner-section-two .slide-item .content-box {
    position: relative;
    padding: 390px 0 350px;
    text-align: center;
}

.banner-section-two .slide-item .title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffa900;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: all 300ms ease;
    opacity: 0;
}

.banner-section-two .active .slide-item .title {
    opacity: 1;
    transition-delay: 300ms;
}

.banner-section-two .slide-item h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    transform: none;
}

.banner-section-two .content-box .video-link {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    transition: all 300ms ease;
    opacity: 0;
}

.banner-section-two .active .content-box .video-link {
    opacity: 1;
    transition-delay: 1000ms;
}

.banner-section-two .content-box .video-link a {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #ffa500;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.46);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .content-box .video-link a:hover {
    color: #ffffff;
    border-color: #000000;
}

.banner-section-two .owl-nav {
    display: none;
}

.banner-section-two .owl-dots {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-section-two .owl-dot {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .owl-dot.active {
    background-color: #ff9c00;
}

.banner-section-two .social-links {
    position: absolute;
    left: 80px;
    bottom: 100px;
    z-index: 9;
}

.social-icon-three {
    position: relative;
}

.social-icon-three li {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

/*** 

====================================================================
        Banner Section Three
====================================================================

***/
.banner-section-three {
    position: relative;
    z-index: 99;
}

.banner-section-three .banner-carousel-two {
    z-index: 99;
}

.banner-section-three .slide-item {
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 240px 0;
}

.banner-carousel-two .content-box {
    position: relative;
}

.banner-carousel-two .content-box .inner-box {
    position: relative;
    float: right;
    max-width: 500px;
    background-color: rgba(0,0,0,0.80);
    padding: 70px 70px 60px;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

.banner-carousel-two .content-box .inner-box:before {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1000%;
    background-color: rgba(0,0,0,0.80);
    content: "";
}

.banner-carousel-two .active .content-box .inner-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit--moz-transition-delay: 300ms;
    -moz--moz-transition-delay: 300ms;
    -ms--moz-transition-delay: 300ms;
    -o--moz-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
}

.banner-carousel-two .content-box .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 22px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-carousel-two .active .content-box .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel-two .content-box h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-carousel-two .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel-two .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.banner-carousel-two .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel-two .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel-two .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel-two .link-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffad00;
    font-weight: 400;
    padding: 0;
    transition: all 300ms ease;
}

.banner-carousel-two .link-box a:hover {
    color: #ffffff;
}

.banner-section-three .contact-info {
    position: absolute;
    left: 45px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left;
    bottom: 75px;
}

.banner-section-three .contact-info li {
    position: relative;
    float: left;
    margin-right: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.banner-section-three .contact-info li span {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
    font-weight: 400;
}

.banner-section-three .contact-info li a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .contact-info li a:hover {
    color: #0057a0;
}

.banner-carousel-two .owl-nav {
    position: absolute;
    max-width: 1170px;
    padding: 0 20px;
    width: 180%;
    text-align: right;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 0;
}

.banner-carousel-two .owl-next,.banner-carousel-two .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: transparent;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover,.banner-carousel-two .owl-prev:hover {
    color: #0057a0;
}

.banner-carousel-two .owl-next:before,.banner-carousel-two .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover:before,.banner-carousel-two .owl-prev:hover:before {
    border-color: #0057a0;
}

.banner-carousel-two .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.banner-carousel-two .owl-next span {
    margin-left: 5px;
}

.banner-carousel-two .owl-prev span {
    margin-right: 5px;
}

.banner-section-three .bottom-box {
    position: relative;
    background-color: #333333;
}

.banner-section-three .bottom-box .outer-box {
    position: relative;
    padding: 35px 0;
}

.banner-section-three .bottom-box .outer-box:before {
    position: absolute;
    top: 0;
    margin-left: -300px;
    left: 100%;
    height: 100%;
    width: 1000%;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
}

.banner-section-three .social-links {
    position: relative;
    z-index: 1;
}

.banner-section-three .social-links li {
    position: relative;
    float: left;
    margin-right: 55px;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .social-links li span {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-weight: 500;
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .social-links li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .social-links li a:hover span,.banner-section-three .social-links li a:hover {
    color: #0057a0;
}

/*** 

====================================================================
            Banner Section Four
====================================================================

***/
.banner-section-four {
    position: relative;
    padding-left: 120px;
}

.banner-carousel-three .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0;
    overflow: hidden;
}

.banner-carousel-three .slide-item:before {
    position: absolute;
    left: -15%;
    top: 0;
    height: 100%;
    width: 60%;
    content: "";
    background-color: #000000;
    opacity: 0.7;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}

.banner-carousel-three .content-box {
    position: relative;
}

.banner-carousel-three h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-carousel-three .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel-three .content-box .text {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 55px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.banner-carousel-three .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel-three .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel-three .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel-three .link-box a {
    position: relative;
    display: inline-block;
    padding: 13px 45px;
    font-weight: 700;
}

.banner-carousel-three .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.banner-carousel-three .owl-prev,.banner-carousel-three .owl-next {
    position: relative;
    float: left;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    background: rgb(255,174,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
    background: linear-gradient(to bottom,rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00',endColorstr='#0057a0',GradientType=0);
    text-align: center;
    transition: all 300ms linear;
}

.banner-carousel-three .owl-prev:hover,.banner-carousel-three .owl-next:hover {
    color: #ffffff;
    -webkit-box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
    box-shadow: rgba(34,34,34,1) 0 0px 0px 40px inset;
}

/*** 

====================================================================
        Banner Section Five
====================================================================

***/
.banner-section-five {
    position: relative;
}

.full-screen .banner-carousel {
    position: relative;
    height: 100%;
}

.full-screen .owl-item,.full-screen .owl-stage,.full-screen .owl-wrapper,.full-screen .owl-stage-outer,.full-screen .owl-wrapper-outer {
    height: 100%!important;
}

.banner-section-five .slide-item {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}

.banner-section-five .slide-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.30;
}

.banner-section-five .slide-item .content-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 45px 15px;
    bottom: 0;
}

.banner-section-five .slide-item .content-box:before {
    position: absolute;
    right: 0;
    bottom: 64px;
    height: 1px;
    width: 100px;
    background-color: #ffffff;
    content: "";
}

.banner-section-five .content-box .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #aaaaaa;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-five .active .content-box .title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1000ms;
}

.banner-section-five .content-box h2 {
    position: relative;
    display: block;
    font-size: 78px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.banner-section-five .active .content-box h2 {
    animation: slideInRight 1s;
    animation-delay: 500ms;
}

.banner-section-five .content-box .video-link {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -30px;
}

.banner-section-five .content-box .video-link a {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #ffa500;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.46);
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-five .content-box .video-link a:hover {
    color: #ffffff;
    border-color: #000000;
}

.banner-section-five .owl-nav {
    display: none;
}

.banner-section-five .owl-dots {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-section-five .owl-dot {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-five .owl-dot.active {
    background-color: #ff9c00;
}

.banner-section-five .social-links {
    position: absolute;
    left: 80px;
    bottom: 100px;
    z-index: 9;
}

.social-icon-three {
    position: relative;
}

.social-icon-three li {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: #0057a0;
}

/*** 

====================================================================
        Banner Section Six
====================================================================

***/
.banner-section-six {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.banner-section-six .slide-item {
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 570px 0 0;
}

.banner-section-six .slide-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.banner-section-six .content-box {
    position: relative;
    max-width: 740px;
    background-color: #222222;
    padding: 70px 70px 60px;
}

.banner-section-six .content-box .inner-box {
    position: relative;
    float: none;
    transform: none;
    max-width: none;
    background-color: transparent;
    padding: 0;
    padding-left: 70px;
}

.banner-section-six .content-box .inner-box:before {
    display: none;
}

.banner-section-six .content-box .count {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #ffad00;
    font-weight: 400;
}

.banner-section-six .content-box .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 22px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-section-six .active .content-box .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section-six .content-box h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-section-six .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-section-six .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.banner-section-six .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-section-six .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-section-six .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section-six .link-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffad00;
    font-weight: 400;
    padding: 0;
}

.banner-section-six .contact-info {
    position: absolute;
    left: 50px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left;
    bottom: 75px;
}

.banner-section-six .contact-info li {
    position: relative;
    float: left;
    margin-right: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.banner-section-six .contact-info li span {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
    font-weight: 400;
}

.banner-section-six .contact-info li a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-six .contact-info li a:hover {
    color: #0057a0;
}

.banner-section-six .social-links {
    position: absolute;
    right: 30px;
    z-index: 1;
    bottom: 36%;
    transform-origin: right;
    -webkit-transform: rotate(90deg) translateY(70%);
    -moz-transform: rotate(90deg) translateY(70%);
    -ms-transform: rotate(90deg) translateY(70%);
    -o-transform: rotate(90deg) translateY(70%);
    transform: rotate(90deg) translateY(70%);
}

.banner-section-six .social-links li {
    position: relative;
    float: left;
    margin-right: 55px;
    font-size: 13px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-section-six .social-links li span {
    position: relative;
    float: left;
    transform: rotate(-90deg);
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 500;
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-six .social-links li a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-six .social-links li a:hover span,.banner-section-six .social-links li a:hover {
    color: #0057a0;
}

.banner-section-six .banner-carousel-two .owl-nav {
    position: absolute;
    right: 25px;
    bottom: 5px;
    width: 180px;
    max-width: 170px;
    padding: 0;
    margin: 0;
    left: auto;
    bottom: 0;
    height: auto;
}

.banner-section-six .owl-next,.banner-section-six .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: transparent;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-section-six .owl-next:hover,.banner-section-six .owl-prev:hover {
    color: #0057a0;
}

.banner-section-six .owl-next:before,.banner-section-six .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-section-six .owl-next:hover:before,.banner-section-six .owl-prev:hover:before {
    border-color: #0057a0;
}

.banner-section-six .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.banner-section-six .owl-next span {
    margin-left: 5px;
}

.banner-section-six .owl-prev span {
    margin-right: 5px;
}

/*** 

====================================================================
            Page Title
====================================================================

***/
.page-title {
    position: relative;
    padding: 380px 0 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
    position: absolute;
}

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

.page-title .title-box {
    position: relative;
    float: left;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 48px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-title .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
}

.page-title .bread-crumb {
    position: relative;
    float: right;
    padding-top: 0;
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #0057a0;
    font-weight: 700;
    text-transform: capitalize;
    cursor: default;
    padding-right: 10px;
    margin-right: 10px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -2px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    content: "-";
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: #0057a0;
}

/*** 

====================================================================
    Section Title
====================================================================

***/
.sec-title {
    position: relative;
    margin-bottom: 35px;
}

.sec-title .float-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 72px;
    line-height: 1em;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .10;
    font-family: "Arimo",sans-serif;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #2f2f2f;
    font-weight: 500;
    padding: 16px 0;
}

.sec-title.light .float-text {
    color: #f2f2f2;
    opacity: 0.10;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center .float-text {
    right: 0;
    margin: 0 auto;
}

/*** 

====================================================================
            About Section
====================================================================

***/
.services-box.inner {
    padding-bottom: 20px !important;
}

.about-section.e-catalog-page {
    padding: 60px 0;
}

.about-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 100px 0;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    text-align: right;
    margin-right: -15px;
}

.about-section .image-column .title-box {
    position: absolute;
    left: 95px;
    bottom: 75px;
    width: 100%;
    text-align: left;
    z-index: 9;
}

.about-section .image-column .title-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 78px;
    color: #f2f2f2;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    font-family: "Rubik",sans-serif;
}

.about-section .image-column .image-box {
    position: relative;
    z-index: 1;
    padding-top: 0;
}

.about-section .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.about-section .image-column .image-box .alphabet-img {
    position: absolute;
    left: 0;
    top: 0;
}

.about-section .image-column .image-box .alphabet-img img {
    max-width: 100%;
    height: auto;
}

.about-section .image-column .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    -ms-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    -o-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 170px;
}

.about-section .content-column .content-box {
    position: relative;
    padding: 70px 90px 74px;
    background-color: #ffffff;
    border: 20px solid #f2f2f2;
    border-left: 0;
}

.about-section .content-column .content-box .title {
    position: relative;
    margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    color: #222222;
    font-weight: 500;
    padding-bottom: 35px;
}

.about-section .content-column .content-box .title h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 45px;
    background-color: #0057a0;
    content: "";
}

.about-section .content-column .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    margin-bottom: 45px;
}

.about-section .content-column .content-box .link-box {
    position: relative;
}

.about-section .content-column .content-box .link-box a {
    font-weight: 700;
}

/*** 

====================================================================
            Services Section
====================================================================

***/
.services-section {
    position: relative;
}

.services-section .upper-box {
    position: relative;
    padding: 85px 0 270px;
}

.services-section .upper-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0057a0;
    content: "";
    opacity: .85;
}

.services-section .services-box {
    position: relative;
    margin-top: -270px;
    padding-bottom: 0;
}

.services-section .services-box .auto-container {
    padding: 0;
}

.services-carousel {
    position: relative;
    padding-bottom: 75px;
}

.service-block {
    position: relative;
    padding: 0 15px 15px;
}

.service-block .inner-box {
    position: relative;
}

.service-block .image-box {
    position: relative;
}

.service-block .image-box .image {
    position: relative;
    background-color: #222222;
    margin-bottom: 0;
    overflow: hidden;
}

.service-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .image-box .image img {
    opacity: .70;
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}

.service-block .lower-content {
    position: relative;
    padding: 35px 25px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .lower-content {
    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
    box-shadow: 0 8px 15px rgba(0,0,0,0.10);
}

.service-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 18px;
}

.service-block .lower-content h3 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .lower-content h3 a:hover {
    color: #ffad00;
}

.service-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 27px;
}

.service-block .lower-content .link-box {
    position: relative;
}

.service-block .lower-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    font-family: "Rubik",sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .lower-content .link-box a i {
    margin-left: 5px;
}

.service-block .lower-content .link-box a:hover {
    color: #ffad00;
}

.services-carousel .owl-nav {
    display: none;
}

.services-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.services-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 4px;
    margin: 0 5px;
    background-color: #b6b6b6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 7px;
}

.services-carousel .owl-dot:hover,.services-carousel .owl-dot.active {
    height: 30px;
    margin-bottom: 0;
    background-color: #0057a0;
}

/*** 

====================================================================
            Service Detail
====================================================================

***/
.service-detail {
    position: relative;
}

.service-detail .inner-box {
    position: relative;
    display: block;
}

.service-detail .image-box {
    position: relative;
    margin-bottom: 35px;
}

.service-detail .image-box .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}

.service-detail .image-box .owl-next,.service-detail .image-box .owl-prev {
    position: absolute;
    left: 40px;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #333333;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-detail .image-box .owl-next {
    left: auto;
    right: 40px;
}

.service-detail .image-box .owl-next:hover,.service-detail .image-box .owl-prev:hover {
    background-color: #0057a0;
}

.service-detail .inner-box .image {
    position: relative;
    margin-bottom: 0;
}

.service-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.service-detail .inner-box h2 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.service-detail .inner-box .text {
    position: relative;
}

.service-detail .inner-box .text .two-column {
    margin-top: 40px;
    margin-bottom: 30px;
}

.service-detail .inner-box .text p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    margin-bottom: 30px;
}

.service-detail .inner-box .text strong {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Rubik",sans-serif;
}

.service-detail .inner-box .text h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.service-detail .inner-box ul {
    position: relative;
}

.service-detail .inner-box ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    padding-left: 40px;
    margin-bottom: 10px;
}

.service-detail .inner-box ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 26px;
    color: #0057a0;
    font-weight: 300;
    content: "\f05d";
    font-family: "FontAwesome";
}

.service-detail blockquote {
    position: relative;
    background-color: #f5f5f5;
    padding: 40px 40px 25px 50px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 60px;
    border: 0;
}

.service-detail blockquote cite {
    position: relative;
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    font-family: "Rubik",sans-serif;
    font-style: normal;
    margin-top: 20px;
}

/*** 

====================================================================
    Product Tabs Style
====================================================================

***/
.service-detail .prod-tabs {
    position: relative;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}

.service-detail .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}

.service-detail .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    background: #f3f3f3;
    color: #222222;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 27px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Rubik',sans-serif;
}

.service-detail .tab-btns .tab-btn:hover:after,.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .tab-btns .tab-btn:hover,.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #0057a0;
    border-color: #e2e2e2;
    background: #ffffff;
}

.service-detail .tabs-content {
    position: relative;
    padding: 22px 22px 22px;
    border: 1px solid #dddddd;
    border-top: 0px;
}

.service-detail .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.service-detail .tabs-content .tab.active-tab {
    display: block;
}

.service-detail .tabs-content .tab .content {
    position: relative;
}

.service-detail .tabs-content .tab .content p {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 0px;
}

/*** 

====================================================================
            Specialize Section
====================================================================

***/
.specialize-section {
    position: relative;
    padding: 100px 0;
}

.specialize-section .sec-title {
    margin-bottom: 60px;
}

.services-carousel-two {
    position: relative;
    padding-bottom: 80px;
}

.service-block-two {
    position: relative;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
}

.service-block-two .image-box {
    position: relative;
}

.service-block-two .image-box .image {
    position: relative;
    margin-bottom: 0;
    background-color: #222222;
    overflow: hidden;
}

.service-block-two .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}

.service-block-two .image-box:hover .image img {
    opacity: .70;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.service-block-two .caption-box {
    position: relative;
    padding: 25px 0px;
}

.service-block-two .caption-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    color: #222222;
    font-weight: 400;
    margin-bottom: 5px;
}

.service-block-two .caption-box h3 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .caption-box h3 a:hover {
    color: #0057a0;
}

.service-block-two .link-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #0057a0;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .link-box a:hover {
    color: #222222;
}

.services-carousel-two .owl-nav {
    display: none;
}

.services-carousel-two .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.services-carousel-two .owl-dot {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 4px;
    margin: 0 5px;
    background-color: #b6b6b6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 7px;
}

.services-carousel-two .owl-dot:hover,.services-carousel-two .owl-dot.active {
    height: 30px;
    margin-bottom: 0;
    background-color: #0057a0;
}

/*** 

====================================================================
            Specialize Section Two
====================================================================

***/
.specialize-section-two {
    position: relative;
    padding: 100px 0;
}

.specialize-section-two .title-column {
    position: relative;
}

.specialize-section-two .title-column .sec-title {
    margin-bottom: 50px;
}

.specialize-section-two .title-column .text-box {
    position: relative;
}

.specialize-section-two .title-column .text-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffac00;
    font-weight: 500;
    margin-bottom: 30px;
}

.specialize-section-two .title-column .text-box p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 30px;
}

.specialize-section-two .title-column .link-box {
    position: relative;
}

.specialize-section-two .title-column .link-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    font-family: "Rubik",sans-serif;
}

.specialize-section-two .carousel-column {
    position: relative;
}

.specialize-section-two .carousel-column .inner-column {
    position: relative;
    padding-left: 40px;
}

.specialize-section-two .carousel-column .carousel-outer {
    position: relative;
    padding-left: 160px;
}

.specialize-section-two .thumbs-carousel {
    position: absolute;
    left: 75px;
    top: -64px;
    transform: rotate(90deg);
    transform-origin: left;
    max-width: 590px;
    margin: 0 auto;
}

.specialize-section-two .thumbs-carousel .thumb-box {
    position: relative;
    cursor: pointer;
}

.specialize-section-two .thumbs-carousel .thumb-box figure {
    position: relative;
    margin-bottom: 0;
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff9f14;
    opacity: .70;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.specialize-section-two .thumbs-carousel .thumb-box:hover .overlay:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay .icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #222222;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.specialize-section-two .thumbs-carousel .thumb-box:hover .overlay .icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 300ms;
}

.specialize-section-two .carousel-outer .thumbs-carousel img {
    transform: rotate(-90deg);
    width: 130px;
    height: auto;
}

.carousel-outer .thumbs-carousel .owl-nav {
    position: absolute;
    left: 96%;
    bottom: -442%;
    transform: rotate(-90deg);
    transform-origin: left;
    min-width: 300px;
}

.carousel-outer .thumbs-carousel .owl-next,.carousel-outer .thumbs-carousel .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: #ffffff;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.carousel-outer .thumbs-carousel .owl-next:hover,.carousel-outer .thumbs-carousel .owl-prev:hover {
    color: #0057a0;
}

.carousel-outer .thumbs-carousel .owl-next:before,.carousel-outer .thumbs-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.carousel-outer .thumbs-carousel .owl-next:hover:before,.carousel-outer .thumbs-carousel .owl-prev:hover:before {
    border-color: #0057a0;
}

.carousel-outer .thumbs-carousel .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.carousel-outer .thumbs-carousel .owl-next span {
    margin-left: 5px;
}

.carousel-outer .thumbs-carousel .owl-prev span {
    margin-right: 5px;
}

.specialize-section-two.alternate .title-column {
    order: 12;
}

.specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav {
    position: absolute;
    left: 96%;
    bottom: auto;
    top: -442%;
    transform: rotate(-90deg);
}

.specialize-section-two.alternate .carousel-column .inner-column {
    padding-left: 0;
    padding-right: 40px;
}

/*** 

====================================================================
            Process Section
====================================================================

***/
.process-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 20px;
}

.process-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #222222;
    opacity: 0.85;
    content: "";
}

.process-section .sec-title {
    margin-bottom: 90px;
}

.process-block {
    position: relative;
    margin-bottom: 80px;
}

.process-block .inner-box {
    position: relative;
    padding: 75px 30px 30px;
    background-color: #222222;
    border: 1px dashed #bbbbbb;
    border-radius: 0 0 0 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box:hover {
    border-color: #0057a0;
}

.process-block .inner-box .count {
    position: absolute;
    right: 40px;
    top: -40px;
    height: 80px;
    width: 80px;
    background-color: #777777;
    border-radius: 0 10px 0 0;
    font-size: 30px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box:hover .count {
    background-color: #0057a0;
}

.process-block h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.process-block h4 a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block h4 a:hover {
    color: #0057a0;
}

.process-block .text {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #bbbbbb;
    font-weight: 400;
    margin-bottom: 15px;
}

.process-block .link-box {
    position: relative;
}

.process-block .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #0057a0;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .link-box a:hover {
    color: #ffffff;
}

/***

====================================================================
            Fun Fact Section
====================================================================

***/
.fun-fact-section {
    position: relative;
}

.fun-fact-section .outer-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 60px;
}

.fact-counter {
    position: relative;
}

.fact-counter .counter-column {
    position: relative;
    margin-bottom: 40px;
}

.fact-counter .count-box {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    padding: 20px 0;
    padding-left: 20px;
}

.fact-counter .count-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 50px;
    border: 2px solid #0057a0;
    content: "";
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.fact-counter .count-box:hover:before {
    -webkit-box-shadow: #0057a0 0 0px 0px 40px inset;
    -moz-box-shadow: #0057a0 0 0px 0px 40px inset;
    -ms-box-shadow: #0057a0 0 0px 0px 40px inset;
    -o-box-shadow: #0057a0 0 0px 0px 40px inset;
    box-shadow: #0057a0 0 0px 0px 40px inset;
}

.fact-counter .count-box .count {
    position: relative;
    float: left;
    margin-right: 15px;
}

.fact-counter .count-box .count-text {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
}

.fact-counter .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    color: #dddddd;
    padding: 9px 0;
    font-family: "Rubik",sans-serif;
}

/***

====================================================================
            Fun Fact And Features
====================================================================

***/
.fun-fact-and-features {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 0;
}

.fun-fact-and-features.alternate {
    padding-bottom: 100px;
}

.fun-fact-and-features.alternate:before {
    height: 270px;
}

.fun-fact-and-features:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 170px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.fun-fact-and-features .outer-box {
    position: relative;
}

.fun-fact-and-features .fact-counter {
    position: relative;
    margin-bottom: 60px;
}

.fun-fact-and-features .features {
    position: relative;
}

.feature-block {
    position: relative;
}

.feature-block .inner-box {
    position: relative;
    background-color: #ffffff;
    padding: 35px 35px 30px;
    -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover {
    background-color: #0057a0;
}

.feature-block .icon-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.feature-block .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 52px;
    line-height: 52px;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box .icon {
    color: #ffffff;
}

.feature-block h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.feature-block h3 a {
    position: relative;
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover h3 a {
    color: #ffffff;
}

.feature-block h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: #222222;
    content: "";
}

.feature-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 28px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover .text {
    color: #ffffff;
}

.feature-block .link-box {
    position: relative;
}

.feature-block .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #0057a0;
    font-weight: 700;
    font-family: "Arimo",sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover .link-box a {
    color: #222222;
}

/***

====================================================================
            Projects Section
====================================================================

***/
.referanslarimiz .project-block {
    border: 0;
}

.projects-section {
    position: relative;
    padding: 100px 0 0;
}

.projects-section .inner-container {
    position: relative;
}

.project-block {
    position: relative;
    margin-bottom: 100px;
}

.project-block .image-box {
    position: relative;
}

.project-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.project-block .image-box .image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.project-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.project-block .overlay-box h4 br {
    display: none;
}
.project-block .overlay-box h4 {
    position: relative;
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    top: 100%;
    width: 100%;
    background: #0057a0;
    padding: 10px 20px;
    height: 80px;
}

.project-block .overlay-box h4 a {
    color: #ffffff;
}

.project-block .image-box:hover .overlay-box h4 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.project-block .overlay-box:before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0%;
    width: 0%;
    opacity: 0;
    overflow: hidden;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(0 87 160 / 85%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border-radius: 0%;
}

.project-block .overlay-box .btn-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    margin-top: -15px;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 6px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a:hover {
    color: #0057a0;
}

.project-block .image-box:hover .overlay-box .btn-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block .overlay-box .tag {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-align: right;
    opacity: 0;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box .tag {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.projects-carousel {
    position: relative;
}

.projects-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: -130px;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.projects-carousel .owl-next,.projects-carousel .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: #ffffff;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.projects-carousel .owl-next:hover,.projects-carousel .owl-prev:hover {
    color: #0057a0;
}

.projects-carousel .owl-next:before,.projects-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.projects-carousel .owl-next:hover:before,.projects-carousel .owl-prev:hover:before {
    border-color: #0057a0;
}

.projects-carousel .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.projects-carousel .owl-next span {
    margin-left: 5px;
}

.projects-carousel .owl-prev span {
    margin-right: 5px;
}

.tab-content>.project-flex.active {
    display: flex;
    flex-wrap: wrap;
}

.tab-content>.project-flex .project-block {
    border: 0;
}

/*=== Projects Section Alternate ===*/
.projects-section.alternate {
    position: relative;
    padding: 100px 0;
}

.mixitup-gallery .filters {
    margin-bottom: 50px;
    text-align: center;
}

.mixitup-gallery .filters .filter-tabs {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #777777;
}

.mixitup-gallery .filters li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
    padding: 0 5px 10px;
    margin-right: 30px;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent;
    font-family: "Rubik",sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mixitup-gallery .filters li:last-child {
    margin-right: 0;
}

.mixitup-gallery .filters li.active,.mixitup-gallery .filters li:hover {
    border-bottom: 2px solid #0057a0;
}

.project-block.mix {
    display: none;
    border: 0;
}

.projects-section.alternate .styled-pagination {
    margin-top: 50px;
}

.project-block.tab {
    border: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    background: #000;
}

.videoWrapper video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/*** 

====================================================================
        Projects Section Two
====================================================================

***/
.projects-section-two {
    position: relative;
    padding: 100px 0;
}

.projects-section-two .upper-box {
    position: relative;
}

.projects-section-two .upper-box .sec-title {
    float: left;
    margin-bottom: 50px;
}

.projects-section-two .upper-box .link-box {
    position: relative;
    float: right;
    margin-top: 25px;
}

.projects-section-two .upper-box .link-box a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #0057a0;
    font-weight: 700;
    font-family: "Arimo",sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-section-two .upper-box .link-box a:hover {
    color: #222222;
}

.projects-carousel-two {
    position: relative;
}

.project-block-two {
    position: relative;
    padding-left: 200px;
    transition: all 300ms ease;
}

.project-block-two .image-box {
    position: relative;
}

.project-block-two .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.project-block-two .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-two .info-box {
    position: absolute;
    left: 200px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.projects-carousel-two .active .project-block-two .info-box {
    left: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-block-two .info-box .inner-box {
    position: relative;
    background: #ffffff;
    max-width: 300px;
    width: 100%;
    padding: 35px 30px 20px;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.18);
    -ms-box-shadow: 0 0 18px rgba(0,0,0,0.18);
    -o-box-shadow: 0 0 18px rgba(0,0,0,0.18);
    box-shadow: 0 0 18px rgba(0,0,0,0.18);
}

.project-block-two .info-box .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #777777;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.project-block-two .info-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 25px;
}

.project-block-two .info-box .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 65px;
}

.project-block-two .info-box .link-box {
    position: relative;
}

.project-block-two .info-box .link-box a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #0057a0;
    font-weight: 700;
    font-family: "Arimo",sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .info-box .link-box a:hover {
    color: #222222;
}

.projects-carousel-two .owl-nav {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 60px;
    height: 30px;
}

.projects-carousel-two .owl-next,.projects-carousel-two .owl-prev {
    position: absolute;
    left: 15px;
    bottom: 0;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    transition: all 300ms ease;
    z-index: 9;
}

.projects-carousel-two .owl-next {
    left: auto;
    right: -15px;
}

.projects-carousel-two .owl-next:hover,.projects-carousel-two .owl-prev:hover {
    color: #0057a0;
}

.projects-carousel-two .owl-dots {
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 30px;
    width: 60px;
    z-index: 0;
    counter-reset: slides-num;
}

.projects-carousel-two .owl-dots:after {
    position: absolute;
    left: 52px;
    content: counter(slides-num);
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}

.projects-carousel-two .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
}

.projects-carousel-two .owl-dot span {
    display: none;
}

.projects-carousel-two .owl-dot.active:before {
    position: absolute;
    content: counter(slides-num) " /";
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    left: 30px;
    top: 0;
}

/*** 

====================================================================
    Product Detail
====================================================================

***/
.project-details-section {
    position: relative;
    padding: 100px 0 60px;
}

.project-detail .upper-box {
    position: relative;
}

.project-detail .project-tabs {
    position: relative;
}

.project-detail .project-tabs .tab-btns {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 170px;
}

.project-detail .project-tabs .tab-btn {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 25px;
}

.project-detail .project-tabs .tab-btn img {
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .tabs-content {
    position: relative;
    float: right;
}

.project-detail .tabs-content .image {
    position: relative;
}

.project-detail .tabs-content .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .lower-content {
    position: relative;
    padding-top: 50px;
}

.project-detail .lower-content .content-column {
    position: relative;
}

.project-detail .lower-content h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
}

.project-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 27px;
}

.project-detail .lower-content h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
}

.project-detail .lower-content p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 30px;
}

.project-detail .list-style-one {
    position: relative;
    margin-bottom: 30px;
}

.project-detail .list-style-one:after {
    display: table;
    clear: both;
    content: "";
}

.project-detail .info-column {
    position: relative;
    margin-bottom: 40px;
}

.project-detail .info-list {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-detail .info-list li {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
}

.project-detail .info-list li strong {
    position: relative;
    float: left;
    color: #222222;
    font-weight: 700;
    width: 180px;
}

/*Help Box Two*/
.help-box-two {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icons/help-bg.jpg);
}

.help-box-two .inner {
    position: relative;
    border: 1px solid #dddddd;
    padding: 35px 40px;
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.07);
    -ms-box-shadow: 0 0 16px rgba(0,0,0,0.07);
    -o-box-shadow: 0 0 16px rgba(0,0,0,0.07);
    box-shadow: 0 0 16px rgba(0,0,0,0.07);
}

.help-box-two .inner .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffb902;
    font-weight: 700;
    margin-bottom: 10px;
}

.help-box-two .inner h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.help-box-two .inner .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
}

.help-box-two .inner .theme-btn {
    background-color: transparent;
    border: 1px solid #222222;
    padding: 10px 35px;
    line-height: 20px;
    color: #ffb902;
}

.help-box-two .inner .theme-btn:hover {
    color: #ffffff;
}

/*** 

====================================================================
            Styled Pagination
====================================================================

***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
}

.styled-pagination ul {
    position: relative;
    width: 100%;
    text-align: center;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 5px 8px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    font-weight: 400;
    font-size: 14px;
    background: #ffffff;
    color: #bbbbbb;
    border: 2px solid #bbbbbb;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li a:hover,.styled-pagination li.active a {
    color: #222222;
    border-color: #222222;
}

.styled-pagination li.next-post a,.styled-pagination li.prev-post a {
    width: auto;
    padding: 0 20px;
}

.styled-pagination li.next-post a:hover,.styled-pagination li.prev-post a:hover {
    color: #0057a0;
    border-color: #0057a0;
}

/*** 

====================================================================
        Offer Section
====================================================================

***/
.offer-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 0px;
}

.offer-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.offer-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.offer-section .content-column .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #0057a0;
    font-weight: 600;
    margin-bottom: 20px;
}

.offer-section .content-column h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #f2f2f2;
    font-weight: 700;
    font-family: "Arimo",sans-serif;
    margin-bottom: 30px;
}

.offer-section .content-column h2 span {
    text-transform: uppercase;
}

.offer-section .content-column .discount {
    position: relative;
    display: block;
    font-size: 84px;
    line-height: 1em;
    color: #0057a0;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 40px;
}

.offer-section .content-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #f2f2f2;
    font-weight: 400;
}

.offer-section .form-column {
    position: relative;
    z-index: 9;
}

.offer-section .form-column .inner-column {
    position: relative;
    margin-left: -15px;
}

.discount-form {
    position: relative;
    background-color: #f7f7f7;
    padding: 55px 50px 35px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

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

.discount-form .form-group input[type="text"],.discount-form .form-group input[type="email"],.discount-form .form-group input[type="url"],.discount-form .form-group textarea,.discount-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    padding: 14px 25px;
    background-color: #ffffff;
    height: 60px;
    border: 1px solid #bbbbbb;
    font-weight: 400;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.discount-form .form-group input:focus,.discount-form .form-group select:focus,.discount-form .form-group textarea:focus {
    border-color: #0057a0;
}

.discount-form .form-group textarea {
    height: 220px;
    resize: none;
    margin-bottom: 10px;
}

.discount-form .form-group button {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 45px;
    line-height: 30px;
}

/*** 
 

====================================================================
        Products Section
====================================================================

***/
.products-section {
    position: relative;
    padding: 100px 0 80px;
}

.products-section .sec-title {
    margin-bottom: 0;
}

.products-section .title-column {
    position: relative;
    margin-bottom: 40px;
}

.products-section .title-column .inner-column {
    position: relative;
    padding-top: 55px;
}

.products-section .title-column h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 26px;
}

.products-section .title-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 30px;
}

.products-section .title-column .btn-box a {
    padding: 15px 38px;
    line-height: 20px;
}

.products-section .products-column {
    padding: 0;
}

.products-carousel {
    position: relative;
}

.products-carousel .product-block {
    padding: 15px;
    padding-top: 65px;
    transition: all 400ms ease;
}

.products-carousel .center .product-block {
    padding-top: 15px;
}

.products-carousel .center .product-block .inner-box {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.product-block {
    position: relative;
}

.product-block .inner-box {
    position: relative;
    border: 1px solid #e1e1e1;
    transition: all 400ms ease;
}

.product-block .info-box {
    position: relative;
    padding: 25px 28px;
    text-align: right;
}

.product-block .info-box .name {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
}

.product-block .info-box .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffad00;
}

.products-carousel .owl-nav {
    position: absolute;
    left: -32%;
    bottom: 15px;
}

.products-carousel .owl-next,.products-carousel .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: #ffffff;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.products-carousel .owl-next:hover,.products-carousel .owl-prev:hover {
    color: #0057a0;
}

.products-carousel .owl-next:before,.products-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.products-carousel .owl-next:hover:before,.products-carousel .owl-prev:hover:before {
    border-color: #0057a0;
}

.products-carousel .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.products-carousel .owl-next span {
    margin-left: 5px;
}

.products-carousel .owl-prev span {
    margin-right: 5px;
}

/***

====================================================================
        Video Section
====================================================================

***/
.video-section {
    position: relative;
}

.video-section .outer-box {
    position: relative;
    max-width: 1720px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.video-section .outer-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    opacity: 0.90;
    content: "";
}

.video-section .content-column {
    position: relative;
    order: 12;
}

.video-section .content-column .inner-column {
    position: relative;
    padding: 0px 0px 0px 0px;
    height: 100%;
}

.video-section .content-column .sec-title {
    margin-bottom: 22px;
}

.video-section .content-column .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #0057a0;
    font-weight: 400;
    margin-bottom: 30px;
}

.video-section .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}

.video-section .video-column .inner-column {
    position: relative;
    padding-left: 50px;
}

.video-section .video-column .video-box {
    position: relative;
}

.video-section .video-column .video-box .image {
    position: relative;
    margin-bottom: 0;
}

.video-section .video-column .video-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.video-section .video-column .video-box .link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover {
    background-color: rgba(0,0,0,0.50);
}

.video-section .video-column .video-box .link .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    background-color: #333333;
    padding-left: 4px;
    font-size: 18px;
    color: #0057a0;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover .icon {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

/*== Video Section Style Two ==*/
.video-section.style-two .outer-box {
    padding-bottom: 75px;
}

.video-section.style-two .outer-box:before {
    display: none;
}

.video-section.style-two .content-column .text {
    color: #777777;
}

.video-section .video-column .video-box:before {
    position: absolute;
    left: -50px;
    height: 320px;
    width: 520px;
    bottom: -55px;
    background-image: url(../images/icons/icon-lines.jpg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.video-section .content-column .inner-column iframe {
    height: 370px;
}

/*** 

====================================================================
            FAQ Section
====================================================================

***/
.faq-section {
    position: relative;
    padding: 100px 0 35px;
}

.faq-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 38%;
    background-image: url(../images/icons/icon-dot.png);
    background-repeat: repeat;
    background-position: center;
    content: "";
}

.faq-section:after {
    position: absolute;
    right: 15px;
    bottom: 125px;
    height: 488px;
    width: 320px;
    background-image: url(../images/icons/icon-flower.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
}

.faq-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.faq-section .image-column .inner-column {
    position: relative;
}

.faq-section .image-column .image-box {
    position: relative;
}

.faq-section .image-column .image {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.faq-section .title-column .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.faq-section .accordion-column {
    position: relative;
}

.faq-section .accordion-column .inner-column {
    position: relative;
    padding-top: 45px;
    padding-left: 30px;
}

.faq-section .accordion-column .sec-title {
    margin-bottom: 35px;
}

.faq-section .accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #252525;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 25px 15px;
    padding-right: 50px;
    border: 1px solid #dddddd;
    font-family: "Rubik",sans-serif;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 20px;
}

.accordion-box .block .acc-btn.active {
    background-color: #0057a0;
    border-color: #0057a0;
    color: #ffffff;
    margin-bottom: 0px;
}

.accordion-box .block .icon {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #252525;
    text-align: center;
    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 .icon:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    opacity: 1;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    content: "\f146";
    font-family: "FontAwesome";
    text-align: center;
    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-content {
    position: relative;
    display: none;
    background-color: #ffffff;
}

.accordion-box .block .content {
    position: relative;
    padding: 20px 25px;
    margin-bottom: 0;
}

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

.accordion-box .block .content .text {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
}

/*** 


 
 

==================================================================
        Contact Section
==================================================================

***/
.contact-section {
    position: relative;
    padding: 100px 0;
    background-color: #f9f9f9;
}

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

.contact-section .inner-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-section .info-column {
    position: relative;
}

.contact-section .info-column .inner-column {
    position: relative;
}

.contact-section .info-column h4 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #2f2f2f;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-section .info-column .contact-info {
    position: relative;
}

.contact-section .info-column .contact-info li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 28px;
}

.contact-section .info-column .contact-info li a {
    display: inline-block;
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .info-column .contact-info li a:hover {
    color: #0057a0;
}

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column .inner-column {
    margin-top: -20px;
}

.contact-section .contact-form {
    position: relative;
}

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

.contact-form .form-group input[type="text"],.contact-form .form-group input[type="email"],.contact-form .form-group input[type="url"],.contact-form .form-group textarea,.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #777777;
    line-height: 19px;
    padding: 10px 0px;
    background-color: transparent;
    font-weight: 400;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus {
    border-color: #0057a0;
}

.contact-form .form-group textarea {
    height: 90px;
    resize: none;
}

.contact-form .form-group button {
    padding: 15px 50px;
    line-height: 20px;
    text-transform: uppercase;
}

.contact-form .form-group label.error {
    color: #ff0000;
}

/***

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

***/
.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0057a0;
    content: "";
    opacity: 1;
}

.main-footer .widgets-section {
    position: relative;
    padding: 90px 0 60px;
    margin-top: 0;
}

.main-footer.alternate .widgets-section {
    margin-top: 0;
    padding-top: 95px;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #54a5e9;
}

.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 30px;
    color: #e39c05;
    font-weight: 400;
    content: "\f141";
    font-family: "FontAwesome";
    transform: rotate(90deg);
}

.main-footer .about-widget {
    position: relative;
    padding-right: 20px;
}

.main-footer .footer-logo {
    position: relative;
    margin-bottom: 15px;
}

.main-footer .footer-logo figure {
    margin: 0;
    margin-top: -20px;
}

.main-footer .footer-logo img {
    display: block;
    max-width: 250px;
    filter: brightness(0) invert(1);
}

.main-footer .about-widget .text {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #f4f4f4;
    font-weight: 400;
}

/*Recent Posts*/
.recent-posts {
    position: relative;
}

.recent-posts .post {
    position: relative;
    min-height: 70px;
    padding-left: 105px;
    margin-bottom: 30px;
}

.recent-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 80px;
    overflow: hidden;
}

.recent-posts .post .thumb a {
    display: block;
}

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

.recent-posts .post h4 {
    position: relative;
    font-size: 18px;
    color: #f4f4f4;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 3px;
}

.recent-posts .post h4 a {
    color: #f4f4f4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recent-posts .post h4 a:hover {
    color: #0057a0;
}

.recent-posts .post .info {
    position: relative;
    display: block;
}

.recent-posts .post .info li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #f4f4f4;
    font-weight: 400;
    padding-right: 3px;
    margin-right: 3px;
}

.recent-posts .post .info li:before {
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #f4f4f4;
    font-weight: 400;
    content: "/";
}

.recent-posts .post .info li:last-child:before {
    display: none;
}

/*=== links Widget ===*/
.main-footer .links-widget {
    position: relative;
}

.main-footer .links-widget .list li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 16px;
}

.main-footer .links-widget .list li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    content: "\f22b";
    font-family: "FontAwesome";
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer .links-widget .list li:hover:before,.main-footer .links-widget .list li a:hover {
    color: #54a5e9 !important;;
}

.main-footer .gallery-widget {
    position: relative;
}

.main-footer .gallery-widget .outer {
    position: relative;
    margin: 0px -7px 0;
}

.main-footer .gallery-widget .outer .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0px 7px;
    margin-bottom: 14px;
}

.main-footer .gallery-widget .image img {
    display: block;
    width: 100%;
}

.main-footer .gallery-widget .image a {
    position: relative;
    display: block;
}

.main-footer .gallery-widget .image a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0057a0 padding-box content-box;
    padding: 5px;
    opacity: .80;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-footer .gallery-widget .image a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "\f0b2";
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-family: "FontAwesome";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*=== Footer Bottom ===*/
.main-footer .footer-bottom {
    position: relative;
    border-top: 1px solid #37668e;
}

.main-footer .footer-bottom .inner-container {
    position: relative;
}
.copyright-text img {
    max-width: 40px;
    max-height:40px;
    filter: brightness(0) invert(1);
    margin: 0 10px;
}
.main-footer .footer-bottom .inner-container:before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #0057a0;
    content: "";
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 20px 0;
    padding-right: 40px;
    background-color: #0057a0;
}

.main-footer .footer-bottom .copyright-text:before {
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 70px solid #0057a0;
    content: "";
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.main-footer .footer-bottom .copyright-text a {
    color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}

.main-footer .footer-bottom .social-links {
    position: relative;
    float: right;
    padding: 20px 0;
}

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    float: left;
    margin-left: 26px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #0057a0;
}

/***

==================================================================
            Sidebar Page Container
==================================================================

***/
.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px;
}

.sidebar-page-container .sidebar-side,.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 50px;
}

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

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
    position: relative;
    margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
}

/*Search Box Widget*/
.sidebar .search-box {
    position: relative;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    padding: 15px 25px;
    height: 60px;
    width: 100%;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    border-radius: 60px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #0057a0;
}

.sidebar .search-box .form-group input[type="submit"],.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 18px;
    background-color: #222222;
    color: #ffffff;
    font-weight: normal;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,.sidebar .search-box .form-group button:hover {
    background-color: #0057a0;
    color: #222222;
}

/*=== Categories ===*/
.cat-list {
    position: relative;
    border: 1px solid #e1e1e1;
}

.cat-list li {
    position: relative;
    margin-left: -1px;
    font-family: "Rubik",sans-serif;
    border-left: 7px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cat-list li:hover,.cat-list li.active {
    border-left: 7px solid #0057a0;
}

.cat-list li a {
    position: relative;
    font-size: 15px;
    color: #252525;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 40px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cat-list li a span {
    float: right;
    font-size: 16px;
    line-height: 20px;
    font-family: "Arimo",sans-serif;
}

.cat-list li:last-child a {
    border-bottom: 0;
}

.cat-list li.active a,.cat-list li:hover a {
    color: #0057a0;
}

.cat-list li.active a span,.cat-list li:hover a span {
    color: #0057a0;
}

/*=== Tags ===*/
.tag-list {
    position: relative;
    display: block;
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 13px;
    margin-right: 10px;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 25px;
    padding: 10px 35px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    background-color: #222222;
    color: #ffffff;
}

/*** 

====================================================================
        Comment Area
====================================================================

 ***/
.group-title {
    position: relative;
    margin-bottom: 45px;
}

.group-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
}

/*** 

 

====================================================================
        Contact Page Section
====================================================================

***/
.contact-page-section {
    position: relative;
    padding: 30px 0;
}

.contact-page-section .form-column {
    position: relative;
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding: 100px 0 10px;
}

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

.contact-page-section .contact-form {
    margin-bottom: 120px;
}

.contact-page-section .contact-info {
    position: relative;
}

.contact-page-section .contact-info .info-block {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.contact-page-section .contact-info .info-block .inner {
    position: relative;
}

.contact-page-section .contact-info .info-block h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #2f2f2f;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-page-section .contact-info .info-block p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-page-section .contact-info .info-block p a {
    color: #777777;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-page-section .contact-info .info-block p a:hover {
    color: #0057a0;
}

.contact-page-section .contact-info .info-block p i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0057a0;
    border-radius: 100%;
    color: #fff;
}

.contact-page-section .contact-info .info-block .inner + .inner {
    margin-top: 40px;
}

/*== Map Column ===*/
.contact-page-section .map-column .inner-column {
    position: relative;
    right: 0;
    top: 0;
    height: 330px;
    width: 100%;
    padding-left: 15px;
}

.contact-page-section .map-column .map-outer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #222222;
}

.contact-page-section .map-column .map-canvas {
    position: absolute;
    height: 100%;
    width: 100%;
}

/*** 

====================================================================
    Services Sidebar
====================================================================

***/
.services-sidebar {
    position: relative;
}

.services-sidebar .sidebar-widget {
    margin-bottom: 50px;
}

.services-sidebar .sidebar-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 30px;
}

/*Blog Category*/
.blog-cat {
    position: relative;
    border: 1px solid #e1e1e1;
}

.blog-cat li {
    position: relative;
    margin: 0 !important;
    width: 100%;
}

.blog-cat li:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 4px solid transparent;
}

.blog-cat li a {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #222222;
    display: block;
    border-bottom: 1px solid #acacac !important;
    border-left: 5px solid transparent;
    padding: 20px 40px 19px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Rubik',sans-serif;
    border-radius: 0 !important;
}

.blog-cat li a:before {
    position: absolute;
    content: '\f105';
    right: 33px;
    top: 20px;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    font-family: 'FontAwesome';
}

.blog-cat li.active a,.blog-cat li a:hover {
    color: #ffffff;
    background-color: #0057a0;
    border-left: 5px solid #222222;
}

.blog-cat.nav-tabs .nav-item.show .nav-link,.blog-cat.nav-tabs .nav-link.active {
    color: #fff;
    background: #0057a0;
    border-left: 5px solid #000 !important;
}

.blog-cat.nav-tabs .nav-item .nav-link:hover {
    border-left: 5px solid #000 !important;
}

.blog-cat.nav-tabs .nav-item .nav-link {
    border-left: 5px solid #fff;
}

/*Brochure Box*/
.brochure-box {
    position: relative;
    padding: 13px 25px;
    border: 1px solid #dddddd;
    background-color: #f3f3f3;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.brochure-box .inner {
    position: relative;
    padding-left: 45px;
}

.brochure-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.brochure-box .inner .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    transition: all 300ms ease;
}

.brochure-box .inner .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #222222;
    font-family: 'Rubik',sans-serif;
    transition: all 300ms ease;
}

.brochure-box:hover {
    border-color: #0057a0;
    background-color: #0057a0;
}

.brochure-box:hover .inner .icon,.brochure-box:hover .inner .text {
    color: #ffffff;
}

/*Sidebar Range slider */
.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
    overflow: hidden;
    margin-top: -20px;
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 8px;
    position: relative;
}

.range-slider-one .input input {
    background: none;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    width: auto;
    text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-bottom: 35px;
    background: #eeeeee;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 3px;
    background: #333333;
}

.range-slider-one .ui-state-default,.range-slider-one .ui-widget-content .ui-state-default {
    top: -3px;
    width: 10px;
    height: 10px;
    background: #0057a0;
    cursor: pointer;
    border-radius: 0px;
    border-color: #0057a0;
}

.range-slider-one .theme-btn {
    padding: 8px 35px;
    border-radius: 0px;
}

.range-slider-one .theme-btn:before {
    display: none;
}

/*Sidebar Realated Posts */
.sidebar .related-posts .post {
    position: relative;
    padding: 0px 0px;
    padding-left: 90px;
    margin-bottom: 20px;
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
}

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

.sidebar .related-posts .post h4 {
    top: -2px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2em;
    text-transform: capitalize;
}

.sidebar .related-posts .post h4 a {
    color: #333333;
    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 .related-posts .post a,.sidebar .related-posts .post a:hover {
    color: #0057a0;
}

.sidebar .related-posts .post .price {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #777777;
}

.sidebar .related-posts .post .rating {
    margin-bottom: 1px;
    line-height: 1em;
}

.sidebar .related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #0057a0;
}

.our-shop .styled-pagination {
    margin-top: 40px;
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 50px;
}

.product-details .image-column,.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0px 20px;
    line-height: 1.4em;
    color: #222222;
}

.product-details .basic-details .details-header h4 a {
    color: #333333;
}

.product-details .basic-details .details-header .rating {
    font-size: 18px;
    color: #0057a0;
    margin-bottom: 15px;
    display: inline-block;
}

.product-details .basic-details .details-header .reviews {
    position: relative;
    display: inline-block;
    color: #777777;
    font-weight: 400;
    margin-left: 15px;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 14px;
    padding-left: 10px;
    color: #777777;
}

.product-details .basic-details .details-header .item-price {
    font-size: 22px;
    font-weight: 700;
    color: #0057a0;
    line-height: 24px;
}

.product-details .basic-details .prod-info {
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 13px;
}

.product-details .basic-details .prod-info strong {
    font-weight: 700;
    color: #111111;
}

.product-details .basic-details .text {
    margin-bottom: 25px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px!important;
    height: 46px!important;
    box-shadow: none!important;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 11px 10px;
    background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 85px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,.cart-table input.quantity-spinner {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px!important;
    height: 50px!important;
    box-shadow: none!important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 12px 10px;
    background: #f4f5f6;
    border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    top: 8px;
}

.product-details .basic-details .add-to-cart {
    padding: 11px 30px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-left: 20px;
}

/*** 

====================================================================
    Product Tabs Style
====================================================================


 

====================================================================
    Box Layout
====================================================================

***/
.box-layout .page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    border: 15px solid #ffffff;
    overflow: hidden;
    background-color: #ffffff;
}

.box-layout {
    background-image: url(../images/background/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.box-layout .header-style-four.fixed-header .header-lower,.box-layout .sticky-header {
    max-width: 1370px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-layout .header-style-one .inner-container {
    padding: 0 30px;
}

.box-layout .banner-section {
    padding-left: 0;
}

.box-layout .header-style-one .outer-box .contact-info {
    padding-left: 0;
    margin-left: 35px;
    display: none;
}

.box-layout .header-style-one {
    top: 15px;
}

.box-layout .header-style-six.fixed-header .outer-container,.box-layout .header-style-one.fixed-header {
    top: 0;
}

.box-layout .banner-section-six,.box-layout .banner-section-three {
    padding: 0;
}

.box-layout .banner-carousel-two .owl-nav {
    right: 45px;
}

.box-layout .header-style-three .inner-container {
    padding: 0 15px;
}

.box-layout .coming-soon {
    position: relative;
}

.box-layout .coming-soon .content {
    position: relative;
}

.box-layout .header-style-five .inner-container {
    padding: 0 30px;
}

.box-layout .banner-section-six .contact-info,.box-layout .banner-section-six .social-links,.box-layout .header-style-five .outer-box .contact-info {
    padding-left: 0;
    margin-left: 35px;
    display: none;
}

.sample-container {
    height: 100vh;
    padding: 20px;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 49%);
}

.work-flex {
    display: flex;
    flex-wrap: wrap;
}

.work-flex .item {
    flex: 0 0 15.66%;
    max-width: 15.66%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px hsl(0deg 0% 0% / 17%);
    margin: 0.5%;
    border-radius: 5px;
}

.work-flex .item img {
    max-width: 130px;
    max-height: 90px;
}

.workers .sec-title {
    margin-bottom: 30px;
    margin-top: 0;
}

.workers {
    margin-bottom: 50px;
}

@media(max-width: 767px) {
    .work-flex .item {
        flex: 0 0 48%;
        max-width: 48%;
        margin: 1%;
    }
}
