/*
Theme Name: Media 1
Theme URI:  
Author: MGK
Author URI: 
Description: Skórka dla Media 1. 
Version:  1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: WordPress 5.5.3
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: media1
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog

Profisme WordPress Theme, Copyright (C) 2020, wpprobiz
Profisme is distributed under the terms of the GNU General Public License v3
*/

@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;700&display=swap');

/***
 ***/

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


/***
====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Baloo Tamma 2', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0088CC;
}

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

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

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

textarea {
    overflow: hidden;
}

p,
.text {
    position: relative;
    font-size: 16px;
    margin: 0;
    color: #777777;
    line-height: 1.7;
}

.sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sp-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}


/*List Style One*/

.list-style-one {
    position: relative;
    margin-top: 30px;
}

.list-style-one li {
    position: relative;
    color: #898989;
    font-size: 17px;
    font-weight: 300;
    padding-left: 28px;
    margin-bottom: 35px;
}

.list-style-one li span {
    position: relative;
    color: #191919;
    font-size: 20px;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.list-style-one li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0088CC;
}


/*List Style Two*/

.list-style-two {
    position: relative;
    margin-bottom: 30px;
}

.list-style-two li {
    position: relative;
    margin-bottom: 12px;
    color: #0088CC;
    font-size: 16px;
}


/*List Style Three*/

.list-style-three {
    position: relative;
}

.list-style-three li {
    position: relative;
    margin-bottom: 10px;
    color: #999999;
    font-size: 16px;
    padding-left: 30px;
}

.list-style-three li:before {
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 5px;
    color: #0088CC;
    font-size: 18px;
    font-family: 'FontAwesome';
}

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

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.grey-bg {
    background-color: #f5f5f5;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #0088CC;
    border: 2px solid #0088CC;
    padding: 10px 30px;
    font-family: 'Baloo Tamma 2', sans-serif;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one:before {
    position: absolute;
    display: none;
    content: '';
    left: 18px;
    top: 50%;
    height: 1px;
    width: 20px;
    margin-top: -1px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
}

.btn-style-one:hover,
.btn-style-one:focus {
    background: none;
}

.btn-style-one:hover:before,
.btn-style-one:focus:before {
    background-color: #0088CC;
}


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    padding: 9px 38px;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two:hover,
.btn-style-two:focus {
    background: none;
    color: #ffffff;
}


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    color: #050405;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    font-family: 'Baloo Tamma 2', sans-serif;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-three:hover,
.btn-style-three:focus {
    color: #ffffff;
    border-color: #0088CC;
    background: #0088CC;
}

.btn-style-three:hover:before,
.btn-style-three:focus:before {
    background-color: #ffffff;
}

.theme_color {
    color: #0088CC;
}

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

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

.bg-w {
    background-color: #fff !important;
}


/***

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

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 35px;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 50px;
    background: #0088CC;
    display: none;
    border: 2px solid #0088CC;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    color: #ffffff;
}


/***

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

***/

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


/*Sticky Header*/

.main-header .header-upper.sticky-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 999;
    -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.4);
}

.main-header.header-style-two .header-upper.sticky-header {
    background-color: #0088CC;
}

.main-header .header-upper {
    position: relative;
    z-index: 5;
    padding: 0px 100px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header.header-style-two,
.main-header.header-style-three {
    border: 0;
}

.header-style-two .header-upper {
    background-color: rgba(0, 181, 157, 0.7);
}

.header-style-three .header-upper {
    background-color: rgba(0, 0, 0, 0.5);
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .logo-outer {
    position: relative;
    z-index: 25;
    padding: 20px 0px;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 325px;
}

.main-header .header-upper .upper-right {
    position: relative;
}

.main-header .header-lower {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 5;
}

.header-style-three .header-lower .social-icons {
    position: absolute;
    right: 0px;
    margin-top: 18px;
}

.header-style-three .header-lower .social-icons a {
    position: relative;
    color: #d15454;
    font-size: 18px;
    margin-left: 20px;
}


/* menu */

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    background: #000;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    right: 100%;
}

.main-navigation ul ul a {
    width: 251px;
}

.main-navigation .sub-menu li a {
    color: #fff;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    padding: 0 14px;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 993px) {
    .pull-left .copyright {
        left: 100% !important;
    }
    .menu-toggle {
        display: none !important;
    }
    .main-navigation .nav-menu>.menu-item>a {
        margin-bottom: 14px;
        margin-top: 30px;
    }
    .main-navigation {
        width: auto !important;
        margin-right: 40px;
    }
    .menu a {
        padding: 8px 12px !important;
        color: #575757;
        text-transform: capitalize;
        font-family: 'Baloo Tamma 2', sans-serif;
        font-weight: 500;
        font-size: 14px;
    }
    .menu .sub-menu li a {
        padding-top: 10px !important;
    }
    .menu .sub-menu li {
        padding-top: 1px !important;
        border-bottom: 1px solid #dedede;
    }
    .menu .sub-menu li:hover,
    .menu .children li:hover {
        background: #0088CC;
    }
    .menu .sub-menu li:hover>a,
    .menu .children li:hover>a {
        color: #fff !important;
    }
    .main-navigation .sub-menu li a,
    .main-navigation .children li a {
        color: #000 !important;
        padding: 16px 9px !important;
    }
    .menu-item-has-children>a:after {
        content: "\f078";
        font-family: 'FontAwesome';
        font-style: normal;
        position: absolute;
        top: 42px;
        right: -2px;
        font-weight: normal;
        font-size: 10px;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    .page_item_has_children>a:after {
        content: "\f078";
        font-family: 'FontAwesome';
        font-style: normal;
        position: absolute;
        top: 35px;
        right: -2px;
        font-weight: normal;
        font-size: 10px;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    .main-navigation li {
        padding-left: 15px;
    }
    .sub-menu .menu-item-has-children>a:after,
    .children .page_item_has_children>a:after {
        content: "\f078";
        top: 19px;
        right: 10px;
    }
    .main-navigation ul ul {
        background: #f6f6f6 !important;
    }
    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .banner-content h2 {
        font-size: 24px !important;
    }
    .clients-section .sponsors-outer .owl-theme {
        display: block !important;
    }
    .banner-content {
        margin-top: 120px !important;
    }
    .banner-content .btn-style-one {
        margin-top: -20px !important;
    }
    .main-navigation.toggled .menu.nav-menu {
        display: inline-grid;
        background: #02ad88;
    }
    .menu a {
        padding: 5px 0 !important;
        color: #fff;
    }
    .navbar-expand-lg a {
        height: 35px;
    }
    .main-navigation li {
        padding-top: 10px;
    }
    .main-navigation ul ul a {
        width: 440px;
        line-height: 18px;
    }
    .main-navigation .menu-toggle {
        float: right;
        background: transparent;
        color: #575757;
        margin-top: -8%;
    }
    .menu-item-has-children>a:after {
        right: 10px;
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 50%;
    }
    .menu-all-pages-container .nav-menu {
        top: 100%;
        width: 100%;
        background-color: #f0f0f0;
        overflow-y: auto;
    }
    .main-navigation li {
        border-bottom: 1px dotted #d6d6d6;
    }
    .main-navigation .menu-toggle:focus {
        outline: 2px solid #24a1eb;
    }
}

.main-header .nav-outer {
    position: relative;
}

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

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

.main-header .outer-box {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 33px;
}

.edu-nav .nav li ul.mega-dropdown {
    width: 100%;
    left: 0;
}

.header-top {
    position: relative;
    background-color: #0088CC;
}

.header-top .top-inner {
    position: relative;
}

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

.header-top .top-left ul li {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 0px;
    display: inline-block;
}

.header-top .top-left ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-left ul li .icon {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
}

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

.header-top .top-right>ul {
    float: right;
}

.header-top .top-right>ul li.number {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.header-top .top-right>ul li.number span {
    font-weight: 600;
    font-size: 19px;
}

.mega-dropdown ul {
    display: block !important;
}


/*Social Icons*/

.header-top .social-icon {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header-top .social-icon li {
    position: relative;
    float: left;
    margin-left: 18px;
}

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

.header-top .social-icon li a:hover,
.header-top .social-icon li a:focus {
    color: #ffffff;
}

.header-top .top-right>ul>li>a>.icon {
    position: relative;
    top: 1px;
    font-size: 15px;
    color: #0088CC;
    margin-right: 8px;
}

.main-header .header-lower .search-box-outer {
    min-width: 60px;
}

.main-header .header-lower .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
    top: 44px;
    right: 0px;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #0088CC;
}

.header-style-three .header-lower .search-box-outer .dropdown-menu {
    top: 39px;
}

.main-header .header-lower .search-box-outer .dropdown-menu>li {
    padding: 0px;
    border: none;
    background: none;
}

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

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

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #191919;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
    border-color: #0088CC;
}

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


/*search box btn*/

.main-header .search-box-outer {
    position: relative;
    left: 3px;
    display: inline-block;
}

.main-header .search-box-btn {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    background: none;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.main-header .search-box-outer .dropdown-menu {
    top: 62px;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #0088CC;
}

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

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

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

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

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

.main-header .info-box {
    position: relative;
    float: left;
    margin-left: 30px;
    font-size: 13px;
    color: #777777;
    text-align: left;
    padding: 0px 0px 0px 50px;
}

.main-header .info-box:first-child {
    padding-right: 30px;
    border-right: 1px solid #c8c8c8;
}

.main-header .info-box:last-child {
    padding-right: 0px;
    margin-left: 0px;
    top: -2px;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
    color: #0088CC;
    font-size: 26px;
    text-align: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box li {
    position: relative;
    color: #767676;
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 500;
}

.main-header .info-box strong {
    font-weight: 500;
    color: #333333;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}


/*Social Icon One*/

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

.social-icon-one li {
    position: relative;
    margin: 0px 10px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover,
.social-icon-one li a:focus {
    opacity: 0.8;
}


/*Social Icon Two*/

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

.social-icon-two li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    color: #858585;
    display: inline-block;
    border: 1px solid #858585;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-top: 6px;
}

.social-icon-two li a:hover,
.social-icon-two li a:focus {
    color: #37ad87;
    border-color: #37ad87;
}


/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100px;
    font-size: 18px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px;
    color: #262626;
    float: left;
    border-radius: 0px;
    border: 1px solid #f2f2f2;
    background: #ffffff;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 30px;
    display: block;
    color: #262626;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #0088CC;
    border-color: #0088CC;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
}


/***

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

***/

.sec-title {
    position: relative;
    margin-bottom: 55px;
    text-align: center;
}

.sec-title h2 {
    font-size: 35px;
    color: #191919;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #0088CC;
}

.sec-title h2:after {
    font-family: fontAwesome;
    content: '\f107';
    position: absolute;
    bottom: -6px;
    height: 15px;
    width: 18px;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #0088CC;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.sec-title p {
    position: relative;
    color: #797979;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
}

.white.sec-title h2:after {
    background-color: #fff;
    color: #0088CC;
}

.white.sec-title h2:before {
    background-color: #fff;
}

.white.sec-title h2,
.white.sec-title p {
    color: #fff;
}

.sec-title.type-2 {
    margin-bottom: 0;
}

.sec-title.type-2 h2 {
    text-align: left;
    position: relative;
}

.sec-title.type-2 h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #0088CC;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.sec-title.type-2 h2:after {
    display: none;
}


/***

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

***/

.main-slider {
    position: relative;
    z-index: 10;
}

.main-slider .rev_slider li {
    position: relative;
    z-index: 0;
}

.main-slider .rev_slider li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.main-slider .tp-caption {
    z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.4) !important;
}

.main-slider .tparrows.gyges {
    width: 60px;
    height: 60px;
    padding-top: 11px;
    background-color: rgba(255, 255, 255, 0.2);
}

.main-slider .tparrows.gyges:hover {
    color: #0088CC !important;
    background-color: #0088CC;
}

.main-slider h2 {
    position: relative;
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    display: inline-block;
}

.main-slider .text {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #e7e7e7;
}

.main-slider .btns-box .theme-btn {
    margin-right: 20px;
    padding-left: 30px !important;
    transition: all .3s ease !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
}

.slider-content {
    position: relative;
    padding: 35px 30px;
    background-color: rgba(0, 0, 0, 0.6);
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}


/***

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    background-color: rgba(28, 28, 28, 0.4) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
    content: '\f178';
}

.fancybox-prev span:before {
    content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #191919;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #191919 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}


/***

====================================================================
	Theme Banner Section
====================================================================

***/

.theme-banner {
    background-image: url(../images/main-slider/image-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 930px;*/
    height: calc(100vw * 0.42);
    position: relative;
    z-index: 0;
   /* margin-top: 32px;*/
   background-position-y: -8px;
}

.slide-table {
    position: relative;
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
}

.slide-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.banner-content {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding-top: 70px;
}

.banner-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    opacity: 0;
}

.banner-content p {
    color: #fff;
    font-size: 16px;
    max-width: 900px;
    margin: 40px auto;
}

.theme-banner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.banner-content .btn-style-one {
    margin: 5px 10px;
}


/***

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

***/

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

.services-section .title-column {
    position: relative;
    margin-bottom: 30px;
}

.services-section .title-column .inner-column {
    position: relative;
}

.services-section .title-column .inner-column h2 {
    position: relative;
    color: #191919;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 18px;
    margin-bottom: 22px;
}

.services-section .title-column .inner-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #0088CC;
}

.services-section .title-column .inner-column p {
    position: relative;
    color: #797979;
    margin-bottom: 24px;
    font-family: 'Roboto', sans-serif;
}

.services-section .services-column .image img {
    width: 100%;
}

.services-block {
    position: relative;
    margin-bottom: 30px;
}

.inner-box-table {
    display: table;
}

.services-block .inner-box .icon-box,
.table-cell {
    display: table-cell;
    vertical-align: top;
}

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

.services-block .inner-box .icon-box {
    position: relative;
    color: #0088CC;
    font-size: 45px;
    line-height: 1;
    width: 60px;
}

.services-block .inner-box h3 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.services-block .inner-box h3 a {
    position: relative;
    color: #191919;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.services-block .inner-box h3 a:hover,
.services-block .inner-box h3 a:focus {
    color: #0088CC;
}

.services-block .inner-box .text {
    position: relative;
    color: #7b7b7b;
    font-size: 15px;
}


/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 95px 0px 60px;
}

.services-block-two {
    position: relative;
    margin-bottom: 40px;
}

.services-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 30px 15px;
    background-color: #fff;
}

.services-block-two .inner-box .icon-box {
    position: relative;
    color: #191919;
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 1;
}

.services-block-two .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #191919;
    text-transform: capitalize;
}

