/*******************
* CB TEMPLATE STYLES - DELETE UNUSED CSS TO REDUCE BLOAT!
*
* [Table of contents]

*   0 Chocka Blocks Framework
*     0.1  PG Property Panel
*     0.2  Buttons

	1 Chocka Blocks Components
*     1.0  Navigation Blocks
*     1.1  Slider Blocks
*     1.2  Header Blocks
	  1.3  Intro Blocks
*     1.4  Service Blocks
*     1.5  Feature Blocks
*     1.6  Content Blocks
*     1.7  Title Blocks
*     1.8  Blog Blocks
*     1.9  Team Blocks
*     1.10 Skill Blocks
*     1.11 Pricing Blocks
*     1.12 Testimonial Blocks
*     1.13 Media Blocks
*     1.14 Social Blocks
*     1.15 Download Blocks
*     1.16 Partner Blocks
*     1.17 CTA Blocks
*     1.18 Subscribe Blocks
*     1.19 Portfolio Blocks
*     1.20 Gallery Blocks
*     1.21 Grid Blocks
*     1.22 Accordion Blocks
*     1.23 Tab Blocks
*     1.24 Process Blocks
*     1.25 Shop Blocks
*     1.26 Contact Blocks
*     1.27 Utilty Blocks
*     1.28 Form Blocks
*     1.29 Footer Blocks
*     1.30 Basic Blocks

***********************************/
/********* 0.1 PG PROPERTY PANEL STYLES /*****

/* PROP OPTIONS */
.medium-height {
    min-height: 440px;
    padding-top: 140px;
}

.large-height {
    min-height: 640px;
    padding-top: 240px;
}

.full-height {
    height: 100vh;
    padding-top: 33vh;
    max-height: 100vw;
}

.add-border {
    border: 1px solid black !important;
}

.text-shadow {
    text-shadow: 2px 2px #000000;
}

.parallax-effect {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1024px) {
    .parallax-effect {
        background-attachment: scroll;
    }
}

/* BACKGROUND COLORS */
.bg-black-cb {
    background-color: #111111 !important;
}

.bg-white-cb {
    background-color: #FFFFFF !important;
}

.bg-sizzling-red {
    background-color: #FF3855 !important;
}

.bg-red-salsa {
    background-color: #FD3A4A !important;
}

.bg-tart-orange {
    background-color: #FB4D46 !important;
}

.bg-orange-soda {
    background-color: #FA5B3D !important;
}

.bg-bright-yellow {
    background-color: #FFAA1D !important;
}

.bg-yellow-sunshine {
    background-color: #FFF700 !important;
}

.bg-slimy-green {
    background-color: #299617 !important;
}

.bg-green-lizard {
    background-color: #A7F432 !important;
}

.bg-denim-blue {
    background-color: #2243B6 !important;
}

.bg-blue-jeans {
    background-color: #5DADEC !important;
}

.bg-plump-purple {
    background-color: #5946B2 !important;
}

.bg-purple-plum {
    background-color: #9C51B6 !important;
}

.bg-sweet-brown {
    background-color: #A83731 !important;
}

.bg-brown-sugar {
    background-color: #AF6E4D !important;
}

.bg-erie-black {
    background-color: #1B1B1B !important;
}

.bg-black-shadows {
    background-color: #BFAFB2 !important;
}

.bg-fiery-rose {
    background-color: #FF5470 !important;
}

.bg-sizzling-sunshine {
    background-color: #FFDB00 !important;
}

.bg-heat-wave {
    background-color: #FF7A00 !important;
}

.bg-lemon-glacier {
    background-color: #FDFF00 !important;
}

.bg-spring-frost {
    background-color: #87FF2A !important;
}

.bg-absolute-zero {
    background-color: #0048BA !important;
}

.bg-winter-sky {
    background-color: #FF007C !important;
}

.bg-frost-bite {
    background-color: #E936A7 !important;
}

/* COLORS */
.black-cb {
    background-color: #000 !important;
}

.white-cb {
    background-color: #FFFFFF !important;
}

.sizzling-red {
    background-color: #FF3855 !important;
}

.red-salsa {
    background-color: #FD3A4A !important;
}

.tart-orange {
    background-color: #FB4D46 !important;
}

.orange-soda {
    background-color: #FA5B3D !important;
}

.bright-yellow {
    background-color: #FFAA1D !important;
}

.yellow-sunshine {
    background-color: #FFF700 !important;
}

.slimy-green {
    background-color: #299617 !important;
}

.green-lizard {
    background-color: #A7F432 !important;
}

.denim-blue {
    background-color: #2243B6 !important;
}

.blue-jeans {
    background-color: #5DADEC !important;
}

.plump-purple {
    background-color: #5946B2 !important;
}

.purple-plum {
    background-color: #9C51B6 !important;
}

.sweet-brown {
    background-color: #A83731 !important;
}

.brown-sugar {
    background-color: #AF6E4D !important;
}

.erie-black {
    background-color: #1B1B1B !important;
}

.black-shadows {
    background-color: #BFAFB2 !important;
}

.fiery-rose {
    background-color: #FF5470 !important;
}

.sizzling-sunshine {
    background-color: #FFDB00 !important;
}

.heat-wave {
    background-color: #FF7A00 !important;
}

.lemon-glacier {
    background-color: #FDFF00 !important;
}

.spring-frost {
    background-color: #87FF2A !important;
}

.absolute-zero {
    background-color: #0048BA !important;
}

.winter-sky {
    background-color: #FF007C !important;
}

.frost-bite {
    background-color: #E936A7 !important;
}

/* margins and paddings */
.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.ml40 {
    margin-left: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.nopaddingnomargin {
    padding: 0 !important;
    margin: 0 !important;
}

.nopaddingleft {
    padding-left: 0 !important;
}

.nopaddingright {
    padding-right: 0 !important;
}

.green {
    color: #425cbb !important;
}

.dark {
    color: #282828 !important;
}

.orange {
    color: #000 !important;
}

.divider-gl {
    background: #eeeeee;
    fill: #eeeeee;
}

header {
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

/* inputs */
.form-control {
    border-radius: 0;
    background: transparent;
    border: none;
    height: 42px;
    color: #282828;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/* Control */
.col > a img {
    width: 70%;
    display: block;
    margin: 0px auto 40px;
}

.col h3 a {
    color: #3D566E;
}

.col b {
    color: #999;
}

a.over {
    display: block;
    position: relative;
}

a.over .overlay {
    position: absolute;
    display: table-cell;
    left: 0px;
    top: 0px;
    background: rgba(233, 139, 57, 0.6);
    height: 100%;
    line-height: 263px;
    width: 100%;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    text-align: center;
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
}

a.over.round .overlay {
    border-radius: 50%;
    background: rgba(61, 86, 110, 0.6);
}

a.over:hover .overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

/* Contact */
b.chead {
    color: #8C9899;
}

b.chead span {
    color: #34495E;
    font-size: 14px;
    margin-right: 10px;
}

p.text-light {
    color: #7F8C8D;
}

.wrapper.grey {
    background: #ECF0F1;
    border-top: 1px solid #d3d9dd;
    border-bottom: 1px solid #d3d9dd;
    padding: 80px 0px;
}

/* MISC */
.col-overlay {
    background-color: rgba(0, 0, 0, 0.56);
}

.fa-white {
    font-size: 2em !important;
    color: #1583c9;
    margin: 0;
    padding: 0;
}

.fa-white:hover {
    color: #000 !important;
}

.fa-black {
    padding: 0;
    margin-right: 0;
    margin-top: 28px;
    margin-left: 0;
}

.fa-service {
    margin-top: 26px;
    color: #FFF;
}

.fa-services {
    margin-top: 26px;
}

.overlay {
    width: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

/********* 0.3 BUTTON STYLES /*********

/* buttons */
.btn-default-transparent {
    background: transparent;
    border-radius: 40px;
    padding: 12px 24px;
    border: 1px solid #fff;
    color: #fff;
}

.btn-default-transparent:hover {
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-pink-transparent,
.btn-default-pink-transparent:focus {
    background: transparent;
    border-radius: 40px;
    padding: 12px 24px;
    border: 1px solid #fff;
    color: #fff;
}

.btn-default-pink-transparent:hover {
    border: 1px solid #f06097;
    color: #fff;
    background-color: #f06097;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-pink,
.btn-default-pink:focus {
    border-radius: 40px;
    padding: 12px 24px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #425cbb;
}

.btn-default-pink:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-yellow,
.btn-default-yellowk:focus {
    border-radius: 40px;
    padding: 12px 24px;
    border: 1px solid #f8e71c;
    color: #fff;
    background-color: #f8e71c;
}

.btn-default-yellow:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-green-transparent {
    border-radius: 2px !important;
    background: transparent;
    padding: 12px 24px;
    border: 1px solid #425cbb;
    color: #425cbb;
}

.btn-default-green-transparent:hover {
    border: 1px solid #425cbb;
    color: #fff;
    background: #425cbb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-green,
.btn-default-green:focus {
    background-color: #425cbb;
    padding: 12px 24px;
    border: 1px solid #425cbb;
    color: #fff;
}

.btn-default-green:hover {
    border: 1px solid #425cbb;
    color: #fff;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-black,
.btn-default-black:focus {
    background-color: #000;
    border-radius: 2px;
    padding: 12px 24px;
    border: 1px solid #000;
    color: #fff;
}

.btn-default-black:hover {
    border: 1px solid #000;
    color: #000;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-green-transparent-tiny,
.btn-default-green-transparent-tiny:focus {
    border-radius: 2px !important;
    background: transparent;
    border-radius: 40px;
    padding: 8px 24px;
    border: 1px solid #425cbb;
    color: #425cbb;
}

.btn-default-green-transparent-tiny:hover {
    border: 1px solid #425cbb;
    color: #fff;
    background: #425cbb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-green-tiny {
    border-radius: 2px !important;
    background: #425cbb;
    border-radius: 40px;
    padding: 8px 24px;
    border: 1px solid #425cbb;
    color: #fff;
}

.btn-default-green-tiny:hover {
    border: 1px solid #425cbb;
    color: #425cbb;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-orange {
    border-radius: 4px !important;
    background: transparent;
    border-radius: 40px;
    padding: 10px 24px;
    border: 1px solid #425cbb;
    color: #425cbb;
}

.btn-default-orange:hover {
    border: 1px solid #425cbb;
    color: #fff;
    background: #425cbb;
}

.btn-default-orange-light,
.btn-default-orange-light:focus {
    border-radius: 4px !important;
    background: #000;
    border-radius: 40px;
    padding: 10px 24px;
    border: 1px solid #000;
    color: #fff;
}

.btn-default-orange-light:hover {
    border: 1px solid #000;
    color: #000;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-orange-light-transparent,
.btn-default-orange-light-transparent:focus {
    border-radius: 4px !important;
    background: transparent;
    border-radius: 40px;
    padding: 10px 24px;
    border: 1px solid #000;
    color: #000;
}

.btn-default-orange-light-transparent:hover {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-orange-tiny {
    border-radius: 2px !important;
    background: #425cbb;
    border-radius: 40px;
    padding: 6px 24px;
    border: 1px solid #425cbb;
    color: #fff;
}

.btn-default-orange-tiny:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-orange-tiny-no-t {
    border-radius: 2px !important;
    background: #fff;
    border-radius: 40px;
    padding: 6px 24px;
    border: 1px solid #000;
    color: #000;
}

.btn-default-orange-tiny-no-t:hover {
    border: 1px solid #425cbb;
    color: #000;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-blue-tiny {
    border-radius: 2px !important;
    background: #3498db;
    border-radius: 40px;
    padding: 8px 24px;
    border: 1px solid #3498db;
    color: #fff !important;
}

.btn-default-blue-tiny:hover {
    border: 1px solid #3498db;
    color: #3498db !important;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-dark-tiny {
    border-radius: 2px !important;
    background: #282828;
    border-radius: 40px;
    padding: 8px 24px;
    border: 1px solid #282828;
    color: #fff !important;
}

.btn-default-dark-tiny:hover {
    border: 1px solid #282828;
    color: #282828 !important;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default-white-transparent,
.btn-default-white-transparent:focus {
    border-radius: 2px !important;
    background: rgba(237, 237, 237, 0.3);
    padding: 12px 24px;
    border: 1px solid #ededed;
    color: #fff;
}

.btn-default-white-transparent:hover {
    border: 1px solid rgba(237, 237, 237, 0.8);
    color: #fff;
    background: rgba(237, 237, 237, 0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/********* 1.0 NAVIGATION BLOCKS STYLES /*****

/* navigation1 */
#navigation1 .navbar {
    background: #282828;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #393939;
}

#navigation1 .navbar-brand img {
    height: 100%;
}

#navigation1 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #fff;
    border: 0;
}

#navigation1 .navbar-default .navbar-nav > .active {
    color: #fff;
    background: none;
}

#navigation1 .navbar-default .navbar-nav > .active > a {
    color: #fff !important;
    background: none;
}

#navigation1 .navbar-default .navbar-nav > .active > a:hover,
#navigation1 .navbar-default .navbar-nav > .active > a:focus {
    color: #b7b7b7;
    background: none;
}

#navigation1 .navbar-default .navbar-nav > li {
    margin-left: 55px;
}

#navigation1 .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    background: none;
}

#navigation1 .navbar-default .navbar-nav > li > a:hover,
#navigation1 .navbar-default .navbar-nav > li > a:focus {
    color: #a2a2a2 !important;
    background: none;
}

/* navigation for header 2 */
.navigation2 .button_container {
    position: fixed;
    top: 5%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.navigation2 .button_container:hover {
    opacity: .7;
}

.navigation2 .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
}

.navigation2 .button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.navigation2 .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}

.navigation2 .button_container span {
    background: #62b151;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.navigation2 .button_container span:nth-of-type(2) {
    top: 11px;
}

.navigation2 .button_container span:nth-of-type(3) {
    top: 22px;
}

.navigation2 .overlay {
    position: fixed;
    background: #62b151;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 8;
}

.navigation2 .overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}

.navigation2 .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.navigation2 .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.navigation2 .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.navigation2 .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.navigation2 .overlay nav {
    position: relative;
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}

.navigation2 .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.navigation2 .overlay ul li {
    display: block;
    height: auto;
    position: relative;
    opacity: 0;
}

.navigation2 .overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.navigation2 .overlay ul li a:hover:after,
.navigation2 .overlay ul li a:focus:after,
.navigation2 .overlay ul li a:active:after {
    width: 100%;
}

.navigation2 .overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background: #fff;
    -webkit-transition: .35s;
    transition: .35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/* navigation2 */
#navigation2 .navbar {
    background: #282828;
    padding: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #393939;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#navigation2 .navbar-brand img {
    height: 38px;
}

@media (max-width: 1000px) {
    #navigation2 .navbar-brand img {
        height: 24px;
    }
}

#navigation2 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #fff;
    border: 0;
}

#navigation2 .navbar-default .navbar-nav > .active {
    color: #fff;
    background: none;
    border-bottom: 2px solid #425cbb;
}

#navigation2 .navbar-default .navbar-nav > .active > a {
    color: #fff !important;
    background: none;
}

#navigation2 .navbar-default .navbar-nav > .active > a:hover,
#navigation2 .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

#navigation2 .navbar-default .navbar-nav > li {
    border-left: 1px solid #393939;
    padding: 10px 15px;
    border-bottom: 2px solid #282828;
}

#navigation2 .navbar-default .navbar-nav > li:hover {
    background: #425cbb;
    color: #fff;
    border-bottom: 2px solid #425cbb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navigation2 .navbar-default .navbar-nav > li:last-child {
    border-right: 1px solid #393939;
}

#navigation2 .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    background: none;
}

#navigation2 .navbar-default .navbar-nav > li > a:hover,
#navigation2 .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background: none;
}

#navigation2 .navbar-right {
    padding-top: 12px;
    padding-left: 10px;
}

#navigation2 .navbar-nav > li > .dropdown-menu {
    background-color: #555;
    color: #fff;
}

#navigation2 .navbar-nav > li > .dropdown-menu a {
    color: #fff;
}

#navigation2 .dropdown-menu li > a:hover,
#navigation2 .dropdown-menu li > a:focus,
#navigation2 .dropdown-submenu:hover > a {
    background-color: #425cbb;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* navigation3 */
#navigation3 .navbar {
    background: #fff;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-weight: 400;
    border-bottom: 1px solid #898989;
}

#navigation3 .navbar-brand img {
    height: 38px;
}

@media (max-width: 1000px) {
    #navigation3 .navbar-brand img {
        height: 24px;
    }
}

#navigation3 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #282828;
    border: 0;
}

#navigation3 .navbar-default .navbar-nav > .active {
    color: #282828;
    background: none;
}

#navigation3 .navbar-default .navbar-nav > .active > a {
    color: #282828 !important;
    background: none;
}

#navigation3 .navbar-default .navbar-nav > .active > a:hover,
#navigation3 .navbar-default .navbar-nav > .active > a:focus {
    color: #b7b7b7;
    background: none;
}

#navigation3 .navbar-default .navbar-nav > li {
    padding: 10px 0;
}

#navigation3 .navbar-default .navbar-nav > li > a {
    color: #282828 !important;
    background: none;
}

#navigation3 .navbar-default .navbar-nav > li > a:hover,
#navigation3 .navbar-default .navbar-nav > li > a:focus {
    color: #a2a2a2 !important;
    background: none;
}

#navigation3 .navbar-nav > li > .shoping-cart {
    min-width: 250px;
    padding: 10px;
}

#navigation3 .navbar-nav > li > .shoping-cart p {
    font-weight: 200;
    font-size: 12px;
}

/* navigation4 */
#navigation4 .navbar {
    background: #fff;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-weight: 400;
    border-bottom: 1px solid #898989;
}

#navigation4 .navbar-brand img {
    height: 38px;
}

@media (max-width: 1000px) {
    #navigation4 .navbar-brand img {
        height: 24px;
    }
}

#navigation4 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #282828;
    border: 0;
}

#navigation4 .navbar-default .navbar-nav > .active {
    color: #282828;
    background: none;
}

#navigation4 .navbar-default .navbar-nav > .active > a {
    color: #282828 !important;
    background: none;
}

#navigation4 .navbar-default .navbar-nav > .active > a:hover,
#navigation4 .navbar-default .navbar-nav > .active > a:focus {
    color: #b7b7b7;
    background: none;
}

#navigation4 .navbar-default .navbar-nav > li {
    padding: 10px 0;
}

#navigation4 .navbar-default .navbar-nav > li > a {
    color: #282828 !important;
    background: none;
}

#navigation4 .navbar-default .navbar-nav > li > a:hover,
#navigation4 .navbar-default .navbar-nav > li > a:focus {
    color: #a2a2a2 !important;
    background: none;
}

#navigation4 .navbar-nav > li > .shoping-cart {
    min-width: 250px;
    padding: 10px;
}

#navigation4 .navbar-nav > li > .shoping-cart p {
    font-weight: 200;
    font-size: 12px;
}

/* #navigation4 top-bar */
#navigation4 .top-bar {
    background: #425cbb;
    height: 40px;
}

#navigation4 .top-bar .top {
    margin-top: 7px;
    color: #fff;
}

#navigation4 .top-bar span {
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

#navigation4 .top-bar .fa {
    color: #fff;
    margin-right: 6px;
}

#navigation4 .top-bar ul li {
    margin-right: 15px;
}

#navigation4 .top-bar .dropdown {
    margin-top: 6px;
}

#navigation4 .top-bar .dropdown-toggle:hover {
    color: #282828;
    cursor: pointer;
}

#navigation4 .top-bar .dropdown-toggle:hover > span {
    color: #3c882c;
}

#navigation4 .top-bar .dropdown-menu li {
    margin-right: 0;
    text-align: center;
}

#navigation4 .top-bar .dropdown-menu {
    border-radius: 4px;
    border: none;
    border-top: none;
    padding: 10px 0;
    background: #425cbb;
    box-shadow: none;
    width: auto;
    margin-top: -2px;
}

#navigation4 .top-bar .dropdown-menu > li > a,
#navigation4 .top-bar .dropdown-menu > li > a:hover,
#navigation4 .top-bar .dropdown-menu > li > a:focus,
#navigation4 .top-bar .dropdown-submenu:hover > a,
#navigation4 .top-bar .dropdown-submenu:focus > a {
    background: none;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

#navigation4 .top-bar .dropdown:hover #navigation4 .top-bar .dropdown-menu {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navigation4 .top-bar .dropdown-menu > li > a:hover,
#navigation4 .top-bar .dropdown-submenu:hover > a {
    color: #3c882c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* #navigation5 top-bar */
#navigation5 .top-bar {
    background: #3498db;
    min-height: 40px;
}

#navigation5 .top-bar .top {
    margin-top: 7px;
    color: #fff;
}

#navigation5 .top-bar span {
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

#navigation5 .top-bar .fa {
    color: #0c60b4;
    margin-right: 6px;
}

#navigation5 .top-bar ul li {
    margin-right: 15px;
}

#navigation5 .social {
    padding: 8px 0;
}

#navigation5 .social .fa {
    font-size: 14px;
}

/* navigation6 */
#navigation6 .navbar {
    background: #425cbb;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-weight: 400;
    border-bottom: 1px solid #898989;
    text-transform: uppercase;
    color: #fff;
}

#navigation6 .navbar-brand img {
    height: 38px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

@media (max-width: 1000px) {
    #navigation6 .navbar-brand img {
        height: 24px;
    }
}

#navigation6 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #fff;
    border: 0;
    background: #fff;
}

#navigation6 .navbar-default .navbar-nav > .active {
    color: #fff;
    background: none;
}

#navigation6 .navbar-default .navbar-nav > .active > a {
    color: #fff !important;
    background: none;
}

#navigation6 .navbar-default .navbar-nav > .active > a:hover,
#navigation6 .navbar-default .navbar-nav > .active > a:focus {
    color: #282828;
    background: none;
}

#navigation6 .navbar-default .navbar-nav > li {
    padding: 10px 0;
}

#navigation6 .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    background: none;
}

#navigation6 .navbar-default .navbar-nav > li > a:hover,
#navigation6 .navbar-default .navbar-nav > li > a:focus {
    color: #282828 !important;
    background: none;
}

/* navigation7 */
#navigation7 .navbar {
    background: #fff;
    padding: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#navigation7 .navbar-brand img {
    height: 38px;
}

@media (max-width: 1000px) {
    #navigation7 .navbar-brand img {
        height: 24px;
    }
}

#navigation7 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #425cbb;
    border: 0;
}

#navigation7 .navbar-default .navbar-nav > .active {
    color: #425cbb;
    background: none;
    border-bottom: 2px solid #425cbb;
}

#navigation7 .navbar-default .navbar-nav > .active > a {
    color: #425cbb !important;
    background: none;
}

#navigation7 .navbar-default .navbar-nav > .active > a:hover,
#navigation7 .navbar-default .navbar-nav > .active > a:focus {
    color: #425cbb;
    background: none;
}

#navigation7 .navbar-default .navbar-nav > li {
    border-left: 1px solid #f5f5f5;
    padding: 10px 15px;
    border-bottom: 2px solid #f5f5f5;
}

#navigation7 .navbar-default .navbar-nav > li:hover {
    background: #425cbb;
    color: #fff;
    border-bottom: 2px solid #425cbb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navigation7 .navbar-default .navbar-nav > li:last-child {
    border-right: 1px solid #f5f5f5;
}

#navigation7 .navbar-default .navbar-nav > li > a,
#navigation7 .navbar-default .navbar-nav > li > a:focus {
    color: #425cbb !important;
    background: none;
}

#navigation7 .navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background: none;
}

#navigation7 .navbar-right {
    padding-top: 12px;
    padding-left: 10px;
}

#navigation7 .navbar-nav > li > .dropdown-menu {
    background-color: #f5f5f5;
    color: #425cbb;
}

#navigation7 .navbar-nav > li > .dropdown-menu a {
    color: #282828;
}

#navigation7 .dropdown-menu li > a:hover,
#navigation7 .dropdown-menu li > a:focus,
#navigation7 .dropdown-submenu:hover > a {
    background-color: #425cbb;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* navigation8 */
/* navigation8 */
#navigation8 .navbar {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

#navigation8 .navbar-brand img {
    height: 38px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

#navigation8 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #fff;
    border: 0;
    background: #fff;
}

#navigation8 .navbar-default .navbar-nav > .active {
    color: #fff;
    background: none;
}

#navigation8 .navbar-default .navbar-nav > .active > a {
    color: #fff !important;
    background: none;
}

#navigation8 .navbar-default .navbar-nav > .active > a:hover,
#navigation8 .navbar-default .navbar-nav > .active > a:focus {
    color: #425cbb;
    background: none;
}

#navigation8 .navbar-default .navbar-nav > li {
    padding: 10px 0;
}

#navigation8 .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    background: none;
}

#navigation8 .navbar-default .navbar-nav > li > a:hover,
#navigation8 .navbar-default .navbar-nav > li > a:focus {
    color: #425cbb !important;
    background: none;
}

#navigation8 .navbar-default .navbar-nav > li > a:first-child {
    padding-left: 0;
}

@media (max-width: 1000px) {
    #navigation8 .navbar-brand img {
        height: 24px;
    }

    #navigation8 .navbar-default .navbar-nav > li > a {
        text-align: center;
    }

    #navigation8 .navbar {
        background: #425cbb;
    }

    #navigation8 .navbar-default .navbar-nav > li > a:hover,
    #navigation8 .navbar-default .navbar-nav > li > a:focus,
    #navigation8 .navbar-default .navbar-nav > .active > a:hover,
    #navigation8 .navbar-default .navbar-nav > .active > a:focus {
        color: #282828 !important;
        background: none;
    }
}

@media (min-width: 768px) {
    #navigation8 .navbar .container {
        padding: 0;
    }
}

/* navigation9 */
#navigation9 .navbar {
    background: rgba(40, 40, 40, 0.8);
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

#navigation9 .navbar-brand img {
    height: 100%;
}

#navigation9 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #fff;
    border: 0;
}

#navigation9 .navbar-default .navbar-nav > .active {
    color: #fff;
    background: #425cbb;
}

#navigation9 .navbar-default .navbar-nav > .active > a {
    color: #fff !important;
    background: none;
}

#navigation9 .navbar-default .navbar-nav > .active > a:hover,
#navigation9 .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #425cbb;
}

#navigation9 .navbar-default .navbar-nav > li {
    margin-left: 15px;
}

#navigation9 .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    background: none;
    font-weight: 400;
}

#navigation9 .navbar-default .navbar-nav > li > a:hover,
#navigation9 .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background: #425cbb;
}

@media (max-width: 768px) {
    #navigation9 .navbar-default .navbar-nav > li {
        margin-left: 0;
    }
}

/* #navigation10 top-bar */
#navigation10 .top-bar {
    background: #f5f5f5;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
}

#navigation10 .top-bar .top {
    margin-top: 7px;
    color: #282828;
}

#navigation10 .top-bar span {
    color: #282828;
    font-weight: 300;
    line-height: 25px;
}

#navigation10 .top-bar .fa {
    color: #282828;
    margin-right: 6px;
    cursor: pointer;
}

#navigation10 .top-bar .fa:hover {
    color: rgba(248, 231, 28, 0.9);
    margin-right: 6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navigation10 .top-bar ul {
    margin: 0;
}

#navigation10 .top-bar ul li {
    margin-left: -4px;
    padding: 10px 30px;
    border-right: 1px solid #ccc;
}

#navigation10 .top-bar ul li:first-child {
    border-left: 1px solid #ccc;
}

#navigation10 .top-bar ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #282828;
    font-weight: 400;
}

#navigation10 .top-bar ul li:hover {
    background-color: #f8e71c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navigation10 .top-bar ul li:hover a {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#navigation10 .social {
    padding: 8px 0;
}

#navigation10 .social .fa {
    font-size: 14px;
}

#navigation10 .mobile-menu {
    display: none;
}

#navigation10 .mobile-menu .fa {
    font-size: 24px;
    padding-top: 5px;
}

@media (max-width: 768px) {
    #navigation10 .top-bar ul {
        display: none;
    }

    #navigation10 .top-bar ul li {
        display: block !important;
        text-align: center;
        border: none;
    }

    #navigation10 .top-bar ul li:first-child {
        border: none;
    }

    #navigation10 .social {
        display: none;
    }

    #navigation10 .mobile-menu {
        display: block;
    }

    #navigation10 .mobile-menu:hover ul {
        display: block !important;
    }
}

@media (min-width: 768px) {
    #navigation10 .top-bar ul {
        display: block !important;
    }
}

/* #navigation11 top-bar */
#navigation11 .top-bar {
    background: #282828;
    min-height: 40px;
}

#navigation11 .top-bar .top {
    margin-top: 7px;
    color: #fff;
}

#navigation11 .top-bar span {
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}

#navigation11 .top-bar .fa {
    color: #0c60b4;
    margin-right: 6px;
}

#navigation11 .top-bar ul li {
    margin-right: 15px;
}

#navigation11 .social {
    padding: 8px 0;
}

#navigation11 .social .fa {
    font-size: 14px;
    color: #fff;
}

/* navigation12 */
#navigation12 .navbar {
    background: #3498db;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-weight: 400;
    border-bottom: 1px solid #898989;
}

#navigation12 .navbar-brand {
    background-color: #fff;
    height: 71px;
    position: absolute;
}

#navigation12 .navbar-brand img {
    height: 38px;
}

@media (max-width: 768px) {
    #navigation12 .navbar-brand {
        height: 49px;
    }

    #navigation12 .navbar-brand img {
        height: 24px;
    }
}

#navigation12 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #282828;
    border: 0;
}

#navigation12 .navbar-default .navbar-nav > .active {
    color: #282828;
    background: none;
}

#navigation12 .navbar-default .navbar-nav > .active > a {
    color: #282828 !important;
    background: none;
}

#navigation12 .navbar-default .navbar-nav > .active > a:hover,
#navigation12 .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

#navigation12 .navbar-default .navbar-nav > li {
    padding: 10px 0;
}

#navigation12 .navbar-default .navbar-nav > li > a,
#navigation12 .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background: none;
    font-size: 16px;
    font-weight: 200;
}

#navigation12 .navbar-default .navbar-nav > li > a:hover {
    color: #282828 !important;
    background: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* navigation13 */
#navigation13 .navbar {
    background: #425cbb;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-weight: 400;
    border-bottom: 1px solid #898989;
}

#navigation13 .navbar-brand {
    background-color: #fff;
    height: 71px;
    position: absolute;
}

#navigation13 .navbar-brand img {
    height: 38px;
}

@media (max-width: 768px) {
    #navigation13 .navbar-brand {
        height: 49px;
    }

    #navigation13 .navbar-brand img {
        height: 24px;
    }
}

#navigation13 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #282828;
    border: 0;
}

#navigation13 .navbar-default .navbar-nav > .active {
    color: #282828;
    background: none;
}

#navigation13 .navbar-default .navbar-nav > .active > a {
    color: #282828 !important;
    background: none;
}

#navigation13 .navbar-default .navbar-nav > .active > a:hover,
#navigation13 .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

#navigation13 .navbar-default .navbar-nav > li {
    padding: 10px 0;
}

#navigation13 .navbar-default .navbar-nav > li > a,
#navigation13 .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background: none;
    font-size: 16px;
    font-weight: 200;
}

#navigation13 .navbar-default .navbar-nav > li > a:hover {
    color: #282828 !important;
    background: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* navigation14 */
#navigation14 .navbar {
    background: #fff;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5;
    -webkit-box-shadow: 0px 8px 7px -1px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 8px 7px -1px rgba(204, 204, 204, 0.3);
    box-shadow: 0px 8px 7px -1px rgba(204, 204, 204, 0.3);
}

#navigation14 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #282828;
    border: 0;
}

#navigation14 .navbar-default .navbar-nav > .active {
    color: #282828;
    background: none;
}

#navigation14 .navbar-default .navbar-nav > .active > a {
    color: #282828 !important;
    background: none;
}

#navigation14 .navbar-default .navbar-nav > .active > a:hover,
#navigation14 .navbar-default .navbar-nav > .active > a:focus {
    color: #b7b7b7;
    background: none;
}

#navigation14 .navbar-default .navbar-nav > li {
    padding: 10px 0;
}

#navigation14 .navbar-default .navbar-nav > li > a {
    color: #282828 !important;
    background: none;
    text-transform: uppercase;
}

#navigation14 .navbar-default .navbar-nav > li > a:hover,
#navigation14 .navbar-default .navbar-nav > li > a:focus {
    color: #a2a2a2 !important;
    background: none;
}

#navigation14 .navbar-collapse,
#navigation14 .collapse,
#navigation14 .navbar-default .navbar-nav > li > a:first-child {
    margin-left: 0;
    padding-left: 0;
}

#navigation14 .top-menu {
    padding: 40px;
    border-bottom: 1px solid #f5f5f5;
}

#navigation14 .top-menu .social {
    padding: 20px 0;
}

#navigation14 .top-menu .social .fa {
    font-size: 14px;
    margin-right: 8px;
}

#navigation14 .top-menu img {
    max-width: 100%;
}

#navigation14 .top-menu .form-control {
    background-color: #f5f5f5;
    width: 80%;
    float: right;
    margin-top: 10px;
    border-radius: 16px;
    padding: 0 20px;
}

#navigation14 .top-menu .icon .fa {
    font-size: 18px;
}

#navigation14 .top-menu .icon {
    position: absolute;
    top: 20px;
    right: 25px;
}

@media (max-width: 768px) {
    #navigation14 .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
}

/* navigation15 */
#navigation15 .navbar {
    background: #282828;
    color: #fff;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-weight: 400;
    -webkit-box-shadow: 0px 8px 7px -1px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 8px 7px -1px rgba(204, 204, 204, 0.3);
    box-shadow: 0px 8px 7px -1px rgba(204, 204, 204, 0.3);
}

#navigation15 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    color: #f5f5f5;
    border: 0;
}

#navigation15 .navbar-default .navbar-nav > .active {
    color: #fff;
    background: none;
}

#navigation15 .navbar-default .navbar-nav > .active > a {
    color: #fff !important;
    background: none;
}

#navigation15 .navbar-default .navbar-nav > .active > a:hover,
#navigation15 .navbar-default .navbar-nav > .active > a:focus {
    color: #b7b7b7;
    background: none;
}

#navigation15 .navbar-default .navbar-nav > li {
    padding: 10px 0;
}

#navigation15 .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    background: none;
    text-transform: uppercase;
}

#navigation15 .navbar-default .navbar-nav > li > a:hover,
#navigation15 .navbar-default .navbar-nav > li > a:focus {
    color: #a2a2a2 !important;
    background: none;
}

#navigation15 .navbar-collapse,
#navigation14 .collapse,
#navigation15 .navbar-default .navbar-nav > li > a:first-child {
    margin-left: 0;
    padding-left: 0;
}

#navigation15 .top-menu {
    background: #393939;
    padding: 40px;
    border-bottom: 1px solid #393939;
}

#navigation15 .top-menu .social {
    padding: 20px 0;
}

#navigation15 .top-menu .social .fa {
    font-size: 14px;
    margin-right: 8px;
    color: #fff !important;
}

#navigation15 .top-menu img {
    max-width: 100%;
}

#navigation15 .top-menu .form-control {
    background-color: #f5f5f5;
    width: 80%;
    float: right;
    margin-top: 10px;
    border-radius: 16px;
    padding: 0 20px;
}

#navigation15 .top-menu .icon .fa {
    font-size: 18px;
}

#navigation15 .top-menu .icon {
    position: absolute;
    top: 20px;
    right: 25px;
}

@media (max-width: 768px) {
    #navigation15 .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
}

.menu-17open {
    overflow: hidden;
}

#menu-17link {
    position: fixed;
    top: 18px;
    height: 50px;
    width: 50px;
    z-index: 200;
    border-radius: 50%;
    right: 5%;
    background-color: #202020;
}

#menu-17link.is-clicked {
    background-color: #d486f7;
    color: #202020;
}

#menu-17link .menu-17icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#menu-17link:hover .menu-17icon {
    background-color: #d486f7;
}

#menu-17link .menu-17icon::after,
#menu-17link .menu-17icon::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

#menu-17link .menu-17icon::before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

#menu-17link .menu-17icon::after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}

#menu-17link.is-clicked .menu-17icon {
    background-color: rgba(255, 255, 255, 0);
}

#menu-17link.is-clicked .menu-17icon::after,
#menu-17link.is-clicked .menu-17icon::before {
    background-color: #fff;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

#menu-17link.is-clicked .menu-17icon::before {
    background-color: #202020;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-17link.is-clicked .menu-17icon::after {
    background-color: #202020;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay-menu-17 {
    position: fixed;
    background: #000;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    overflow: hidden;
    z-index: 100;
}

.overlay-menu-17.open {
    opacity: .9;
    visibility: visible;
    width: 100%;
    overflow: hidden;
}

.overlay-menu-17 nav {
    position: relative;
    height: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

.overlay-menu-17 nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay-menu-17 nav ul li {
    display: block;
    height: 20%;
    height: -webkit-calc(14.28571429%);
    height: calc(14.28571429%);
    min-height: 32px;
    position: relative;
}

.overlay-menu-17 nav ul li a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.overlay-menu-17 nav ul li a:hover {
    text-decoration: none;
}

.overlay-menu-17 nav ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    height: 3px;
    width: 100%;
    background: #d486f7;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.overlay-menu-17 nav ul li a:hover:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* MEGA MENU */
.cb_mega_navbar_navbar {
    z-index: 100;
    margin: 0px;
    border: none;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}

.cb_mega_navbar_navbar.affix {
    top: 0px;
    width: 100%;
    z-index: 100;
    position: fixed;
    -webkit-transition: background ease-in-out 0.5s, border ease-in-out 0.5s, top ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
    transition: background ease-in-out 0.5s, border ease-in-out 0.5s, top ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
}

.cb_mega_navbar_navbar_responsive {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cb_mega_navbar_fa_angle_down {
    margin-left: 7px;
}

#cb_mega_navbar_header_logo {
    width: 200px;
    margin-top: -20px;
    -webkit-transition: margin-top ease-in-out 0.3s;
    transition: margin-top ease-in-out 0.3s;
}

.cb_mega_navbar_navbar_toggle {
    border: none;
}

.cb_mega_navbar_navbar_toggle .icon-bar {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.cb_mega_navbar_navbar_toggle .cb_mega_navbar_top_icon_bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.cb_mega_navbar_navbar_toggle .cb_mega_navbar_middle_icon_bar {
    opacity: 0;
}

.cb_mega_navbar_navbar_toggle .cb_mega_navbar_bottom_icon_bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.cb_mega_navbar_navbar_toggle.collapsed .cb_mega_navbar_top_icon_bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cb_mega_navbar_navbar_toggle.collapsed .cb_mega_navbar_middle_icon_bar {
    opacity: 1;
}

.cb_mega_navbar_navbar_toggle.collapsed .cb_mega_navbar_bottom_icon_bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cb_mega_navbar_navbar_nav>li>a,
.cb_mega_navbar_navbar_nav>li>a:visited {
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cb_mega_navbar_navbar_nav>li>a:before {
    top: 0;
    left: 0;
    height: 4px;
    content: "";
    z-index: -1;
    right: 100%;
    position: absolute;
    -webkit-transition: right ease-in-out 0.3s;
    transition: right ease-in-out 0.3s;
}

.cb_mega_navbar_navbar_nav>li>a:hover:before,
.cb_mega_navbar_navbar_nav>li>a:focus:before,
.cb_mega_navbar_navbar_nav>li>a:active:before {
    right: 0;
}

.cb_mega_navbar_navbar_nav>li>a:hover,
.cb_mega_navbar_navbar_nav>li>a:active,
.cb_mega_navbar_navbar_nav>li>a:focus {
    border: none;
    outline: none;
}

.cb_mega_navbar_dropdown_menu {
    border: none;
    padding: 0px;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}

.cb_mega_navbar_dropdown_menu li a,
.cb_mega_navbar_dropdown_menu li a:visited {
    padding: 15px 15px 15px 15px;
    -webkit-transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

.cb_mega_navbar_dropdown_menu li a i {
    margin-right: 5px;
}

.cb_mega_navbar_dropdown_right i,
.cb_mega_navbar_dropdown_left i {
    margin-left: 15px;
}

.cb_mega_navbar_dropdown_menu_right {
    top: -1px;
    left: 100%;
    position: absolute;
}

.cb_mega_navbar_dropdown_menu_left {
    top: -1px;
    left: -92%;
    position: absolute;
}

.cb_mega_navbar_dropdown_menu_shortcodes {
    left: -448px;
    width: 1000px;
}

.cb_mega_navbar_shortcodes_list {
    padding: 0px;
}

.cb_mega_navbar_shortcodes_list ul {
    padding: 0px;
    list-style-type: none;
    margin: 25px 0px 25px 0px;
}

.cb_mega_navbar_shortcodes_list ul li a,
.cb_mega_navbar_shortcodes_list ul li a:visited {
    display: block;
    text-decoration: none;
    padding: 5px 0px 5px 20px;
}

.cb_mega_navbar_shortcodes_list ul li a i {
    margin-right: 10px;
}

.cb_mega_navbar_dropdown_menu_features {
    left: -590px;
    width: 1000px;
}

.cb_mega_navbar_features_list {
    padding: 0px;
}

.cb_mega_navbar_features_list ul {
    padding: 0px;
    list-style-type: none;
    margin: 25px 0px 25px 0px;
}

.cb_mega_navbar_features_list ul li a,
.cb_mega_navbar_features_list ul li a:visited {
    display: block;
    text-decoration: none;
    padding: 5px 0px 5px 25px;
}

.cb_mega_navbar_features_list_heading {
    padding: 5px 0px 5px 25px;
}

.cb_mega_navbar_dropdown_menu_mega {
    left: -877px;
    width: 1170px;
    padding: 5px 5px 5px 5px;
}

.cb_mega_navbar_mega_list {
    margin: 0px;
}

.cb_mega_navbar_mega_list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.cb_mega_navbar_mega_list ul li {
    margin: 25px 0px 25px 0px;
}

.cb_mega_navbar_mega_list_heading {
    font-weight: normal;
    text-transform: uppercase;
}

.cb_mega_navbar_mega_list ul li a,
.cb_mega_navbar_mega_list ul li a:visited {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-transform: capitalize;
}

.cb_mega_navbar_mega_list ul li a i {
    margin-right: 10px;
}

.cb_mega_navbar_mega_image {
    margin: 0px;
}

.cb_mega_navbar_mega_image ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.cb_mega_navbar_mega_image ul li {
    margin: 25px 0px 25px 0px;
}

.cb_mega_navbar_mega_image_heading {
    font-weight: normal;
    text-transform: uppercase;
}

.cb_mega_navbar_mega_image img {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cb_mega_navbar_mega_image ul li h5 {
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.cb_mega_navbar_mega_image p {
    text-align: justify;
}

.cb_mega_navbar_mega_posts {
    margin: 0px;
}

.cb_mega_navbar_mega_posts ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.cb_mega_navbar_mega_posts_heading {
    font-weight: normal;
    text-transform: uppercase;
    margin: 25px 0px 25px 0px;
}

.cb_mega_navbar_mega_posts_col_img {
    margin: 0%;
    padding: 0%;
}

.cb_mega_navbar_mega_posts_col_img img {
    width: 100%;
    opacity: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}

.cb_mega_navbar_mega_posts_row {
    margin: 10px 0px 0px 0px;
}

.cb_mega_navbar_mega_posts_col_text h5 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    text-transform: capitalize;
}

.cb_mega_navbar_mega_posts_col_text h5 a,
.cb_mega_navbar_mega_posts_col_text h5 a:visited {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
}

.cb_mega_navbar_mega_posts_row:hover .cb_mega_navbar_mega_posts_col_img img {
    opacity: 0.7;
}

.cb_mega_navbar_dropdown_menu_products {
    left: -965px;
    width: 1170px;
    padding: 15px 25px 15px 25px;
}

.cb_mega_navbar_dropdown_menu_products_row {
    margin-top: 10px;
}

.cb_mega_navbar_dropdown_menu_products_col img {
    width: 100%;
    opacity: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}

.cb_mega_navbar_dropdown_menu_products_col h5 {
    padding: 0px;
    margin: 20px 0px 5px 0px;
    text-transform: uppercase;
}

.cb_mega_navbar_dropdown_menu_products_col h5 a,
.cb_mega_navbar_dropdown_menu_products_col h5 a:visited {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
}

.cb_mega_navbar_dropdown_menu_products_col p {
    text-align: justify;
}

.cb_mega_navbar_dropdown_menu_products_col:hover img {
    opacity: 0.7;
}

.cb_mega_navbar_modal_dialog {
    top: 20px;
}

.cb_mega_navbar_modal_content {
    left: 12%;
    width: 75%;
    border: none;
    overflow: hidden;
    box-shadow: none;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cb_mega_navbar_modal_header {
    border: none;
    text-align: left;
    padding: 20px 10px;
}

.cb_mega_navbar_modal_header h3 {
    margin: 0px;
}

.cb_mega_navbar_modal_header img {
    width: 250px;
}

.cb_mega_navbar_modal_header>button {
    opacity: 1;
    z-index: 1;
    left: 10px;
    border: none;
    bottom: 10px;
    outline: none;
    font-size: 35px;
    text-shadow: none;
    position: relative;
    font-weight: normal;
    padding: 0px 9px 0px 9px;
    -webkit-transition: color 0.5s ease-in-out 0s;
    transition: color 0.5s ease-in-out 0s;
}

.cb_mega_navbar_modal_header >button:hover,
.cb_mega_navbar_modal_header>button:active,
.cb_mega_navbar_modal_header>button:focus {
    opacity: 1;
    border: none;
    box-shadow: none;
    outline: none !important;
}

.cb_mega_navbar_modal_body {
    margin: 0px;
}

#cb_mega_navbar_modal_user_image {
    text-align: center;
}

#cb_mega_navbar_modal_user_image img {
    width: 90px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#cb_mega_navbar_modal_user_image h3 {
    font-weight: bold;
}

.cb_mega_navbar_modal_body_form>div {
    margin-top: 10px;
    margin-bottom: 25px;
}

.cb_mega_navbar_modal_body_form div input {
    height: 42px;
    box-shadow: none;
    padding: 0px 0px 0px 20px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background 0.5s ease-in-out 0s, border 0.5s ease-in-out 0s;
    transition: background 0.5s ease-in-out 0s, border 0.5s ease-in-out 0s;
}

.cb_mega_navbar_modal_body_form div textarea {
    box-shadow: none;
    height: initial !important;
    padding: 20px 0px 20px 20px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background 0.5s ease-in-out 0s, border 0.5s ease-in-out 0s;
    transition: background 0.5s ease-in-out 0s, border 0.5s ease-in-out 0s;
}

.cb_mega_navbar_checkbox input {
    height: initial !important;
}

.cb_mega_navbar_modal_body_form div input:focus,
.cb_mega_navbar_modal_body_form div textarea:focus {
    outline: none;
    box-shadow: none;
}

.cb_mega_navbar_modal_body_form button {
    border: none;
    display: block;
    font-size: 16px;
    overflow: hidden;
    box-shadow: none;
    position: relative;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    padding: 10px 35px 10px 35px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

.cb_mega_navbar_modal_body_form button:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

.cb_mega_navbar_modal_body_form button:hover,
.cb_mega_navbar_modal_body_form button:focus,
.cb_mega_navbar_modal_body_form button:active {
    border: none;
    box-shadow: none;
    outline: none !important;
}

.cb_mega_navbar_modal_body_form button:hover:before,
.cb_mega_navbar_modal_body_form button:focus:before,
.cb_mega_navbar_modal_body_form button:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.cb_mega_navbar_modal_footer {
    border: none;
    text-align: left;
    padding: 3px 0px 10px 20px;
}

#cb_mega_navbar_contact_us_modal_social_icons ul {
    padding: 0;
    list-style-type: none;
    margin: 10px 10px 10px 0px;
}

#cb_mega_navbar_contact_us_modal_social_icons ul li {
    float: left;
    margin-right: 1px;
}

#cb_mega_navbar_contact_us_modal_social_icons ul li a {
    width: 30px;
    padding: 5px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}

#cb_mega_navbar_contact_us_modal_social_icons ul li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

#cb_mega_navbar_contact_us_modal_social_icons ul li a:hover:before,
#cb_mega_navbar_contact_us_modal_social_icons ul li a:focus:before,
#cb_mega_navbar_contact_us_modal_social_icons ul li a:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cb_mega_navbar_modal_body_search {
    padding: 0px;
}

.cb_mega_navbar_search_bar>div {
    width: 85%;
    float: left;
    margin: 0px;
    padding-top: 15px;
}

.cb_mega_navbar_search_bar>div>input {
    border: none;
    font-size: 22px;
    box-shadow: none;
    font-weight: bold;
    border: none !important;
}

.cb_mega_navbar_search_bar>div>input:focus {
    border: none;
    box-shadow: none;
}

.cb_mega_navbar_search_bar>button {
    width: 15%;
    margin: 0px;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0%;
    border-radius: 0%;
}

.cb_mega_navbar_search_bar>button>span {
    vertical-align: middle;
}

@media (max-width: 991px) {
    .cb_mega_navbar_navbar {
        top: 0px;
    }

    .cb_mega_navbar_navbar_responsive {
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .cb_mega_navbar_navbar.affix {
        position: static;
    }

    #cb_mega_navbar_header_logo {
        margin-top: 0px;
    }

    .cb_mega_navbar_carousel_wrapper {
        top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .cb_mega_navbar_navbar_header {
        padding: 10px 0px 10px 0px;
    }

    .cb_mega_navbar_navbar_nav {
        float: initial !important;
    }

    .cb_mega_navbar_fa_angle_down {
        float: right;
        font-size: 22px;
    }

    .cb_mega_navbar_dropdown_right i,
    .cb_mega_navbar_dropdown_left i {
        display: none;
    }

    .cb_mega_navbar_dropdown_menu_right,
    .cb_mega_navbar_dropdown_menu_left {
        display: none;
    }

    .cb_mega_navbar_navbar_nav,
    .cb_mega_navbar_dropdown_menu {
        text-align: left;
    }

    .cb_mega_navbar_shortcodes_list_border,
    .cb_mega_navbar_features_list_border {
        border-right: none;
    }

    .cb_mega_navbar_dropdown ul {
        text-align: center;
    }

    .cb_mega_navbar_mega_image,
    .cb_mega_navbar_mega_posts {
        text-align: center;
    }

    .cb_mega_navbar_mega_image img,
    .cb_mega_navbar_mega_posts_col_img img,
    .cb_mega_navbar_dropdown_menu_products_col img {
        width: 50%;
    }

    .cb_mega_navbar_mega_posts_col_text h5 {
        margin: 10px 0px 10px 0px;
    }

    .cb_mega_navbar_dropdown_menu_products_col {
        text-align: center;
    }

    .cb_mega_navbar_dropdown_menu_products_col p {
        text-align: center;
    }

    .cb_mega_navbar_dropdown_menu_share {
        float: initial !important;
    }

    .cb_mega_navbar_modal_content {
        width: 100%;
        position: static;
    }
}

@media only screen and (min-width: 768px) and (max-width: 5000px) {
    .cb_mega_navbar_dropdown_menu {
        opacity: 0 !important;
        display: block !important;
        visibility: hidden !important;
        -webkit-transform: scale(0.9, 0.9) !important;
        transform: scale(0.9, 0.9) !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
        transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    }

    .cb_mega_navbar_dropdown:hover>.cb_mega_navbar_dropdown_menu {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: scale(1, 1) !important;
        transform: scale(1, 1) !important;
    }
}

@media only screen and (max-width: 480px) {
    .cb_mega_navbar_search_bar>div {
        width: 75%;
    }

    .cb_mega_navbar_search_bar>button {
        width: 25%;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .cb_mega_navbar_search_bar>div {
        width: 75%;
    }

    .cb_mega_navbar_search_bar>button {
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cb_mega_navbar_dropdown_menu_left {
        left: 100%;
    }

    .cb_mega_navbar_dropdown_menu_shortcodes {
        width: 725px;
        left: -225px;
    }

    .cb_mega_navbar_dropdown_menu_features {
        width: 725px;
        left: -370px;
    }

    .cb_mega_navbar_dropdown_menu_mega {
        left: -485px;
        width: 725px;
    }

    .cb_mega_navbar_dropdown_menu_products {
        left: -586px;
        width: 750px;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .cb_mega_navbar_navbar_responsive {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cb_mega_navbar_dropdown_menu_shortcodes {
        left: -420px;
        width: 950px;
    }

    .cb_mega_navbar_dropdown_menu_features {
        left: -565px;
        width: 950px;
    }

    .cb_mega_navbar_dropdown_menu_mega {
        left: -709px;
        width: 990px;
    }

    .cb_mega_navbar_dropdown_menu_products {
        left: -775px;
        width: 950px;
    }
}

.cb_mega_navbar_navbar {
    background: transparent;
}

.cb_mega_navbar_navbar_responsive {
    background: #ffffff;
}

.cb_mega_navbar_navbar.affix {
    background: #ffffff;
    box-shadow: 0px 0px 10px #dddddd;
}

.cb_mega_navbar_navbar_nav>li>a,
.cb_mega_navbar_navbar_nav>li>a:visited {
    color: #000 !important;
}

.cb_mega_navbar_navbar_nav>li>a:hover,
.cb_mega_navbar_navbar_nav>li>a:active,
.cb_mega_navbar_navbar_nav>li>a:focus {
    color: #000 !important;
}

.cb_mega_navbar_navbar_nav>li>a:before {
    background: #000;
}

.cb_mega_navbar_navbar_nav>li>a,
.cb_mega_navbar_navbar_nav>li>a:visited,
.cb_mega_navbar_navbar_nav>li>a:hover,
.cb_mega_navbar_navbar_nav>li>a:active,
.cb_mega_navbar_navbar_nav>li>a:focus {
    background: transparent !important;
}

.cb_mega_navbar_navbar_toggle .cb_mega_navbar_top_icon_bar,
.cb_mega_navbar_navbar_toggle .cb_mega_navbar_bottom_icon_bar {
    background: #000 !important;
}

.cb_mega_navbar_navbar_toggle.collapsed .cb_mega_navbar_top_icon_bar,
.cb_mega_navbar_navbar_toggle.collapsed .cb_mega_navbar_middle_icon_bar,
.cb_mega_navbar_navbar_toggle.collapsed .cb_mega_navbar_bottom_icon_bar {
    background: #000 !important;
}

.cb_mega_navbar_navbar_toggle,
.cb_mega_navbar_navbar_toggle:hover,
.cb_mega_navbar_navbar_toggle:active,
.cb_mega_navbar_navbar_toggle:focus {
    background: transparent !important;
}

@media (max-width: 991px) {
    .cb_mega_navbar_navbar {
        background: #ffffff;
    }

    .cb_mega_navbar_navbar.affix {
        background: #ffffff;
    }
}

.cb_mega_navbar_dropdown_menu {
    background: #ffffff;
}

.cb_mega_navbar_dropdown_menu li a,
.cb_mega_navbar_dropdown_menu li a:visited {
    color: #000000 !important;
}

.cb_mega_navbar_dropdown_menu li a:hover,
.cb_mega_navbar_dropdown_menu li a:active,
.cb_mega_navbar_dropdown_menu li a:focus {
    color: #ffffff !important;
}

.cb_mega_navbar_dropdown_menu li a:hover,
.cb_mega_navbar_dropdown_menu li a:active,
.cb_mega_navbar_dropdown_menu li a:focus {
    background: #000 !important;
}

.cb_mega_navbar_dropdown_menu {
    box-shadow: 0px 0px 5px #dddddd;
}

.cb_mega_navbar_dropdown_menu_mega,
.cb_mega_navbar_dropdown_menu_products {
    background: #ffffff;
}

.cb_mega_navbar_features_list>ul>li >h4,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>h4,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>h5,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>div>div>h5>a,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>div>div>h5>a:visited,
.cb_mega_navbar_dropdown_menu_products_col>h5>a,
.cb_mega_navbar_dropdown_menu_products_col>h5>a:visited {
    color: #000 !important;
}

.cb_mega_navbar_dropdown_menu_mega>li>ul>li>div>div>h5>a:hover,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>div>div>h5>a:active,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>div>div>h5>a:focus,
.cb_mega_navbar_dropdown_menu_products_col>h5>a:hover,
.cb_mega_navbar_dropdown_menu_products_col>h5>a:active,
.cb_mega_navbar_dropdown_menu_products_col>h5>a:focus {
    color: #000 !important;
}

.cb_mega_navbar_dropdown_menu_mega>li>ul>li>div>div>h5>a:hover,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>div>div>h5>a:active,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>div>div>h5>a:focus,
.cb_mega_navbar_dropdown_menu_products_col>h5>a:hover,
.cb_mega_navbar_dropdown_menu_products_col>h5>a:active,
.cb_mega_navbar_dropdown_menu_products_col>h5>a:focus {
    background: transparent !important;
}

.cb_mega_navbar_shortcodes_list ul li a,
.cb_mega_navbar_shortcodes_list ul li a:visited,
.cb_mega_navbar_features_list ul li a,
.cb_mega_navbar_features_list ul li a:visited,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>a,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>a:visited,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>p,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>div>div>p,
.cb_mega_navbar_dropdown_menu_products_col>p {
    color: #000000 !important;
}

.cb_mega_navbar_shortcodes_list ul li a:hover,
.cb_mega_navbar_shortcodes_list ul li a:active,
.cb_mega_navbar_shortcodes_list ul li a:focus,
.cb_mega_navbar_features_list ul li a:hover,
.cb_mega_navbar_features_list ul li a:active,
.cb_mega_navbar_features_list ul li a:focus,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>a:hover,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>a:active,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>a:focus {
    color: #000 !important;
}

.cb_mega_navbar_shortcodes_list ul li a:hover,
.cb_mega_navbar_shortcodes_list ul li a:active,
.cb_mega_navbar_shortcodes_list ul li a:focus,
.cb_mega_navbar_features_list ul li a:hover,
.cb_mega_navbar_features_list ul li a:active,
.cb_mega_navbar_features_list ul li a:focus,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>a:hover,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>a:active,
.cb_mega_navbar_dropdown_menu_mega>li>ul>li>a:focus {
    background: transparent !important;
}

.cb_mega_navbar_modal_fade {
    background: rgba(255, 255, 255, 0.4);
}

.cb_mega_navbar_modal_header>button,
.cb_mega_navbar_modal_body_form button,
#cb_mega_navbar_contact_us_modal_social_icons ul li a,
#cb_mega_navbar_contact_us_modal_social_icons ul li a:hover,
#cb_mega_navbar_contact_us_modal_social_icons ul li a:active,
#cb_mega_navbar_contact_us_modal_social_icons ul li a:focus {
    color: #ffffff;
}

.cb_mega_navbar_modal_header {
    color: #ffffff;
    background: #000000;
}

.cb_mega_navbar_modal_header >button:hover,
.cb_mega_navbar_modal_header>button:active,
.cb_mega_navbar_modal_header>button:focus {
    color: #000;
}

.cb_mega_navbar_modal_body,
.cb_mega_navbar_modal_body_form div input,
.cb_mega_navbar_modal_body_form div textarea {
    background: #ffffff;
}

.cb_mega_navbar_modal_body_form div input,
.cb_mega_navbar_modal_body_form div textarea {
    color: #000000;
}

.cb_mega_navbar_modal_body_form div input,
.cb_mega_navbar_modal_body_form div textarea {
    border: 1px solid #dddddd;
}

.cb_mega_navbar_modal_body_form div input:focus,
.cb_mega_navbar_modal_body_form div textarea:focus {
    border: 1px solid #000;
}

.cb_mega_navbar_modal_body_form button,
#cb_mega_navbar_contact_us_modal_social_icons ul li a {
    background: #000;
}

.cb_mega_navbar_modal_body_form button:before,
#cb_mega_navbar_contact_us_modal_social_icons ul li a:before {
    background: #000000;
}

.cb_mega_navbar_modal_body_form button:hover,
.cb_mega_navbar_modal_body_form button:active,
.cb_mega_navbar_modal_body_form button:focus {
    color: #ffffff !important;
    background: #000 !important;
}

#cb_mega_navbar_modal_user_image img {
    background: transparent !important;
}

.cb_mega_navbar_modal_footer a {
    color: #000000;
}

/********* 1.1 SLIDER BLOCKS STYLES /*****

/* slider1 */
#slider1 {
    background-color: #282828;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

#slider1 .slider1 .owl-wrapper {
    display: flex;
    height: 550px;
    overflow: hidden;
}

#slider1 .slider1 .owl-item {
    width: 100%;
    min-height: 100%;
    display: flex;
    overflow: hidden;
    max-height: 100%;
}

#slider1 .slider1 .item {
    opacity: 0.8;
    width: 50%;
    margin: 0 auto;
    justify-content: center;
    align-self: center;
    height: 100%;
}

#slider1 .slider1 .item img {
    width: 100%;
}

#slider1 .slider1 .inner {
    position: absolute;
    top: 50%;
    margin-top: -48.5px;
    padding: 15px 60px 15px 30px;
    background-color: #282828;
    color: #fff;
}

#slider1 .slider1 .inner p {
    font-size: 12px;
}

#slider1 .slider1 .inner:hover {
    background-color: #62b151;
    transition: .5s ease all;
}

#slider1 .slider1 .inner a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 768px) {
    #slider1 .slider1 .item {
        width: 100%;
    }

    #slider1 .slider1 .owl-wrapper {
        height: 400px;
    }
}

/* slider2 */
#slider2 {
    background-color: #282828;
}

#slider2 .owl-wrapper {
    display: flex;
    height: 650px;
    overflow: hidden;
}

#slider2 .owl-item {
    width: 100%;
    min-height: 100%;
    display: flex;
    overflow: hidden;
    max-height: 100%;
}

#slider2 .item {
    width: 100%;
    padding: 250px;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
}

#slider2 .item .content {
    text-align: center;
}

#slider2 .item .content p {
    padding: 15px 45px;
    background: #fff;
    color: #282828;
    font-weight: 400;
}

#slider2 .item .content h1 {
    padding: 15px 45px;
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #slider2 .item {
        padding: 150px;
    }
}

/* slider3 */
#slider3 {
    background-color: #282828;
}

#slider3 .owl-wrapper {
    display: flex;
    height: 650px;
    overflow: hidden;
}

#slider3 .owl-item {
    width: 100%;
    min-height: 100%;
    display: flex;
    overflow: hidden;
    max-height: 100%;
}

#slider3 .item {
    width: 100%;
    padding: 250px;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
}

#slider3 .item .content {
    text-align: center;
}

#slider3 .item .content p {
    padding: 15px 45px;
    background: #fff;
    color: #282828;
    font-weight: 400;
}

#slider3 .item .content h1 {
    padding: 15px 45px;
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #slider3 .item {
        padding: 150px;
    }
}

#slider3 .slider3 .owl-controls {
    position: absolute;
    bottom: 25px;
    right: 25px;
    border-bottom: 3px solid #282828;
}

.owl-page:first-child {
    margin: 0;
}

.owl-page {
    background-color: #62b151;
    opacity: .6;
    width: 80px;
    height: 12px;
    display: inline-flex;
    margin-left: 10px;
}

.owl-page.active {
    opacity: 1;
}

.owl-page:hover {
    opacity: 1;
    transition: .5s ease all;
}

/* Slider4 */
#slider4 {
    overflow: hidden;
    max-height: 658px;
    position: relative;
    background: #000000;
}

#slider4:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#slider4:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#slider4 > .carousel-inner > .item > img,
#slider4 > .carousel-inner > .item > a > img {
    opacity: 0.45;
    margin: auto;
    width: 100% !important;
}

.slider4_slide {
    left: 0;
    top: 25%;
    right: 0;
    width: 65%;
    margin: auto;
    position: absolute;
    text-align: center;
}

.slider4_slide > h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 6px;
    line-height: normal;
    text-transform: uppercase;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.slider4_slide > h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
    text-transform: capitalize;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.slider4_slide > p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: normal;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.slider4_slide > a,
.slider4_slide > a:visited {
    outline: 0;
    width: auto;
    height: 50px;
    color: #ffffff;
    padding: 0 23px;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    text-shadow: none;
    line-height: 50px;
    margin: 30px 10px;
    position: relative;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -webkit-transition: background cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.7s;
    transition: background cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.7s;
}

.slider4_slide > a:hover,
.slider4_slide > a:active {
    color: #ffffff;
    background: #fff;
    border: 2px solid #fff;
}

.cb_slider_4 > .carousel-inner {
    height: 100%;
}

.cb_slider_4 > .carousel-inner > .item {
    -webkit-transition-property: top;
    transition-property: top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .cb_slider_4 > .carousel-inner > .item {
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
    }

    .cb_slider_4 > .carousel-inner > .item.next,
    .cb_slider_4 > .carousel-inner > .item.active.right {
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .cb_slider_4 > .carousel-inner > .item.prev,
    .cb_slider_4 > .carousel-inner > .item.active.left {
        top: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    .cb_slider_4 > .carousel-inner > .item.next.left,
    .cb_slider_4 > .carousel-inner > .item.prev.right,
    .cb_slider_4 > .carousel-inner > .item.active {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.cb_slider_4 > .carousel-inner > .active {
    top: 0;
}

.cb_slider_4 > .carousel-inner > .next,
.cb_slider_4 > .carousel-inner > .prev {
    top: 0;
    width: auto;
    height: 100%;
}

.cb_slider_4 > .carousel-inner > .next {
    left: 0;
    top: 100%;
}

.cb_slider_4 > .carousel-inner > .prev {
    left: 0;
    top: -100%;
}

.cb_slider_4 > .carousel-inner > .next.left,
.cb_slider_4 > .carousel-inner > .prev.right {
    top: 0;
}

.cb_slider_4 > .carousel-inner > .active.left {
    left: 0;
    top: -100%;
}

.cb_slider_4 > .carousel-inner > .active.right {
    left: 0;
    top: 100%;
}

.cb_slider4_indicators > .carousel-indicators {
    top: 0;
    left: 3%;
    width: 5%;
    bottom: 0;
    height: 25%;
    right: auto;
    margin: auto;
    cursor: e-resize;
    overflow-x: hidden;
    overflow-y: auto;
}

.cb_slider4_indicators > .carousel-indicators li {
    width: 13px;
    height: 13px;
    display: block;
    margin: 10px auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.cb_slider4_indicators > .carousel-indicators .active {
    margin: 1px;
    width: 13px;
    height: 13px;
    margin: 10px auto;
    background: #fff;
}

.cb_slider4_indicators > .carousel-indicators::-webkit-scrollbar {
    width: 3px;
}

.cb_slider4_indicators > .carousel-indicators::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media only screen and (max-width: 480px) {
    .slider4_slide {
        top: 0%;
        width: 100%;
    }

    .cb_slider4_indicators > .carousel-indicators {
        height: 100%;
    }

    .slider4_slide > h3 {
        font-size: 16px;
    }

    .slider4_slide > h1 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .slider4_slide > p {
        font-size: 14px;
    }

    .slider4_slide > a,
    .slider4_slide > a:visited {
        height: 40px;
        margin: 0 10px;
        padding: 0 23px;
        line-height: 40px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .slider4_slide {
        top: 5%;
        width: 100%;
    }

    .slider4_slide > h1 {
        font-size: 40px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .slider4_slide {
        top: 15%;
        width: 100%;
    }
}

/* SLIDER5 */
#slider5 {
    overflow: hidden;
    max-height: 100vh;
    position: relative;
    background: #000000;
}

#slider5:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#slider5:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#slider5 > .carousel-inner > .item {
    width: 100%;
}

.slider5_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 40% 10px 10px 10px;
    background: rgba(31, 27, 27, 0.6);
}

.slider5_slide_center {
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    padding-top: 20%;
}

.slider5_slide > h1 {
    color: #fff;
    font-size: 2.5em;
    text-shadow: none;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
}

.slider5_slide > h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 1px;
    margin: 10px 0 50px 0;
    -webkit-font-smoothing: antialiased;
}

.slider5_slide > a {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    text-shadow: none;
    position: relative;
    text-align: center;
    font-style: normal;
    padding: 10px 25px;
    letter-spacing: 1px;
    text-decoration: none;
    background: #1583c9;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slider5_slide > a:hover {
    color: #fff;
    background: #000000;
}

#slider5 > .carousel-inner > .item img {
    width: 100%;
}

#slider5 > .carousel-inner > .item > .row {
    margin: 0;
}

#slider5 > .carousel-inner > .item > .row > div {
    padding: 0;
    overflow: hidden;
}

#slider5 > .carousel-inner > .item > .row > div:nth-child(1) > img {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#slider5 > .carousel-inner > .item > .row > div:nth-child(2) > img {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.cb_slider_5 .carousel-control {
    top: 4%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    border: none;
    color: #ffffff;
    display: block;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    line-height: 45px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #1583c9;
}

.cb_slider_5:hover .carousel-control {
    opacity: 1;
}

.cb_slider_5 .carousel-control.left {
    right: 3%;
    left: auto;
}

.cb_slider_5 .carousel-control.right {
    top: 11%;
    right: 3%;
    left: auto;
    margin-top: 1px;
}

.cb_slider_5 .carousel-control.left:hover,
.cb_slider_5 .carousel-control.right:hover {
    color: #fff;
    background: #000000;
}

@media only screen and (max-width: 480px) {
    .slider5_slide {
        padding-top: 20%;
    }

    .slider5_slide_center {
        padding-top: 10%;
    }

    .slider5_slide > h1 {
        font-size: 20px;
    }

    .cb_slider_5 .carousel-control {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .slider5_slide > h1 {
        font-size: 35px;
    }

    .cb_slider_5 .carousel-control.right {
        top: 17%;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .cb_slider_5 .carousel-control.right {
        top: 15%;
    }
}

@media (min-width: 246px) and (max-width: 433px) {
    .slider5_slide > h1 {
        line-height: 1em;
        font-size: 1em;
    }

    .slider5_slide > h5 {
        margin-bottom: 10px !important;
        line-height: 2em;
        font-size: 0.8em;
    }

    .slider5_slide > a {
        font-size: 10px;
    }
}

/* SLIDER6 */
#slider6 {
    overflow: hidden;
    max-height: 645px;
    position: relative;
    background: #1583c9;
}

#slider6:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#slider6:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#slider6 > .carousel-inner > .item {
    width: 100%;
}

.slider6_slide {
    padding: 75px;
    margin-top: 15%;
    text-align: left;
    background-color: #1583c9;
}

.slider6_slide_right {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: right;
}

.slider6_slide_center {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.slider6_slide > h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    text-shadow: none;
    margin: 0 0 30px 0;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.slider6_slide > p {
    color: #fff;
    font-weight: 300;
    margin-top: 5% !important;
    margin-bottom: 10% !important;
    font-style: normal;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
}

.slider6_slide_center > p {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slider6_slide_right > p {
    margin-left: auto;
}

.slider6_slide > a {
    background-color: #d31d8c;
    color: #fff;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-align: center;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slider6_slide > a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.cb_slider_6 .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #000000;
    display: block;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    line-height: 45px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.cb_slider_6:hover .carousel-control {
    opacity: 1;
}

.cb_slider_6 .carousel-control.left {
    left: 1%;
}

.cb_slider_6 .carousel-control.right {
    right: 1%;
}

.cb_slider_6 .carousel-control.left:hover,
.cb_slider_6 .carousel-control.right:hover {
    color: #ffffff;
    background: #d31d8c;
    border: 1px solid #fff;
}

.cb_slider_6 .carousel-control.left span:nth-child(1) {
    margin-right: 0;
}

.cb_slider_6 .carousel-control.right>span:nth-child(1) {
    margin-left: 0;
}

#slider6 > .carousel-inner > .item img {
    width: 100%;
}

#slider6 > .carousel-inner > .item > .row {
    margin: 0;
    background: #1583c9;
}

#slider6 > .carousel-inner > .item > .row > div {
    padding: 0;
}

#slider6 > .carousel-inner > .item > .row > div > img {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

@media only screen and (max-width: 480px) {
    .slider6_slide {
        padding: 3px;
        margin-top: 0;
        text-align: center;
    }

    .slider6_slide > h1 {
        font-size: 12px;
        margin: 0 0 0 0;
        letter-spacing: 0;
    }

    .slider6_slide > p {
        width: 100%;
        font-size: 9px;
        margin: 0 0 0 0;
        letter-spacing: 0;
    }

    .slider6_slide > a {
        font-size: 9px;
    }

    .cb_slider_6 .carousel-control {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 640px) {
    .slider6_slide {
        padding: 10px;
        margin-top: 2%;
    }

    .slider6_slide > h1 {
        font-size: 24px;
        margin: 0 0 0 0;
        letter-spacing: 0;
    }

    .slider6_slide > p {
        width: 100%;
        font-size: 12px;
        margin: 0 0 0 0;
        letter-spacing: 0;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .slider6_slide {
        padding: 10px;
        margin-top: 5%;
    }

    .slider6_slide > p {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider6_slide {
        padding: 10px;
    }
}

/* SLIDER 7 */
.slider7_carousel_wrapper {
    background-color: #000;
    overflow: hidden;
    max-height: 800px;
}

.slider7_carousel_caption {
    top: 15%;
    left: 15%;
    right: 0%;
    width: 50%;
    padding: 10px;
    text-align: left;
    text-shadow: none;
}

.slider7_carousel_caption h1 {
    font-size: 60px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: cubic-bezier(.22, .81, .01, .99);
    animation-timing-function: cubic-bezier(.22, .81, .01, .99);
}

.slider7_carousel_caption h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0px 30px 0px;
    text-transform: uppercase;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(.22, .81, .01, .99);
    animation-timing-function: cubic-bezier(.22, .81, .01, .99);
}

.slider7_carousel_caption a,
.slider7_carousel_caption a:visited {
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 20px 15px 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: cubic-bezier(.22, .81, .01, .99);
    animation-timing-function: cubic-bezier(.22, .81, .01, .99);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.slider7_carousel_caption a {
    color: #1583c9;
    background: #ffffff;
}

.slider7_carousel_caption a:hover,
.slider7_carousel_caption a:active,
.slider7_carousel_caption a:focus {
    color: #ffffff;
    background: #1583c9;
}

.slider7_carousel_wrapper > .carousel-inner > .item > img,
.slider7_carousel_wrapper > .carousel-inner > .item > a > img {
    opacity: 0.5;
    margin: auto;
    width: 100% !important;
}

.slider7_carousel_indicators {
    top: 1px;
    left: 90%;
    z-index: 3;
    bottom: 0%;
    width: 10%;
    height: 100%;
    overflow: auto;
    margin-left: 0%;
    position: absolute;
    margin-bottom: 0px;
    padding: 0px 5px 0px 5px;
}

.slider7_carousel_indicators li {
    width: 100%;
    opacity: 0.8;
    height: auto;
    border: none;
    display: block;
    margin: 2px 0px 2px 0px;
    -webkit-border-radius: 0%;

    /* Chrome, Safari, Opera */
    border-radius: 0%;

    /* Standard syntax */
    -webkit-transition: opacity 0.3s ease-in-out 0s;

    /* Chrome, Safari, Opera */
    transition: opacity 0.3s ease-in-out 0s;

    /* Standard syntax */
}

.slider7_carousel_indicators li img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.slider7_carousel_indicators .active {
    width: 100%;
    opacity: 0.4;
    height: auto;
    border: none;
    margin: 2px 0px 2px 0px;
}

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

.slider7_carousel_indicators::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.slider7_carousel_indicators {
    background: #282828;
}

.slider7_carousel_indicators::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
}

@media (min-width: 601px) and (max-width: 767px) {
    .slider7_carousel_caption {
        left: 0%;
        bottom: 5%;
        width: 90%;
    }

    .slider7_carousel_caption h1 {
        font-size: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider7_carousel_caption {
        left: 0%;
        width: 90%;
    }

    .slider7_carousel_caption h1 {
        font-size: 30px;
    }
}

@media (min-width: 200px) and (max-width: 599px) {
    .slider7_carousel_caption {
        width: 100%;
    }

    .slider7_carousel_caption h1 {
        font-size: 18px;
    }

    .slider7_carousel_caption h2 {
        font-size: 18px;
    }
}

/* SLIDER 8 */
.slider8_wrapper {
    top: -80px;
    overflow: hidden;
    max-height: 650px;
    position: relative;
    margin-bottom: -80px;
}

.slider8_wrapper > .carousel-inner > .item > img,
.slider8_wrapper > .carousel-inner > .item > a > img {
    opacity: 1;
    margin: auto;
    width: 100% !important;
}

.slider8_video {
    width: 100%;
}

.slider8_caption {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    padding: 0%;
}

.slider8_caption_text {
    top: 35%;
    left: 10%;
    z-index: 2;
    text-align: left;
    text-shadow: none;
    position: absolute;
}

.slider8_caption_text h1 {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0%;
    width: 550px;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slider8_caption_text p {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0%;
    width: 650px;
    font-size: 25px;
    padding: 5px 10px 5px 10px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slider8_main_button {
    outline: 0;
    margin: 0%;
    width: auto;
    height: 44px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-shadow: none;
    line-height: 44px;
    padding: 5px 35px;
    position: relative;
    font-style: normal;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slider8_main_button {
    color: #ffffff;
    background: #1583c9;
}

.slider8_main_button:hover {
    color: #ffffff !important;
    background: #000 !important;
}

.slider8_control_left,
.slider8_control_right {
    top: 50%;
    z-index: 2;
    width: 55px;
    height: 55px;
    border: none;
    opacity: 0.2;
    text-align: center;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.slider8_control_icons {
    line-height: 50px;
    font-size: 34px !important;
    font-weight: normal !important;
}

.slider8_control_left {
    left: 0%;
    border-left: none !important;
    -webkit-border-radius: 0px 100% 100% 0px;
    border-radius: 0px 100% 100% 0px;
}

.slider8_control_right {
    right: 0%;
    border-right: none !important;
    -webkit-border-radius: 100% 0px 0px 100%;
    border-radius: 100% 0px 0px 100%;
}

.slider8_control_left:hover,
.slider8_control_left:active,
.slider8_control_left:focus,
.slider8_control_right:hover,
.slider8_control_right:active,
.slider8_control_right:focus {
    opacity: 1;
}

.slider8_fade {
    opacity: 1;
}

.slider8_fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 0.7s;
    -moz-transition: opacity ease-in-out 0.7s;
    -ms-transition: opacity ease-in-out 0.7s;
    -o-transition: opacity ease-in-out 0.7s;
    transition: opacity ease-in-out 0.7s;
}

.slider8_fade .item:first-child {
    top: auto;
    position: relative;
}

.slider8_fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 0.7s;
    -moz-transition: opacity ease-in-out 0.7s;
    -ms-transition: opacity ease-in-out 0.7s;
    -o-transition: opacity ease-in-out 0.7s;
    transition: opacity ease-in-out 0.7s;
}

@media (max-width: 991px) {
    .slider8_wrapper {
        top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .slider8_control_left,
    .slider8_control_right {
        border: none;
    }

    .slider8_control_icons {
        font-size: 18px !important;
    }

    .slider8_caption_text {
        left: 0%;
        right: 0%;
        top: -15px;
        text-align: center;
    }

    .slider8_caption_text h1 {
        width: 100%;
        font-size: 25px;
        margin-bottom: 2px;
        padding: 5px 5px 5px 5px;
    }

    .slider8_caption_text p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 2px;
        padding: 5px 5px 5px 5px;
    }

    .slider8_main_button {
        margin: 0 0;
        height: 34px;
        padding: 0 13px;
        line-height: 34px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .slider8_control_left,
    .slider8_control_right {
        border: none;
    }

    .slider8_caption_text {
        top: 0%;
        left: 0%;
        right: 0%;
        text-align: center;
    }

    .slider8_caption_text h1 {
        width: 100%;
        font-size: 35px;
        padding: 5px 5px 5px 5px;
    }

    .slider8_caption_text p {
        width: 100%;
        font-size: 20px;
        padding: 5px 5px 5px 5px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .slider8_caption_text {
        top: 0%;
        left: 0%;
        right: 0%;
        text-align: center;
    }

    .slider8_caption_text h1 {
        width: 100%;
    }

    .slider8_caption_text p {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider8_caption_text {
        top: 30%;
    }
}

@media only screen and (max-width: 600px) {
    .slider8_control_left,
    .slider8_control_right,
    .slider8_control_left:hover,
    .slider8_control_left:active,
    .slider8_control_left:focus,
    .slider8_control_right:hover,
    .slider8_control_right:active,
    .slider8_control_right:focus {
        background: transparent !important;
    }
}

/* SLIDER 9 */
#slider9 {
    overflow: hidden;
    position: relative;
    background: #000000;
}

#slider9:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#slider9:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#slider9 > .carousel-inner > .item img {
    width: 100%;
}

#slider9 > .carousel-inner > .item > .row {
    margin: 0;
}

#slider9 > .carousel-inner > .item > .row > div {
    opacity: 0.5;
    padding: 0;
}

#slider9 > .carousel-inner > .item > .row > div:nth-child(1) > img {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#slider9 > .carousel-inner > .item > .row > div:nth-child(2) > img {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#slider9 > .carousel-inner > .item > .row > div:nth-child(3) > img {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
    animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.slider9_slide {
    top: 27%;
    right: 0;
    left: 10%;
    width: 600px;
    padding: 10px;
    text-align: left;
    overflow: hidden;
    position: absolute;
}

.slider9_slide_center {
    left: 0;
    margin: auto;
    text-align: center;
}

.slider9_slide_right {
    left: auto;
    right: 10%;
    text-align: right;
}

.slider9_slide > h1 {
    color: #ffffff;
    margin: 0 0 0 0;
    font-size: 60px;
    font-weight: 700;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.slider9_slide > h1 > span {
    color: #1583c9;
}

.slider9_slide > p {
    left: 15px;
    width: 400px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
    position: absolute;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
}

.slider9_slide_center > p {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.slider9_slide_right > p {
    left: auto;
    right: 10px;
    text-align: right;
}

.slider9_slide > a {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    margin-top: 105px;
    text-shadow: none;
    padding: 11px 25px;
    position: relative;
    text-align: center;
    background: #1583c9;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.slider9_slide > a:hover,
.slider9_slide > a:active {
    color: #1583c9;
    background: #ffffff;
}

.cb_slider_9 .carousel-control {
    top: 45%;
    opacity: 0;
    width: 35px;
    height: 75px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 75px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.cb_slider_9:hover .carousel-control {
    opacity: 1;
}

.cb_slider_9 .carousel-control.left {
    left: 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
}

.cb_slider_9 .carousel-control.right {
    right: 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 100px 0 0 100px;
}

.cb_slider_9 .carousel-control.left:hover,
.cb_slider_9 .carousel-control.right:hover {
    color: #000;
    background: #fff;
}

.cb_slider_9 .carousel-control.left span:nth-child(1) {
    margin-right: 10px;
}

.cb_slider_9 .carousel-control.right>span:nth-child(1) {
    margin-left: 10px;
}

@media only screen and (max-width: 480px) {
    .slider9_slide {
        top: 1%;
        left: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .slider9_slide_right {
        left: 0;
        right: 0;
        text-align: center;
    }

    .slider9_slide > h1 {
        margin: 10px 0 0 0;
        font-size: 22px;
    }

    .slider9_slide > p {
        left: 0;
        padding: 0;
        width: 100%;
        position: relative;
        margin: 0 0 5px 0;
        letter-spacing: 1px;
    }

    .slider9_slide_right > p {
        left: 0;
        right: 0;
        text-align: center;
    }

    .slider9_slide > a {
        margin: 10px 0 0 0;
    }

    .cb_slider_9 .carousel-control {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .slider9_slide {
        top: 1%;
        left: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .slider9_slide_right {
        left: 0;
        right: 0;
        text-align: center;
    }

    .slider9_slide > h1 {
        font-size: 40px;
    }

    .slider9_slide > p {
        left: 0;
        padding: 0;
        width: 100%;
        position: relative;
    }

    .slider9_slide_right > p {
        left: 0;
        right: 0;
        text-align: center;
    }

    .slider9_slide > a {
        margin-top: 30px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .slider9_slide {
        top: 1%;
        left: 0;
    }

    .slider9_slide_right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 201px) and (max-width: 766px) {
    .slider9_slide {
        top: 1%;
        left: 0;
    }

    .slider9_slide_right {
        right: 0;
        left: auto;
    }
}

/* SLIDER 10 */
#slider10 {
    overflow: hidden;
    max-height: 643px;
    position: relative;
    background: #000000;
}

#slider10:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#slider10:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#slider10 > .carousel-inner > .item > img,
#slider10 > .carousel-inner > .item > a > img {
    opacity: 0.8;
    width: 100%;
    margin: auto;
}

.cb_slider_10 > .carousel-indicators {
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    padding: 5px 0;
    cursor: e-resize;
    overflow-x: auto;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.2);
}

.cb_slider_10 > .carousel-indicators li {
    width: 6%;
    border: 0px;
    padding: 0px;
    height: 100%;
    margin: 2px 0;
    text-indent: 0;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    background-color: transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.cb_slider_10 > .carousel-indicators li img {
    width: 100%;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.cb_slider_10 > .carousel-indicators .active {
    width: 6%;
    margin: 0;
    height: 100%;
    background-color: transparent;
}

.cb_slider_10 > .carousel-indicators .active img {
    opacity: 0.6;
}

.cb_slider_10 > .carousel-indicators::-webkit-scrollbar {
    margin: 0;
    padding: 0;
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.3);
}

.cb_slider_10 > .carousel-indicators::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
    .cb_slider_10 > .carousel-indicators {
        bottom: 0;
    }
}

.slider10_slide {
    top: 20%;
    left: 10%;
    width: 35%;
    right: auto;
    margin: auto;
    text-align: left;
    position: absolute;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.slider10_slide_right {
    right: 10%;
    left: auto;
    text-align: right;
}

.slider10_slide_center {
    left: 0;
    right: 0;
    text-align: center;
}

.slider10_slide > h2 {
    margin-top: 10px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 100;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.slider10_slide > h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.slider10_slide > h4 {
    width: 275px;
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 15px 0;
    background: #ffffff;
    letter-spacing: 1px;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.slider10_slide_right > h4 {
    margin-left: auto;
    text-align: right;
}

.slider10_slide_center > h4 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.slider10_slide > a,
.slider10_slide > a:visited {
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 1px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    animation-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    -webkit-transition: background cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: background cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.slider10_slide > a:hover,
.slider10_slide > a:active {
    color: #000000;
    background: #ffffff;
}

@media only screen and (max-width: 480px) {
    .slider10_slide,
    .slider10_slide.slider10_slide_right {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .slider10_slide > h2 {
        font-size: 18px;
    }

    .slider10_slide > h1 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .slider10_slide > h4,
    .slider10_slide_right > h4 {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .slider10_slide {
        top: 5%;
        width: 100%;
        padding: 5px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .slider10_slide {
        width: 100%;
    }
}

/********* 1.2 HEADER BLOCKS STYLES /*****

/* header1 */
.cb-header-1-1 {
    width: 100%;
    height: 100%;
    min-height: 670px;
    background-color: #000;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.header1 {
    width: 100%;
    height: 100%;
    min-height: 670px;
    background-color: #000!important;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.header-content {
    position: absolute;
    top: 110px;
}

.header-content h1 {
    color: #fff;
    font-weight: 600;
}

.header-content p {
    color: #fff;
    font-weight: 500;
}

.header-content .action {
    margin-top: 40px;
    max-width: 600px;
}

/* header2 */
.header2 {
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.header2 .overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 100%;
    height: 100%;
    min-height: 670px;
}

.header2 .content .title h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 200px;
}

.header2 .content .green-box {
    background: #425cbb;
    text-align: center;
    padding: 10px 20px;
    overflow: hidden;
    display: table;
    width: auto;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.header2 .content .arrow {
    text-align: center;
    display: table;
    width: auto;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    margin-top: 100px;
    font-size: 24px;
    cursor: pointer;
}

/* header3 */
.header3 {
    background-color: #425cbb;
    min-height: 300px;
}

.header3 .content .title h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 200px;
}

.header3 .content p {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
}

.header3 img {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    width: 80%;
    height: 80%;
}

/* header4 */
#header4 {
    padding: 40px 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#header4 h1 {
    margin-top: 120px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

#header4 p.title {
    color: #fff;
    text-align: center;
    margin: 0;
}

#header4 p.content {
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
    font-weight: 500;
}

#header4 .content .green-box {
    background: #425cbb;
    text-align: center;
    padding: 10px 20px;
    overflow: hidden;
    display: table;
    width: auto;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

#header4 .form-control {
    background-color: #393939;
    border: 1px solid #425cbb;
    width: 60%;
    border-radius: 2px;
    margin: 0 auto;
}

#header4 .form-subscribe {
    position: relative;
}

#header4 .btn-default-green-tiny {
    position: absolute;
    top: 2px;
    right: 20%;
    margin-right: 2px;
}

/* header5 */
#header5 {
    padding: 40px 0 190px 0;
    min-height: 300px;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#header5 h1 {
    margin-top: 160px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}

#header5 p.title {
    color: #fff;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

#header5 p.content {
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

/* header6 */
#header6 {
    padding: 40px 0 190px 0;
    min-height: 600px;
    width: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#header6 h1 {
    background: #282828;
    display: table;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 160px;
    margin-bottom: 15px;
    padding: 0 20px;
}

#header6 p.title {
    background: #3498db;
    color: #fff;
    display: table;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    margin: 0 auto;
    padding: 0 20px;
}

#header6 p.content {
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

#header6 .btn-default {
    border-radius: 8px;
    background: #3498db;
    color: #fff;
    border: 1px solid #3498db;
}

#header6 .btn-default:hover {
    border-radius: 8px;
    background: #fff;
    color: #3498db;
}

#header6 .btn-default-transparent {
    border-radius: 8px;
    background: #fff;
    color: #3498db;
}

#header6 .btn-default-transparent:hover {
    border-radius: 8px;
    background: #fff;
    color: #3498db;
    border: 1px solid #3498db;
}

/* header7 */
#header7 {
    padding: 40px 0 190px 0;
    min-height: 600px;
    width: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#header7 h3 {
    text-align: center;
    color: #fff;
    font-size: 4.4em;
    text-transform: uppercase;
    margin-top: 150px;
    text-shadow: 1px 1px 1px #000;
    font-weight: 500;
}

#header7 .btn-default-green,
.btn-default-green:focus {
    background-color: #425cbb;
    padding: 12px 24px;
    border: 1px solid #425cbb;
    color: #fff;
}

#header7 .btn-default-green:hover {
    border: 1px solid #425cbb;
    color: #fff;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* header8 */
#header8 {
    background-color: #282828;
    min-height: 300px;
    width: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#header8 .container {
    padding: 120px 0px;
    overflow: hidden;
}

#header8 .content h3 {
    font-size: 24px;
    color: #425cbb;
}

#header8 .content p {
    font-size: 12px;
    color: #fff;
}

#header8 .contact-box {
    background: #fff;
    border-radius: 4px;
    padding: 25px;
    width: 100%;
    min-width: 300px;
}

#header8 .contact-box h3 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

#header8 .contact-box .form-control {
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #282828;
}

/* header9 */
#header9 {
    background-color: #fff;
    min-height: 300px;
}

#header9 .content .title h1 {
    text-align: center;
    color: #282828;
    text-transform: uppercase;
    margin-top: 200px;
}

#header9 .content p {
    text-align: center;
    color: #282828;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
}

#header9 img {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    width: 80%;
    height: 80%;
}

/* header10 */
#header10 {
    background-color: #fff;
    min-height: 300px;
    width: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#header10 .container {
    padding: 120px 0 0 0;
    overflow: hidden;
}

#header10 .content h3 {
    font-size: 24px;
    color: #425cbb;
}

#header10 .content p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

#header10 .phone-box {
    padding: 0 50px;
}

#header10 .phone-box img {
    width: 100%;
}

#header10 .btn-default-green:hover {
    color: #282828 !important;
}

/* header11 */
#header11 {
    background-color: #fff;
    min-height: 300px;
    padding: 0 0 40px 0;
    width: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#header11 .content {
    position: relative;
}

#header11 .content .top h1 {
    text-align: center;
    color: #fff;
    margin-top: 100px;
    text-transform: uppercase;
}

#header11 .content .top p {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    width: 40%;
    margin: 0 auto;
}

#header11 .content .btn-default-white-transparent {
    padding: 12px 45px;
    margin-top: 30px;
}

#header11 .content .hr-register {
    text-align: center;
    color: #fff;
    position: relative;
    margin: 40px 0;
}

#header11 .content .hr-register span::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    right: 0;
}

#header11 .content .hr-register span::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 12px;
}

#header11 .content .bottom .btn-default-green {
    width: 100%;
    margin-top: 20px;
}

#header11 .content .bottom .form-control {
    background-color: rgba(237, 237, 237, 0.3);
    border-radius: 2px;
    border: 1px solid #ededed;
    color: #fff;
}

#header11 .content .bottom .form-control::-webkit-input-placeholder {
    color: #f5f5f5;
}

#header11 .content .bottom .form-control::-moz-placeholder {
    color: #f5f5f5;
}

/* firefox 19+ */
#header11 .content .bottom .form-control:-ms-input-placeholder {
    color: #f5f5f5;
}

/* ie */
#header11 .content .bottom .form-control input:-moz-placeholder {
    color: #f5f5f5;
}

#header11 .content .bottom p {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    width: 60%;
    margin: 0 auto;
    margin-top: 25px;
}

@media (max-width: 1000px) {
    .nopaddingleft {
        padding: 0;
        margin-bottom: 10px;
    }

    .nopaddingright {
        padding: 0;
    }
}

/* header12 */
#header12 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

#header12:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f4b, #425cbb);
    opacity: .6;
}

#header12 .container {
    position: relative;
}

#header12 h3 {
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

#header12 p {
    font-weight: 300;
    width: 60%;
    text-align: center;
    margin: 10px auto 60px auto;
    font-size: 16px;
}

#header12 p.slogan {
    letter-spacing: 14px;
}

#header12 span.green {
    color: #425cbb;
}

#header12 #scrolldown {
    bottom: 0;
    margin-top: 80px;
    height: 100px;
    margin-left: -50px;
    left: 50%;
    text-align: center;
    width: 100px;
}

#header12 #scrolldown span {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 7px;
}

#header12 .mouse {
    border: 2px solid #fff;
    border-radius: 13px;
    display: block;
    height: 46px;
    left: 50%;
    margin: 10px 0 0 -13px;
    position: absolute;
    width: 26px;
}

#header12 .mouse span {
    display: block;
    font-size: 1.5em;
    margin: 6px auto;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

/* header13 */
#header13 {
    background-image: url('http://placehold.it/1280x1280');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    color: #fff;
}

#header13:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3498db;
    opacity: .7;
}

#header13 .container {
    position: relative;
}

#header13 .content {
    margin: 150px 0 100px 0;
    text-align: center;
}

#header13 .content h3 {
    font-size: 48px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
}

#header13 .content p {
    font-size: 12px;
    width: 40%;
    text-align: center;
    margin: 30px auto;
    font-weight: 300;
}

@media (max-width: 760px) {
    #header13 .content h3 {
        font-size: 36px;
        width: 90%;
    }

    #header13 .content p {
        font-size: 12px;
        width: 80%;
    }

    #header13 #navigation8 .navbar {
        background-color: #3498db;
    }

    #header13 .content {
        margin: 80px 0 50px 0;
    }
}

/* header14 */
#header14 {
    overflow: hidden;
    max-height: 658px;
    position: relative;
    width: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#header14 > .header14-inner > .item > img,
#header14 > .header14-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

.header14 {
    top: 13%;
    right: 0;
    left: 15%;
    width: 400px;
    height: 400px;
    position: absolute;
    overflow: hidden;
    padding: 20px 50px 20px 50px;
    background: rgba(233, 233, 233, 0.9);
    outline: 2px solid #e9e9e9;
    border: 2px solid #000000;
}

.header14 > h3 {
    color: #425cbb;
    font-size: 20px;
    text-shadow: none;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.header14 > h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 900;
    text-shadow: none;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.header14 > h4 {
    color: #000000;
    font-size: 16px;
    text-shadow: none;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.header14 > a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    text-shadow: none;
    text-align: center;
    padding: 13px 30px;
    white-space: nowrap;
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.header14btn {
    border: 2px solid #000;
}

.header14 > a > span {
    opacity: 0;
    right: -20px;
    font-size: 15px;
    position: absolute;
}

.header14 > a:hover > span {
    opacity: 1;
    right: 12px;
    color: #ffffff;
}

.header14 > a:hover,
.header14 > a:active {
    color: #ffffff;
    background: #425cbb;
}

@media only screen and (max-width: 480px) {
    .header14 {
        top: 0%;
        left: 0;
        width: 100%;
        padding: 3px;
        text-align: center;
    }

    .header14 > h2 {
        font-size: 25px;
        margin: 0;
    }

    .header14 > h3 {
        margin-bottom: 10px;
    }

    .header14 > h4 {
        margin-bottom: 10px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .header14 {
        top: 0%;
        left: 0;
        width: 100%;
        padding: 3px;
        text-align: center;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .header14 {
        top: 0;
    }
}

/* header15 */
#header15 {
    background-image: url('http://placehold.it/1282x860');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    color: #fff;
    padding: 40px 0;
    min-height: 700px;
}

#header15:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3498db;
    opacity: .95;
}

#header15 .container {
    position: relative;
}

#header15 .navbar-brand {
    margin: 10px 30px 0 0;
    padding: 11px;
    color: #fff;
    font-weight: 700;
    border: 4px solid #fff;
}

#header15 #nav-header15 .navbar-default {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

#header15 #nav-header15 .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 700;
    padding: 25px;
}

#header15 #nav-header15 .navbar-default .navbar-nav > li > a:hover,
#header15 #nav-header15 .navbar-default .navbar-nav > li > a:focus {
    color: #05436c !important;
    background: none;
}

#header15 .content {
    padding: 100px 0;
    width: 80%;
}

#header15 .content h3 {
    font-size: 28px;
    font-weight: 700;
}

#header15 .content p {
    margin: 40px 0;
}

#header15 .content .btn-default-transparent {
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #282828;
    font-weight: 500;
}

#header15 .content .btn-default-transparent:hover {
    color: #fff;
    background-color: #05436c;
    border: 1px solid #05436c;
}

#header15 #nav-header15 .navbar-toggle {
    border: 0;
    color: #fff;
    margin-top: 18px;
}

#header15 #nav-header15 .navbar-toggle span {
    background-color: #fff;
}

#header15 #nav-header15 .navbar-toggle:hover {
    margin-top: 18px;
}

#header15 #nav-header15 .collapse.in {
    border-bottom: 1px solid #fff;
}

@media (max-width: 760px) {
    #header15 {
        padding: 0;
    }

    #header15 #nav-header15 .navbar-header {
        padding-bottom: 10px;
        padding-left: 10px;
    }

    #header15 .content {
        padding: 60px 0;
        width: 100%;
    }
}

/* header16 */
#header16 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    color: #fff;
    padding: 40px 0;
    min-height: 700px;
}

#header16:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #282828;
    opacity: .55;
}

#header16 .container {
    position: relative;
    overflow: hidden;
}

#header16 .navbar-brand {
    margin: 10px 30px 0 0;
    padding: 11px;
    color: #282828;
    font-weight: 700;
    border: 4px solid #fff;
    text-transform: uppercase;
}

#header16 #nav-header16 .navbar-default {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
}

#header16 #nav-header16 .navbar-default .navbar-nav > li > a {
    color: #282828;
    font-weight: 700;
    padding: 25px;
}

#header16 #nav-header16 .navbar-default .navbar-nav > li > a:hover,
#header16 #nav-header16 .navbar-default .navbar-nav > li > a:focus {
    color: #62b151 !important;
    background: none;
    transition: .5s ease all;
}

#header16 .content {
    padding: 100px 0;
    text-align: center;
}

#header16 .content h3 {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

#header16 .content h2 {
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0;
}

#header16 .content p {
    margin-bottom: 25px;
}

#header16 .content .btn-default-transparent {
    border-radius: 6px;
    border: 1px solid #62b151;
    background-color: #62b151;
    color: #fff;
    font-weight: 500;
}

#header16 .content .btn-default-transparent:hover {
    color: #fff;
    background-color: #282828;
    border: 1px solid #62b151;
}

#header16 #nav-header16 .navbar-toggle {
    border: 0;
    color: #fff;
    margin-top: 8px;
}

#header16 #nav-header16 .navbar-toggle span {
    background-color: #62b151;
}

#header16 #nav-header16 .navbar-toggle:hover {
    margin-top: 8px;
}

#header16 #nav-header16 .collapse.in {
    border-bottom: 1px solid #fff;
}

@media (max-width: 760px) {
    #header16 {
        padding: 0;
    }

    #header16 #nav-header16 .navbar-header {
        padding-bottom: 10px;
        padding-left: 10px;
    }

    #header16 .navbar-default {
        margin-top: 10px;
    }

    #header16 .content {
        padding: 60px 0;
        width: 100%;
    }

    #header16 .navbar-brand {
        margin: 0px 30px 0 5px;
    }
}

/* header 17 */
#header17 {
    -webkit-text-size-adjust: 100% !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    -ms-font-size-adjust: inherit !important;
    font-size-adjust: inherit !important;
}

.header17_container {
    padding: 0px;
    overflow: hidden;
    max-height: 650px;
    position: relative;
    margin-bottom: -80px;
}

.header17_container img {
    width: 100%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: backgroundkenburns 20000ms linear 0s infinite alternate;
    animation: backgroundkenburns 20000ms linear 0s infinite alternate;
}

.header17_caption {
    bottom: 35%;
    width: 100%;
    position: absolute;
    text-align: center;
}

.header17_caption h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 800;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.header17_caption p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.header17_caption a {
    text-decoration: none;
}

.header17-btn1 {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    margin-right: 5px;
    padding: 15px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.header17-btn2 {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    margin-left: 5px;
    padding: 15px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

@-webkit-keyframes backgroundkenburns {
    0% {
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
    }

    100% {
        -webkit-transform: scale(1.2);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
    }
}

@-moz-keyframes backgroundkenburns {
    0% {
        -moz-transform: scale(1);
        -moz-transition: -moz-transform 20000ms linear 0s;
    }

    100% {
        -moz-transform: scale(1.2);
        -moz-transition: -moz-transform 20000ms linear 0s;
    }
}

@-ms-keyframes backgroundkenburns {
    0% {
        -ms-transform: scale(1);
        -ms-transition: -ms-transform 20000ms linear 0s;
    }

    100% {
        -ms-transform: scale(1.2);
        -ms-transition: -ms-transform 20000ms linear 0s;
    }
}

@-o-keyframes backgroundkenburns {
    0% {
        -o-transform: scale(1);
        -o-transition: -o-transform 20000ms linear 0s;
    }

    100% {
        -o-transform: scale(1.2);
        -o-transition: -o-transform 20000ms linear 0s;
    }
}

@keyframes backgroundkenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.2);
        transition: transform 20000ms linear 0s;
    }
}

@media (max-width: 991px) {
    .header17_container {
        top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .header17_caption {
        bottom: 25%;
    }

    .header17_caption h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .header17_caption p {
        font-size: 12px;
        letter-spacing: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .header17-btn1,
    .header17-btn2 {
        padding: 5px 10px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .header17_caption {
        bottom: 10%;
    }

    .header17_caption h1 {
        font-size: 40px;
    }

    .header17_caption p {
        margin-bottom: 30px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .header17_caption {
        bottom: 10%;
    }
}

/* header18 */
.header18 {
    -webkit-text-size-adjust: 100% !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    -ms-font-size-adjust: inherit !important;
    font-size-adjust: inherit !important;
}

.header18_container {
    background: transparent;
    top: -50px;
    padding: 0px;
    overflow: hidden;
    max-height: 650px;
    position: relative;
    margin-bottom: -80px;
}

.header18_container>video {
    width: 100%;
}

.header18_caption {
    bottom: 40%;
    width: 100%;
    position: absolute;
    text-align: center;
}

.header18_caption h1 {
    color: #ffffff;
    font-size: 100px;
    font-weight: 900;
    text-shadow: none;
}

@media (max-width: 991px) {
    .header18_container {
        top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .header18_caption {
        bottom: 40%;
    }

    .header18_caption h1 {
        font-size: 30px;
    }
}

/* header19 */
#header19 {
    -webkit-text-size-adjust: 100% !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    -ms-font-size-adjust: inherit !important;
    font-size-adjust: inherit !important;
}

#header19 .container-fluid {
    max-height: 350px !important;
}

.header19_background {
    background-color: #000;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.header19_background img {
    width: 100%;
    opacity: 0.6;
}

.header19_caption {
    left: 0%;
    right: 0%;
    bottom: 25%;
    text-align: center;
    position: absolute;
}

.header19_caption h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (min-width: 100px) and (max-width: 319px) {
    #header19 .container-fluid {
        max-height: 60px !important;
    }

    .header19_caption {
        bottom: 50%;
    }

    .header19_caption h1 {
        font-size: 10px;
        margin-bottom: 0px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #header19 .container-fluid {
        max-height: 90px !important;
    }

    .header19_caption {
        bottom: 50%;
    }

    .header19_caption h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    #header19 .container-fluid {
        max-height: 130px !important;
    }

    .header19_caption {
        bottom: 40%;
    }

    .header19_caption h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    #header19 .container-fluid {
        max-height: 150px !important;
    }

    .header19_caption {
        bottom: 40%;
    }

    .header19_caption h1 {
        font-size: 40px;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #header19 .container-fluid {
        max-height: 200px !important;
    }

    .header19_caption {
        bottom: 40%;
    }

    .header19_caption h1 {
        font-size: 50px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #header19 .container-fluid {
        max-height: 230px !important;
    }

    .header19_caption {
        bottom: 40%;
    }

    .header19_caption h1 {
        font-size: 50px;
        margin-bottom: 0px;
    }
}

/* header20 */
#header20 {
    overflow: hidden;
    max-height: 643px;
    position: relative;
    background: #000000;
}

#header20> .header20-inner > .wrap > img,
#header20> .header20-inner > .wrap > a > img {
    opacity: 0.5;
    width: 100%;
    margin: auto;
}

.header20-content {
    top: 35%;
    left: 10%;
    width: 225px;
    height: auto;
    right: auto;
    margin: auto;
    padding: 25px;
    text-align: center;
    position: absolute;
}

.header20-content_center {
    left: 0;
    right: 0;
    text-align: center;
}

.header20-content:before,
.header20-content:after,
.header20-content >:first-child:before,
.header20-content >:first-child:after {
    width: 30px;
    height: 30px;
    content: ' ';
    position: absolute;
    border-style: solid;
    border-color: #ffffff;
}

.header20-content:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.header20-content:after {
    top: 0;
    right: 0;
    border-width: 1px 1px 0 0;
}

.header20-content >:first-child:before {
    right: 0;
    bottom: 0;
    border-width: 0 1px 1px 0;
}

.header20-content >:first-child:after {
    left: 0;
    bottom: 0;
    border-width: 0 0 1px 1px;
}

.header20-content > h1 {
    color: #ffffff;
    font-size: 50px;
    margin: 0 0 0 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.header20-content > a,
.header20-content > a:visited {
    color: #ffffff;
    cursor: pointer;
    font-size: 23px;
    text-align: center;
    letter-spacing: 2px;
    white-space: nowrap;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.header20-content > a:hover,
.header20-content > a:active {
    color: #ffd200;
}

@media only screen and (max-width: 480px) {
    .header20-content {
        top: 10%;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .header20-content {
        top: 5%;
    }
}

/* header 21 */
.header21 {
    width: 100%;
    text-align: center;
    position: absolute;
}

.header21 .nopad {
    margin: 0px !important;
    padding: 0px !important;
}

.header21 .front-img {
    height: 100vh;
}

.header21 .overlay-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 54, 54, 0.48);
    background-size: cover;
    background-position: center center;
}

.header21 .overlay-2 {
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: rgba(57, 54, 54, 0.48);
    background-size: cover;
    background-position: center center;
}

.header21 .content {
    left: 0;
    position: relative;
    top: 30%;
}

.header21 .content h1 {
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    text-shadow: none;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
}

.header21 .content h2 {
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-shadow: none;
    font-style: normal;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
}

.header21 .content span {
    margin-right: 7px;
    text-align: center;
    font-size: 13px;
}

.header21 .content .btn {
    color: #fff;
    background-color: #241d4f;
    margin-top: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    font-family: Rubik;
    text-shadow: none;
    position: relative;
    text-align: center;
    font-style: normal;
    padding: 10px 25px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/********* 1.3 INTRO BLOCKS STYLES /*****

/* intro1 */
#intro1 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
    position: relative;
    color: #fff;
}

#intro1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
    opacity: .6;
}

#intro1 .container {
    position: relative;
}

#intro1 h3 {
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
}

#intro1 p {
    font-weight: 300;
    width: 60%;
    text-align: center;
    margin: 40px auto;
    font-size: 26px;
}

#intro1 a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

#intro1 #scrolldown {
    bottom: 0;
    margin-top: 80px;
    height: 100px;
    margin-left: -50px;
    left: 50%;
    text-align: center;
    width: 100px;
}

#intro1 #scrolldown span {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 7px;
}

#intro1 .mouse {
    border: 2px solid #fff;
    border-radius: 13px;
    display: block;
    height: 46px;
    left: 50%;
    margin: 10px 0 0 -13px;
    position: absolute;
    width: 26px;
}

#intro1 .mouse span {
    display: block;
    font-size: 1.5em;
    margin: 6px auto;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

/* intro2 */
#intro2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#86cdf9+0,3498db+100 */
    background: #86cdf9;

    /* Old browsers */
    background: -moz-linear-gradient(top, #86cdf9 0%, #3498db 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #86cdf9 0%, #3498db 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #86cdf9 0%, #3498db 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#86cdf9', endColorstr='#3498db', GradientType=0);

    /* IE6-9 */
    padding: 80px 0;
}

#intro2 img {
    max-width: 100%;
}

#intro2 h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

#intro2 p {
    color: #fff;
    margin-top: 20px;
}

#intro2 .download {
    margin-top: 60px;
}

@media (max-width: 968px) {
    #intro2 h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
    }

    #intro2 .download img {
        margin-bottom: 10px;
    }
}

/* intro3 */
#intro3 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
}

#intro3 h2,
#intro3 h3,
#intro3 h5 {
    margin: 0;
    margin-bottom: 8px;
}

#intro3 h3 {
    text-transform: uppercase;
}

#intro3 h5 {
    font-weight: bold;
}

#intro3 h2 {
    font-size: 42px;
    font-weight: bold;
}

#intro3 p {
    float: right;
    clear: both;
}

/* intro4 */
#intro4 {
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    padding: 200px 0;
    color: #fff;
    position: relative;
    max-height: 400px;
}

#intro4 h3 {
    font-size: 5em;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: #000 1px 1px 1px;
}

/* intro5 */
#intro5 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    color: #282828;
    position: relative;
}

#intro5 .container {
    position: relative;
}

#intro5 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .9;
    background-color: #425cbb;
}

#intro5 h3 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

#intro5 p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
    color: #fff;
}

#intro5 .rectangle {
    background-color: #fff;
    padding: 3px;
    border: 4px solid #282828;
}

#intro5 .subscribe {
    position: relative;
}

#intro5 .subscribe .form-control {
    background-color: #282828;
    color: #f5f5f5;
    width: 45%;
    margin: 25px auto;
    text-transform: uppercase;
    text-align: center;
}

#intro5 .btn-default-yellow {
    border-radius: 0;
    padding: 10px 12px;
    width: 45%;
    display: block;
    margin: 0 auto;
    border: 1px solid #282828;
    background-color: #425cbb;
}

@media (max-width: 968px) {
    #intro5 h3 {
        font-size: 24px;
        font-weight: 800;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
    }
}

/* intro6 */
#intro6 {
    background-image: url('http://placehold.it/1280x1280');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    color: #fff;
    position: relative;
}

#intro6 .container {
    position: relative;
}

#intro6 .overlay {
    background-color: #282828;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .8;
}

#intro6 .content {
    width: 30%;
    position: relative;
}

#intro6 .content::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 80px;
    height: 4px;
    position: absolute;
    top: -15px;
}

#intro6 .content::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -15px;
}

#intro6 h3 {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
}

#intro6 p {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

#intro6 .rectangle {
    background-color: #f8e71c;
    padding: 3px;
    border: 4px solid #282828;
}

#intro6 .btn-default {
    border-radius: 4px;
    margin-top: 40px;
    text-transform: uppercase;
}

@media (max-width: 968px) {
    #intro6 h3 {
        font-size: 24px;
        font-weight: 800;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
    }

    #intro6 .content {
        width: 100%;
        text-align: left !important;
    }

    #intro6 h3 {
        font-size: 42px;
        text-align: left;
    }
}

/* intro7 */
#intro7 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    color: #282828;
    position: relative;
    text-align: center;
}

#intro7 .content {
    background-color: #fff;
    padding: 40px;
    width: 60%;
    margin: 0 auto;
    border-top: 4px solid #425cbb;
    border-radius: 2px;
}

#intro7 .form-control {
    border: 1px solid #000;
    border-radius: 2px;
    margin: 5px 0;
    width: 100%;
    padding-right: 28px;
}

#intro7 input[type=number] {
    padding-right: 10px !important;
}

#intro7 .form-icon {
    position: relative;
}

#intro7 .form-icon .fa {
    color: #000;
    font-size: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
}

#intro7 p {
    font-weight: 400;
    display: inline;
    font-size: 14px;
}

@media (max-width: 968px) {
    #intro7 .content {
        width: 100%;
    }
}

/* intro8 */
#intro8 {
    background-image: url('http://placehold.it/1280x1280');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    position: relative;
    text-align: center;
}

#intro8 .overlay {
    background-color: #282828;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .5;
}

#intro8 .container {
    position: relative;
}

#intro8 .sign-up {
    width: 80%;
    background-color: rgba(0, 0, 0, 0.66);
    padding: 50px 20px 20px;
    margin: 20px auto;
    border-radius: 2px;
}

#intro8 .form-control {
    background-color: #fff;
    border-radius: 6px;
}

#intro8 .btn-default-pink {
    background-color: #425cbb;
    border: 1px solid #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#intro8 p {
    font-size: 12px;
    margin: 10px 0;
}

@media (max-width: 968px) {
    #intro8 .form-control {
        margin-bottom: 10px;
    }

    #intro8 .sign-up {
        width: 80%;
    }
}

/* intro9 */
#intro9 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    position: relative;
    text-align: center;
}

#intro9 h3 {
    color: #fff;
}

#intro9 .form-control {
    background-color: rgba(24, 14, 0, 0.6);
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding-left: 40px;
    color: #fff;
}

#intro9 .form-icon {
    position: relative;
}

#intro9 .form-icon .fa {
    position: absolute;
    left: 20%;
    top: 10px;
    margin-left: 8px;
    font-size: 18px;
    width: 30px;
    text-align: center;
    color: #fff;
}

#intro9 .btn-default-orange-tiny-no-t,
#intro9 .btn-default-orange-tiny-no-t:focus {
    background-color: #fff;
    border: 1px solid #fff;
    width: 60%;
    margin: 20px 0;
}

#intro9 .btn-default-orange-tiny-no-t:hover {
    background-color: transparent;
    border: 1px solid #503d24;
    width: 60%;
    margin: 20px 0;
    color: #fff;
}

/* intro10 */
#intro10 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    position: relative;
    text-align: center;
}

#intro10 .overlay {
    background: rgba(52, 152, 219, 1);
    background: -webkit-linear-gradient(left, rgba(52, 152, 219, 1) 0%, rgba(52, 152, 219, 1) 11%, rgba(99, 177, 81, 1) 100%);
    background: -o-linear-gradient(left, rgba(52, 152, 219, 1) 0%, rgba(52, 152, 219, 1) 11%, rgba(99, 177, 81, 1) 100%);
    background: linear-gradient(to right, rgba(52, 152, 219, 1) 0%, rgba(52, 152, 219, 1) 11%, rgba(99, 177, 81, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3498db', endColorstr='#63b151', GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .9;
}

#intro10 .container {
    position: relative;
}

#intro10 .form-section {
    width: 50%;
    margin: 40px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 2px;
}

#intro10 .form-section p {
    color: #282828;
    font-weight: 400;
    font-size: 24px;
}

#intro10 .form-section .form-control {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 10px 0;
}

@media (max-width: 968px) {
    #intro10 .form-section {
        width: 90%;
    }
}

/* intro11 */
#intro11 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

#intro11:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f4b, #425cbb);
    opacity: .6;
}

#intro11 .container {
    position: relative;
}

#intro11 h3 {
    font-weight: 900;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 7em;
    text-transform: uppercase;
    letter-spacing: 8px;
}

#intro11 p {
    font-weight: 300;
    width: 60%;
    text-align: center;
    margin: 10px auto 60px auto;
    font-size: 16px;
}

#intro11 p.slogan {
    letter-spacing: 14px;
}

#intro11 span.green {
    color: #425cbb;
}

#intro11 #scrolldown {
    bottom: 0;
    margin-top: 80px;
    height: 100px;
    margin-left: -50px;
    left: 50%;
    text-align: center;
    width: 100px;
}

#intro11 #scrolldown span {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 7px;
}

#intro11 .mouse {
    border: 2px solid #fff;
    border-radius: 13px;
    display: block;
    height: 46px;
    left: 50%;
    margin: 10px 0 0 -13px;
    position: absolute;
    width: 26px;
}

#intro11 .mouse span {
    display: block;
    font-size: 1.5em;
    margin: 6px auto;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

/* intro12 */
#intro12 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 0 0;
    color: #fff;
    position: relative;
    text-align: center;
}

#intro12 .overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .4;
}

#intro12 .container {
    position: relative;
}

#intro12 h3 {
    font-size: 56px;
    font-weight: 700;
}

#intro12 .search-form {
    width: 100%;
    padding: 150px 0 0 0;
}

#intro12 .form-control {
    background-color: #fff;
    padding: 18px;
    height: auto;
    width: 25%;
    display: inline;
    margin-top: 10px;
    float: left;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    opacity: .9;
}

#intro12 .form-control:first-child {
    border-left: 1px solid #ccc;
}

#intro12 .search-form .btn-default-green {
    width: 25%;
    margin-top: 10px;
    padding: 18px 2px;
    border-radius: 0;
}

@media (max-width: 768px) {
    #intro12 .form-control {
        width: 100%;
    }

    #intro12 .search-form .btn-default-green {
        width: 100%;
    }
}

/* intro13 */
#intro13 {
    padding: 40px;
    background-color: #425cbb;
}

#intro13 .content {
    background-color: #fff;
    padding: 20px;
}

#intro13 h3 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}

#intro13 h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

#intro13 p {
    font-size: 12px;
    font-weight: 400;
}

#intro13 p.author {
    color: #898989;
}

#intro13 .btn-default-black {
    border-radius: 0;
    text-transform: uppercase;
}

/* intro14 */
#intro14 {
    background-image: url('http://placehold.it/1280x1280');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 0 0;
    color: #fff;
    position: relative;
}

#intro14 img {
    width: 100%;
}

#intro14 .overlay {
    background-color: #3498db;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .9;
}

#intro14 .container {
    position: relative;
}

#intro14 .content {
    padding: 20px 20px 20px 0;
}

#intro14 h3 {
    font-size: 48px;
    font-weight: 700;
}

#intro14 h5 {
    font-size: 32px;
}

#intro14 .or {
    font-size: 20px;
    font-weight: 700;
    padding: 0 15px;
}

@media (max-width: 968px) {
    #intro14 .btn {
        margin-bottom: 10px;
    }
}

/* intro15 */
#intro15 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0 0;
    color: #fff;
    position: relative;
    height: 300px;
}

#intro15 h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

#intro15 p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    width: 40%;
    display: block;
    margin: 0 auto;
}

/* intro16 */
#intro16 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    position: relative;
}

#intro16 .overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .8;
}

#intro16 .container {
    position: relative;
}

#intro16 h3 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

#intro16 p {
    font-size: 14px;
    text-align: center;
    width: 40%;
    display: block;
    margin: 20px auto;
}

@media (max-width: 768px) {
    #intro16 h3 {
        width: 90%;
    }

    #intro16 p {
        width: 80%;
    }
}

/* intro17 */
#intro17 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    position: relative;
}

#intro17 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .8;
}

#intro17 .container {
    position: relative;
}

#intro17 h3 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

#intro17 p {
    font-size: 14px;
    text-align: center;
    width: 40%;
    display: block;
    margin: 20px auto;
}

#intro17 .search-form {
    width: 100%;
    padding: 80px 0 0 0;
}

#intro17 .form-control {
    background-color: #fff;
    padding: 18px;
    height: auto;
    width: 22%;
    margin-right: 1%;
    margin-left: 1%;
    display: inline;
    margin-top: 10px;
    float: left;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    opacity: .7;
    border-radius: 16px;
}

#intro17 .form-control:first-child {
    border-left: 1px solid #ccc;
}

#intro17 .search-form .btn-default-transparent {
    width: 22%;
    margin-top: 10px;
    padding: 18px 2px;
    border-radius: 0;
    margin-right: 1%;
    margin-left: 1%;
    border-radius: 16px;
}

@media (max-width: 768px) {
    #intro17 .form-control {
        width: 100%;
    }

    #intro17 .search-form .btn-default-transparent {
        width: 100%;
    }

    #intro17 h3 {
        width: 90%;
    }

    #intro17 p {
        width: 80%;
    }
}

/* intro18 */
#intro18 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    position: relative;
}

#intro18:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
}

#intro18 .container {
    position: relative;
}

#intro18 h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
}

#intro18 p {
    width: 60%;
    text-align: center;
    margin: 30px auto;
}

/* intro19 */
#intro19 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    position: relative;
}

#intro19 h3 {
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 300;
}

/* intro20 */
#intro20 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    color: #fff;
    position: relative;
}

#intro20:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
    opacity: .6;
}

#intro20 .container {
    position: relative;
}

#intro20 .light-box {
    padding: 8px 20px;
    background-color: #fff;
    display: table;
    color: #425cbb;
    opacity: .9;
    margin: 0 auto;
}

#intro20 .light-box p {
    font-size: 24px;
    margin: 0;
}

#intro20 .dark-box {
    padding: 8px 20px;
    display: table;
    color: #fff;
    opacity: .9;
    margin: 0 auto;
    background-color: #425cbb;
}

#intro20 .dark-box p {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

/* intro22 */
#intro22 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 300px 0;
    color: #fff;
    position: relative;
}

#intro22 .container {
    position: relative;
}

#intro22 .overlay {
    background-color: #144144;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .75;
}

#intro22 .container .introduce {
    width: 100%;
    margin: 120px auto 20px auto;
    text-align: center;
}

#intro22 .container .introduce .btn-default-yellow {
    border-radius: 0;
    padding: 8px 24px;
}

@media (max-width: 768px) {
    #intro22 {
        padding: 40px 0 120px 0;
    }
}

.dark-span {
    font-weight: 700;
    background-color: #282828;
    padding: 0 8px;
}

.btn-default-blue-green-tiny-transparent,
.btn-default-blue-green-tiny-transparent:focus {
    border-radius: 2px;
    padding: 8px 24px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* intro23 */
#intro23 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 300px 0;
    color: #fff;
    position: relative;
}

#intro23 .container {
    position: relative;
}

#intro23 .overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .55;
}

#intro23 .container .introduce {
    width: 100%;
    margin: 120px auto 20px auto;
}

#intro23 .container .introduce h1 {
    text-transform: uppercase;
    font-size: 42px;
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
}

#intro23 .container .introduce p {
    margin: 20px 0;
    width: 60%;
}

#intro23 .container .introduce .btn-default-yellow,
#intro23 .container .introduce .btn-default-transparent {
    border-radius: 0;
    padding: 14px 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 20px;
}

#intro23 .container .introduce .btn-default-yellow {
    background-color: #ffb504;
    border-color: #ffb504;
}

#intro23 .container .introduce .btn-default-yellow:hover,
#intro23 .container .introduce .btn-default-transparent:hover {
    background-color: #282828;
    color: #fff;
    border-color: #fff;
}

@media (max-width: 768px) {
    #intro23 .container .introduce p {
        width: 100%;
    }
}

/* intro24 */
#intro24 {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 120px 0;
    height: auto;
    color: #fff;
    position: relative;
    min-height: 650px;
}

#intro24 .container {
    position: relative;
}

#intro24 .brand {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

#intro24 hr {
    margin: 0;
    margin-bottom: 80px;
}

#intro24::before {
    content: "";
    background-color: #e74c3c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .9;
}

#intro24 .row {
    margin-top: 80px;
}

#intro24 .content .fa {
    font-size: 62px;
}

#intro24 .content h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    font-size: 24px;
}

#intro24 h1 {
    margin: 150px 0;
}

/**  intro25  **/
.intro25 {
    background: center center no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 250px;
    text-align: right;
}

.intro25 h1 {
    font-size: 94px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.intro25 h1 span {
    color: #1583c9;
}

.intro25 p {
    color: #1583c9;
    font-weight: 600;
    font-size: 15px;
}

.intro25 a {
    width: 174px;
    height: 90px;
    display: inline-block;
    background: #1583c9;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 2.1;
    margin-top: 30px;
}

.intro25 h3 {
    font-size: 23px;
    font-weight: 900;
    color: #fff;
}

@media (max-width: 480px) {
    .intro25 h1 {
        font-size: 64px;
    }
}

/* intro 26 */
#intro26 {
    overflow: hidden;
    max-height: 658px;
    position: relative;
    background: #000000;
}

#intro26:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#intro26:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#intro26 > .intro26-inner img,
#intro26 > .intro26-inner > a > img {
    width: 100%;
    margin: auto;
    opacity: 0.8;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intro26-content {
    top: 7%;
    left: 10%;
    width: 60%;
    right: auto;
    overflow: hidden;
    text-align: left;
    position: absolute;
    padding: 0 20px 20px 20px;
}

.intro26-content > h1 {
    color: #ffffff;
    font-size: 90px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.intro26-content > h1 span {
    color: #1583c9;
}

.intro26-content > ul {
    padding: 0;
    width: 300px;
    margin-bottom: 40px;
    list-style-type: none;
}

.intro26-content > ul > li {
    color: #000000;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    letter-spacing: 1px;
    padding: 0 0 0 20px;
    background: #ffffff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.intro26-content > a,
.intro26-content > a:visited {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    padding: 20px 40px;
    line-height: 15px;
    text-align: center;
    background: #1583c9;
    letter-spacing: 2px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.intro26-content > a:hover,
.intro26-content > a:active {
    color: #000000;
    background: #ffffff;
}

@media only screen and (max-width: 480px) {
    .intro26-content {
        top: 0;
        left: 5%;
        width: 100%;
        padding: 5px;
    }

    .intro26-content > h1 {
        margin: 0;
        font-size: 25px;
    }

    .intro26-content > ul {
        width: 225px;
        margin-bottom: 10px;
    }

    .intro26-content > ul > li {
        height: 20px;
        font-size: 12px;
        margin-top: 5px;
        line-height: 20px;
        padding: 0 0 0 10px;
    }

    .intro26-content > a,
    .intro26-content > a:visited {
        font-size: 10px;
        padding: 3px 15px;
    }
}

/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px) {
    .intro26-content {
        width: 100%;
        padding: 5px;
    }

    .intro26-content > h1 {
        margin: 0;
        font-size: 45px;
    }

    .intro26-content > ul {
        margin-bottom: 10px;
    }

    .intro26-content > ul > li {
        height: 25px;
        font-size: 14px;
        margin-top: 5px;
        line-height: 25px;
        padding: 0 0 0 10px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .intro26-content {
        top: 1%;
        width: 100%;
        padding: 5px;
    }

    .intro26-content > h1 {
        font-size: 55px;
    }

    .intro26-content > ul {
        margin-bottom: 10px;
    }

    .intro26-content > ul > li {
        height: 35px;
        margin-top: 5px;
        line-height: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .intro26-content {
        top: 5%;
        width: 100%;
    }
}

/********* 1.4 SERVICE BLOCKS STYLES /*****

/* services1 */
#services1 {
    background-color: #282828;
    padding: 40px 0;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
}

#services1 .service-box {
    padding: 30px 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#services1 .service-box:hover {
    padding: 30px 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#services1 .service-box h2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}

#services1 .service-box p {
    text-align: center;
    color: #b7b7b7;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 30px;
}

#services1 .service-box .include p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 5px;
}

#services1 .service-box .include .fa {
    font-size: 24px;
    font-weight: 300;
}

/* services2 */
.services2 {
    background-color: #fff;
    padding: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.services2 .service-box {
    padding: 30px 15px 30px 20px;
}

.services2 .service-box:hover > .fa {
    color: #425cbb !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.services2 .service-box .fa {
    font-size: 22px;
}

.services2 .service-box p {
    color: #898989;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 30px;
}

.services2 .service-box h6 {
    color: #898989;
    font-weight: 300;
    font-size: 12px;
    margin: 15px 0 5px 0;
}

.services2 h1 {
    color: #282828;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
}

.services2 .service-box h2 {
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 5px;
}

.services2 .service-box h2::after {
    content: "";
    background-color: #425cbb;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    left: -30px;
    top: 50%;
}

/* services3 */
#services3 {
    padding: 40px 0;
}

#services3 .services-box {
    padding: 0 20px;
    text-align: center;
}

#services3 .services-box .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #898989;
    border-radius: 80px;
    margin: 0 auto;
}

#services3 .services-box .icon span {
    font-size: 40px;
    color: #898989;
}

#services3 h3 {
    font-size: 20px;
    margin: 20px 0 15px 0;
}

#services3 p {
    font-size: 12px;
    font-weight: 200;
    color: #898989;
}

/* services4 */
#services4 {
    padding: 40px 0;
}

#services4 .services-box {
    padding: 0 20px;
    text-align: center;
}

#services4 .services-box .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #898989;
    background: #898989;
    border-radius: 80px;
    margin: 0 auto;
}

#services4 .services-box .icon span {
    font-size: 40px;
    color: #fff;
}

#services4 h3 {
    font-size: 20px;
    margin: 20px 0 15px 0;
}

#services4 p {
    font-size: 12px;
    font-weight: 200;
    color: #898989;
}

/* services5 */
#services5 {
    padding: 40px 0;
}

#services5 .services-box {
    padding: 0 20px;
    text-align: center;
}

#services5 .services-box .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #898989;
    margin: 0 auto;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#services5 .services-box .icon span {
    font-size: 40px;
    color: #898989;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 20px;
    margin-left: -35px;
    margin-right: -35px;
    width: 100%;
}

#services5 h3 {
    font-size: 20px;
    margin: 20px 0 15px 0;
}

#services5 p {
    font-size: 12px;
    font-weight: 200;
    color: #898989;
}

/* services6 */
#services6 {
    padding: 40px 0 20px 0;
}

#services6 .services-box {
    border: 2px solid #425cbb;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 90px 25px 20px;
    position: relative;
}

#services6 .services-box .icon {
    border-color: transparent #425cbb transparent transparent;
    border-style: solid;
    border-width: 434px 150px 434px 0;
    content: "";
    height: 0;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 0;
}

#services6 .services-box .icon span {
    font-size: 42px;
    width: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    margin-top: -20px;
    margin-left: 30px;
}

#services6 h3 {
    font-size: 20px;
    margin: 20px 0 15px 0;
    height: 24px;
    overflow: hidden;
}

#services6 p {
    font-size: 12px;
    font-weight: 200;
    color: #898989;
    overflow: hidden;
}

/* Services 7 */
.services-7 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.service7-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.service7-body {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.service7-head {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

/* services8 */
#services8 {
    padding: 40px 0;
    width: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#services8 .services-box {
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: #1583c9;
}

#services8 .services-box:hover {
    padding: 20px;
    text-align: center;
    background: rgba(233, 240, 64, 0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#services8 .services-box .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #f5f5f5;
    border-radius: 80px;
    margin: 0 auto;
    color: #f5f5f5;
}

#services8 .services-box .icon span {
    font-size: 40px;
    color: #f5f5f5;
}

#services8 h3 {
    font-size: 20px;
    margin: 20px 0 15px 0;
    color: #f5f5f5;
}

#services8 p {
    font-size: 12px;
    font-weight: 200;
    color: #f5f5f5;
}

@media (max-width: 968px) {
    #services8 .services-box {
        margin-bottom: 10px;
    }
}

/* services9 */
#services9 {
    padding: 75px 0 40px 0;
    position: relative;
    background-color: #000;
    background-position: center center;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
}

#services9 .services-box {
    padding: 0 20px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    margin-bottom: 45px;
}

#services9 .services-box::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 15px;
    width: 30%;
}

#services9 .services-box::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    right: 15px;
    width: 30%;
}

#services9 .services-box .icon {
    width: 40%;
    height: 40%;
    border-radius: 150px;
    margin: 0 auto;
    position: absolute;
    top: -20%;
    left: 30%;
}

#services9 .services-box .icon span {
    font-size: 40px;
    color: #fff;
}

#services9 h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 30px 0 15px 0;
}

#services9 p {
    font-size: 12px;
    font-weight: 200;
    color: #fff;
}

#services9 .title h1 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
}

#services9 .title p {
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 50px;
}

/**  Services 10  **/
.services-10 {
    text-align: center;
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 40px;
}

.services-10 .service-box {
    padding-bottom: 20px;
}

.services-10 .service-box h3 {
    font-weight: 700;
}

.services-10 .service-box .service10-heading {
    color: #000;
}

/**  Services 11  **/
.services-11 {
    text-align: left;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.services-11 .heading {
    text-align: center;
    padding-bottom: 60px;
}

.services-11 .heading h2 {
    margin: 0px;
    font-weight: 700;
    padding-bottom: 10px;
}

.services-11 .service-box {
    padding-bottom: 60px;
}

/**  Services 12  **/
.services-12 {
    text-align: center;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.services-12 .heading {
    text-align: center;
    padding-bottom: 60px;
}

.services-12 .heading h2 {
    margin: 0px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000;
}

.services-12 .heading p {
    color: #000;
}

.services-12 .service-box {
    padding-bottom: 60px;
}

.services-12 .service-box i {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: inline-block;
    background: #1583c9;
    color: #fff;
    text-align: center;
    line-height: 3.4;
    transition: .3s;
}

.services-12 .service-box:hover i {
    background: #000;
    transition: .4s;
}

.services-12 .service-box h3 {
    color: #000;
    font-weight: 700;
}

/**  Services 13  **/
.services-13 {
    background: url(../images/bg11.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.services-13 .heading {
    text-align: center;
    padding-bottom: 60px;
}

.services-13 .heading h2 {
    margin: 0px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #fff;
}

.services-13 .heading p {
    color: #fff;
}

.services-13 .service-box {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #1583c9;
    color: #fff;
    text-align: center;
    line-height: 3.4;
    transition: .3s;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.services-13 .service-box h3 {
    color: #fff;
    font-weight: 700;
}

/**  Services 14  **/
.services-14 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
}

.services-14 .heading {
    text-align: center;
    padding-bottom: 60px;
}

.services-14 .heading h2 {
    margin: 0px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #fff;
}

.services-14 .heading p {
    color: #fff;
}

.services-14 .col-md-4 {
    background: rgba(255, 255, 255, .9);
    padding-top: 40px;
    padding-bottom: 40px;
}

.services-14 .col-md-4 i {
    transition: .3s;
}

.services-14 .col-md-4:hover i {
    color: #1583c9;
    transition: .2s;
}

.services-14 .col-md-4 h3 {
    padding-top: 20px;
}

.services-14 .cl2.col-md-4 {
    background: rgba(255, 255, 255, .7);
}

.services-14 .cl3.col-md-4 {
    background: rgba(255, 255, 255, .5);
}

/**  Services 15  **/
.services-15 {
    background: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

.services-15 .heading {
    text-align: center;
    padding-bottom: 60px;
}

.services-15 .heading h2 {
    margin: 0px;
    font-weight: 700;
    padding-bottom: 10px;
}

.services-15 .service-box {
    text-align: left;
    position: relatie;
    padding-bottom: 30px;
}

.services-15 .service-box h2 {
    font-weight: bold;
}

.services-15 .service-box i {
    position: absolute;
    font-size: 100px;
    opacity: .2;
    top: 30px;
    right: 30px;
}

/**  Services 16 **/
#services-16 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.services-16 {
    border: 2px solid hsl(0, 0%, 27%);
    color: hsl(0, 0%, 27%);
    padding: 37px 18px;
    text-align: center;
}

.services-16 .service-icon i {
    position: relative;
    bottom: 0;
    color: hsl(0, 0%, 27%);
    display: inline-block;
    font-size: 46px;
    transition: all 0.2s ease 0s;
}

.services-16:hover i {
    bottom: 5px;
}

.services-16 .service-content h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.services-16 .service-content p {
    color: hsl(0, 0%, 60%);
}

.services-16 .service-content .line {
    background: #000;
    height: 2px;
    margin: 22px auto;
    opacity: 0.2;
    width: 40px;
}

@media screen and (max-width: 990px) {
    .services-16 {
        margin-bottom: 20px;
    }
}

/**  Services 17  **/
#services-17 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.services-17 {
    background: #fff;
    text-align: center;
    padding: 0 0 25px;
    box-shadow: 0 2px 5px 0 #000;
    border: 1px solid #000;
    margin-top: 55px;
}

.services-17 .service-icon {
    width: 130px;
    height: 130px;
    line-height: 144px;
    border-radius: 50%;
    background: #1583c9;
    margin: -65px auto 0;
}

.services-17 .service-icon i {
    color: #fff;
    font-size: 55px;
}

.services-17 .service-content {
    padding: 0 25px;
}

.services-17 .service-content h3 {
    color: #1e2731;
    font: bold 24px/40px 'arial';
    text-transform: uppercase;
    margin: 30px 0 10px;
}

.services-17 .service-content p {
    font: lighter 13px/20px "verdana";
    color: #A2A2A2;
    margin: 0 0 20px;
}

.services-17 .read {
    padding: 30px 0;
}

.services-17 .read a {
    border: 1px solid #000;
    padding: 9px 55px;
    font: 600 14px/18px "arial";
    color: #fff;
    background-color: #1583c9;
    text-transform: uppercase;
}

.services-17 .read a:hover {
    color: #000;
    text-decoration: none;
    background: #fff;
}

@media screen and (max-width: 990px) {
    .services-17 {
        margin-top: 80px;
    }
}

/**  Services 18  **/
#services-18 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.services-18 {
    border: 1px solid #4e4e4e;
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.services-18:before,
.services-18:after {
    content: "";
    width: 200%;
    height: 200%;
    background: #1583c9;
    position: absolute;
    top: 160px;
    left: 0;
    z-index: -1;
    transform: rotate(-18deg);
    transition: all 0.5s ease 0s;
}

.services-18:before {
    background: #4e4e4e;
    left: -120%;
    transform: rotate(24deg);
}

.services-18:hover:before {
    transform: rotate(16deg);
}

.services-18:hover:after {
    background: #000;
    transform: rotate(-10deg);
}

.services-18 .service-icon {
    font-size: 60px;
    color: #000;
    line-height: 100px;
    margin-bottom: 100px;
}

.services-18 .service-content {
    color: #fff;
    line-height: 25px;
    padding: 0 20px 20px;
}

.services-18 .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.services-18 .description {
    font-size: 14px;
}

.services-18 .read {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.services-18:hover .read {
    border-color: #000;
    color: #000;
}

@media only screen and (max-width: 990px) {
    .services-18 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .services-18:before,
    .services-18:after {
        top: 80px;
    }
}

@media only screen and (max-width: 480px) {
    .services-18:before,
    .services-18:after {
        top: 140px;
    }
}

/**  Services 19  **/
#services-19 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.services-19 {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}

.services-19:hover {
    transform: scale(1.05, 1.05);
}

.services-19 .service-icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;
    border: 3px solid #000;
    font-size: 42px;
    color: #000;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.2s ease-out 0s;
}

.services-19:hover .service-icon {
    border-color: #1583c9;
}

.services-19 .service-icon i {
    transform: rotate(0);
    transition: all 0.2s ease-out 0s;
}

.services-19:hover .service-icon i {
    transform: rotate(360deg);
    color: #1583c9;
}

.services-19 .title {
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
    line-height: 40px;
    margin: 0 0 35px 0;
    position: relative;
}

.services-19 .title:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #f1f1f1;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}

.services-19:hover .title:after {
    width: 100%;
}

.services-19 .description {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 20px;
}

.services-19 .read-more {
    display: inline-block;
    padding: 8px 22px;
    background: #1583c9;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    border-radius: 40px;
    transform: scale(1);
    transition: all 0.2s ease-out 0s;
}

.services-19 .read-more:hover {
    transform: scale(1.1, 1.1);
}

.services-19:hover .read-more {
    background: #000;
}

@media only screen and (max-width: 990px) {
    .services-19 {
        margin-bottom: 40px;
    }
}

/**  Services 20  **/
#services-20 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.services-20 {
    text-align: center;
    margin: 0 -15px;
}

.services-20 img {
    width: 100%;
    height: auto;
}

.services-20 .service-content {
    position: relative;
    background: #1583c9;
    color: #fff;
    padding: 50px 30px 30px;
}

.services-20 .service-icon {
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.services-20 .service-icon i {
    font-size: 30px;
    line-height: 70px;
    color: #000;
    transform: rotate(-45deg);
}

.services-20 .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.services-20 .description {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}

.services-20 .read-more {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background: #fff;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.services-20 .read-more:hover {
    color: #fff;
    background: #1583c9;
    text-decoration: none;
}

.services-20.middle .service-content {
    padding: 30px 30px 50px;
}

.services-20.middle .service-icon {
    bottom: -35px;
    top: auto;
}

@media only screen and (max-width: 990px) {
    .services-20 .title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .services-20 {
        margin: 0 0 30px 0;
    }
}

/********* 1.5 FEATURE BLOCKS STYLES /*****

/********* 1.6 CONTENT BLOCKS STYLES /*****

/* content1 */
.content-1-1 {
    background-color: #fff;
    background: url(../images/green-dots.png);
    background-repeat: repeat;
}

.content-1-1 .bg-col1 {
    padding: 40px 20px 40px 80px;
    min-height: 300px;
}

.content-1-1 .bg-col2 {
    background: url(../images/content1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    height: 300px;
}

.content-1-1 h2 {
    color: #fff;
    font-size: 22px;
}

.content-1-1 p {
    color: #fff;
    font-size: 15px;
}

/*content2*/
.content2 {
    padding: 0px;
}

.content2 .content2-box {
    padding: 64px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 397px;
}

.content2 .content2-box .btn {
    margin-top: 24px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: 1px solid white;
}

.content2-box1 {
    background-color: #241d4f;
}

.content2-box2 {
    background-color: #1583c9;
}

.no-pad {
    padding: 0;
}

.content2-white {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5;
}

.content2-white-p {
    line-height: 1.7;
    font-weight: normal;
    color: #ffffff;
}

.content-2-black {
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}

.content2-black-p {
    line-height: 1.7;
    font-weight: normal;
}

.btn3 {
    background-color: #1583c9 !important;
    border: 1px solid black !important;
}

/* content3 */
.content3 .content-3 {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

.content3 .content-3 .box {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    width: 100%;
    padding: 40px;
    border: 2px solid #363636;
}

.content3 .content-3 .box .txt {
    border-bottom: 1px solid #898989;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
}

.content3 .content-3 .box .content3-btn {
    letter-spacing: 1px;
    color: #363636;
    font-weight: bold;
    border: 3px solid #363636;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    transition: .3s;
    text-decoration: none;
}

.content3 .content-3 .box .content3-btn:hover {
    color: #ff6445;
    border-color: #ff6445;
}

.p-content3 {
    margin-top: 3%;
    margin-bottom: 2%;
}

/* content3 */
#content3 {
    background-color: #282828;
    padding: 80px 0;
}

#content3 h3 {
    margin-top: 0;
    color: #fff;
    text-align: center;
}

#content3 .form-control {
    background-color: #393939;
    border: 1px solid #898989;
    width: 60%;
    border-radius: 2px;
    margin: 0 auto;
}

#content3 .form-subscribe {
    position: relative;
}

#content3 .btn-default-green-tiny {
    position: absolute;
    top: 2px;
    right: 20%;
    margin-right: 2px;
}

@media (min-width: 0px) and (max-width: 481px) {
    #content3 {
        padding-bottom: 125px;
    }

    #content3 .btn-default-green-tiny {
        position: absolute;
        top: 52px;
        margin: 0 auto;
        width: 60%;
    }
}

/* content4 */
#content4 {
    padding: 40px 0;
}

#content4 .feautures-box {
    padding: 15px 20px;
    background: #f5f5f5;
    margin-bottom: 25px;
}

#content4 .feautures-box:hover {
    background: #425cbb;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content4 .feautures-box:hover > .icon {
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content4 .feautures-box:hover > .icon span {
    color: #282828;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content4 .feautures-box:hover > p {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content4 .feautures-box .icon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    float: left;
    margin-right: 20px;
    text-align: center;
    line-height: 80px;
}

#content4 .feautures-box .icon span {
    font-size: 40px;
    color: #fff;
}

#content4 h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

#content4 p {
    font-size: 12px;
    font-weight: 200;
    color: #898989;
    overflow: hidden;
}

/* content5 */
#content5 {
    padding-left: 0;
    padding-right: 0;
}

#content5 .content {
    width: 100%;
    padding: 100px 30px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-color: #1a2340;
    color: #fff;
}

#content5 .content:hover {
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content5 h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

#content5 p {
    font-size: 12px;
    color: #FFF;
}

#content5 .fa {
    font-size: 28px;
    color: #425cbb;
}

#content5 a {
    color: #425cbb;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.5em;
}

#content5 a:hover,
#content5 a:focus {
    color: #425cbb;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* content6 */
/* content6 */
#content6 {
    padding: 60px 0;
    color: #282828;
}

#content6 .title {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

#content6 .cover-image img {
    max-width: 100%;
    border-radius: 16px;
    margin: 40px 0;
}

#content6 .icon {
    float: left;
    height: 80px;
    width: 40px;
    color: #393939;
    font-size: 36px;
    margin-right: 20px;
}

#content6 .icon .fa {
    color: #393939;
}

#content6 .after-icon {
    overflow: hidden;
}

#content6 .after-icon h4 {
    font-size: 24px;
    color: #393939;
}

#content6 .after-icon p {
    font-size: 12px;
    color: #898989;
}

/* content7 */
#content7 .row {
    margin: 0;
}

#content7 .content {
    height: 100%;
    min-height: 100px;
    display: block;
    background-size: cover;
    background-position: center center;
}

#content7 .content .fa {
    font-size: 32px;
    color: #fff;
    float: left;
}

#content7 .content .icon {
    padding: 15px;
    background: rgba(40, 40, 40, 0.1);
}

#content7 .content .icon h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 6px 0 6px 50px;
}

#content7 .blue {
    background-color: rgba(52, 152, 219, 0.8) !important;
}

#content7 p {
    font-size: 12px;
    color: #fff;
    padding: 15px;
    margin: 15px 0;
}

#content7 a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding: 0 0 20px 15px;
    display: block;
}

#content7 a:hover,
#content7 a:focus {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* content8 */
#content8 {
    padding: 40px 0;
}

#content8 .icon .fa {
    float: left;
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 15px;
    font-size: 24px;
    text-align: center;
    min-width: 60px;
}

#content8 .large {
    font-size: 72px !important;
}

#content8 ul {
    list-style: none;
}

#content8 .content {
    overflow: hidden;
}

#content8 span.blue {
    color: #3498db;
}

#content8 p {
    overflow: hidden;
    font-size: 12px;
    padding: 0 25px;
}

#content8 h3 {
    text-transform: uppercase;
    margin-top: 0;
}

#content8 h3.title {
    text-transform: uppercase;
    margin-top: 0;
    padding: 0 25px;
    font-size: 22px;
    overflow: hidden;
}

#content8 h6 {
    text-transform: uppercase;
    color: #3498db;
    margin-bottom: 25px;
}

@media (min-width: 0px) and (max-width: 481px) {
    #content8 .icon .fa {
        float: none;
        margin: 0 auto 10px auto;
        display: block;
    }
}

/* content9 */
#content9 {
    padding: 0;
}

#content9 .row {
    padding: 0;
    margin: 0;
}

#content9 h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

#content9 p {
    text-align: center;
    font-size: 12px;
}

#content9 .content {
    border: 1px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    padding: 0 30px;
}

#content9 a {
    color: #425cbb;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
}

/**  Content 10 **/
.content10 .row {
    display: table;
    width: 100%;
    margin: 0px;
}

.content10 .img-responsive {
    width: 100%;
}

.content10 .row [class*="col-"] {
    display: table-cell;
    vertical-align: top;
    padding: 0px;
    float: none;
}

.content10 .row .right {
    padding: 30px;
    background: #18a1f9;
}

.content10 .right .heading {
    font-size: 36px;
    font-weight: 900;
    color: #363636;
    padding-top: 80px;
}

.content10 .right .rate {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content10 .right .content10-btn {
    color: #fff;
    font-weight: bold;
    border: 3px solid #fff;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    transition: .3s;
}

.content10 .right .content10-btn:hover {
    border-color: #fff;
    color: #fff;
    transition: .3s;
}

.content10-heading {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.content10-lead {
    color: #ffffff;
}

@media (max-width: 991px) {
    .content10 .row [class*="col-"] {
        display: block;
    }

    .content10 .right .heading {
        padding-top: 0px;
    }
}

/**  Content 11  **/
.content11 .row {
    display: table;
    width: 100%;
    margin: 0px;
}

.content11 .img-responsive {
    width: 100%;
}

.content11 .row [class*="col-"] {
    display: table-cell;
    vertical-align: top;
    padding: 0px;
    float: none;
}

.content11 .row .left {
    padding: 30px;
    background: #fff;
}

.content11 .left .heading {
    font-size: 36px;
    font-weight: 900;
    color: #363636;
    padding-top: 80px;
}

.content11 .left .rate {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content11 .left .content11-btn {
    color: #363636;
    font-weight: bold;
    border: 3px solid #363636;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    transition: .3s;
}

.content11 .left .content11-btn:hover {
    background: #363636;
    color: #fff;
    transition: .3s;
}

.content11-div {
    margin-top: 30%;
    color: #000000;
}

.content11-heading {
    font-size: 48px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .content11 .row [class*="col-"] {
        display: block;
    }

    .content11 .left .heading {
        padding-top: 0px;
    }
}

/* content12 */
#content12 .row {
    margin: 0;
    padding: 0;
}

#content12 img {
    width: 100%;
    height: 300px;
}

#content12 .content-center {
    background: #425cbb;
    padding: 30px;
    height: 300px;
    overflow: hidden;
}

#content12 .content-center h3 {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
}

#content12 .content-center p {
    color: #fff;
    font-size: 12px;
}

#content12 .content-right {
    background: #282828;
    padding: 30px;
    height: 300px;
    overflow: hidden;
}

#content12 .content-right h3 {
    margin: 20px 0 20px 0;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

#content12 .content-right p {
    color: #fff;
    font-size: 12px;
}

@media (min-width: 0px) and (max-width: 481px) {
    #content12 .content-center,
    #content12 .content-right {
        height: auto;
    }
}

/* content13 */
#content13 {
    padding: 80px 0;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

#content13 h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

#content13 h3 {
    margin: 10px 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

#content13 p {
    margin: 20px 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

#content13 .image {
    width: 100%;
    position: absolute;
    top: 123px;
}

#content13 .image img {
    width: 100%;
    display: block;
    max-width: 400px;
    float: right;
}

/* content14 */
#content14 .row {
    margin: 0;
    padding: 0;
}

#content14 .image img {
    width: 100%;
}

#content14 .content {
    padding: 80px;
}

#content14 h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

#content14 p {
    font-size: 12px;
}

/* content16 */
#content16 {
    background-color: #fff;
    background-repeat: repeat;
}

#content16 .bg-col1 {
    padding: 40px 20px 40px 80px;
    min-height: 300px;
}

#content16 .bg-col3 {
    padding: 40px 80px 40px 20px;
    min-height: 300px;
}

#content16 .bg-col2 {
    background: url(../images/content1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    height: 300px;
}

#content16 h2 {
    color: #fff;
    font-size: 22px;
}

#content16 p {
    color: #fff;
    font-size: 12px;
}

@media (min-width: 0px) and (max-width: 481px) {
    #content16 .bg-col1 {
        padding: 40px 20px 40px 20px;
        min-height: 300px;
    }

    #content16 .bg-col3 {
        padding: 40px 20px 40px 20px;
        min-height: 300px;
    }
}

/* content17 */
#content17 .row {
    margin: 0;
    padding: 0;
    position: relative !important;
}

#content17 .content-top {
    padding: 10px 25px;
    background: #425cbb;
    height: 40%;
    color: #fff;
}

#content17 .content-top h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: uppercase;
}

#content17 .content-top p {
    font-size: 12px;
}

#content17 .content {
    padding: 25px;
    border: 1px solid #ededed;
    height: 30%;
    overflow: hidden;
}

#content17 .content .icon {
    float: left;
    height: 100px;
    margin-right: 15px;
}

#content17 .content .icon .fa {
    color: #425cbb;
    font-size: 38px;
}

#content17 .content h3 {
    font-size: 22px;
    text-transform: uppercase;
    overflow: hidden;
    margin: 0;
}

#content17 .content p {
    font-size: 12px;
    overflow: hidden;
}

/* content18 */
#content18 {
    padding: 80px 0;
    background: #f5f5f5;
}

#content18 .image img {
    width: 100%;
}

#content18 .title h4 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}

#content18 .icon {
    width: 70px;
    height: 70px;
    border-radius: 150px;
    border: 1px solid #3498db;
    float: left;
    margin-right: 20px;
}

#content18 .icon .fa {
    font-size: 36px;
    margin-top: 18px;
    margin-left: 16px;
    text-align: center;
    color: #3498db;
}

#content18 .content {
    padding-right: 10px;
    margin-top: 40px;
    cursor: pointer;
}

#content18 .content p {
    overflow: hidden;
}

#content18 .content h6 {
    text-transform: uppercase;
    overflow: hidden;
    font-size: 14px;
    margin-top: 0;
}

#content18 .content:hover .fa {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content18 .content:hover .icon {
    background-color: #3498db;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 0px) and (max-width: 968px) {
    #content18 .image img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }
}

/* content19 */
#content19 {
    padding: 40px 0;
}

#content19 .title h2 {
    margin: 0;
    font-size: 24px;
}

#content19 .title p {
    margin: 0;
    font-size: 12px;
    color: #3498db;
}

#content19 p {
    font-size: 14px;
}

#content19 .departments-box {
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

#content19 .departments-box .fa {
    color: #3498db;
    font-size: 82px;
}

#content19 .departments-box h4 {
    margin: 10px 0;
    font-weight: 400;
    color: #282828;
}

#content19 .departments-box:hover {
    background: rgba(50, 184, 218, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#content19 .departments-box:hover > h4 {
    color: #3498db;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* content20 */
#content20 {
    padding: 40px 0;
}

#content20 h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

#content20 p {
    margin: 20px 0;
    font-size: 12px;
}

#content20 .services {
    position: relative;
}

#content20 .service-icon {
    float: left;
    margin-right: 40px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
}

#content20 .service-icon .fa {
    background: #fff;
    width: 36px;
    height: 34px;
    color: #3498db;
    font-size: 28px;
    line-height: 34px;
    position: absolute;
    top: 6px;
    left: 35px;
    z-index: 1;
    border-radius: 2px;
}

#content20 .service-icon::after,
#content20 .service-icon::before {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    content: "";
    position: absolute;
    z-index: 0;
}

#content20 .service-icon::before {
    top: 20px;
    left: 15px;
    width: 75px;
    height: 34px;
}

#content20 .service-icon::after {
    left: 35px;
    width: 35px;
    height: 75px;
}

#content20 .services:hover .service-icon .fa {
    background: #3498db;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content20 .services:hover > h2 {
    color: #3498db;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content20 .services:hover > .service-icon::after,
#content20 .services:hover > .service-icon::before {
    background: #3498db;
    border: 1px solid #3498db;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content20 .services p {
    overflow: hidden;
}

#content20 .fa {
    color: #fff;
    font-size: 32px;
    margin-top: 14px;
}

/* content21 */
#content21 {
    padding: 120px 0;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

#content21 h3 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

#content21 h4 {
    color: #3498db;
    font-size: 36px;
}

/* content22 */
.content22-top .row {
    margin-right: 0;
}

.content22-text-wrapper {
    margin-top: 15%;
    margin-bottom: 15%;
    display: table;
    width: 100%;
}

.content22-text {
    display: table-cell;
    padding: 0 50px;
    text-align: center;
    vertical-align: middle;
}

.content22-heading {
    font-size: 34px;
    font-weight: bold;
    line-height: 33px;
    text-transform: capitalize;
}

.content22-bottom {
    padding: 80px 0;
}

/* content23 */
#content23 {
    padding: 40px 0;
}

#content23 h3 {
    font-size: 24px;
}

#content23 p {
    font-size: 12px;
}

/* content24 */
#content24 {
    padding: 40px 0;
}

#content24 h3 {
    font-size: 24px;
    margin-top: 0;
}

#content24 p {
    font-size: 12px;
}

/* content25 */
#content25 {
    padding: 40px 0;
}

#content25 .box-large {
    height: 500px;
    background-color: #f5f5f5;
    overflow: hidden;
}

#content25 .box-large img {
    width: 100%;
    height: 500px;
}

#content25 .box-large h4 {
    color: #425cbb;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
}

#content25 .box-large .content {
    padding: 0 20px;
}

#content25 .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f5f5f5;
    position: absolute;
    top: 40px;
    left: 0;
    margin-left: -10px;
}

#content25 .box-small {
    height: 250px;
    overflow: hidden;
    background-color: #f5f5f5;
}

#content25 .box-small img {
    width: 100%;
    height: 250px;
}

#content25 .box-small h4 {
    color: #425cbb;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
}

#content25 .box-small h3 {
    font-size: 16px;
    margin-top: 10px;
}

#content25 .box-small p {
    font-size: 12px;
}

#content25 .box-small .content {
    padding: 0 20px;
}

#content25 .dark {
    background: #282828;
    color: #fff !important;
}

#content25 .arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #282828;
    position: absolute;
    top: 40px;
    right: 0;
    margin-right: -10px;
    z-index: 1;
}

@media (max-width: 968px) {
    #content25 {
        padding: 0;
    }

    #content25 .box-large,
    #content25 .box-small {
        height: auto;
    }

    #content25 .btn {
        margin-bottom: 20px;
    }
}

/* content26 */
/* content26 */
.content26 {
    width: 100%;
    z-index: 100;
    position: relative;
    padding: 0px;
}

.content26 .image-container {
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.content26 .image-container .background-image-holder {
    height: 100%;
}

.content26 .image-container .background-image-holder,
.content26 .image-container .foreground-image-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.content26 .image-container .background-image-holder,
.content26 .image-container .foreground-image-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.content26 .content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content26 .btn-outline.outline-dark,
.content26 .icon.outline-dark {
    color: #2c3e50;
    background: none;
    border: 2px solid #2c3e50;
}

.content26 .btn-outline.outline-dark:hover,
.content26 .icon.outline-dark:hover {
    color: #ffffff;
    background: #2c3e50;
}

.content26 .btn {
    border-radius: 2px;
    position: relative;
    transition: all .3s ease;
    min-width: 155px;
}

.content26 .btn:hover {
    border-color: #3498db;
}

.content26 .btn-outline-lg {
    padding: 14px 26px;
    font-size: 15px;
}

.content26 .btn-outline {
    margin: 15px 0;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: none;
    text-transform: uppercase;
}

/* content27 */
.content27-section {
    background: #262220 url('http://placehold.it/1280x1280') no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
}

.btn-content27 {
    position: relative;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid white;
}

.content27-box {
    background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.85);
    padding: 30px;
    padding-top: 90px;
    padding-bottom: 60px;
    height: 100%;
}

.content27-list {
    font-size: 24px;
    text-align: left;
}

.content-27-h2 {
    text-align: left;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10%;
}

.content27-li {
    margin-top: 5%;
    margin-bottom: 5%;
}

.content27-p {
    text-align: left;
    font-size: 24px;
}

/* content28 */
#content28 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#86cdf9+0,3498db+100 */
    background: #86cdf9;

    /* Old browsers */
    background: -moz-linear-gradient(top, #86cdf9 0%, #3498db 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #86cdf9 0%, #3498db 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #86cdf9 0%, #3498db 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#86cdf9', endColorstr='#3498db', GradientType=0);

    /* IE6-9 */
    padding: 40px 0;
}

#content28 .phone img {
    width: 360px;
    display: block;
    margin: 0 auto;
}

.content28-img {
    width: 100%;
}

#content28 h3 {
    position: relative;
    color: #fff;
}

#content28 h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #3498db;
    position: absolute;
    top: 40px;
}

#content28 p {
    margin: 20px 0;
    color: #fff;
}

/* content29 */
#content29 {
    background-image: url('http://placehold.it/1280x1280');
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}

#content29 h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}

#content29 h2::after {
    content: "";
    background-color: #425cbb;
    width: 40px;
    height: 4px;
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -20px;
}

#content29 img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#content29 .item {
    margin-bottom: 40px;
    cursor: pointer;
}

#content29 .item .icon {
    float: left;
}

#content29 .item .icon .fa {
    font-size: 48px;
    margin-right: 15px;
}

#content29 .item .content {
    overflow: hidden;
}

#content29 .item:hover > .icon .fa {
    color: #425cbb !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content29 .item .content h3 {
    margin: 0;
    margin-bottom: 15px;
}

#content29 .item .content p {
    font-size: 12px;
    color: #898989;
}

/* content30 */
#content30 {
    padding: 40px 0;
    text-align: center;
}

#content30 .icon img {
    margin: 0 auto;
}

/* content 31 */
.content31 {
    padding: 30px 0;
    min-height: 300px;
}

.content31 .btn-content31 {
    margin-bottom: 15px;
}

.content31-heading {
    color: #262525;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 600;
}

.content31-p {
    font-size: 18px;
    line-height: 1.5;
}

.content31-btn {
    color: #343232;
    background-color: #ffffff;
    border: 1px solid black;
    width: 50%;
}

/* content 32 */
.content32 {
    padding: 30px 0;
    min-height: 300px;
}

.content32-heading {
    color: #262525;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 600;
}

.content32-p {
    font-size: 18px;
    line-height: 1.5;
}

.content32-btn {
    color: #343232;
    background-color: #ffffff;
    border: 1px solid black;
    width: 50%;
}

/* content 33 */
.content33 {
    padding: 30px 0;
    min-height: 300px;
}

.content33-heading {
    color: #262525;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 600;
}

.content33-p {
    font-size: 18px;
    line-height: 1.5;
}

/* content34 */
.content34 {
    background-color: #1145b7;
    color: #f7f7f7;
}

.content34-heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-top: 10%;
    margin-bottom: 5%;
}

.content34-lead {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

img.equal-height-column {
    width: 100%;
}

.no-padding {
    padding: 0;
}

.content34-carousel .carousel-arrow a.carousel-control {
    opacity: 1;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
}

.content34-carousel .carousel-arrow a span {
    top: 50%;
    opacity: 1;
    font-size: 13px;
    background: #fff;
    color: #000000;
    margin-top: -18px;
    padding: 24px 0;
    position: absolute;
    height: 60px;
    width: 60px;
    border: 1px solid black;
    border-radius: 50%;
}

.content34-carousel .carousel-arrow a span:hover {
    opacity: 0.8;
}

.content34-carousel .carousel-arrow a.left span {
    left: 15px;
    margin-left: 5px;
}

.content34-carousel .carousel-arrow a.right span {
}

.content34-carousel {
    width: auto;
    position: inherit;
}

.content34-carousel .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

/* content35 */
.content35-3col {
    display: flex;
}

.content35-3col-col {
    width: 33.3%;
    color: #ffffff;
    background-color: #100f0f;
}

.content35-3col p {
    margin-bottom: 30px;
}

.content35-3col-left {
    display: flex;
    flex-direction: column;
}

.content35-3col-left-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    min-height: 506px;
}

.content35-3col-left-content {
    padding: 50px 50px 30px;
    overflow: hidden;
    color: #ffffff;
    background-color: #5a52cf;
}

@media (max-width: 991px) {
    .content35-3col-left-image {
        min-height: 400px;
        background-position: 50% 20%;
    }

    .content35-3col-left-content {
        height: auto;
    }

    .content35-3col-left-content .content35-mid {
        position: static;
        transform: translateY(0);
    }
}

.content35-3col-middle-content {
    padding: 50px 50px 30px;
    height: 100%;
    overflow: hidden;
}

.content35-3col-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33.4%;
}

.content35-3col-right-content {
    padding: 50px 50px 20px;
    border-bottom: solid 1px #565656;
    transition: background .3s;
    background-color: #5a52cf;
    color: #f1f1f1;
}

.content35-3col-right-content:hover {
    background-color: #000;
    color: #fff;
}

.content35-3col-right .content35-3col-right-content:last-child {
    border-bottom: none;
}

@media (max-width: 991px) {
    .content35-3col {
        flex-wrap: wrap;
    }

    .content35-3col-left {
        width: 100%;
    }

    .content35-3col-middle,
    .content35-3col-right {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .content35-3col p {
        margin-bottom: 15px;
    }

    .content35-3col-left-content,
    .content35-3col-middle-content,
    .content35-3col-right-content {
        padding: 50px 15px;
    }
}

@media (max-width: 650px) {
    .content35-3col {
        display: block;
    }

    .content35-3col-col {
        width: 100%;
    }

    .content35-3col-middle-content {
        height: auto;
    }

    .content35-3col-middle-content .content35-mid {
        position: static;
        transform: translateY(0);
    }
}

.content35s {
    position: relative;
    padding-top: 130px;
}

@media (max-width: 800px) {
    .content35s {
        padding-top: 0;
    }
}

.content35 {
    display: flex;
}

.content35-img,
.content35-content {
    width: 50%;
}

.content35-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.content35-content {
    padding: 100px 50px;
}

.content35-content p {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .content35-content {
        padding: 50px 15px;
    }
}

@media (max-width: 699px) {
    .content35 {
        display: block;
    }

    .content35-img {
        width: 100%;
        height: 360px;
    }

    .content35-content {
        width: 100%;
    }
}

/* content36 */
.content36 {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.content36-item {
    width: 50%;
    float: left;
    min-height: 1px;
    position: relative;
}

.content36-item {
    background: #3e393f;
    position: relative;
    transition: all .3s ease-in-out;
}

.content36-item--dark {
    background: #1583c9;
}

.content36-item:hover {
    background: #e74c3c;
}

.content36-item:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fd0078;
}

.content36-inner {
    float: left;
    z-index: 2;
    position: relative;
}

.content36-inner--left {
    padding: 90px 170px 90px 30px;
    text-align: right;
    float: right;
}

.content36-inner--right {
    padding: 90px 30px 90px 170px;
}

.content36 h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: auto;
}

.content36-item p {
    opacity: .5;
}

.content36-item:hover p {
    opacity: 1;
}

.content36 img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -115px 0 0 -115px;
    width: 250px;
    height: 200px;
}

@media (max-width: 768px) {
    .content36-item,
    .content36-inner {
        width: 100%;
    }

    .content36-inner--left {
        text-align: left;
    }

    .content36-inner--left,
    .content36-inner--right {
        padding: 30px 15px;
    }

    .content36 img {
        display: none;
    }
}

/* content37 */
#content37 .item.bg-image {
    background: url('http://placehold.it/1280x1280');
    background-position: center center;
    background-size: cover;
}

#content37 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#content37 .item {
    flex-basis: 33.333333%;
}

#content37 .item .content {
    padding: 65px;
    display: flex;
    flex-direction: row;
    height: 50%;
}

#content37 .item .content .content-child {
    padding-left: 20px;
}

#content37 .item .content .content-child h3 {
    margin: 0;
    padding: 0;
}

#content37 .item .icon .fa {
    font-size: 48px;
}

@media (max-width: 768px) {
    #content37 {
        flex-direction: column;
    }

    #content37 .item.bg-image {
        padding: 100px;
    }
}

/* content38 */
#content38 {
    padding: 60px 0;
}

#content38 img {
    max-width: 100%;
    position: relative;
}

#content38 .image-content::after {
    content: "";
    background-color: #3498db;
    position: absolute;
    top: 20px;
    left: -5px;
    width: 40px;
    height: 4px;
}

#content38 .content-box {
    padding-left: 25px;
    position: relative;
}

#content38 .content-box .fa {
    font-size: 36px;
    color: #3498db;
    position: absolute;
    top: 0;
    left: -15px;
}

@media (max-width: 768px) {
    #content38 .image-content::after {
        display: none;
    }
}

/* content39 */
#content39 {
    padding: 60px 0;
    background-color: #fafafa;
}

#content39 img {
    max-width: 100%;
    position: relative;
}

#content39 .image-content::after {
    content: "";
    background-color: #3498db;
    position: absolute;
    top: 20px;
    right: -5px;
    width: 40px;
    height: 4px;
}

#content39 .content-box {
    padding-left: 25px;
    position: relative;
}

#content39 .content-box .fa {
    font-size: 36px;
    color: #3498db;
    position: absolute;
    top: 0;
    left: -15px;
}

@media (max-width: 768px) {
    #content39 .image-content::after {
        display: none;
    }
}

/* content40 */
#content40 {
    background-image: url('http://placehold.it/1262x1360');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
    position: relative;
}

#content40 h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#content40 h3 {
    font-size: 26px;
    color: #fff;
    text-align: center;
}

/* content41 */
#content41 {
    padding: 60px 0;
}

#content41 .top-content {
    text-align: center;
    margin-bottom: 40px;
}

#content41 .top-content h2 {
    font-weight: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

#content41 .top-content h3 {
    margin: 20px 0;
}

#content41 img {
    max-width: 100%;
}

/* content42 */
#content42 {
    text-align: center;
    color: #fff;
}

#content42 .green-bg {
    background-color: #62b151;
}

#content42 .blue-bg {
    background-color: #3498db;
}

#content42 .orange-bg {
    background-color: #fec107;
}

#content42 .content {
    padding: 60px 0;
    width: 80%;
    margin: 0 auto;
}

#content42 .content h2 {
    text-transform: uppercase;
}

#content42 .content .btn {
    margin-top: 15px;
}

#content42 .content hr {
    opacity: .2;
}

#content42 .content .fa {
    font-size: 48px;
}

#content42 .content .btn > .fa {
    font-size: 14px;
    margin-left: 8px;
}

#content42 .btn-default-transparent:hover {
    border-color: #fff;
    background-color: #fff;
    color: #282828;
    transition: .5s ease all;
}

/* content43 */
#content43 {
    padding: 60px 0 40px 0;
    text-align: center;
}

#content43 .content img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-top: 20px;
}

#content43 .content h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}

#content43 .content p {
    margin: 20px 0;
    font-size: 14px;
}

#content43 .content .btn {
    border-radius: 24px !important;
}

/* content44 */
#content44 {
    padding: 40px 0;
}

#content44 h3 {
    text-align: center;
    margin-bottom: 40px;
}

/* content45 */
#content45 {
    padding: 60px 0;
}

#content45 p {
    font-size: 14px;
}

#content45 .content img {
    max-width: 100%;
}

#content45 .title {
    font-size: 16px;
    color: #ffb504;
    margin: 0;
}

#content45 h3 {
    font-weight: 700;
    text-transform: uppercase;
}

#content45 .btn-default-orange {
    color: #ffb504;
    border-color: #ffb504;
    border-radius: 0 !important;
}

#content45 .btn-default-orange:hover {
    color: #fff;
    background-color: #ffb504;
}

@media (max-width: 768px) {
    #content45 .btn-default-orange {
        margin-bottom: 15px;
    }
}

/* #content46 */
#content46 {
    padding: 60px 0;
    border-top: 1px solid #f4f5f7;
}

#content46 h3.title {
    font-size: 16px;
    color: #ffb504;
    margin: 0;
}

#content46 h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#content46 img {
    max-width: 100%;
    border: 4px solid #ffb504;
}

#content46 .content {
    margin-bottom: 10px;
}

#content46 .content h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 14px;
}

#content46 .content h4::before {
    content: "";
    background-color: #ffb504;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 50%;
}

#content46 .content p {
    font-size: 14px;
}

/********* 1.7 TITLE  BLOCKS STYLES /*****

/* title1 */
.color-title {
    padding-left: 30px;
    padding-right: 30px;
}

#title1 {
    padding: 40px 0;
}

#title1 h1 {
    text-align: center;
    font-size: 24px;
    position: relative;
    margin: 0;
}

#title1 h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #425cbb;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
}

#title1 h1::before {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #425cbb;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -20px;
}

#title1 p {
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/* title2 */
#title2 {
    padding: 40px 0;
}

#title2 h1 {
    font-size: 24px;
    position: relative;
    margin: 0;
}

#title2 h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #425cbb;
    position: absolute;
    top: 0;
    left: 30px;
    margin-left: -30px;
}

#title2 h1::before {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #425cbb;
    position: absolute;
    top: -6px;
    left: 20px;
    margin-left: -20px;
}

#title2 p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/* title3 */
#title3 {
    padding: 40px 0;
}

#title3 h1 {
    text-align: right;
    font-size: 24px;
    position: relative;
    margin: 0;
}

#title3 h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #425cbb;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -30px;
}

#title3 h1::before {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #425cbb;
    position: absolute;
    top: -6px;
    right: 0;
    margin-left: -20px;
}

#title3 p {
    text-align: right;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/* title4 */
#title4 {
    padding: 40px 0;
}

#title4 h1 {
    text-align: center;
    font-size: 24px;
    position: relative;
    margin: 0;
}

#title4 h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #425cbb;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

/* title5 */
#title5 {
    padding: 40px 0;
    background: #282828;
}

#title5 h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    position: relative;
    margin: 0;
}

#title5 h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #425cbb;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

/* title6 */
#title6 {
    padding: 40px 0;
    background: #282828;
}

#title6 h1 {
    color: #fff;
    text-align: left;
    font-size: 24px;
    position: relative;
    margin: 0;
}

#title6 h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #425cbb;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* title7 */
#title7 {
    padding: 40px 0;
    background: #282828;
}

#title7 h1 {
    color: #fff;
    text-align: right;
    font-size: 24px;
    position: relative;
    margin: 0;
}

#title7 h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #425cbb;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* title8 */
.title8-inner {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 32px;
    text-rendering: optimizeLegibility;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.title8 .title8-inner:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    bottom: -3px;
    left: 0;
    background-color: #232323;
    border-radius: 50%;
}

/* title9 */
.title9-inner {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 32px;
    text-rendering: optimizeLegibility;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.title9 .title9-inner:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    bottom: -3px;
    left: 50%;
    background-color: #232323;
    border-radius: 50%;
}

.title9-center {
    text-align: center;
}

/* title10 */
.title10-inner {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 32px;
    text-rendering: optimizeLegibility;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.title10 .title10-inner:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    bottom: -3px;
    left: auto;
    right: 0;
    background-color: #232323;
    border-radius: 50%;
}

.title10-right {
    text-align: right;
}

/* title11 */
.title11 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.title11-inner {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 34px;
    text-rendering: optimizeLegibility;
}

.title11 .title11-inner {
    padding: 10px;
}

.title11 .title11-inner:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}

.title11 .title11-inner:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
    bottom: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

/* title 12 */
.title12 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.title12-inner {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 34px;
    text-rendering: optimizeLegibility;
}

.title12 .title12-inner {
    padding: 10px;
}

.title12 .title12-inner:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}

.title12 .title12-inner:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
    bottom: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.title12.title12-center {
    text-align: center;
}

/* title13 */
.title13 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.title13-inner {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 34px;
    text-rendering: optimizeLegibility;
}

.title13 .title13-inner {
    padding: 10px;
}

.title13 .title13-inner:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}

.title13 .title13-inner:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
    bottom: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.title13 .title13-right {
    text-align: right;
}

/********* 1.8 BLOG BLOCKS STYLES /*****

/* blog1 */
#blog1 {
    padding: 40px 0;
}

#blog1 .post {
    position: relative;
    width: 31%;
    margin-right: 3%;
    display: inline;
    float: left;
    background: #f5f5f5;
}

#blog1 .post-last {
    margin-right: 0 !important;
}

#blog1 .post .content {
    padding: 20px;
}

#blog1 .date {
    background: #fff;
    position: absolute;
    top: 5%;
    right: 7%;
    padding: 3px 15px;
    font-size: 8px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 800;
}

#blog1 a {
    color: #3489db;
    text-decoration: none;
    text-transform: uppercase;
}

#blog1 a:hover {
    color: #282828;
    border-bottom: 1px solid #282828;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#blog1 .date p.day {
    font-size: 14px;
}

#blog1 h3 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 40px;
}

#blog1 .post h1 {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

#blog1 p {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

#blog1 .post p.content {
    padding: 15px 0 15px 0;
    margin: 0;
}

#blog1 img {
    width: 100%;
}

/* Media */
@media (max-width: 768px) {
    #blog1 .post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    #blog1 .container {
        padding: 0;
    }
}

/* blog2 */
#blog2 {
    padding: 40px 0;
}

#blog2 .blog-image img {
    width: 100%;
}

#blog2 .white-bg {
    padding: 20px;
    background: #f5f5f5;
    box-sizing: border-box;
}

#blog2 .blog-meta {
    margin: 10px 0;
    font-size: 11px;
}

#blog2 .blog-title {
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0 10px 0;
    text-align: left;
}

#blog2 .blog-content p {
    font-size: 12px;
}

#blog2 .blog-tags {
    margin-top: 30px;
}

#blog2 .title {
    margin-bottom: 40px;
}

#blog2 .title p {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

#blog2 h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
}

#blog2 .blog-sidebar input[type="text"] {
    width: 100%;
    padding: 5px 7px;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
}

#blog2 .blog-sidebar .text-widget {
    margin-top: 25px;
}

#blog2 .blog-sidebar .text-widget p {
    font-size: 12px;
}

#blog2 .blog-sidebar h4 {
    margin-top: 0;
    text-transform: uppercase;
}

#blog2 .blog-sidebar-latest {
    margin-top: 25px;
}

#blog2 .blog-sidebar-latest p {
    font-size: 11px;
}

#blog2 .blog-sidebar-latest img {
    width: 100%;
}

#blog2 .blog-sidebar-pages {
    margin-top: 25px;
}

#blog2 .blog-sidebar-pages .fa {
    margin-right: 10px;
}

#blog2 .blog-sidebar-pages a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

#blog2 .blog-sidebar-pages a:hover {
    color: #282828;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#blog2 .blog-sidebar-tags {
    margin-top: 25px;
}

#blog2 .blog-sidebar-tags a {
    background: #3498db;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 7px;
    margin: 0 10px 10px 0;
    display: inline;
    width: auto;
    float: left;
}

#blog2 .blog-pagi {
    text-align: center;
}

#blog2 .blog-pagi .pagination .active {
    border-radius: 0;
    border: 1px solid #f5f5f5;
    color: #fff;
    background: #3498db;
}

#blog2 .blog-pagi .pagination li a {
    border-radius: 0;
    border: 1px solid #f5f5f5;
    color: #282828;
    margin-left: 3px;
    margin-right: 3px;
}

#blog2 .blog-pagi .pagination li a:hover {
    border-radius: 0;
    border: 1px solid #f5f5f5;
    color: #fff;
    background: #282828;
}

/* blog2 */
#blog5 {
    padding: 40px 0;
}

#blog5 .blog-image img {
    width: 100%;
}

#blog5 .blog-meta {
    margin: 10px 0;
    font-size: 11px;
}

#blog5 h1.blog-title {
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0 10px 0;
    text-align: left;
}

#blog5 .blog-content p {
    font-size: 14px;
}

#blog5 .blog-tags {
    margin-top: 30px;
    font-size: 12px;
}

#blog5 .blog-tags a {
    background: #3498db;
    padding: 4px 8px;
    color: #fff;
    margin-right: 10px;
}

#blog5 .title {
    margin-bottom: 40px;
}

#blog5 .title p {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

#blog5 h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
}

#blog5 .blog-sidebar input[type="text"] {
    width: 100%;
    padding: 5px 7px;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
}

#blog5 .blog-sidebar .text-widget {
    margin-top: 25px;
}

#blog5 .blog-sidebar .text-widget p {
    font-size: 12px;
}

#blog5 .blog-sidebar h4 {
    margin-top: 0;
    text-transform: uppercase;
}

#blog5 .blog-sidebar-latest {
    margin-top: 25px;
}

#blog5 .blog-sidebar-latest p {
    font-size: 11px;
}

#blog5 .blog-sidebar-latest img {
    width: 100%;
}

#blog5 .blog-sidebar-pages {
    margin-top: 25px;
}

#blog5 .blog-sidebar-pages .fa {
    margin-right: 10px;
}

#blog5 .blog-sidebar-pages a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

#blog5 .blog-sidebar-pages a:hover {
    color: #282828;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#blog5 .blog-sidebar-tags {
    margin-top: 25px;
}

#blog5 .blog-sidebar-tags a {
    background: #3498db;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 7px;
    margin: 0 10px 10px 0;
    display: inline;
    width: auto;
    float: left;
}

#blog5 .blog-pagi {
    text-align: center;
}

#blog5 .blog-pagi .pagination .active {
    border-radius: 0;
    border: 1px solid #f5f5f5;
    color: #fff;
    background: #3498db;
}

#blog5 .blog-pagi .pagination li a {
    border-radius: 0;
    border: 1px solid #f5f5f5;
    color: #282828;
    margin-left: 3px;
    margin-right: 3px;
}

#blog5 .blog-pagi .pagination li a:hover {
    border-radius: 0;
    border: 1px solid #f5f5f5;
    color: #fff;
    background: #282828;
}

#blog5 .comment-list {
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#blog5 .comment-list h4 img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}

#blog5 .comment-list h4 {
    font-size: 20px;
}

#blog5 .comment-list p {
    overflow: hidden;
    font-size: 12px;
}

#blog5 .blog-comments .comment-post {
    padding: 20px;
    border: 1px solid #ededed;
}

#blog5 .blog-comments textarea {
    width: 100%;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #cccccc;
    padding: 10px;
}

#blog5 .comment-list .btn-default-blue-tiny {
    font-size: 12px;
    padding: 4px 8px;
}

/********* 1.9 TEAM BLOCKS STYLES /*****

/* team1 */
#team1 {
    padding: 40px 0;
}

#team1 .team-box {
    padding: 20px;
    text-align: center;
    background: #3498db;
    border-radius: 2px;
}

#team1 .team-box .icon {
    width: 120px;
    height: 120px;
    border: 1px solid #898989;
    border-radius: 80px;
    margin: 0 auto;
    overflow: hidden;
}

#team1 .team-box .icon span {
    font-size: 40px;
    color: #898989;
}

#team1 h3 {
    font-size: 20px;
}

#team1 p {
    font-size: 12px;
    font-weight: 200;
    color: #f5f5f5;
}

/* team2 */
#team2 {
    padding: 40px;
    border-top: 1px solid #f5f5f5;
    text-transform: uppercase;
}

#team2 .team-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

#team2 .team-box .team-image {
    position: relative;
}

#team2 .team-box .team-image img {
    width: 100%;
}

#team2 .team-box h4 {
    font-size: 14px;
    margin-bottom: 0;
}

#team2 .team-box p {
    font-size: 10px;
}

#team2 span.imghover-effect-team {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 19;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
}

#team2 .team-image:hover span.imghover-effect-team,
.team-image:hover .social-icons-team {
    opacity: 0.9 !important;
    transition: all 0.5s ease-in-out;
}

#team2 .social-icons-team {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 99;
}

#team2 .social-icons-team .fa {
    width: 18px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    z-index: 99;
}

#team2 .social-icons-team .fa:hover {
    color: #425cbb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* team3 */
#team3 {
    padding: 40px;
    border-top: 1px solid #f5f5f5;
    text-transform: uppercase;
}

#team3 .team-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

#team3 .team-box .team-image {
    position: relative;
    border-radius: 400px;
}

#team3 .team-box .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 150px;
}

#team3 .team-box h4 {
    font-size: 14px;
    margin-bottom: 0;
}

#team3 .team-box p {
    font-size: 10px;
}

#team3 span.imghover-effect-team {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 19;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    border-radius: 400px;
}

#team3 .team-image:hover span.imghover-effect-team,
.team-image:hover .social-icons-team {
    opacity: 0.9 !important;
    transition: all 0.5s ease-in-out;
}

#team3 .social-icons-team {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 99;
}

#team3 .social-icons-team .fa {
    width: 18px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    z-index: 99;
}

#team3 .social-icons-team .fa:hover {
    color: #425cbb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#team3 .title h3 {
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

#team3 .title p {
    font-size: 12px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

/* team4 */
#team4 {
    padding: 40px;
    border-top: 1px solid #f5f5f5;
    text-transform: uppercase;
}

#team4 .team-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

#team4 .team-box .team-image {
    position: relative;
    overflow: hidden;
}

#team4 .team-box .team-image img {
    width: 100%;
    height: 100%;
}

#team4 .team-box h4 {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

#team4 .team-box p {
    font-size: 10px;
    color: #fff;
}

#team4 .social-icons .fa {
    width: 18px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    z-index: 99;
}

#team4 .social-icons .fa:hover {
    color: #282828;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#team4 .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #425cbb;
    padding: 10px 0 20px 0;
}

#team4 .content:hover {
    height: 100px;
    background: rgba(98, 177, 81, 0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#team4 .title h3 {
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

#team4 .title p {
    font-size: 12px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

/* team5 */
.hoverbox-1 {
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-out 0s;
}

.hoverbox-1:after {
    content: "";
    display: block;
    background: #18a1f9;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transform: rotate3d(-1, 1, 0, 100deg);
    transition: all 0.4s ease-in-out 0s;
}

.hoverbox-1:hover:after {
    opacity: 0.9;
    transform: rotate3d(0, 0, 0, 0deg);
}

.hoverbox-1 img {
    width: 100%;
    height: auto;
}

.hoverbox-1 .hoverbox-1-content {
    position: absolute;
    top: 45%;
    left: 20px;
    right: 20px;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(10%, -30%);
    transform: translate(10%, -30%);
    transition: all 0.2s ease-out 0s;
}

.hoverbox-1:hover .hoverbox-1-content {
    opacity: 1;
    transform: translate(0%, -50%);
    transition-delay: 0.2s;
}

.hoverbox-1 .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
}

.hoverbox-1 .post {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}

.hoverbox-1 .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hoverbox-1 .social li {
    display: inline-block;
}

.hoverbox-1 .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    color: #1b1462;
    line-height: 35px;
    margin-right: 5px;
    transition: all 0.4s ease-in-out 0s;
}

.hoverbox-1 .social li a:hover {
    color: #f7f7b9;
    background: #fff;
}

@media only screen and (max-width: 990px) {
    .hoverbox-1 {
        margin-bottom: 30px;
    }
}

/* team6 */
.hoverbox-2 {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.hoverbox-2:hover {
    transform: translateY(-8px);
}

.hoverbox-2 img {
    width: 100%;
    height: auto;
}

.hoverbox-2 .hoverbox-2-content {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding-top: 40%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s ease 0s;
}

.hoverbox-2:hover .hoverbox-2-content {
    opacity: 1;
}

.hoverbox-2 .hoverbox-2-content:before,
.hoverbox-2 .hoverbox-2-content:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}

.hoverbox-2 .hoverbox-2-content:before {
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    left: 30px;
    right: 30px;
}

.hoverbox-2 .hoverbox-2-content:after {
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    top: 30px;
    bottom: 30px;
}

.hoverbox-2:hover .hoverbox-2-content:before,
.hoverbox-2:hover .hoverbox-2-content:after {
    opacity: 1;
    transform: scale(1);
}

.hoverbox-2 .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
}

.hoverbox-2-content .post {
    display: block;
    font-size: 15px;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .hoverbox-2 {
        margin-bottom: 30px;
    }
}

/* team7 */
.hoverbox-3 {
    overflow: hidden;
    position: relative;
}

.hoverbox-3:after {
    content: "";
    width: 94%;
    height: 94%;
    background: rgba(108, 119, 176, 0.8);
    position: absolute;
    top: 3%;
    left: 3%;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right center 0;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0.6s ease 0s, opacity 0.35s ease 0s;
}

.hoverbox-3:hover:after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left center 0;
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1) 0s;
}

.hoverbox-3 img {
    width: 100%;
    height: auto;
}

.hoverbox-3 .hoverbox-3-content {
    width: 100%;
    height: 100%;
    padding-top: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hoverbox-3 .title {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 10px 0 5px;
    transform: scale(1, 0);
}

.hoverbox-3:hover .title {
    transform: scale(1, 1);
    transition: all 0.3s ease 0.5s;
}

.hoverbox-3 .post {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transform: scale(0, 1);
}

.hoverbox-3:hover .post {
    transform: scale(1, 1);
    transition: all 0.3s ease 0.7s;
}

.hoverbox-3 .icon {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.hoverbox-3 .icon li {
    display: inline-block;
    position: relative;
    opacity: 0;
}

.hoverbox-3:hover .icon li {
    opacity: 1;
    transition: all 0.3s ease 0.7s;
}

.hoverbox-3 .icon li:first-child {
    left: -20px;
}

.hoverbox-3:hover .icon li:first-child {
    left: 20px;
}

.hoverbox-3 .icon li:last-child {
    float: right;
    right: -20px;
}

.hoverbox-3:hover .icon li:last-child {
    right: 20px;
}

.hoverbox-3 .icon li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .hoverbox-3 {
        margin-bottom: 30px;
    }
}

/* team8 */
.hoverbox-5 {
    text-align: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.hoverbox-5:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1)) repeat scroll 0 0 / 100% 202%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
}

.hoverbox-5:hover:after {
    background-position: 100% 100%;
}

.hoverbox-5 img {
    width: 100%;
    height: auto;
}

.hoverbox-5 .hoverbox-5-content {
    width: 100%;
    position: absolute;
    top: 38%;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
}

.hoverbox-5:hover .hoverbox-5-content {
    top: 25%;
}

.hoverbox-5 .hoverbox-5-content i {
    font-size: 28px;
    color: #fff;
}

.hoverbox-5 .title {
    font-size: 18px;
    color: #fff;
    padding: 10px;
    margin: 10px 0 0;
}

.hoverbox-5 .description {
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
    position: absolute;
    top: 35%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
}

.hoverbox-5:hover .description {
    opacity: 1;
    top: 55%;
}

@media only screen and (max-width: 990px) {
    .hoverbox-5 {
        margin-bottom: 30px;
    }
}

/* team9 */
.hoverbox-6 {
    text-align: center;
    overflow: hidden;
    hoverbox-6-shadow: 0 0 5px #7e7d7d;
    position: relative;
}

.hoverbox-6:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(2, 162, 221, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hoverbox-6:hover:after {
    opacity: 1;
}

.hoverbox-6 img {
    width: 100%;
    height: auto;
    transition: all 1.5s ease 0s;
}

.hoverbox-6:hover img {
    transform: scale(1.2);
}

.hoverbox-6 .icon {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hoverbox-6 .icon li {
    display: inline-block;
}

.hoverbox-6 .icon li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.hoverbox-6:hover .icon li a {
    top: 30%;
    opacity: 1;
}

.hoverbox-6 .icon li a:hover {
    background: #fff;
    color: #02a2dd;
}

.hoverbox-6 .icon li:first-child a {
    left: -90%;
    right: 0;
}

.hoverbox-6:hover .icon li:first-child a {
    left: -55px;
}

.hoverbox-6 .icon li:last-child a {
    right: -90%;
    left: 0;
}

.hoverbox-6:hover .icon li:last-child a {
    right: -55px;
}

.hoverbox-6 .hoverbox-6-content {
    width: 100%;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
}

.hoverbox-6:hover .hoverbox-6-content {
    bottom: 0;
}

.hoverbox-6 .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
}

.hoverbox-6 .post {
    display: block;
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .hoverbox-6 {
        margin-bottom: 30px;
    }
}

/* team10 */
.hoverbox-7 {
    text-align: center;
    hoverbox-7-shadow: 0 0 5px #7e7d7d;
    position: relative;
}

.hoverbox-7 img {
    width: 100%;
    height: auto;
}

.hoverbox-7 .hoverbox-7-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.hoverbox-7 .hoverbox-7-content:before,
.hoverbox-7 .hoverbox-7-content:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.6s ease 0.3s;
}

.hoverbox-7:hover .hoverbox-7-content {
    background-color: #18a1f9;
}

.hoverbox-7 .hoverbox-7-content:before {
    border-left: 1px solid #040404;
    border-top: 1px solid #040404;
    top: 19px;
    left: 19px;
}

.hoverbox-7 .hoverbox-7-content:after {
    border-bottom: 1px solid #040404;
    border-right: 1px solid #040404;
    bottom: 19px;
    right: 19px;
}

.hoverbox-7:hover .hoverbox-7-content:before,
.hoverbox-7:hover .hoverbox-7-content:after {
    opacity: 1;
    transform: scale(1);
}

.hoverbox-7 .title {
    font-size: 22px;
    color: #000;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all 1s ease 0.01s;
}

.hoverbox-7:hover .title {
    top: 39%;
    opacity: 1;
    transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
}

.hoverbox-7 .title:after {
    content: "";
    width: 0;
    height: 1px;
    background: #040404;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease 0s;
}

.hoverbox-7:hover .title:after {
    width: 80%;
    transition: all 1s ease 0.8s;
}

.hoverbox-7 .icon {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
    transition-delay: 0.1s;
}

.hoverbox-7:hover .icon {
    bottom: 39%;
    opacity: 1;
}

.hoverbox-7 .icon li {
    display: inline-block;
}

.hoverbox-7 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
}

.hoverbox-7 .icon li a:hover {
    background: #000;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .hoverbox-7 {
        margin-bottom: 30px;
    }
}

/* team11 */
.hoverbox-9 {
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
}

.hoverbox-9 img {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.hoverbox-9:hover img {
    bottom: -110px;
}

.hoverbox-9 .hoverbox-9-content {
    width: 100%;
    height: 100%;
    background: #527ead;
    padding: 25px;
    color: #e7f2ec;
    position: absolute;
    top: 0;
    left: 0;
}

.hoverbox-9 .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.hoverbox-9 .icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hoverbox-9 .icon li {
    display: inline-block;
}

.hoverbox-9 .icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #83c5de;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.hoverbox-9 .icon li a:hover {
    background: #527ead;
}

@media only screen and (max-width: 990px) {
    .hoverbox-9 {
        margin-bottom: 30px;
    }
}

/* team12 */
.hoverbox-10 {
    text-align: center;
    overflow: hidden;
    position: relative;
    hoverbox-10-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.hoverbox-10 img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    transition: all 0.3s ease 0s;
}

.hoverbox-10:hover img {
    left: 100%;
    transform: scale(0.7) rotateZ(180deg);
}

.hoverbox-10 .hoverbox-10-content {
    width: 100%;
    height: 100%;
    background: #696059;
    position: absolute;
    top: 0;
    left: -100%;
    transform: scale(0.7) rotateZ(180deg);
    transition: all 0.3s ease 0s;
}

.hoverbox-10:hover .hoverbox-10-content {
    left: 0;
    transform: scale(1) rotateZ(0deg);
}

.hoverbox-10 .title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 40px;
}

.hoverbox-10 .description {
    font-size: 14px;
    font-style: italic;
    color: #fff;
    padding: 0 10px;
    margin: 15px 0;
}

.hoverbox-10 .read-more {
    display: block;
    width: 100px;
    padding: 7px 0;
    background: #ecdfbd;
    border-radius: 10px 0 10px 0;
    font-size: 14px;
    color: #484141;
    text-transform: capitalize;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}

.hoverbox-10 .read-more:hover {
    border-radius: 0 10px 0 10px;
}

@media only screen and (max-width: 990px) {
    .hoverbox-10 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .hoverbox-10 .title {
        margin-top: 10px;
        padding-bottom: 8px;
    }
}

/* team13 */
.hoverbox-11 {
    text-align: center;
    hoverbox-11-shadow: 0 0 5px #7e7d7d;
    overflow: hidden;
    position: relative;
}

.hoverbox-11 img {
    width: 100%;
    height: auto;
}

.hoverbox-11 .hoverbox-11-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-transition: all 0.3s linear 0.3s;
    -moz-transition: all 0.3s linear 0.3s;
    -ms-transition: all 0.3s linear 0.3s;
    -webkit-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
}

.hoverbox-11:hover .hoverbox-11-layer {
    hoverbox-11-shadow: inset 0 0 25px 250px rgba(35, 31, 31, 0.7);
}

.hoverbox-11 .hoverbox-11-content {
    width: 100%;
    height: 100%;
    background: transparent;
    padding-top: 35px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.hoverbox-11:hover .hoverbox-11-content {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hoverbox-11 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px;
}

.hoverbox-11 .description {
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    margin: 15px 0;
}

.hoverbox-11 .read-more {
    display: block;
    width: 120px;
    padding: 10px 0;
    background: #18a1f9;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}

.hoverbox-11 .read-more:hover {
    background: #c62020;
}

@media only screen and (max-width: 990px) {
    .hoverbox-11 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .hoverbox-11 .hoverbox-11-content {
        padding-top: 0;
    }
}

@media only screen and (max-width: 360px) {
    .hoverbox-11 .title {
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

/* team14 */
.hoverbox-13 {
    overflow: hidden;
    position: relative;
    hoverbox-13-shadow: 0 0 5px #a3a3a3;
}

.hoverbox-13:before {
    content: "";
    width: 80%;
    height: 220%;
    background: #18a1f9;
    position: absolute;
    top: -50%;
    left: -100%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
}

.hoverbox-13:hover:before {
    left: 10%;
}

.hoverbox-13:after {
    content: "";
    width: 55%;
    height: 175%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -1000%;
    left: 53%;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: all 0.8s ease 0s;
}

.hoverbox-13:hover:after {
    bottom: -70%;
}

.hoverbox-13 img {
    width: 100%;
    height: auto;
}

.hoverbox-13 .hoverbox-13-content {
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    color: #fff;
    padding: 0 20px;
    z-index: 2;
    transition: all 1.1s ease 0s;
}

.hoverbox-13:hover .hoverbox-13-content {
    top: 30px;
}

.hoverbox-13 .title {
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
}

.hoverbox-13 .post {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 5px;
}

.hoverbox-13 .icon {
    width: 100%;
    list-style: none;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 2;
    transition: all 1.1s ease 0s;
}

.hoverbox-13:hover .icon {
    bottom: 25px;
}

.hoverbox-13 .icon li {
    display: inline-block;
}

.hoverbox-13 .icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #444;
    border-radius: 50%;
    margin: 0 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.hoverbox-13 .icon li a:hover {
    background: #fff;
    color: #ff402a;
}

@media only screen and (max-width: 990px) {
    .hoverbox-13 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .hoverbox-13 .title {
        font-size: 20px;
    }
}

/* team15 */
.hoverbox-14 {
    background: #212121;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    hoverbox-14-shadow: 0 0 5px #555;
    transition: all 0.55s ease;
}

.hoverbox-14 img {
    width: 100%;
    height: auto;
    transition: all 0.55s ease;
}

.hoverbox-14:hover img {
    opacity: 0.5;
}

.hoverbox-14 .hoverbox-14-content {
    padding: 5px 10px 10px;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.hoverbox-14 .hoverbox-14-content:before,
.hoverbox-14 .hoverbox-14-content:after {
    content: "";
    width: 767px;
    height: 2px;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.hoverbox-14 .hoverbox-14-content:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.hoverbox-14 .hoverbox-14-content:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hoverbox-14 .hoverbox-14-content-inner:before,
.hoverbox-14 .hoverbox-14-content-inner:after {
    content: "";
    width: 2px;
    height: 767px;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.hoverbox-14 .hoverbox-14-content-inner:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hoverbox-14 .hoverbox-14-content-inner:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hoverbox-14:hover .hoverbox-14-content:before,
.hoverbox-14:hover .hoverbox-14-content:after,
.hoverbox-14:hover .hoverbox-14-content-inner:before,
.hoverbox-14:hover .hoverbox-14-content-inner:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.hoverbox-14:hover .hoverbox-14-content:before,
.hoverbox-14:hover .hoverbox-14-content:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hoverbox-14 .title {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.hoverbox-14 .post {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #434343;
    padding: 5px 10px;
    background: #fff;
    text-transform: capitalize;
}

@media only screen and (max-width: 990px) {
    .hoverbox-14 {
        margin-bottom: 30px;
    }
}

/* team16 */
.hoverbox-15 {
    position: relative;
    overflow: hidden;
    hoverbox-15-shadow: 0 0 5px #808080;
}

.hoverbox-15:before,
.hoverbox-15:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.hoverbox-15:before {
    bottom: 5%;
    left: 5%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.hoverbox-15:after {
    top: 5%;
    right: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.hoverbox-15:hover:before,
.hoverbox-15:hover:after {
    opacity: 1;
    width: 90%;
    height: 90%;
}

.hoverbox-15 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.hoverbox-15:hover img {
    transform: scale(1.05);
}

.hoverbox-15 .hoverbox-15-content {
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.hoverbox-15 .title,
.hoverbox-15 .post {
    display: block;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.hoverbox-15:hover .title,
.hoverbox-15 .post {
    opacity: 0;
}

.hoverbox-15:hover .post {
    opacity: 1;
}

@media only screen and (max-width: 990px) {
    .hoverbox-15 {
        margin-bottom: 20px;
    }
}

/* team17 */
.hoverbox-16 {
    position: relative;
    perspective: 1000px;
}

.hoverbox-16 .hoverbox-16-img {
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}

.hoverbox-16:hover .hoverbox-16-img {
    transform: rotateY(-90deg);
}

.hoverbox-16 .hoverbox-16-img img {
    width: 100%;
    height: auto;
}

.hoverbox-16 .hoverbox-16-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}

.hoverbox-16:hover .hoverbox-16-content {
    transform: rotateY(0);
}

.hoverbox-16 .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.hoverbox-16 .description {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.hoverbox-16 .title:after,
.hoverbox-16 .description:after {
    content: "";
    width: 80%;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 15px auto;
}

.hoverbox-16 .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hoverbox-16 .social-links li {
    display: inline-block;
    margin: 0 10px;
}

.hoverbox-16 .social-links li a {
    font-size: 20px;
    color: #a6a6a6;
}

.hoverbox-16 .social-links li a:hover {
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .hoverbox-16 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .hoverbox-16 .hoverbox-16-content {
        padding: 20px;
    }
}

/* team18 */
.hoverbox-17 {
    text-align: center;
    background: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease 0s;
}

.hoverbox-17:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background: #18a1f9;
    opacity: 0.4;
    transition: all 0.35s ease-in 0s;
}

.hoverbox-17:hover:before {
    right: 0;
    transition: all 0.35s ease-out 0s;
}

.hoverbox-17:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-width: 200px 200px 200px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    opacity: 0.9;
    transform: translateY(-50%);
    transition: all 0.35s ease-out 0s;
}

.hoverbox-17:hover:after {
    left: 50%;
    transition: all 0.35s ease-in 0.2s;
}

.hoverbox-17 img {
    width: 100%;
    height: auto;
}

.hoverbox-17:hover img {
    opacity: 0.4;
}

.hoverbox-17 .hoverbox-17-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hoverbox-17 .title,
.hoverbox-17 .post {
    width: 100%;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    top: 47%;
    left: 0;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    transform: translate(-25%, -50%);
    transition: all 0.3s ease-out 0.2s;
}

.hoverbox-17 .post {
    font-size: 15px;
    transform: translate(-25%, 60%);
}

.hoverbox-17:hover .title {
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: 0.7s;
}

.hoverbox-17:hover .post {
    opacity: 1;
    transform: translate(0, 60%);
    transition-delay: 0.7s;
}

@media only screen and (max-width: 990px) {
    .hoverbox-17 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hoverbox-17:after {
        border-width: 800px 800px 800px 0;
    }
}

/* team19 */
.hoverbox-20 {
    border: 4px solid #fff;
    hoverbox-20-shadow: 0 0 10px #808080;
    position: relative;
    text-align: center;
}

.hoverbox-20 img {
    width: 100%;
    height: auto;
}

.hoverbox-20 .over-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.50s ease;
}

.hoverbox-20:hover .over-layer {
    opacity: 1;
}

.hoverbox-20 .post {
    position: relative;
    top: 35%;
    color: #fff;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.50s ease 0s;
}

.hoverbox-20:hover .over-layer .post {
    opacity: 1;
    top: 40%;
}

.hoverbox-20 .title {
    position: relative;
    bottom: -45%;
    opacity: 0;
    font-size: 18px;
    color: #808080;
    transition: all 0.50s ease 0.4s;
}

.hoverbox-20:hover .over-layer .title {
    opacity: 1;
    bottom: -40%;
}

@media only screen and (max-width: 990px) {
    .hoverbox-20 {
        margin-bottom: 20px;
    }
}

/* team20 */
.hoverbox-21 {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.hoverbox-21:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hoverbox-21:hover:after {
    opacity: 1;
}

.hoverbox-21 img {
    width: 100%;
    height: auto;
}

.hoverbox-21 .icon1,
.hoverbox-21 .icon2 {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    background: #fff;
    position: absolute;
    top: 35%;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0s;
}

.hoverbox-21 .icon1 {
    left: 15%;
}

.hoverbox-21:hover .icon1 {
    left: 30%;
    opacity: 1;
}

.hoverbox-21 .icon2 {
    right: 15%;
}

.hoverbox-21:hover .icon2 {
    right: 30%;
    opacity: 1;
}

.hoverbox-21 .icon a {
    display: block;
    font-size: 22px;
    color: #000;
}

.hoverbox-21 .hoverbox-21-content {
    width: 100%;
    background: #18a1f9;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 15px 0;
    color: #fff;
    z-index: 2;
    transition: all 0.5s ease 0s;
}

.hoverbox-21:hover .hoverbox-21-content {
    bottom: 0;
}

.hoverbox-21 .title {
    font-size: 24px;
    margin: 0;
}

.hoverbox-21 .post {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 5px;
}

@media only screen and (max-width: 990px) {
    .hoverbox-21 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .hoverbox-21:hover .icon1 {
        left: 27%;
    }

    .hoverbox-21:hover .icon2 {
        right: 27%;
    }
}

/* team21 */
.hoverbox-19 {
    position: relative;
}

.hoverbox-19 .hoverbox-19-img {
    border: 4px solid #cecdcd;
}

.hoverbox-19 .hoverbox-19-img img {
    width: 100%;
    height: auto;
}

.hoverbox-19 .hoverbox-19-content {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    opacity: 0;
    padding: 24% 8%;
    text-align: center;
    background: #a56cbe;
    border: 4px solid #cb95e1;
    transition: all 0.50s ease 0s;
}

.hoverbox-19:hover .hoverbox-19-content {
    opacity: 1;
    z-index: 1;
    transform: rotate(45deg);
}

.hoverbox-19 .title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    transform: rotate(-45deg) translate(-6%);
}

.hoverbox-19 .social-links {
    transform: rotate(-46deg) translate(17%);
    margin-top: 20%;
}

.hoverbox-19 .social-links li {
    list-style: none;
    display: inline-block;
    text-align: center;
}

.hoverbox-19 .social-links li a {
    color: #fff;
    font-size: 1em;
    border: 1px solid #fff;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
}

.hoverbox-19 .social-links li a:hover {
    background: #333;
    text-decoration: none;
}

@media only screen and (max-width: 990px) {
    .hoverbox-19 {
        margin-bottom: 30px;
        overflow: hidden;
    }

    .hoverbox-19 .hoverbox-19-content {
        padding: 24% 5%;
    }
}

@media only screen and (max-width: 767px) {
    .hoverbox-19 .title {
        transform: rotate(-45deg) translate(-10%);
    }

    .hoverbox-19 .social-links {
        transform: rotate(-46deg) translate(9%);
    }
}

@media only screen and (max-width: 479px) {
    .hoverbox-19 .title {
        font-size: 18px;
        transform: rotate(-45deg) translate(-4%);
    }

    .hoverbox-19 .social-links {
        transform: rotate(-46deg) translate(16%);
    }

    .hoverbox-19 .social-links li a {
        width: 20px;
        height: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
    }
}

/********* 1.10 SKILL BLOCKS STYLES /*****

/* skills1 */
#skills1 {
    width: 100%;
    background: #fff;
    padding: 40px;
    position: relative;
}

#skills1 h4 {
    margin-top: 0;
}

#skills1 p {
    font-size: 13px;
    font-weight: 200;
    width: 90%;
}

#skills1 img {
    margin-top: 5px;
    margin-bottom: 5px;
}

#skills1 p.prog-para {
    margin-bottom: 0;
}

#skills1 .progress {
    height: 8px;
    width: 90%;
    border-radius: 20px;
    box-shadow: none;
    overflow: hidden;
}

#skills1 .progress-bar {
    background: #425cbb;
    position: relative;
    border-radius: 20px;
}

/* skills2 */
#skills2 {
    padding: 40px 0;
}

#skills2 h1 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
}

#skills2 .chart {
    position: relative;
    display: inline-block;
    margin: 20px 10px;
    color: #282828;
    font-size: 14px;
    text-align: center;
}

#skills2 .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/* skills3 */
#skills3 {
    padding: 40px 0;
    background-color: #282828;
}

#skills3 h1 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
}

#skills3 .chart2 {
    position: relative;
    display: inline-block;
    margin: 20px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#skills3 .chart2 canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/* skills4 */
.skills4 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.skills4 .progress {
    height: 35px;
}

.skills4 .progress .skill {
    font: normal 12px;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

.skills4 .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

.skills4 .progress-bar {
    text-align: left;
    transition-duration: 3s;
    background-color: #1583c9;
}

/* skills5 */
.skill5 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.skill5 .counter-count {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    font-size: 40px;
    background-color: #1583c9;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 172px;
    width: 192px;
    height: 192px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-shadow: rgb(13, 115, 188) 1px 1px, rgb(13, 115, 188) 2px 2px, rgb(13, 115, 188) 3px 3px, rgb(13, 115, 188) 4px 4px, rgb(13, 115, 188) 5px 5px, rgb(13, 115, 188) 6px 6px, rgb(13, 115, 188) 7px 7px, rgb(13, 115, 188) 8px 8px, rgb(13, 115, 188) 9px 9px, rgb(13, 115, 188) 10px 10px, rgb(13, 115, 188) 11px 11px, rgb(13, 115, 188) 12px 12px, rgb(13, 116, 189) 13px 13px, rgb(13, 116, 189) 14px 14px, rgb(13, 116, 189) 15px 15px, rgb(13, 116, 189) 16px 16px, rgb(13, 117, 191) 17px 17px, rgb(13, 117, 191) 18px 18px, rgb(13, 117, 191) 19px 19px, rgb(13, 118, 192) 20px 20px, rgb(13, 118, 192) 21px 21px, rgb(14, 119, 194) 21px 21px, rgb(14, 120, 196) 22px 22px, rgb(14, 121, 197) 23px 23px, rgb(14, 122, 199) 24px 24px, rgb(14, 123, 201) 25px 25px, rgb(14, 124, 203) 26px 26px, rgb(14, 125, 204) 27px 27px, rgb(14, 126, 206) 28px 28px, rgb(15, 127, 208) 29px 29px, rgb(15, 128, 209) 30px 30px;
}

.skill5 .counter-count .counter-percent {
    font-size: 40px;
    color: #ffffff;
    margin-left: 1px;
    text-shadow: rgb(13, 115, 188) 1px 1px, rgb(13, 115, 188) 2px 2px, rgb(13, 115, 188) 3px 3px, rgb(13, 115, 188) 4px 4px, rgb(13, 115, 188) 5px 5px, rgb(13, 115, 188) 6px 6px, rgb(13, 115, 188) 7px 7px, rgb(13, 115, 188) 8px 8px, rgb(13, 115, 188) 9px 9px, rgb(13, 115, 188) 10px 10px, rgb(13, 115, 188) 11px 11px, rgb(13, 115, 188) 12px 12px, rgb(13, 116, 189) 13px 13px, rgb(13, 116, 189) 14px 14px, rgb(13, 116, 189) 15px 15px, rgb(13, 116, 189) 16px 16px, rgb(13, 117, 191) 17px 17px, rgb(13, 117, 191) 18px 18px, rgb(13, 117, 191) 19px 19px, rgb(13, 118, 192) 20px 20px, rgb(13, 118, 192) 21px 21px, rgb(14, 119, 194) 21px 21px, rgb(14, 120, 196) 22px 22px, rgb(14, 121, 197) 23px 23px, rgb(14, 122, 199) 24px 24px, rgb(14, 123, 201) 25px 25px, rgb(14, 124, 203) 26px 26px, rgb(14, 125, 204) 27px 27px, rgb(14, 126, 206) 28px 28px, rgb(15, 127, 208) 29px 29px, rgb(15, 128, 209) 30px 30px;
}

.skill5 .counter-bottom {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
}

/********* 1.11 PRICING BLOCKS STYLES /*****

/* pricing 1 */
.pricing1 {
    text-align: center;
    border: 2px solid #ddd;
}

.pricing1 .top {
    border-bottom: 2px solid #ddd;
    padding: 40px 0px;
}

.pricing1 .top h2 {
    margin-bottom: 10px;
}

.pricing1 .top > * {
    margin: 0px;
}

.pricing1 .top .price {
    font-size: 34px;
    font-weight: bold;
    color: #16A085;
}

.pricing1 .top .price span {
    font-size: 16px;
    font-weight: bold;
    color: #aaa;
}

.pricing1 .bottom {
    padding: 40px;
}

.pricing1 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px 0px 40px;
    padding: 0px;
}

/* pricing 2 */
.pricing2:hover {
    box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.2);
}

.pricing2 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
}

.pricing2 .top {
    background: #2C3E50;
    color: #eee;
    padding: 40px;
    color: #ECF0F1;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.pricing2 .top h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
}

.pricing2 .top > * {
    margin: 0px;
}

.pricing2 .top .price .currency {
    font-size: 24px;
    line-height: 54px;
    vertical-align: top;
    display: inline-block;
}

.pricing2 .top .price b {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.pricing2 .top .price .month {
    color: #ccc;
}

.pricing2 .bottom {
    border: 3px solid #dee2e4;
    border-top: 0px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pricing2 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.pricing2 .bottom ul li {
    line-height: 54px;
    border-bottom: 3px solid #dee2e4;
    padding: 0px 40px;
}

.pricing2 .bottom ul li > span {
    color: #16A085;
    font-size: 20px;
    margin-right: 20px;
}

.pricing2 .bottom > a {
    margin: 40px;
    width: auto;
}

.pricing3 {
    text-align: center;
    color: #8C9899;
}

.pricing3 .top {
    padding: 40px;
    border: 2px solid #d2d7db;
}

.pricing3 .top .price {
    font-weight: bold;
    font-size: 22px;
}

.pricing3 .top > * {
    margin: 0px;
}

.pricing3 .top h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #3D566E;
    margin-bottom: 10px;
}

.pricing3 ul {
    list-style: none;
    list-style-type: none;
    padding: 0px;
}

.pricing3 ul li {
    line-height: 52px;
    border-bottom: 2px solid #d2d7db;
}

.pricing3 ul li:last-child {
    border-bottom: 0px;
}

.pricing3 ul li b {
    color: #707c7d;
}

.pricing3 .bottom {
    border-left: 2px solid #d2d7db;
    border-right: 2px solid #d2d7db;
    padding: 30px;
}

.pricing3 > a {
    display: block;
    background: #d2d7db;
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    border: 2px solid #d2d7db;
    transition: background 0.5s border-color 0.5s;
    -webkit-transition: background 0.5s border-color 0.5s;
    -moz-transition: background 0.5s border-color 0.5s;
}

.pricing3 > a:hover {
    background: #16A085;
    border-color: #16A085;
}

span.pIcon {
    font-size: 34px;
    color: #2980B9;
}

/* pricingtable1 */
#pricing1 {
    padding: 40px 0;
}

#pricing1 ul.pricing-table {
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#pricing1 ul.pricing-table .btn {
    margin-top: 15px;
    text-align: center;
}

#pricing1 ul.pricing-table li {
    text-align: center;
    padding: 5px 0;
    margin: 0;
    color: #393939;
}

#pricing1 ul.pricing-table li.first {
    padding: 15px 0 5px 0;
}

#pricing1 ul.pricing-table li.title {
    font-size: 16px;
    padding: 15px 0;
    color: #282828;
}

#pricing1 ul.pricing-table li.price {
    color: #425cbb;
    font-size: 58px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
    position: relative;
}

#pricing1 ul.pricing-table li.price span.price-val {
    position: absolute;
    top: 3px;
    font-size: 32px;
}

#pricing1 ul.pricing-table li.price span.price-month {
    color: #908b8b;
    font-size: 10px;
}

#pricing1 ul.pricing-table li > span.dark {
    color: #191818;
}

/* pricingtable2 */
#pricing2 {
    width: 100%;
    height: 100%;
    min-height: 350px;
    background: no-repeat center center;
    background-attachment: scroll;
    background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    padding: 40px 0;
}

#pricing2 ul.pricing-table {
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#pricing2 ul.pricing-table .btn {
    margin-top: 15px;
    text-align: center;
}

#pricing2 ul.pricing-table li {
    text-align: center;
    padding: 5px 0;
    margin: 0;
    color: #393939;
}

#pricing2 ul.pricing-table li.first {
    padding: 15px 0 5px 0;
}

#pricing2 ul.pricing-table li.title {
    font-size: 16px;
    padding: 15px 0;
    color: #282828;
}

#pricing2 ul.pricing-table li.price {
    color: #425cbb;
    font-size: 58px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
    position: relative;
}

#pricing2 ul.pricing-table li.price span.price-val {
    position: absolute;
    top: 3px;
    font-size: 32px;
}

#pricing2 ul.pricing-table li.price span.price-month {
    color: #908b8b;
    font-size: 10px;
}

#pricing2 ul.pricing-table li > span.dark {
    color: #191818;
}

/* pricingtebles3 */
#pricing3 {
    padding: 40px 0 30px 0;
}

#pricing3 .circle {
    background: #ffffff;
    padding: 35px;
    text-align: center;
    height: 270px;
    width: 270px;
    border-radius: 250px;
    border: 8px solid #ededed;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 10px;
    margin: 0 auto;
}

#pricing3 .circle h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#pricing3 .circle .fa {
    font-size: 38px;
}

#pricing3 .circle span.price-large {
    font-size: 58px;
    font-weight: bold;
}

#pricing3 .price-small {
    font-size: 20px;
}

#pricing3 .circle:hover {
    background: #282828;
    color: #ffffff;
}

#pricing3 p {
    font-size: 12px;
}

/* pricingtebles4 */
#pricing4 {
    padding: 40px 0 30px 0;
}

#pricing4 .rectangle {
    background: #282828;
    padding: 35px;
    text-align: center;
    height: 270px;
    width: 270px;
    color: #fff;
    border: 8px solid #ededed;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 10px;
    margin: 0 auto;
}

#pricing4 .rectangle h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#pricing4 .rectangle .fa {
    font-size: 38px;
}

#pricing4 .rectangle span.price-large {
    font-size: 58px;
    font-weight: bold;
}

#pricing4 .price-small {
    font-size: 20px;
}

#pricing4 .rectangle:hover {
    background: #fff;
    color: #282828;
}

#pricing4 p {
    font-size: 12px;
}

/* pricingtable5 */
#pricing5 {
    padding: 40px 0;
}

#pricing5 .table {
    margin-top: 15px;
    width: 100%;
    padding: 30px 10px;
    border: 2px solid #282828;
}

#pricing5 .long-table {
    margin-top: 0;
    padding: 40px 10px 50px 10px;
}

#pricing5 h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #425cbb;
}

#pricing5 h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #282828;
    margin: 20px 0 15px 0;
}

#pricing5 p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #898989;
    font-weight: 300;
    margin: 15px 0 35px 0;
}

#pricing5 ul.table-content {
    list-style: none;
    text-align: center;
    margin: 35px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
}

/* pricingtable6 */
#pricing6 {
    padding: 60px 0;
}

#pricing6 .table {
    width: 100%;
    padding: 30px 10px;
    border: 2px solid #282828;
}

#pricing6 .table h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #425cbb;
}

#pricing6 .table h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #282828;
    margin: 20px 0 15px 0;
}

#pricing6 .table p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #898989;
    font-weight: 300;
    margin: 15px 0 35px 0;
}

#pricing6 h3 {
    font-size: 18px;
}

#pricing6 p {
    font-size: 14px;
    margin: 10px 0 20px 0;
}

/* pricingtable6 */
#pricing6 {
    padding: 60px 0;
}

#pricing6 .table {
    width: 100%;
    padding: 30px 10px;
    border: 2px solid #282828;
}

#pricing6 .table h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #62b151;
}

#pricing6 .table h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #282828;
    margin: 20px 0 15px 0;
}

#pricing6 .table p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #898989;
    font-weight: 300;
    margin: 15px 0 35px 0;
}

#pricing6 h3 {
    font-size: 18px;
}

#pricing6 p {
    font-size: 14px;
    margin: 10px 0 20px 0;
}

/* pricingtable7 */
#pricing7 {
    padding: 60px 0;
}

#pricing7 .table {
    width: 100%;
    padding: 30px 10px;
    border: 2px solid #f5f5f5;
    background-color: #282828;
}

#pricing7 .table h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #425cbb;
}

#pricing7 .table h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 20px 0 15px 0;
}

#pricing7 .table p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #898989;
    font-weight: 300;
    margin: 15px 0 35px 0;
}

#pricing7 h3 {
    font-size: 18px;
}

#pricing7 p {
    font-size: 14px;
    margin: 10px 0 20px 0;
}

/* pricingtable 8 */
.pricing8 .pricing8-plan {
    text-align: center;
    margin-bottom: 35px;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 35px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.pricing8 h1 {
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
}

.pricing8 h3 {
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
}

.pricing8 .pricing8-plan {
    background: #fff;
    overflow: hidden;
}

.pricing8 .pricing8-header .name {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 25px;
    margin-top: 15px;
    color: #999;
}

.pricing8 .pricing8-header .price {
    color: #444;
}

.pricing8 .pricing8-header .value {
    font-size: 75px;
    line-height: 75px;
}

.pricing8 .pricing8-header .price sup {
    font-size: 40px;
    line-height: 40px;
    top: 0px;
    margin-right: -5px;
    vertical-align: top;
}

.pricing8 .pricing8-body {
    padding-top: 40px;
}

.pricing8 .pricing8-body ul {
    padding-left: 0;
    list-style: none;
    font-size: 13px;
    color: #999;
    margin: 0;
}

.pricing8 .pricing8-body ul li + li {
    border-top: 1px solid rgba(42, 42, 42, 0.05);
    padding-top: 10px;
    margin-top: 10px;
    margin-left: -35px;
    margin-right: -35px;
}

.pricing8 .pricing8-footer {
    padding-top: 30px;
}

.pricing8 .pricing8-btn {
    margin-right: -35px;
    margin-left: -35px;
}

.pricing8 .pricing8-btn a {
    display: inline-block;
    padding: 8px 12px;
    font-size: 13px;
    min-width: 100%;
    text-transform: uppercase;
    color: #444;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: rgba(42, 42, 42, 0.05);
}

.pricing8 .pricing8-plan:hover,
.pricing8 .pricing8-plan.featured {
    -webkit-box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.2);
}

.pricing8 .pricing8-plan:hover .price,
.pricing8 .featured .price {
    color: #1583c9;
}

.pricing8 .pricing8-plan:hover .pricing8-btn a,
.pricing8 .featured .pricing8-btn a {
    color: #1583c9;
    border-color: #1583c9;
}

.pricing8 .pricing8-plan:hover .pricing8-btn a:hover {
    background: #1583c9;
    color: #fff;
}

/* pricing-table 9 */
.pricing9 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pricing9 .price-list {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 30px;
    border: 1px solid #e5e7ea;
    background: #f7f8fa;
    transition: all 0.25s linear;
}

.pricing9 .price-list.active,
.price-list:hover {
    position: relative;
}

.pricing9 .price-list.active:before,
.price-list:hover:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    border-style: solid;
    border-width: 48px 48px 0 0;
    border-color: #1583c9 transparent transparent;
    z-index: 2;
    width: 0;
    height: 0;
}

.pricing9 .price-list.active:after,
.price-list:hover:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: auto;
    top: 0;
    bottom: auto;
    right: 0;
    border-style: solid;
    border-width: 0 48px 48px 0;
    border-color: transparent #1583c9 transparent transparent;
    z-index: 0;
    width: 0;
    height: 0;
}

.pricing9 .price-btn {
    font-size: 19px;
    line-height: 21px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    padding: 18px 35px 15px;
    background: #1583c9;
    transition: all 0.25s linear;
}

.pricing9 .price-btn .fa {
    font-size: 21px;
    line-height: 23px;
    margin: 0 15px 0 0;
}

.pricing9 .price-btn:hover {
    background: #1c1c1c;
    color: #fff;
}

.pricing9 .price-list.price .price-btn {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 15px;
}

.pricing9 .price-list li {
    padding: 14px;
    overflow: hidden;
    border-top: 1px solid #e5e7ea;
    transition: all 0.25s linear;
}

.pricing9 .price-list li:first-child {
    border-top: none;
}

.pricing9 .price-list .border {
    border: none;
}

.pricing9 .price-list .price {
    background: #1c1c1c;
    padding: 44px 0 40px;
    position: relative;
    margin: 0 0 25px;
    transition: all 0.25s linear;
}

.pricing9 .price-list .price .title {
    font-size: 25px;
    line-height: 42px;
    color: #1583c9;
    font-weight: 700;
    display: block;
    margin: 0 0 8px;
}

.pricing9 .price-list .price .txt {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px;
    display: block;
}

.pricing9 .price-list .price .txt sup {
    font-size: 30px;
    top: -20px;
    margin: 0 -9px 0 0;
}

.pricing9 .price-list .price .txt2 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
    transition: all 0.25s linear;
}

.pricing9 .price-list .btns {
    padding: 33px 0 0;
}

@media (max-width: 1023px) {
    .pricing9 .price-list.price {
        margin: 0 0 30px;
    }

    .pricing9 .price-btn {
        padding: 15px 19px;
    }
}

@media (max-width: 767px) {
    .pricing9 .price-list {
        margin: 0 0 30px;
    }
}

/* Pricingtable 10 */
.pricing10 {
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.pricing10 .pricing10-header {
    position: relative;
    padding: 20px;
    background: #1583c9;
}

.pricing10 .pricing10-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    bottom: -40px;
    margin-top: -40px;
    border: 1px solid;
}

.pricing10 .pricing10-header .amount {
    color: #fff;
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
}

.pricing10 .price span {
    font-size: 45px;
    font-weight: 700;
    display: block;
}

.pricing10 .pricing10-list {
    padding: 30px 0 0;
}

.pricing10 .pricing10-list li {
    color: #666;
    position: relative;
    text-transform: capitalize;
    padding: 15px;
}

.pricing10 .pricing10-list li span {
    background: #353535;
    padding: 1px 12px;
    border-radius: 5px;
    float: right;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 27px;
}

.pricing10 .pricing10-list li span::before {
    position: absolute;
    bottom: -1px;
    left: -4px;
    content: "";
    border-left: 14px solid #353535;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
}

.pricing10 .pricing10-list li:last-child {
    margin: 0;
}

.pricing10 .pricing10-list li.cross {
    opacity: 0.5;
}

.pricing10 .pricing10-list i {
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
}

.pricing10 .table-bottom {
    text-align: center;
    background: #1583c9;
    padding: 20px;
}

.pricing10 .table-bottom a {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    background-color: #000;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
}

.pricing10 i {
    font-size: 16px;
    margin-right: 10px;
}

.pricing10 .table-bottom .text {
    color: #fff;
    margin: 0;
}

.pricing10 .table-default .table-default {
    margin-top: 30px;
}

.pricing10 .table-default .table-default .pricing10-title {
    margin: 0;
    font-weight: 700;
}

.pricing10 .table-default .table-default .text {
    font-weight: 400;
}

.pricing10 .table-default .table-default .pricing10-list,
.pricing10 .table-default .table-default .pricing10-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing10 .table-default .pricing10-list li {
    font-size: 14px;
    font-weight: 400;
    display: block;
    cursor: pointer;
}

/********* 1.12 TESTIMONIAL BLOCKS STYLES /*****

/* testimonial1 */
#testimonial1 {
    padding: 40px;
    background-color: #425cbb;
}

#testimonial1 h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-bottom: 40px;
}

#testimonial1 .box {
    background-color: #282828;
    padding: 20px 40px 40px 40px;
    border-radius: 4px;
    margin: 0 10px;
}

#testimonial1 .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #282828;
    margin-left: 30px;
}

#testimonial1 .box p {
    overflow: hidden;
    color: #fff;
    font-size: 12px;
}

#testimonial1 .item h3 {
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}

#testimonial1 .item h6 {
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
    color: #282828;
}

#testimonial1 .box .icon {
    float: left;
    margin-right: 20px;
}

#testimonial1 .box .icon img {
    width: 100%;
    max-width: 120px;
}

@media (min-width: 0px) and (max-width: 481px) {
    #testimonial1 .box .icon {
        float: none;
        margin-right: 0;
    }

    #testimonial1 .box .icon img {
        display: block;
        margin: 0 auto;
    }

    #testimonial1 .box p {
        text-align: center;
    }
}

/* testimonial2 */
#testimonial2 {
    padding: 40px 0;
}

#testimonial2 .image-content img {
    max-width: 100%;
}

#testimonial2 .image-content::after {
    content: "";
    background-color: #3498db;
    position: absolute;
    top: 20px;
    right: -5px;
    width: 40px;
    height: 4px;
}

#testimonial2 .testimonials {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

#testimonial2 .testimonials .item {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}

#testimonial2 .testimonials .item h3 {
    margin-bottom: 20px;
}

#testimonial2 .testimonials .item h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

#testimonial2 .testimonials .item h5 {
    font-size: 12px;
}

#testimonial2 .owl-pagination {
    margin-top: 40px;
    text-align: right;
}

#testimonial2 .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    background-color: rgba(52, 152, 219, 0.1);
    border-radius: 50%;
    display: inline-flex;
    margin: 0 5px;
    border: 1px solid #3498db;
}

#testimonial2 .owl-pagination .owl-page.active {
    background-color: #3498db;
}

@media (max-width: 768px) {
    #testimonial2 .image-content::after {
        display: none;
    }
}

/* testimonial3 */
.testimonial3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonial3 .quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 30px;
}

#testimonial3.carousel {
    padding-bottom: 60px;
}

#testimonial3.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#testimonial3.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#testimonial3.carousel .carousel-indicators {
    bottom: 10px;
}

#testimonial3.carousel .carousel-indicators > li {
    background-color: #1583c9;
    border: none;
}

#testimonial3 blockquote {
    text-align: center;
    border: none;
    margin-top: 30px;
}

#testimonial3 img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/* testimonial 4 */
#testimonial4 {
    overflow: hidden;
    min-height: 375px;
    position: relative;
    background: #1583c9;
}

#testimonial4 .carousel-inner {
    width: 75%;
    margin: auto;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

@media only screen and (max-width: 320px) {
    .testimonial4_slide p {
        font-size: 10px;
    }

    .testimonial4_slide h4 {
        font-size: 14px;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .testimonial4_slide p {
        font-size: 10px;
    }

    .testimonial4_slide h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial4_control_button .carousel-control {
        display: none;
    }

    .testimonial4_header {
        width: 95%;
    }

    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }

    .testimonial4_slide p {
        font-size: 14px;
    }

    .testimonial4_slide h4 {
        font-size: 18px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .testimonial4_control_button .carousel-control.left {
        left: 2%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 2%;
    }

    .testimonial4_header {
        width: 95%;
    }

    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }

    .testimonial4_slide p {
        font-size: 14px;
    }

    .testimonial4_slide h4 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial4_control_button .carousel-control.left {
        left: 5%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 5%;
    }
}

@-webkit-keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Testimonial 5 */
#testimonial5 {
    overflow: hidden;
    min-height: 300px;
    position: relative;
}

#testimonial5 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial5 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial5 .carousel-inner .item {
    overflow: hidden;
}

.testimonial5_indicators .carousel-indicators {
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 65px;
    padding: 2px 0;
    cursor: e-resize;
    overflow-x: auto;
    line-height: 90px;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial5_indicators .carousel-indicators li {
    padding: 0;
    width: 35px;
    height: 35px;
    border: none;
    text-indent: 0;
    margin: 0 6px;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial5_indicators .carousel-indicators .active {
    padding: 0;
    width: 35px;
    height: 35px;
    border: none;
    margin: 0 6px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial5_indicators .carousel-indicators li img {
    width: 100%;
    display: block;
    border: 1px solid #d7d7d7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s cubic-bezier(.39, .575, .565, 1);
    -moz-transition: all 0.7s cubic-bezier(.39, .575, .565, 1);
    transition: all 0.7s cubic-bezier(.39, .575, .565, 1);
}

.testimonial5_indicators .carousel-indicators .active img {
    border-color: #1583c9;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

.testimonial5_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial5_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial5_heading {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial5_heading h5 {
    color: #000;
    font-size: 35px;
    font-weight: 900;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial5_heading h5 span {
    color: #1583c9;
    margin: 0 10px;
    position: relative;
}

.testimonial5_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 10px;
    position: relative;
    text-align: center;
}

.testimonial5_slide p {
    color: #000;
    font-size: 14px;
}

.testimonial5_slide h5 {
    color: #1583c9;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.testimonial5_slide h6 {
    color: #1583c9;
    font-size: 18px;
    padding-bottom: 55px;
}

@media only screen and (max-width: 480px) {
    .testimonial5_heading {
        width: 95%;
        margin: 20px auto;
    }

    .testimonial5_heading h5 {
        font-size: 20px;
    }

    .testimonial5_slide {
        width: 98%;
        padding: 5px;
    }

    .testimonial5_slide p {
        font-size: 12px;
    }

    .testimonial5_slide h5 a {
        font-size: 16px;
    }

    .testimonial5_slide h6 a {
        font-size: 14px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .testimonial5_heading {
        width: 95%;
        margin: 15px auto;
    }

    .testimonial5_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial5_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1225px) {
    .testimonial5_slide {
        padding: 5px;
    }
}

/**** 1.13 MEDIA BLOCKS STYLES *****/
/* media1 */
.media1-fs {
    height: 589px;
    margin: 0;
    padding: 0;
}

.col-media1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
    height: 589px;
}

.media1-inner {
    height: 589px;
    transform: translateY(0px);
}

.media-1-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.media1-wrap {
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

#media-1 {
    position: relative;
    width: 100%;
}

#media-1 .container {
    position: relative;
    height: 100%;
}

#media1-video {
    width: 1136px;
    height: 638px;
    left: -230.64px;
    top: -24.5px;
}

.media1-wrap video {
    position: relative;
    z-index: 1;
    width: 100%;
}

.media1-overlay,
.video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.on-hover.i-overlay:hover {
    opacity: 2;
}

.media1-h2 {
    color: #FFF;
    text-align: center;
}

.media1-center {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -30px;
    opacity: 1.28997;
}

.media1-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .media1 {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .media1 {
        width: 100%!important;
    }
}

/* media2 */
.media2:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.4;
    z-index: 2;
    background-color: #333333;
}

.media2 {
    padding: 160px 0px;
    position: relative;
    overflow: hidden;
}

.media2 .btn:last-child {
    margin-right: 0px;
}

.media2 .container {
    position: relative;
    z-index: 3;
}

.media2 .btn {
    margin-right: 16px;
    margin-top: 24px;
    min-width: 155px;
}

.media2 .btn-primary.btn-filled {
    background: #3498db;
    color: #fff;
}

.media2 section:nth-of-type(even) {
    background: #ffffff;
}

.media2 .background-image-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.media2 .background-image-holder img {
    max-width: 100%;
}

.media2 .overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.9;
    z-index: 2;
    background-color: #e74c3c;
    left: 0;
}

.media2 .youtube-bg {
    height: 100%;
}

.media2 .video-wrapper {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.media2 .video-wrapper iframe {
    width: 100%;
    height: 180%;
    top: -40%;
    position: absolute;
}

.media2 p.text-white {
    color: #fff;
}

.media2-text {
    color: #ffffff;
    font-weight: bold;
    line-height: 3;
    text-transform: uppercase;
}

.media2-lead {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .media2 {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .video-wrapper {
        display: none;
    }

    img {
        max-width: 100%;
        display: none;
    }

    .background-image-holder {
        height: 375px;
    }
}

/********* 1.14 SOCIAL BLOCKS STYLES /*****

/* social1 */
.social1 {
    margin: 50px auto;
}

.social1 a.social-1 {
    margin: 30px auto;
    max-width: 300px;
    position: relative;
    color: #fff;
    display: block;
    padding: 30px;
    box-shadow: inset 0px 3px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    text-decoration: none;
}

.social1 a.social-1 i {
    color: #fff;
    display: block;
    font-size: 60px;
    margin-bottom: 200px;
}

.social1 a.social-1 span {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 30px;
    color: #fff;
    line-height: 45x;
    font-weight: 300;
}

.social1 a.social-1 span b {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
}

.social1 .bg-blue {
    background-color: #0030b3;
}

.social1 .bg-lblue {
    background-color: #32c8de !important;
}

.social1 .bg-dark-red {
    background-color: #d51717;
}

.social1 .bg-red {
    background-color: #f75353 !important;
}

.social1 .fa-facebook:before {
    content: "\f09a";
}

/* #social2 */
#social2 {
    background-color: #f4f5f7;
    padding: 40px 0;
    text-align: center;
}

#social2 p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

/* #social3 */
#social3 {
    background-color: #e74c3c;
    padding: 40px 0;
    text-align: center;
}

#social3 p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

/* social 4 */
.social4 {
    background-color: #fff;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.social4 .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.social4 .social-links li a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 20px;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
}

.social4 .social-links li a:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid transparent;
}

/* social5 */
.social5 {
    background-color: #0095ff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.social5 .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.social5 .social-links li a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.social5 .social-links li a:hover {
    color: #0095ff;
    background-color: #fff;
    border: 2px solid transparent;
}

/* social 6 */
.social6 {
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.social6 .container {
    width: 100%;
    text-align: center;
    margin: auto;
}

.social6 .button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    padding-left: 70px;
    position: relative;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.social6 .button:hover {
    text-decoration: none;
    color: #eeeaee;
}

.social6 .button p {
    font-size: 18px;
}

.social6 .button span {
    position: absolute;
    left: 0;
    width: 50px;
    font-size: 20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.social6 .button.twitter {
    background: #00acee;
}

.social6 .button.facebook {
    background: #3b5998;
}

.social6 .button.google-plus {
    background: #db4a39;
}

.social6 .button.linkedin {
    background: #0e76a8;
}

.social6 .button.youtube {
    background: #c4302b;
}

.social6 .button.github {
    background: #171515;
}

.social6 .button.android {
    background: #a4c639;
}

.social6 .button.skype {
    background: #00aff0;
}

.social6 .button.dropbox {
    background: #3d9ae8;
}

.social6 .button.foursquare {
    background: #25a0ca;
}

.social6 .button.apple {
    background: #cdcdcd;
}

.social6 .button.dribbble {
    background: #ea4c89;
}

.social6 .button.instagram {
    background: #3f729b;
}

.social6 .button.pinterest {
    background: #c8232c;
}

.social6 .button.stackexchange {
    background: #ef8236;
}

.social6 .button.flickr {
    background: #ff0084;
}

.social6 a:visited {
    text-decoration: none;
    color: #fff;
}

/* social7 */
.social7 .social-nav {
    padding: 20px;
    list-style: none;
    margin: -10px 0 0 -10px;
}

.social7 .social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}

.social7 .social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.social7 .social-nav a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}

.social7 .social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}

.social7 .social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}

.social7 .social-nav .twitter:hover {
    color: #00ACED;
}

.social7 .social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}

.social7 .social-nav .facebook:hover {
    color: #3B579D;
}

.social7 .social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}

.social7 .social-nav .google:hover {
    color: #DD4A3A;
}

.social7 .social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}

.social7.social-nav .linkedin:hover {
    color: #007BB6;
}

.social7 .social-nav .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}

.social7 .social-nav .pinterest:hover {
    color: #CB2026;
}

/* social8 */
.social8 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.social8 .btn-social {
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
    font-size: 22px;
}

.social8 .btn-social .fa,
.social8 .btn-social i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

.social8 .btn-social:hover,
.social8 .btn-social:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.social8 .btn-social:hover .fa,
.social8 .btn-social:focus .fa,
.social8 .btn-social:hover i,
.social8 .btn-social:focus i {
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}

.social8 .btn-social.social8 .btn-xs {
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}

.social8 .btn-social.social8 .btn-sm {
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}

.social8 .btn-social.social8 .btn-lg {
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

.social8 .btn-behance {
    background-color: #1769ff;
}

.social8 .btn-behance:hover {
    background-color: #4a8aff;
}

.social8 .btn-bitbucket {
    background-color: #205081;
}

.social8 .btn-bitbucket:hover {
    background-color: #2a69aa;
}

.social8 .btn-codepen {
    background-color: #76daff;
}

.social8 .btn-codepen:hover {
    background-color: #a9e8ff;
}

.social8 .btn-deviantart {
    background-color: #4e6252;
}

.social8 .btn-deviantart:hover {
    background-color: #657e6a;
}

.social8 .btn-digg {
    background-color: #000;
}

.social8 .btn-digg:hover {
    background-color: #1a1a1a;
}

.social8 .btn-dribbble {
    background-color: #ea4c89;
}

.social8 .btn-dribbble:hover {
    background-color: #ef7aa7;
}

.social8 .btn-dropbox {
    background-color: #007ee5;
}

.social8 .btn-dropbox:hover {
    background-color: #1998ff;
}

.social8 .btn-facebook {
    background-color: #3b5998;
}

.social8 .btn-facebook:hover {
    background-color: #4c70ba;
}

.social8 .btn-flickr {
    background-color: #0063dc;
}

.social8 .btn-flickr:hover {
    background-color: #107cff;
}

.social8 .btn-foursquare {
    background-color: #ef4b78;
}

.social8 .btn-foursquare:hover {
    background-color: #f37a9b;
}

.social8 .btn-github {
    background-color: #4183c4;
}

.social8 .btn-github:hover {
    background-color: #689cd0;
}

.social8 .btn-google-plus {
    background-color: #dd4b39;
}

.social8 .btn-google-plus:hover {
    background-color: #e47365;
}

.social8 .btn-instagram {
    background-color: #3f729b;
}

.social8 .btn-instagram:hover {
    background-color: #548cb9;
}

.social8 .btn-jsfiddle {
    background-color: #4679bd;
}

.social8 .btn-jsfiddle:hover {
    background-color: #6c94ca;
}

.social8 .btn-lastfm {
    background-color: #e31b23;
}

.social8 .btn-lastfm:hover {
    background-color: #e9484e;
}

.social8 .btn-linkedin {
    background-color: #0976b4;
}

.social8 .btn-linkedin:hover {
    background-color: #0b96e5;
}

.social8 .btn-paypal {
    background-color: #253b80;
}

.social8 .btn-paypal:hover {
    background-color: #304da8;
}

.social8 .btn-pinterest {
    background-color: #cc2127;
}

.social8 .btn-pinterest:hover {
    background-color: #e04046;
}

.social8 .btn-reddit {
    background-color: #ff4500;
}

.social8 .btn-reddit:hover {
    background-color: #ff6a33;
}

.social8 .btn-skype {
    background-color: #00aff0;
}

.social8 .btn-skype:hover {
    background-color: #24c4ff;
}

.social8 .btn-soundcloud {
    background-color: #f80;
}

.social8 .btn-soundcloud:hover {
    background-color: #ffa033;
}

.social8 .btn-stack-overflow {
    background-color: #fe7a15;
}

.social8 .btn-stack-overflow:hover {
    background-color: #fe9748;
}

.social8 .btn-steam {
    background-color: #7da10e;
}

.social8 .btn-steam:hover {
    background-color: #a1d012;
}

.social8 .btn-stumbleupon {
    background-color: #eb4924;
}

.social8 .btn-stumbleupon:hover {
    background-color: #ef7053;
}

.social8 .btn-trello {
    background-color: #256a92;
}

.social8 .btn-trello:hover {
    background-color: #2f88bb;
}

.social8 .btn-tumblr {
    background-color: #35465c;
}

.social8 .btn-tumblr:hover {
    background-color: #485f7c;
}

.social8 .btn-twitch {
    background-color: #6441a5;
}

.social8 .btn-twitch:hover {
    background-color: #7e5bbe;
}

.social8 .btn-twitter {
    background-color: #55acee;
}

.social8 .btn-twitter:hover {
    background-color: #83c3f3;
}

.social8 .btn-vimeo {
    background-color: #1ab7ea;
}

.social8 .btn-vimeo:hover {
    background-color: #49c6ee;
}

.social8 .btn-vine {
    background-color: #00b488;
}

.social8 .btn-vine:hover {
    background-color: #00e7af;
}

.social8 .btn-vk {
    background-color: #45668e;
}

.social8 .btn-vk:hover {
    background-color: #587fae;
}

.social8 .btn-wechat {
    background-color: #98d11c;
}

.social8 .btn-wechat:hover {
    background-color: #afe53b;
}

.social8 .btn-wordpress {
    background-color: #21759b;
}

.social8 .btn-wordpress:hover {
    background-color: #2a95c5;
}

.social8 .btn-xing {
    background-color: #026466;
}

.social8 .btn-xing:hover {
    background-color: #039598;
}

.social8 .btn-yahoo {
    background-color: #400191;
}

.social8 .btn-yahoo:hover {
    background-color: #5601c4;
}

.social8 .btn-yelp {
    background-color: #af0606;
}

.social8 .btn-yelp:hover {
    background-color: #e00808;
}

.social8 .btn-youtube {
    background-color: #e52d27;
}

.social8 .btn-youtube:hover {
    background-color: #ea5955;
}

.social8 .btn-email {
    background-color: #44c456;
}

.social8 .btn-email:hover {
    background-color: #6bd079;
}

/* social9 */
.social9 .social-tooltip {
    margin: 30px 0;
    padding: 25px;
    font-size: 0;
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
}

.social9 .social-tooltip li {
    display: inline-block;
    list-style: outside none none;
    padding: 0;
    text-transform: uppercase;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.social9 .social-tooltip > li:last-child {
    margin: 0;
}

.social9 .social-tooltip a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 px;
    width: 116px;
    height: 31px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.social9 .social-tooltip a:hover {
    color: #fff;
}

.social9 .social-tooltip a:hover .tooltip {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, -33px);
    transform: translate(0, -33px);
}

.social9 .social-tooltip a:active {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.social9 .social-tooltip .tooltip {
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 50%;
    z-index: 1;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.social9 .social-tooltip .tooltip span {
    font-size: 10px;
    font-weight: bold;
    left: -50%;
    line-height: 1;
    padding: 6px 8px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.social9 .social-tooltip .tooltip span:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
}

.social9 .social-tooltip .social-twitter {
    background: #00abdc;
    background: -webkit-linear-gradient(#00abdc, #00abdc);
    background: linear-gradient(#00abdc, #00abdc);
    border-bottom: 1px solid #00abdc;
}

.social9 .social-tooltip .social-twitter:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #00abdc;
}

.social9 .social-tooltip .social-twitter span {
    background: #00abdc;
    background: -webkit-linear-gradient(#00abdc, #00abdc);
    background: linear-gradient(#00abdc, #00abdc);
    color: #fff;
}

.social9 .social-tooltip .social-twitter span:after {
    border-top-color: #00abdc;
}

.social9 .social-tooltip .social-linkedin {
    background: #286580;
    background: -webkit-linear-gradient(#286580, #286580);
    background: linear-gradient(#286580, #286580);
    border-bottom: 1px solid #286580;
}

.social9 .social-tooltip .social-linkedin:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #286580;
}

.social9 .social-tooltip .social-linkedin span {
    background: #286580;
    background: -webkit-linear-gradient(#286580, #286580);
    background: linear-gradient(#286580, #286580);
    color: #fff;
}

.social9 .social-tooltip .social-linkedin span:after {
    border-top-color: #286580;
}

.social9 .social-tooltip .social-facebook {
    background: #325c94;
    background: -webkit-linear-gradient(#4562a0, #385693);
    background: linear-gradient(#4562a0, #385693);
    border-bottom: 1px solid #2f487c;
}

.social9 .social-tooltip .social-facebook:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #2f487c;
}

.social9 .social-tooltip .social-facebook span {
    background: #3b5a9b;
    background: -webkit-linear-gradient(#5873aa, #3b5a9b);
    background: linear-gradient(#5873aa, #3b5a9b);
    color: #fff;
}

.social9 .social-tooltip .social-facebook span:after {
    border-top-color: #325c94;
}

.social9 .social-tooltip .social-google-plus {
    background: #ea4335;
    background: -webkit-linear-gradient(#ea4335, #ea4335);
    background: linear-gradient(#ea4335, #ea4335);
    border-bottom: 1px solid #ea4335;
}

.social9 .social-tooltip .social-google-plus:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #ea4335;
}

.social9 .social-tooltip .social-google-plus span {
    background: #ea4335;
    background: -webkit-linear-gradient(#ea4335, #ea4335);
    background: linear-gradient(#ea4335, #ea4335);
    color: #fff;
}

.social9 .social-tooltip .social-google-plus span:after {
    border-top-color: #ea4335;
}

.social9 .social-tooltip i {
    position: relative;
    top: 1px;
    font-size: 14px;
}

.social9 .social-tooltip small {
    font-size: 14px;
    margin: 0 0 0 9px;
}

/* social10 */
.social10 .social-bar {
    position: fixed;
    min-height: 200px;
    width: 40px;
    background: #fff;
    right: 0;
    z-index: 9;
    top: 40%;
}

.social10 .social-bar i {
    font-size: 16px;
}

.social10 .multipage {
    background: #ee3046;
    border: 2px #ee3046 solid;
    color: #fff;
}

.social10 .multipage:hover {
    background: #fff;
    border: 2px #fff solid;
    color: #333;
}

.social10 .facebook {
    margin: 0 auto;
    float: left;
    margin-right: 4px;
}

.social10 .facebook a {
    color: #fff;
    padding: 10px 16px;
    background-color: #527aba;
    display: inline-block;
    transition: 0.5s ease;
}

.social10 .twitter {
    margin: 0 auto;
    float: left;
    margin-right: 4px;
}

.social10 .twitter a {
    color: #fff;
    padding: 10px 16px;
    background-color: #77cdf1;
    display: inline-block;
    text-align: center;
    transition: 0.5s ease;
}

.social10 .google {
    margin: 0 auto;
    float: left;
    margin-right: 4px;
}

.social10 .google a {
    color: #fff;
    padding: 10px 16px;
    background-color: #fe322f;
    display: inline-block;
    transition: 0.5s ease;
    text-align: center;
}

.social10 .rss {
    margin: 0 auto;
    float: left;
    margin-right: 4px;
}

.social10 .rss a {
    color: #fff;
    padding: 10px 16px;
    background-color: #fe8f19;
    display: inline-block;
    transition: 0.5s ease;
}

.social10 .linkedin {
    margin: 0 auto;
    float: left;
    margin-right: 4px;
}

.social10 .linkedin a {
    color: #fff;
    padding: 10px 16px;
    background-color: #157ecc;
    display: inline-block;
    transition: 0.5s ease;
}

.social10 .youtube {
    margin: 0 auto;
    float: left;
    margin-right: 4px;
}

.social10 .youtube a {
    color: #fff;
    padding: 10px 16px;
    background-color: #fe322f;
    display: inline-block;
    transition: 0.5s ease;
}

/********* 1.15 DOWNLOAD BLOCKS STYLES /*****

/* download 1 */
#download1 {
    background-color: #3498db;
    padding: 80px 0;
}

#download1 a {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

#download1 a:hover {
    color: #f5f5f5;
}

/* download2 */
#download2 {
    padding: 80px 0;
    position: relative;
    color: #fff;
}

#download2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #3498db, #425cbb);
    opacity: .6;
}

#download2 .container {
    position: relative;
}

#download2 .content {
    text-align: center;
}

#download2 .content h3 {
    font-size: 32px;
    position: relative;
}

#download2 .content h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    background-color: #fff;
    margin-left: -20px;
    width: 40px;
    height: 2px;
}

#download2 .content p {
    width: 80%;
    margin: 40px auto;
}

#download2 .btn-default-transparent:hover {
    border-color: #425cbb;
    color: #425cbb;
}

#download2 .btn-default:hover {
    border-color: #425cbb;
    background-color: #425cbb;
}

/* download3 */
#download3 {
    padding: 40px 0;
    position: relative;
    color: #282828;
    background-color: #fff;
}

#download3 h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
}

#download3 .content-left {
    text-align: right;
}

#download3 .btn-default-blue-tiny {
    padding: 15px 20px;
    border-radius: 46px !important;
    border: 8px solid #f5f5f5;
}

#download3 .btn-default-blue-tiny:hover {
    border: 8px solid #3498db;
}

/* download4 */
#download4 {
    padding: 80px 0;
    position: relative;
    color: #fff;
}

#download4::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3498db;
    opacity: .9;
}

#download4 .container {
    position: relative;
}

#download4 .content {
    text-align: center;
}

#download4 .content h3 {
    font-size: 32px;
    position: relative;
    margin-top: 0;
}

#download4 .content h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    background-color: #fff;
    margin-left: -20px;
    width: 40px;
    height: 2px;
}

#download4 .content p {
    width: 80%;
    margin: 40px auto;
}

#download4 .btn-default {
    color: #3498db;
    margin: 0 10px;
}

#download4 .btn-default:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

@media (max-width: 968px) {
    #download4 .btn {
        margin-bottom: 10px;
    }
}

/* download5 */
#download5 {
    padding: 40px 0 0 0;
    text-align: center;
}

#download5 .content {
    margin-top: 80px;
}

#download5 h3 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
}

#download5 h4 {
    font-size: 24px;
    font-weight: 300;
}

#download5 .news {
    margin-top: 120px;
    margin-bottom: 15px;
}

#download5 .form-control {
    background-color: #fff;
    border-radius: 2px;
    width: 80%;
    float: left;
}

#download5 .btn-default-green {
    width: 19%;
    margin-left: 1%;
    padding: 10px 0;
}

/********* 1.16 PARTNER BLOCKS /*****

/* partner1 */
#partner1 {
    padding: 40px;
}

#partner1 .partner-logo {
    height: 80px;
}

#partner1 .partner-logo img {
    height: 100%;
    width: 100%;
}

@media (max-width: 968px) {
    #partner1 .partner-logo img {
        height: auto;
        width: auto;
    }
}

/* partner2 */
#partner2 {
    padding: 40px 0 50px 0;
    background-color: #ededed;
}

#partner2 h3 {
    font-size: 22px;
    margin-bottom: 40px;
    opacity: .65;
}

#partner2 img {
    opacity: .65;
}

/* partner3 */
#partner3 {
    padding: 60px 0;
    text-align: center;
}

#partner3 p {
    margin-bottom: 20px;
}

#partner3 .partner {
    position: relative;
}

#partner3 img {
    border-left: 1px solid #f4f5f7;
    border-right: 1px solid #f4f5f7;
    margin: 30px auto;
}

#partner3 .partner::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 50%;
    margin-left: -104.2px;
    background-color: rgba(231, 76, 60, 0.1);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

#partner3 .partner::after {
    content: "";
    position: absolute;
    bottom: 23px;
    right: 50%;
    margin-right: -104.5px;
    background-color: rgba(231, 76, 60, 0.1);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

#partner3 .partner:hover {
    background-color: #f4f5f7;
    transition: .5s ease all;
}

/********* 1.17 CTA BLOCKS STYLES /*****

/* cta 1 */
/* cta1 */
#cta1 {
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
    display: block;
    padding: 80px 0;
    min-height: 350px;
}

#cta1 .overlay {
    background-color: rgba(66, 92, 187, 0.81);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 80px 0;
}

#cta1 h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

#cta1 h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
}

/* cta 2 */
.cta-1-2 {
    background-color: #335695;
    padding: 40px 0;
}

.cta-1-2 h1 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}

.cta-1-2 h2 {
    color: #fff;
    font-size: 22px;
}

.cta-1-2 p {
    color: #fff;
    font-size: 12px;
}

.cta-1-2 p:first-child {
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    border-left: 2px solid #fff;
}

/* cta3 */
#cta3 {
    background-color: #3498db;
    padding: 40px 0;
}

#cta3 h3 {
    margin: 10px 0 0 0;
    color: #fff;
}

#cta3 .btn-default {
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #282828;
    font-weight: 500;
    text-transform: uppercase;
}

#cta3 .btn-default:hover {
    color: #fff;
    background-color: #05436c;
    border: 1px solid #05436c;
}

@media (max-width: 768px) {
    #cta3 h3 {
        margin-bottom: 10px;
    }

    #cta3 h3,
    #cta3 .btn-default {
        float: none !important;
    }
}

/* cta4 */
#cta4 {
    background-color: #ffb504;
    padding: 30px 0;
}

#cta4 .container {
    position: relative;
}

#cta4 .content {
    color: #fff;
    position: relative;
}

#cta4 .content h3 {
    font-weight: 500;
    width: 80%;
}

#cta4 .content .btn-default {
    background-color: #282828;
    color: #fff;
    border-color: #282828;
    padding: 14px 28px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
}

#cta4 .content .btn-default:hover {
    color: #282828;
    background-color: #fff;
}

@media (max-width: 768px) {
    #cta4 .content h3 {
        width: 100%;
    }

    #cta4 .content .btn-default {
        position: relative;
        display: block;
        margin-top: 20px;
    }
}

/* cta5 */
#cta5 {
    padding: 80px 0;
    background-image: url('http://placehold.it/1280x1280');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
}

#cta5::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .70;
}

#cta5 .container {
    position: relative;
    text-align: center;
}

#cta5 h3.title {
    font-size: 16px;
    color: #ffb504;
    margin: 0;
}

#cta5 h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

#cta5 .btn-default-yellow,
#cta5 .btn-default-transparent {
    border-radius: 0;
    padding: 14px 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 20px;
}

#cta5 .btn-default-yellow {
    background-color: #ffb504;
    border-color: #ffb504;
}

#cta5 .btn-default-yellow:hover,
#cta5 .btn-default-transparent:hover {
    background-color: #282828;
    color: #fff;
    border-color: #fff;
}

/* cta6 */
#cta6 {
    padding: 40px 0;
}

#cta6 .btn-default:hover {
    background-color: #fff;
    border-color: #e74c3c;
    color: #e74c3c;
}

#cta6 .icons {
    margin-top: 10px;
}

#cta6 .fa {
    font-size: 28px;
    color: #e74c3c;
    margin-left: 30px;
}

#cta6 .fa:hover {
    color: #282828;
    transition: .5s ease all;
}

/*cta7*/
.cb-cta7 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cta7 {
    padding: 25px 30px;
    background: #fff;
}

.cta7 .cta-button {
    display: inline-block;
    padding: 20px 30px;
    font-size: 16px;
    text-decoration: none;
    background-color: #0095ff;
    color: #fff;
}

.cta7 .cta-button:hover {
    background-color: #000;
    color: #fff;
}

.cta7 h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    color: #333;
}

.cta7 p {
    margin: 5px 0 0;
}

.cta7:not(.cta-align-center) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cta7.cta-align-center {
    text-align: center;
    padding: 45px;
}

.cta7.cta-align-center h3 {
    font-size: 26px;
}

.cta7.cta-align-center .cta-button {
    margin-top: 25px;
}

.cta7.cta-align-center .cta-content > div {
    margin-top: 10px;
}

@media (min-width: 767px) {
    .cta7:not(.cta-align-center) .cta-content {
        max-width: 75%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .cta7:not(.cta-align-center) .cta-content {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .cta7 .cta-button {
        margin: 18px 0 10px;
        text-align: center;
    }

    .cta7 .cta-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 480px) {
    .cta7 .cta-button {
        padding: 10px;
        margin: 18px 0 10px;
        font-size: 14px;
        text-align: center;
    }

    .cta7 .cta-content {
        text-align: center;
    }
}

/********* 1.18 SUBSCRIBE BLOCKS STYLES /*****

/* subscribe1 */
#subscribe1 {
    background-color: #282828;
    padding: 80px 0;
}

#subscribe1 h3 {
    margin-top: 0;
    color: #fff;
    text-align: center;
}

#subscribe1 .form-control {
    background-color: #393939;
    border: 1px solid #898989;
    width: 60%;
    border-radius: 2px;
    margin: 0 auto;
}

#subscribe1 .form-subscribe {
    position: relative;
}

#subscribe1 .btn-default-green-tiny {
    position: absolute;
    top: 2px;
    right: 20%;
    margin-right: 2px;
}

@media (min-width: 0px) and (max-width: 481px) {
    #subscribe1 {
        padding-bottom: 125px;
    }

    #subscribe1 .btn-default-green-tiny {
        position: absolute;
        top: 52px;
        margin: 0 auto;
        width: 60%;
    }
}

/* subscribe2 */
#subscribe2 {
    background: #425cbb;
    padding: 20px 0;
}

#subscribe2 .icon {
    float: left;
}

#subscribe2 .fa {
    color: #fff;
    font-size: 32px;
    margin-right: 15px;
    line-height: 48px;
}

#subscribe2 p {
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
}

#subscribe2 h3 {
    margin: 0;
    font-size: 24px;
    height: 28px;
    color: #fff;
    overflow: hidden;
}

#subscribe2 .form-control {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
}

#subscribe2 .btn-default-dark-tiny {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 10px 25px;
    text-transform: uppercase;
}

/* subscribe3 */
#subscribe3 {
    background-color: #3498db;
    padding: 60px 0;
}

#subscribe3 h3 {
    color: #fff;
    margin: 0;
    vertical-align: middle;
    margin-top: 10px;
}

#subscribe3 .form-control {
    background-color: #05436c;
    border-radius: 40px;
    padding: 20px;
    border: 0;
    color: #fff;
    outline: 0;
    padding-right: 215px;
    height: auto;
}

#subscribe3 .btn-default {
    background-color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 19px 40px;
    border-radius: 40px;
}

#subscribe3 .btn-default:hover {
    opacity: .9;
    transition: .5s ease all;
}

#subscribe3 .form-control::-webkit-input-placeholder {
    color: #3498db;
}

#subscribe3 .form-control::-moz-placeholder {
    color: #3498db;
}

/* firefox 19+ */
#subscribe3 .form-control:-ms-input-placeholder {
    color: #3498db;
}

/* ie */
#subscribe3 .form-control input:-moz-placeholder {
    color: #3498db;
}

@media (max-width: 768px) {
    #subscribe3 h3 {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #subscribe3 {
        padding: 60px 0 100px 0;
    }

    #subscribe3 .btn-default {
        top: 70px;
        left: 18px;
    }

    #subscribe3 .form-control {
        padding-right: 15px;
    }
}

/* subscribe4 */
.subscribe4 {
    background: #000000;
    overflow: hidden;
    height: 650px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    background-position: center center;
}

.subscribe4 .overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 100%;
    height: 100%;
}

.subscribe4 .subscribe4-form {
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
    text-align: center;
    position: absolute;
}

.subscribe4 .subscribe4-form h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.subscribe4 .subscribe4-form p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.subscribe4 .subscribe4-form form {
    padding: 0;
    font-size: 0;
    margin-top: 25px;
}

.subscribe4 .subscribe4-form form input {
    margin: 0;
    width: 50%;
    height: 50px;
    border: none;
    font-size: 15px;
    padding: 0 20px;
}

.subscribe4 .subscribe4-form form input:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe4 .subscribe4-form form button {
    margin: 0;
    width: 60px;
    height: 50px;
    border: none;
    color: #ffffff;
    font-size: 15px;
    background: #0095ff;
}

.subscribe4 .subscribe4-form form button:hover,
.subscribe4 .subscribe4-form form button:active {
    color: #0095ff;
    background: #1a1a1a;
    outline: none;
}

.subscribe4 .subscribe4-form form input::-webkit-input-placeholder {
    color: #666666;
    font-weight: 400;
    text-transform: capitalize;
}

.subscribe4 .subscribe4-form form input::-moz-placeholder {
    color: #1a1a1a;
    font-weight: 400;
    text-transform: capitalize;
}

.subscribe4 .subscribe4-form form input:-ms-input-placeholder {
    color: #1a1a1a;
    font-weight: 400;
    text-transform: capitalize;
}

.subscribe4 .subscribe4-form form input:-moz-placeholder {
    color: #1a1a1a;
    font-weight: 400;
    text-transform: capitalize;
}

.subscribe4 .subscribe4-form form input:focus::-webkit-input-placeholder {
    color: #1a1a1a;
}

.subscribe4 .subscribe4-form form input:focus::-moz-placeholder {
    color: #1a1a1a;
}

.subscribe4 .subscribe4-form form input:focus:-ms-input-placeholder {
    color: #1a1a1a;
}

.subscribe4 .subscribe4-form form input:focus:-moz-placeholder {
    color: #1a1a1a;
}

@media only screen and (max-width: 420px) {
    .subscribe4 .subscribe4-form {
        height: auto;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .subscribe4 .subscribe4-form {
        width: 97%;
    }

    .subscribe4 .subscribe4-form h1 {
        margin: 0;
        font-size: 25px;
    }

    .subscribe4 .subscribe4-form p {
        font-size: 14px;
    }

    .subscribe4 .subscribe4-form form input {
        width: 70%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .subscribe4 .subscribe4-form {
        width: 90%;
    }

    .subscribe4 .subscribe4-form h1 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .subscribe4 .subscribe4-form {
        width: 70%;
    }
}

/* subscribe5 */
.subscribe5 {
    overflow: hidden;
    padding: 100px 0;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: relative;
}

.subscribe5:before {
    background-color: rgba(0, 0, 0, 0.7) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.subscribe5 .content h1 {
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.subscribe5 .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    text-align: center;
    color: #fff;
}

.subscribe5 .content {
    text-align: center;
    margin-bottom: 70px;
}

.subscribe5 .content .underline {
    display: inline-block;
    width: 160px;
    height: 1px;
    margin-top: 21px;
    text-align: center;
    border-top: 4px solid #0099e6;
}

.subscribe5 .content span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.subscribe5 .contact {
}

.subscribe5 .contact form {
    text-align: center;
}

.subscribe5 .contact input {
    border: 1px solid #ffffff;
    height: 62px;
    width: 500px;
    padding: 20px;
    background: none;
    color: #fff;
    border-radius: 3px;
}

.subscribe5 .contact fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.subscribe5 .contact .btn {
    border: 1px solid;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 17px 45px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.subscribe5 .contact .btn-send {
    border: 1px solid #ffffff;
    height: 62px;
    margin: 0 0 0 0;
    vertical-align: top;
}

.subscribe5 .contact .btn-send:hover {
    background-color: #0095ff;
    border-color: #0095ff;
}

@media (max-width: 320px) {
    .subscribe5 .contact input {
        width: 80%;
    }

    .subscribe5 .contact {
        margin-top: -50px;
    }

    .subscribe5 .contact .btn-send {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .subscribe5 .contact input {
        width: 100%;
    }

    .subscribe5 .contact .btn-send {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .subscribe5 .contact input {
        width: 100%;
    }
}

.subscribe5 .contact::-webkit-input-placeholder {
    color: white;
}

.subscribe5 .contact:-moz-placeholder {
    color: white;
}

.subscribe5 .contact::-moz-placeholder {
    color: white;
}

.subscribe5 .contact:-ms-input-placeholder {
    color: white;
}

/********* 1.19  BLOCKS STYLES /*****

/* portfolio1 */
#portfolio1 {
    padding: 40px 0;
}

#portfolio1 .filters {
    text-align: center;
    margin-bottom: 40px;
}

#portfolio1 #portfolio {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

/* Media */
@media (max-width: 768px) {
    #portfolio1 #portfolio {
        margin: 1rem 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }

    #portfolio1 .filters .btn {
        margin-bottom: 10px;
    }
}

#portfolio1 .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

#portfolio1 .tile:hover {
}

#portfolio1 .scale-anm {
    transform: scale(1);
}

#portfolio1 .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

#portfolio1 .title h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
}

#portfolio1 .title p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 40px;
}

/* portfolio2 */
#portfolio2 {
    padding: 40px 0;
}

#portfolio2 .filters {
    text-align: center;
    margin-bottom: 40px;
}

#portfolio2 #portfolio {
    margin: 1rem 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;
}

/* Media */
@media (max-width: 768px) {
    #portfolio2 #portfolio {
        margin: 1rem 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }

    #portfolio2 .filters .btn {
        margin-bottom: 10px;
    }
}

#portfolio2 .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

#portfolio2 .tile:hover {
}

#portfolio2 .scale-anm {
    transform: scale(1);
}

#portfolio2 .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

#portfolio2 .title h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
}

#portfolio2 .title p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 40px;
}

/* portfolio3 */
#portfolio3 {
    padding: 40px 0;
}

#portfolio3 .filters {
    text-align: center;
    margin-bottom: 40px;
}

#portfolio3 #portfolio {
    margin: 1rem 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
}

/* Media */
@media (max-width: 768px) {
    #portfolio3 #portfolio {
        margin: 1rem 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }

    #portfolio3 .filters .btn {
        margin-bottom: 10px;
    }
}

#portfolio3 .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

#portfolio3 .tile:hover {
}

#portfolio3 .scale-anm {
    transform: scale(1);
}

#portfolio3 .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

#portfolio3 .title h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
}

#portfolio3 .title p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 40px;
}

/* #portfolio4 */
#portfolio4 {
    padding: 60px 0;
    background-color: #f4f5f7;
}

#portfolio4 .intro h3 {
    text-align: center;
    margin-bottom: 40px;
}

#portfolio4 .intro {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

#portfolio4 img {
    max-width: 100%;
    position: relative;
    width: 100%;
}

#portfolio4 .content {
    position: relative;
}

#portfolio4 .overlay {
    position: absolute;
    left: 0;
    background-color: #282828;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    text-decoration: none;
}

#portfolio4 .row .col-md-4 {
    margin: 15px 0;
}

#portfolio4 .overlay span {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#portfolio4 .content:hover > .overlay {
    opacity: .8;
    transition: .5s ease all;
}

@media (max-width: 768px) {
    #portfolio4 .intro {
        width: 100%;
    }
}

/********* 1.20 GALLERY BLOCKS STYLES *********/
/* Gallery1 */
.carousel:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.carousel:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.gallery1_header > h1,
.gallery1_gal_btn > a,
.gallery1_slide_txt > a,
.gallery1_slide_txt > a > span {
    margin: 0;
    text-decoration: none;
    text-shadow: none;
}

.gallery1_gal {
    padding: 25px 0;
}

.gallery1_gal_main {
    padding: 25px 200px;
}

.gallery1_gal > .row {
    margin: 0;
}

.gallery1_gal > .row > div {
    padding: 0;
}

.gallery1_gal_container {
    overflow: hidden;
    position: relative;
}

.gallery1_gal_img {
    overflow: hidden;
    position: relative;
}

.gallery1_gal_img > img {
    width: 100%;
    margin: auto;
    display: block;
}

.gallery1_gal_btn {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: absolute;
    background: rgba(23, 108, 255, 0.45);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.gallery1_gal_container:hover .gallery1_gal_btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.gallery1_gal_btn > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    color: #ffffff;
    font-size: 12px;
    text-shadow: none;
    line-height: 50px;
    position: absolute;
    background: #2b2b2b;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.gallery1_gal_btn > a:nth-child(1) {
    left: 51px;
}

.gallery1_gal_btn > a:nth-child(2) {
    right: 51px;
}

.gallery1_gal_btn > a:hover {
    color: #000;
    background: #fff;
}

.modal.fade.gallery1_img_001_mod_sld .modal-dialog {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modal.in.gallery1_img_001_mod_sld .modal-dialog {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modal-backdrop {
    background: transparent;
}

.modal.gallery1_img_001_mod_sld.carousel {
    position: fixed;
}

.gallery1_img_001_mod_sld {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gallery1_img_001_mod_sld > .modal-dialog {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    background: transparent;
}

@media (min-width: 1301px) {
    .gallery1_img_001_mod_sld > .modal-dialog {
        width: 100%;
        height: 100%;
        margin: auto;
    }
}

.gallery1_img_001_mod_sld > .modal-dialog > .modal-content {
    outline: 0;
    width: 100%;
    border: none;
    margin: auto;
    height: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.gallery1_img_001_mod_sld > .modal-dialog::-webkit-scrollbar {
    width: 2px;
}

.gallery1_img_001_mod_sld > .modal-dialog::-webkit-scrollbar-thumb {
    background: #8e8e8e;
    -webkit-border-radius: 0;
    border-radius: 0;
}

a.gallery1_close {
    top: 10px;
    right: 10px;
    width: 40px;
    z-index: 10001;
    height: 40px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: transparent;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.gallery1_close:hover {
    color: #fff;
    background: transparent;
}

.gallery1_indicators .carousel-indicators {
    left: 0;
    right: 0;
    top: 15px;
    width: 50%;
    padding: 0;
    height: 20px;
    margin: auto;
    bottom: auto;
    cursor: pointer;
    overflow-x: auto;
    text-align: left;
    overflow-y: hidden;
    white-space: nocontainer;
}

.gallery1_indicators .carousel-indicators li {
    padding: 0;
    width: 7px;
    height: 7px;
    border: none;
    text-indent: 0;
    margin: 5px 2px;
    cursor: pointer;
    overflow: hidden;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.gallery1_indicators .carousel-indicators .active {
    width: 7px;
    height: 7px;
    border: none;
    text-indent: 0;
    margin: 5px 2px;
    background: #ff6a00;
}

.gallery1_indicators .carousel-indicators::-webkit-scrollbar {
    height: 2px;
}

.gallery1_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #c0c0d3;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.gallery1_controls .carousel-control {
    top: 45%;
    opacity: 1;
    width: 40px;
    height: 40px;
    z-index: 100;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    font-weight: 100;
    overflow: hidden;
    line-height: 40px;
    text-shadow: none;
    position: absolute;
    background: transparent;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gallery1_controls .carousel-control.left {
    left: 5%;
}

.gallery1_controls .carousel-control.right {
    right: 5%;
    left: auto;
}

.gallery1_controls .carousel-control:hover {
    color: #176cff;
    background: transparent;
}

.gallery1_slide_img {
    padding: 50px 0 0 0;
}

.gallery1_slide_img > img {
    width: 50%;
    margin: auto;
    display: block;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.gallery1_slide_txt {
    width: 50%;
    margin: auto;
    padding: 15px 0;
}

.gallery1_slide_txt > a {
    color: #ffffff;
    display: block;
    font-weight: 300;
}

.gallery1_slide_txt > a:nth-child(1) {
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery1_slide_txt > a > span {
    color: #8e8e8e;
    margin-right: 5px;
}

.gallery1_slide_txt > a:hover {
    color: #176cff;
}

@media only screen and (max-width: 480px) {
    .gallery1_header {
        width: 95%;
    }

    .gallery1_header > h1 {
        font-size: 20px;
    }

    .gallery1_gal {
        padding: 25px 0;
    }

    .gallery1_gal_main {
        padding: 25px;
    }

    .gallery1_indicators .carousel-indicators {
        top: 50px;
        width: 90%;
    }

    .gallery1_controls .carousel-control {
        top: 0;
    }

    .gallery1_controls .carousel-control.left {
        left: 15px;
        right: auto;
    }

    .gallery1_controls .carousel-control.right {
        left: 66px;
        right: auto;
    }

    .gallery1_slide_img {
        padding: 75px 0 0 0;
    }

    .gallery1_slide_img > img {
        width: 90%;
    }

    .gallery1_slide_txt {
        width: 90%;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .gallery1_header {
        width: 75%;
    }

    .gallery1_gal {
        padding: 25px 50px;
    }

    .gallery1_indicators .carousel-indicators {
        top: 50px;
        width: 80%;
    }

    .gallery1_controls .carousel-control {
        top: 0;
    }

    .gallery1_controls .carousel-control.left {
        left: 15px;
        right: auto;
    }

    .gallery1_controls .carousel-control.right {
        left: 66px;
        right: auto;
    }

    .gallery1_slide_img {
        padding: 75px 0 0 0;
    }

    .gallery1_slide_img > img {
        width: 80%;
    }

    .gallery1_slide_txt {
        width: 80%;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .gallery1_header {
        width: 60%;
    }

    .gallery1_gal {
        padding: 25px 100px;
    }

    .gallery1_indicators .carousel-indicators {
        top: 50px;
        width: 70%;
    }

    .gallery1_controls .carousel-control {
        top: 0;
    }

    .gallery1_controls .carousel-control.left {
        left: 15px;
        right: auto;
    }

    .gallery1_controls .carousel-control.right {
        left: 66px;
        right: auto;
    }

    .gallery1_slide_img {
        padding: 75px 0 0 0;
    }

    .gallery1_slide_img > img {
        width: 70%;
    }

    .gallery1_slide_txt {
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery1_gal_main {
        padding: 25px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .gallery1_gal_main {
        padding: 25px 150px;
    }
}

.gallery1_background_colour:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    opacity: 0.9;
    height: 100%;
    margin: auto;
    position: fixed;
    background: #313131;
}

.gallery1_easeOutInCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .gallery1_easeOutInCubic .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
        -moz-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
        transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    }
}

/* gallery2 */
.gallery2_container {
    overflow: hidden;
    padding: 0 0 20px 0;
}

.gallery2_header {
    margin: auto;
    text-align: center;
    padding: 50px 0 20px 0;
}

.gallery2_header > h1 {
    color: #313131;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
}

.gallery2_header > h1,
.gallery2_trig_btn > a,
.gallery2_trig_txt > a,
.gallery2_trig_txt > span {
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}

.gallery2_trig {
    padding: 25px 1px;
}

.gallery2_trig_col_2 {
    padding: 25px 200px;
}

.gallery2_trig > .row {
    margin: 0;
}

.gallery2_trig > .row > div {
    padding: 1px;
}

.gallery2_trig_wrap {
    overflow: hidden;
    position: relative;
}

.gallery2_trig_img {
    overflow: hidden;
    position: relative;
}

.gallery2_trig_img > img {
    width: 100%;
    margin: auto;
    display: block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.gallery2_trig_wrap:hover .gallery2_trig_img > img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.gallery2_trig_btn > a {
    color: #176cff;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 600;
    text-shadow: none;
    padding: 7px 20px;
    display: inline-block;
    border: 2px solid #176cff;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.gallery2_trig_btn > a:hover {
    color: #ffffff;
    background: #176cff;
}

.gallery2_trig_btn > a:focus {
    outline: none;
}

.gallery2_trig_txt {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: absolute;
    padding: 15px 3px 3px 3px;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.gallery2_trig_txt_col_4 {
    padding: 40px 5px 5px 5px;
}

.gallery2_trig_txt_col_3 {
    padding: 70px 10px 10px 10px;
}

.gallery2_trig_txt_col_2 {
    padding: 70px 10px 10px 10px;
}

.gallery2_trig_wrap:hover .gallery2_trig_txt {
    opacity: 1;
    visibility: visible;
}

.gallery2_trig_txt > a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: color 0.5s cubic-bezier(.075, .82, .165, 1);
    transition: color 0.5s cubic-bezier(.075, .82, .165, 1);
}

.gallery2_trig_txt > a:hover {
    color: #176cff;
}

.gallery2_trig_txt > span {
    color: #cccccc;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
    text-transform: capitalize;
}

.modal.fade.gallery2_video_mod_sld .modal-dialog {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 1s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    -o-transition: all 1s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 1s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.modal.in.gallery2_video_mod_sld .modal-dialog {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modal-backdrop {
    background: transparent;
}

.modal.gallery2_video_mod_sld.carousel {
    position: fixed;
}

.gallery2_video_mod_sld {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gallery2_video_mod_sld > .modal-dialog {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    background: transparent;
}

@media (min-width: 768px) {
    .gallery2_video_mod_sld > .modal-dialog {
        width: 75%;
        height: 90%;
        margin: auto;
    }
}

.gallery2_video_mod_sld > .modal-dialog > .modal-content {
    outline: 0;
    width: 100%;
    border: none;
    margin: auto;
    height: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 35px 60px;
}

.gallery2_video_mod_sld > .modal-dialog::-webkit-scrollbar {
    width: 2px;
}

.gallery2_video_mod_sld > .modal-dialog::-webkit-scrollbar-thumb {
    background: #8e8e8e;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*----- CLOSE BUTTON -----*/
a.gallery2_close {
    top: 12px;
    right: 40px;
    width: 35px;
    z-index: 100;
    height: 35px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    text-align: center;
    position: absolute;
    background: #000000;
    border: 3px solid #ffffff;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all .6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.gallery2_close:hover {
    color: #ffffff;
    background: #176cff;
}

.gallery2_slide_txt > a,
.gallery2_controls .carousel-control {
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

.gallery2_video_mod_sld .carousel-inner {
    border: 3px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.gallery2_video_mod_sld .carousel-inner,
.gallery2_video_mod_sld .carousel-inner > .item {
    overflow: hidden;
}

.gallery2_controls .carousel-control {
    top: 45%;
    opacity: 1;
    width: 35px;
    height: 35px;
    z-index: 100;
    color: #ffffff;
    font-size: 35px;
    cursor: pointer;
    overflow: hidden;
    line-height: 35px;
    text-shadow: none;
    position: absolute;
    background: transparent;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.gallery2_controls .carousel-control.left {
    left: 0;
}

.gallery2_controls .carousel-control.right {
    right: 0;
    left: auto;
}

.gallery2_controls .carousel-control:hover {
    color: #176cff;
    background: transparent;
}

.gallery2_video_lb {
    height: 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 56.25% 0;
}

.gallery2_video_lb > iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gallery2_sldr_vid_002_image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: absolute;
}

.gallery2_sldr_vid_002_image > img {
    width: 100%;
}

.gallery2_slide_txt {
    top: 0;
    opacity: 0;
    width: 100%;
    padding: 2px 10px;
    position: absolute;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.gallery2_video_mod_sld .carousel-inner > .item:hover .gallery2_slide_txt {
    opacity: 1;
    visibility: visible;
}

.gallery2_slide_txt > a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

.gallery2_slide_txt > a:hover {
    color: #176cff;
}

@media only screen and (max-width: 480px) {
    / .gallery2_header {
        width: 95%;
    }

    .gallery2_header > h1 {
        font-size: 20px;
    }

    .gallery2_trig {
        padding: 25px;
    }

    .gallery2_trig_col_2 {
        padding: 25px;
    }

    .gallery2_trig_txt {
        padding: 10% 3px 3px 3px;
    }

    .gallery2_video_mod_sld > .modal-dialog > .modal-content {
        padding: 50px 5px 5px 5px;
    }

    a.gallery2_close {
        top: 5px;
        right: 5px;
    }

    .gallery2_controls .carousel-control {
        top: 5px;
    }

    .gallery2_controls .carousel-control.left {
        left: 5px;
        right: auto;
    }

    .gallery2_controls .carousel-control.right {
        left: 41px;
        right: auto;
    }

    .gallery2_sldr_vid_002_image {
        display: block;
    }

    .gallery2_slide_txt > a {
        font-size: 10px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .gallery2_header {
        width: 75%;
    }

    .gallery2_trig {
        padding: 25px 50px;
    }

    .gallery2_trig_txt {
        padding: 15% 3px 3px 3px;
    }

    .gallery2_trig_txt > a {
        font-size: 18px;
    }

    .gallery2_trig_txt > span {
        font-size: 14px;
    }

    a.gallery2_close {
        top: 5px;
        right: 5px;
    }

    .gallery2_video_mod_sld > .modal-dialog > .modal-content {
        padding: 50px 5px 5px 5px;
    }

    .gallery2_controls .carousel-control {
        top: 5px;
    }

    .gallery2_controls .carousel-control.left {
        left: 5px;
        right: auto;
    }

    .gallery2_controls .carousel-control.right {
        left: 41px;
        right: auto;
    }

    .gallery2_sldr_vid_002_image {
        display: block;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .gallery2_header {
        width: 60%;
    }

    .gallery2_trig {
        padding: 25px 100px;
    }

    .gallery2_trig_txt {
        padding: 20% 3px 3px 3px;
    }

    .gallery2_trig_txt > a {
        font-size: 18px;
    }

    .gallery2_trig_txt > span {
        font-size: 14px;
    }

    a.gallery2_close {
        top: 5px;
        right: 5px;
    }

    .gallery2_video_mod_sld > .modal-dialog > .modal-content {
        padding: 50px 15px 15px 15px;
    }

    .gallery2_controls .carousel-control {
        top: 5px;
    }

    .gallery2_controls .carousel-control.left {
        left: 5px;
        right: auto;
    }

    .gallery2_controls .carousel-control.right {
        left: 41px;
        right: auto;
    }

    .gallery2_sldr_vid_002_image {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery2_trig_col_2 {
        padding: 25px 50px;
    }

    .gallery2_trig_txt {
        padding: 10% 3px 3px 3px;
    }

    .gallery2_controls .carousel-control {
        top: 25%;
    }

    .gallery2_sldr_vid_002_image {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .gallery2_trig_col_2 {
        padding: 25px 150px;
    }

    .gallery2_trig_txt {
        padding: 5% 3px 3px 3px;
    }

    .gallery2_trig_txt_col_4 {
        padding: 40px 3px 3px 3px;
    }

    .gallery2_trig_txt_col_3 {
        padding: 50px 3px 3px 3px;
    }

    .gallery2_trig_txt_col_2 {
        padding: 50px 3px 3px 3px;
    }

    .gallery2_trig_txt > a {
        font-size: 10px;
    }

    .gallery2_trig_txt > span {
        font-size: 10px;
    }

    .gallery2_trig_btn > a {
        font-size: 12px;
        padding: 3px 10px;
    }

    .gallery2_controls .carousel-control {
        top: 35%;
    }
}

.gallery2_background:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    opacity: 0.9;
    height: 100%;
    margin: auto;
    position: fixed;
    background: #313131;
}

.gallery2_swing .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    -moz-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    transition-timing-function: cubic-bezier(.02, .01, .47, 1);
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .gallery2_swing .carousel-inner > .item {
        -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
        -moz-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
        transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    }
}

/********* 1.21 GRID BLOCKS STYLES /*****

/*--GRID 1--*/
.box-pages {
    padding-left: 1px!important;
}

.disable-mouse {
    pointer-events: none;
}

.animate {
    transform: translateX(0px)!important;
    opacity: 1!important;
    transition-duration: 0.2s;
}

.animate-hold {
    transform: translateX(-20px);
    opacity: 0;
    transition-timing-function: ease-in-out;
}

.animate-opposite {
    transform: translateX(0px)!important;
    opacity: 1!important;
    transition-duration: 0.2s;
}

.animate-hold-opposite {
    transform: translateX(20px);
    opacity: 0;
    transition-timing-function: ease-in-out;
}

#box-area {
    position: relative;
    display: flex;
    background-size: 100%;
    background-position: 50%;
    height: auto;
}

ul.box-pages {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.box-pages .box {
    width: 33.333%;
    float: left;
    position: relative;
    height: 46.5vh;
    display: inline-flex;
    text-align: center;
    border: 1px solid #fff;
    opacity: 1;
}

.box-info {
    position: relative;
    margin: auto;
    color: #fff;
    transition-duration: 0.5s;
    width: 100%;
}

.box-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    filter: brightness(0.8);
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

.box-info h3 {
    font-size: 24px;
    width: auto;
    margin: auto;
    display: inline-table;
    border-bottom: 2px solid #fff;
    padding: 0px 20px;
}

#box-excerpt {
    width: 90%;
    margin: 0 auto;
}

ul.box-pages {
    margin: 0;
    padding-left: 0px!important;
}

@media only screen and (max-width: 1220px) {
    .box-pages .box:nth-child(-n+3) {
        border-bottom: 1px solid #fff;
    }

    .box-pages .box {
        width: 50%;
        border: 1px solid #fff!important;
    }

    .box-pages .box {
        width: 100%;
    }
}

/* GRID 2 - 20 */
.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 33.333333333%;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 102%;
    opacity: 1;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 700;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    -webkit-text-stroke: 1px black;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* INVIDUAL EFFECT GRID COMPONENTS 2 - 20 */
/*---------------*/
/***** Lily *****/
/*---------------*/
figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/
figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba {
    background: #9e5406;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/
figure.effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

figure.effect-romeo img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 0, 300px);
    transform: translate3d(0, 0, 300px);
}

figure.effect-romeo:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

figure.effect-romeo p {
    padding: 0.25em 2em;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
    background: #18a367;
}

figure.effect-layla img {
    height: 390px;
}

figure.effect-layla figcaption {
    padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/
figure.effect-honey {
    background: #4a3753;
}

figure.effect-honey img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.5;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
}

/*figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
*/
figure.effect-oscar figcaption {
    padding: 15%;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 0;
    line-height: 1em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(0, 0, 0, 0.8);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
    text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}

figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby {
    background-color: #17819c;
}

figure.effect-ruby img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
    background: #2e5d5a;
}

figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-milo:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/
figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
}

figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
    opacity: 0.4;
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
    background: #42b078;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0.5);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
    padding: 20% 0 20px 0;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grid figure {
        width: 50%;
    }
}

@media (max-width: 639px) {
    .grid figure {
        width: 100%;
    }
}

/*works*/
.grid2 {
    padding-top: 6em;
}

.grid2 figcaption a {
    border: 1px solid #fff;
    margin-top: 1em;
    display: inline-block;
    color: #fff;
    padding: 0 2em;
}

.grid2 figcaption a:hover {
    text-decoration: none;
    padding: 0 3em;
}

@media (max-width: 1200px) {
    .grid figure h2 {
        font: 600 1.5em;
    }

    figure.effect-oscar figcaption {
        padding: 12%;
    }

    figure.effect-oscar figcaption::before,
    figure.effect-chico figcaption::before {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 900px) {
    figure.effect-chico figcaption {
        padding: 2em;
    }

    figure.effect-oscar figcaption {
        padding: 20%;
    }

    figure.effect-chico figcaption::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .grid figure.effect-chico p {
        font-size: 0.6em;
        line-height: 1.5em;
    }
}

@media (max-width: 767px) {
    figure.effect-chico figcaption {
        padding: 1.5em;
    }
}

/********* 1.22 ACCORDION BLOCKS STYLES *****/
/*ACCORDION1*/
.accordion1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.accordion1 .panel-heading a {
    position: relative;
    display: block;
    text-decoration: none;
}

.accordion1 .panel-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
}

.accordion1 .panel-default > .panel-heading {
    border: 0;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid #eee;
    padding: 20px 15px;
}

.accordion1 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}

.accordion1 .panel-heading a:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0px;
    margin-top: -5px;
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 1;
}

.accordion1 .panel-heading a.collapsed:after {
    content: "\f105";
}

.accordion1 .panel-group .panel + .panel {
    margin-top: 0;
}

.accordion1 .panel-group .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.accordion1 .panel-group .panel:last-child {
    border-bottom: 1px solid #eee;
}

/*ACCORDION2*/
#accordion2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

#accordion2 .panel {
    border: none;
    box-shadow: none;
}

#accordion2 .panel .fa {
    padding-right: 5px !important;
}

#accordion2 .panel-heading:hover,
#accordion2 .panel-heading.active {
    background-color: #176cff;
    color: #fff;
}

#accordion2 .panel-heading {
    color: #333;
    display: block;
    position: relative;
    padding: 0;
}

#accordion2 .panel-title {
    font-size: 18px;
    font-weight: 400;
}

#accordion2 .panel-title a {
    padding: 18px 15px;
    display: block;
    text-decoration: none;
}

#accordion2 .panel-heading .panel-title a:before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 21px;
}

#accordion2 .panel-heading.active .panel-title a:before {
    content: "\f068";
}

#accordion2 .panel-body {
    padding: 20px;
    border-width: 0 1px 1px 1px;
    border-color: #ebebeb;
    border-style: solid;
    border-radius: 0 0 5px 5px;
}

#accordion2 .panel-group .panel+.panel {
    margin-top: 10px;
}

/********* 1.23 TAB BLOCKS STYLES *****/
/*TAB1*/
#tab1 {
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: #eaedf4;
}

.tab-image-1 {
    width: 100%;
}

.tab1-section {
    padding-left: 0px;
    padding-right: 0px;
}

.tab1 i {
    display: inline-block;
    margin-bottom: 10px;
    color: #5db442;
    font-size: 72px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tab1 .col-sm-4:hover i {
    color: #4ca368;
}

.tab1 h2 {
    font-weight: 500;
}

.cb-tab1 {
    width: 100%;
}

.tab-1-wrap {
    width: 100%;
    margin: 0px;
}

.cb-tab1 .tab-section {
    margin-left: -15px;
    padding-left: 0;
    overflow: hidden;
}

.cb-tab1 .tab-content {
    background-color: #fff;
    padding: 30px 45px;
    min-height: 255px;
}

.cb-tab1 .tab-content h4 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #676767;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    background-color: #176cff;
    color: #fff;
    font-size: 18px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    background-color: #fff;
    color: #000;
}

/*tab2*/
#cb-tab-2 .cb-tab-2-tab {
    clear: both;
    margin-bottom: 50px;
}

#cb-tab-2 a:focus,
#cb-tab-2 a:hover {
    text-decoration: none;
    outline: none;
}

.cb-tab-2 h1 {
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 20px;
}

.cb-tab-2 p {
    font-size: 17px;
}

#cb-tab-2 ul {
    list-style: none;
}

.cb-tab-2-tab .tab-list {
    margin-top: 3%;
    margin-bottom: 4%;
}

.cb-tab-2-tab .tab-list li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 20px;
}

.cb-tab-2-tab .tab-list li a:hover {
    background-color: #f2f2f2;
}

.cb-tab-2-tab .tab-list li.active a,
.cb-tab-2-tab .tab-list li.active a:hover {
    background-color: #176cff;
    color: #fff;
}

.cb-tab-2-tab .cb-tab-2-info {
    background-color: #176cff;
    color: #fff;
    padding: 35px;
}

.cb-tab-2-info .tab-2-section {
    margin-bottom: 25px;
}

.cb-tab-2-info .tab-2-section ul li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.cb-tab-2-info .tab-2-section ul li:before {
    background-color: #000;
}

.cb-tab-2-info .tab-2-section ul li span {
    font-weight: 700;
    margin-right: 5px;
}

.cb-tab-2-info .tab-2-section h4 {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cb-tab-2-info .tab-2-section:hover h5 {
    color: #000;
}

#cb-tab-2 {
    overflow: hidden;
}

.tab-pane.active {
    -moz-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -moz-animation-name: slidein;
    -webkit-animation-name: slidein;
    animation-name: slidein;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#cb-tab-2_select {
    appearance: none;
    -moz-appearance: none;

    /* Firefox */
    -webkit-appearance: none;

    /* Safari and Chrome */
    background-repeat: no-repeat;
    background-position: right 15px top 18px;
}

/*tab3*/
#tab3 {
    background-color: #465056;
    position: relative;
}

#tab3 a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

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

#tab3 .tab3-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

    /*dim the background*/
}

.cbtab3-tab .tab-list li {
    position: relative;
    border-bottom: 1px solid #000;
    max-width: 145px;
}

.cbtab3-tab .tab-list li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 35px 25px;
    display: block;
    position: relative;
    z-index: 2;
}

.cbtab3-tab .tab-list li a i {
    display: block;
    font-size: 60px;
}

.cbtab3-tab .tab-content {
    padding: 120px 100px;
}

.cbtab3-tab .tab-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

.cbtab3-tab .tab-content p {
    margin-bottom: 25px;
    color: #fff;
}

.cbtab3-tab .tab-content a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.cbtab3-tab .tab-content a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    #cb-tab-2 .padding {
        padding-bottom: 25px;
    }

    .cb-tab-2-tab .tab-list {
        margin-bottom: 50px;
    }

    .cb-tab-2-tab .cb-tab-2-info {
        margin-bottom: 25px;
    }
}

/*tab3*/
#tab3 {
    background-color: #465056;
}

#tab3 .overlay-bg {
    background-color: rgba(0, 0, 0, 0.6);
}

#tab3 .cbtab3-tab h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.cbtab3-tab .tab-list {
    padding-top: 25px;
}

#tab3 ul {
    list-style: none;
}

.cbtab3-tab .tab-list li {
    position: relative;
    border-bottom: 1px solid #000;
    max-width: 145px;
}

.cbtab3-tab .tab-list li a {
    background-color: #176cff;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 35px 25px;
    display: block;
    position: relative;
    z-index: 2;
}

.cbtab3-tab .tab-list li a i {
    display: block;
    font-size: 60px;
}

.cbtab3-tab .tab-content {
    padding: 120px 100px;
}

.cbtab3-tab .tab-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.cbtab3-tab .tab-content p {
    margin-bottom: 25px;
}

.cbtab3-tab .tab-content a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.cbtab3-tab .tab-content a:hover {
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cbtab3-tab .tab-content {
        padding: 60px 45px;
    }
}

@media (max-width: 767px) {
    .cbtab3-tab .tab-content {
        padding: 25px 0px;
    }

    .cbtab3-tab .tab-content h1 {
        font-size: 30px;
    }

    .cbtab3-tab .tab-list li {
        display: inline-block;
    }

    .cbtab3-tab .tab-list li a {
        padding: 10px 25px;
    }

    .cbtab3-info {
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .cbtab3-tab .tab-list li {
        max-width: 100%;
        display: block;
    }
}

/* tabs4 */
.tabs4 {
    margin-bottom: 40px;
}

.tabs4 .nav-tabs {
    border-bottom: 1px solid #777;
}

.tabs4 .nav-tabs > li {
    float: none;
    font-size: 17px;
    margin-bottom: -2px;
    display: inline-block;
}

.tabs4 .nav > li > a {
    padding: 12.5px 15px;
}

.tabs4 .nav-tabs > li > a {
    position: relative;
    z-index: 0;
    display: block;
    color: #777777;
    text-decoration: none;
    font-weight: 700;
    margin-right: 0;
    padding: 20px;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.tabs4 .nav-tabs > li > a:focus {
    background: transparent;
    border: 0 !important;
}

.tabs4 .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #176cff;
    background: none;
    border: none;
    border-bottom: 2px solid #176cff !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.tabs4 .nav > li > a:hover {
    background: none;
    border: none;
}

.tabs4 .nav-pills.text-right > li {
    float: right;
}

.tabs4.nav.nav-pills a:hover {
    color: #7c618a;
}

.tabs4 .tab-content {
    padding-top: 30px;
}

/*tabs5*/
.tabs5 .nav-tabs {
    border-bottom: 1px solid #eee;
}

.tabs5 img {
    max-width: 100%;
    height: auto;
}

.tabs5 a {
    text-decoration: none;
}

.tabs5 .nav-tabs > li.active > a,
.tabs5 .nav-tabs > li.active > a:hover,
.tabs5 .nav-tabs > li.active > a:focus {
    border: 1px solid #eee;
    border-bottom-color: transparent;
    color: #777777;
}

.tabs5 .nav-tabs + .tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 15px;
}

.tabs5 .nav-tabs + .tab-content *:last-child {
    margin-bottom: 0;
}

.tabs5 .nav-text-tabs {
    border-bottom: 2px solid #eeeeee;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs5 .nav-text-tabs > li {
    display: inline-block;
}

.tabs5 .nav-text-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    color: #777777;
}

.tabs5 .nav-text-tabs > li > a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #176cff;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -2px;
    left: 0;
}

.tabs5 .nav-text-tabs > li.active > a {
    color: #176cff;
}

.tabs5 .nav-text-tabs > li.active > a:after {
    opacity: 1;
}

.tabs5 .nav-text-tabs + .tab-content {
    padding: 20px 0;
}

@media (max-width: 527px) {
    .tabs5 .nav-text-tabs > li {
        border-top: 1px solid #eee;
        text-align: center;
        display: block;
    }

    .tabs5 .nav-text-tabs > li > a {
        padding: 20px 15px;
    }

    .tabs5 .nav-text-tabs > li > a:after {
        content: none;
    }
}

/*TAB6*/
.tab6 {
    width: 100%;
}

.tab6 .nopads {
    padding-left: 0px;
    padding-right: 0px;
}

.tab6 .tab6-style {
    border-bottom: 0px;
}

.tab6 .tab6-style.cb-tab6 li {
    width: 24.98%;
}

@media only screen and (max-width: 992px) {
    .tab6 .tab6-style.cb-tab6 li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .tab6 .tab6-style.cb-tab6 li {
        width: 100%;
    }
}

.tab6 .tab6-style li {
    position: relative;
    text-align: center;
    background-color: #333743;
}

.tab6 .tab6-style li a {
    font-size: 17px;
    color: #fff;
    background-color: #1c84ff;
    padding: 20px 15px;
    margin-right: 0px;
    border: 0px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.tab6 .tab6-style li a i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.tab6 .tab6-style li a:hover,
.tab6-style li a:focus {
    background-color: #3e4351;
    color: #fff;
    border-color: transparent;
}

.tab6 .tab6-style li.active > a {
    border: 0px;
    background-color: #176cff;
    color: #fff;
}

.tab6 .tab6-style li.active > a:hover,
.tab6-style li.active > a:focus {
    border: 0px;
    background-color: #176cff;
    color: #fff;
}

.tab6 .tab-content {
    padding-left: 50px;
    padding-right: 50px;
}

.tab6 .tab-content .tab-pane {
    padding: 30px 0px;
}

/********* 1.25 PROCESS BLOCKS STYLES /*****

/*process 1*/
.process1 .process1-event {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 64px;
    margin-bottom: 32px;
    margin-top: 64px;
}

.process1 .process1-event .middle {
    position: absolute;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    text-align: center;
    height: 100%;
}

.process1 .process1-event .middle > i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 16px;
    color: #000;
}

.process1 .process1-event .middle .vertical-line {
    top: 50px;
    width: 2px;
    height: 100%;
    display: inline-block;
    background: #1583c9;
    position: absolute;
    left: 50%;
    margin-left: -2px;
}

.process1 .process1-event .col-sm-6:first-child {
    padding-right: 54px;
}

.process1 .process1-event .col-sm-6:first-child {
    padding-right: 54px;
}

.process1 .process1-event:nth-child(odd) .col-sm-6:first-child {
    padding-left: 54px;
    padding-right: 15px;
}

.process1 .process1-event .col-sm-6:last-child {
    padding-left: 54px;
}

.process1 .process1-event:nth-child(odd) .col-sm-6:last-child {
    padding-right: 54px;
    text-align: right;
    padding-left: 15px;
}

.process1 .process1-event:nth-child(even) .col-sm-6:first-child {
    text-align: right;
}

/* process2 */
.process2 {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #3a6ee8;
}

.process2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 1px;
    background: #f5f5f5;
}

.process2 .process2-block {
    position: relative;
    margin: 2em 0;
}

.process2 .process2-block:after {
    content: "";
    display: table;
    clear: both;
}

.process2 .process2-block:first-child {
    margin-top: 0;
}

.process2 .process2-block:last-child {
    margin-bottom: 0;
}

.process2 .process2-content {
    position: relative;
    margin-left: 60px;
    background-color: #000;
    color: #fff;
    border-radius: 0.25em;
    padding: 1em;
}

.process2 .process2-content img,
.process2 .process2-content video,
.process2 .process2-content iframe {
    margin-bottom: 25px;
    width: 100%;
}

.process2 .process2-content:after {
    content: "";
    display: table;
    clear: both;
}

.process2 .process2-content h2,
.process2 .process2-content h2 a {
    font-size: 24px;
    margin-top: 0px;
    color: #fff;
}

.process2 .process2-content .tc-read-more,
.process2 .process2-content .process2-date {
    display: inline-block;
}

.process2 .process2-content p {
    text-align: justify;
    margin: 1em 0;
}

.process2 .process2-content .tc-read-more {
    float: right;
    padding: 3px 15px;
    border: 1px solid #444;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.process2 .process2-content .tc-read-more:hover {
    background: #444;
    color: #fff;
}

.process2 .process2-content .process2-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.process2 .process2-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 10px solid #f5f5f5;
}

@media only screen and (min-width: 1170px) {
    .process2 {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .process2::before {
        left: 50%;
        margin-left: -2px;
    }
}

@media only screen and (min-width: 1170px) {
    .process2 .process2-block {
        margin: 4em 0;
    }

    .process2 .process2-block:first-child {
        margin-top: 0;
    }

    .process2 .process2-block:last-child {
        margin-bottom: 0;
    }
}

.process2 .process2-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.process2 .process2-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 18px;
}

@media only screen and (min-width: 1170px) {
    .process2 .process2-icon {
        width: 70px;
        height: 70px;
        left: 50%;
        margin-left: -35px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .process2 .process2-icon i {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1170px) {
    .process2 .process2-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .process2 .process2-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #f5f5f5;
    }

    .process2 .process2-content .tc-read-more {
        float: left;
    }

    .process2 .process2-content .process2-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
    }

    .process2 .process2-block:nth-child(even) .process2-content {
        float: right;
    }

    .process2 .process2-block:nth-child(even) .process2-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #f5f5f5;
    }

    .process2 .process2-block:nth-child(even) .process2-content .tc-read-more {
        float: right;
    }

    .process2 .process2-block:nth-child(even) .process2-content .process2-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
}

/********* 1.26 CONTACT BLOCKS STYLES /*****

/* contact1 */
#contact1 {
    padding: 40px 0;
}

#contact1 h3 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

#contact1 h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #425cbb;
    margin: 0 auto;
    margin-top: 10px;
}

#contact1 h6 {
    color: #425cbb;
    text-transform: uppercase;
    text-align: center;
}

#contact1 .form-control {
    background-color: #f5f5f5;
    border-radius: 2px;
    margin-bottom: 25px;
    border: 1px solid #ededed;
    color: #898989;
}

#contact1 .textarea {
    min-height: 100px;
}

#contact1 .box {
    text-align: center;
}

#contact1 .box p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}

#contact1 .box h6 {
    margin: 10px 0 25px 0;
    text-transform: none;
    font-weight: bold;
    font-size: 12px;
    color: #282828;
}

#contact1 .box .fa {
    font-size: 24px;
    color: #425cbb;
}

/* contact2 */
#contact2 {
    padding: 40px 0;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

#contact2 h3 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

#contact2 h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #425cbb;
    margin: 0 auto;
    margin-top: 10px;
}

#contact2 h6 {
    color: #425cbb;
    text-transform: uppercase;
    text-align: center;
}

#contact2 .form-control {
    background-color: #282828;
    border-radius: 2px;
    margin-bottom: 25px;
    border: 2px solid #425cbb;
    color: #f5f5f5;
}

#contact2 .textarea {
    min-height: 100px;
}

#contact2 .box {
    text-align: center;
}

#contact2 .box p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}

#contact2 .box h6 {
    margin: 10px 0 25px 0;
    text-transform: none;
    font-weight: bold;
    font-size: 12px;
    color: #282828;
}

#contact2 .box .fa {
    font-size: 24px;
    color: #425cbb;
}

/* contact3 */
#contact3 {
    padding: 60px 0;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
}

#contact3:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .9;
}

#contact3 .container {
    position: relative;
}

#contact3 .contact-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}

#contact3 h3 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #282828;
}

#contact3 h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #3498db;
    margin: 0 auto;
    margin-top: 10px;
}

#contact3 .form-control {
    background-color: #f5f5f5;
    border-radius: 2px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    color: #282828;
}

#contact3 .textarea {
    min-height: 100px;
}

#contact3 .content h2,
#contact3 .content p {
    color: #fff;
}

#contact3 .content .box {
    margin-top: 25px;
}

#contact3 .content .box .fa {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 11px;
    color: #FFF;
}

#contact3 .content .box p,
#contact3 .content .box h6 {
    overflow: hidden;
    margin: 0;
}

#contact3 .content .box h6 {
    margin-bottom: 20px;
    color: #fff;
}

/* contact4 */
#contact4 {
    padding: 60px 0;
}

#contact4 h3 {
    text-align: center;
    width: 40%;
    margin: 0 auto 60px auto;
}

#contact4 p {
    font-size: 14px;
}

#contact4 h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

#contact4 .form-control {
    background-color: rgba(52, 152, 219, 0.1);
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 4px;
}

#contact4 .btn-default {
    border-radius: 6px;
    border: 1px solid #05436c;
    background-color: #05436c;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

#contact4 .btn-default:hover {
    color: #05436c;
    background-color: #fff;
    border: 1px solid #05436c;
}

#contact4 .contact-info {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

#contact4 .contact-info .fa {
    display: flex;
    align-self: center;
    font-size: 24px;
    color: #3498db;
    margin-right: 10px;
}

#contact4 .contact-left {
    padding-left: 0;
}

#contact4 .contact-right {
    padding-right: 0;
}

@media (max-width: 768px) {
    #contact4 .form-control {
        width: 100%;
    }

    #contact4 .contact-right,
    #contact4 .contact-left {
        padding: 0;
    }

    #contact4 h3 {
        width: 100%;
    }
}

/* contact5 */
#contact5 {
    padding: 60px;
    background-color: #282828;
    color: #fff;
}

#contact5 .icon {
    float: left;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

#contact5 .icon:hover {
    background-color: #ffb504;
    transition: .5s ease all;
}

#contact5 .icon .fa {
    font-size: 24px;
    line-height: 1.9;
}

#contact5 .content {
    overflow: hidden;
    padding-left: 15px;
}

#contact5 .content h5 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

#contact5 .content h6 {
    line-height: 1.4;
}

/* contact 6 */
#contact6 {
    overflow: hidden;
    max-height: 658px;
    position: relative;
    background: #000000;
}

#contact6 .contact6-wrap .contact6-container img,
#contact6 .contact6-wrap .contact6-container a img {
    width: 100%;
    opacity: 0.8;
    margin: auto;
}

.cb-contact-6 {
    top: 10%;
    right: 0;
    left: 10%;
    width: 425px;
    padding: 20px;
    overflow: hidden;
    text-align: left;
    position: absolute;
    background: #1583c9;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 1);
}

.cb-contact-6_right {
    top: 10%;
    right: 10%;
    left: auto;
}

.cb-contact-6 form .form-group {
    padding: 0 3px;
}

.cb-contact-6 h3 {
    color: #000000;
    font-size: 20px;
    text-shadow: none;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.cb-contact-6 p {
    color: #000;
    text-shadow: none;
    margin: 0 0 25px 0;
    letter-spacing: 3px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.cb-contact-6 p a {
    color: #fff;
    text-transform: capitalize;
}

.cb-contact-6 textarea.form-control {
    height: 142px;
    padding: 0 20px;
    border: none;
    color: #000000;
    background: #1583c9;
    letter-spacing: 1px;
    border-bottom: 1px solid #0a0a0a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.cb-contact-6 form button {
    border: none;
    outline: none;
    color: #000;
    box-shadow: none;
    border-radius: 0;
    padding: 7px 15px;
    width: 100%;
    letter-spacing: 1px;
    display: inline-block;
    border-color: #000000;
    background: transparent;
    text-transform: capitalize;
    border-bottom: 1px solid #000000;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cb-contact-6 form button:hover,
.cb-contact-6 form button:active {
    outline: none !important;
    color: ##000000 !important;
    background: transparent !important;
    border-color: ##000000 !important;
}

.cb-contact-6 form div input {
    height: 42px;
    padding: 0 20px;
    border: none;
    color: #000000;
    background: #1583c9;
    letter-spacing: 1px;
    border-bottom: 1px solid #0a0a0a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.cb-contact-6 form div input:focus {
    border: none;
    outline: none;
    border-bottom: 1px solid ##000000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cb-contact-6 form div input::-webkit-input-placeholder {
    color: #000000;
    text-transform: capitalize;
}

.cb-contact-6 form div textarea::-webkit-input-placeholder {
    color: #000000;
    text-transform: capitalize;
}

.cb-contact-6 form div input::-moz-placeholder {
    color: #000000;
    text-transform: capitalize;
}

.cb-contact-6 form div input:-ms-input-placeholder {
    color: #000000;
    text-transform: capitalize;
}

.cb-contact-6 form div input:-moz-placeholder {
    color: #000000;
    text-transform: capitalize;
}

.cb-contact-6 form div input:focus::-webkit-input-placeholder {
    color: ##000000;
}

.cb-contact-6 form div input:focus::-moz-placeholder {
    color: ##000000;
}

.cb-contact-6 form div input:focus:-ms-input-placeholder {
    color: ##000000;
}

.cb-contact-6 form div input:focus:-moz-placeholder {
    color: ##000000;
}

@media only screen and (max-width: 480px) {
    /*---------- WRAPPER ----------*/
    #contact6 {
        height: 570px;
    }

    #contact6 .contact6-wrap,
    #contact6 .contact6-wrap .contact6-container {
        right: 0%;
    }

    #contact6 .contact6-wrap,
    #contact6 .contact6-wrap .contact6-container {
        height: 570px;
    }

    #contact6 .contact6-wrap .contact6-container img,
    #contact6 .contact6-wrap .contact6-container a img {
        height: 100%;
    }

    .cb-contact-6 {
        top: 1%;
        left: 0;
        margin: auto;
        width: 290px;
        padding: 5px;
        opacity: 0.8;
    }

    .cb-contact-6 p {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .cb-contact-6 form .checkbox label {
        font-size: 12px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    #contact6 {
        height: 610px;
    }

    #contact6 .contact6-wrap,
    #contact6 .contact6-wrap .contact6-container {
        height: 610px;
    }

    #contact6 .contact6-wrap .contact6-container img,
    #contact6 .contact6-wrap .contact6-container a img {
        height: 100%;
    }

    .cb-contact-6 {
        top: 0;
        opacity: 0.8;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    #contact6 {
        height: 610px;
    }

    #contact6 .contact6-wrap,
    #contact6 .contact6-wrap .contact6-container {
        height: 610px;
    }

    #contact6 .contact6-wrap .contact6-container img,
    #contact6 .contact6-wrap .contact6-container a img {
        height: 100%;
    }

    .cb-contact-6 {
        top: 0;
        opacity: 0.8;
    }
}

/* contact7 */
.contact7 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.contact7 h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}

.contact7 h3 {
    font-size: 20px;
    text-transform: lowercase;
    font-style: italic;
}

.contact7 .contact7-form {
    margin-top: 50px;
    margin-bottom: 100px;
    overflow: hidden;
    border: 5px solid #548ce9;
    border-radius: 10%;
    padding: 30px 30px 30px 30px;
}

.contact7 .contact7-form form {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.contact7 .contact7-form .form-control {
    background: transparent;
    border: 1px solid #c7c7c7;
    margin-top: 25px;
    margin-bottom: 25px;
}

.contact7 .contact7-form .btn-default {
    background-color: #548ce9;
    color: #fff;
    border-radius: 0;
}

.contact7 .contact7-form .btn-default:hover {
    background-color: #000;
    color: #fff;
    border-radius: 0;
}

.contact7 .contact7-bottom {
    background-color: #f5f5f5;
}

.contact7 .contact7-bottom h2 {
    margin-top: 20px;
    margin-bottom: 50px;
}

.contact7 .contact7-bottom p {
    font-size: 17px;
}

.contact7 .contact7-bottom a {
    font-decoration: none;
}

.contact7 .contact7-bottom i {
    margin-right: 5px;
}

@media only screen and (max-width: 420px) {
    .contact7 .contact7-form {
        border: 5px solid #548ce9;
        border-radius: 0%;
        padding: 10px 10px 10px 10px;
    }
}

/* contact */
.contact8 {
    width: 100%;
}

.contact8 .map {
    width: 100%;
}

.contact8 .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.contact8 .contact8-form {
    padding-left: 30px;
    padding-top: 30px;
}

.contact8 .contact8-form h1 {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 30px;
}

.contact8 .contact8-form h1:after {
    display: block;
    content: '';
    margin-top: 20px;
    width: 80px;
    height: 5px;
    background-color: #333333;
}

.contact8 .contact8-form form .form-bordered {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    border: 2px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #5f6272;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.contact8 .contact8-form form .button {
    margin-top: 30px;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 20px 5px 20px;
    float: right;
    font-size: 18px;
    text-transform: capitalize;
}

@media only screen and (max-width: 420px) {
    .contact8 .contact8-form {
        padding-left: 0 !important;
    }
}

/* contact9 (map) */
.contact9 {
    width: 100%;
}

.contact9 .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/*contact 10*/
.contact10 {
    width: 100%;
}

.contact10 .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.contact10 .first-box {
    padding: 10px;
    background: #1583c9;
    color: #fff;
}

.contact10 .second-box {
    padding: 10px;
    background: #1583c9;
    color: #fff;
}

.contact10 .third-box {
    padding: 10px;
    background: #1583c9;
    color: #fff;
}

.contact10 .fourth-box {
    padding: 10px;
    background: #1583c9;
    color: #fff;
}

.contact10 h1 {
    font-size: 50px;
    text-shadow: rgb(13, 115, 188) 1px 1px, rgb(13, 115, 188) 2px 2px, rgb(13, 115, 188) 3px 3px, rgb(13, 115, 188) 4px 4px, rgb(13, 115, 188) 5px 5px, rgb(13, 115, 188) 6px 6px, rgb(13, 115, 188) 7px 7px, rgb(13, 115, 188) 8px 8px, rgb(13, 115, 188) 9px 9px, rgb(13, 115, 188) 10px 10px, rgb(13, 115, 188) 11px 11px, rgb(13, 115, 188) 12px 12px, rgb(13, 116, 189) 13px 13px, rgb(13, 116, 189) 14px 14px, rgb(13, 116, 189) 15px 15px, rgb(13, 116, 189) 16px 16px, rgb(13, 117, 191) 17px 17px, rgb(13, 117, 191) 18px 18px, rgb(13, 117, 191) 19px 19px, rgb(13, 118, 192) 20px 20px, rgb(13, 118, 192) 21px 21px, rgb(14, 119, 194) 21px 21px, rgb(14, 120, 196) 22px 22px, rgb(14, 121, 197) 23px 23px, rgb(14, 122, 199) 24px 24px, rgb(14, 123, 201) 25px 25px, rgb(14, 124, 203) 26px 26px, rgb(14, 125, 204) 27px 27px, rgb(14, 126, 206) 28px 28px, rgb(15, 127, 208) 29px 29px, rgb(15, 128, 209) 30px 30px;
}

.contact10 h3 {
    font-weight: bold;
    text-shadow: rgb(13, 115, 188) 1px 1px, rgb(13, 115, 188) 2px 2px, rgb(13, 115, 188) 3px 3px, rgb(13, 115, 188) 4px 4px, rgb(13, 115, 188) 5px 5px, rgb(13, 115, 188) 6px 6px, rgb(13, 115, 188) 7px 7px, rgb(13, 115, 188) 8px 8px, rgb(13, 115, 188) 9px 9px, rgb(13, 115, 188) 10px 10px, rgb(13, 115, 188) 11px 11px, rgb(13, 115, 188) 12px 12px, rgb(13, 116, 189) 13px 13px, rgb(13, 116, 189) 14px 14px, rgb(13, 116, 189) 15px 15px, rgb(13, 116, 189) 16px 16px, rgb(13, 117, 191) 17px 17px, rgb(13, 117, 191) 18px 18px, rgb(13, 117, 191) 19px 19px, rgb(13, 118, 192) 20px 20px, rgb(13, 118, 192) 21px 21px, rgb(14, 119, 194) 21px 21px, rgb(14, 120, 196) 22px 22px, rgb(14, 121, 197) 23px 23px, rgb(14, 122, 199) 24px 24px, rgb(14, 123, 201) 25px 25px, rgb(14, 124, 203) 26px 26px, rgb(14, 125, 204) 27px 27px, rgb(14, 126, 206) 28px 28px, rgb(15, 127, 208) 29px 29px, rgb(15, 128, 209) 30px 30px;
}

.contact10 p {
    font-size: 20px;
    text-shadow: rgb(13, 115, 188) 1px 1px, rgb(13, 115, 188) 2px 2px, rgb(13, 115, 188) 3px 3px, rgb(13, 115, 188) 4px 4px, rgb(13, 115, 188) 5px 5px, rgb(13, 115, 188) 6px 6px, rgb(13, 115, 188) 7px 7px, rgb(13, 115, 188) 8px 8px, rgb(13, 115, 188) 9px 9px, rgb(13, 115, 188) 10px 10px, rgb(13, 115, 188) 11px 11px, rgb(13, 115, 188) 12px 12px, rgb(13, 116, 189) 13px 13px, rgb(13, 116, 189) 14px 14px, rgb(13, 116, 189) 15px 15px, rgb(13, 116, 189) 16px 16px, rgb(13, 117, 191) 17px 17px, rgb(13, 117, 191) 18px 18px, rgb(13, 117, 191) 19px 19px, rgb(13, 118, 192) 20px 20px, rgb(13, 118, 192) 21px 21px, rgb(14, 119, 194) 21px 21px, rgb(14, 120, 196) 22px 22px, rgb(14, 121, 197) 23px 23px, rgb(14, 122, 199) 24px 24px, rgb(14, 123, 201) 25px 25px, rgb(14, 124, 203) 26px 26px, rgb(14, 125, 204) 27px 27px, rgb(14, 126, 206) 28px 28px, rgb(15, 127, 208) 29px 29px, rgb(15, 128, 209) 30px 30px;
}

/********* 1.27 UTILITY BLOCKS STYLES /*****

/* page404-1 */
.page404-1 {
    background-color: #425cbb;
    width: 100%;
    height: 100%;
    width: 100%;
    min-height: 650px;
    opacity: 0.9;
    padding: 20px 0 80px 0;
}

.page404-1 h1 {
    text-align: center;
    font-size: 15vw;
    color: #fff;
    margin-top: 6vw;
}

.page404-1 p {
    text-align: center;
    font-size: 3vw;
    color: #fff;
    margin-top: 6vw;
}

.page404-1 .image-404 img {
    display: block;
    margin: 0 auto;
    margin-top: 150px;
}

/* 404 2 */
.page404-2 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #241d4f;
}

.page404-2 .content {
    text-align: center;
    padding: 100px 0 100px;
}

.page404-2 .content .logo {
    color: #fff;
    margin-bottom: 50px;
}

.page404-2 .content h2 {
    font-size: 40px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
}

.page404-2 .content p {
    font-size: 15px;
    line-height: 34px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

.page404-2 .content h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 800;
    color: #fff;
    padding: 32px 0 72px;
    text-transform: uppercase;
}

.page404-2 .content a {
    padding: 9px 30px 9px 30px;
    background-color: transparent;
    border: 1px solid #fff;
}

.page404-2 .content a:hover {
    background-color: #fff;
    color: #000;
}

/********* 1.28 FORM BLOCKS STYLES /*****

/* pagelogin1 */
#pagelogin1 {
    background-color: #425cbb;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 400px;
    opacity: 0.9;
    padding: 20px 0 80px 0;
}

#pagelogin1 .login {
    padding-top: 70px;
    display: table;
    margin: 0 auto !important;
    text-align: center;
}

#pagelogin1 .login h3 {
    color: #fff;
}

#pagelogin1 .form-control {
    border: 1px solid #f5f5f5;
    width: auto;
    min-width: 100px;
    border-radius: 2px;
    background-color: rgba(231, 76, 60, 0.2);
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 10px;
}

#pagelogin1 .form-control::-webkit-input-placeholder {
    color: #f5f5f5;
}

#pagelogin1 .form-control::-moz-placeholder {
    color: #f5f5f5;
}

/* firefox 19+ */
#pagelogin1 .form-control:-ms-input-placeholder {
    color: #f5f5f5;
}

/* ie */
#pagelogin1 .form-control input:-moz-placeholder {
    color: #f5f5f5;
}

/* pageregister1 */
#pageregister1 {
    background-color: #425cbb;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 450px;
    opacity: 0.9;
    padding: 20px 0 80px 0;
}

#pageregister1 .login {
    padding-top: 70px;
    display: table;
    margin: 0 auto !important;
    text-align: center;
}

#pageregister1 .login h3 {
    color: #fff;
}

#pageregister1 .form-control {
    border: 1px solid #f5f5f5;
    width: auto;
    min-width: 100px;
    border-radius: 2px;
    background-color: rgba(231, 76, 60, 0.2);
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 10px;
}

#pageregister1 .form-control::-webkit-input-placeholder {
    color: #f5f5f5;
}

#pageregister1 .form-control::-moz-placeholder {
    color: #f5f5f5;
}

/* firefox 19+ */
#pageregister1 .form-control:-ms-input-placeholder {
    color: #f5f5f5;
}

/* ie */
#pageregister1 .form-control input:-moz-placeholder {
    color: #f5f5f5;
}

/* pageloginregister1 */
#pageloginregister1 {
    padding: 40px 0;
}

#pageloginregister1 .lr-box {
    border: 1px solid #ededed;
    padding: 25px;
    background: #fff;
}

#pageloginregister1 .btn-default-green:hover {
    color: #282828;
}

#pageloginregister1 p {
    font-size: 12px;
}

#pageloginregister1 a {
    color: #425cbb;
}

#pageloginregister1 p.info {
    padding: 10px 15px;
    background-color: #425cbb;
    color: #fff;
    border-radius: 2px;
}

#pageloginregister1 .form-control {
    background-color: #fff;
    border: 1px solid #425cbb;
    width: 100%;
    border-radius: 2px;
    margin: 0 auto;
    color: #282828;
}

/*form4*/
.form4 .register {
    padding-top: 135px;
    padding-bottom: 135px;
}

.form4 .login-wrap {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.55);
}

.form4 .register .txt {
    color: #353535;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin-top: 28px;
}

.form4 .register .btn {
    margin-top: 30px;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .8px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    background-color: #1583c9;
}

.form4 h1 {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 30px;
}

.form4 h1:after {
    display: block;
    content: '';
    margin-top: 20px;
    margin-left: 5px;
    width: 80px;
    height: 5px;
    background-color: #333333;
}

.form4 input {
    border-radius: 0;
    background: transparent;
    border: 1px solid #949494;
    color: #282828;
    outline: none;
    box-shadow: none !important;
    width: 100%;
    font-size: 14px;
    padding: 10px;
}

/* form5 */
.form5 {
    margin-top: 40px;
    -webkit-box-shadow: -1px 1px 5px 5px #eee;
    -moz-box-shadow: -1px 1px 5px 5px #eee;
    box-shadow: -1px 1px 5px 5px rgba #eee;
    overflow: hidden;
}

.form5 .nav-tabs {
    border: none!important;
}

.form5 li {
    position: relative;
    text-align: center;
    background-color: #fff;
    border: none!important;
    width: 50%;
}

.form5 li a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    background-color: #fff;
    padding: 20px 15px;
    margin-right: 0px;
    border-bottom: 1px solid #eee;
}

.form5 li a:hover,
.form5 li a:focus {
    background-color: #fff;
    color: #000;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #0095ff;
}

.form5 li.active a {
    background-color: #fff;
    color: #000;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
}

.form5 li.active a:hover,
.form5 li.active a:focus {
    background-color: #fff;
    color: #000;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #0095ff;
}

.form5 .form {
    margin: 50px 30px 50px 30px;
}

.form5 .form .nopad {
    margin: 0 !important;
    padding: 0 !important;
}

.form5 .form input {
    border: none;
    padding: 20px;
    font-size: 14px;
    width: 100%;
}

.form5 .form .input-group {
    background-color: #eeeeee;
    padding: 20px;
    margin-bottom: 20px;
}

.form5 .form .btn {
    border-radius: 0;
    color: #fff;
    background-color: #4682b4;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.786;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
}

.form5 .form .fa-facebook-official {
    color: #fff;
    background-color: #215b9a;
    font-size: 32px;
    border-color: #215b9a;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

.form5 .form .fa-twitter-square {
    color: #fff;
    background-color: #00adf2;
    font-size: 32px;
    border-color: #00adf2;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

.form5 .form .fa-google-plus-square {
    color: #fff;
    background-color: #df4a36;
    font-size: 32px;
    border-color: #df4a36;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

.form5 .form p a {
    font-size: 14px;
    color: rgb(129, 129, 129);
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
}

.form5 .form .form-footer {
    margin-bottom: 70px;
}

@media (max-width: 480px) {
    .form5 .form {
        margin: 20px -10px 20px -10px;
    }

    .form5 li a {
        font-size: 12px;
    }
}

@media (max-width: 990px) {
    .form5 .form .btn {
        margin-bottom: 20px;
    }
}

/********* 1.29 FOOTER BLOCKS STYLES /*****

/* Footer */
.footerWrapper {
    padding-top: 0px;
}

.footer .navbar-brand img {
    width: 75px;
}

.footer .navbar-brand img.small {
    width: 30px;
}

.footer.dark {
    background: #3D566E;
    padding: 60px 0px 50px;
    font-weight: 200;
    color: #CBD0D3;
}

.footer.dark h2 {
    color: #ECF0F1;
    font-size: 34px;
    border-bottom: 2px dashed #CBD0D3;
    padding-bottom: 20px;
    margin-top: 0px;
}

.footer.dark span {
    text-transform: uppercase;
    font-size: 13px;
}

.footer.dark a,
.footer.dark a span {
    font-size: 26px;
    margin-right: 5px;
    color: #1ABC9C;
}

#footer1 ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#footer1 ul li {
    line-height: 22px;
}

#footer1 ul li a {
    font-size: 14px;
}

#footer1 .navbar-brand {
    padding: 0px;
    height: auto;
}

/* footer1 */
#footer1 {
    padding-top: 80px;
    width: 100%;
    background: #282828;
    color: #fff;
}

#footer1 h3 {
    color: #393939;
    background: #f5f5f5;
    padding: 9px;
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

#footer1 p {
    color: #f5f5f5;
    line-height: 18px;
    font-size: 12px;
}

#footer1 .fa {
    margin-right: 10px;
}

#footer1 a {
    color: #fff;
}

#footer1 a:hover {
    color: #f5f5f5;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer-rights1 {
    padding: 25px 10px;
    background: #393939;
    text-align: center;
    color: #fff;
}

/* footer2 */
#footer2 {
    text-transform: uppercase;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    background: #425cbb;
}

#footer2 p {
    margin: 0;
}

/* footer3 */
#footer3 {
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 10px;
    background: #282828;
    text-align: center;
    color: #fff;
}

#footer3 p {
    margin: 0;
    font-size: 14px;
}

#footer3 .fa {
    color: #425cbb;
}

/* footer4 */
#footer4 {
    padding: 80px 40px;
    background: #282828;
    color: #fff;
}

#footer4 .row.verticaldivide [class*='col-']:not(:last-child):after {
    background: #f5f5f5;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

#footer4 h3 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    margin-bottom: 20px;
}

#footer4 p {
    color: #f5f5f5;
    line-height: 18px;
    font-size: 12px;
}

#footer4 a:hover {
    color: #f5f5f5;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer4 .form-control {
    background-color: #393939;
    border: 1px solid #898989;
    width: 100%;
    border-radius: 2px;
    margin: 0 auto;
    color: #f5f5f5;
}

#footer4 .form-subscribe {
    position: relative;
}

#footer4 .btn-default-green-tiny {
    position: absolute;
    top: 2px;
    right: 0;
    margin-right: 2px;
}

#footer-rights4 {
    padding: 25px 10px;
    background: #282828;
    border-top: 1px solid #393939;
    text-align: center;
    color: #fff;
}

/* footer5 */
#footer5 {
    padding: 80px 40px;
    background: #fff;
    color: #282828;
    border-top: 1px solid #ccc;
}

#footer5 h3 {
    color: #fff;
    background: #282828;
    padding: 9px;
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

#footer5 p {
    color: #282828;
    line-height: 18px;
    font-size: 12px;
}

#footer5 .fa {
    margin-right: 10px;
}

#footer5 a {
    color: #282828;
}

#footer5 a:hover {
    color: #393939;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer-rights5 {
    padding: 25px 10px;
    background: #f5f5f5;
    text-align: center;
    border-top: 1px solid #282828;
    color: #282828;
}

/* footer6 */
#footer6 {
    padding: 40px 0;
    background: #fff;
    color: #282828;
    border-top: 1px solid #ccc;
}

#footer6 ul {
    text-align: center;
}

#footer6 a {
    color: #282828;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 8px;
}

#footer6 a:hover {
    color: #898989;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer6 .subscribe {
    position: relative;
    width: 35%;
    margin: 40px auto;
}

#footer6 .subscribe .form-control {
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-right: 40px;
}

#footer6 .subscribe .icon .fa {
    font-size: 24px;
    color: #ccc;
}

#footer6 .subscribe .icon {
    position: absolute;
    top: 8px;
    right: 4px;
}

#footer6 .social-icons {
    text-align: center;
}

#footer6 .social-icons .fa {
    font-size: 20px;
    color: #ccc;
}

#footer6 .social-icons a {
    margin: 0 15px;
}

#footer6 .fa:hover {
    color: #282828 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    #footer6 .subscribe {
        width: 85%;
    }
}

/* footer7 */
#footer7 {
    padding: 40px 0;
    background: #282828;
    color: #fff;
}

#footer7 ul {
    text-align: center;
}

#footer7 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 8px;
}

#footer7 a:hover {
    color: #898989;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer7 .subscribe {
    position: relative;
    width: 35%;
    margin: 40px auto;
    margin-bottom: 0;
}

#footer7 .subscribe .form-control {
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #898989;
    padding-right: 40px;
}

#footer7 .subscribe .icon .fa {
    font-size: 24px;
    color: #ccc;
}

#footer7 .subscribe .icon {
    position: absolute;
    top: 8px;
    right: 4px;
}

#footer7 .social-icons {
    text-align: center;
    margin-bottom: 40px;
}

#footer7 .social-icons .fa {
    font-size: 20px;
    color: #ccc;
}

#footer7 .social-icons a {
    margin: 0 15px;
}

#footer7 .fa:hover {
    color: #898989 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    #footer7 .subscribe {
        width: 85%;
    }
}

/* footer8 */
#footer8 {
    padding: 40px 0;
    background: #fff;
    color: #282828;
    border-top: 1px solid #ccc;
}

#footer8 ul {
    text-align: center;
}

#footer8 a {
    color: #282828;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 8px;
}

#footer8 ul li a:first-child {
    margin-left: 0;
}

#footer8 a:hover {
    color: #898989;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer8 .content {
    float: left;
}

#footer8 .content p {
    font-weight: 400;
    color: #ccc;
}

#footer8 .social-icons {
    float: right;
    margin-top: 12px;
}

#footer8 .social-icons .fa {
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    color: #ccc;
    width: 40px;
    height: 40px;
    background-color: #898989;
    border-radius: 40px;
}

#footer8 .social-icons a {
    margin: 0 15px;
}

#footer8 .fa:hover {
    color: #282828 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 1000px) {
    #footer8 .social-icons {
        float: none;
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
    }

    #footer8 .content {
        float: none;
        text-align: center;
    }
}

/********* 1.30 BASIC BLOCKS STYLES /*****

/* basic1 */
#basic1 {
    padding: 40px 0;
}

#basic1 p {
    font-size: 12px;
}

#basic1 h3 {
    font-size: 22px;
}

/* basic2 */
#basic2 {
    background: #282828;
    color: #fff;
    padding: 40px 0;
}

#basic2 p {
    font-size: 12px;
}

#basic2 h3 {
    font-size: 22px;
}

/* basic3 */
#basic3 {
    background: #425cbb;
    color: #fff;
    padding: 40px 0;
}

#basic3 p {
    font-size: 12px;
}

#basic3 h3 {
    font-size: 22px;
}