@charset "UTF-8"; /**
 * Theme Name:iSoft - Clean & Powerful Bootstrap Theme
 * Author:WrapHtml
 * Author URI:http://www.WrapHtml.com
 * Author e-mail:wraphtml@gmail.com
 * Version: 1.0
 * Created: Decembre 2016
 * License URI:http://support.wrapbootstrap.com/
 * File Description:Main CSS file of the template
 *
 * TABLE OF CONTENTS
 *
 * 1) Typography
 * 2) Layout
 * 3) Sections
 * 4) Pages (blog, about etc)
 * 5) Template Components
 * 6) Navigations
 * 7) Blocks/Widgets
 * 8) Main Slideshow
 * 9) Owl carousel
 * 10) IE 8 Support
 */
/* 1 Typography
----------------------------------------------------------------------------- */
html {
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    color: #343434;
    line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #343434;
}

h1 {
    font-size: 38px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
@media (min-width: 992px) {
    .title {
        margin-top: 0;
    }
}

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

a {
    color: #ff0000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.no-trans * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
.text-muted {
    color: #999999;
}

.text-red {
    color: #ff0000;
}

.text-white {
    color: #fff;
}
.full-width {
    width: 100%;
}
ul {
    list-style: square;
}

.list-icons, .list {
    list-style: none;
    padding: 0;
}

.list-icons li, .list li {
    padding: 5px 0;
}

.list-icons li i {
    width: 25px;
    text-align: center;
}
.list-inline {
    margin-top: 9px;
    margin-bottom: 8px;
}

.icons-list li {
    display: inline-block;
    padding: 6px 0;
    /* padding-left: 5px; */
    font-size: 14px;
    line-height: 18px;
}

.icons-list li i {
    color: #ff0000;
}
.table:not(.table-bordered) {
    border-bottom: 2px solid #f3f3f3;
}
tbody {
    background-color: #ffffff;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 15px;
    border-top: 1px solid #f3f3f3;
}
.page-wrapper {
    background-color: #ffffff;
}

.header-top {
    background-color: #ff0000;
    border-bottom: 1px solid 1px solid #e00101;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.18) inset box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.18) inset
}
.header {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff;
}
.banner {
    background-color: #f1f1f1;
    border-bottom: 1px solid #eaeaea;
}

.page-intro {
    padding: 10px 0;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
    background-color: #fafafa;
    border-bottom: 1px solid #dadada;
}

.banner + .page-intro {
    margin-top: -56px !important;
    position: relative;
    background-color: rgba(250, 250, 250, 0.9);
    z-index: 2;
}

.page-top {
    padding: 40px 0;
}

.home h2 {
    font-size: 38px;
}

.main-container {
    padding: 40px 0;
}
.section {
    padding: 25px 0;
}
.footer {
    padding: 30px 0;
    background-color: #262626;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #333333;
}

.subfooter {
    padding: 25px 0px 35px 0px;
    background-color: #000000;
}
.subfooter p {
    color: #ccc;
    text-transform: uppercase;
}
.mb-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}
.header-top {
    font-size: 12px;
}
.gray-bg {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
    position: relative;
}

.gray-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 5px;
    content: "";
    width: 100%;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}

.dark-bg {
    background-color: #000000;
    color: #ffffff;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
    color: #ffffff;
}

.dark-bg a:not(.btn) {
    color: #ffffff;
    text-decoration: underline;
}
.default-bg {
    background-color: #ff0000;
    color: #ffffff;
}
.no-touch .light-translucent-bg, .no-touch .dark-translucent-bg, .no-touch .default-translucent-bg, .no-touch .parallax {
    background-attachment: fixed !important;
}

.light-translucent-bg, .dark-translucent-bg, .default-translucent-bg, .parallax {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding: 50px 0;
}