.services-block-two .inner-box h3 a {
    position: relative;
    color: #191919;
}

.services-block-two .inner-box p {
    position: relative;
    color: #191919;
    font-size: 15px;
}

.services-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #0088CC;
}

.services-block-two .inner-box:hover .overlay-box,
.services-block-two .inner-box:focus .overlay-box,
.services-block-two .inner-box.active .overlay-box {
    opacity: 1;
}

.services-block-two .inner-box .overlay-box .overlay-inner {
    position: relative;
    padding: 36px 15px;
}

.services-block-two .inner-box .overlay-box .overlay-inner h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}

.services-block-two .inner-box .overlay-box .overlay-inner h4 a {
    position: relative;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .overlay-box .overlay-inner h4 a:hover,
.services-block-two .inner-box .overlay-box .overlay-inner h4 a:focus {
    color: #191919;
}

.services-block-two .inner-box .overlay-box .overlay-inner p {
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}

.services-block-two .inner-box .overlay-box .overlay-inner .read-more {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    background-color: #191919;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.services-block-two .inner-box .overlay-box .overlay-inner .read-more:hover,
.services-block-two .inner-box .overlay-box .overlay-inner .read-more:focus {
    color: #0088CC;
}


/***

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    padding: 100px 0px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.call-to-action.style-two {
    padding: 70px 0px;
    text-align: center;
}

.call-to-action.style-two:before {
    background-color: rgba(0, 181, 157, 0.88);
}

.call-to-action:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
}

.call-to-action h2 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 15px;
}

.call-to-action p {
    position: relative;
    font-size: 20px;
    color: #ffffff;
}

.call-to-action .number-box {
    position: relative;
    text-align: right;
}

.call-to-action.style-two .number-box {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 35px;
}

.b-right {
    border-right: 1px solid #eee;
}

.call-to-action .number-box .number {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}

.call-to-action.style-two .number-box:before {
    position: absolute;
    content: '';
    top: -6px;
    left: 50%;
    width: 1px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.6);
}


/***

====================================================================
	Case Section
====================================================================

***/

.case-section {
    position: relative;
    padding: 95px 0px 60px;
    background-color: #f5f5f5;
}

.case-section.style-two {
    background: none;
}

.case-section.style-two .project-tab .p-tabs-content {
    margin: 0px 30px;
}

.project-tab {
    position: relative;
}

.project-tab .owl-nav,
.project-tab .owl-dots {
    display: none;
}

.project-tab .tabs-header {
    position: relative;
}

.project-tab .product-tab-btns {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-size: 0;
}

.project-tab .product-tab-btns .p-tab-btn {
    position: relative;
    padding: 0px 0px;
    cursor: pointer;
    color: #191919;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    padding: 7px 13px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.project-tab .product-tab-btns .p-tab-btn:hover,
.project-tab .product-tab-btns .p-tab-btn.active-btn {
    background-color: #0088CC;
    color: #fff;
}

.project-tab .product-tab-btns .p-tab-btn:hover:before,
.project-tab .product-tab-btns .p-tab-btn.active-btn:before {
    opacity: 1;
}

.project-tab .product-tab-btns .p-tab-btn:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #0088CC;
}

.project-tab .p-tabs-content {
    position: relative;
    display: block;
}

.project-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}


/*Gallery Item*/

.gallery-item {
    position: relative;
    margin-bottom: 10px;
}

.p-tab .gallery-item {
    opacity: 0;
}

.p-tab.active-tab .gallery-item {
    opacity: 1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.gallery-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-item .image-box {
    position: relative;
    display: block;
}

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

.gallery-item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    background: rgba(2, 173, 136, 0.8);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.gallery-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item .overlay-inner .link {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    padding-top: 12px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.gallery-item .overlay-inner .link {
    position: relative;
    margin: 5px;
}

.gallery-item .overlay-inner .link .icon {
    position: relative;
}

.gallery-item .overlay-inner .link:hover {
    color: #666666;
    background-color: white;
}

.gallery-item .inner-box h3 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-top: 25px;
}

.gallery-item .inner-box h3 a {
    position: relative;
    color: #191919;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-item .inner-box .designation {
    position: relative;
    color: #777777;
    font-size: 15px;
    text-align: center;
}


/***

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

***/

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

.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #262628;
}

.fluid-section-one .image-column {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-one .image-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none;
}

.fluid-section-one .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.fluid-section-one .content-column .inner-box {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding: 80px 30px 80px;
}

.fluid-section-one .content-column .inner-box h2 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    display: inline-block;
}

