/* ==========================================================================
   Main Screen CSS
   ========================================================================== */

/* Table of contents
   ========================================================================== */

/**
  * == Core CSS ==
  *
  * Base ................ Global classes, wp defaults
  * Colors .............. Define defaul colors
  * Typography .......... (H1-6), code, span, etc
  * Form ................ Form builder, search, submition, etc.
  * Tables .............. Simple and Fancy tables like pricing tables
  * Buttons ............. All kind of buttons, social links
  * Animations .......... Define animations (keyframes)
  *
  * == Components ==
  *
  * Header .............. Base header elements: logo, menu
  * Footer .............. Big and Small area in footer
  * Boxes ............... All models of boxes
  * Sidebar ............. All widgets
  * Icons ............... Define the icons used in the project
  * UI .................. Elements used as shortcode & custom posts
  * JS plugins .......... Css helper for javascripts plugins
  * Responsivness ....... Css for site responsivness

*/

/* Base
   ========================================================================== */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:800,400");
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
body {
    font-size: 15px;
    background: #fff;
    color: #121212;
    line-height: 1.5em;
    font-family: 'Raleway', sans-serif;
}
p {
    font-size: 13px;
    line-height: 2em;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 15px 0;
}
a {
    color: #139fb1;
    outline: none;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    outline: none;
}
ul, ol {
    line-height: 0;
    font-size: 0;
}
ul li, ol li {
    font-size: 14px;
    line-height: 1.5em;
}
.italic {
    font-style: italic;
}
.clear {
    clear: both;
}
.bold {
    font-weight: 700;
}
input, textarea {
    font-family: 'Raleway', sans-serif;
    outline: none !important;
}
iframe, img {
    max-width: 100%;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.caps {
    text-transform: uppercase;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.relative {
    position: relative;
}
.dark-side {
    background: #003245;
}
.white-side {
    background: #fff;
}
.path-section .site-title {
    margin: 30px auto 40px;
}
.path-section .site-title span {
    height: 20px;
}
/* =========================== START TYPOGRAPHY ===================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.5em;
    padding: 0;
    color: #121212;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
h1 {
    font-size: 40px;
    line-height: 1em;
}
h2 {
    font-size: 34px;
    line-height: 1.1em;
}
h3 {
    font-size: 29px;
    line-height: 1.2em;
}
h4 {
    font-size: 21px;
    line-height: 1.3em;
}
h5 {
    font-size: 18px;
    line-height: 1.4em;
}
h6 {
    font-size: 14px;
    line-height: 1.5em;
}
.button-1 {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    color: #003245;
    line-height: 1.5em;
    font-size: 13px;
    border: 2px solid #003245;
    font-weight: 700;
    *zoom: 1;
    *display: inline;
}
.button-1:hover {
    background: #003245;
    color: #fff;
}
.ul-v1 {
    margin: 0 0 20px 0;
    padding: 0;
}
.ul-v1 li {
    list-style: none;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 20px;
}
.ul-v1 li:before {
    content: "\f101";
    position: absolute;
    top: 0;
    color: #139fb1;
    margin: 3px 0 0 0;
    left: 0;
    font-size: 14px;
    line-height: 1.5em;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* =========================== END TYPOGRAPHY ===================== */

/* =========================== START ANIMATIONS ===================== */
.works-section .works-item .works-item-hover,
.team-section .team-member .team-member-hover,
.pricing-section .pricing-box:hover p,
.pricing-section .pricing-box:hover ul li,
.blog-section .blog-post .blog-post-white-bg,
.blog-section .blog-post .post-content p,
.blog-section .blog-post .blog-post-content .post-info p,
.blog-section .blog-post:hover .blog-post-content .post-info,
.blog-section .blog-post:hover .blog-post-content .post-info span,
i,
input,
textarea,
body,
button,
a {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
/* =========================== END ANIMATIONS ===================== */

/* =========================== START HEADER SECTION ===================== */
header {
    z-index: 100;
    position: relative;
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
header .logo {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1em;
}
header .logo a {
    display: block;
    width: 54px;
    height: 54px;
    line-height: 1em;
    padding: 14px 0 0 10px;
    text-align: left;
    vertical-align: top;
}
.header-transform {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 333;
    left: 0;
    right: 0;
    margin: 0;
}
.is-sticky .sticky-bar {
    left: 0;
    background: rgba(255,255,255,0.9);
    right: 0;
}
/* =========================== END HEADER SECTION ===================== */

/* =========================== START MENU SECTION ===================== */
.responsive-menu {
    color: #003245;
    text-transform: uppercase;
    font-size: 26px;
    cursor: pointer;
    font-weight: 700;
    display: none;
    vertical-align: top;
    margin: 0;
    padding-top: 0px;
    position: absolute;
	top:-60px;
    right: 0;
}
.menu {
    position: relative;
    text-align: left;
}
.header-section .menu>ul {
    text-align: right;
    padding-top: 8px; 
}
.header-section .menu>ul li span {
    position: relative;
    width: 13px;
    display: block;
    height: 10px;
    margin: 5px auto 0;
    border-top: 1px solid #eee;
}
.header-section .menu>ul li span i {
    background: #eee;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.header-section .menu>ul li.active span {
    border-top: 1px solid #139fb1;
}
.header-section .menu>ul li.active span i {
    background: #139fb1;
}
.header-section .menu ul li a {
    color: #003245;
}
.header-section .menu ul li ul li ul,
.header-section .menu ul li ul li ul li ul,
.header-section .menu ul li ul {
    padding-top: 52px;
}
.menu ul li .search-form {
    padding-left: 30px;
}
.menu>ul {
    display: block;
    position: relative;
    z-index: 100;
    padding: 0;
    text-align: left;
    margin: 0;
}
.menu ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    *zoom: 1;    
    *display: inline;    
}
.menu ul li:first-child {
    margin-left: 0;
}
.menu ul li a {
    text-transform: none;
    font-size: 13px;
    display: block;
    color: #003245;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
}
.menu ul li a img {
    margin-top: -7px;
}
.menu ul li a:hover {
    color: #000;
}
.menu ul li:hover ul li {
    margin-top: 0;
}
.menu ul li ul li ul,
.menu ul li ul li ul li ul,
.menu ul li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    min-width: 180px;
    display: none;
    padding-top: 33px;
}
.menu ul li ul li ul,
.menu ul li ul li ul li ul {
    top: 0;
}
.menu ul li ul li ul li:hover>ul,
.menu ul li ul li:hover>ul,
.menu ul li:hover>ul {
    display: block;
}
.menu ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
}
.menu ul li ul li a {
    padding: 10px 20px;
    font-size: 12px;
    color: #fff !important;
    line-height: 1.5em;
    text-transform: none !important;
}
.menu ul li:hover ul li ul {
    position: absolute;
    left: 0;
    margin-left: 100%;
    overflow: hidden;
    width: 100%;
}
.is-sticky .menu ul li ul li ul,
.is-sticky .menu ul li ul li ul li ul,
.is-sticky .menu ul li ul {
    padding-top: 7px;
}
/* =========================== END MENU SECTION ===================== */

/* =========================== START SLIDER SECTION ===================== */
.slider-section {
    position: relative;
    padding-top: 50px;
    margin-top: -50px;
}
/* =========================== END SLIDER SECTION ===================== */

/* =========================== START FEATURES ===================== */
.features-section {
    padding: 80px 0;
}
.features-section .feature {
    text-align: center;
}
.features-section .feature i {
    display: block;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    font-size: 35px;
    padding-top: 33px;
    line-height: 1em;
    color: #139fb1;
    border: 1px solid #eee;
}
.features-section .feature:hover i {
    border: 1px solid #139fb1;
}
/* =========================== END FEATURES ===================== */

/* =========================== START SITE INFO ===================== */
.siteinfo-section {
    background: #efefef;
    overflow: hidden;
}
.siteinfo-section .siteinfo-box {
    text-align: center;
    padding: 60px 40px;
    position: relative;
}
.siteinfo-section .siteinfo-box .testimonial-gallery {
    position: absolute;
    list-style: none;
    padding: 50% 50px 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -50px;
}
.siteinfo-section .siteinfo-box .testimonial-gallery p {
    color: #000;
    font-style: italic;
    margin: -20px auto 10px;
    font-size: 13px;
}
.siteinfo-section .siteinfo-box .testimonial-gallery h6 {
    color: #000;
    margin: 0 auto 10px;
    font-size: 14px;
}
.siteinfo-section .siteinfo-box .vertical-align {
    position: absolute;
    padding: 50% 50px 0;
    top: 0;
    left: 0;
    right: 0;
} 
.siteinfo-section .siteinfo-box .siteinfo-box-arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    margin: 0 -70px 0 0;
    padding-top: 50%;
}
.siteinfo-section .siteinfo-box .siteinfo-box-arrows .next,
.siteinfo-section .siteinfo-box .siteinfo-box-arrows .prev {
    font-size: 40px;
    color: #fff;
    background: #999;
    width: 70px;
    float: right;
    display: block;
    font-family: 100;
    line-height: 1em;
    padding-top: 12px;
    cursor: pointer;
    height: 70px;
    text-align: center;
}
.siteinfo-section .siteinfo-box .gallery {
    margin: -60px -40px;
}
.siteinfo-section .siteinfo-box .gallery .carousel-items {
    overflow: hidden;
}
.siteinfo-section .siteinfo-box .gallery .carousel-items .col-md-12 {
    padding: 0;
}
.siteinfo-section .siteinfo-box h3 {
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    margin: 0;
    text-transform: none;
}
.siteinfo-section .siteinfo-box h3 a {
    color: #000;
}
.siteinfo-section .siteinfo-box h3 a:hover {
    color: #139fb1;
}
.siteinfo-section .siteinfo-box .twitter-widget ul {
    margin: 0;
    padding: 0;
}
.siteinfo-section .siteinfo-box .twitter-widget ul li {
    list-style: none;
    font-size: 12px;
    line-height: 1.8em;
}
/* =========================== END SITE INFO ===================== */

