@charset "utf-8";

@import "font-awesome.min.css";
@import "font-awesome-animation.min.css";
@import "pe-icon-7-stroke.css";
@import "../css/elegant-icons.css";
@import "../css/stroke-gap-icons.css";
@import "../fonts/icomoon/style.css";
@import "utility-classes.css";
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');
* {
    outline:none !important;
}

:active,
:focus {
    outline: none;
}
html {
    font-size: 100%;
}
body {
    line-height: 1.7;
    color: #666666;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    background-color: #fff;
}
a {
    color: #808080;
    text-decoration: none;
    outline: none !important;
    font-weight: 500;
}
a:hover,
a:focus {
    color: #595959;
    text-decoration: none;
}
a img {
    border: none;
}
img {
    max-width: 100%;
}
iframe {
    border: none;
}
/* -------- Headings ---------- */
h1,
.h1 {
    font-size: 3.4rem;
}
h2,
.h2 {
    font-size: 2rem;
}
h3,
.h3 {
    font-size: 22px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 13px;
}
h1,
h2,
.h1,
.h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333333;
}
h1 small,
h2 small,
.h1 small,
.h2 small,
h1 .small,
h2 .small,
.h1 .small,
.h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #333333;
}
h1 a,
h2 a,
.h1 a,
.h2 a {
    color: #333333;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333333;
}
h3 small,
h4 small,
h5 small,
h6 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #333333;
}
h3 a,
h4 a,
h5 a,
h6 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #333333;
}
/* -------- Body Text ---------- */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 10px;
}
/* -------- Custom Font Family ---------- */
.font-Rubik {
    font-family: 'Rubik', serif;
}
.font-Rubik {
    font-family: 'Rubik', sans-serif;
}
.font-opensans {
    font-family: 'Rubik', sans-serif;
}
/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    font-size: 15px;
    padding-left: 0;
    padding-top: 0;
}
.breadcrumb li.active {
    color: #111111;
}
.breadcrumb.white li.active {
    color: #fff;
}
.breadcrumb.white li a {
    color: #808080;
}
@media only screen and (min-width: 768px) {
    .breadcrumb.text-right {
        text-align: right;
    }
}
/*Drop Caps*/
.drop-caps p {
    text-align: justify;
}
.drop-caps p:first-child:first-letter {
    color: #111111;
    display: block;
    float: left;
    font-size: 48px;
    line-height: 48px;
    margin: 6px 3px;
    padding: 10px 18px;
}
.drop-caps.text-colored p:first-child:first-letter {
    display: block;
    float: left;
    font-size: 48px;
    line-height: 48px;
    margin: 6px 3px;
    padding: 10px 18px;
}
.drop-caps.border p:first-child:first-letter {
    border: 1px solid;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
}
.drop-caps.border-rounded p:first-child:first-letter {
    border: 1px solid;
    border-radius: 50%;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
}
.drop-caps.colored-square p:first-child:first-letter {
    color: #fff;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
}
.drop-caps.colored-rounded p:first-child:first-letter {
    color: #fff;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
    border-radius: 50%;
}
.drop-caps.dark-square p:first-child:first-letter {
    background: #222222;
    color: #fff;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
}
.drop-caps.dark-rounded p:first-child:first-letter {
    background: #222222;
    color: #fff;
    margin: 8px 16px 0 0;
    padding: 15px 20px;
    border-radius: 50%;
}
/*Text Highlight*/
.text-highlight {
    background: none repeat scroll 0 0 #111111;
    border-radius: 4px;
    color: #fff;
    padding: 0 5px 3px;
}
.text-highlight.light {
    background: #808080;
}
/*
 * common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
    font-size: 100%;
    max-width: 100%;
}
@media only screen and (max-width: 991px) {
    html {
        font-size: 90%;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 85%;
    }
}
@media only screen and (max-width: 479px) {
    html {
        font-size: 80%;
    }
}
html,
html a {
    -webkit-font-smoothing: antialiased;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
strong {
    color: #555555;
}
img {
    max-width: 100%;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fluid-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}
iframe {
    border: none;
    width: 100%;
}
.lead {
    font-size: 18px;
}
.text-highlight {
    background: #111111 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    margin-top: 2px;
    padding: 1px 8px;
}
.text-highlight.light {
    background: #808080;
}
.inline-block {
    display: inline-block;
}
.display-block {
    display: block;
}
.fullwidth {
    width: 100%;
}
.bg-hover-theme-colored {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Text-decoration */
.text-underline {
    text-decoration: underline;
}
/* -------- Line-Bottom ---------- */
.heading-line-bottom {
    border-bottom: 1px dashed #808080;
    display: inline-block;
    margin: 0;
    position: relative;
    margin: 20px 0;
}
.heading-line-bottom::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px;
}
.heading-title {
    margin-top: 10px;
}
.line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.line-bottom:after {
    bottom: 0px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.line-bottom-centered {
    position: relative;
    margin: 10px 0 20px;
}
.line-bottom-centered:after {
    background: #2b96cc none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 30px;
}
.line-bottom-double-line-centered {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.line-bottom-double-line-centered:after {
    bottom: 7px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
}
.line-bottom-double-line-centered:before {
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 20px;
}
.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before {
    font-size: 48px;
    margin-left: 10px;
}
.title-icon {
    margin: 0 auto;
    max-width: 160px;
    position: relative;
}
.title-icon::after {
    content: "";
    height: 2px;
    left: 24px;
    position: absolute;
    top: 10px;
    width: 30px;
}
.title-icon::before {
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
}
.vertical-line {
    position: relative;
}
.vertical-line::before {
    content: "";
    height: 25px;
    left: 6px;
    position: absolute;
    top: 5px;
    width: 2px;
    z-index: 9;
}
.vertical-line::after {
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 5px;
    width: 4px;
}
/* -------- List ---------- */
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul ul,
ol ul {
    margin-left: 15px;
}
ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
}
ul.list li {
    margin: 5px 0;
}
ul.list li:before {
    border: none;
    color: #a9a9a9;
    content: "\f0a9";
    display: inline-block;
    font-family: fontawesome;
    font-size: 12px;
    margin-right: 10px;
    padding: 0;
}
ul.list li:hover:before {
    background: none;
    border-color: transparent;
}
ul.list li a {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
/* -------- List Icons ---------- */
.list-icon li {
    font-size: 14px;
    margin: 0;
}
.list-icon li i {
    color: #555555;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
}
.list-icon.square li i {
    background: #c0c0c0;
    color: #555555;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
}
.list-icon.rounded li i {
    color: #555555;
    background: #c0c0c0;
    border-radius: 50%;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
}
.list-icon.theme-colored.square li i {
    color: #fff;
}
.list-icon.theme-colored.rounded li i {
    color: #fff;
}
/* -------- Personal Info List ---------- */
.list-info li {
    clear: both;
    position: relative;
}
.list-info li label {
    display: inline-block;
    font-weight: bold;
    padding: 5px 0 0;
}
.list-info li span {
    left: 110px;
    padding: 5px 0;
    position: absolute;
}
.list-features {
    -moz-column-count: 3;
    column-count: 3;
}
.list-dashed > article {
    border-bottom: 1px dashed #d3d3d3 !important;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.list-dashed > div {
    border-bottom: 1px dashed #d3d3d3 !important;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.list-dashed > li {
    border-bottom: 1px dashed #d3d3d3 !important;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.list-dashed.dark-dash > article {
    border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > div {
    border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > li {
    border-bottom: 1px dashed #333333 !important;
}
ul.list.check li:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
}
ul.list.angle-double-right li:before {
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
}
ul.list.angle-right li:before {
    content: "\f105";
    font-family: fontawesome;
}
ul.list.check-circle li:before {
    content: "\f058";
    font-family: fontawesome;
    font-size: 14px;
}
/* -------- Call To Actions ---------- */
.call-to-action {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
/* -------- Opening Hourse ---------- */
.opening-hourse ul li {
    padding-bottom: 10px !important;
}
/* -------- Section & Divider ---------- */
section {
    position: relative;
}
section > .container,
section > .container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* -------- Background Video ---------- */
.bg-video {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}
.bg-video .video {
    height: 100%;
    left: 0;
    margin: 0!important;
    position: relative;
    top: 0;
    width: 100%;
}
.bg-video .video .mbYTP_wrapper {
    z-index: -1 !important;
}
/* -------- Box Table ---------- */
.display-table-parent {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.display-table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.display-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
/* -------- Scroll To Top ---------- */
.scrollToTop {
    background: rgba(0, 0, 0, 0.1);
    bottom: 15px;
    display: none;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
}
.scrollToTop i {
    color: #fff;
    font-size: 42px;
}
.scrollToTop:hover {
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
/*
 * extra.less
 * -----------------------------------------------
*/
/* -------- Heading Style ---------- */
.heading-border {
    border-bottom: 1px solid #d3d3d3;
    margin: 30px 0;
    padding: 20px 0;
}
/* -------- FullCalendar - Plugin ---------- */
.fc-day-number {
    color: #333333;
}
.fc-day-number.fc-other-month {
    opacity: 0.4;
}
/* scrolltofixed-container */
.scrolltofixed-container {
    position: static;
}
.home-boxes .bg-icon {
    bottom: 0;
    color: #fff;
    font-size: 58px;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
    right: 0;
    transform: rotate(-40deg);
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 48px;
}
/* CSS Floation Animation */
.floating {
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-top: 10px;
}
@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}
@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}
.scaling {
    float: left;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes scalex {
    from {
        -webkit-transform: scale(0.9);
    }
    65% {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.9);
    }
}
@-moz-keyframes scale {
    from {
        -moz-transform: scale(0.9);
    }
    65% {
        -moz-transform: scale(1);
    }
    to {
        -moz-transform: scale(0.9);
    }
}
/*
 * overlays.less
 * -----------------------------------------------
*/
.layer-overlay {
    position: relative;
    /* overlay-dark */
    /* overlay-white */
}
.layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.layer-overlay.overlay-light::before {
    background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-lighter::before {
    background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-deep::before {
    background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-dark::before {
    background-color: rgba(17, 17, 17, 0.85);
}
.layer-overlay.overlay-dark-1::before {
    background-color: rgba(17, 17, 17, 0.1);
}
.layer-overlay.overlay-dark-2::before {
    background-color: rgba(17, 17, 17, 0.2);
}
.layer-overlay.overlay-dark-3::before {
    background-color: rgba(17, 17, 17, 0.3);
}
.layer-overlay.overlay-dark-4::before {
    background-color: rgba(17, 17, 17, 0.4);
}
.layer-overlay.overlay-dark-5::before {
    background-color: rgba(17, 17, 17, 0.5);
}
.layer-overlay.overlay-dark-6::before {
    background-color: rgba(17, 17, 17, 0.6);
}
.layer-overlay.overlay-dark-7::before {
    background-color: rgba(17, 17, 17, 0.7);
}
.layer-overlay.overlay-dark-8::before {
    background-color: rgba(17, 17, 17, 0.8);
}
.layer-overlay.overlay-dark-9::before {
    background-color: rgba(17, 17, 17, 0.9);
}
.layer-overlay.overlay-white::before {
    background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-1::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.layer-overlay.overlay-white-2::before {
    background-color: rgba(255, 255, 255, 0.2);
}
.layer-overlay.overlay-white-3::before {
    background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-white-4::before {
    background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-5::before {
    background-color: rgba(255, 255, 255, 0.5);
}
.layer-overlay.overlay-white-6::before {
    background-color: rgba(255, 255, 255, 0.6);
}
.layer-overlay.overlay-white-7::before {
    background-color: rgba(255, 255, 255, 0.7);
}
.layer-overlay.overlay-white-8::before {
    background-color: rgba(255, 255, 255, 0.8);
}
.layer-overlay.overlay-white-9::before {
    background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.layer-pattern::before {
    background-image: url(../images/pattern1.png);
    background-color: rgba(0, 0, 0, 0.6);
}
.layer-overlay.layer-pattern2::before {
    background-image: url(../images/pattern2.png);
    background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.layer-pattern3::before {
    background-image: url(../images/pattern3.png);
    background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.maximage-layer-overlay::before {
    z-index: 1;
}
.layer-overlay.overlay-blue::before {
    background-color: rgba(1, 162, 208, 0.9);
}
.layer-overlay.overlay-blue-light::before {
    background-color: rgba(1, 162, 208, 0.45);
}
.layer-overlay.overlay-pink::before {
    background-color: rgba(235, 110, 142, 0.9);
}
.layer-overlay.overlay-pink-light::before {
    background-color: rgba(235, 110, 142, 0.45);
}
.layer-overlay.overlay-brown::before {
    background-color: rgba(60, 171, 111, 0.9);
}
.layer-overlay.overlay-brown-light::before {
    background-color: rgba(60, 171, 111, 0.45);
}
.layer-overlay.overlay-yellow::before {
    background-color: rgba(255, 187, 34, 0.9);
}
.layer-overlay.overlay-yellow-light::before {
    background-color: rgba(255, 187, 34, 0.45);
}
.layer-overlay.overlay-green::before {
    background-color: rgba(16, 196, 92, 0.9);
}
.layer-overlay.overlay-green-light::before {
    background-color: rgba(16, 196, 92, 0.45);
}
.layer-overlay.overlay-theme-color-1::before {
    background-color: rgba(173, 216, 230, 0.9);
}
.layer-overlay.overlay-theme-color-2::before {
    background-color: rgba(230, 173, 188, 0.9);
}
.layer-overlay.overlay-theme-color-3::before {
    background-color: rgba(230, 216, 173, 0.9);
}
.half-divider .overlay-theme-color-1,
.half-divider .overlay-theme-color-2,
.half-divider .overlay-theme-color-3 {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
/*
 * header.less
 * -----------------------------------------------
*/
.header-top {
    padding: 5px 0;
}
.header-top .header-widget .social-icons a i:hover {
    background: none;
}
.header-top .header-widget .list-border li {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    padding: 5px 15px;
}
.header-top .header-widget .list-border li:last-child {
    border-right: 0;
}
@media only screen and (max-width: 767px) {
    .header-top .header-widget .contact-info {
        margin-bottom: 20px;
    }
    .header-top .header-widget .contact-info li {
        display: block;
        text-align: center;
    }
}
.menuzord-brand img {
    max-height: 42px;
}
/* -------- Inner Header ---------- */
.inner-header .title {
    text-transform: uppercase;
}
/* -------- Custom theme style ---------- */
.header-nav .header-nav-wrapper .menuzord {
    padding: 0;
}
.header-nav.navbar-transparent.animated-active {
    background-color: rgba(0, 0, 0, 0.25);
}
/*
 * nav.less
 * -----------------------------------------------
*/
/* -------- nav sidebar ---------- */
.nav-sidebar li {
    background: #f1f1f1;
    padding-bottom: 0;
}
.nav-sidebar li a {
    border-radius: 0;
}
.nav-pills li a:hover,
.nav-pills li.active > a,
.nav-pills li.active > a:hover,
.nav-pills li.active > a:focus {
    background: #d3d3d3;
    color: #777777;
}
/* -------- Header Nav ---------- */
.header-nav {
    position: relative;
}
.header-nav .header-nav-absolute-wrapper {
    width: 100%;
}
.header-nav .header-nav-wrapper .menuzord {
    padding: 0;
}
/* -------- Menuzord ---------- */
.menuzord-menu > li {
    padding: 24px 0;
}
.menuzord-menu ul.dropdown {
    top: 83px;
}
.menuzord-menu > li > a {
    font-size: 13px;
    color: #333333;
}
.menuzord .menuzord-menu > li.active > a i,
.menuzord .menuzord-menu > li:hover > a i,
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
    color: #fff;
}
.menuzord-menu ul.dropdown {
    border: 1px solid #eee;
}
.menuzord-menu ul.dropdown li {
    margin: 0;
}
.menuzord-menu ul.dropdown li a {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 25px 7px 22px;
}
.menuzord-menu ul.dropdown li .indicator {
    top: 4px;
}
/* -------- Megamenu-Row ---------- */
.menuzord-menu > li > .megamenu .megamenu-row li {
    border: 0 none;
    clear: both;
    font-size: 12px;
    margin: 0;
    padding: 2px;
    position: relative;
    width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
    display: block;
    padding: 8px 10px;
    -webkit-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
    color: #111;
    padding-left: 15px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i {
    color: #444;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active a i,
.menuzord-menu > li > .menuzord-menu > li > .megamenu .megamenu-row li:hover a i {
    color: #fff;
}
@media only screen and (max-width: 900px) {
    .menuzord-menu {
        background: #fff;
    }
}
/* -------- Scrolltofixed ---------- */
.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    border-bottom: 1px solid #eee;
}
.header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed .menuzord {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
.header .inner-sticky-wrapper {
    height: 80px;
}
@media only screen and (min-width: 901px) {
    .header-nav .header-nav-absolute-wrapper {
        bottom: -36px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        z-index: 1111;
    }
    .header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
        bottom: auto;
    }
}
/* -------- Navbar Fixed  ---------- */
.header-nav {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-nav.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1030;
}
/* -------- Navbar Sticky Animated ---------- */
.navbar-sticky-animated .header-nav-wrapper .container {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
/* -------- Header White ---------- */
.header-nav.navbar-white {
    background-color: rgba(255, 255, 255, 0.95);
    border: medium none;
}
.header-nav.navbar-white .menuzord {
    background: transparent;
}
/* -------- Header Transparent ---------- */
.header-nav.navbar-transparent .menuzord {
    background: transparent;
}
.header-nav.navbar-transparent .header-nav-wrapper {
    border-bottom: 1px solid #eee;
}
.header-nav.navbar-transparent.animated-active {
    background-color: rgba(0, 0, 0, 0.1);
}
.header-nav.navbar-transparent.animated-active .header-nav-wrapper {
    border-bottom: none;
}
.header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
    color: #fff;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    .menuzord-brand {
        margin: 18px 15px 0 0;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 991px) {
    .menuzord .showhide {
        padding: 26px 0 0 ;
    }
}
@media only screen and (max-width: 900px) {
    .header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
        color: #888;
    }
}
/*
 * inner-header-title.less
 * -----------------------------------------------
*/
.inner-header .title {
    font-size: 36px;
    text-transform: uppercase;
}
/*
 *  vertical-nav.less
 * -----------------------------------------------
*/
.vertical-nav {
    /* vertical-nav-black*/
}
.vertical-nav .header {
    box-shadow: 0 0 8px -4px #000;
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 101;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-size: cover;
}
.vertical-nav .main-content,
.vertical-nav .footer {
    padding-left: 260px;
}
.vertical-nav .container {
    max-width: 940px;
}
.vertical-nav .menuzord {
    background: none;
}
.vertical-nav .menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #eeeeee none repeat scroll 0 0;
    color: #111111;
}
.vertical-nav .menuzord-menu li {
    padding: 5px 0;
    position: relative;
    width: 100%;
}
.vertical-nav .menuzord-menu li .indicator {
    float: right;
}
.vertical-nav .menuzord-menu li a {
    padding-left: 30px;
    width: 100%;
}
.vertical-nav .menuzord-menu ul.dropdown,
.vertical-nav .menuzord-menu .megamenu {
    left: 100%;
    top: 4px;
}
.vertical-nav .menuzord-brand img {
    max-height: none;
}
.vertical-nav .vertical-nav-black {
    background: #111111;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown {
    background: #111111;
    border-color: #222222;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li a {
    background: #111111;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li a .indicator i {
    color: #fff;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li:hover > a {
    background: #111111 none repeat scroll 0 0;
    color: #fff;
}
.vertical-nav .vertical-nav-black .menuzord-menu > li > a {
    color: #808080;
}
.vertical-nav.vertical-nav-right .header {
    left: auto;
    right: 0;
}
.vertical-nav.vertical-nav-right .main-content,
.vertical-nav.vertical-nav-right .footer {
    margin-left: auto;
    margin-right: 260px;
    padding-top: 0;
}
.vertical-nav.vertical-nav-right .menuzord-menu ul.dropdown,
.vertical-nav.vertical-nav-right .menuzord-menu .megamenu {
    left: auto;
    right: 100%;
    top: 0;
}
@media only screen and (max-width: 1199px) {
    .vertical-nav .container {
        width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    .vertical-nav .header {
        border: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
    .vertical-nav .vertical-nav-widget {
        display: none;
    }
    .vertical-nav .menuzord {
        background: #fff;
    }
    .vertical-nav .vertical-nav-black .menuzord {
        background: none;
    }
    .vertical-nav .menuzord-brand {
        margin: 0;
        padding: 0;
    }
    .vertical-nav .menuzord-brand img {
        max-height: 65px;
        padding: 10px;
    }
    .vertical-nav .header-nav-wrapper {
        background: #111111 none repeat scroll 0 0;
        position: fixed;
        top: 0;
        width: 100%;
    }
    .vertical-nav .vertical-nav-black .menuzord .menuzord-menu li > a,
    .vertical-nav .vertical-nav-black .menuzord .menuzord-menu li .indicator {
        border-color: #222222;
    }
    .vertical-nav .main-content,
    .vertical-nav .footer {
        margin-left: 0;
    }
    .vertical-nav.vertical-nav-right .main-content,
    .vertical-nav.vertical-nav-right .footer {
        margin-right: 0;
    }
}
/*
 *  menu-full-page.less
 * -----------------------------------------------
*/
/* menu-full-page plugin code */
.menu-full-page #fullpage-nav {
    background: rgba(255, 255, 255, 0.97);
    z-index: -1;
    position: fixed;
    /*left: -100%;*/
    /*left or right and the width of your navigation panel*/
    left: 0;
    /*left or right and the width of your navigation panel*/
    opacity: 0;
    width: 100%;
    /*should match the above value*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-full-page #fullpage-nav ul {
    margin-top: 50px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.menu-full-page #fullpage-nav li {
    text-align: center;
    transition: all 0.4s ease;
    padding: 10px 0;
    position: relative;
}
.menu-full-page #fullpage-nav li a {
    color: #111;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    position: relative;
}
.menu-full-page #fullpage-nav li a:hover {
    color: #888;
    -webkit-transition: color 2s ease;
    -o-transition: color 2s ease;
    transition: color 2s ease;
}
.menu-full-page #fullpage-nav li:hover:after a {
    position: absolute;
    content: '';
    color: #FFF;
}
.menu-full-page #fullpage-nav ul ul {
    display: none;
}
.menu-full-page #fullpage-nav ul ul li a {
    font-size: 13px;
}
.menu-full-page #fullpage-nav ul ul li a:hover {
    color: #888;
}
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav {
    opacity: 1;
    z-index: 998;
}
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav > ul {
    margin-top: 70px;
}
.menu-full-page .fullpage-nav-toggle {
    z-index: 999;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background-color: transparent;
    /* active state, i.e. menu open */
}
.menu-full-page .fullpage-nav-toggle i {
    text-decoration: none;
    font-size: 40px;
    color: #fff;
}
.menu-full-page .fullpage-nav-toggle:focus {
    outline: none;
}
.menu-full-page .fullpage-nav-toggle span {
    display: block;
    position: absolute;
    top: 45px;
    left: 18px;
    right: 18px;
    height: 4px;
    border-radius: 2px;
    background: #888;
    -webkit-transition: background  0.3s ease ;
    transition: background  0.3s ease;
}

.menu-full-page .fullpage-nav-toggle span:before {
    top: -12px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.menu-full-page .fullpage-nav-toggle span:after {
    bottom: -12px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.menu-full-page .fullpage-nav-toggle.menu-open {
    background-color: transparent;
}
.menu-full-page .fullpage-nav-toggle.menu-open span {
    background: none;
}
.menu-full-page .fullpage-nav-toggle.menu-open span:before,
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
    background-color: #111;
}
.menu-full-page .fullpage-nav-toggle.menu-open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* menu-full-page custom code */
.menu-full-page .header #fullpage-nav li {
    padding: 5px 0;
}
.menu-full-page .header #fullpage-nav li a {
    background: none;
    display: inline;
    font-size: 18px;
    text-transform: none;
}
.menu-full-page .header #fullpage-nav ul ul {
    margin-top: 0;
}
.menu-full-page .header #fullpage-nav ul ul li {
    padding: 3px 0;
}
.menu-full-page .header #fullpage-nav ul ul li a {
    font-size: 12px;
}
.menu-full-page .header #fullpage-nav ul li .dropdown {
    background: none;
    box-shadow: none;
    border: none;
    float: none;
    padding: 0;
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    -moz-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    -ms-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    -o-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
    display: block;
    visibility: visible;
}
.menu-full-page .header #fullpage-nav ul li:hover .dropdown {
    max-height: 700px;
}
/*
 *  boxed-layout.less
 * -----------------------------------------------
*/
.boxed-layout .container {
    max-width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
}
.boxed-layout .header,
.boxed-layout .main-content,
.boxed-layout .footer {
    margin: 0 auto;
    max-width: 1170px;
    box-shadow: 0 0 8px -2px #333;
}
.boxed-layout .header,
.boxed-layout section,
.boxed-layout .footer {
    background-color: #fff;
}
.boxed-layout .header {
    margin-bottom: 15px;
}
.boxed-layout .header .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}
.boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 30px 5px;
}
.boxed-layout .header .navbar-default .navbar-collapse {
    background-color: #fff;
    border-color: #fff;
    margin-right: 30px;
}
.boxed-layout .header #header-logo {
    margin: 0;
    padding-top: 27px;
}
@media only screen and (max-width: 991px) {
    .boxed-layout {
        padding-top: 0;
    }
    .boxed-layout .header .navbar-default .navbar-nav > li > a {
        padding: 10px;
    }
    .boxed-layout .header .navbar-default .navbar-collapse {
        margin-right: 15px;
    }
    .boxed-layout .navbar-header {
        padding: 15px 0;
    }
    .boxed-layout .navbar-collapse .navbar-nav li a .caret {
        margin-right: 0;
    }
}
/*
 * form.less
 * -----------------------------------------------
*/
/* -------- Form ---------- */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 14px;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}
label {
    font-weight: normal;
}
.form-control:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus,
form input[type="date"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
    color: #404040;
    border-color:inherit;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    outline: none;
}
.form-transparent .form-control {
    background: transparent;
    color: #f7f7f7;
}
.form-transparent .form-control:focus,
.form-transparent form input[type="text"]:focus,
.form-transparent form input[type="email"]:focus,
.form-transparent form input[type="number"]:focus,
.form-transparent form input[type="url"]:focus,
.form-transparent form input[type="search"]:focus,
.form-transparent form input[type="tel"]:focus,
.form-transparent form input[type="password"]:focus,
.form-transparent form input[type="date"]:focus,
.form-transparent form input[type="color"]:focus,
.form-transparent form select:focus,
.form-transparent form textarea:focus {
    color: #f7f7f7;
}
.form-transparent textarea.form-control,
.form-white textarea.form-control {
    height: 150px;
}
.form-white .form-control {
    background: #fff;
}
.form-transparent.form-line .form-control {
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding-left: 0;
}
.form-transparent.form-line textarea.form-control {
    height: 70px;
}
form label {
    font-weight: bold;
}
/* form error */
form .form-control.error {
    border: 2px solid #ee163b;
}
form .error {
    color: #ee163b;
}
/* -------- Donation Form ---------- */
.donation-form .form-group label.radio-inline {
    color: #808080;
}
/*-------- form-text-white ---------*/
.form-text-white .form-group label {
    color: #fff;
}
/*
 *  side-push-panel.less
 * -----------------------------------------------
*/
.side-push-panel {
    overflow-x: hidden;
}
.side-push-panel.fullwidth-page #wrapper {
    right: 0;
    position: relative;
}
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
    right: 0;
}
.side-push-panel.fullwidth-page.side-panel-left #wrapper {
    left: 0;
    right: auto;
}
.side-push-panel.fullwidth-page.side-panel-left header .header-nav-wrapper.scroll-to-fixed-fixed .container {
    left: 0;
    right: auto;
}
.side-push-panel.fullwidth-page.side-panel-open #wrapper {
    right: 300px;
}
.side-push-panel.fullwidth-page.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
    right: 300px;
}
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open #wrapper {
    left: 300px;
    right: auto;
}
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
    left: 300px;
    right: auto;
}
/* -------- Has Side Panel ---------- */
.side-push-panel.has-side-panel .menuzord .showhide {
    float: left;
}
/* -------- Body Overlay ---------- */
.has-side-panel .body-overlay {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.has-side-panel.side-panel-open .body-overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 1111;
}
.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover {
    cursor: url('../images/close.png') 15 15, default;
}
/* -------- Side Panel ---------- */
#side-panel {
    -webkit-backface-visibility: hidden;
    background-color: #f3f3f3;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    z-index: 1112;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#side-panel .side-panel-wrap {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 50px 70px 50px 40px;
    position: absolute;
    top: 0;
    width: 330px;
}
#side-panel .widget {
    border-top: 1px solid #eeeeee;
    margin-top: 40px;
    padding-top: 40px;
    width: 220px;
}
#side-panel .widget:first-child {
    border-top: 0;
    margin: 0;
    padding-top: 0;
}
.side-panel-open #side-panel {
    right: 0;
}
.side-panel-left #side-panel {
    left: -300px;
    right: auto;
}
.side-panel-left.side-panel-open #side-panel {
    left: 0;
    right: auto;
}
.device-touch #side-panel .side-panel-wrap {
    overflow-y: scroll;
}
/* -------- Side-Panel-Nav ---------- */
#side-panel .side-panel-nav .nav li a {
    padding: 5px 0;
}
#side-panel .side-panel-nav .nav li a:hover {
    background-color: transparent;
    color: #a9a9a9;
}
#side-panel .side-panel-nav .nav ul.tree {
    display: none;
    margin-left: 15px;
}
/* -------- Side-Panel-Trigger And Close ---------- */
#side-panel-trigger {
    cursor: pointer;
    display: block;
    float: right;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 25px;
    z-index: 11;
}
@media only screen and (max-width: 767px) {
    #side-panel-trigger {
        margin-top: 15px;
    }
}
#side-panel-trigger-close {
    left: 0;
    margin: 10px;
    position: absolute;
    top: 0;
}
/* -------- Transition ---------- */
.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*
 *  box-hover-effect.less
 * -----------------------------------------------