.fluid-section-one .content-column .inner-box .bold-text {
    position: relative;
    color: #0088CC;
    font-size: 22px;
    margin-bottom: 15px;
}

.fluid-section-one .content-column .inner-box p {
    position: relative;
    color: #fff;
}

.fluid-section-one .content-column .inner-box .author {
    position: relative;
    padding-left: 135px;
}

.fluid-section-one .content-column .inner-box .author .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    overflow: hidden;
}

.fluid-section-one .content-column .inner-box .author .signature {
    position: relative;
}


/***

====================================================================
	Team Section
====================================================================

***/

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

.team-section .title-column {
    position: relative;
    margin-bottom: 40px;
}

.team-section .title-column .inner-column {
    position: relative;
}

.team-section .title-column h2 {
    position: relative;
    color: #191919;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.team-section .title-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #0088CC;
}

.team-section .title-column .text {
    position: relative;
    color: #797979;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.team-section .title-column .view-team {
    position: relative;
    color: #0088CC;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

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

.team-block .inner-box .image {
    position: relative;
}

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

.team-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(2, 173, 136, 0.9);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}

.team-two .team-block .inner-box .image .overlay-box {
    background-color: rgba(0, 0, 0, 0.9);
}

.team-block .inner-box .image .overlay-box .social-icon-one {
    position: absolute;
    bottom: 30px;
    width: 100%;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block .inner-box:hover .image .overlay-box .social-icon-one {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
}

.team-block .inner-box:hover .image .overlay-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.team-block .inner-box .lower-box {
    position: relative;
    padding-top: 18px;
    text-align: center;
}

.team-block .inner-box .lower-box h3 {
    position: relative;
    color: #191919;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.team-block .inner-box .lower-box h3 a {
    position: relative;
    color: #191919;
}

.team-block .inner-box .lower-box .designation {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
}


/***

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}

.fact-counter-section.style-one {
    background-color: #f5f5f5;
}

.fact-counter-section.style-three {
    background-color: #191919;
}

.fact-counter-section.style-two {
    background-image: url("../images/home/fact-bg.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.fact-counter-section.style-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 181, 157, 0.9);
    z-index: -1;
}

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    z-index: 5;
    margin: 30px 0;
}

.fact-counter .column .inner {
    position: relative;
    top: 0;
    padding: 0px 0px 0px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.fact-counter .count-outer {
    position: relative;
    font-size: 50px;
    font-weight: 500;
    margin: 0px 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #191919;
}

.style-two .fact-counter {
    text-align: center;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 600;
    color: #191919;
    font-size: 50px;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    display: inline-block;
}

.style-two .column .counter-title,
.style-two .fact-counter .count-outer,
.style-two .fact-counter .count-outer .count-text {
    color: #fff;
}

.style-three .column .counter-title,
.style-three .fact-counter .count-outer,
.style-three .fact-counter .count-outer .count-text {
    color: #fff;
}

.fact-counter .count-outer:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #191919;
}

.style-two .fact-counter .count-outer:after {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.style-three .fact-counter .count-outer:after {
    background-color: #fff;
}


/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 100px 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.testimonial-section .inner-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

.testimonial-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 181, 157, 0.9);
}

.testimonial-2.testimonial-section:before {
    background-color: rgba(0, 0, 0, 0.9);
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    padding-left: 195px;
}

.testimonial-block .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.testimonial-block .inner-box .image-box:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    height: 105px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.testi-slider {
    padding-bottom: 80px;
}

.testimonial-block .inner-box .image-box .image {
    position: relative;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block .inner-box .quote-icon {
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    bottom: 0;
    right: 10px;
}

.testimonial-3 .testimonial-block .inner-box .quote-icon,
.testimonial-3 .testimonial-block .inner-box p,
.testimonial-3 .testimonial-block .inner-box .author,
.testimonial-3 .single-item-carousel .owl-nav .owl-prev,
.testimonial-3 .single-item-carousel .owl-nav .owl-next,
.testimonial-3 .single-item-carousel .owl-nav .owl-prev:hover,
.testimonial-3 .single-item-carousel .owl-nav .owl-next:hover {
    color: #000;
}

.testimonial-3 .single-item-carousel .owl-nav .owl-prev,
.testimonial-3 .single-item-carousel .owl-nav .owl-next {
    border-color: #000;
}

.testimonial-3 .single-item-carousel .owl-nav .owl-prev:hover,
.testimonial-3 .single-item-carousel .owl-nav .owl-next:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.testimonial-block .inner-box p {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.testimonial-block .inner-box .author {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.single-item-carousel .owl-dots {
    display: none;
}

.single-item-carousel .owl-nav {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.single-item-carousel .owl-nav .owl-prev,
.single-item-carousel .owl-nav .owl-next {
    width: 46px;
    height: 46px;
    padding-top: 5px;
    font-size: 22px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single-item-carousel .owl-nav .owl-prev:hover,
.single-item-carousel .owl-nav .owl-next:hover {
    color: #191919;
    border-color: #ffffff;
    background-color: #ffffff;
}


/***

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 45px 0px;
    background-color: #efefef;
}

.clients-section.style-two {
    background-color: #f9f9f9;
    border-top: 1px solid #dddddd;
    padding-top: 60px;
    padding-bottom: 60px;
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0 5px;
}

.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: 1;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover,
.clients-section .sponsors-outer .image-box img:focus {
    opacity: 0.6;
}


/***

====================================================================
	News Section
====================================================================

***/

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

.news-section .sec-title h2 {
    margin-bottom: 5px;
}

.news-section.style-two {
    padding-top: 90px;
    background-color: #f9f9f9;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

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

.news-block .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0b0b0b;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .image img,
.news-block .inner-box:focus .image img {
    -webkit-transform: scale(1.05) translateY(-5px);
    transform: scale(1.05) translateY(-5px);
    -moz-transform: scale(1.05) translateY(-5px);
    -ms-transform: scale(1.05) translateY(-5px);
    -o-transform: scale(1.05) translateY(-5px);
}

.news-block .inner-box img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-block .inner-box:hover .image img,
.news-block .inner-box:focus .image img {
    opacity: 0.50;
}

.news-block .inner-box .lower-box {
    position: relative;
    padding-top: 20px;
}

.news-block .inner-box .lower-box .post-info {
    position: relative;
    color: #c2c1c1;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.news-block .inner-box .lower-box h3 {
    position: relative;
    color: #191919;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.news-block .inner-box .lower-box h3 a {
    position: relative;
    color: #191919;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .inner-box .lower-box h3 a:hover,
.news-block .inner-box .lower-box h3 a:focus {
    color: #0088CC;
}

.news-block .inner-box .lower-box .read-more {
    position: relative;
    color: #0088CC;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: capitalize;
    border-bottom: 1px solid;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.news-block .inner-box .lower-box .read-more:hover,
.news-block .inner-box .lower-box .read-more:focus {
    color: #191919;
}

.news-section .sidebar-news {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
}


/*News Block Two*/

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

.news-block-two .inner-box {
    position: relative;
    padding: 22px 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 1px solid #d9d9d9;
}

.news-block-two .inner-box h3 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.news-block-two .inner-box h3 a {
    color: #191919;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.inner-box .post-info {
    position: relative;
    color: #c2c1c1;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/*.inner-box .post-info span {
  margin-right: 18px;
}
*/

.news-section .sidebar-news .read-more {
    position: relative;
    color: #0088CC;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 30px;
    display: block;
}

.news-block-two .inner-box:hover,
.news-block-two .inner-box:focus {
    background-color: #0088CC;
}

.news-block-two .inner-box:hover h3 a,
.inner-box:hover .post-info,
.news-block-two .inner-box:focus h3 a,
.inner-box:focus .post-info {
    color: #ffffff;
}


/***

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

***/

.fluid-section-two,
.fluid-type-2 .outer-container {
    position: relative;
    background-color: #0088CC;
}

.fluid-section-two .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #0088CC;
}

.fluid-section-two .image-column {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-two .image-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}

.fluid-section-two .image-column .image-box {
    position: relative;
    display: none;
}

.fluid-section-two .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-two .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.fluid-section-two .content-column .inner-box {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 90px 30px;
}

.fluid-section-two .content-column .inner-box .sec-title {
    margin-bottom: 30px;
}


/***

====================================================================
	Default Form
====================================================================

 ***/

.default-form {
    position: relative;
}

.call-back-section .default-form .row,
.fluid-section-two .default-form .row {
    margin: 0px -10px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #191919;
    height: 50px;
    background: #fafafa;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 20px;
    color: #191919;
    border: 1px solid #e9e9e9;
    height: 173px;
    background: #fafafa;
    resize: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form button {
    margin-top: 10px;
}


/***

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

***/

.main-footer {
    position: relative;
    background-color: #cb0004;
}

.main-footer .widgets-section {
    position: relative;
    padding: 70px 0px 30px;
}

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

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 30px;
}

.main-footer .footer-widget h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
    background-color: #0088CC;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 15px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    padding-right: 60px;
    margin-bottom: 25px;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    margin-bottom: 8px;
}

.main-footer .list li a {
    position: relative;
    color: #a8a8a8;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .list li a:hover,
.main-footer .list li a:focus {
    color: #0088CC;
}

.main-footer .info-widget {
    position: relative;
}

.main-footer .info-widget .number {
    position: relative;
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.main-footer .info-widget .text {
    position: relative;
    color: #a8a8a8;
    font-size: 14px;
    margin-bottom: 20px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
}

.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .created {
    position: relative;
    color: #c7c2c2;
    font-size: 14px;
}


/***

====================================================================
	We Do Section
====================================================================

***/

.we-do-section {
    position: relative;
    padding: 100px 0px 70px;
}

.we-do-section .title-column {
    position: relative;
    margin-bottom: 30px;
}

.we-do-section .title-column .inner-column {
    padding-right: 30px;
}

.we-do-section .title-column .sec-title h2 {
    position: relative;
    color: #191919;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 22px;
}

.we-do-section .title-column p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 28px;
}

.services-block-three {
    position: relative;
    margin-bottom: 30px;
}

.services-block-three .inner-box {
    position: relative;
}

.services-block-three .inner-box .image {
    position: relative;
}

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

.services-block-three .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
}

.services-block-three .inner-box:hover .image .overlay-box,
.services-block-three .inner-box:focus .image .overlay-box {
    opacity: 0;
}

.services-block-three .inner-box .image .overlay-box h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

.services-block-three .inner-box .image .content-overlay {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.services-block-three .inner-box:hover .image .content-overlay,
.services-block-three .inner-box:focus .image .content-overlay {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.services-block-three .inner-box .image .content-overlay .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    padding: 10px 30px;
    vertical-align: middle;
}

.services-block-three .inner-box .image .content-overlay .overlay-inner .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-three .inner-box .image .content-overlay .content-box h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.services-block-three .inner-box .image .content-overlay .content-box h4 a {
    position: relative;
    color: #ffffff;
}

.services-block-three .inner-box .image .content-overlay .content-box .read-more {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-three .inner-box .image .content-overlay .content-box .read-more:hover,
.services-block-three .inner-box .image .content-overlay .content-box .read-more:focus {
    color: #0088CC;
}


/***

====================================================================
	Default Section
====================================================================

***/

.default-section {
    position: relative;
    padding: 60px 0px 90px;
    background-color: #f5f5f5;
}

.default-section.alternate {
    background: none;
}

.default-section .sec-title {
    margin-bottom: 40px;
}

.default-section .company-column {
    position: relative;
}

.default-section .company-column .inner-column {
    position: relative;
}

.default-section .company-column .inner-column .company-gallery {
    position: relative;
}

.default-section .company-column .inner-column .company-gallery .image {
    position: relative;
    margin-bottom: 30px;
}

.default-section .company-column .inner-column .company-gallery .image img {
    position: relative;
    width: 100%;
    display: block;
}

.default-section .company-column h3 {
    position: relative;
    color: #191919;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.default-section .company-column p {
    position: relative;
    color: #797979;
    font-size: 16px;
}

.default-section .accordian-column .inner-column {
    padding-left: 30px;
}

.accordian-column,
.company-column {
    margin-top: 40px;
}


/***

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    padding: 12px 0px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    color: #191919;
    font-weight: 500;
    padding: 0px 10px 0px 64px;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 14px;
    top: 0px;
    font-size: 18px;
    color: #0088CC;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding-top: 3px;
}

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

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #ffffff;
    background-color: #0088CC;
}

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

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

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

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

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 10px 30px 0px 64px;
}

.accordion-box .block .content .text {
    margin-bottom: 20px;
    font-size: 15px;
    color: #8e8d8d;
    font-family: 'Roboto', sans-serif;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}


/*Accordian Faq Form*/

.accordion-box.faq .block {
    padding: 0px;
    border: 0px;
    margin-bottom: 40px;
}

.accordion-box.faq .block .acc-btn {
    padding-left: 30px;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Baloo Tamma 2', sans-serif;
}

.accordion-box.faq .block .icon-outer {
    left: -10px;
    color: #191919;
}

.accordion-box.faq .block .acc-btn.active .icon-outer .icon-minus {
    background: none;
    color: #191919;
}

.accordion-box.faq .block .content {
    padding: 14px 30px 0px 30px;
}

.accordion-box.faq .block .content .text {
    font-size: 17px;
}


/***

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 460px;
}


/***

====================================================================
	Approach Section
====================================================================

***/

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

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

.approach-section .image-column .image {
    position: relative;
    margin-bottom: 40px;
}

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

.approach-section.style-two .image-column .image {
    margin-left: 20px;
    margin-top: 20px;
}

.approach-section.style-two .image-column .image:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    right: 20px;
    bottom: 20px;
    background-color: #0088CC;
}

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

.approach-section .content-column .sec-title {
    margin-bottom: 16px;
}

.approach-section .content-column .inner-column {
    position: relative;
    padding-left: 20px;
}

.approach-section .content-column .bold-text {
    position: relative;
    color: #191919;
    font-size: 20px;
    margin-bottom: 12px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}

.approach-section .content-column .text {
    position: relative;
}

.approach-section .content-column .text {
    position: relative;
    margin-bottom: 30px;
}

.approach-section .content-column .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 25px;
}

.approach-section .content-column .text p:last-child {
    margin-bottom: 0px;
}

.services-section-three {
    position: relative;
    padding: 90px 0px 100px;
}

.services-section-three .owl-dots {
    display: none;
}

.services-section-three .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.services-section-three .owl-prev,
.services-section-three .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    color: #191919;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
    font-size: 22px;
    border: 2px solid #191919;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    padding-top: 5px;
}

.services-section-three .owl-prev:hover,
.services-section-three .owl-next:hover,
.services-section-three .owl-prev:focus,
.services-section-three .owl-next:focus {
    color: #0088CC;
    border-color: #0088CC;
}


/***

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

***/

.fluid-section-three {
    position: relative;
    background-color: #0088CC;
}

.full-width-section-one .outer-box {
    position: relative;
}

.fluid-section-three .image-column {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fluid-section-three .image-column .image {
    width: 100%;
    display: none;
}

.fluid-section-three .image-column .image img {
    display: block;
    width: 100%;
}

.fluid-section-three .image-column .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fluid-section-three .image-column .overlay-link .icon {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    border: 2px solid #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: none;
    border-radius: 50%;
    padding-left: 5px;
    padding-top: 21px;
}


/*Content Column*/

.fluid-section-three .content-column {
    position: relative;
    width: 50%;
    float: left;
}

.fluid-section-three .content-column .content-box {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding: 80px 30px;
}

.fluid-section-three .content-column .content-box h2 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
}

.fluid-section-three .content-column .content-box .bold-text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.fluid-section-three .content-column .content-box .text {
    position: relative;
}

.fluid-section-three .content-column .content-box .text p {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}


/***

====================================================================
	Call Back Section
====================================================================

***/

.call-back-section {
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}

.call-back-section .row {
    margin: 0px -78px;
}

.call-back-section .form-column,
.call-back-section .map-column {
    padding: 0px 78px;
}

.call-back-section .outer-container {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0px 15px;
}

.call-back-section .outer-container .map-column {
    position: relative;
    margin-bottom: 40px;
}

.call-back-section .outer-container .form-column {
    position: relative;
}

.call-back-section .outer-container .form-column .sec-title {
    margin-bottom: 35px;
}


/*Error Section*/

.error-section {
    position: relative;
    padding: 220px 0px 220px;
    background-image: url(../images/background/error.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.error-section .content {
    position: relative;
    text-align: center;
}

.error-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: .6;
}

.error-section h1 {
    position: relative;
    color: #de0000;
    font-size: 200px;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.error-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Baloo Tamma 2', sans-serif;
}

.error-section .text {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 50px;
    font-family: 'Baloo Tamma 2', sans-serif;
}


/***

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

***/

.page-title {
    position: relative;
    padding: 200px 0px 105px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.page-title h1 {
    position: relative;
   /* color: #ffffff;*/
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;

    color: #d9d9d9;
    /*background-color: #bababa;*/
    text-shadow: #2e2e2e 0 4px 5px;

}

.page-title .page-breadcrumb {
    position: relative;
}

.page-title .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #0088CC;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.page-title .page-breadcrumb li:after {
    position: absolute;
    content: '\f105';
    right: -4px;
    top: 0px;
    color: #ffffff;
    font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:last-child::after {
    display: none;
}

.page-title .page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-title .page-breadcrumb li a {
    /*color: #fff;*/
    color: #333;
    font-weight: 400;
}


/***

====================================================================
	Video Section
====================================================================

***/

.video-section {
    position: relative;
    padding: 100px 0;
    background-color: #fff;
}

.video-section .content-column .inner-column {
    position: relative;
}

.video-section .content-column .inner-column h2 {
    position: relative;
    color: #191919;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 18px;
    margin-bottom: 22px;
}

.video-section .content-column .inner-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 2px;
    background-color: #0088CC;
}

.video-section .content-column .inner-column p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 20px;
}

.video-section .video-column {
    position: relative;
}

.video-section .video-column .inner-column {
    position: relative;
    padding-left: 40px;
}


/*Video Box*/

.video-box {
    position: relative;
}

.video-box .image {
    position: relative;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box:hover .overlay-box {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-box .overlay-box span {
    position: relative;
    width: 64px;
    height: 64px;
    top: 48%;
    z-index: 9;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    margin-top: -28px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    display: inline-block;
    border: 2px solid #ffffff;
    padding-top: 17px;
}


/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0px 70px;
}

.sidebar-page-container .content-side .services-single {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
}

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


/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h2 {
    font-size: 20px;
    color: #191919;
    font-weight: 600;
    padding-bottom: 10px;
}

.sidebar-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #0088CC;
}


/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    padding: 10px 50px 10px 20px;
    border: 1px solid #d3d3d3;
    background: #fff;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 52px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 52px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #bdbdbd;
    font-weight: normal;
    background: none;
}