/* =========================== START ABOUT US ===================== */
.about-section {
    padding: 80px 0;
}
.about-section .about-image {
    position: relative;
    padding: 30px 0;
    text-align: center;
    margin: auto 40px;
}
.about-section .about-image .image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 30px;
}
.about-section .about-image img {
    position: relative;
    z-index: 2;
}
/* =========================== END ABOUT US ===================== */

/* =========================== START STATISTICS ===================== */
.statistics-section {
    padding: 40px 0;
    background: #efefef;
}
.statistics-section .statistic-box {
    text-align: center;
    border: 1px solid #fff;
    padding: 30px 0;
}
.statistics-section .statistic-box i {
    display: block;
    color: #003245;
    font-size: 35px;
    line-height: 1.5em;
}
.statistics-section .statistic-box p {
    font-size: 13px;
    margin: 0;
}
.statistics-section .statistic-box p strong {
    font-size: 20px;
    display: block;
}
.statistics-section .statistic-box span {
    position: relative;
    width: 60px;
    display: block;
    height: 35px;
    margin: 15px auto;
    border-top: 1px solid #fff;
}
.statistics-section .statistic-box span i {
    background: #fff;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.statistics-section .statistic-box:hover i {
    color: #003245 !important;
}
.statistics-section .statistic-box:hover {
    border: 1px solid #139fb1;
}
.statistics-section .statistic-box:hover span {
    border-top: 1px solid #139fb1;
}
.statistics-section .statistic-box:hover span i {
    background: #139fb1;
}
/* =========================== END STATISTICS ===================== */