*/
.box-hover-effect {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.box-hover-effect img {
    position: relative;
    display: block;
    max-height: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay::before,
.box-hover-effect .overlay::after {
    pointer-events: none;
}
.box-hover-effect .overlay .details {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .title {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .para {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .entry-meta {
    bottom: 10px;
    font-size: 70%;
    opacity: 0;
    position: absolute;
    width: 89%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .entry-meta.top {
    top: 10px;
}
.box-hover-effect .overlay .entry-meta i {
    color: #fff;
}
.box-hover-effect .overlay .icons {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.box-hover-effect:hover .overlay {
    background: rgba(0, 0, 0, 0.85);
}
.box-hover-effect:hover .overlay.white {
    background: rgba(255, 255, 255, 0.75);
}
.box-hover-effect:hover .overlay.black {
    background: rgba(0, 0, 0, 0.85);
}
.box-hover-effect:hover .overlay .entry-meta {
    opacity: 1;
}
.box-hover-effect:hover .overlay .icons {
    opacity: 1;
}
.box-hover-effect:hover .overlay .icons i {
    color: #fff;
}
.box-hover-effect:hover .overlay .icons.twin i {
    padding: 10px;
}
.box-hover-effect:hover .overlay .icons.bordered i {
    border: 1px solid #fff;
}
.box-hover-effect:hover .overlay .icons.bordered i.text-black {
    border-color: #000;
}
.shadow-overlay {
    background-image: url("../images/shadow-overlay.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
/* Individual effects */
/* -------- effect1 ---------- */
.box-hover-effect.effect1 .thumb {
    position: relative;
    overflow: hidden;
}
.box-hover-effect.effect1 .thumb:before {
    background-color: rgba(255, 255, 255, 0.5);
    left: -40%;
    content: "";
    height: 150%;
    opacity: 0;
    position: absolute;
    top: -40%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    transform: rotate(-70deg);
    width: 100%;
    z-index: 1;
}
.box-hover-effect.effect1:hover .thumb:before {
    opacity: 1;
}
.box-hover-effect.effect1:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* -------- effect2 ---------- */
.box-hover-effect.effect2 .thumb {
    position: relative;
    overflow: hidden;
}
.box-hover-effect.effect2 .overlay .overlay-details {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-hover-effect.effect2:hover .overlay-details {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.box-hover-effect.effect2:hover .details {
    opacity: 0;
}
.box-hover-effect.effect2:hover img {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* -------- effect3 ---------- */
.box-hover-effect.effect3 .overlay {
    position: relative;
}
.box-hover-effect.effect3 .thumb {
    position: relative;
}
.box-hover-effect.effect3 .thumb:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
}
.box-hover-effect.effect3 .thumb:before {
    background-color: rgba(255, 255, 255, 0.15);
    left: 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: 1;
}
.box-hover-effect.effect3:hover .thumb:before,
.box-hover-effect.effect3:hover .thumb:after {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
/* -------- Custom Theme Style ---------- */
.box-hover-effect.effect2 .overlay.white .overlay-details p {
    color: #777777;
}
/*
 * gallery-isotope.less
 * -----------------------------------------------
*/
/* -------- Portfolio Isotop Filter ---------- */
.portfolio-filter {
    margin-bottom: 30px;
    text-align: center;
}
.portfolio-filter a {
    background: #F7F8FA none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #555555;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-right: 10px;
    outline: medium none;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.portfolio-filter a.active,
.portfolio-filter a:hover {
    color: #111111;
    background-color: #f5f5f5;
}
/* -------- Portfolio Isotop Gallery ---------- */
.gallery-isotope {
    /*gutter*/
    /* by default 4 grids */
    /*portfolio 2 grids*/
    /*portfolio 2 grids*/
    /*portfolio 3 grids*/
    /*portfolio 4 grids*/
    /*portfolio 5 grids*/
    /*portfolio 6 grids*/
    /*portfolio 7 grids*/
    /*portfolio 8 grids*/
    /*portfolio 9 grids*/
    /*portfolio 10 grids*/
}
.gallery-isotope.gutter .gallery-item {
    padding-right: 5px;
    padding-bottom: 5px;
}
.gallery-isotope.gutter-small .gallery-item {
    padding-right: 2px;
    padding-bottom: 2px;
}
.gallery-isotope.gutter-10 .gallery-item {
    padding-right: 10px;
    padding-bottom: 10px;
}
.gallery-isotope.gutter-20 .gallery-item {
    padding-right: 20px;
    padding-bottom: 20px;
}
.gallery-isotope.gutter-30 .gallery-item {
    padding-right: 30px;
    padding-bottom: 30px;
}
.gallery-isotope.gutter-40 .gallery-item {
    padding-right: 40px;
    padding-bottom: 40px;
}
.gallery-isotope.gutter-50 .gallery-item {
    padding-right: 50px;
    padding-bottom: 50px;
}
.gallery-isotope.gutter-60 .gallery-item {
    padding-right: 60px;
    padding-bottom: 60px;
}
.gallery-isotope .gallery-item {
    width: 25%;
}
.gallery-isotope .gallery-item.wide {
    width: 50%;
}
.gallery-isotope.grid-1 .gallery-item {
    width: 100%;
}
.gallery-isotope.grid-1 .gallery-item.wide {
    width: 100%;
}
.gallery-isotope.grid-2 .gallery-item {
    width: 50%;
}
.gallery-isotope.grid-2 .gallery-item.wide {
    width: 100%;
}
.gallery-isotope.grid-3 .gallery-item {
    width: 33.333%;
}
.gallery-isotope.grid-3 .gallery-item.wide {
    width: 66.6667%;
}
.gallery-isotope.grid-4 .gallery-item {
    width: 25%;
}
.gallery-isotope.grid-4 .gallery-item.wide {
    width: 50%;
}
.gallery-isotope.grid-5 .gallery-item {
    width: 20%;
}
.gallery-isotope.grid-5 .gallery-item.wide {
    width: 40%;
}
.gallery-isotope.grid-6 .gallery-item {
    width: 16.666666667%;
}
.gallery-isotope.grid-6 .gallery-item.wide {
    width: 33.333%;
}
.gallery-isotope.grid-7 .gallery-item {
    width: 14.2857143%;
}
.gallery-isotope.grid-7 .gallery-item.wide {
    width: 28.5714286%;
}
.gallery-isotope.grid-8 .gallery-item {
    width: 12.5%;
}
.gallery-isotope.grid-8 .gallery-item.wide {
    width: 25%;
}
.gallery-isotope.grid-9 .gallery-item {
    width: 11.11%;
}
.gallery-isotope.grid-9 .gallery-item.wide {
    width: 22.22%;
}
.gallery-isotope.grid-10 .gallery-item {
    width: 10%;
}
.gallery-isotope.grid-10 .gallery-item.wide {
    width: 20%;
}
/* -------- Portfolio Isotop Item Media Query ---------- */
@media only screen and (max-width: 991px) {
    .gallery-isotope .gallery-item {
        width: 33.333% !important;
    }
    .gallery-isotope .gallery-item.wide {
        width: 66.6667% !important;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-isotope .gallery-item {
        width: 50% !important;
    }
    .gallery-isotope .gallery-item.wide {
        width: 100% !important;
    }
}
@media only screen and (max-width: 479px) {
    .gallery-isotope .gallery-item {
        width: 100% !important;
    }
    .gallery-isotope .gallery-item.wide {
        width: 100% !important;
    }
}
/* -------- Portfolio Isotop Overlay Effect ---------- */
.gallery-isotope .gallery-item {
    overflow: hidden;
}
.gallery-isotope .gallery-item .thumb {
    position: relative;
    overflow: hidden;
}
.gallery-isotope .gallery-item .hover-link {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: none!important;
    color: transparent!important;
    z-index: 11;
}
.gallery-isotope .gallery-item .overlay-shade {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: #333;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.gallery-isotope .gallery-item:hover .overlay-shade {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.gallery-isotope .gallery-item .icons-holder {
    position: absolute;
    top: 0%;
    left: 50%;
    display: inline-block;
    width: auto;
    height: 36px;
    vertical-align: middle;
    z-index: 13;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -18px 0 0 -50%;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-isotope .gallery-item:hover .icons-holder {
    top: 50%;
}
.gallery-isotope .gallery-item:hover .icons-holder .icons-holder-inner a {
    opacity: 1;
    filter: alpha(opacity=1);
}
.gallery-isotope .gallery-item .portfolio-description {
    padding: 15px 0;
}
.gallery-isotope .gallery-item .portfolio-description .title {
    margin: 0;
}
.gallery-isotope .gallery-item .portfolio-description .title a {
    color: #333333;
}
.gallery-isotope .gallery-item .text-holder {
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 25px 30px 60px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 13;
}
.gallery-isotope .gallery-item .text-holder .title {
    color: #fff;
}
.gallery-isotope .gallery-item:hover .text-holder {
    opacity: 1;
}
.gallery-isotope .flex-control-nav {
    z-index: 111;
}
/*
 * sliders.less
 * -----------------------------------------------
*/
/* -------- Rev Slider ---------- */
#home .revslider-fullscreen {
    min-height: auto;
}
/* -------- Home Revolution Slider For Minimal Layouts ---------- */
.minimal-revslider-wrapper {
    left: 0;
    width: 100%;
}
.minimal-revslider-wrapper .tp-leftarrow {
    left: 0;
}
.minimal-revslider-wrapper .tp-rightarrow {
    right: 0;
}
/* -------- Tab-Slider ---------- */
.tab-slider .tab-content {
    padding: 0;
    border: 0;
}
.tab-slider .nav.nav-pills > div {
    background-color: #fff;
    float: left;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab-slider .nav.nav-pills i {
    color: #d3d3d3;
}
.tab-slider .nav.nav-pills a {
    display: block;
    padding: 40px 30px;
    background: #f3f3f3;
}
.tab-slider .nav.nav-pills a:hover i,
.tab-slider .nav.nav-pills a:hover h6,
.tab-slider .nav.nav-pills a.active i,
.tab-slider .nav.nav-pills a.active h6 {
    color: #fff;
}
/* -------- MaxImage Slider ---------- */
.maximage-slider .fullscreen-controls .img-prev,
.maximage-slider .fullscreen-controls .img-next {
    background: rgba(0, 0, 0, 0.3);
}
/* -------- Testimonial-Carousel ---------- */
.testimonial-carousel,
.testimonial-carousel-style2 {
    /* fullwidth */
}
.testimonial-carousel .quote,
.testimonial-carousel-style2 .quote,
.testimonial-carousel .thumb,
.testimonial-carousel-style2 .thumb {
    margin-bottom: 40px;
}
.testimonial-carousel .quote i,
.testimonial-carousel-style2 .quote i {
    background: #555555;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 60px;
    line-height: 1;
    padding: 20px 0 0;
    text-align: center;
    width: 60px;
}
.testimonial-carousel .author,
.testimonial-carousel-style2 .author {
    margin-top: 30px;
    text-transform: uppercase;
}
.testimonial-carousel.owl-theme .owl-controls,
.testimonial-carousel-style2.owl-theme .owl-controls {
    margin-top: 10px;
}
.testimonial-carousel.fullwidth .content p,
.testimonial-carousel-style2.fullwidth .content p {
    font-size: 15px;
    font-style: italic;
    color: #fff;
}
.testimonial-carousel.fullwidth .content p::after,
.testimonial-carousel-style2.fullwidth .content p::after {
    content: "\f10e";
    font-family: fontawesome;
    font-size: 100px;
    left: 42%;
    opacity: 0.1;
    position: absolute;
}
.testimonial-carousel.bullet-white .owl-dots span,
.testimonial-carousel-style2.bullet-white .owl-dots span {
    background: #fff;
}
.testimonial-carousel .owl-item img,
.testimonial-carousel-style2 .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 90px;
}
.testimonial-carousel.boxed .quote,
.testimonial-carousel-style2.boxed .quote,
.testimonial-carousel.boxed .thumb,
.testimonial-carousel-style2.boxed .thumb {
    margin-bottom: 20px;
}
.testimonial-carousel.boxed .owl-item img,
.testimonial-carousel-style2.boxed .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 65px;
}
.testimonial-carousel.boxed .content::after,
.testimonial-carousel-style2.boxed .content::after {
    bottom: 12px;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 55px;
    opacity: 0.2;
    position: absolute;
    right: 10px;
}
.testimonial-carousel.boxed .owl-controls,
.testimonial-carousel-style2.boxed .owl-controls {
    margin-top: 0;
}
.testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel-style2.boxed.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot:hover span,
.testimonial-carousel-style2.boxed.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}
/* -------- Widget-Testimonial-Carousel ---------- */
.widget-testimonial-carousel .item img {
    max-width: 75px;
    float: right;
}
/* -------- Owl Carousel ---------- */
.owl-controls {
    margin: 0;
}
.owl-controls .owl-nav > div {
    background: none repeat scroll 0 0 rgba(219, 34, 47, .5);
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 1px;
    position: absolute;
    top: 45%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 6;
}
.owl-controls .owl-next {
    right: 0px;
}
.owl-controls .owl-next i {
    color: #ffffff;
    font-size: 50px;
}
.owl-controls .owl-prev i {
    color: #ffffff;
    font-size: 50px;
}
.owl-controls .owl-nav > div:hover {
    background: #db222f none repeat scroll 0 0;
}
/* owl dots */
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 5px 3px;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 12px;
}
/* Image Carousel */
.image-carousel .owl-controls .owl-nav > div {
    opacity: 0;
}
.image-carousel:hover .owl-controls .owl-nav > div {
    opacity: 1;
}
/* Owl top nav style */
.owl-carousel.owl-nav-top.bullet-white .owl-dots span {
    background: #fff;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div {
    background-color: transparent;
    top: -90px;
    right: 0;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div:hover i {
    color: #333333;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev {
    right: 58px;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    right: 0;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    background: transparent;
    border: none;
    line-height: 22px;
    padding: 2px 8px 0;
    text-align: center;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev i,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next i {
    font-size: 32px;
}
.owl-carousel.owl-nav-top.nav-theme-colored .owl-controls .owl-nav .owl-prev i,
.owl-carousel.owl-nav-top.nav-theme-colored .owl-controls .owl-nav .owl-next i {
    color: #fff;
    font-weight: 800;
}
.owl-carousel.no-bullet .owl-nav {
    display: none;
}
.recent-project .owl-controls .owl-nav > div {
    top: 38%;
}
.recent-project .owl-controls .owl-nav .owl-prev i,
.recent-project .owl-controls .owl-nav .owl-next i {
    padding: 2px 16px;
}
.featured-gallery.style2 {
    float: right;
    width: 92%;
}
.featured-gallery.style2 .owl-controls {
    bottom: 58px;
    left: -80px;
    margin: 0;
    position: absolute;
}
.featured-gallery.style2 .owl-controls .owl-nav > div {
    top: 95%;
}
.featured-gallery.style2 .owl-controls .owl-nav .owl-prev {
    left: 0px;
}
.featured-gallery.style2 .owl-controls .owl-nav .owl-next {
    display: inline-table;
    left: 40px;
}
.featured-gallery.style2 .owl-controls .owl-nav .owl-prev i,
.featured-gallery.style2 .owl-controls .owl-nav .owl-next i {
    color: #fff;
    font-size: 35px;
}
@media only screen and (max-width: 991px) {
    .featured-gallery.style2 {
        float: none;
        margin-top: 58px;
        width: 100%;
    }
    .featured-gallery.style2 .owl-controls {
        bottom: auto;
        left: auto;
        top: -45px;
    }
}
.image-carousel .owl-controls .owl-nav > div {
    opacity: 0;
}
.image-carousel:hover .owl-controls .owl-nav > div {
    opacity: 1;
}
/* -------- Owl Fullwidth Carousel ---------- */
.fullwidth-carousel .owl-controls .owl-nav > div {
    top: 45%;
}
.fullwidth-carousel .carousel-item {
    min-height: 615px;
    width: 100%;
}
.fullwidth-carousel.blog-fullwidth-carousel .carousel-item {
    height: 600px;
    min-height: auto;
    width: 100%;
}
.fullwidth-carousel.blog-fullwidth-carousel .owl-controls .owl-nav > div {
    background: none;
}
/* -------- Twitter Feed Carousel ---------- */
.owl-dots-bottom-right .owl-dots {
    bottom: -10px;
    position: absolute;
    right: 0;
}
/* -------- Twitter Feed Carousel ---------- */
.twitter-feed.twitter-carousel {
    color: #111111;
    font-size: 16px;
}
.twitter-feed.twitter-carousel a {
    color: #111111;
}
.twitter-feed .date {
    font-size: 12px;
}
.twitter-feed.twitter-white,
.twitter-feed.twitter-white a {
    color: #fff;
}
/* -------- BX Slider ---------- */
.bx-wrapper {
    margin: 0 auto 7px;
    padding: 0;
    position: relative;
}
.bx-wrapper .bx-viewport {
    background: inherit;
    border: 0 solid #fff;
    box-shadow: 0 0 0 #ccc;
    left: 0;
    transform: translateZ(0px);
}
/* bx top nav style */
.bx-controls .bx-controls-direction > a {
    background: #afafaf none repeat scroll 0 0;
    border: medium none;
    height: auto;
    line-height: 40px;
    padding: 0 16px 0 17px;
    width: auto;
    text-indent: 0;
    top: -56px;
    z-index: 0;
    color: #fff;
    font-size: 20px;
}
.bx-controls .bx-controls-direction > a:hover {
    background: #db222f;
}
.bx-controls .bx-controls-direction > a i {
    color: #fff;
}
.bx-controls .bx-controls-direction .bx-prev {
    right: 47px;
    left: auto;
}
.bx-controls .bx-controls-direction .bx-next {
    right: 0;
}
/* -------- Typed Animation Slider ---------- */
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.dots-left .owl-dots {
    margin-left: 0px;
    margin-top: 10px;
    text-align: left;
}
.owl-carousel .owl-item .testimonial-wrapper img {
    display: inline-block;
    width: 75px;
}
.owl-carousel .owl-item .testimonial-wrapper.large-image img {
    display: inline-block;
    width: 100px;
}
/*
 * home.less
 * -----------------------------------------------
*/
/* -------- Setion-Bottom-Absolute-Div ---------- */
.setion-bottom-absolute-div {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
/*
 * about.less
 * -----------------------------------------------
*/
/* -------- Bg Img Box ---------- */
.bg-img-box {
    position: relative;
}
.bg-img-box .caption {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    position: absolute;
    top: 0;
}
.bg-img-box .caption .title {
    font-size: 30px;
    line-height: 39px;
}
.bg-img-box .caption p {
    max-width: 280px;
}
.img-hover-border {
    position: relative;
}
.img-hover-border::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: 1px solid #999;
    content: "";
    height: 97%;
    left: 5px;
    position: absolute;
    top: 4px;
    transition: all 300ms ease-in-out 0s;
    width: 95%;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    .img-hover-border::after {
        height: 96%;
        left: 15px;
        top: 15px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    .img-hover-border::after {
        height: 96%;
        left: 10px;
        top: 10px;
    }
}
/*
 * project.less
 * -----------------------------------------------
*/
.project .thumb {
    position: relative;
    overflow: hidden;
}
.project:hover .thumb::after {
    border: 10px solid rgba(255, 255, 255, 0.2);
    opacity: 1;
}
.project .thumb::after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 100%;
}
.project .hover-link {
    left: 44%;
    opacity: 0;
    position: absolute;
    top: 20%;
    transition-duration: 0.3s;
    z-index: 9;
}
.project:hover .hover-link {
    opacity: 1;
    top: 44%;
}
.project .hover-link i {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 10px;
}
.project .project-details {
    background: #fff none repeat scroll 0 0;
    transition-duration: 0.3s;
    webkit-box-shadow: 0px 0px 11px 0px rgba(33, 49, 182, 0.15);
    box-shadow: 0px 0px 11px 0px rgba(33, 49, 182, 0.1);
}

.project:hover .project-details .title,
.project:hover .project-details .sub-title {
    color: #fff;
}
/*
 * volunteer.less
 * -----------------------------------------------
*/
.volunteer {
    position: relative;
}
.volunteer .overlay {
    height: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.volunteer .content {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.volunteer:hover .overlay {
    opacity: 1;
    height: 100%;
}
.volunteer:hover .content {
    opacity: 1;
    top: 30%;
}
.volunteer.border {
    border: 3px solid #fff;
}
.volunteer .info {
    padding: 15px 0;
    padding-bottom: 0;
    text-align: center;
}
.volunteer .info .name {
    font-weight: 700;
    margin: 0px;
}
.volunteer .info .name a {
    text-transform: uppercase;
}
.volunteer .info .occupation {
    color: #999;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}
/*
 * contact.less
 * -----------------------------------------------
*/
.contact-wrapper {
    padding: 50px 50px 50px 100px;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-control {
    background-image: none;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    box-shadow: none;
    height: 48px;
}
.contact-form .form-control:focus,
.contact-form .form-control:active {
    box-shadow: none;
    color: #333333;
}
.contact-form .form-control2 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #c0c0c0;
}
.contact-form .form-group button {
    margin-top: 0;
}
.contact-form textarea.form-control {
    height: 110px;
    resize: none;
}
textarea {
    resize: none;
}
/*
 * event.less
 * -----------------------------------------------
*/
.event {
    border: 1px solid #eeeeee;
    border-radius: 15px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.event:hover {
    background: #fafafa;
}
.event .event-content .media-heading a {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.event .event-content ul li {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.event .event-date ul li {
    line-height: 1;
}
.event .event-date ul li:first-child {
    margin-bottom: 10px;
}
/* -------- Schedule-Box Style ---------- */
.schedule-box .thumb {
    position: relative;
    overflow-x: hidden;
}
.schedule-box .thumb .overlay {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out 0s;
    -o-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
    top: -100%;
}
.schedule-box .thumb .overlay a i {
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    padding: 13px 12px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    top: 0;
}
.schedule-box .schedule-details ul li {
    margin: 0;
}
.schedule-box .schedule-details .title a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.schedule-box:hover .thumb .overlay {
    opacity: 1;
    top: 0;
}
.schedule-box:hover .thumb .overlay a i {
    opacity: 1;
    top: 40%;
}
/* -------- Event-Table ---------- */
.table-schedule thead tr th {
    color: #fff;
    font-size: 16px;
    padding: 15px 25px;
    text-transform: uppercase;
}
.table-schedule > tbody > tr {
    background-color: #f3f3f3;
}
.table-schedule > tbody > tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.table-schedule tbody tr td {
    border-top: 1px solid #f3f3f3;
    color: #666;
    font-weight: 400;
    padding: 15px 25px;
}
.table-schedule tbody tr td .speaker-thumb {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    width: 55px;
}
.table-schedule tbody tr td .title {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 3px;
}
.table-schedule tbody tr td .name {
    font-size: 13px;
    margin: 0;
}
.table-schedule tbody tr td strong {
    color: #666;
    font-weight: 700;
}
.table-schedule .toggle-content {
    cursor: pointer;
}
.table-schedule .session-details {
    display: none;
}
.upcoming-event-right {
    margin-left: 90px;
}
/*
 * practice-area.less
 * -----------------------------------------------
*/
.practice-area {
    overflow: hidden;
    position: relative;
}
.practice-area:hover .practice-name {
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*
 * services.less
 * -----------------------------------------------
*/
.rotated-service-box {
    position: relative;
}
.rotated-service-box .icon {
    background-color: #d3d3d3;
    display: inline-block;
    height: 90px;
    left: 0;
    margin: 0 auto;
    padding: 30px;
    position: absolute;
    right: 0;
    top: -45px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px;
}
.rotated-service-box .icon i {
    color: #fff;
    font-size: 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rotated-service-box .heading {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.services-list li {
    border: medium none;
    padding: 0 !important;
}
.services-list li.active {
    position: relative;
    padding-left: 30px;
}
.services-list ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #111111;
    display: inline-block;
    font-weight: 500;
    padding: 20px 45px;
    width: 100%;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.services-list li.active a {
    border: 1px solid transparent;
    color: #000;
    font-weight: 600;
    padding-left: 60px;
}
.services-list li.active::after {
    color: #000;
    content: "";
    font-family: "Pe-icon-7-stroke";
    font-size: 32px;
    left: 10px;
    position: absolute;
    top: 5px;
}
.brochured li a {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 16px 30px;
    width: 100%;
    -webkit-transition: all 0.1s ease !important;
    -o-transition: all 0.1s ease !important;
    transition: all 0.1s ease !important;
}
.brochured li a i {
    font-size: 18px;
    margin-right: 12px;
    vertical-align: middle;
}
/*
 * job.less
 * -----------------------------------------------
*/
.job-overview {
    box-shadow: 0 0 0 2px #eee;
    padding: 20px 0 20px 20px;
}
.job-overview .dl-horizontal dt {
    width: auto;
}
.job-overview .dl-horizontal dd {
    margin-left: 40px;
}
/*
 * Shop.less
 * -----------------------------------------------
*/
/* -------- Product Details Page ---------- */
.product {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.products .product {
    border: 1px solid #eeeeee;
    max-width: 400px;
}
.products .product:hover {
    border: 1px solid #eeeeee;
}
.products .product .product-details .product-title {
    font-size: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}
.btn-add-to-cart-wrapper,
.btn-product-view-details {
    opacity: 0;
    height: auto;
    margin: 0 0 15px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    position: absolute;
    bottom: 0;
    left: -60px;
}
.product:hover .btn-add-to-cart-wrapper,
.product:hover .btn-product-view-details {
    left: 0;
    opacity: 1;
}
.btn-product-view-details {
    left: auto;
    bottom: 0;
    right: -60px;
}
.product:hover .btn-product-view-details {
    left: auto;
    opacity: 1;
    right: 0;
}
/* -------- Price ---------- */
.product .price {
    margin-top: 5px;
}
.product .price .amount {
    font-size: 18px;
    font-weight: 600;
}
.product .price del .amount {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
}
.product .price ins {
    margin-left: 10px;
    text-decoration: none;
}
/* -------- Product-Summary ---------- */
.product .product-summary .product-title {
    margin-top: 0;
}
.product .product-summary .short-description {
    margin-bottom: 15px;
}
.product .product-summary .cart-form-wrapper .btn {
    margin-top: 0;
}
.product .product-summary .variations {
    width: 100%;
}
.product .product-tab {
    margin-top: 30px;
}
.product .commentlist .comment {
    margin-top: 30px;
    position: relative;
}
.product .commentlist .comment .meta {
    font-size: 12px;
}
.product .commentlist .comment .author {
    font-size: 14px;
    font-weight: bold;
}
.product .product-thumb {
    position: relative;
}
.product .product-thumb:hover .overlay {
    opacity: 1;
}
.product .product-thumb .overlay .add-to-wishlist {
    color: #fff;
    right: 10px;
    top: 10px;
    position: absolute;
}
.product .product-summary .cart-form-wrapper .quantity,
.tbl-shopping-cart .quantity {
    display: inline-block;
    margin-right: .8571em;
    position: relative;
    width: 4.1429em;
    vertical-align: top;
}
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus,
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'Rubik', sans-serif;
    height: 18px;
    left: 2.8571em;
    line-height: 1;
    outline: medium none;
    padding: 0;
    position: absolute;
    width: 18px;
}
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus {
    bottom: 0;
}
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
    top: 0;
}
.product .product-summary .cart-form-wrapper .quantity .qty,
.tbl-shopping-cart .quantity .qty {
    -moz-appearance: textfield;
    border: 1px solid #ccc;
    height: 41px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 40px;
}
/* -------- Star-Rating ---------- */
.star-rating {
    font-size: 14px;
    height: 16px;
    width: 75px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 0px;
}
.star-rating::before,
.star-rating span::before {
    color: #a9a9a9;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    font-family: fontawesome;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
}
.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}
/* -------- Tag Sale ---------- */
.product .tag-sale {
    margin: 0;
    top: 0;
    display: block;
    left: auto;
    right: 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 10px 4px 16px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    z-index: 9;
}
.product .tag-sale .tag-sale::before {
    border-color: transparent transparent transparent #dcdcdc;
    border-style: solid;
    border-width: 12px 13px 13px 8px;
    content: "";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 1px;
    width: 0;
}
/* -------- Cart Page ---------- */
.tbl-shopping-cart .product-thumbnail img {
    max-width: 72px;
    max-height: 72px;
}
.tbl-shopping-cart .product-remove {
    text-align: center;
}
.tbl-shopping-cart .variation .variation-size,
.tbl-shopping-cart .variation .variation-size span {
    font-size: 12px;
}
.tbl-shopping-cart tr th,
.tbl-shopping-cart tr td,
.tbl-shopping-cart .coupon label,
.tbl-shopping-cart .coupon input,
.tbl-shopping-cart .coupon button {
    vertical-align: middle;
}
.tbl-shopping-cart tr td {
    padding: 10px 12px;
}
table.no-border td {
    border: medium none;
}
/* -------- Checkout Page ---------- */
.payment-method .radio {
    border: 1px solid #eee;
    padding: 10px;
}
.payment-method .radio > label {
    color: #111;
    font-size: 17px;
}
.payment-method .radio input {
    margin-top: 8px;
    vertical-align: initial;
}
.payment-method .radio > p {
    margin-left: 20px;
}
#checkout-shipping-address {
    display: none;
}
/* -------- Top Nav Search And Cart ---------- */
.top-nav-search-box .indicator,
.top-nav-cart-box .indicator {
    display: none;
}
.dropdown-cart {
    padding: 10px;
}
.dropdown-cart .cart-table-list,
.dropdown-cart .cart-table-list i {
    color: #222222;
    border: none;
}
.dropdown-cart .cart-table-list a {
    line-height: normal;
    color: #222222;
}
.dropdown-cart .cart-table-list td img {
    width: 50px;
    height: auto;
}
.dropdown-cart .cart-table-list.table > tbody > tr > td {
    border: none;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}
.dropdown-cart .total-cart {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    color: #222;
    text-align: right;
}
.dropdown-cart .total-cart ul {
    float: right;
    list-style: none;
    padding: 0;
    width: 100%;
}
.dropdown-cart .total-cart ul li {
    display: block;
    overflow: hidden;
}
.dropdown-cart .total-cart ul li span {
    width: 100px;
    display: inline-block;
    text-align: right;
    white-space: nowrap;
}
.dropdown-cart .total-cart .table > tbody > tr > td,
.dropdown-cart .total-cart .table > tbody > tr > th,
.dropdown-cart .total-cart .table > tfoot > tr > td,
.dropdown-cart .total-cart .table > tfoot > tr > th,
.dropdown-cart .total-cart .table > thead > tr > td,
.dropdown-cart .total-cart .table > thead > tr > th {
    border: 0;
}
.dropdown-cart .cart-btn .btn {
    width: auto;
    float: none;
    padding: 5px 15px;
}
/*
 * Blog
 * -----------------------------------------------
*/
article.post {

}

article.post+article.post {
    margin-top: 48px;
}
.post .entry-header {
    position: relative;
    overflow: hidden;
}
.post .entry-title {
    margin-top: 0;
    font-size: 16px;
    max-height: 46px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.post:hover .entry-title{
    color:#bd081d !important;
}



.post .entry-content {padding: 10px 10px 0 12px;}

.post .entry-content p {
    max-height: 54px;
    overflow: hidden;
    line-height: 16px;
    min-height: 54px;
}
.post .entry-date {
    font-size: 13px;
}
.post .entry-meta.meta-absolute {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.post .entry-meta.meta-absolute i {
    display: block;
    font-size: 28px;
}
.post .entry-meta.meta-absolute span a {
    color: #454545;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 2px;
    margin-right: 5px;
}
.post.media-post .post-thumb {
    float: left;
    margin: 0 10px 10px 0;
}
.post .post-thumb {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*
 * Blog Style 2
 * -----------------------------------------------
*/
.post.style2,
.post.style3 {
    position: relative;
    overflow: hidden;
}
.post.style2 .entry-content,
.post.style3 .entry-content {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: -30px;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.post.style2 .entry-content .entry-date,
.post.style3 .entry-content .entry-date {
    font-size: 11px;
    margin-bottom: 10px;
}
.post.style2:hover .entry-content,
.post.style3:hover .entry-content {
    bottom: 0;
}
.post.style2:hover .post-thumb,
.post.style3:hover .post-thumb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.post .entry-header .entry-date {
    position: absolute;
    bottom: 0;
    right: 0;
}
.featured-blog {
    overflow: hidden;
    position: relative;
}
.featured-blog-details {
    bottom: -18%;
    padding: 30px;
    position: absolute;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
}
.featured-blog:hover .featured-blog-details {
    bottom: 0;
}
.reply-box .form-group input {
    border-radius: 0;
    height: 45px;
    margin-bottom: 30px;
}
.featured-blog {
    overflow: hidden;
    position: relative;
}
.featured-blog-details {
    bottom: -18%;
    padding: 30px;
    position: absolute;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
}
.featured-blog:hover .featured-blog-details {
    bottom: 0;
}
/*
 * Shortcode.less
 * -----------------------------------------------
*/
/*
 * Shortcode: alerts.less
 * -----------------------------------------------
*/
/*
 * Shortcode: buttons.less
 * -----------------------------------------------
*/
/* -------- Btn-Default ---------- */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-default:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
}
/* -------- Btn-Border ---------- */
.btn-border {
    color: #222222;
    background-color: #fff;
    border-color: #222222;
}
.btn-border:focus,
.btn-border.focus {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #000000;
}
.btn-border:hover {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #040404;
}
.btn-border:active,
.btn-border.active,
.open > .dropdown-toggle.btn-border {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #040404;
}
.btn-border:active:hover,
.btn-border.active:hover,
.open > .dropdown-toggle.btn-border:hover,
.btn-border:active:focus,
.btn-border.active:focus,
.open > .dropdown-toggle.btn-border:focus,
.btn-border:active.focus,
.btn-border.active.focus,
.open > .dropdown-toggle.btn-border.focus {
    color: #222222;
    background-color: #d4d4d4;
    border-color: #000000;
}
.btn-border:active,
.btn-border.active,
.open > .dropdown-toggle.btn-border {
    background-image: none;
}
.btn-border.disabled:hover,
.btn-border[disabled]:hover,
fieldset[disabled] .btn-border:hover,
.btn-border.disabled:focus,
.btn-border[disabled]:focus,
fieldset[disabled] .btn-border:focus,
.btn-border.disabled.focus,
.btn-border[disabled].focus,
fieldset[disabled] .btn-border.focus {
    background-color: #fff;
    border-color: #222222;
}
.btn-border .badge {
    color: #fff;
    background-color: #222222;
}
.btn-border {
    border-width: 2px;
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
    background-color: #222222;
    border-color: #222222;
    color: #fff;
}
/* -------- Btn-Dark ---------- */
.btn-dark {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}
.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #090909;
    border-color: #000000;
}
.btn-dark:hover {
    color: #fff;
    background-color: #090909;
    border-color: #040404;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #090909;
    border-color: #040404;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
    background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
    background-color: #222222;
    border-color: #222222;
}
.btn-dark .badge {
    color: #222222;
    background-color: #fff;
}
/* -------- Btn-Gray ---------- */
.btn-gray {
    color: #333333;
    background-color: #eeeeee;
    border-color: #eeeeee;
}
.btn-gray:focus,
.btn-gray.focus {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #afafaf;
}
.btn-gray:hover {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #d0d0d0;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #d0d0d0;
}
.btn-gray:active:hover,
.btn-gray.active:hover,
.open > .dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open > .dropdown-toggle.btn-gray:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.open > .dropdown-toggle.btn-gray.focus {
    color: #333333;
    background-color: #c3c3c3;
    border-color: #afafaf;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
    background-image: none;
}
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus {
    background-color: #eeeeee;
    border-color: #eeeeee;
}
.btn-gray .badge {
    color: #eeeeee;
    background-color: #333333;
}
.btn-circled {
    border-radius: 25px;
}
.btn-flat {
    border-radius: 0;
}
/* -------- Btn-Default ---------- */
.btn {
    font-size: 15px;
    padding: 10px 22px;
}
/* -------- Btn-xs ---------- */
.btn-xs {
    font-size: 11px;
    padding: 3px 14px;
}
/* -------- Btn-sm ---------- */
.btn-sm {
    font-size: 12px;
    padding: 5px 17px;
}
/* -------- Btn-lg ---------- */
.btn-lg {
    font-size: 14px;
    padding: 10px 26px;
}
/* -------- Btn-xl ---------- */
.btn-xl {
    font-size: 16px;
    padding: 13px 32px;
}
/* -------- Btn-transparent ---------- */
.btn-transparent {
    background-color: transparent;
    color: #fff;
}
/* btn read more*/
.btn-read-more {
    padding: 0;
}
.btn-read-more::after {
    display: inline-block;
    content: "\f18e";
    font-family: fontawesome;
    font-size: 16px;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    top: 2px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/*
 * blockquote.less
 * -----------------------------------------------
*/
blockquote {
    border-left: 3px solid #eeeeee;
    margin: 20px 0;
    padding: 30px;
}
blockquote.gray {
    border-left: 3px solid #666666;
    background-color: #eeeeee;
    color: #333333;
}
blockquote.gray.bg-theme-colored {
    background-color: #eeeeee;
}
blockquote.dark {
    border-left: 3px solid #3c3c3c;
    background-color: #555555;
    color: #fff;
}
blockquote.dark footer {
    color: #d3d3d3;
}
blockquote p {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
/*
* Shortcode: clients.less
* -----------------------------------------------
*/
.clients-logo .item {
    background: #eeeeee;
    border-color: transparent;
    box-shadow: 0 0 0 10px #ffffff;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.clients-logo img {
    width: auto;
    display: inline;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter:gray();
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: .7;
}
.clients-logo img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.clients-logo.carousel {
    text-align: center;
}
.clients-logo.carousel .item {
    box-shadow: none;
    margin: 0 10px;
}
.clients-logo.style2 .item {
    box-shadow: none;
}
.clients-logo.style2 .item img {
    max-height: 120px;
}
.client-img {
    opacity: 0.6;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.client-img:hover {
    opacity: 1;
}
.client-img img {
    max-height: 90px;
}
.clients-logo.carousel {
    text-align: center;
}
.clients-logo.carousel .item {
    box-shadow: none;
    margin: 0 10px;
}
.clients-logo.transparent .item {
    background: transparent;
    box-shadow: none;
    margin-bottom: 1px;
    border:1px solid #ccc;
    padding:4px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.clients-logo.transparent .item .inner {
    border:1px solid #ccc;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}


.clients-logo.transparent .item:hover,
.clients-logo.transparent .item:hover .inner{
    border-color:#fdc900;
}

/*
 * Shortcode: countdown.less
 * -----------------------------------------------
*/
.countdown-timer li {
    color: #808080;
    display: inline-block;
    padding: 30px 20px;
    background-color: #f1f1f1;
    margin-right: 15px;
    font-size: 40px;
    text-align: center;
    min-width: 120px;
    min-height: 120px;
}
.countdown-timer li span {
    color: #c0c0c0;
    display: block;
    font-size: 15px;
    margin-top: 5px;
}
.countdown-timer.timer-box {
    padding: 40px 20px 20px;
    text-align: center;
}
.countdown-timer.timer-box li {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}
.countdown-timer.timer-box li span {
    color: #eeeeee;
}
.countdown-timer.timer-deep-bg li {
    background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
    .timer-responsive li {
        margin-top: 30px;
        font-size: 20px;
        min-width: 60px;
        min-height: 60px;
        padding: 20px 10px;
    }
    .countdown-timer li span {
        font-size: 12px;
    }
}
/*
 * Shortcode: countdown-timer.less
 * -----------------------------------------------
*/
.home-countdown > li {
    background: #3db4d9 none repeat scroll 0 0;
    margin-right: 10px;
    padding: 12px 10px 20px;
    text-transform: uppercase;
}
.home-countdown > li > span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
}
.home-countdown > li > span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 25px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 103%;
}
/*
 * Shortcode: dividers.less
 * -----------------------------------------------
*/
.divider {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
/* -------- Parallax ---------- */
.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
}
.mobile-parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.divider .container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.divider .container.small-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.divider .container.extra-padding {
    padding-top: 180px;
    padding-bottom: 180px;
}
/*
 * Shortcode: facebook-disqus-comments.less
 * -----------------------------------------------
*/
.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
    display: block;
    margin: 0;
    width: 100%;
}
/*
 * Shortcode: Faqs.less
 * -----------------------------------------------
*/
/*
 * Shortcode: flex-slider.less
 * -----------------------------------------------
*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
    border: none;
}
.flex-direction-nav {
    display: none;
}
.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    width: auto;
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 15px;
    right: 15px;
}
.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}
.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #fff;
}
/*
 * Shortcode: flip-box.less
 * -----------------------------------------------
*/
.card {
    position: relative;
    width: 100%;
}

.card .card__front,
.card .card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}
.card .card__back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.card .card__text {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 300px;
    line-height: 20px;
}
.card.effect__hover:hover .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.card.effect__hover:hover .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.card.effect__click.flipped .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.card.effect__click.flipped .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.card.effect__random.flipped .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.card.effect__random.flipped .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
/*
 * Shortcode: font-icons.less
 * -----------------------------------------------
*/
/* common style */
.social-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
    color: #666666;
}
.social-icons.icon-gray a {
    background-color: #eeeeee;
    color: #555555;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.social-icons.icon-gray a:hover {
    color: #bbbbbb;
}
.social-icons.icon-gray.icon-bordered a {
    background-color: transparent;
    border: 2px solid #eeeeee;
}
.social-icons.icon-gray.icon-bordered a:hover {
    border: 2px solid #d5d5d5;
}
.social-icons.icon-dark a {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.social-icons.icon-dark a:hover {
    color: #5e5e5e;
}
.social-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}
.social-icons.icon-dark.icon-bordered a:hover {
    background-color: #111111;
    border-color: #111111;
    color: #fff;
}
.social-icons.icon-bordered a {
    border: 1px solid #777777;
}
.social-icons.icon-bordered a:hover {
    background-color: #585858;
    color: #fff;
}
.social-icons.icon-rounded a {
    border-radius: 3px;
}
.social-icons.icon-circled a {
    border-radius: 50%;
}
.social-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
    background: #fff;
    color: #333;
}

.social-icons.icon-sm a:hover {
    background: #777777;
    color:#fff;
}
.social-icons.icon-md a {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.social-icons.icon-lg a {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.social-icons.icon-xl a {
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    width: 120px;
}
.social-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
/*
 * Shortcode: funfacts.less
 * -----------------------------------------------
*/
.funfact {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.funfact.border {
    border: 1px solid #d3d3d3;
}
.funfact.no-border {
    border: 0;
}
.funfact.border {
    border: 1px solid #d3d3d3;
}
.funfact i {
    font-size: 65px;
    color: #fff;
}


.funfact svg {
    height: 67px;
    width: auto;
}
.funfact svg *,
.funfact svg {
    fill: #fff !important;
}

.funfact h2 {
    position: relative;
}
.funfact h2:after {
    bottom: 0;
}
.funfact span {
    color: #eeeeee;
    font-size: 18px;
}
/* funfact style-1*/
.funfact.style-1 i,
.funfact.style-1 .funfact-title {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.funfact.style-1 .funfact-title {
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
}
.funfact.style-1:hover i {
    font-size: 40px;
    opacity: 0.3;
}
.funfact.style-1:hover .funfact-title {
    color: #333333;
}
/*
 * home-boxes.less
 * -----------------------------------------------
*/
.home-boxes .each-box {
    overflow-x: hidden;
}
.home-boxes .bg-icon {
    bottom: 0;
    color: #fff;
    font-size: 58px;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
    right: 30px;
    transform: rotate(-40deg);
}
/*
 * Shortcode: icon-box.less
 * -----------------------------------------------
*/
.icon-box {
    margin-bottom: 0;
}
.icon-box .icon {
    display: inline-block;
    height: 64px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 64px;
}
.icon-box .icon i {
    line-height: 64px;
}
.icon-box .icon.icon-gray {
    background-color: #eeeeee;
    color: #555555;
}
.icon-box .icon.icon-gray:hover {
    background-color: #d5d5d5;
    color: #bbbbbb;
}
.icon-box .icon.icon-gray.icon-bordered {
    background-color: transparent;
    border: 2px solid #eeeeee;
}
.icon-box .icon.icon-gray.icon-bordered:hover {
    background-color: #eeeeee;
    color: #555555;
}
.icon-box .icon.icon-dark {
    background-color: #111111;
    color: #fff;
}
.icon-box .icon.icon-dark:hover {
    color: #5e5e5e;
}
.icon-box .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}
.icon-box .icon.icon-dark.icon-bordered:hover {
    background-color: #111111;
    border-color: #111111;
    color: #fff;
}
.icon-box .icon.icon-white {
    background-color: #fff;
    color: #333333;
}
.icon-box .icon.icon-white:hover {
    background-color: #b3b3b3;
    color: #000000;
}
.icon-box .icon.icon-white.icon-bordered {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.icon-box .icon.icon-white.icon-bordered:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111111;
}
.icon-box .icon.icon-white.icon-border-effect {
    position: relative;
}
.icon-box .icon.icon-white.icon-border-effect::after {
    box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
    border: 1px solid #777777;
}
.icon-box .icon.icon-bordered:hover {
    background-color: #777777;
    color: #fff;
}
.icon-box .icon.icon-rounded {
    border-radius: 3px;
}
.icon-box .icon.icon-circled {
    border-radius: 50%;
}
.icon-box .icon.icon-xs {
    height: 30px;
    width: 30px;
}
.icon-box .icon.icon-xs i {
    font-size: 18px;
    line-height: 30px;
}
.icon-box .icon.icon-sm {
    height: 50px;
    width: 50px;
}
.icon-box .icon.icon-sm i {
    font-size: 22px;
    line-height: 50px;
}
.icon-box .icon.icon-md {
    height: 75px;
    width: 75px;
}
.icon-box .icon.icon-md i {
    font-size: 36px;
    line-height: 75px;
}
.icon-box .icon.icon-lg {
    height: 90px;
    width: 90px;
}
.icon-box .icon.icon-lg i {
    font-size: 48px;
    line-height: 90px;
}
.icon-box .icon.icon-xl {
    height: 140px;
    width: 140px;
}
.icon-box .icon.icon-xl i {
    font-size: 64px;
    line-height: 140px;
}
.icon-box .icon.icon-border-effect {
    position: relative;
}
.icon-box .icon.icon-border-effect::after {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #eeeeee;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -4px;
    opacity: 0;
    padding: 4px;
    top: -4px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
    border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded::after {
    border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled::after {
    border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray::after {
    box-shadow: 0 0 0 3px #eeeeee;
}
.icon-box .icon.icon-top {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -32px;
}
.icon-box i {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.icon-box i[class*="pe-7s-"] {
    vertical-align: text-bottom;
}
.icon-box.left {
    text-align: left;
}
.icon-box.left  .media-left {
    margin-right: 30px;
    padding: 0;
}

.icon-box.left  svg {
    height: 45px;
    width: auto;
}

.icon-box.left  svg,
.icon-box.left  svg * {
    fill:#db212f;
}

.icon-box.left h5 {
    font-weight: 500;
    font-size:16px;
}

.icon-box:hover  svg,
.icon-box:hover  svg *{
    fill:#fff;
}

.icon-box.left p {
    font-weight: 400;
}

.icon-box.iconbox-border {
    border: 1px solid #dcdcdc;
}
.icon-box.iconbox-bg {
    background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
    background-color: #333333;
}
.icon-box .icon-box-title {
    margin-bottom: 15px;
}
.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
    opacity: 1;
    transform: scale(1);
}
/*
 * Shortcode: infinitescroll.less
 * -----------------------------------------------
*/
#infscr-loading {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    left: 48%;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 100;
}
#infscr-loading img {
    display: none;
}
/*
 * Shortcode: instagram.less
 * -----------------------------------------------
*/
/* -------- Instagram-Feed ---------- */
.instagram-feed-carousel figure,
.instagram-feed figure {
    position: relative;
}
.instagram-feed-carousel figure .link-out,
.instagram-feed figure .link-out {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.45);
    color: #f8f8f8;
    line-height: 1;
    padding: 10px;
    font-weight: 300;
    opacity: 0;
}
.instagram-feed-carousel figure .link-out:hover,
.instagram-feed figure .link-out:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #f8f8f8;
}
.instagram-feed-carousel figure:hover .link-out,
.instagram-feed figure:hover .link-out {
    opacity: 1;
}
/* -------- Instagram-Feed ---------- */
.instagram-feed .item {
    width: 100px;
    float: left;
    margin-bottom: 2px;
    margin-right: 2px;
}
/*
 * Shortcode: lightbox.less
 * -----------------------------------------------
*/
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    height: 100%;
    top: 0;
}
.lightbox .lb-dataContainer {
    left: 0;
    position: absolute;
    right: 0;
    top: -45px;
}
/*
 * Shortcode: map.less
 * -----------------------------------------------
*/
.toggle-map {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 200;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.toggle-map:hover {
    color: #fff;
}
.toggle-map span:after {
    content: "\f107";
    font-family: "fontawesome";
    margin-left: 10px;
}
.toggle-map.open span:after {
    content: "\f106";
}
.map-canvas {
    height: 400px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.map-canvas.big {
    height: 720px;
}
.map-canvas.map-hidden {
    height: 0;
}
.btn-show-map {
    color: #111111;
    font-size: 18px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
}
.btn-show-map i {
    font-size: 48px;
}
/*
 * Shortcode: pegination.less
 * -----------------------------------------------
*/
.pagination.theme-colored li.active a {
    background: #BF9E58;
    color: #fff;
    border: 1px solid transparent;
}
.pagination.dark li a {
    color: #333;
}
.pagination.dark li.active a {
    background: #333;
    color: #fff;
    border: 1px solid transparent;
}
.pager.theme-colored li.active a {
    color: #fff;
    border: 1px solid transparent;
}
.pager.dark li a {
    color: #fff;
    background-color: #333;
    border: 1px solid transparent;
}
/*
 * Shortcode: pricing.less
 * -----------------------------------------------
*/
.pricing-table {
    margin-bottom: 30px;
    position: relative;
}
.pricing-table .table-price {
    color: #111111;
    font-size: 45px;
}
.pricing-table .table-price span {
    font-size: 13px;
    vertical-align: middle;
}
.pricing-table.featured {
    border: 1px solid #111111;
}
.pricing-table .table-type {
    display: inline;
}
.pricing-table .btn-signup {
    margin-right: 0;
    width: 100%;
}
.pricing-table .table-list {
    list-style: outside none none;
    padding: 10px 0 10px 20px;
}
.pricing-table .table-list li {
    border-bottom: 0;
    font-size: 12px;
    padding: 10px 0;
}
.pricing-table .table-list li i {
    margin-right: 8px;
}
.pricing-table .package-type span {
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
}
.pricing-table .package-type span::after {
    background: #2d915b;
    content: "";
    height: 20px;
    left: -20px;
    position: absolute;
    top: 11px;
    width: 20px;
}
.price .currency {
    color: #d9d9d9;
    vertical-align: super;
}
/*
 * Shortcode: Process-Steps.less
 * -----------------------------------------------
*/
/*
 * Shortcode: progress-bar.less
 * -----------------------------------------------
*/
.progress-item {
    margin-top: 20px;
}
.progress-item .progress {
    background-color: #e7e8ea;
    box-shadow: none;
    border-radius: 0;
    height: 14px;
    margin-bottom: 15px;
    overflow: visible;
}
.progress-item .progress-bar {
    box-shadow: none;
    font-size: 11px;
    padding-left: 8px;
    position: relative;
    text-align: left;
    width: 0;
    line-height: 14px;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.progress-item .progress-bar .percent {

    color: #333;
    font-size: 12px;
    font-weight: 500;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    top: -20px;
}
.progress-item.progress-white .progress {
    padding: 2px;
}
.progress-item.style2 .progress {
    height: 25px;
}
.progress-item.style2 .progress-bar .percent {
    background: none;
    color: #555555;
    font-size: 14px;
}
/*
 * Shortcode: Piechart.less
 * -----------------------------------------------
*/
.single-cause-piechart {
    position: relative;
}
.single-cause-piechart .piechart-block {
    border-radius: 50%;
}
.single-cause-piechart .piechart canvas {
    width: 190px;
    height: 190px;
}
.single-cause-piechart .piechart-block .piechart {
    min-height: 190px;
    min-width: 190px;
}
.single-cause-piechart .piechart-block .percent::after {
    font-size: 28px;
}

/*
 * Shortcode: promo.less
 * -----------------------------------------------
*/
.modal-promo-box {
    max-width: 700px;
    padding: 90px 60px;
    margin: 0 auto;
}
/*
 * Shortcode: section-title.less
 * -----------------------------------------------
*/
.small-title {
    position: relative;
}
.small-title i {
    font-size: 36px;
    margin-top: 7px;
    padding-top: 0;
}
.small-title .title {
    margin-left: 15px;
}
.small-title .title:after {
    bottom: -6px;
    content: "";
    height: 1px;
    left: 45px;
    position: absolute;
    width: 45px;
}
.section-title .both-side-line::after {
    content: "";
    height: 2px;
    position: absolute;
    right: -40px;
    top: 10px;
    width: 30px;
}
.section-title .both-side-line::before {
    content: "";
    height: 2px;
    position: absolute;
    left: -40px;
    top: 10px;
    width: 30px;
}
.section-title .top-side-line::after {
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -8px;
    width: 40px;
}
.section-title .left-side-line::before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 35px;
}
.section-title .right-side-line::before {
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 35px;
}
.section-title .sub-title {
    margin: 0;
    position: relative;
    display: inline-block;
}
.section-title .title {
    margin-top: 0;
    position: relative;
    font-weight: 500;
}
.section-title .icon i {
    font-size: 80px;
    position: absolute;
    top: -7px;
    opacity: 0.10;
}
.section-title p {
    font-size: 14px;
}
.section-title p.left-bordered {
    border-left: 2px solid #c0c0c0;
    padding-left: 10px;
}
.section-title p.right-bordered {
    border-right: 2px solid #c0c0c0;
    padding-right: 10px;
}
/*Theme Section Title*/
.section-title {
    margin-bottom: 30px;
    padding-left: 20px;
}
.section-title.title-border {
    padding-left: 30px;
}
.section-title.title-border.title-right {
    border-left: 0;
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}
.section-title.icon-bg p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}
.section-title.icon-bg .page-title {
    font-size: 38px;
    line-height: 52px;
}
.section-title.icon-bg .page-title i {
    font-size: 42px;
    line-height: 1.3;
    position: absolute;
    opacity: 0.15;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title-dots {
    background: url("../images/title-dots.png") repeat scroll 0 0;
    height: 30px;
    margin-bottom: 20px;
}
.title-dots span {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 5px 10px;
}
.title-dots.small {
    height: 24px;
    margin-bottom: 15px;
}
.title-dots.small span {
    font-size: 11px;
    line-height: 23px;
}
/*
 * Shortcode: separators.less
 * -----------------------------------------------
*/
.title-separator {
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    margin: 10px 0;
    width: 70%;
}
.title-separator span {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    letter-spacing: 0.2em;
    padding: 2px 10px;
    position: relative;
    text-transform: uppercase;
    top: -12px;
}
.separator {
    color: #ccc;
    line-height: 1.2em;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.separator::before,
.separator::after {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: .65em;
    margin: 0 -4px 0 -100%;
    vertical-align: top;
    width: 50%;
}
.separator::after {
    margin: 0 -100% 0 0;
}
.separator i,
.separator span,
.separator a {
    display: inline-block;
    margin: 0 20px 0 24px;
    font-size: 20px;
}
.separator.separator-left,
.separator.left i {
    float: left;
    margin: 2px 50px 0 0;
}
.separator.right i {
    float: right;
    margin: 0 0 2px 50px;
}
.separator.separator-medium-line {
    margin: 10px auto;
    width: 20%;
}
.separator.separator-small-line {
    width: 10%;
}
.separator.separator-rouned i,
.separator.separator-border-rouned i {
    background-color: #f5f5f5;
    border-radius: 50%;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: -12px auto auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.separator.separator-border-rouned i {
    background: transparent;
    border: 1px solid #f5f5f5;
}
.separator.separator-rouned.separator-rouned-left i {
    margin: -12px auto auto;
    right: auto;
    left: 0;
}
.separator.separator-rouned.separator-rouned-right i {
    margin: -12px auto auto;
    right: 0;
    left: auto;
}
.separator.dotted::before,
.separator.dotted::after {
    border-bottom: 2px dotted #ccc;
}
/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
/* common style */
.styled-icons a.icon {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.styled-icons a.icon:hover {
    color: #666666;
}
.styled-icons.icon-gray a {
    background-color: #eeeeee;
    color: #555555;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.styled-icons.icon-gray a:hover {
    color: #bbbbbb;
}
.styled-icons.icon-gray.icon-bordered a {
    background-color: transparent;
    border: 2px solid #eeeeee;
}
.styled-icons.icon-gray.icon-bordered a:hover {
    border: 2px solid #d5d5d5;
}
.styled-icons.icon-dark a.icon {
    background-color: #333333;
    color: #eeeeee;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.styled-icons.icon-dark a.icon:hover {
    color: #5e5e5e;
}
.styled-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border: 2px solid #111111;
    color: #111111;
}
.styled-icons.icon-dark.icon-bordered a:hover {
    background-color: #111111;
    border-color: #111111;
    color: #fff;
}
.styled-icons.icon-bordered a {
    border: 1px solid #777777;
}
.styled-icons.icon-bordered a:hover {
    background-color: #777777;
    color: #fff;
}
.styled-icons.icon-rounded a {
    border-radius: 3px;
}
.styled-icons.icon-circled a {
    border-radius: 50%;
}
.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}
.styled-icons.icon-md a {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.styled-icons.icon-lg a {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.styled-icons.icon-xl a {
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    width: 120px;
}
.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
/*
 * Shortcode: tabs.less
 * -----------------------------------------------
*/
.tab-content {
    padding: 15px;
    border: 1px solid #eeeeee;
}
.nav-tabs {
    border: none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
    color: #ffffff;
    background-color: #db222f;
}
.nav-tabs > li > a {
    border-radius: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    color: #555555;
    padding: 12px 20px;
    margin-right: 0;
}
.nav-tabs > li > a .fa {
    margin-right: 10px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #333333;
    background-color: transparent;
}
.nav-tabs > li > a i {
    font-size: 32px;
    margin-right: 20px;
    vertical-align: middle;
}
/* -------- Nav Tabs ---------- */
.nav-tabs > li {
    text-align: center;
}
.nav-tabs > li > a i {
    display: block;
    font-size: 48px;
    margin-right: 0;
    margin-bottom: 10px;
    vertical-align: middle;
}
/* -------- Horizontal-Tab-Centered ---------- */
.horizontal-tab-centered .nav-pills {
    display: inline-block;
}
.horizontal-tab-centered .nav-pills > li > a {
    background: #eeeeee;
    color: #555555;
    font-size: 14px;
    padding: 8px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.horizontal-tab-centered .nav-pills > li > a:hover {
    color: #fff;
}
.horizontal-tab-centered .nav-pills > li > a i {
    font-size: 14px;
    margin-right: 8px;
}
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus {
    color: #fff;
}
/* -------- Horizontal-Tab Fullwide ---------- */
.horizontal-tab.fullwide .nav-tabs > li {
    width: 20%;
}
/* -------- Vertical Nav-Tabs ---------- */
.vertical-tab .tab-content {
    padding: 5px 5px 20px 20px;
    border: none;
}
.vertical-tab .nav-tabs > li {
    float: none;
    margin-bottom: 0;
}
.vertical-tab .nav-tabs > li > a {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 14px;
    padding: 30px 0 30px 15px;
}
.vertical-tab .nav-tabs > li:first-child > a {
    border-top: 1px solid #d3d3d3;
}
.vertical-tab .nav-tabs > li.active > a,
.vertical-tab .nav-tabs > li.active > a:hover,
.vertical-tab .nav-tabs > li.active > a:focus {
    background: none;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #d3d3d3;
}
.vertical-tab .small-padding .nav-tabs > li a {
    padding: 20px 0 20px 15px;
}
.vertical-tab .small-padding .nav-tabs > li i {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .vertical-tab .tab-content {
        padding: 20px 5px;
    }
    .nav-tabs > li > a {
        border-radius: 0;
        border-bottom: none;
        border-left: 2px solid #d3d3d3;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-bottom: none;
        border-left: 2px solid #d3d3d3;
    }
}
.custom-nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 0 medium medium;
    margin-right: 53px;
}
.custom-nav-tabs > li {
    float: none;
    margin: 0 0 1px;
}
.custom-nav-tabs > li a {
    background: #eeeeee none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 59px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.custom-nav-tabs > li.active > a,
.custom-nav-tabs > li.active > a:hover,
.custom-nav-tabs > li.active > a:focus,
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus {
    border: medium none;
    color: #000;
    padding: 0;
}
/*
 * Shortcode: team.less
 * -----------------------------------------------
*/
.team-members {
    overflow: hidden;
    position: relative;
}

.team-members .team-thumb {
    border: 1px solid #d8d8d8;
}
.team-members .team-details {
    bottom: -44px;
    position: absolute;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    border: 1px solid #d8d8d8;
}


.team-members .team-details h4 {
    font-size: 15px;
}


.team-members .team-details h6 {
    font-size: 14px;
}


.team-members:hover .team-details {
    bottom: 0;
}
/*
 * Shortcode: testimonials.less
 * -----------------------------------------------
*/
.testimonial .item {
    position: relative;
    overflow: hidden;
}
.testimonial .item .thumb img {
    margin: auto;
    max-width: 75px;
}
/* -------- Testimonial-Style1 ---------- */
.testimonial.style1 {
    text-align: center;
}
.testimonial.style1 .item {
    border: none;
}
.testimonial.style1 .item::before {
    display: none;
}
.testimonial.style1 .quote,
.testimonial.style1 .thumb {
    margin-bottom: 30px;
}
.testimonial.style1 .author {
    color: #777777;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.testimonial.style1 .title {
    color: #c0c0c0;
    margin-bottom: 20px;
}
.testimonial.style1 .owl-item img {
    display: inline-block;
    width: 75px;
}
.testimonial.style1 .comment {
    padding: 60px;
}
.testimonial.style1 .comment p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}
.testimonial.style1 .comment::after {
    color: #fff;
    content: "\f10d";
    font-family: "fontawesome";
    font-size: 48px;
    left: 25px;
    position: absolute;
    top: 0;
}
/* -------- Testimonial-Style2 ---------- */
.testimonial.style2 {
    text-align: center;
}
.testimonial.style2 .thumb img {
    display: inline-block;
    width: 75px;
}
.testimonial .content {
    position: relative;
}
.testimonial .content::after {
    color: #202c45;
    content: "\f10e";
    font-family: "fontawesome";
    font-size: 48px;
    opacity: 0.2;
    position: absolute;
    right: 20px;
    top: -15px;
}
/*
 * Shortcode: toggles-accordions.less
 * -----------------------------------------------
*/
.panel-group .panel {
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    position: relative;
}
.panel-group .panel-title {
    font-size: 13px;
}
.panel-group .panel-title a {
    background: #efefef;
    display: block;
    font-size: 14px;
    padding: 10px 15px 10px 48px;
    white-space: normal;
    font-weight: 500;
    color: #5d5d5d;
}
.panel-group .panel-title a.active {
    color: #333333;
    font-weight: 600;
}
.panel-group .panel-title a.active .open-sub:after {
    display: none;
}
.panel-group .panel-title a.active::after {
    /* color: #fff; */
    /* background: #333333; */
    content: "\f068";
}
.panel-group .panel-title a::after {
    color: #ffffff;
    content: "\f067";
    font-family: fontawesome, serif;
    font-size: 14px;
    left: 0;
    padding: 10px 14px;
    position: absolute;
    top: 0;
}
.panel-group .panel-title:hover a,
.panel-group .panel-title:focus a {
    color: #333333;
}
.panel-group .panel-title .open-sub {
    display: block;
    position: relative;
}
.panel-group .panel-title .open-sub:before,
.panel-group .panel-title .open-sub:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
}
.panel-group .panel-content {
    border: 1px solid #eee;
    padding: 10px 20px 20px;
}
.panel-group .panel-content > :last-child {
    margin-bottom: 0;
}
.panel-group .panel-title a::after {
    background: #db212f none repeat scroll 0 0;
}
.panel-group .panel + .panel {
    margin-top: 9px;
}
/* -------- Toggle ---------- */
.panel-group.toggle .panel-heading {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-group.toggle .panel-body {
    padding: 10px 0 5px 25px;
}
.panel-group.accordion.transparent .panel-title a,
.panel-group.toggle.transparent .panel-title a,
.panel-group.accordion.transparent .panel-title a.active,
.panel-group.toggle.transparent .panel-title a.active {
    background: transparent;
    border: none;
}
.panel-group.accordion.transparent .panel-title a::after,
.panel-group.toggle.transparent .panel-title a::after,
.panel-group.accordion.transparent .panel-title a.active::after,
.panel-group.toggle.transparent .panel-title a.active::after {
    color: #333333;
    background: transparent;
}
.panel-group.accordion.transparent .panel-content,
.panel-group.toggle.transparent .panel-content {
    background: transparent;
}
.panel-group.toggle .panel-heading + .panel-collapse > .panel-body,
.panel-group.toggle .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
/*
 * Shortcode: vertical-timeline.less
 * -----------------------------------------------
*/
.cd-timeline-content {
    background: #f1f1f1;
}
.cd-timeline-content::before {
    border-color: transparent transparent transparent #eee;
}
.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
    border-color: transparent #eee transparent transparent;
}
#cd-timeline.cd-timeline-simple::before {
    background: #ccc none repeat scroll 0 0;
    height: 82%;
    top: 65px;
    width: 2px;
}
#cd-timeline.cd-timeline-simple.time-line-media::before {
    height: 65%;
}
.cd-timeline-simple .cd-timeline-block {
    margin: 38px 0 20px 0;
}
.cd-timeline-simple .cd-timeline-block .cd-timeline-content::before {
    display: none;
}
.cd-timeline-simple .cd-timeline-block .cd-timeline-content {
    padding-top: 0;
    background: none;
    box-shadow: none;
}
.cd-timeline-simple .cd-timeline-block .cd-timeline-content p {
    font-size: 14px;
}
.cd-timeline-simple .cd-timeline-block .cd-timeline-img {
    background: #333 none repeat scroll 0 0;
    box-shadow: 0 0 0 4px #ccc, 0 3px 0 rgba(0, 0, 0, 0.06) inset, 0 0px 0 3px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 992px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content {
        text-align: left;
    }
}
@media only screen and (max-width: 768px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .cd-timeline-simple .cd-timeline-block .cd-timeline-content .cd-date {
        font-size: 14px;
    }
}
/* Vertical Masonry Timeline */
.vertical-masonry-timeline .each-masonry-item {
    position: relative;
    width: 50%;
    margin-bottom: 30px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2) {
    margin-top: 80px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
    padding-left: 50px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
    padding-right: 50px;
}
.vertical-masonry-timeline .each-masonry-item .timeline-block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d7e4ed;
    height: 100%;
    padding: 20px;
    position: relative;
    width: 100%;
}
.vertical-masonry-timeline .each-masonry-item .timeline-block:before,
.vertical-masonry-timeline .each-masonry-item .timeline-block:after {
    border-style: solid;
    border-width: 8px;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
    left: auto;
    right: -16px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    left: auto;
    right: -15px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:before {
    border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -16px;
    right: auto;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:after {
    border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -15px;
    right: auto;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
    left: auto;
    right: -82px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
    left: -80px;
    right: auto;
}
.timeline-post-format {
    border: 3px solid #bbb;
    border-radius: 100%;
    color: #bbb;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 60px;
    z-index: 1;
}
.timeline-post-format:after {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.timeline-post-format i {
    font-size: 18px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.vertical-masonry-timeline-wrapper:before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: 0px;
    position: absolute;
    width: 4px;
}
.vertical-masonry-timeline-wrapper:after {
    background: rgba(0, 0, 0, 0) linear-gradient(#ddd, transparent) repeat scroll 0 0;
    bottom: -100px;
    content: "";
    height: 100px;
    left: 50%;
    margin-left: 0px;
    position: absolute;
    width: 4px;
}
.vertical-masonry-timeline::after {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, #ddd) repeat scroll 0 0;
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    top: -65px;
    width: 4px;
}
@media only screen and (min-width: 768px) {
    .vertical-masonry-timeline .each-masonry-item.item-right {
        padding-right: 0px;
        padding-left: 50px;
    }
    .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:before {
        border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -16px;
        right: auto;
    }
    .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:after {
        border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -15px;
        right: auto;
    }
    .vertical-masonry-timeline .each-masonry-item.item-right .timeline-post-format {
        left: -80px;
        right: auto;
    }
    .vertical-masonry-timeline .each-masonry-item.item-left {
        padding-right: 50px;
        padding-left: 0px;
    }
    .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:before {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
        right: -16px;
        left: auto;
    }
    .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
        right: -15px;
        left: auto;
    }
    .vertical-masonry-timeline .each-masonry-item.item-left .timeline-post-format {
        right: -81px;
        left: auto;
    }
}
@media only screen and (max-width: 768px) {
    .vertical-masonry-timeline .each-masonry-item {
        width: 100%;
    }
    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
        padding-right: 0px;
        padding-left: 71px;
    }
    .vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
        padding-left: 71px;
        padding-right: inherit;
    }
    .vertical-masonry-timeline .each-masonry-item:nth-child(2) {
        margin-top: 0;
    }
    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
        left: -72px;
        right: auto;
    }
    .vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
        left: -72px;
    }
    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::before {
        border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -16px;
        right: auto;
    }
    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::after {
        border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -15px;
        right: auto;
    }
    .vertical-masonry-timeline:after {
        left: 29px;
    }
    .vertical-masonry-timeline-wrapper:before,
    .vertical-masonry-timeline-wrapper:after {
        left: 44px;
    }
}
/*
 * Shortcode: working-process.less
 * -----------------------------------------------
*/
.working-process > li {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.working-process > li::after {
    border-top: 1px dashed #333333;
    content: "";
    left: 6px;
    margin-left: -32px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    width: 50%;
}
.working-process > li::before {
    border-top: 1px dashed #333333;
    content: "";
    margin-right: -25px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 50%;
}
.working-process > li :first-child::after {
    border-top: medium none;
}
.working-process > li :last-child::before {
    border-top: medium none;
}
.working-process li a {
    border: 1px solid;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 50px;
    border-radius: 50%;
}
.working-process li a:hover {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}
.working-process li a i {
    font-size: 18px;
}
.working-process.square li a,
.working-process.square.large-circle li a {
    border-radius: 0;
}
.working-process.large-circle li a {
    height: 120px;
    line-height: 130px;
    width: 120px;
    border-radius: 50%;
}
.working-process.large-circle li a i {
    font-size: 28px;
}
.working-process.large-circle > li::before {
    margin-right: -60px;
    top: 60px;
}
.working-process.large-circle > li::after {
    margin-left: -64px;
    top: 60px;
}
.working-process.theme-colored li a {
    color: #fff;
}
/*
 * Widgets.less
 * -----------------------------------------------
*/
/* -------- Top Search Bar ---------- */
.search-form-wrapper {
    position: relative;
    /* form absolute */
}
.search-form-wrapper.toggle {
    display: none;
}
.search-form-wrapper.toggle.active {
    display: block;
}
.search-form-wrapper form {
    padding: 10px;
    position: relative;
}
.search-form-wrapper form label {
    margin: 0px;
    position: absolute;
    right: 11px;
    top: 11px;
}
.search-form-wrapper form label:before {
    color: #555555;
    cursor: pointer;
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 6px;
}
.search-form-wrapper form input[type="text"] {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    height: 46px;
    padding: 8px 17px;
    width: 100%;
}
.search-form-wrapper form input[type="submit"] {
    background-color: #fff;
    border-left: 1px solid #c0c0c0;
    border: none;
    height: 44px;
    width: 50px;
    text-indent: -999px;
}
.search-form-wrapper.form-absolute form {
    background-color: #333333;
    position: absolute;
    right: 0px;
    top: 12px;
    width: 370px;
    z-index: 99;
}
/* -------- Form Round ---------- */
.search-form-wrapper.round form input[type="text"] {
    border-radius: 30px;
    border-width: 4px;
}
.search-form-wrapper.round form input[type="submit"] {
    height: auto;
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
}
.search-form-wrapper.round form label::before {
    color: #c0c0c0;
}
.widget .list-border li {
    border-bottom: 1px dashed #d3d3d3;
}
.widget.dark .list-border li {
    border-bottom: 1px dashed #404040;
}
/* -------- Footer & Sidebar Widgets ---------- */
.widget {
    margin-bottom: 30px;
}
.widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
}
.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.widget ul.list li,
.widget .post {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.widget.brochures > li {
    margin-bottom: 10px;
    padding: 10px;
}
.widget.brochures i {
    color: #666666;
    font-size: 16px;
    margin-right: 10px;
}
.widget.address > li {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.widget.address > li i {
    font-size: 16px;
    margin-right: 8px;
    vertical-align: middle;
}
.widget .twitter-feed li {
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-left: 30px;
}
.widget .twitter-feed li.item {
    position: relative;
}
.widget .twitter-feed li::after {
    content: "\f099";
    font-size: 24px;
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.widget .styled-icons li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget .styled-icons li a {
    margin-bottom: 0;
}
.widget .tags a {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 5px 4px 5px -2px;
    padding: 5px 10px;
}
.widget .tags a:hover {
    color: #fff;
}
.widget .search-input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: initial;
    box-shadow: none;
    height: 45px;
    padding: 10px;
}
.widget .search-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    height: 45px;
}
.widget .nav-tabs li {
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
    padding-bottom: 0;
}
.widget .nav-tabs li:hover {
    border-bottom: 1px solid transparent;
}
.widget .post-title a {
    font-size: 13px;
    letter-spacing: 0;
}
.widget .quick-contact-form .form-control {
    background-color: rgba(241, 241, 241, 0.8);
    border-color: #d3d3d3;
    color: #a9a9a9;
}
.widget .product-list .product-title {
    font-size: 14px;
    font-weight: 400;
}
.widget.dark .widget-title {
    color: #fff;
}
.widget.dark .tags a {
    border: 1px solid #404040;
}
.widget.dark .widget-image-carousel .title {
    color: #fff;
}
.widget.dark .search-input {
    border: 1px solid #333333;
}
.widget.dark .styled-icons li a:hover i {
    color: #fff;
}
.widget.dark .search-button {
    border: 1px solid #333333;
}
.widget.dark .widget-subscribe .subscribe-title {
    color: #fff;
}
.widget.dark .widget-subscribe .subscribe-sub-title {
    color: #666666;
}
.widget.dark .nav-tabs li {
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
    padding-bottom: 0;
}
.widget.dark .nav-tabs li:hover {
    border-bottom: 1px solid transparent;
}
.widget.dark .nav-tabs li:hover a {
    border: 1px solid #555555;
}
.widget.dark .nav-tabs li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #333333 none repeat scroll 0 0;
    border-color: #555555 #555555 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
.widget.dark .product-title a {
    color: #808080;
}
.widget.dark .post-title a {
    color: #c0c0c0;
}
.widget.dark .tab-content {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #555555;
}
.widget.dark .quick-contact-form .form-control {
    background-color: rgba(5, 15, 5, 0.1);
    border-color: #333333;
}
.widget.dark .widget-title.line-bottom {
    border-bottom: 1px solid #444;
}
.widget.no-border ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget ul.list li::before {
    display: none;
}
.widget.dark ul.list li::before {
    display: none;
}
/* --------Horizontal Contact Widget  ---------- */
.horizontal-contact-widget {
    border-top: 1px dashed #666666;
}
.horizontal-contact-widget .each-widget::before {
    content: "\f111";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    right: 0;
    top: -42px;
}
/* -------- Horizontal Contact Widget Dark ---------- */
.horizontal-contact-widget.dark {
    border-top: 1px dashed #333333;
}
.widget.dark .btn.btn-default {
    border-color: #333;
}
/* -------- Flickr-Feed ---------- */
#flickr-feed img {
    background: none repeat scroll 0 0 #000;
    float: left;
    height: 60px;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 70px;
}
.text-hover-theme-colored {
    -webkit-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease;
}
/*
 * Footer.less
 * -----------------------------------------------
*/
.footer {
    background: #001018 url(../images/footer-bg.png) no-repeat right bottom;
}
.footer a {
    color: #808080;
}
.footer a:focus,
.footer a:hover,
.footer a:active {
    color: #666666;
}
.footer .widget .widget-title {
    margin-top: 0px;
}
.footer .widget.dark .quick-contact-form button {
    border-color: #333333;
    color: #909090;
}
.footer .widget.dark .quick-contact-form button:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.footer-bottom {
    border-top: 1px solid #333;
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
}

.bolt-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    line-height: 50px;
}

.figure-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    border-right: 1px dashed #d4d4d4;
    padding-top: 10px;
}

.figure-item:last-child {
    border-right: 0;
}


.figure-item b,
.figure-item span{
    display: block;
}


.figure-item b {
    font-size: 17px;
    margin: 0;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    padding: 2px 0;
}


.figure-item span{
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    color: #909090;
    margin-top: 5px;
}



.electric-figures .right-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}



.item-online {
    position: relative;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #d5dde6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;

}

.item-online:hover {
    background: #b3d2f5;
}

.item-online:after {
    content:"";
    width: 150%;
    height: 60%;
    left:-50%;
    border-radius: 100%;
    background-color: rgba(255,255,255,.3);
    z-index: 1;
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
    top: -90px;
    opacity: 0;

}



.item-online:hover:after{
    left:-30%;
    top:-20px;
    opacity: 1;
}

.item-online .image,
.item-online .content{
    position: relative;
    z-index: 2;
}

.item-online svg {
    height: 50px;
    width: auto;
}

.item-online .title {
    font-size: 15px;
    color: #585858;
    margin:0;
    font-weight: 500;
    line-height: 22px;
}

.item-online .image {
    margin-bottom: 15px;
}

.industry-four-slider__single-slide {
    position: relative;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #d5dde6;
}




.industry-four-slider__single-slide .image {
    margin-bottom: 20px;
    display: inline-block;
    padding: 22px;
    background-color: #424f5f;
    text-align: center;
    border-radius: 100%;
    width: 95px;
    height: 95px;
}

.industry-four-slider__single-slide .image i {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
}

.industry-four-slider__single-slide .content .title {
    font-size: 17px;
    color: #5e6c7d;
    margin:0;
    font-weight: 500;
    padding: 0 15px;
    line-height: 23px;
}

.industry-four-slider__single-slide .content .title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.industry-four-slider__single-slide .content .title a:hover {
    color: #DE2021;
}

.industry-four-slider__single-slide:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 0;
    height: 5px;
    background-color: #DE2021;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.industry-four-slider__single-slide:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.industry-four-slider__text {
    font-size: 1.125rem;
    max-width: 700px;
    margin: 0 auto;
}

.online-carousel .owl-controls .owl-nav > div:hover {
    background: transparent;
}

.online-carousel .owl-controls .owl-next {
    right: -40px;
}

.online-carousel .owl-controls .owl-prev {
    left: -40px;
}


.online-carousel .owl-controls .owl-nav > div {
    top: 50%;
    margin-top: -26px;
    padding: 0;
    background: transparent;
}




.industry-slider-nav-area {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

.industry-slider-nav-area .ht-swiper-button-nav {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
}

.industry-slider-nav-area .ht-swiper-button-next {
    right: 50px;
}

.industry-slider-nav-area .ht-swiper-button-prev {
    left: 50px;
}

.industry-slider-nav-container {
    padding-bottom: 30px;
    z-index: 2;
}

.industry-slider-nav-container .swiper-slide-visible {
    z-index: 6;
    -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
}

.industry-slider-nav-container .swiper-slide-active {
    background-color: #db222f;
    color: #fff;
    position: relative;
}

.industry-slider-nav-container .swiper-slide-active .industry-single-nav__title{
    color:#fff;
}

.industry-slider-nav-container .swiper-slide-active svg,
.industry-slider-nav-container .swiper-slide-active svg * {
    fill:#fff !important;
}

.industry-slider-nav-container .swiper-slide-active:before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: #db222f;
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    opacity: 1;
}

.industry-slider-nav-container .swiper-slide-active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #db222f;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -16px;
}

.industry-single-nav {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.industry-single-nav__icon {
    margin-right: 15px;
}


.industry-single-nav__icon svg {
    height: 40px;
    width: auto;
    display: inline-block;
}
.industry-single-nav__icon svg,
.industry-single-nav__icon svg *{
    fill:#888 !important;
}

.industry-single-nav__title {
    font-size: 16px;
    font-weight: 500;
    color: #888;
    line-height: 25px;
}

.industry-slider-content-container {
    margin-top: -30px;
}

.industry-slider-content-single {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.industry-slider-content-single:after {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
}

.industry-slider-content-single > .container {
    position: relative;
    z-index: 2;
}

.industry-slider-content-single .industry-content-inner {
    width: 550px;
    max-width: 100%;
    background-color: #fff;
    padding: 35px;
}

.industry-slider-content-single .industry-content-inner .title {
    font-size: 20px;
    margin-top: 0;
}

.ht-swiper-button-nav {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    background-image: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    width: 50px;
    height: 50px;
    line-height: 54px;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #3e3e3e;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background-color: #3e3e3e;
}

.ht-swiper-button-nav:hover {
    background-color: #db222f;
    border-color: #db222f;
    color: #ffffff;
}

.ht-swiper-button-prev {
    left: 0;
}

.ht-swiper-button-next {
    right: 0;
}

.swiper-pagination {
    position: static;
    display: block;
    max-width: 100%;
    text-align: center;
    width: auto;
    z-index: 7;
    line-height: 1;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: #222;
    cursor: default;
}

.swiper-pagination .swiper-pagination-bullet {
    vertical-align: bottom;
}


.index-news-carousel .owl-controls .owl-nav > div{
    top: -73px;
    width: 40PX;
    height: 40PX;
    padding: 0;
    text-align: CENTER;
    line-height: 63px;
    background: #afafaf;
}

.index-news-carousel .owl-controls .owl-nav > div i {
    color: #fff;
    font-size: 34px;
}

.index-news-carousel .owl-controls .owl-nav > div:hover {
    background-color: #db222f;
}
.index-news-carousel .owl-controls .owl-nav > .owl-prev {
    left:inherit;
    right: 48px;
}

.testimonial h4 {
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.testimonial:hover h4 {
    color:#bd081d !important;
}

.overlay-style-one{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}



.single-solution-item{
    margin-bottom: 30px;
}


.single-solution-item .title-holder {
    margin-bottom: 30px;
}
.single-solution-item .title-holder h3 {
    font-size: 24px;
    margin: 0 0 5px;
    font-weight:400;
}
.single-solution-item .title-holder p {
    color: #999999;
    margin: 0 0 17px;
}
.single-solution-item .title-holder .border{
    background: #fdc900;
    height: 5px;
    width: 60px;
    display: block;
}
.single-solution-item .img-holder,
.img-holder{
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.single-solution-item .img-holder img,
.img-holder img{
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-solution-item:hover .img-holder img,
.img-holder:hover img{
    transform: scale(1, 1);
}



.single-solution-item:hover .img-holder .overlay-style-one,
.img-holder:hover .overlay-style-one{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}



.single-solution-item .img-holder .overlay-style-one .box{

}
.single-solution-item .img-holder .overlay-style-one .box .content {
    text-align: left;
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.single-solution-item .img-holder .overlay-style-one .box .content a {
    background: #fdc900;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 15px 4px;
    border-radius: 3px;
    border: 2px solid #fdc900;
    transition: all 0.4s ease 0s;
}
.single-solution-item .img-holder .overlay-style-one .box .content a:hover{
    background: #292d2f;
    color: #fff;
}
.single-solution-item .img-holder .icon-holder {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fdc900;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 3px;
    transition: all 900ms ease;
    transform: translate3d(0px, 0px, 0px);
}
.single-solution-item:hover .img-holder .icon-holder{
    transform: translate3d(0px, 80px, 0px);
}
.single-solution-item .img-holder .icon-holder span:before {
    color: #222222;
    font-size: 25px;
    line-height: 25px;
    display: block;
    padding: 10px 0;
}
.single-solution-item .text-holder {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 23px 20px 21px;
}
.single-solution-item .text-holder p{
    margin: 0;
}

.single-solution-item .text-holder b {
    min-width: 150px;
    display: inline-block;
    font-weight: 500;
}

.solution-area .solution-botton{
    padding-top: 0px;
}
.solution-area .solution-botton .single-item {
    width: 100%;
}
.solution-area .solution-botton .single-item .img-holder{
    width: 120px;
    position: relative;
}
.solution-area .solution-botton .single-item .img-holder,
.solution-area .solution-botton .single-item .text-holder{
    display: table-cell;
    vertical-align: middle;
}
.solution-area .solution-botton .single-item .text-holder {
    padding-left: 20px;
    border: 1px solid #f4f4f4;
    padding-right: 20px;
}
.solution-area .solution-botton .single-item .text-holder h3 {
    margin: 0 0 7px;
    font-weight: 400;
}
.solution-area .solution-botton .single-item .text-holder p {
    color: #999999;
    margin: 0 0 8px;
}
.solution-area .solution-botton .single-item .text-holder a{
    color: #fdc900;
    font-size: 16px;
    font-weight: 400;
}
.solution-area .solution-botton .single-item .text-holder a span:before {
    display: inline-block;
    padding-right: 6px;
    font-size: 15px;
    line-height: 15px;
    transition: all 500ms ease;
}
.solution-area .solution-botton .single-item:hover .text-holder a span:before{}

.welcome-area {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.welcome-area .welcome-content {

}
.welcome-area  .title {
    text-align: center;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #7cc1e6;
}

.welcome-area .title h1 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.welcome-area .welcome-content .title h1 span{
    color: #fdc900;
}
.welcome-area .welcome-content .title,
.welcome-area .welcome-content .text{
    display: table-cell;
    vertical-align: middle;
}
.welcome-area .welcome-content .text{
    padding-left: 30px;
}
.welcome-area .welcome-content .text p {
    margin: 0;
}


.thm-btn {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    position: relative;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    display: inline-block;
    padding: 11px 30px 10px;
    text-align: center;
    z-index: 1;
    border-radius: 3px;
}
.thm-btn:before {
    background-color: #e7b801;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
    border-radius: 3px;
}



.thm-btn:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


.index-elect .column {
    /* background: url(../images/column_line.jpg) repeat-y top right; */
    height: 75px;
}


.index-elect .column .item {
    position: relative;
    display: inline-block;
    padding: 0px 60px 0 0px;
}



.index-elect .column .item i {
    position: absolute;
    right: 9px;
    top: 7px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #db212f;
    font-size: 19px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
}
.index-elect .column .item-numbers {
    position: relative;
}
.index-elect .column .item-numbers:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #3A3B45;
    position: absolute;
    top:0;
    right: -14px;
}

.index-elect .column .item-numbers:last-child:after{
    display: none;
}


.index-elect .column .item h5 {
    padding:10px 0;
}

.slider-marquee {
    padding:0px;
}


.electric-figures .icon-block{
    height: 75px;
    line-height: 75px;
    padding: 0 15px;
}


.electric-figures .icon-block img {
    height: 40px;
    width: auto;
    max-width: inherit;
}


.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}


.breadcrumb-area:before {
    position: absolute;
    z-index: 1;
}


.breadcrumb-area > .breadcrumb-botton,
.breadcrumb-area > .container {
    position: relative;
    z-index: 2;
}


.breadcrumb-area .breadcrumbs {
    padding-top: 80px;
    padding-bottom: 55px;
}


.breadcrumb-area .breadcrumbs h1 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}

.breadcrumb-botton {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.breadcrumb-botton ul {
    text-align: center;
    background: #db222f;
    display: inline-block;
    padding: 13px 9px;
}
.breadcrumb-botton ul li{
    display: inline-block;
    margin: 0 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
}

.breadcrumb-botton ul li:after{
    font-family: FontAwesome;
    content:"\f105";
    display: inline-block;
    margin-left: 15px;
    color:#222;
}

.breadcrumb-botton ul li:last-child:after {
    content: "";
}


.breadcrumb-botton ul li i {
    display: inline-block;
    font-size: 16px;
}
.breadcrumb-botton ul li a{
    transition: all 500ms ease;
    color: #222;
    font-weight: 400;
}
.breadcrumb-botton ul li a:hover{
    color: #fff;
}
.breadcrumb-botton ul li.active{
    color: #fff;
}
.breadcrumb-botton .share-button a {
    color: #db222f;
    font-size: 16px;
    font-weight: 300;
    transition: all 500ms ease;
}
.breadcrumb-botton .share-button a:hover{
    color: #fff;
}

.breadcrumb-botton .share-button {
    margin: 11px 0;
}

.breadcrumb-botton .share-button a i{
    display: inline-block;
    padding-right: 7px;
    position: relative;
    top: 0;
}


.left-sidebar .single-sidebar {}
.left-sidebar .single-sidebar > .page-link {
    overflow: hidden;
    margin-bottom: 50px;
    background: #f7f7f7;
    display: block;
    padding: 0px 20px;
}
.left-sidebar .single-sidebar .page-link > li > a {
    border-bottom: 1px solid #e9e9e9;
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    padding: 12px 0 12px;
}
.left-sidebar .single-sidebar .page-link > li:last-child > a{
    border-bottom: none;
}

.left-sidebar .single-sidebar .page-link > li > a:before {
    color: #db222f;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: 11px;
    transform: translate3d(-10px, 0px, 0px);
    opacity: 0;
    transition: all 500ms ease;
}




.left-sidebar .single-sidebar .page-link > li:hover > a,
.left-sidebar .single-sidebar .page-link > li.active > a{
    padding-left: 25px;
}


.left-sidebar .single-sidebar .page-link > li:hover > a,
.left-sidebar .single-sidebar .page-link > li.active > a{
    color: #db222f;
}



.left-sidebar .single-sidebar .page-link > li:hover > a:before,
.left-sidebar .single-sidebar .page-link > li.active > a:before{
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}





.left-sidebar .single-sidebar .dwn-link {
    overflow: hidden;
    margin-bottom: 50px;
}
.left-sidebar .single-sidebar .dwn-link li{
    margin-bottom: 10px;
}
.left-sidebar .single-sidebar .dwn-link li:last-child{
    margin-bottom: 0;
}
.left-sidebar .single-sidebar .dwn-link li a {
    color: #999999;
    font-size: 16px;
    font-style: italic;
    border: 1px solid #f4f4f4;
    display: block;
    padding: 15px 0px 13px 15px;
    transition: all 500ms ease;
}
.left-sidebar .single-sidebar .dwn-link li a:hover{
    border-color: #db222f;
}
.left-sidebar .single-sidebar .dwn-link li a .icon-holder{
    width: 35px;
}
.left-sidebar .single-sidebar .dwn-link li a .icon-holder i {
    color: #222222;
    font-size: 20px;
}
.left-sidebar .single-sidebar .dwn-link li a .icon-holder,
.left-sidebar .single-sidebar .dwn-link li a .title-holder{
    display: table-cell;
    vertical-align: middle;
}

.left-sidebar .single-sidebar .dwn-link li a .title-holder h5{
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    margin: 0 0 3px;
}

.left-sidebar .single-sidebar .get-touch-withus {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 27px 15px 21px;
    position: relative;
}
.left-sidebar .single-sidebar .get-touch-withus:before{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 78px;
    height: 80px;
    content: "";

}
.left-sidebar .single-sidebar .get-touch-withus h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.left-sidebar .single-sidebar .get-touch-withus p {
    color: #222222;
    font-size: 16px;
    margin: 0 0 5px;
}
.left-sidebar .single-sidebar .get-touch-withus a {
    color: #db222f;
}
.left-sidebar .single-sidebar .get-touch-withus .button {
    margin: 5px 0 0;
}
.left-sidebar .single-sidebar .get-touch-withus .button a{
    color: #db222f;
    font-size: 16px;
    font-weight: 400;
}
.left-sidebar .single-sidebar .get-touch-withus .button span:before {
    font-size: 15px;
    display: inline-block;
    padding-right: 7px;
}

.single-sidebar .sidebar-submenu {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left:10px;
}



.single-sidebar .sidebar-submenu li {
    position: relative;
    /* display: block; */
    list-style: circle;
    padding: 0;
    margin-left: 16px;
}



.single-sidebar .sidebar-submenu li a {
    border-bottom: 1px solid #e9e9e9;
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    padding: 12px 0;
}




.single-sidebar li a i{
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ccc;
    color:#fff;
    border-radius: 100%;
}



.single-sidebar li.active a i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



.single-sidebar .sidebar-submenu li.active a,
.single-sidebar .sidebar-submenu li:hover a {
    color:#bd081d;
}

.content-detail {
    padding:50px 0;
}

.sec-title {
    padding-bottom: 30px;
    position: relative;
    display: block;
}


.sec-title h1 {
    color: #252525;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 8px;
}


.sec-title .border {
    position: relative;
    background: #eaeaea;
    height: 2px;
    width: 100%;
    display: block;
    margin: 20px 0 0;
}


.sec-title .border:before{
    position: absolute;
    top: 0px;
    left: 0;
    width: 80px;
    height: 2px;
    content: "";
    background: #db222f;
}

.sec-title .border.center:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.row.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.page-full-img {
    margin-bottom: 30px;
    position: relative;
}

.header-below {
    background: #f7f7f7;
}

.electric-figures .bg-inner {
    background-color: #fff;
    border-bottom:1px solid #ccc;
}


.footer-bottom .newsletter-form .form-control:focus,
.footer-bottom .newsletter-form .form-control {
    background-color: #001018;
    border-color: #001018;
    font-size: 14px;
    color:#ccc;
}

.footer-bottom .newsletter-form .btn {
    padding: 8px 40px;
    font-size: 17px;
}

.sc-title {
    font-size: 28px;
    font-weight: 400;;
}

article.post {
    border:1px solid #ccc;
    margin-right: 1px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

article.post:hover {
    background-color: #ededed !important;
}

.testimonial-media {
    border:1px solid #ccc;
    margin-bottom: 14px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonial-media:hover{
    background-color: #ededed !important;
}

.testimonial-media .author {
    color:#ff7068;
}

.solution-botton .single-item {
    padding: 17px;
    background: #fff;
    border-radius: 3px;
    display: block;
}


.solution-botton .single-item svg {
    height: 80px;
    width: auto;
    margin-bottom: 20px;
}

.item-numbers+.item-numbers {
    margin-left: 30px;
}

.single-operation {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #eaeaea;
}

.single-operation .image {
    margin:0;
}

.single-operation .title{
    font-weight: 500;
    margin-top: 0px;
    font-size: 20px;
}

.single-operation .short{
    font-weight: 400;
    max-height: 65px;
    overflow: hidden;
}

.single-operation .content {
    padding: 20px;
    background-color: #fff;
}


.single-operation .content .svg-box {
    width:80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    margin-top: -50px;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 7px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 7px 0px rgba(0,0,0,.15);
    -o-box-shadow: 0 0 7px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 7px 0px rgba(0,0,0,.15);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-operation .content .media {
    overflow: inherit;
}
.single-operation .content svg {
    height: 39px;
    width: auto;
}
.single-operation .content svg,
.single-operation .content svg *{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    fill:#db222f !important;
}

.single-operation .content .media-left{
    padding-right:15px;
    border-right: 3px solid #ececec;
}


.single-operation .content .media-body {
    padding-left: 15px;
}

.single-operation:hover {
    box-shadow: 0 0 17px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 17px 0px rgba(0,0,0,.15);
    -o-box-shadow: 0 0 17px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 17px 0px rgba(0,0,0,.15);
}

.single-operation:hover .svg-box {
    background-color: #db222f;
}

.single-operation:hover .content svg,
.single-operation:hover .content svg *{
    fill:#fff !important;
}


.single-operation:hover .title {
    color:#db222f;
}

.operation-detail .svg-box {
    display: inline-block;
    padding: 13px;
    background-color: #333;
}

.operation-detail .svg-box svg{
    height: 27px;
}

.operation-detail .svg-box svg,
.operation-detail .svg-box svg * {
    fill:#fff !important;
}


.table-operation-info td i{
    color:#fff;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #db222f;
    margin-right: 7px;
    border-radius: 100%;
}

.table-operation-info td span {
    display: inline-block;
    min-width: 100px;
}


.download-list li a{
    background-color: #fff;
    padding: 5px 10px;
}

.widget .download-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}



.download-list li img{
    height: 45px;
    width: auto;
    max-width: inherit;
    margin-right: 10px;
}


.download-list.photo li img{
    height: 90px;
}

.news-detail-date {
    bottom:20px;
    right: 20px;
}


.thumb-image img {
    width: auto;
    height: 100px !important;
}



.thumb-image .swiper-slide{
    width: auto;
    position: relative;
}


.isletme-person-list .person-item {
    border:1px solid #efefef;
}





.isletme-person-list .media-info ul li{
    padding-left:0;
    margin-bottom: 10px;
}


.isletme-person-list .media-info ul li i{
    margin-right: 5px;
}

.isletme-person-list .media-info ul li:before{
    content:"";
    margin: 0;
}



.isletme-person-list .media-last h4{
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}


.content-unit-detail table p {
    margin-bottom: 0;

}

.content-unit-detail table b,
.content-unit-detail table strong{
    font-weight: 400;
}


img.img-circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.gallery-item{
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
    margin-bottom: 30px;
}
.gallery-item .gallery-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.gallery-item .gallery-image img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-item .line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px dashed #fff;
    margin: 30px;
    z-index: 5;
}

.gallery-item .gallery-image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 15px;
    z-index: 4;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.gallery-item .gallery-title {
    position: relative;
    z-index: 6;
    font-size: 19px;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 25px;
    padding:15px 20px;
}



.gallery-item .icon {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#fff;
    font-size: 30px;
    z-index: 6;
}

.gallery-item:hover .gallery-title{
    color:#bd081d;
}



.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.gallery-item:hover .gallery-image:after{
    background-color: rgba(0,0,0,0);
}


.press-list .press-item {
    margin-bottom: 20px;
    background-color: #fff;
    border:1px solid #efefef;
    padding:10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    webkit-box-shadow: 0px 0px 11px 0px rgba(33, 49, 182, 0.1);
    box-shadow: 0px 0px 11px 0px rgba(33, 49, 182, 0.1);

}

.press-list .press-item .title {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}



.press-list .press-item:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.press-list .press-item:hover .title {
    color:#bd081d;
}

.press-list .press-item img{
    height: 100px;
}
.letter-list {
    font-size: 0;
    text-align: center;
}
.letter-list li {
    display: inline-block;

}


.letter-list li a {
    display: inline-block;
    padding: 9px 11px;
    color: #333;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.letter-list li:last-child a{
    border-right: 0;
}

.letter-list li a.active,
.letter-list li a:hover{
    background-color: #fdc900;
    color:#333;
}

.firm-short-detail {
    padding:0;
    margin:0;
    list-style: none;
    font-size: 0;
}

.firm-short-detail li {
    display: inline-block;
    font-size: 15px;
    color:#333;
    font-weight: 400;
}

.firm-short-detail li+li{
    margin-left: 40px;
}

.firm-short-detail li b {
    font-weight: 500;
    color:#bd081d;
}

.firm-short-detail li b i{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #efefef;
}

.uye_table .btn {
    padding:0.375rem 0.75rem;
    color:#fff !important;
}

.firm-detail-list {
    padding:0;
    margin:0;
    list-style: none;
}
.firm-detail-list li {
    display: block;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 1px;
}

.firm-detail-list li svg {
    height: auto;
    width: 50px;
    margin-right: 15px;
    border-right: 1px solid #e6e6e6;
    padding-right: 15px;
}

.firm-detail-list li svg,
.firm-detail-list li svg *{
    fill: #db212f;
}

.firm-detail-list li a {
    font-weight: 400;
}

.firm-detail-list li a:hover {
    color:#db212f;
}

.filter-week .btn-event {
    cursor: pointer;
    margin: 0;
    display: inline-block;
    color: #c1c1c1;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.filter-week .btn-event:hover {
    color: #fff;
    border-color: #f79191;
    background-color: #f79191;
}


.filter-week .select-week {
    border-radius: 25px;
    padding: 10px 40px 10px 22px;
    background-color: #f5f4f4;
    color: #adadad;
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    height: 35px;
    margin: 0 20px;
    font-weight: 400;
    position: relative;
}

.filter-week .select-week:after {
    font-family: "FontAwesome";
    content:"\f0dc";
    display: inline-block;
    border-radius: 0 25px 25px 0px;
    background-color: #f79191;
    color: #fff;
    padding: 0px 12px 0px 8px;
    height: 34px;
    box-sizing: border-box;
    line-height: 34px;
    right: 0;
    position: absolute;
    top: 0;
}
.index-event-list {
    overflow: hidden;
    position: relative;
    margin: 0px;
    height: 100px;
    border-right: 1px solid #f1f1f1;
    border-radius: 5px;
}

.index-event-list .event-item{
    width: 14.28%;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    background: transparent;
}

.index-event-list .event-item .event-box{
    cursor: pointer;
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    border-right: none;
    color: #949494;
    line-height: 100%;
    padding: 13px 0 13px;
    height: 95px;
    border-top:5px solid transparent;
}


.index-event-list .event-item .event-box:hover {
    background-color: #f79191;
    color: #fff;
}



.index-event-list .event-item .event-box .month {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 17px;
    color: #adadad;
}

.index-event-list .event-item .event-box .day {
    font-size: 30px;
    margin-bottom: 14px;
    font-weight: 500;
}


.index-event-list .event-item .event-box .event-dot {
    display: inline-block;
    margin: 0 1px;
    height: 7px;
    width: 7px;
    border-radius: 60px;
}

.index-event-list .event-item .event-box .event-dot.blue {
    background-color: #7cc1e6;
}

.index-event-list .event-item .event-box .event-dot.green {
    background-color: #93e378;
}

.index-event-list .event-item .event-box:hover  .month {
    color: #fff;
}


.index-event-list .event-item .event-box.current-day {
    border-top-color:#f79191;
}

.event-detail .modal-header {
    border-left: 5px solid #7cc1e6;
    padding: 15px 0px;
}

.event-detail .modal-title{
    padding-left:100px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    font-size: 22px;
    color:#6B6B6B;
    padding-right: 30px;
    margin-bottom: 4px;
}

.event-detail .event-date-modal {
    position: absolute;
    top:0;
    left:0;
}

.event-detail .event-day-modal {
    display: block;
    float:left;
    padding: 17px;
}


.event-detail .event-day-modal span {
    display: block;
    color:#ABABAB;
}

.event-detail .event-day-modal .day {
    font-size: 30px;
    font-weight: 500;
    line-height: 23px;
}

.event-detail .event-day-modal .month {
    font-size: 12px;
}
.event-detail .event-day-modal-end {
    display: block;
    float:left;
    padding: 14px 0px;
    position: relative;
}
.event-detail .event-day-modal-end span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #ABABAB;
}

.event-detail .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 90001;
    margin: -14px -14px 0 0;
    color: #666666;
    background-color: #000;
    border-radius: 50%;
    padding: 5px;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 90%;
    font-size: 28px;
    cursor: pointer;
    font-weight: 300;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    opacity: 1;
}

.event-detail .close:hover {
    background-color: #cfcfcf;
}

.event-detail .event-day-modal-end:before{
    content:"-";
    position: absolute;
    top: 12px;
    left: -11px;
    color: #ABABAB;
    font-weight: 500;
}


.event-detail .event-day-modal-end .day{
    font-weight: 500;
}

.event-detail .event-time {
    padding-left:100px;
    color:#8c8c8c;
    font-size: 12px;
}

.event-modal-block {
    border-bottom:1px solid #f1f1f1;
    padding: 15px 15px 15px 60px;
    position: relative;
}

.event-modal-block .icon {
    position: absolute;
    left: 17px;
    top: 18px;
    font-weight: 500;
    color: #6B6B6B;
    font-size: 18px;
    opacity: .5;
}

.event-modal-block .title{
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 500;
}

.event-modal-block p {
    font-size: 13px;
    margin-bottom: 0px;
    color:#656565;
}

.event-detail.e-page {
    border-right:1px solid #e9ecef;
    border-top:1px solid #e9ecef;
}

.event-detail.e-page:hover {
    background-color: #efefef;
}

.table-bolge th {
    width: 20%;
    font-weight: 500;
}

.numbers {
    position: relative;
    width: 100%;
}


.number-item {
    position: relative;
    width: 90%;
    background: linear-gradient(#fff, #e0e0e0);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,.2);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    margin: 0 auto 25px auto;
}

.number-item .number-area{
    padding: 25px 65px 15px;
    font-size: 40px;
    background-image: linear-gradient( 68.1deg,  rgba(255,200,69,1) -0.3%, rgba(239,69,115,1) 100.2% );
    color:#fff;
    font-style: italic;
    font-weight: 700;
    position: relative;
    line-height: 35px;
    text-align: center;
}



.number-item .number-area:after {
    position: absolute;
    top:0;
    height: 100%;
    width: 20px;
    background-image: linear-gradient( 68.1deg,  rgba(255,200,69,1) -0.3%, rgba(239,69,115,1) 100.2% );
    content: "";
    right: -40px;
}


.number-item .number-detail {
    font-size: 25px;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    color: #686868;
    font-weight: 500;
}


.all-notice .event-item {
    display: inline-block;
    border-bottom: 1px dashed #eee;
    padding-bottom:25px;
    margin-bottom: 25px;
    transition: all ease-in-out .3s;
    width: 100%;
    position: relative;
}


.all-notice .event-details {
    padding-left: 75px;
}

.all-notice .event-date {
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-in-out .3s;
    background: rgb(219, 34, 47);
    padding: 5px 8px;
    border-radius: 5px;
}
.all-notice .event-date h4{
    font-size: 20px;
    color: #fff;
}
.all-notice .event-date h4 span {
    font-weight: 300;
    width: 100%;
    display: block;
    font-size: 14px;
}

.all-notice ul.event-time li {
    padding:0 10px 0 0;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
}
.all-notice ul.event-time li i {
    color: #ffac00;
    padding-right: 10px;
}
.all-notice .event-details p {
    margin: 15px 0 0;
}



.all-notice .event-item{
    width: 100%;
    padding: 0;
    overflow: hidden;
    /* box-shadow: 0 0 30px #cccccc7a; */
    border: none;
    margin-bottom: 25px;
    position: relative;
    top: 0;
    transition: ease-out .3s;
    border-radius: 5px;
    background: #f9f9f9;
    border: 1px solid #eaeaea;
}
.all-notice .event-item:hover {
    top: -5px;
}
.all-notice .event-item:before {
    /* content: ""; */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height:100%;
    background: linear-gradient(to top,rgb(212, 212, 212), rgb(189, 189, 189));
    z-index: -1;
}

.all-notice .event-date{
    left: 20px;
    top: 30%;
    padding: 15px 20px;
}

.all-notice .event-date{padding: 8px 16px 2px;left: 18px;border-radius: 5px;top: 50%;transform: translateY(-50%);}

.all-notice .events-image .event-date{padding: 8px 16px; left: 10px; border-radius: 0px; top: 43.5%;}

.all-notice .event-date p{font-size:21px; margin-bottom: 0; text-align: center; font-weight: 700; color: #fff;}

.all-notice .event-date h4{font-size: 18px;font-weight: 500;}

.all-notice .event-details {
    position: relative;
    padding-left: 81px;
}

.all-notice .event-details .event_infn {
    padding: 20px;
}

.all-notice .event-details .event_infn h3 {
    font-size: 18px;
    font-weight: 500;
    color: #6d6d6d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.all-notice .event-item:hover h3 {
    color: #db222f;
}

.all-notice .event_infn ul.event-time li {
    display: inline-block;
    padding-right: 15px;
    font-weight: 400;
    color: #a2a2a2;
}




#form-result {
    /*padding: 30px 50px;*/
}
#form-result > * {
    margin: 0 0 20px 0;
}
#form-result label{
    color: #888;
    font-weight: 500;
}
.captcha-label,
#form-result .form-group > label{
    font-size: 15px;
    /* color: #222; */
    font-weight: 400;
    /* text-shadow: 1px 1px #dfdfdf; */
}
#captcha,
#form-result .form-control{
    padding: 0.5rem 1rem;
    font-size: 1.10rem;
    line-height: 1.3;
    border-radius: 0.2rem;
    border: 1px solid #e2e2e2;
    background-color: #f7f7f7;
}
#form-result .radio-group,
#form-result .checkbox-group {
    margin-left: 20px;
}
#form-result .radio-group input,
#form-result .checkbox-group input {
    margin-right: 5px;
}

#captcha,
#form-result input:focus, select:focus, textarea:focus,
#form-result input, select, textarea{
    outline: none!important;
    box-shadow: none!important;
}

#form-builder-reset{
    background-color: #666!important;
}


#form-result h1,
#form-result h2,
#form-result h3,
#form-result h4,
#form-result h5,
#form-result h6 {
    background-color: #d2d2d2;
    padding: 10px;
    font-weight: 400;
}

#form-result h1 {font-size: 20px;}
#form-result h2 {font-size: 17px;}
#form-result h3 {font-size: 16px;}
#form-result h4 {font-size: 14px;}
#form-result h5 {font-size: 13px;}
#form-result h6 {font-size: 12px;}





.survey-item{
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    margin-bottom: 5px;

}


.survey-item .icon {
    font-size: 27px;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}
.survey-item:hover .icon {
    background: #db212f;
    color: #fff;
}

.survey-item .title {
    font-weight: 400;
    font-size: 17px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.survey-item:hover .title {
    color: #db212f;
}

.info-item {
    border:1px solid #eeeeee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
}

.info-item img {
    height: 150px;
}

.info-item .media-body {
    padding:15px;
}

.info-item .category {
    top:0;
    left:0;
}
.info-item h3 {
    line-height: 25px;
    overflow: hidden;
    height: 50px;
}
.info-item p {
    height: 50px;
    overflow: hidden;
}
.info-item:hover{
    background-color: #eeeeee;
}

.info-item:hover h3 {
    color:#bd081d;

}


/***
=============================================
    Contact Form area style
=============================================
***/
.contact-form-area {
    padding-top: 0px;
    padding-bottom: 0px;
}
.contact-form-area .sec-title{
    position: relative;
}
.contact-form-area .sec-title .select-box {
    position: absolute;
    top: 7px;
    right: 0;
    width: 190px;
}
.contact-form-area .bootstrap-select {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.contact-form-area .bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    width: 100%;
}
.contact-form-area .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #bd081d;
    color: #fff;
}
.contact-form-area .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.contact-form-area .btn-group.open .dropdown-toggle:focus {
    border: none;
    outline: none;
}
.contact-form-area .bootstrap-select .dropdown-toggle:focus {
    outline: none;
}
.contact-form-area .form-control:focus {
    border-color: #48c7ec;
    box-shadow: none;
}
.contact-form-area .select-box .btn:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 15px;
    color: #777;
    width: 20px;
    right: 15px;
    top: 50%;
    margin-top: -11px;
}
.contact-form-area .g-select {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.contact-form-area .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    background: transparent;
    color: #777;
    padding: 11px 10px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #f4f4f4;
}
.contact-form-area .bs-caret {
    display: none;
}
.contact-form-area .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    top: 45px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: .4s ease;
}
.contact-form-area .bootstrap-select.open .dropdown-menu {
    transform: scaleY(1);
    transition: .4s ease;
}
.contact-form-area .dropdown-menu>li>a {
    padding: 8px 15px;
    display: block;
}
.contact-form-area .dropdown-menu>li>a:focus {
    background-color: #fff;
    color: #222;
}
.contact-form-area .dropdown-menu>li>a:hover {
    background-color: #bd081d;
    color: #fff;
}


.contact-form-area .contact-form form {
    background: #f7f7f7;
    display: block;
    padding: 30px 30px;
}
.contact-form-area .contact-form form h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 24px;
}
.contact-form-area .contact-form form input[type="text"],
.contact-form-area .contact-form form input[type="email"],
.contact-form-area .contact-form form textarea{
    background: #ffffff;
    border: 1px solid #ececec;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
}
.contact-form-area .contact-form form textarea{
    height: 120px;
    margin-bottom: 32px;
    padding: 10px 20px;
}
.contact-form-area .contact-form form input[type="text"]:focus{
    border-color: #db212f;
}
.contact-form-area .contact-form form input[type="email"]:focus{
    border-color: #bd081d;
}
.contact-form-area .contact-form form textarea:focus{
    border-color: #bd081d;
}


.quick-contact {
    overflow: hidden;
    padding: 35px 30px;
    border: 1px solid #dcdcdc;
    display: block;
    width: 100%;
}


.row.no-gutters .quick-contact {
    border-right:none;
    border-bottom:0;
}


.row.no-gutters > [class*="col-"]:nth-child(4n) .quick-contact{
    border-right:1px solid #dcdcdc;
}


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


.quick-contact .title h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
}


.quick-contact .title p{
    color: #999999;
    font-size: 16px;
    margin: 0;
}

.quick-contact .contact-info{

}

.quick-contact .contact-info li {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 13px;
    padding-left: 35px;
    padding-bottom: 13px;
    position: relative;
}

.quick-contact .contact-info li:last-child{
    margin-bottom: 0;
}

.quick-contact .contact-info li .icon-holder {
    position: absolute;
    top: 3px;
    left: 0;
}
.quick-contact .contact-info li .icon-holder span:before{
    color: #db222f;
    font-size: 20px;
}
.quick-contact .contact-info li .text-holder {}
.quick-contact .contact-info li .text-holder a,
.quick-contact .contact-info li .text-holder h5 {
    color: #8c8c8c;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    margin: 0;
}

.quick-contact .contact-info li .text-holder a:hover {
    color: #bd081d;
}


.quick-contact .contact-info li .text-holder h5 span {
    color: #333333;
    font-weight: 400;
}

.quick-contact .social-links {
    overflow: hidden;
    padding-top: 20px;
}
.quick-contact .social-links li{
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.quick-contact .social-links li:last-child{
    margin-right: 0;
}
.quick-contact .social-links li a i{
    color: #999999;
    font-size: 16px;
    transition: all 500ms ease;
}
.quick-contact .social-links li a:hover i{
    color: #db222f;
}

.dropdown-top {
    position: absolute;
    top: 100%;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.56);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.56);
    display: none;
}

.dropdown-top {
    left: inherit;
    right: 0px;
    padding: 15px;
    margin: 0px;
    min-width: 319px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    border-right: 5px solid #da212f;
    border-top: 0;
    background-color: #efefef;
    border-radius: 7px;
    margin-top: 0px;
}


.dropdown-top ul{
    margin: 0 -10px -20px 0;
    display: inline-block;
}
.dropdown-top ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}


.dropdown-top ul li:after {
    content: "";
    width: 150%;
    height: 60%;
    left: -50%;
    border-radius: 100%;
    background-color: rgba(255,255,255,.3);
    z-index: 1;
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease .1s;
    -moz-transition: all .3s ease .1s;
    -ms-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
    top: -90px;
    opacity: 0;
}


.dropdown-top ul li:hover:after {
    left: -30%;
    top: -20px;
    opacity: 1;
}

.dropdown-top ul li a {
    color: #585858;
    display: block;
    padding: 11px 10px;
}


.dropdown-top ul li a svg {
    height: 45px;
    width: inherit;
    margin-bottom: 15px;
}

.dropdown-top ul li .wrapper-li{
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    /* border-bottom: 2px solid #e2e2e2; */
    /* border-right: 2px solid #e2e2e2; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-top ul li:hover .wrapper-li{
    background-color: #b3d2f5;
    border: 1px solid #b3d2f5;
    /* border-bottom: 2px solid transparent; */
    /* border-right: 2px solid transparent; */
}

.dropdown-top ul li:hover a {
    /* color:#fff; */
}


.dropdown-top ul li img {
    height: 65px;
    margin-bottom: 8px;
}

.dropdown-top ul li span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.body-overlay {
    position: fixed;
    z-index: 10;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    cursor:url("../images/close.png"), auto;
}


.service_box {
    background-color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 10px solid #fff;
    text-align: center;
}
.service_box .service_img img {
    width: 100%;
}
.service_box .service_img {
    position: relative;
}
.service_box .service_img .ico-box {
    text-align: center;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    line-height: 60px;
}

.service_box .service_img .ico-box svg{
    height: 40px;
    width: auto;
}

.service_box .service_img .ico-box i {
    line-height: 75px;
    font-size: 38px;
    color: #38373C;
}
.service_box .service_img:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service_box:hover > .service_img:before {
    opacity: .7;
    visibility: visible;
}
.service_box:hover {
    background-color: #38373c;
    color: #ffffff;
}
.service_box:hover h2 {
    color: #db212f;
}
.service_box .btn-yellow {
    width: 100%;
    display: block;
    background-color: #F1F1F1;
    padding: 10px 0;
    font-size: 13px;
}
.service_box .btn-yellow:hover {
    color: #38373c;
}
.service_box:hover .btn-yellow {
    background-color: #db212f;
    color: #fff !important;
}
.service_box:hover p {
    color: #ffffff;
}
.service_box .service_details {
    padding: 20px 0 0px;
}
.service_details h2 a {
    display: block;
}
.service_details h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}
.service_details p {
    color: #87868a;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    line-height: 19px;
}

.service_center_left i {
    font-size: 50px;
}

.menu_mobile_close {
    display:block;
    width: 5em;
    height: 5em;
    cursor:pointer;
    position:absolute;
    right:0;
    top: 0;
}
.menu_mobile_close:before,
.menu_mobile_close:after {
    content:' ';
    position:absolute;
    z-index:2;
    left:38%;
    top:50%;
    width: 25%;
    height: 0;
    margin-top:-1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #fff;
}
.menu_mobile_close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_mobile_close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_mobile_overlay {
    display:none !important;
    position:fixed;
    z-index:100000;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.8);
}

.menu_mobile {
    position:fixed;
    z-index:100002;
    left:0;
    top:0;
    height: 0;
    width: 100%;
    -webkit-transition: height .3s ease-out;
    -moz-transition: height .3s ease-out;
    -ms-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;
}
.menu_mobile.opened {
    height:100%;
}

.menu_mobile_inner {
    position:absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    width: 100%;
    height: 100%;
    text-align:center;
    overflow:hidden;
}

.menu_mobile a {
    display:block;
}

.menu_mobile .sc_layouts_logo {
    text-align:center;
    margin: 4.4rem 0 0;
}
.menu_mobile .menu_mobile_nav_area {
    position:absolute;
    z-index: 1;
    left: 0;
    top: 48%;
    width: 100%;
    height: auto;
    max-height: 44%;
    padding-right:20px;
    overflow-y: scroll;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}

.menu_mobile .menu_mobile_nav_area ul {
    margin:0 auto;
    padding:0;
    list-style:none;
    width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
    margin: 0.6em 0 1.6em;
    display:none;
}
.menu_mobile .menu_mobile_nav_area li {
    margin-bottom: 2px;
    width:auto;
}
.menu_mobile .menu_mobile_nav_area li > a {
    font-size: 1.25rem;
    line-height: 1.5em;
    padding:0.15em 2.5em 0.15em 0;
    position:relative;
    display: inline-block;
    width: 30rem;
    text-align:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 2em;
    line-height: 1.5em;
    color: #fff;
}
.menu_mobile .menu_mobile_nav_area > ul > li li > a {
    padding-left: 0em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li > a {
    padding-left: 1em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li li > a {
    padding-left: 2em;
}
.menu_mobile .menu_mobile_nav_area .open_child_menu {
    position:absolute;
    z-index:1;
    right:0;
    top:0;
    display:block;
    font-size: 1.5rem;
    width: 1.9em;
    height: 1.9em;
    line-height: 1.7em;
    padding: 0.25em;
    text-align:center;
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a > .open_child_menu:before {
    /* font-size:0.7em; */
    /* line-height: 1em; */
}

.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
    background-color:transparent;
    height: 0.99em;
    line-height: 0.99em;
}
.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
    background-color: rgba(255,255,255,0.2);
}
.menu_mobile .menu_mobile_nav_area .open_child_menu:before {
    font-family: 'fontawesome';
    content: "\f103";
}
.menu_mobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before {
    content:'\e835';
}

.menu_mobile .search_mobile {
    position:absolute;
    left: 50%;
    bottom: 8rem;
    width: 28rem;
    margin-left: -14rem;
}
.menu_mobile .search_mobile form {
    position:relative;
}
.menu_mobile .search_mobile .search_field {
    width:100%;
    padding: 1.5em 3em 1.5em 1.5em;
}
.menu_mobile .search_mobile .search_submit {
    position:absolute;
    left: auto;
    right:0;
    top:0;
    padding: 1.4em;
    background-color:transparent;
}

.menu_mobile .socials_mobile {
    position:absolute;
    left: 0;
    bottom: 4rem;
    text-align:center;
    display:block;
    width: 100%;
}
.menu_mobile .social_item {
    display:inline-block;
    margin: 1em 1em 0 0;
}
.menu_mobile .social_item a {
    display:block;
    font-size:1em;
    width:1em;
    height: 1em;
    line-height:1em;
    text-align:center;
}

.scheme_dark .menu_side_inner, .scheme_dark .menu_mobile_inner {
    color: #ffffff;
    background-color: #383838;
}




.icons-box:not(:last-child){
}

.icons-box .row.flex-row{
}

.icons-box .row.flex-row > [class*="col-"]{
    padding-bottom: 40px;
    margin-bottom: 0;
}

.icons-box:not(.style-2) .flex-row[class*="fx-col-"]{
    margin: 0 -15px -30px;
}

.icons-box:not(.style-2) .flex-row[class*="fx-col-"] > *{
    padding: 0 15px 30px;
}

.icons-box.icons-bg .icons-wrap .item-box{
    z-index: 1;
}

.icons-box.icons-bg .icons-wrap .item-box:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
    transition: all .5s ease;
    background: #313131;
}

.icons-box.icons-bg .icons-wrap .item-box:hover:after{
    opacity: 1;
}

.icons-box.icons-bg .icons-wrap .item-box:hover svg {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.row-icons .col-lg-3:nth-child(1) .item-box{
    background: #003056;
}

.row-icons .col-lg-3:nth-child(2) .item-box{
    background: #03417a;
}

.row-icons .col-lg-3:nth-child(3) .item-box{
    background: #00a1d9;
}

.row-icons .col-lg-3:nth-child(4) .item-box{
    background: #47d9bf;
}

.row-icons .col-lg-3:nth-child(5) .item-box{
    background: #044a7f;
}

.icons-box.icons-bg .icons-wrap:nth-child(1) .item-box:hover:after{
    background: #002546;
    background: -moz-linear-gradient(left, #002546 0%, #004268 100%);
    background: -webkit-linear-gradient(left, #002546 0%,#004268 100%);
    background: linear-gradient(to right, #002546 0%,#004268 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002546', endColorstr='#004268',GradientType=1 );
}

.icons-box.icons-bg .icons-wrap:nth-child(2) .item-box:hover:after{
    background: #03417a;
    background: -moz-linear-gradient(left, #03417a 0%, #07639a 100%);
    background: -webkit-linear-gradient(left, #03417a 0%,#07639a 100%);
    background: linear-gradient(to right, #03417a 0%,#07639a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03417a', endColorstr='#07639a',GradientType=1 );
}

.icons-box.icons-bg .icons-wrap:nth-child(3) .item-box:hover:after{
    background: #0090d0;
    background: -moz-linear-gradient(left, #0090d0 0%, #00adde 100%);
    background: -webkit-linear-gradient(left, #0090d0 0%,#00adde 100%);
    background: linear-gradient(to right, #0090d0 0%,#00adde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090d0', endColorstr='#00adde',GradientType=1 );
}

.icons-box.icons-bg .icons-wrap:nth-child(4) .item-box:hover:after{
    background: #38d0b1;
    background: -moz-linear-gradient(left, #38d0b1 0%, #59dec7 100%);
    background: -webkit-linear-gradient(left, #38d0b1 0%,#59dec7 100%);
    background: linear-gradient(to right, #38d0b1 0%,#59dec7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38d0b1', endColorstr='#59dec7',GradientType=1 );
}

.icons-box.icons-bg .icons-wrap:nth-child(5) .item-box:hover:after{
    background: #033b6d;
    background: -moz-linear-gradient(left, #033b6d 0%, #075c8e 100%);
    background: -webkit-linear-gradient(left, #033b6d 0%,#075c8e 100%);
    background: linear-gradient(to right, #033b6d 0%,#075c8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033b6d', endColorstr='#075c8e',GradientType=1 );
}

.icons-box.icons-bg.style-2:not(.type-2) .icons-wrap .item-box:hover:after{
    display: none;
}

.icons-box .item-box > .icons-box-title > a{
    color: #04518c;
    border-bottom: 1px solid transparent;
    letter-spacing: 0.3px;
}

.icons-box .item-box > .icons-box-title > a:hover{
    border-bottom-color: inherit;
}

.icons-box .icons-item{
    cursor: pointer;
    height: 100%;
}

/* Icons-style-1 */

.icons-box.style-1 .item-box{
    color: #777;
}

.icons-box.style-1 .item-box > i{
    color: #ffdb3e;
    font-size: 40px;
    display: block;
}

.icons-box.style-1 .item-box .icons-box-title a{
    text-transform: uppercase;
    font-weight: 500;
}

.icons-box.style-1 .item-box > i:not(:last-child){
    margin-bottom: 15px;
}

/* Icons-style-2 */

.icons-box.style-2 .item-box{
    padding: 30px 40px 40px;
    color: #777;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.icons-box.style-2:not(.type-2) .item-box svg{
    position: absolute;
    right: 24px;
    bottom: 21px;
    opacity: 0.2;
    z-index: -1;
    width: 120px;
    height: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.icons-box.style-2:not(.type-2) .item-box svg * {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.row-icons .col-lg-3:nth-child(1) .item-box svg,
.row-icons .col-lg-3:nth-child(1) .item-box svg *{
    fill: #0060ac;
}

.row-icons .col-lg-3:nth-child(2) .item-box svg *,
.row-icons .col-lg-3:nth-child(2) .item-box svg{
    fill: #0cbaff;
}

.row-icons .col-lg-3:nth-child(3) .item-box svg *,
.row-icons .col-lg-3:nth-child(3) .item-box svg{
    fill: #00ffff;
}

.row-icons .col-lg-3:nth-child(4) .item-box svg *,
.row-icons .col-lg-3:nth-child(4) .item-box svg{
    fill: #ffffff;
    opacity: 0.5;
}

.icons-box.style-2 .icons-box-title a{
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.3px;
}

.icons-box.style-2 .icons-box-title:not(:last-child){
    margin-bottom: 25px;
    font-weight: 400;
    color: #fff;
}

/* Icons-style-3 */

.icons-box.style-3 .item-box{
    padding: 40px;
    color: #eee;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

.icons-box.style-3 .icons-wrap .item-box i:not(:last-child){
    margin-bottom: 25px;
}

.icons-box.style-3 .icons-wrap .item-box i{
    color: #fff;
    font-size: 40px;
    display: block;
}

.icons-box.style-3 .icons-box-title a{
    color: #fff;
    font-weight: normal;
    text-transform: none;
}

.icons-box.style-3 .icons-wrap .item-box p:not(:last-child){
    margin-bottom: 25px;
}

/* Icons-style-4 */

.icons-box.style-4 .icons-item{
    padding: 30px;
    color: #777;
    background: #fafafa;
    overflow: hidden;
    border-radius: 5px;

    transition: all .4s ease;
}

.icons-box.style-4 .icons-item:hover{
    background: #fff;

    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.icons-box.style-4 .item-box{
    position: relative;
    padding-left: 60px;
}

.icons-box.style-4 .item-box .icons-box-title a{
    text-transform: uppercase;
}

.icons-box.style-4 .item-box i{
    position: absolute;
    left: 0;
    top: 0;
    color: #00a1d9;
    font-size: 40px;
    transition: all .45s ease;
}

.icons-box.style-4 .icons-item:hover .item-box i{
    background: linear-gradient(to right, #00a1d9 0%,#47d9bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[class*="btn"].btn-style-5 {
    background: #ffdb3e;
    color: #333;
}

.item-box:hover .btn-style-5 {
    background-color: #bb9800;
}




/* GÜNCELLENECEK KISIM */



.kariyer-header .logo {
    -webkit-flex-basis: 185px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 300px;
    padding: 15px 15px 15px 0;
}



.n-hero-section-two.rebuild {
    padding:50px 0;

}

.n-hero-section-two:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 60px;
    /*
    background-image: url(../images/emp_img.png);
    background-image: url(../images/emp_img_2.png);
    */
    background-repeat: repeat-x;
    min-height: 466px;
    background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0;
    width: 100%;
    animation: 90s para reverse infinite linear;
    z-index: 1;
}
.n-hero-section-two.n-hero-kariyer:after {
    background-image: url(../images/emp_img.png);
}
.n-hero-section-two.n-hero-pazar:after {
    background-image: url(../images/emp_img_2.png);
}


.n-hero-section-two:before {
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    /*background: rgb(2, 54, 150);
    background: -moz-linear-gradient(45deg, rgba(86, 232, 84, 0.68) 20%, rgba(2, 54, 150, 0.72) 100%);
    background: -webkit-linear-gradient(45deg, rgba(86, 232, 84, 0.68) 20%, rgba(2, 54, 150, 0.72) 100%);
    background: linear-gradient(45deg, rgba(86, 232, 84, 0.68) 20%, rgba(2, 54, 150, 0.72) 100%);*/
    content: "";
    width: 100%;
    height:100%;
}

.n-hero-section-two.n-hero-kariyer:before {
    background: rgb(2, 54, 150);
    background: -moz-linear-gradient(45deg, rgba(86, 232, 84, 0.68) 20%, rgba(2, 54, 150, 0.72) 100%);
    background: -webkit-linear-gradient(45deg, rgba(86, 232, 84, 0.68) 20%, rgba(2, 54, 150, 0.72) 100%);
    background: linear-gradient(45deg, rgba(86, 232, 84, 0.68) 20%, rgba(2, 54, 150, 0.72) 100%);
}
.n-hero-section-two.n-hero-pazar:before {
    background: rgba(44, 79, 255);
    background: -moz-linear-gradient(45deg, rgba(44, 79, 255, 0.8) 20%, rgb(193, 19, 59) 100%);
    background: -webkit-linear-gradient(45deg, rgba(44, 79, 255, 0.8) 20%, rgb(193, 19, 59) 100%);
    background: linear-gradient(45deg, rgba(44, 79, 255, 0.8) 20%, rgb(193, 19, 59) 100%);
}

.n-hero-section-two > .container {
    position: relative;
    z-index: 3;
}

@keyframes para {
    100% {
        background-position:
                -5000px 20%,
                -800px 95%,
                500px 0,
                1000px 100%,
                400px 0;
    }
}


@-webkit-keyframes para {
    100% {
        background-position:
                -5000px 20%,
                -800px 95%,
                500px 0,
                1000px 100%,
                400px 0;
    }
}

.n-hero-section-two.rebuild .n-hero-two-box p {
    margin-bottom:15px;
    font-size:22px;
    color: #fff;
}
.n-hero-section-two.rebuild .n-hero-two-box h1 {
    color: #FFF;
    font-size: 45px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form form,
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form form .form-group{
    margin-bottom: 0;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control::placeholder {
    color: #999;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control:focus, .n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input.form-control {
    color: #999;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group input, .n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input:focus {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 8px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group label {
    color: #242424;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight:500;
}
.n-hero-section-two.rebuild .n-hero-two-box .n-hero-two-main-text {
    text-align:center;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .form-group label i {
    font-size: 14px;
    color: #db212f;
    margin-right: 5px;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-most-two-cat {
    text-align:center;
    float:none;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-most-two-cat .n-most-cat-list a:hover {
    color:#FFF;
}
.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .btn {
    margin-top: 31px;
    padding: 14px;
    width: 100%;
}
.n-hero-section-two.rebuild .move-down i {
    color: #242424;
    font-size: 30px;
    padding: 30px;
    background-color: #FFf;
    border-radius: 50px;
    position: absolute;
    font-weight: 500;
    bottom: -200px;
    left: 45%;
    box-shadow: 0px -5px 10px 3px rgba(255,255,255,0.4);
    z-index: 9;
}
.n-hero-section-two.rebuild .select2-container .select2-selection--single {
    background-color: rgba(255,255,255,0.1);
    border-color: #ccc;
    border-radius:0;
}
.n-hero-section-two.rebuild .select2-container--default .select2-selection__placeholder {
    color: #999;
}

.n-hero-section-two.rebuild .select2-container--default .select2-selection__rendered {
    line-height: 50px;
    color:#999;

}




.job-listings-sec {
    float: left;
    width: 100%;
}
.job-listing {
    float: left;
    width: 100%;
    display: table;
    border-bottom: 1px solid #e8ecec;
    padding: 25px 0;
    background: #ffffff;
    border-left: 3px solid #ffffff;
    padding-right: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.job-title-sec {
    display: table-cell;
    vertical-align: middle;
    width: 72%;
}
.c-logo {
    float: left;
    width: 101px;
    text-align: center;
    margin-right: 18px;
    margin-left: 12px;
}
.c-logo img {
    float: none;
    display: inline-block;
    max-width: 100%;
}
.job-title-sec h3 {
    display: block;
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 400;
    padding-right:30px;

    max-height: 50px;
    overflow: hidden;
}
.job-title-sec span {
    float: left;
    font-size: 13px;
    margin-top: 2px;
    color: #a9a9a9;
    font-weight: 400;
}
.job-lctn {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #888888;
    line-height: 23px;
    width: 20%;
    font-weight: 400;
}
.job-lctn i {
    font-size: 24px;
    float: left;
    margin-right: 7px;
}
.fav-job {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #888888;
    line-height: 15px;
    /* text-align: center; */
    /* cursor: pointer; */
    font-weight: 400;
}
.job-is {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    border: 1px solid;
    float: right;
    padding: 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    width: 125px;
    margin: 9px 0;
    text-align: center;
}
.ft.fill {
    background: #8b91dd;
}
.fill.pt {
    background: #7dc246;
}
.fill.fl {
    background: #fb236a;
}
.fill.tp {
    background: #26ae61;
}


.job-is.navy{
    color: #8b91dd;
    border-color: #8b91dd;
}
.job-is.lgreen{
    color: #7dc246;
    border-color: #7dc246;
}
.job-is.pink{
    color: #fb236a;
    border-color: #fb236a;
}

.job-is.green{
    color: #26ae61;
    border-color: #26ae61;
}

.job-is.blue{
    color: #2231c8;
    border-color: #2231c8;
}

.job-is.red{
    color: #c82620;
    border-color: #c82620;
}

.job-is.yellow{
    color: #fdc900;
    border-color: #fdc900;
}

.job-listing:hover {
    border-left-color: #fdc900;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
}

.job-listings-sec > a:last-child .job-listing {
    border-bottom-color: #ffffff;
}

.heading.light h2 {
    color: #ffffff;
}
.heading.light span {
    color: #ffffff;
}
.layer.color.light::before {
    background: #8b91dd;
    opacity: 0.9;
}
.reviews {
    float: left;
    width: 100%;
    background: #ffffff;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    padding: 30px 30px;
    position: relative;
    margin-top: 47px;
}
.reviews img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    width: 100px;
    height: 100px;
    margin-top: -75px;
}
.reviews h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #202020;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.reviews h3 span {
    font-size: 15px;
    color: #888888;
    margin-left: 10px;
}
.reviews p {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    font-size: 13px;
    color: #888888;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 15px;
}
.reviews::before {
    position: absolute;
    right: 40px;
    top: 20px;
    content: 'â€œ';
    font-size: 100px;
    font-weight: bolder;

    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);

    line-height: 30px;
    color: #8b91dd;
}
.reviews-sec {
    float: left;
    width: 100%;
}

.comp-sec {
    float: left;
    width: 100%;
}
.company-img {
    float: left;
    width: 20%;
    text-align: center;
}
.company-img a {
    float: left;
    width: 100%;
}
.company-img a img {
    float: none;
    display: inline-block;
    max-width: 100%;
}

.fav-job i {
    /* font-size: 20px; */
    float: left;
    margin-right: 7px;
}


.blog-sec {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.my-blog {
    float: left;
    width: 100%;
    background: #ffffff;
    /* margin-top: 30px; */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 40px;
}
.blog-thumb {
    float: left;
    width: 100%;
    position: relative;
}
.blog-thumb > a {
    float: left;
    width: 100%;
}
.blog-thumb > a img {
    float: left;
    width: 100%;
}
.blog-metas {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    width: 76%;
    left: 12%;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    padding: 12px 0;
    padding-bottom: 12px;
    padding-bottom: 0;
    z-index: auto;
    margin-bottom: -1px;
    font-weight: 400;
    color: #db212f;
}
.blog-metas a {
    float: none;
    display: inline-block;

    font-size: 13px;
    padding: 0 10px;
    position: relative;
}
.blog-metas a::before {
    position: absolute;
    right: -3px;
    top: 0px;
    width: 1px;
    height: 90%;
    content: "";
}
.blog-metas a:last-child::before {
    display: none;
}
.blog-details {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #e8ecec;

    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;

}
.blog-details h3 {
    font-size: 18px;
    color: #232323;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 18px;
    font-weight: 400;
}
.blog-details p {
    float: left;
    width: 100%;

    font-size: 13px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 20px;
}
.blog-details .more{
    width: 100%;
    text-align: center;
    border-top: 1px solid #e8ecec;
    display: block;
    padding:10px 0;
}
.my-blog:hover {
    /* margin-top: 20px; */
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.my-blog:hover .blog-details {
    border-color: #ffffff;
}



.banner_widget {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.banner_widget a {
    float: left;
    width: 100%;
}
.banner_widget a img {
    float: left;
    width: 100%;
}
aside .widget.border:first-child {
    margin-top: 30px;
}
.job-listings-sec.no-border .job-listing {
    border: 2px solid #ffffff;
    border-radius: 8px;
}
.job-statistic {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
    z-index: 1;
}
.job-statistic span {
    float: none;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 7px 20px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

}
.job-statistic p {
    float: none;
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    margin: 0 20px;
}
.job-statistic p i {
    font-size: 23px;
    float: left;
    line-height: 29px;
    margin-right: 9px;
}

/* Job Single Sec */
.job-single-sec {
    float: left;
    width: 100%;
}
.job-single-head {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8ecec;
    display: table;
}
.job-thumb {
    display: table-cell;
    vertical-align: top;
    width: 107px;
}
.job-thumb img {
    float: left;
    width: 100%;
    border: 2px solid #e8ecec;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}
.job-head-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}
.job-head-info h4 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #202020;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 10px;
}
.job-head-info span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #888888;
    line-height: 10px;
}
.job-head-info p {
    float: left;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 13px;
    margin-right: 40px;
    color: #888;
    margin-top: 11px;
}
.job-head-info p i {
    float: left;
    font-size: 21px;
    line-height: 27px;
    margin-right: 9px;
}
.job-details {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.job-details p,
.job-details li {
    float: left;
    width: 100%;
    color: #888888;
    line-height: 24px;
    margin: 0;
    margin-bottom: 19px;
}
.job-details > ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.job-details > ul li {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    position: relative;
    padding-left: 23px;
    line-height: 21px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #888888;
}
.job-details > ul li::before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 1px;
    background: #888888;
    content: "";
}

aside .widget.bordered {
    border:2px solid #d8dcdc;
    border-radius: 8px;
    padding:20px;
}

.section-ilanlar .widget .form-control{
    border-color:#d8dcdc;
    border-radius: 4px;
}

.ilan-filter {
    border:1px solid #d8dcdc;
    border-radius: 8px;
}

@media(min-width:768px ){
    .ilan-filter .ordering{
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }

}


.ilan-tum .pagination {

    float: left;
    margin: 60px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.ilan-tum .pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%; text-align: center;
}
.ilan-tum .pagination li {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 0 0;
}
.ilan-tum .pagination li:last-child {
    margin: 0;
}

.ilan-tum .pagination li.active a,

.ilan-tum .pagination li a:hover {
    color: #ffffff;
    background-color: #db212f;
    border-color: #db212f;
}

.ilan-tum .pagination li.active a i,
.ilan-tum .pagination li a:hover i {
    color:#fff;
}
.ilan-tum .pagination li .delimeter {
    display: block;
    padding-top: 6px;
}
.ilan-tum .pagination a,
.ilan-tum .pagination span{
    background: #ffffff none repeat scroll 0 0;

    float: left;
    text-decoration: none;
    border: 3px solid #edeff7;
    padding: 9px 15px;
    font-size: 13px;
    color: #000000;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    height: 41px;
    font-weight: 400;
}
.ilan-tum .pagination li.prev a,
.ilan-tum .pagination li.next a {
    padding: 9px 25px;
}
.ilan-tum .pagination a i {
    font-size: 15px;
    color: #db212f;
    margin: 0 5px;
}



.job-single-sec {
    float: left;
    width: 100%;
}
.job-single-head {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8ecec;
    display: table;
}
.job-thumb {
    display: table-cell;
    vertical-align: top;
    width: 107px;
}
.job-thumb img {
    float: left;
    width: 100%;
    border: 2px solid #e8ecec;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}
.job-head-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}
.job-head-info h4 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.job-head-info span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #888888;
    line-height: 20px;
}
.job-head-info p {
    float: left;
    margin: 0;
    font-size: 13px;
    margin-right: 40px;
    color: #888;
    margin-top: 11px;
}

.job-details {
    float: left;
    width: 100%;
    padding-top: 20px;
}


.job-details > ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.job-details > ul li::before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 1px;
    background: #888888;
    content: "";
}
.share-bar {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e8ecec;
    border-bottom: 1px solid #e8ecec;
}
.share-bar span {
    float: left;
    font-size: 15px;
    color: #202020;
    line-height: 40px;
    margin-right: 14px;
}

.share-bar  a {
    float: none;
    display: inline-block;
    width: 47px;
    height: 35px;
    border: 2px solid;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    line-height: 30px;
    font-size: 18px;
    margin: 0 5px;
    margin-top: 0px;
    text-align: center;
    margin-top: 0px;
    margin-top: 6px;
}

.share-bar a.share-fb {
    color: #3b5998;
    border-color: #3b5998;
}
.share-bar  a.share-twitter {
    color: #1da1f2;
    border-color: #1da1f2;
}
.share-bar  a.share-google {
    color: #fb236a;
    border-color: #fb236a;
}

.share-bar a.share-fb:hover {
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}
.share-bar  a.share-twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}
.share-bar  a.share-google:hover {
    background: #fb236a;
    border-color: #fb236a;
    color: #ffffff;
}

.recent-jobs {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.recent-jobs > h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 15px;
}
.apply-thisjob {
    float: left;
    width: 100%;
    border: 2px solid #8b91dd;
    text-align: center;
    color: #8b91dd;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    padding: 20px 20px;
    font-size: 15px;
    font-weight: bold;
}
.apply-thisjob i {
    font-size: 28px;
    margin-right: 8px;
    line-height: 11px;
    position: relative;
    top: 5px;
}
.apply-alternative {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.apply-alternative a {
    float: left;
    border: 2px solid #e8ecec;
    font-size: 13px;
    color: #888888;
    padding: 0 20px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    height: 50px;
    line-height: 50px;

}
.apply-alternative a i {
    font-size: 20px;
    float: left;
    margin-right: 6px;
    margin-top: 12px;
}
.apply-alternative span {
    float: right;
    border: 2px solid #e8ecec;
    font-size: 13px;
    color: #888888;
    padding: 0 30px;
    height: 50px; line-height: 50px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}

.apply-alternative span:hover {
    background: #fb236a;
    border-color: #fb236a;
    color: #ffffff;
}

.apply-alternative span i {
    font-size: 20px;
    float: left;
    margin-right: 6px;
    margin-top: 14px;
}

/* Job Overview */
.job-overview {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.job-overview > h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.job-overview ul {
    float: left;
    width: 100%;
    border: 2px solid #e8ecec;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    margin: 0;
    padding: 15px !important;
}
.job-overview ul > li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 67px;
    margin: 15px 0;
}
.job-overview ul > li i {
    position: absolute;
    left: 23px;
    top: 5px;
    font-size: 30px;
    color: #8b91dd;
}
.job-overview ul > li h3 {
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 0;
}
.job-overview ul > li span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #888888;
    margin-top: 7px;
}
.job-location {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.job-location > h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #202020;
}
.job-lctn-map {
    float: left;
    width: 100%;
}
.job-lctn-map iframe {
    float: left;
    width: 100%;
    border: none;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    height: 270px;
}
.extra-job-info {
    float: left;
    width: calc(100% - 30px);
    margin-top: 30px;
}
.extra-job-info > span {
    float: left;
    width: 100%;
    border: 2px solid #e8ecec;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    padding: 17px 20px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #888888;
}
.extra-job-info > span i {
    float: left;
    font-size: 30px;
    color: #8b91dd;
    width: 30px;
    margin-right: 12px;
}
.extra-job-info > span strong {
    font-size: 13px;
    font-weight: normal;
    color: #202020;
    line-height: 28px;
    display: inline-block;
    margin-right: 7px;
}
.job-single-head2 {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8ecec;
}
.job-title2 {
    float: left;
    width: 100%;
}
.job-title2 > h3 {
    float: left;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    margin-right: 0px;
    margin-right: 20px;
    color: #db222f;
}
.job-title2 span.job-is {
    float: left;
    margin: 0;
}
.job-title2 > i {
    float: left;
    font-size: 26px;
    color: #B8B8B8;
    margin: 1px 0;
    margin-left: 18px;
}
.tags-jobs {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}
.tags-jobs > li {
    float: left;
    margin: 0;
    margin-right: 0px;
    font-size: 13px;
    color: #888888;
    margin-right: 30px;
}
.tags-jobs > li i {
    float: left;
    /* font-size: 23px; */
    float: left;
    line-height: 19px;
    margin-right: 7px;
    color: #fdc900;
}
.tags-jobs > li span {
    color: #8b91dd;
}
.job-single-head2 > span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #888888;
    margin-top: 20px;
}
.job-single-head2 > span strong {
    font-weight: normal;
    color: #202020;
}
.job-wide-devider .job-overview {
    margin: 0;
}
.job-single-sec .job-overview ul {
    padding: 0;

    margin-bottom: 20px;
}
.job-single-sec .job-overview ul li {
    float: left;
    width: 33.334%;
    padding-left: 50px;
}
.job-single-sec .job-overview ul li i {
    left: 0;
}
.job-single-head.style2 {
    float: left;
    width: 100%;
    display: inherit;
    /* text-align: center; */
    border: 2px solid #d8dcdc;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.job-single-head.style2 .job-thumb {
    float: none;
    width: auto;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    padding: 10px;


}
.job-single-head.style2 .job-thumb img {
    float: none;
    width: auto;
    border: none;
    height: 80px;
    display: inline-block;
    max-width: inherit;
}
.job-single-head.style2 .job-head-info {
    float: left;
    width: 100%;
    display: inherit;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.job-single-head.style2 .job-head-info p {
    float: left;
    width: 100%;
    /* text-align: center; */
    margin: 0;
    margin-top: 5px;
}
.job-single-head.style2 .job-head-info p i {
    float: none;
    color: #0d5f9b;
    width: 20px;
}
.job-single-head.style2 .job-head-info > span {
    margin-top: 5px;
    margin-bottom: 13px;
}
.job-single-head.style2 > a {
    float: none;
    display: inline-block;
}
.apply-job-btn {
    background: #fdc900;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 11px 38px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    /* width: 250px; */
    /* height: 60px; */
    display: inline-block;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.apply-job-btn i {
    margin-right: 10px;
    float: none;
    font-size: 23px;
    line-height: 9px;
    position: relative;
    top: 4px;
}
.apply-job-linkedin {
    float: none;
    display: inline-block;
    background: #ffffff;
    padding: 21px 0;

    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);


    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    font-size: 13px;
    color: #fb236a;
    width: 250px;
    height: 60px;
    margin-top: 35px;
}
.apply-job-linkedin i {
    float: none;
    font-size: 25px;
    margin-right: 10px;
    line-height: 8px;
    position: relative;
    top: 4px;
}
.viewall-jobs {
    background: #8b91dd;
    width: 250px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 13px;

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    margin-top: 35px;
}
.job-single-head3 {
    float: left;
    width: 100%;
    display: table;
    padding-bottom: 30px;
    border: none;
}
.job-single-head3 .job-thumb {
    width: 125px;
}
.job-single-info3 {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}
.job-single-info3 > h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #202020;
    font-weight: bold;
    margin-bottom: 4px;
}
.job-single-info3 > span {
    float: left;
    font-size: 13px;
    color: #888888;
    margin: 7px 0;
}
.job-single-info3 > span i {
    float: left;
    font-size: 23px;
    float: left;
    line-height: 15px;
    margin-right: 8px;
    color: #8b91dd;
}
.job-single-info3 .job-is {
    margin: 0;
    margin-left: 0px;
    margin-left: 20px;
    font-size: 12px;
}
.job-single-info3 .tags-jobs {
    margin-top: 16px;
}
.job-thumb > span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fb236a;
    text-align: center;
    margin-top: 23px;
}
.job-single-sec.style3 .share-bar {
    border: none;
    padding: 0;
}
.job-single-sec .extra-job-info {
    border: 2px solid #e8ecec;
    padding: 20px 30px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    width: 100% !important;

}
.job-single-sec .extra-job-info > span {
    float: left;
    width: 33.334%;
    padding: 0;
    border: none;
    margin: 0;
}

.job-head-wide {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8ecec;
}
.job-head-wide .apply-thisjob {
    background: #9fa4e1;
    border: 2px solid #9fa4e1;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;



    color: #ffffff;
}
.job-head-wide .apply-alternative a, .job-head-wide .apply-alternative span {

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;

}
.job-wide-devider {
    float: left;
    width: 100%;
}
.job-wide-devider .job-overview {
    margin-top: 30px;
}
.job-wide-devider .job-overview ul {
    padding: 20px 0;

}
.job-wide-devider .job-overview > ul > li {
    float: left;
    width: 100%;
    padding-left: 67px;
}
.job-wide-devider .job-overview > ul > li i {
    left: 23px;
}

.job-single-head.style2  a:hover {
    background-color: #ffe682;
}


.job-details h1,
.job-details h2,
.job-details h3,
.job-details h4,
.job-details h5,
.job-details h6{
    font-weight: 500;
}


.border-right {
    padding-right: 30px;
    border-right: 1px solid #edeff7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tree_widget-sec > ul {
    float: left;
    width: 100%;
    margin: 0;
}

.tree_widget-sec > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    color: #1e1e1e;
}
.tree_widget-sec > ul > li > a {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #888888;
    line-height: 41px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* background: #f1f1f1; */
    /* border-radius: 10px; */
    padding: 3px 20px;
    border-bottom: 1px solid #edeff7;
}

.tree_widget-sec > ul > li > a i {
    float: left;
    font-size: 20px;
    line-height: 40px;
    color: #babebe;
    width: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.row.no-gape > div {
    padding: 0;
}


.tree_widget-sec > ul > li > a:hover,
.tree_widget-sec > ul > li.active > a {
    color: #bd081d;
}

.tree_widget-sec > ul > li > a:hover i,
.tree_widget-sec > ul > li.active > a i{
    color: #bd081d;
}

.profile-title > h3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #edeff7;
    font-size: 20px;
    color: #202020;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 28px;
}


.profile-form-edit {
    float: left;
    width: 100%;
}


.profile-form-edit > form {
    float: left;
    width: 100%;
    padding-left: 30px;
}

.pf-title {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
    color: #444444;
    margin-bottom: 13px;
    /* font-weight: 500; */
}

.pf-field {
    float: left;
    width: 100%;
    position: relative;
}

.pf-field > input, .pf-field > textarea {
    float: left;
    width: 100%;
    border: 2px solid #e8ecec;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 14px 45px 14px 15px;
    background: #ffffff;
    font-size: 14px;
    color: #101010;
    line-height: 24px;
}

.pf-field .select2-container--default .select2-selection--single {
    border: 2px solid #e8ecec;
    border-radius: 8px;
    height: 56px;
}

.pf-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
}

.pf-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px;
}

.profile-form-edit form button {
    background: #ffffff;
    border: 2px solid #bd081d;
    color: #202020;
    font-size: 15px;
    padding: 11px 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;


}
.profile-form-edit form button:hover {
    background: #bd081d;
    color: #ffffff;
}


.manage-jobs-sec {
    float: left;
    width: 100%;
}

.manage-jobs-sec > h3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #edeff7;
    font-size: 20px;
    color: #202020;
    font-weight: 500;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 28px;
}


.manage-jobs-sec .extra-job-info {
    border: 2px solid #e8ecec;
    padding: 10px 30px;
    margin-left: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.extra-job-info {
    margin-top:20px;
}

.manage-jobs-sec .extra-job-info > span {
    padding: 0;
    border: none;
    margin: 0;
    font-size: 17px;
    float: left;
    width: 50%;
}
.extra-job-info > span {
    float: left;
    width: 100%;
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 17px 20px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #888888;
}


.extra-job-info > span i {
    float: left;
    font-size: 17px;
    color: #8b91dd;
    width: auto;
    margin-right: 8px;
    line-height: 33px;
}


.extra-job-info > span strong {
    font-size: 17px;
    font-weight: normal;
    color: #202020;
    line-height: 31px;
    display: inline-block;
    margin-right: 0;
}

.manage-jobs-sec table thead {
    border-bottom: 2px solid #e8ecec;

}

.manage-jobs-sec  table thead tr td {
    font-size: 17px;
    font-weight: 500;
    color: #db222f;
    padding-bottom: 15px;
    border-top:0;
}

.manage-jobs-sec  table tbody td {
    vertical-align: middle;
    padding: 20px 0;
    border-bottom: 1px solid #e8ecec;
}

.table-list-title > h3 {
    font-size: 15px;
    color: #202020;
    margin: 0;
    display: table;
    font-weight: 400;
}

.table-list-title > span {
    font-size: 13px;
    color: #888888;
    float: left;
    margin-top: 0px;
    line-height: 10px;
    margin-top: 8px;
    display: table;
}

.action_job {
    margin: 0;
    text-align: center;
}

.action_job > li {
    float: left;
    margin: 0;
    position: relative;
}

.action_job > li span {
    position: absolute;
    left: 50%;
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fdc900;
    color: #1d1d1d;
    width: 80px;
    font-size: 13px;
    padding: 5px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-left: -40px;
    margin-bottom: 9px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.action_job > li > a {
    float: left;
    font-size: 15px;
    color: #9c9c9c;
    padding: 0 6px;
}
.action_job > li > a i {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.action_job > li span::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10px;
    height: 10px;
    content: "";
    background: #fdc900;
    margin-left: -5px;
    margin-bottom: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.action_job > li:hover span {
    opacity: 1;
    visibility: visible;
}


.news-detail .detail b,
.news-detail .detail strong {
    font-weight: 500;
}
@media (max-width: 1200px){
    .job-title-sec {
        width: 64%;
    }

}

@media (max-width: 992px) {
    .profile-form-edit > form {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    .profile-title > h3 {
        padding-left: 0px;
    }

    .pf-field > input, .pf-field > textarea {
        margin-bottom: 0px;
    }

    .column.border-right {
        border-right: 0 !important;
        padding: 17px 15px;

    }

    .manage-jobs-sec .extra-job-info {
        margin:0;
        width: 100%;
        margin-top: 20px;
    }

    .manage-jobs-sec > h3 {

        padding-left: 0px;
    }

    .column-list{
        padding:0 15px !important;
    }

    .action_job > li > a {
        float: none;
        font-size: 15px;
        color: #9c9c9c;
        padding: 8px 7px;
    }

    .action_job > li {
        float: none;
        margin: 0;
        position: relative;
        display: block;
    }

    .manage-jobs-sec table tbody td {
        vertical-align: middle;
        padding: 20px 7px;
        border-bottom: 1px solid #e8ecec;
        font-size: 12px;
    }

    .action_job > li span{
        left: -35px;
        bottom: -10px;
    }

    .action_job > li span::before {
        position: absolute;
        left: 98%;
        top: 50%;
        margin-left: -5px;
        margin-bottom: -4px;
        margin-top: -4px;
    }
}
@media (max-width: 767px){
    .job-listing {
        padding-right: 0;
        text-align: center;
        display: inline-block;
    }



    .job-title-sec {
        float: left;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .job-title-sec .c-logo {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }

    .job-title-sec h3 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }


    .job-title-sec span {
        float: left;
        width: 100%;
    }

    .job-listing .job-lctn {
        float: left;
        width: 100%;
        margin-top: 5px;
    }

    .job-listing .job-lctn i {
        float: none;
        display: inline-block;
        position: relative;
        top: 4px;
    }

    .job-listing .fav-job {
        float: none;
        display: inline-block;
        padding: 0;
        margin-top: 12px;
    }

    .job-listing .job-is {
        float: none;
        display: inline-block;
        position: relative;
        top: 4px;
        margin-left: 13px;
    }

    .job-single-head2  .job-title2 {
        float:none;
    }

    .job-single-head2  .job-title2 h3 {
        float:none;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (max-width: 576px){
    .ilan-tum .pagination li.prev a, .ilan-tum .pagination li.next a {
        float: none;
        display: block;
    }

    .ilan-tum .pagination li.prev {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 30px;

    }

    .ilan-tum .pagination li.next {
        display: block;
        margin: 23px 0 0;
        width: 100%;
        float: right;
    }
}






/* GÜNCELLENECEK KISIM */