/*Blog Category*/

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
}

.cat-list li a {
    position: relative;
    color: #777;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Roboto', sans-serif;
}

.cat-list li a:after {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    color: #777;
    font-size: 14px;
    font-family: 'FontAwesome';
}

.cat-list li:last-child a {
    border-bottom: 0;
}

.cat-list li a:hover,
.cat-list li a:focus {
    color: #0088CC;
}


/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 17px;
    margin: 0px 0px 3px;
    font-weight: 500;
    color: #777;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: #777;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover,
.sidebar .popular-posts .post a:focus {
    color: #0088CC;
}

.sidebar .popular-posts .post-info {
    font-size: 15px;
    color: #ababab;
    font-family: 'Roboto', sans-serif;
}


/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    padding: 7px 18px 7px;
    margin: 0px 6px 10px 0px;
    color: #777;
    text-align: center;
    font-size: 14px;
    background: none;
    font-weight: 500;
    border: 1px solid #777;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover,
.sidebar .popular-tags a:focus {
    border-color: #0088CC;
    background-color: #0088CC;
    color: #ffffff;
}

.news-block-three {
    position: relative;
    margin-bottom: 40px;
}

.blog-block {
    border: 1px solid #e9e9e9;
    padding: 20px;
}

.news-block-three .inner-box {
    position: relative;
}