/* =========================== START WORKS ===================== */
.works-section {
    padding: 80px 0 50px;
}
.works-section .works-filter {
    margin: 0 0 80px 0;
    text-align: center;
}
.works-section .works-filter li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    *zoom: 1;
    *display: inline;
}
.works-section .works-filter li a {
    display: block;
    padding: 8px 20px;
    font-weight: 800;
    border: 2px solid;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}
.works-section .works-filter li a.active {
    color: #fff;
}
.works-section .works-area {
    padding: 0 200px;
}
.works-section .works-item {
    margin: 0 0 30px 0;
    position: relative;
}
.works-section .works-item .works-item-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 20px;
    background: rgba(0,0,0,0.8);
    padding: 20px;
    text-align: center;
    color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
}
.works-section .works-item:hover .works-item-hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.works-section .works-item .works-item-hover h3 {
    margin: -50px auto 5px;
    font-size: 14px;
    padding-top: 50%;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.works-section .works-item .works-item-hover h3 a {
    color: #fff;
}
.works-section .works-item .works-item-hover p {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    color: #fff;
    margin: 0 auto;
}
.works-section .works-item .works-item-hover span {
    position: relative;
    width: 29px;
    display: block;
    height: 38px;
    margin: 15px auto 30px;
    border-top: 1px solid #fff;
}
.works-section .works-item .works-item-hover span i {
    background: #fff;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* =========================== END WORKS ===================== */

/* =========================== START TESTIMONIALS ===================== */
.testimonials-section {
    background: url('../images/testimonials-bg.jpg') no-repeat top center;
    background-size: cover;
    overflow: hidden;
}
.testimonials-section .bg-cover {
    padding: 150px 0 30px;
    background: rgba(255,255,255,0.1);
}
.testimonials-slider {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
}
.testimonials-slider .testimonials-dots {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonials-slider .testimonials-dots li {
    list-style: none;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    width: 6px;
    height: 6px;
    background: #fff;
    cursor: pointer;
    border-radius: 100%;
}
.testimonials-slider .testimonials-dots li.active {
    background: #000;
}
.testimonials-slider .testimonial {
    list-style: none;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
}
.testimonials-slider .testimonial:first-child {
    position: relative;
}
.testimonials-section .testimonial .testimonial-content {
    padding-bottom: 30px;
}
.testimonials-section .testimonial .testimonial-content h3 {
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 20px auto 0; 
    padding: 0;
    color: #444;
}
.testimonials-section .testimonial .testimonial-content h5 {
    color: #444;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'Raleway', sans-serif;
}
.testimonials-section .testimonial .testimonial-content p {
    color: #000;
    font-size: 15px;
    text-align: center;
    width: 80%;
    margin: 0 10%;
    font-style: italic;
    line-height: 2em;
}
.testimonials-section .testimonial .testimonial-content span {
    position: relative;
    width: 29px;
    display: block;
    height: 38px;
    margin: 15px auto 30px;
    border-top: 1px solid #fff;
}
.testimonials-section .testimonial .testimonial-content span i {
    background: #fff;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* =========================== END TESTIMONIALS ===================== */

/* =========================== START TEAM SECTION ===================== */
.team-section {
    padding: 80px 0 60px;
}
.team-section .team-member {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.team-section .team-member .team-member-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.team-section .team-member:hover .team-member-hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.team-section .team-member .team-member-hover .member-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    margin: -30px 30px;
}
.team-section .team-member .team-member-hover .socials {
    text-align: center;
    padding: 12px 0 0 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    margin-bottom: 40px;
}
.team-section .team-member .team-member-hover  .socials li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 6px; 
    *zoom: 1;
    *display: inline;
}
.team-section .team-member .team-member-hover  .socials li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    padding: 8px 4px 0 0;
    font-size: 16px;
    line-height: 1.5em;
    border-right: 1px solid #fff;
}
.team-section .team-member .team-member-hover  .socials li a:hover {
    color: #000;
}
.team-section .team-member .team-member-hover  .socials li:last-child a {
    border-right: 0;
}
.team-section .team-member .team-member-hover .member-info {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    padding-top: 50%;
    margin-top: -50px;
}
.team-section .team-member .team-member-hover .member-info h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    line-height: 1.5em;
}
.team-section .team-member .team-member-hover .member-info p {
    font-style: italic;
    margin: 0;
    font-size: 13px;
}
.team-section .team-member .team-member-hover .member-info span {
    position: relative;
    width: 29px;
    display: block;
    height: 38px;
    margin: 15px auto 0;
    border-top: 1px solid #fff;
}
.team-section .team-member .team-member-hover .member-info span i {
    background: #fff;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* =========================== END TEAM SECTION ===================== */

/* =========================== START CLIENTS SECTION ===================== */
.clients-section {
    padding: 80px 0 50px;
    background: #efefef;
}
.clients-section a {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.clients-section a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/* =========================== START CLIENTS SECTION ===================== */

/* =========================== START PRICING SECTION ===================== */
.pricing-section {
    padding: 80px 0;
}
.pricing-section .pricing-box {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 40px 20px;
    text-align: center;
}
.pricing-section .pricing-box i {
    font-size: 35px;
    line-height: 1em;
    margin: 0 auto 20px;
}
.pricing-section .pricing-box h6 {
    text-transform: uppercase;
    margin: 0;
}
.pricing-section .pricing-box p {
    margin: 0;
    font-size: 13px; 
}
.pricing-section .pricing-box ul {
    margin: 20px 0;
    padding: 0;
}
.pricing-section .pricing-box ul li {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 13px;
    list-style: none;
    color: #000;
}
.pricing-section .pricing-box:hover p,
.pricing-section .pricing-box:hover ul li {
    color: #fff;
}
.pricing-section .pricing-box .pricing-order {
    border: 2px solid #000;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 800;
    font-size: 13px;
}
.pricing-section .pricing-box .pricing-order:hover {
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.pricing-section .pricing-box:hover .pricing-order {
    border: 2px solid #fff;
}
.pricing-section .pricing-box:hover i {
    color: #fff !important;
}
/* =========================== END PRICING SECTION ===================== */

/* =========================== START BLOG SECTION ===================== */
.blog-section .blog-post {
    position: relative;
    overflow: hidden;
}
.blog-section .blog-post .blog-post-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.blog-section .blog-post .blog-post-bg-image img {
    width: 100%;
}
.blog-section .blog-post .blog-post-bg-color {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
    z-index: 2;
}
.blog-section .blog-post .blog-post-white-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #fff;
}
.blog-section .blog-post:hover .blog-post-white-bg {
    filter: alpha(opacity=0);
    opacity: 0;
}
.blog-section .blog-post .blog-post-content {
    position: relative;
    z-index: 5;
    padding: 30px 0 15px;
}
.blog-section .blog-post .post-content p {
    margin-bottom: 15px;
    color: #000;
}
.blog-section .blog-post:hover .post-content p {
    color: #fff;
}
.blog-section .blog-post .blog-post-content {
    position: relative;
    padding-left: 170px;
}
.blog-section .blog-post .blog-post-content .post-content {
    margin-left: -170px;
}
.blog-section .blog-post .blog-post-content .post-data {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    width: 160px;
    font-size: 85px;
    padding-top: 10px;
    line-height: 1em;
}
.blog-section .blog-post .blog-post-content .post-data span {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 800;
}
.blog-section .blog-post .blog-post-content .post-info {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 1px solid #d3d3d3;
}
.blog-section .blog-post .blog-post-content .post-info span {
    display: block;
    width: 220px;
    background: #d3d3d3;
    height: 1px;
    margin-left: -20px;
}
.blog-section .blog-post:hover .blog-post-content .post-info {
    border-left: 1px solid #fff; 
}
.blog-section .blog-post:hover .blog-post-content .post-info span {
    background: #fff;
}
.blog-section .blog-post .blog-post-content .post-info h3 {
    font-size: 16px;
    margin: 0;
    color: #000;
    line-height: 1.5em;
    padding: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
}
.blog-section .blog-post .blog-post-content .post-info h3 a {
    color: #000;
}
.blog-section .blog-post .blog-post-content .post-info h3 a:hover {
    border-bottom: 1px dotted;
}
.blog-section .blog-post .blog-post-content .post-info p {
    display: block;
    margin: 0;
    line-height: 1.5em;
    padding: 10px 0;
    font-size: 13px;
    color: #003245;
}
.blog-section .blog-post:hover .blog-post-content .post-info p {
    color: #fff;
}
.blog-section .blog-post .blog-post-content .post-info p i {
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    padding: 0 5px;
}
.blog-section .blog-post:hover .blog-post-content .post-info p i {
    color: #003245;
}
/* =========================== END BLOG SECTION ===================== */

/* =========================== START SITE TITLE ===================== */
.site-title {
    margin: 0 auto 60px;
}
.site-title h3 {
    margin: 0 auto 8px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    line-height: 1.5em;
}
.site-title p {
    text-align: center;
    margin: 0;
    font-size: 13px;
    line-height: 1.5em;
    font-style: italic;
}
.site-title span {
    position: relative;
    width: 29px;
    display: block;
    height: 38px;
    margin: 15px auto 0;
    border-top: 1px solid #d3d3d3;
}
.site-title span i {
    background: #d3d3d3;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* =========================== END SITE TITLE ===================== */

/* =========================== START CONTACT SECTION ===================== */
.contact-section {
    background: url('../images/contact-bg.jpg') top center;
    background-size: cover;
}
.contact-section .bg-cover {
    padding: 80px 0;
    background: rgba(255,255,255, 0.3);
}
.contact-section .contact-form {
    padding: 0;
    margin: 0; 
}
.contact-form .contact-form-line {
    border-bottom: 2px solid #000;
    font-size: 13px;
    line-height: 1.5em;
    color: #000;
    background: none;
    font-style: italic;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    outline: none;
}
.contact-form .contact-form-area {
    border-bottom: 2px solid #000;
    font-size: 13px;
    line-height: 1.5em;
    font-style: italic;
    color: #000;
    height: 100px;
    resize: none;
    background: none;
    width: 100%;
    padding: 15px;
    margin-bottom: 50px;
    outline: none;
}
.contact-form .contact-form-line::-moz-placeholder,
.contact-form .contact-form-area::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.contact-form .contact-form-line:-ms-input-placeholder,
.contact-form .contact-form-area:-ms-input-placeholder {
  color: #000;
}
.contact-form .contact-form-line::-webkit-input-placeholder,
.contact-form .contact-form-area::-webkit-input-placeholder {
  color: #000;
}
.contact-form .form-send {
    border: 2px solid;
    background: none;
    padding: 10px 60px;
    text-transform: uppercase;
    font-weight: 800;
}
.contact-form .form-send:hover {
    color: #fff;
}
/* =========================== END CONTACT SECTION ===================== */

/* =========================== START FOOTER ===================== */
footer {
    padding: 25px 0;
    background: #000000;
}
footer .socials {
    text-align: right;
    padding: 12px 0 0 0;
    margin: 0;
}
footer .socials li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 6px; 
    *zoom: 1;
    *display: inline;
}
footer .socials li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    padding: 8px 4px 0 0;
    font-size: 16px;
    line-height: 1.5em;
    border-right: 1px solid #fff;
}
footer .socials li:last-child a {
    border-right: 0;
}
footer .logo {
    text-align: left;
}
footer .logo a {
    display: block;
    width: 54px;
    height: 54px;
    line-height: 1em;
    padding: 16px 0 0 10px;
    text-align: left;
    vertical-align: top;
}
/* =========================== END FOOTER ===================== */

/* =========================== START SIDEBAR SECTION ===================== */
.sidebar {
    padding-bottom: 80px;
}
.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar .widget ul {
    padding: 0;
    margin: 0;
}
.sidebar .widget ul li {
    list-style: none;
}
.sidebar .widget .mini-shop-item {
    position: relative;
    padding-left: 100px;
    min-height: 70px;
    margin-bottom: 20px;
}
.sidebar .widget .mini-shop-item .shop-item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar .widget .mini-shop-item h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
}
.sidebar .widget .mini-shop-item h4 a {
    color: #003245;
}
.sidebar .widget .mini-shop-item h6 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    color: #003245;
    margin: 0;
}
.sidebar .widget .mini-shop-item .shop-item-image img {
    width: 70px;
    height: 70px;
}
.widget.widget-blog-posts ul {
    margin: 0 0 10px 0;
}
.widget.widget-blog-posts ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    list-style: none;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.widget.widget-blog-posts ul li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    position: absolute;
    margin-top: 7px;
    top: 0;
    left: 0;
    font-size: 7px;
    content: "\e70c";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget.widget-blog-posts ul li a {
    color: #fff;
}
.widget.widget-socials p {
    margin-bottom: 30px;
}
.widget.widget-tag-cloud a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px;
    color: #fff;
    background: #808080;
    padding: 4px 8px;
    font-size: 13px;
}
.widget .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #003245;
    position: relative;
    text-align: center;
}
.widget .widget-title span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
    max-width: 100px;
    margin: auto; 
}
.sidebar .widget ul li {
    margin-bottom: 8px;
}
.sidebar .widget-categories ul li {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}
.sidebar .widget-categories ul li a {
    color: #121212;
    color: #808080;
    font-size: 13px;
}
.sidebar .widget-search-form {
    position: relative;
}
.sidebar .widget-search-form .search-line {
    border: 1px solid #a3a3a3;
    padding: 15px;
    width: 100%;
}
.sidebar .widget-search-form i {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    height: 50px;
    z-index: 1;
    text-align: center;
    font-size: 22px;
    padding-top: 16px;
    color: #999;
}
.sidebar .widget-search-form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 50px;
    outline: none;
    height: 50px;
    border: 0;
    cursor: pointer;
    z-index: 2;
    background: none;
}
.sidebar .widget .mini-post {
    margin-bottom: 20px;
}
.sidebar .widget .mini-post .mini-post-cover {
    margin-bottom: 15px;
}
.sidebar .widget .mini-post .mini-post-cover a {
    display: block;
}
.sidebar .widget .mini-post h3 {
    margin: 0 0 5px 0;
    text-transform: none;
    color: #121212;
    font-size: 16px;
    font-weight: 700;
}
.sidebar .widget .mini-post h6 {
    margin: 0 0 5px 0;
    text-transform: none;
    color: #686868;
    font-size: 11px;
    font-weight: 400;
}
.sidebar .widget .mini-post h3 a {
    color: #121212;
}
.sidebar .widget .mini-post p {
    color: #a3a3a3;
    font-size: 13px;
}
.sidebar .widget .twitter-widget ul li {
    font-size: 12px;
    border-bottom: 1px dotted #999;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.sidebar .widget .twitter-widget ul li:last-child {
    border: 0;
}
.sidebar .widget .socials {
    margin: 0 -5px;
    text-align: left;
    padding: 0;
}
.sidebar .widget .socials li {
    display: inline-block;    
    margin: 0 5px 10px;
    *zoom: 1;
    *display: inline;
}
.sidebar .widget .socials li a {
    display: block;
    color: #999;
    text-align: center;
    font-size: 16px;
    background: #ebebeb;
    border: 0;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    border-radius: 0;
}
.sidebar .widget .socials li a:hover {
    color: #fff;
}
.tab-widget .nav-tabs {
    width: 100%;
    border-bottom: 0;
}
.tab-widget .nav-tabs li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 !important;
    width: 50%;
}
.tab-widget .nav-tabs li a {
    color: #999;
}
.tab-widget .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
    background: #fff;
}
.tab-widget .nav-tabs li a {
    border: 1px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 0;
    margin: 0;
    display: block;
}
.tab-widget .nav-tabs li a:hover {
    background: none;
}
.tab-widget .nav-tabs li.active a {
    border-top: 4px solid #00a651;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
/* =========================== END SIDEBAR SECTION ===================== */

/* =========================== START POST SECTION ===================== */
.blog-section .blog-post.single-post .post-cover {
    margin-bottom: 30px;
}
.blog-section .blog-post.single-post .post-header h2 {
    font-size: 18px;
    color: #003245;
}
.blog-section .blog-post.single-post:hover .post-content p {
    color: #003245;
}
.blog-post .post-footer {
    padding-top: 30px;
    margin-bottom: 60px;
}
.blog-post .post-footer .post-author {
    padding-left: 130px;
    position: relative;
    margin-bottom: 40px;
}
.blog-post .post-footer .post-author h6 {
    margin-bottom: 5px;
}
.blog-post .post-footer .post-author img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 200px;
    width: 100px;
    height: 100px;
    border: 3px solid;
}
.blog-post .post-footer h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 400;
    margin-bottom: 40px;
}
.blog-post .post-footer .socials li {
    display: inline-block;    
    margin: 0 5px 10px;
    *zoom: 1;
    *display: inline;
}
.blog-post .post-footer .socials li:first-child {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 12px;
    color: #666;
    padding-top: 10px;
}
.blog-post .post-footer .socials li a {
    display: block;
    color: #999;
    text-align: center;
    font-size: 16px;
    background: #ebebeb;
    border: 0;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    border-radius: 0;
}
.blog-post .post-footer .socials li a:hover {
    color: #fff;
}
/* =========================== END POST SECTION ===================== */