.light-translucent-bg, .dark-translucent-bg, .default-translucent-bg {
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.light-translucent-bg:after, .dark-translucent-bg:after, .default-translucent-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.light-translucent-bg {
    color: #333;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
}
.light-translucent-bg .separator-2 {
    background-color: #333;
}

.light-translucent-bg:after {
    background-color: rgba(255, 255, 255, 0.7);
}

.dark-translucent-bg:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {
    color: #ffffff;
}

.dark-translucent-bg a:not(.btn) {
    text-decoration: underline;
    color: #ffffff;
}
.light-translucent-bg .container, .dark-translucent-bg .container, .default-translucent-bg .container {
    z-index: 3;
    position: relative;
}
.parallax-bg-3 {
    background: url("../images/main/parallax-bg-3.jpg") 50% 0px no-repeat;
}
.grid-space-20 {
    margin-right: -10.5px;
    margin-left: -10.5px;
}

.grid-space-20 .col-lg-6, .grid-space-20 .col-lg-4, .grid-space-20 .col-lg-3, .grid-space-20 .col-md-6, .grid-space-20 .col-md-4, .grid-space-20 .col-md-3, .grid-space-20 .col-sm-6, .grid-space-20 .col-sm-4, .grid-space-20 .col-sm-3, .grid-space-20 .col-xs-6, .grid-space-20 .col-xs-4, .grid-space-20 .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.grid-space-0 {
    margin-right: 0;
    margin-left: 0;
}

.grid-space-0 .col-lg-6, .grid-space-0 .col-lg-4, .grid-space-0 .col-lg-3, .grid-space-0 .col-md-6, .grid-space-0 .col-md-4, .grid-space-0 .col-md-3, .grid-space-0 .col-sm-6, .grid-space-0 .col-sm-4, .grid-space-0 .col-sm-3, .grid-space-0 .col-xs-6, .grid-space-0 .col-xs-4, .grid-space-0 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
}

.grid-space-0 > div {
    margin-bottom: 0;
    padding-bottom: 0;
}
.fixed-header-on .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1006;
    opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
    background-color: rgba(255, 255, 255, 0.95);
}
.fixed-header-on .header .logo {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin: 11px 0 0px 0;
    display: none;
}

.fixed-header-on .header .site-slogan {
    display: none;
}

.fixed-header-on .header .navbar.navbar-default {
    margin: 0;
}

.fixed-header-on .header.fixed.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
@media (min-width: 992px) {
    .fixed-header-on .header .logo {
        display: block;
    }

    .fixed-header-on.boxed .header.fixed {
        width: 970px;
    }
}
.pl-5 {
    padding-left: 5px;
}
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}
.space {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space-top {
    padding-top: 20px;
}

.space-bottom {
    padding-bottom: 20px;
}

.margin-clear {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}

.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #cccccc;
    position: relative;
}
.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.object-visible, .touch .object-non-visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.vertical-divider-left, .vertical-divider-left-lg {
    border-left: 1px solid #eeeeee;
    padding-left: 50px;
    margin-left: 20px;
}
@media (min-width: 992px) {
    .margin-top-clear {
        margin-top: 0 !important;
    }

    .margin-bottom-clear {
        margin-bottom: 0 !important;
    }
}
.footer {
    font-size: 14px;
    color: #999999;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #999999;
}

.footer h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.subfooter {
    font-size: 14px;
}

.subfooter p {
    margin: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* subfooter */ .subfooter {
        text-align: center;
    }
}
.btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn.btn-sm {
    padding: 8px;
    font-size: 12px;
    min-width: 105px;
}
.btn-default {
    background-color: #ff0000;
    color: #ffffff !important;
    border-color: #e80000;
    border-radius: 3px;
}
form {
    margin: 20px 0;
}

textarea {
    resize: vertical;
}
.form-control {
    border-radius: 0;
    background: #ffffff;
    height: 40px;
    padding-right: 30px;
    border-color: #d4d4d4;
    color: #666666;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-control::-webkit-input-placeholder {
    color: inherit;
}
.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    top: 0;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 13px;
    padding: 8px 0;
}

/* Tabs
---------------------------------- */
.nav-tabs {
    -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid #f0f0f0;
    margin-top: 15px;
}

.nav-tabs > li > a {
    font-size: 13px;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 12px 25px;
    position: relative;
    color: #666666;
}

.nav-tabs > li > a:hover {
    border-color: #f0f0f0 #f0f0f0 #ebebeb;
    background-color: #fafafa;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #666666;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a:after {
    width: 3px;
    content: "";
    background-color: #ff0000;
    height: 103%;
    position: absolute;
    left: 0;
    top: 0;
}

.tab-content {
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-top: none;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background-color: #fafafa;
    margin-bottom: 15px;
}

.tab-content h1 {
    font-size: 34px;
}

.tab-content:after {
    width: 3px;
    content: "";
    background-color: #ff0000;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tabs-style-2 .nav-tabs {
    border-bottom: 1px solid #ff0000;
}