.news-block-three .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0b0b0b;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .inner-box:hover .image img,
.news-block-three .inner-box:focus .image img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.news-block-three .inner-box img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .inner-box:hover .image img,
.news-block-three .inner-box:focus .image img {
    opacity: 0.50;
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}

.blog-block.inner-box .lower-content {
    padding-top: 0;
}

.news-block-three .inner-box .lower-content .post-date {
    position: relative;
    color: #0088CC;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.news-block-three .inner-box .lower-content h3 {
    position: relative;
    color: #191919;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-block-three .inner-box .lower-content h3 a {
    position: relative;
    color: #191919;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-three .inner-box .lower-content h3 a:hover,
.news-block-three .inner-box .lower-content h3 a:focus {
    position: relative;
    color: #0088CC;
}

.news-block-three .inner-box .lower-content p {
    position: relative;
    margin-bottom: 20px;
}

.news-block-three .btn-style-one {
    font-size: 15px;
    padding: 6px 20px;
}

.inner-box .lower-content .post-info {
    margin-bottom: 10px;
}

.inner-box .post-info li {
    position: relative;
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    padding-right: 8px;
    margin-right: 17px;
    margin-bottom: 4px;
    display: inline-block;
}

.inner-box .post-info li a {
    text-transform: capitalize;
    color: #888888;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.inner-box .post-info li a:hover,
.inner-box .post-info li a:focus {
    color: #191919;
}

.inner-box .post-info li:after {
    position: absolute;
    content: '/';
    color: #888888;
    right: -10px;
    top: 1px;
    font-size: 14px;
}

.inner-box .post-info li:last-child::after {
    display: none;
}

.news-block-three:last-child {
    margin-bottom: 50px;
}


/***

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

***/

.styled-pagination {
    position: relative;
    margin-top: 20px;
}

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

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 33px;
    height: 35px;
    font-size: 15px;
    width: 35px;
    color: #191919;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    border: 2px solid #d4d4d4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: 'Roboto', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a:focus,
.styled-pagination li a.active {
    color: #ffffff;
    border-color: #0088CC;
    background-color: #0088CC;
}

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

.blog-single {
    position: relative;
    margin-bottom: 35px;
}

.blog-single .inner-box {
    position: relative;
}

.blog-single .inner-box .image {
    position: relative;
    margin-bottom: 30px;
}

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

.blog-single .inner-box .lower-content {
    position: relative;
}

.blog-single .inner-box .lower-content .post-date {
    position: relative;
    color: #0088CC;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.blog-single .inner-box .lower-content h3 {
    position: relative;
    color: #191919;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-detail.blog-single .inner-box .lower-content h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .text {
    position: relative;
    margin-bottom: 40px;
}

.blog-single .inner-box .lower-content .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .social-share-options {
    position: relative;
}

.user-post {
    padding: 40px 0;
    position: relative;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 40px;
}

.user-img {
    width: 150px;
    vertical-align: top;
    display: table-cell;
}

.user-post-content {
    padding-left: 40px;
    vertical-align: top;
    display: table-cell;
    position: relative;
}

.user-post h4 {
    font-size: 24px;
    font-weight: 600;
    color: #0088CC;
    padding-bottom: 10px;
}

.user-comments {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 35px;
}

.user-comments h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.comment-block {
    margin-top: 25px;
    position: relative;
}

.user-comments .user-img {
    width: 100px;
}

.user-comments .user-post-content {
    padding-left: 20px;
}

.reply {
    position: absolute;
    font-weight: 600;
    right: 0;
    color: #191919;
    top: 0;
    text-transform: capitalize;
    z-index: 99;
}

.reply:hover,
.reply:focus {
    color: #0088CC;
}

.user-comments h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #0088CC;
}

.comment-block span {
    display: block;
    color: #000;
    margin-bottom: 5px;
}

.block-2 {
    margin-left: 30px;
}

.blog-single .inner-box .lower-content .social-share-options li {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 2px;
}

.blog-single .inner-box .lower-content .social-share-options li a {
    position: relative;
    height: 35px;
    width: 35px;
    padding-top: 7px;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    background-color: #191919;
}


/***

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

 ***/

.comment-form {
    position: relative;
}

.comment-form .sec-title {
    margin-bottom: 40px;
}

.comment-form .sec-title h2 {
    font-size: 24px;
}

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

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 20px;
    height: 45px;
    color: #a5a5a5;
    font-size: 15px;
    background-color: #efefef;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #e9e9e9;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
    border-color: #0088CC;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px;
    color: #a5a5a5;
    height: 170px;
    font-size: 15px;
    resize: none;
    background-color: #efefef;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #e9e9e9;
}

.comment-form button {
    margin-top: 10px;
}


/***

====================================================================
	Gallery Section
====================================================================

***/

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

.gallery-section.fullwidth .filter-list {
    padding: 0px 15px;
}

.gallery-section.fullwidth .gallery-item {
    width: 20%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 50px;
}

.gallery-section .filters .filter-tabs {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-size: 0;
}

.gallery-section .filters li {
    position: relative;
    padding: 0px 0px;
    cursor: pointer;
    color: #191919;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    padding: 7px 13px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active {
    background-color: #0088CC;
    color: #fff;
}

.gallery-section .filters li:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #0088CC;
}

.gallery-section .filters .filter:hover::before,
.gallery-section .filters .filter.active::before {
    opacity: 1;
}

.gallery-item.mix {
    display: none;
}

.cases-single-section {
    position: relative;
    padding: 100px 0 70px;
}

.cases-single-section .upper-box {
    position: relative;
    margin-bottom: 40px;
}

.cases-single-section .inner-box.portfolio-details {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}

.cases-single-section .upper-box .info-column .inner-column {
    position: relative;
    padding: 33px 40px;
    background-color: #f1f1f1;
}