/* =========================== START COMMENTS SECTION ===================== */
.comments-area {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}
.comments-area h3 {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}
.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}
.comments-area .comments-area {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    font-style: italic;
    resize: none;
    height: 202px;
}
.comments-area p.form-submit {
    text-align: right;
}
.comments-area p.form-submit .button-2 {
    background: none;
    color: #666;
    border: 2px solid;
    text-transform: uppercase;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}
.comments-area p.form-submit .button-2:hover {
    color: #fff;
}
.comments-area .comment {
    margin-bottom: 20px;
    padding-left: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}
.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}
.comments-area .commentlist li {
    list-style: none;
}
.comments-area .commentlist ul {
    margin-left: 70px;
}
.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}
.comments-area .comment p {
    color: #003245;
    font-size: 13px;
    line-height: 1.7em;
    font-weight: 400;
}
.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
/* =========================== END COMMENTS SECTION ===================== */


/* =========================== START COLORS ===================== */

.d-text-c-s span, ul li.active>.d-text-c-h, .d-text-c.active, .d-text-c-h.active, .d-text-c-h:hover, .widget.widget-blog-posts ul li:before, .sidebar .widget .twitter_widget ul li a, .testimonials-section .testimonial .testimonial-content p span, .d-text-c {
    color: #139fb1 !important;
}
.d-bg-c-a.active, .d-bg-c-s span, .services-mark-2 .one-service:hover .button-1, .services-mark-2 .one-service:hover i, .d-bg-c.active, .d-bg-c-h:hover, .d-bg-c-h.active, .d-bg-c {
    background: #139fb1 !important;
}
.d-border-c-a.active, .d-border-c-f:focus, .d-border-c-h:hover, .d-border-c-h.active, .d-border-c {
    border-color: #139fb1 !important;
}
.tab-widget .nav-tabs li.active a {
    border-top: 4px solid #139fb1 !important;
}
/* SECOND COLOR */