.tabs-style-2 .nav-tabs > li.active > a, .tabs-style-2 .nav-tabs > li.active > a:hover, .tabs-style-2 .nav-tabs > li.active > a:focus, .tabs-style-2 .nav-tabs > li > a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ff0000;
    background-color: #ff0000;
    color: #ffffff;
}

.tabs-style-2 .nav-tabs > li.active > a:after {
    width: 0;
    height: 0;
    background-color: transparent;
}

.tabs-style-2 .tab-content {
    border: none;
    padding: 20px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.tabs-style-2 .tab-content:after {
    width: 0px;
    background-color: transparent;
    height: 0;
}
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fafafa;
}

.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #ff0000;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

.panel-dark .panel-heading a, .panel-dark .panel-heading a:hover {
    background-color: #333333;
}

.panel-transparent .panel-default > .panel-heading, .panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: transparent;
    color: inherit;
}

.panel-transparent .panel-heading a {
    border: 1px solid #f1f1f1;
}

.panel-transparent .panel-heading a.collapsed {
    color: inherit;
    background-color: transparent;
}

.panel-heading a.collapsed {
    color: #ffffff;
    background-color: #999999;
}

.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}

.panel-heading a.collapsed:after {
    content: "\f196";
}

.panel-heading a:hover, .panel-transparent .panel-heading a:hover {
    text-decoration: none;
    background-color: #ff0000;
    color: #ffffff;
}

.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}

/* Progress bars
---------------------------------- */
.progress {
    margin-bottom: 25px;
    background-color: #f1f1f1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 30px;
}

.progress-bar {
    padding: 6px 0 5px 0;
    text-align: left;
}

.progress-bar-default {
    background-color: #ff0000;
}

.progress-bar-gray {
    background-color: #999999;
}

.progress-bar-dark {
    background-color: #333333;
}

.gray-bg .progress {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar span {
    position: relative;
    left: 15px;
}
.alert {
    margin: 20px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    padding-left: 70px;
    overflow: hidden;
    z-index: 1;
    border: none;
}

.alert:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 50px;
    height: 101%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.alert-success {
    color: #2a5f2b;
    background-color: #bcdab0;
}
.modal {
    text-align: center;
    padding: 0!important;
}
.fixed-image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
}

.no-touch .fixed-image {
    background-attachment: fixed;
}

.fixed-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.overlay a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 26px;
    color: #ff0000;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #000000;
    font-style: italic;
}

.overlay-links {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -50px;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 0.25s linear 0.05s;
    -o-transition: all 0.25s linear 0.05s;
    transition: all 0.25s linear 0.05s;
}

.overlay-links a {
    position: static;
    margin-top: 0;
    margin-left: 0;
}

.overlay-links a + a {
    left: 50px;
    color: #ffffff;
    background-color: #ff0000;
}

.overlay a:hover {
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
}

.overlay i {
    line-height: 50px;
}

.box-style-1 .overlay i {
    font-size: 26px;
    margin: 0;
}

a.overlay {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

a.overlay:hover {
    text-decoration: none;
}
a.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    line-height: 42px;
    color: #ff0000;
    margin-top: -22px;
    margin-left: -18px;
    text-align: center;
}
iframe {
    height: 300px;
    width: 100%;
}
.navbar.navbar-default {
    border-radius: 0;
    margin: 12px 0 5px;
    background-color: #fafafa;
    border-color: #f1f1f1;
}
.navbar-default .navbar-nav > li > a {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    /*font-weight: 700;*/
    padding: 12px 5px 12px 5px;
    z-index: 102;
    border: 1px solid transparent;
    bottom: -1px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
    color: #ff0000;
    background-color: transparent;
}
@media (min-width: 768px) {
    .main-navigation .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    /* first level menu */
    .navbar.navbar-default, .dark.header .navbar.navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    /* layout fixes */
    .main-navigation .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .main-navigation .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    .main-navigation .navbar-right > li:last-child > .dropdown-menu {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    /* first level menu item */ .main-navigation .navbar-nav > li {
        margin: 0 0 0 15px;
    }

    .main-navigation .navbar-nav > li:first-child {
        margin: 0;
    }

    .col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
        left: -293px;
        width: 1140px;
    }
}
.logo img {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.logo img:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.site-slogan {
    font-size: 13px;
    font-style: italic;
    color: #999999;
}
.logo-footer {
    margin: 25px 0 20px;
}
.call-to-action {
    padding: 10px 25px;
    text-align: center;
}

.call-to-action .btn {
    margin: 10px 5px;
}
.box-style-3 {
    margin-top: 20px;
}

.box-style-3 i {
    font-size: 22px;
    line-height: 45px;
}

.box-style-3 .icon-container {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box-style-3 .body {
    margin-left: 80px;
}

.box-style-3 h2 {
    font-size: 20px;
    margin-top: 0;
}
@media (min-width: 768px) {
    .box-style-3.right .icon-container {
        float: right;
    }

    .box-style-3.right .body {
        margin-right: 80px;
        text-align: right;
        margin-left: 0;
    }
}

/* Image Boxes
---------------------------------- */
.image-box {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
}
.image-box-body {
    padding: 15px 10px 0px 10px;
    height: 95px;
    overflow: hidden;
}

.image-box-body h5.title {
    font-size: 13px;
    font-weight: 500;
}

.image-box-body p {
    font-size: 12px;
}
.details-top {
    text-align: right;
}

.details-top li a {
    color: rgba(255,255,255,.85)
}

@media (max-width: 991px) {
    .details-top, .social-links {
        text-align: center;
    }
}

.details-top li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.59);
    margin-top: 6px;
}