.cases-single-section .upper-box .info-column ul {
    position: relative;
}

.cases-single-section .upper-box .info-column ul li {
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 14px;
    color: #191919;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #acacac;
    position: relative;
    padding-left: 100px;
}

.cases-single-section .more-projects h2 {
    position: relative;
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.cases-single-section .more-projects h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #0088CC;
}

.cases-single-section .upper-box .info-column ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.cases-single-section .upper-box .info-column ul li span {
    position: absolute;
    font-weight: 600;
    left: 0;
}

.cases-single-section .lower-content {
    position: relative;
}

.cases-single-section .lower-content .sec-title {
    position: relative;
    margin-bottom: 25px;
}

.cases-single-section .lower-content .type-2 h2 {
    font-size: 24px;
    font-weight: 600;
}

.cases-single-section .lower-content .bold-text {
    position: relative;
    color: #191919;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 18px;
    font-family: 'Roboto', sans-serif;
}

.cases-single-section .lower-content .text {
    position: relative;
    margin-bottom: 45px;
}

.cases-single-section .lower-content .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 22px;
}

.cases-single-section .lower-content .text p:last-child {
    margin-bottom: 0px;
}

.case-info-tabs .case-tabs {
    position: relative;
}

.case-info-tabs .case-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #d6d6d6;
}

.case-info-tabs .case-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    min-width: 200px;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
    background: none;
    color: #191919;
    border: 1px solid #d6d6d6;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 18px 13px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.case-info-tabs .case-tabs .tab-btns .tab-btn:hover,
.case-info-tabs .case-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background: #0088CC;
}

.case-info-tabs .case-tabs .tabs-content {
    position: relative;
    padding: 50px 50px 20px;
    border: 1px solid #d6d6d6;
    border-top: 0px;
}

.case-info-tabs .case-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.case-info-tabs .case-tabs .tabs-content .tab.active-tab {
    display: block;
}

.case-info-tabs .case-tabs .tabs-content .text {
    position: relative;
}

.case-info-tabs .case-tabs .tabs-content .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 22px;
}


/*Comming Soon*/

.comming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-size: cover;
}

.comming-soon:before {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
}

.comming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
}

.comming-soon .content .content-inner {
    position: relative;
    padding: 50px 15px;
    display: table-cell;
    vertical-align: middle;
}

.comming-soon .content .content-inner h2 {
    position: relative;
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 80px;
    font-family: 'Baloo Tamma 2', sans-serif;
}

.comming-soon .content .content-inner .text {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 60px;
}


/***

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;
}

.time-counter .time-countdown .counter-column {
    position: relative;
    margin: 0px 15px 0px;
    width: 170px;
    height: 170px;
    text-align: center;
    display: inline-block;
    padding: 20px 0px 10px;
    border: 2px solid #0088CC;
    color: #0088CC;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: 700;
    margin-bottom: 30px;
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 60px;
    padding: 25px 10px 20px;
    color: #0088CC;
    letter-spacing: 1px;
    font-weight: 600;
}

.comming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 76px;
    font-size: 17px;
    color: #797979;
    padding: 10px 50px 10px 30px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 195px;
    height: 76px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #0088CC;
}


/*Company Section*/

.company-section {
    position: relative;
    padding: 90px 0px 40px;
}

.about-section {
    position: relative;
}

.about-section .sec-title {
    position: relative;
    margin-bottom: 20px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.about-section .content-column .bold-text {
    position: relative;
    color: #191919;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

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

.about-section .content-column .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 18px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

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

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

.year-block {
    position: relative;
    margin-bottom: 60px;
}

.year-block .inner-box {
    position: relative;
    padding-left: 150px;
}

.year-block .inner-box .year {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    padding-top: 26px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    background-color: #0088CC;
}

.year-block .inner-box .year:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    width: 2px;
    height: 200px;
    background-color: #d2d2d2;
}

.year-block:last-child .inner-box .year::before {
    display: none;
}

.year-block .inner-box h3 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #191919;
    margin-bottom: 15px;
    font-family: 'Baloo Tamma 2', sans-serif;
}

.year-block .inner-box p {
    position: relative;
    color: #797979;
    font-size: 15px;
}

.year-gallery {
    position: relative;
    margin-top: 50px;
}

.year-gallery .image {
    position: relative;
    margin-bottom: 40px;
}

.year-gallery .image img {
    width: 100%;
    display: block;
}


/***

====================================================================
	Contact Section
====================================================================

***/

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

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

.contact-section h2 {
    position: relative;
    color: #191919;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-section .title {
    position: relative;
    color: #191919;
}

.contact-section .form-column {
    position: relative;
}


/*Contact Form*/

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

.contact-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0px;
    height: 55px;
    color: #191919;
    background: none;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid #f0eff4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-size: 15px;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0px;
    color: #191919;
    height: 160px;
    resize: none;
    background: none;
    font-weight: 600;
    border-bottom: 2px solid #f0eff4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    border-color: #0088CC;
}