.s-text-c.active, .s-text-c-h.active, .s-text-c-h:hover, .s-text-c {
    color: #139fb1 !important;
}
.s-bg-c.active, .s-bg-c-h:hover, .s-bg-c-h.active, .s-bg-c {
    background: #139fb1 !important;
}
.s-border-c.active, .s-border-c-f:focus, .s-border-c-h:hover, .s-border-c-h.active, .s-border-c {
    border-color: #139fb1 !important;
}
.white {
    color: #fff;
}
.dark {
    color: #121212;
}
/* =========================== END COLORS ===================== */

/* =========================== START RESPONSIVE ===================== */

@media (max-width: 1400px) {
    .slider .slide-text {
        margin: 200px auto 0;
    }
    .works-section .works-area {
        padding: 0 50px;
    }
}
@media (max-width: 991px) {
    .siteinfo-section .siteinfo-box .siteinfo-box-arrows {
        margin: 0;
        padding: 0;
    }
    .siteinfo-section .siteinfo-box .testimonial-gallery {
        padding: 40px;
    }
    .siteinfo-section .siteinfo-box .vertical-align {
        padding-top: 0;
    }
    .siteinfo-section .siteinfo-box .testimonial-gallery p,
    .works-section .works-area {
        padding: 0;
    }
    .team-section .team-member,
    .statistics-section .statistic-box,
    .about-section .about-image {
        margin-bottom: 30px;
    }
    .socials {
        text-align: center;
    }
    footer {
        padding-top: 90px;
    }
    footer .widget {
        margin-bottom:50px;
    }
    .responsive-menu {
        display: block;
    }
    .menu ul li ul li ul, .menu ul li ul {
        width: 100% !important;
        margin: 5px 0 0 0 !important;
        padding: 0;
        overflow: visible !important;
        display: block !important;
        position: relative !important;
    }
    .menu ul li ul li a:hover {
        color: #f1f1f1;
    }
    .menu ul li ul li {
        margin-top: 0;
    }
    .menu ul li ul li a {
        font-size: 12px;
        padding: 5px 10px;
        font-weight: 400;
        text-transform: none;
    }
    .menu>ul {
        display: none;
        position: absolute;
        min-width: 140px;
        right: 0;
        z-index: 100;
        padding: 10px 10px 0;
        background: rgba(0, 0, 0, 0.6);
        margin: 35px 0 0 0;
        border-radius: 3px;
    }
    .menu ul li {
        margin-left: 0;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .header-section .menu ul li a {
        color: #fff;
    }
    .menu ul li a {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        display: block;
        color: #fff;
        text-align: center;
    }
    .menu ul li a:hover {
        color: #f1f1f1;
    }
    footer p.copywrite {
        text-align: center;
    }
    .header-section .menu>ul {
        padding-top: 10px
    }
    .header-section .menu>ul li span {
        display: none;
    }
}
@media (max-width: 1140px) {
    .slider .slide-text {
        margin-top: 150px;
    }
}
@media (max-width: 1040px) {
    .slider .slide-text {
        margin-top: 100px;
    }
}
@media (max-width: 940px) {
    .slider .slide-text {
        margin-top: 50px;
    }
}
@media (max-width: 880px) {
    .slider .slide-text {
        display: none;
    }
    .menu {
        margin-right: 20px;
    }
}
@media (max-width: 600px) {
    .float-right {
        float: none;
        width: 100%;
    }
    .menu>ul {
        text-align: left;
    }
}
@media (min-width: 991px) {
    .menu>ul {
        display: block !important;
    }
}
@media (max-width: 450px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        width: 100%;
    }
}
/* =========================== END RESPONSIVE ======================= */