.details-top li:last-child {
    border-right: none;
}

ul.details-top {
    margin: 0;
}

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

/* Social icons block
---------------------------------- */
.social-links {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 40px 0 20px 0;
}

.social-links li {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.social-links li a {
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    font-size: 20px;
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #ffffff;
}
.social-links.circle li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.header-top .social-links {
    margin: 0;
}

.header-top .social-links li {
    /*padding: 0px 5px 0px;
	border-right: 1px solid #e3e3e3;*/
    margin: 0;
}
.header-top .social-links li a {
    font-size: 14px;
}

.header-top .social-links li:last-child {
    border-right: none;
}

.header-top .social-links li a {
    border: none;
    width: 25px;
    height: 30px;
    color: rgba(255,255,255,.85);
    background-color: transparent;
    border-color: transparent;
}
.header-top .social-links li a i {
    line-height: 30px;
}
.footer-content .social-links {
    margin: 20px 0;
}

.footer-content .social-links li {
    margin: 0 5px 5px 0;
}

.footer-content .social-links li a {
    color: #666666;
    background-color: transparent;
    border-color: #666666;
}
.plan {
    text-align: center;
    /*border: 1px solid #c5c5c5;*/
    border-top: none;
    margin-bottom: 40px !important;
}

.plan + .plan {
    border-left: none;
}

.plan .header {
    padding: 10px 0;
    margin: 0 -1px;
}

.plan .header h3 {
    display: inline-block;
    font-size: 24px;
    margin: 0;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    /*text-shadow: 0px 1px 1px #494949;*/
}

.plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
}

.plan ul li {
    padding: 12px 0px;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 1px 1px 0 #ffffff;
}
.plan .btn {
    text-shadow: none;
}

.white .plan {
    border-color: #f3f3f3;
}

.white .plan .header {
    color: #ffffff;
    background: #b5b5b5;
}

.white .plan .header h3 {
    color: #ffffff;
}

.white .plan ul {
    /*-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);*/
    background-color: #fbfbfb;
}

.white .plan ul li {
    border-bottom: 1px solid #f5f5f5;
}
.white .plan ul.facilities {
    margin-top: 48px;
}
#map-canvas {
    height: 450px;
}

.sidebar #map-canvas {
    height: 350px;
}

#map-canvas img {
    max-width: inherit;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
    color: #ffffff;
    position: fixed;
    bottom: 35px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #000000;
    z-index: 1005;
    display: none;
}

.scrollToTop i {
    line-height: 50px;
    font-size: 24px;
}
.slider-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.slider-banner, .slider-banner-2, .slider-banner-3, .slider-banner-fullscreen {
    width: 100%;
    position: relative;
}

.slider-banner > ul, .slider-banner-2 > ul, .slider-banner-3 > ul, .slider-banner-fullscreen > ul {
    display: none;
}

.tp-loader.spinner0 {
    background: url("../images/loader.gif") no-repeat center center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    animation: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
}
.tp-caption {
    z-index: 5;
}

.tp-caption a.btn, .tp-caption a.btn:hover {
    color: #ffffff;
}

.default_bg {
    background-color: #ff0000;
    color: #ffffff;
}

.white_bg {
    background-color: #ffffff;
    color: #333333;
}

.dark_gray_bg {
    background-color: #666666;
    color: #ffffff;
}

.light_gray_bg {
    background-color: #fafafa;
    color: #333;
    border: 1px solid #f3f3f3 !important;
    border-left: none !important;
}