.contact-form .form-group button {
    margin-top: 5px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-section .info-column {
    position: relative;
}

.contact-section .info-column .inner-column {
    background: #f5f5f5;
    padding: 40px 30px;
    text-align: center;
}

.contact-section .info-column ul {
    position: relative;
}

.contact-section .info-column ul li span {
    position: relative;
    color: #191919;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-family: 'Baloo Tamma 2', sans-serif;
}

.contact-section .info-column ul li {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    color: #797979;
}

.contact-section .info-column ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

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

.faq-section .sec-title {
    margin-bottom: 50px;
}

.faq-section .sec-title .title {
    margin-top: 10px;
}


/*Sidebar Search Form*/

.faq-search-box {
    position: relative;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 50px;
}

.faq-search-box .form-group {
    position: relative;
    margin: 0px;
}

.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"] {
    position: relative;
    color: #222222;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    padding: 15px 15px 15px 20px;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.faq-search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 65px;
    height: 60px;
    text-align: center;
    display: block;
    font-size: 22px;
    color: #c0c0c0;
    background: none;
    font-weight: normal;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.faq-search-box .form-group input:focus {
    border-color: #0088CC;
}


/***

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section {
    position: relative;
    overflow: hidden;
    padding: 85px 0px 85px;
    background-color: #29292e;
}

.faq-form-section .container {
    position: relative;
}

.faq-form-section .sec-title h2 {
    font-size: 32px;
}

.faq-form-section .form-outer {
    position: relative;
    max-width: 870px;
    z-index: 10;
}

.faq-form-section .form-group {
    position: relative;
    margin-bottom: 35px;
}

.faq-form-section .form-group:last-child {
    margin-bottom: 0px;
}

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 8px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    font-size: 17px;
    background: none;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form-section .form-group input::-webkit-input-placeholder,
.faq-form-section .form-group textarea::-webkit-input-placeholder,
.faq-form-section .form-group input::-moz-input-placeholder,
.faq-form-section .form-group textarea::-moz-input-placeholder,
.faq-form-section .form-group input::-o-input-placeholder,
.faq-form-section .form-group textarea::-o-input-placeholder,
.faq-form-section .form-group input::-ms-input-placeholder,
.faq-form-section .form-group textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus {
    border-color: #0088CC;
}

.faq-form-section .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px;
    color: #ffffff;
    height: 160px;
    background: none;
    resize: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form-section .form-group .theme-btn {
    margin-top: 10px;
}


/***

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section {
    position: relative;
    padding: 100px 0 70px;
}

.services-page-section .sec-title .title {
    margin-top: 10px;
    color: #191919;
}

.services-block-four {
    position: relative;
    margin-bottom: 50px;
}

.services-block-four .inner-box {
    position: relative;
}

.services-block-four .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0b0b0b;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-four .inner-box:hover .image {
    -webkit-transform: scale(1.06) translateY(-7px);
    transform: scale(1.06) translateY(-7px);
}

.services-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-four .inner-box:hover .image img {
    opacity: 0.50;
}

.services-block-four .inner-box .lower-box {
    position: relative;
    padding: 18px 0px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}

.services-block-four .inner-box .lower-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.services-block-four .inner-box .lower-box h3 a {
    position: relative;
    color: #191919;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-four .inner-box .lower-box h3 a:hover {
    color: #0088CC;
}

.services-block-four .inner-box .lower-box .text {
    position: relative;
    color: #797979;
    font-size: 15px;
}

.testimonial-page-section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 120px;
}

.testimonial-page-section .sec-title .title {
    margin-top: 10px;
    color: #191919;
}

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

.testimonial-block-two .inner-box {
    position: relative;
    padding-left: 195px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ededed;
}

.testimonial-block-two .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.testimonial-block-two .inner-box .image-box:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    height: 105px;
    width: 1px;
    background-color: #e2e2e2;
}

.testimonial-block-two .inner-box .image-box .image {
    position: relative;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-two .inner-box .quote-icon {
    position: relative;
    color: #0088CC;
    font-size: 46px;
    margin-top: 20px;
    margin-left: 10px;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    font-size: 22px;
    font-style: italic;
    color: #797979;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.testimonial-block-two .inner-box .author {
    position: relative;
    color: #0088CC;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.testimonial-block-two:last-child .inner-box {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}


/*Blog Category*/

.blog-cat {
    position: relative;
}

.blog-cat li {
    position: relative;
    margin-bottom: 4px;
    border-left: 4px solid #0088CC;
}

.blog-cat li a {
    position: relative;
    color: #191919;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 15px 14px 22px;
    display: block;
    background-color: #f1f1f1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Baloo Tamma 2', sans-serif;
}

.blog-cat li.active a,
.blog-cat li a:hover,
.blog-cat li a:focus {
    color: #ffffff;
    background-color: #0088CC;
}

.contact-info-widget ul li {
    position: relative;
    color: #797979;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
}

.download-widget .download-box {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 15px 20px;
    background-color: #0088CC;
}

.download-widget .download-box .icon {
    position: absolute;
    right: 20px;
    font-size: 19px;
}


/*Services Single*/

.services-single .inner-box {
    position: relative;
}

.services-single .inner-box .images-gallery {
    position: relative;
}

.services-single .inner-box .images-gallery .row {
    position: relative;
    margin: 0px -4px;
}

.services-single .inner-box .images-gallery .column {
    position: relative;
    padding: 0px 5px;
}

.services-single .inner-box .image {
    position: relative;
    margin-bottom: 50px;
}

.services-single .inner-box .image.right-padding {
    padding-right: 30px;
}

.services-single .inner-box .image.left-padding {
    padding-left: 30px;
}

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

.services-single .inner-box .gallery-image {
    position: relative;
}

.services-single .inner-box .gallery-image .row {
    position: relative;
    margin: 0px -5px;
}

.services-single .inner-box .gallery-image .image-column {
    padding: 0px 5px;
}

.services-single .inner-box .lower-content {
    position: relative;
}

.services-single .inner-box .lower-content h2,
.content-side .more-service h2 {
    position: relative;
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.content-side .more-service h2 {
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.content-side .more-service h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #0088CC;
}

.services-single .inner-box .lower-content .text {
    position: relative;
}

.services-single .inner-box .lower-content .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 20px;
}

.services-single .inner-box .lower-content .two-column {
    position: relative;
    margin-top: 40px;
}

.services-single .inner-box .lower-content .two-column .content-column {
    position: relative;
}

.services-single .inner-box .lower-content .two-column h3 {
    position: relative;
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.featured-blocks {
    position: relative;
    margin-bottom: 60px;
    border: 1px solid #e5e5e5;
}

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

.featured-block:last-child .inner-box {
    border: none;
}

.featured-block .inner-box {
    position: relative;
    text-align: center;
    padding: 35px 25px 40px;
    background-color: #fafafa;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-right: 1px solid #e5e5e5;
}

.featured-block .inner-box .icon-box {
    position: relative;
    color: #0088CC;
    font-size: 60px;
    margin-bottom: 20px;
}

.featured-block .inner-box h3 {
    position: relative;
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.featured-block .inner-box h3 a {
    position: relative;
    color: #191919;
}

.featured-block .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    font-weight: 400;
}

.featured-block .inner-box:hover,
.featured-block .inner-box:focus {
    background-color: #ffffff;
}

.agent-block {
    position: relative;
}

.agent-block .agent-inner {
    position: relative;
    padding: 42px 32px 42px;
    background-color: #0088CC;
}

.agent-block .agent-inner .title {
    position: relative;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 22px;
    color: #ffffff;
}

.agent-block .agent-inner h4 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.agent-content {
    position: relative;
    padding-left: 40px;
}

.agent-content h3 {
    position: relative;
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.agent-content .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 28px;
}


/*====================================================================================================
										===[ Team Detail ]===
    =====================================================================================================*/

.team-contact h3 {
    padding: 25px 0px 10px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.team-contact h3:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 25%;
    background: #0088CC;
    content: "";
}

.team-contact ul {
    margin: 25px auto;
}

.team-contact ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 2px;
}

.team-contact ul li a {
    background: #f9f9f9;
    border-radius: 100%;
    color: #101625;
    display: block;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 35px;
}

.team-contact li a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #0088CC;
    color: #ffffff;
}

.t-profile-right .team-skill {
    margin-top: 40px;
    margin-bottom: 60px;
}

.member-detail h3,
.team-skill h3,
.other-team h2 {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
    font-size: 20px;
    border-bottom: 1px solid #d7d7d7;
    color: #191919;
    text-transform: capitalize;
    font-weight: 600;
}

.member-detail h3:before,
.team-skill h3:before,
.other-team h2:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 15%;
    background: #0088CC;
    content: "";
}

.member-detail li {
    position: relative;
    margin-bottom: 20px;
}

.member-detail li span {
    color: #101625;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    left: 0;
    position: absolute;
}

.member-detail li p {
    padding-left: 140px;
}

.team-skill .progress-bar-linear {
    margin-top: 15px;
    margin-bottom: 15px;
}

.team-skill .progress-bar-linear .progress-bar-text {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #191919;
}

.team-skill .progress-bar-linear .progress-cont {
    float: right;
    margin-right: 10px;
}

.team-skill .progress-bar-linear .progress-bar-skills {
    position: relative;
    width: 100%;
    background-color: #efefef;
    border-radius: 12px;
}

.skill-fill {
    background-color: #0088CC;
    position: relative;
    height: 4px;
    -webkit-animation: prog 2s linear;
    animation: prog 2s linear;
}

@-webkit-keyframes prog {
    0% {
        width: 0;
    }
}

@keyframes prog {
    0% {
        width: 0;
    }
}

.member-detail p {
    margin-bottom: 20px;
}


/* custom css*/

.screen-reader-text {
    display: none;
}

.search-form input[type="search"] {
    position: relative;
    padding: 10px 50px 10px 20px;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    background: #fff;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 52px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.search-form .search-submit {
    position: absolute;
    right: 0px;
    height: 52px;
    width: 60px;
    display: inline-block;
    font-size: 16px;
    color: #bdbdbd;
    font-weight: normal;
    background: none;
}

.widget_recent_entries a {
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: -4px;
    font-size: 17px;
    margin: 0px 0px 3px;
    font-weight: 500;
    color: #777;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.widget_recent_entries a:hover,
.widget_recent_entries a:focus {
    color: #0088CC;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 15px;
    color: #ababab;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.sidebar-widget.widget_recent_entries li {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-widget.widget_recent_entries li a {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-widget li:last-child {
    border-bottom: 0;
}

.widget_meta a {
    display: block;
    margin-bottom: 20px;
}

.nav-links .page-numbers {
    position: relative;
    display: inline-block;
    line-height: 33px;
    height: 35px;
    font-size: 15px;
    width: 35px;
    color: #191919;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    border: 2px solid #d4d4d4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: 'Roboto', sans-serif;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus,
.nav-links .page-numbers.current {
    color: #ffffff;
    border-color: #0088CC;
    background-color: #0088CC;
}

.tagcloud a {
    position: relative;
    display: inline-block;
    padding: 7px 18px 7px;
    margin: 0px 6px 10px 0px;
    color: #777;
    text-align: center;
    font-size: 14px !important;
    background: none;
    font-weight: 500;
    border: 1px solid #777;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #0088CC;
    background-color: #0088CC;
    color: #ffffff;
}

.sidebar-widget li a {
    position: relative;
    color: #777;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Roboto', sans-serif;
}

.sidebar-widget li a {
    border-bottom: 0;
}

.sidebar-widget li a:hover,
.sidebar-widget li a:focus {
    color: #0088CC;
}

.widget_categories li,
.widget_archive li {
    padding-top: 20px;
    text-align: right;
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.widget_categories li a,
.widget_archive li a {
    float: left;
    clear: both;
}

.widget_categories li:hover,
.widget_archive li:hover,
.widget_categories li:focus,
.widget_archive li:focus {
    color: #0088CC;
}

.widget_meta li,
.widget_recent_comments li {
    padding-top: 20px;
    border-bottom: 1px dashed #d7d7d7;
}

.widget_recent_comments li {
    padding-bottom: 20px;
}

.search-form label {
    width: 100%;
}

.search-form input[type="submit"] {
    color: transparent;
    background: url("assets/images/search.png") no-repeat;
    height: 52px;
    width: 60px;
    opacity: 0.5;
    background-position: center center;
    background-size: 20px 20px;
    padding-right: 20px;
}


/**** Comments ****/

li.comment {
    list-style: none;
    padding-left: 80px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 0;
}

.comment-author.vcard img {
    position: absolute;
    top: 0;
    left: -40px;
    width: 110px !important;
    height: 110px;
    border-radius: 10px;
    border: 2px solid #FFF;
}

.comment-author.vcard {
    width: auto;
    float: left;
}

.comment-author.vcard .fn {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #272630;
    margin-bottom: 5px;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #0088CC;
}

.comment-metadata {
    float: right;
}

.comment-metadata a {
    font-size: 13px;
    color: #6d7272;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-top: 10px;
}

.comment-content {
    display: block;
    clear: both;
}

.comment-content p {
    color: #747474;
    padding-top: 10px;
    font-family: 'Baloo Tamma 2', sans-serif;
}

.comment-body .reply {
    position: relative;
    line-height: 1;
    font-size: 15px;
    font-weight: 700;
}

.comment-meta.commentmetadata {
    display: none;
}

.comment-body .reply>a {
    color: #222;
    font-weight: 600;
    padding-left: 20px;
    top: 10px;
    position: relative;
}

.comment-body .reply a::before {
    content: "\f112";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
}

.comment-body .says {
    display: none;
}

.comments__Wrapper ul .children {
    margin-left: 5px !important;
}

.comment-body .comment-content p {
    padding-top: 0px;
    font-family: 'Baloo Tamma 2', sans-serif;
    color: #6d7272;
    font-size: 14px;
    line-height: 26px;
}

.comment-box .title h3 {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px !important;
}

.comment-respond .comment-reply-title {
    text-align: left;
    font-weight: 600;
    margin: 20px 0;
}

.comment-respond .logged-in-as a {
    color: #232323;
}

.comment-respond .comment-form-comment {
    position: relative;
    margin-top: 2px;
}

.comment-respond .comment-form-comment textarea {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    height: 150px;
    color: #a5a5a5;
    font-size: 15px;
    background-color: #efefef;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #e9e9e9;
}

.comment-respond .comment-form-author input {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    height: 45px;
    color: #a5a5a5;
    font-size: 15px;
    background-color: #efefef;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #e9e9e9;
}

.comment-respond .comment-form-email input {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    height: 45px;
    color: #a5a5a5;
    font-size: 15px;
    background-color: #efefef;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #e9e9e9;
}

.comment-respond .comment-form-url input {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    outline: 0;
    padding: 12px 15px;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
}

.comment-respond .form-submit input {
    background-color: #0088CC;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 25px;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
    outline: 0;
    width: 100%;
}

.comment-respond .form-submit input:hover,
.comment-respond .form-submit input:focus {
    background: #fff;
    color: #000;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    vertical-align: middle;
}

.children li {
    list-style: none;
}

.comment-form-url,
.comment-form-cookies-consent {
    display: none;
}

.comment-respond .form-submit .submit {
    width: auto;
    margin-top: 30px;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #0088CC;
    border: 2px solid #0088CC;
    padding: 10px 30px;
    font-family: 'Baloo Tamma 2', sans-serif;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.comment-respond .form-submit .submit:hover,
.comment-respond .form-submit .submit:focus {
    background: none;
}

.user-comments ul {
    margin-left: 30px;
}

.comment-author .url {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #0088CC;
}

.comment-metadata time {
    color: #000;
    margin-bottom: 5px;
    font-size: 15px;
}

.comment-reply-title {
    font-size: 24px;
    text-align: left;
    position: relative;
    color: #191919;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin: 0px;
    background: none;
    line-height: 1.3;
    font-family: 'Baloo Tamma 2', sans-serif;
}

.comment-reply-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #0088CC;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.panel-outer .form-container .search-form .search-submit {
    right: 10px;
    top: 20px;
}

.widget_archive select,
.widget_categories select {
    width: 100%;
    border: 1px solid #9c9a9a;
    padding: 10px;
}

table,
th,
td {
    border: 1px solid #6d7272;
    text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table {
    background-color: transparent;
}

td,
th {
    padding: 0.4em;
}

.calendar_wrap table {
    width: 100%;
}

.menu a {
    padding: 35px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
}

#attachment_907 {
    width: 100% !important;
}

.gallery {
    margin-bottom: 10px;
    padding: 5px 0;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-left: 10px;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.news-block-three .inner-box .lower-content ul {
    margin-bottom: 20px;
}

.page-list ul li {
    list-style-type: disc;
    margin-left: 30px;
}

.page-list ol li {
    list-style-type: decimal;
    margin-left: 30px;
}


/* Accessibility */


/* Text meant only for screen readers. */

.skip-link.screen-reader-text {
    display: block;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.skip-link.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

.inner-box-table .icon-box img {
    height: 50px;
    width: 50px;
}

@media (max-width: 768px) {
    body {
        margin-top: -46px !important;
    }
    .main-header {
        margin-top: 30px;
    }
}

.comment-respond .comment-form-comment textarea:focus,
.comment-respond .comment-form-author input:focus,
.comment-respond .comment-form-email input:focus,
.search-form input[type="search"]:focus {
    background: #0088CC;
}

.comment-respond .comment-form-comment textarea:focus,
.comment-respond .comment-form-author input:focus,
.comment-respond .comment-form-email input:focus,
.search-form input[type="search"]:focus {
    background: #fff;
    border: 2px solid #0088CC;
}

.search-box-outer:focus {
    outline: 2px solid blue;
}

.search-box-outer:focus>.dropdown>.search-box-btn>ul {
    display: block;
}

.logo a:focus {
    color: #fff;
}


/*# sourceMappingURL=style.css.map */

.dropdown .search-box-btn:focus>ul.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 992px) {
    .main-navigation ul li.menu-item-has-children:hover>.sub-menu,
    .main-navigation ul li.focus>.sub-menu {
        position: relative;
        left: 10px;
        top: 0;
    }
}

.search-form input[type="submit"]:focus {
    outline: 2px solid #0088cc;
}

.search-box-btn:focus {
    outline: 2px solid #0088cc;
}

.news-block-three .inner-box .post-info,
.blog-detail .inner-box .post-info {
    color: #888;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .main-navigation.toggled .menu.nav-menu {
        display: inline-grid;
        background: #0088CC;
    }
    .menu-all-pages-container .nav-menu {
        top: 100%;
        width: 100%;
        background-color: #f0f0f0;
        overflow-y: auto;
    }
    .main-navigation .nav-menu {
        top: 100%;
        width: 100%;
        background-color: #0088CC;
        overflow-y: auto;
    }
    .main-navigation.toggled .nav-menu {
        display: inline-grid;
    }
}

.blog-classic p {
    margin-bottom: 20px;
}

@media screen and (min-width: 993px) {
    .footer-widget .menu a {
        padding: 0;
    }
}

.widget_recent_entries ul li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.footer-widget .cat-item a {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .theme-banner {
        height: auto;
        padding-bottom: 20px;
        padding-top: 160px;
    }
    .banner-content {
        width: auto !important;
    }
}

.co-btz {
    margin-top: 30px;
}

.grey-bg.testimonial-3 {
    background: #fff;
}

.profisme-gsm-close.notice-dismiss {
    top: 20px;
}

.clients-section .sponsors-outer .owl-theme {
    display: inline-flex;
}

.footer-widget.links-widget li,
.footer-widget .widget_archive li {
    padding: 0;
    border-bottom: none;
}

.footer-widget.links-widget a,
.footer-widget .widget_archive a {
    color: #fff !important;
}

.news-block-three .btn-style-one:hover {
    color: #dcdcdc;
}

.page-cs h1,
.page-cs h2,
.page-cs h3,
.page-cs h4,
.page-cs h5,
.page-cs h6 {
    margin-bottom: 10px;
}

dt+dd {
    margin-top: 0.5rem;
}

dd {
    display: block;
    margin-inline-start: 40px;
}

dt {
    margin-top: 10px;
}

.main-footer .widget_categories li,
.main-footer .widget_archive li {
    border-bottom: none;
}


/* MGK */

#menu-item-51 a {
    background-color: #de0000;
    height: 34px;
    border-radius: 50px;
}

.home-section {
    background-color: transparent;
}

img.fejsik {
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
    width: 50px;
    height: auto;
}

.stopka2 {
    background-color: #fff;
    padding: 20px 0;
}

.stopka2-1 {
    color: #282828;
    padding-top: 12px;
    font-size: 18px;
}

.stopka2-2 {
    text-align: right;
}

.stopkainfo {
    color: #d8a0a1;
}

.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on::before {
    display: none;
}

.stopkainfo a {
    text-decoration: none;
    color: #fff;
}

.stopkainfo a:hover {
    text-decoration: underline;
}


/*
** Contact Form 7 basics
**
**/


/* Form width  and border */

.wpcf7 {
    text-align: left;
    width: 90%;
    padding: 20px 25px !important;
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center;
    background-size: cover;
}


/* Input Field widths */

.wpcf7-text,
.wpcf7-textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #777;
}

.wpcf7-text {
    height: 50px;
    padding-left: 10px;
}


/* Input Field borders */


/* Input Field Text color */

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    border-color: #8f8f8f;
}


/* Label Font */

.wpcf7-form p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #000;
}


/* Submit button Font */

.wpcf7-submit {
    width: 85%;
    font-size: 15px !important;
    background-color: #1d2731 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 20px;
}


/* Submit button Hover */

.wpcf7-submit:hover {
    border-color: transparent !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #000 !important;
}


/* Response messages - Error & Success */

.wpcf7-response-output {
    margin-bottom: 30px !important;
}

.main-footer .footer-widget .widget_nav_menu h2:after {
    background-color: #fff;
}

ul#menu-informacje li a {
    color: #fff;
}