.tp-caption.small_thin_white {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000000;
}

.tp-caption.small_thin_dark {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}

.tp-caption.large {
    font-size: 36px;
    padding: 0px 15px;
}

.tp-caption.medium {
    font-size: 22px;
    padding: 2px 10px;
}
.tparrows.round {
    background-image: none;
    width: 38px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50% !important;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    /*	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;*/
}

.tparrows.round:before {
    font-family: 'fontello';
    font-size: 24px;
    content: '\e87c';
    line-height: 52px;
    display: inline-block;
}

.tparrows.round.tp-rightarrow:before {
    content: '\e87d';
}
.tp-bullets {
    z-index: 100;
}

.tp-bullets.simplebullets.round .bullet {
    background-image: none;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    margin: 0 3px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.bullets-with-bg + .tp-bullets.preview4 {
    height: auto;
    background-color: white;
    padding: 5px 15px;
    bottom: -6px !important;
    border-radius: 3px;
}

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #ff0000;
}

.tp-bannertimer {
    background-image: none;
    background-color: #ff0000;
    z-index: 100;
    display: none;
}
.owl-carousel {
    z-index: 4;
}

.owl-carousel .owl-item > div {
    margin: 10px 0 20px;
}

.owl-carousel.carousel .owl-item > div, .owl-carousel.carousel-autoplay .owl-item > div {
    margin: 10px 20px 20px 0;
}

.owl-carousel.clients .owl-item > div {
    margin: 0px 30px 0px 0;
}

.well.owl-carousel .owl-item > div {
    margin: 10px 0 0;
}

.tab-content .owl-carousel .owl-item > div {
    margin: 0 0 20px;
}

.work .client img {
    filter: none;
}
.owl-controls {
    width: 100%;
    margin-bottom: 50px;
}

.owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1; padding: 3px 10px;
    font-size: 12px;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-prev {
    left: 0;
    background-color: #ff0000;
    color: #f1f1f1;
}

.owl-next {
    left: 30px;
    background-color: #f1f1f1;
    color: #ff0000;
}

.owl-prev:hover, .owl-next:hover, .gray-bg .owl-next:hover {
    background-color: #333333;
    color: #f1f1f1;
}

.gray-bg .owl-next {
    background-color: #ffffff;
}

.owl-controls .owl-buttons div:after {
    font-family: "fontello";
    font-size: 18px;
    line-height: 26px;
}

.owl-prev:after {
    content: "\e87c";
}

.owl-next:after {
    content: "\e87d";
}

.no-touch .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.content-slider-with-controls {
    margin-bottom: 20px;
}

.content-slider-with-controls .owl-controls, .content-slider-with-controls-autoplay .owl-controls {
    margin-bottom: 0;
}

.content-slider-with-controls .owl-buttons div, .content-slider-with-controls-autoplay .owl-buttons div {
    top: 50%;
    margin-top: -15px;
    background-color: #ff0000;
    color: #f1f1f1;
}

.content-slider-with-controls .owl-buttons div.owl-next, .content-slider-with-controls-autoplay .owl-buttons div.owl-next {
    left: auto;
    right: 0;
}

.content-slider-with-controls .owl-prev:hover, .content-slider-with-controls .owl-next:hover, .content-slider-with-controls-autoplay .owl-prev:hover, .content-slider-with-controls-autoplay .owl-next:hover {
    background-color: #f1f1f1;
    color: #ff0000;
}

.content-slider-with-controls-bottom .owl-controls .owl-pagination {
    bottom: -30px;
}

.content-slider-with-controls-bottom .owl-controls .owl-page span {
    background: #acacac;
}

.owl-controls .owl-pagination {
    position: absolute;
    bottom: 25px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1; }

.owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #ffffff;
}

.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
    background: #ff0000;
}

/*# sourceMappingURL=style.css.map */
.working tbody tr td {
    padding: 3px 0;
    border: 0;
}

.working:not(.table-bordered) {
    border-bottom: 0;
}

.btn-contact-fixed {
    margin: 0;
    position: fixed;
    bottom: -3px;
    z-index: 999;
    right: 15%;
}
.font-weight-bold {
    font-weight: 700!important;
}

.pl-0 {
  padding-left: 0px!important;
}
.pr-0 {
  padding-right: 0px!important;
}
.bg-light {
  background-color: #fbfbfb;
}
#powrIframeLoader {
  display: none;	
}