/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

@font-face {
    font-family: 'zapfino_linotype_oneregular';
    src: url(./fonts/zapfinolinotypeone-webfont.woff2) format('woff2'),
         url(./fonts/zapfinolinotypeone-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lucida_sansregular';
    src: url(./fonts/lucida_sans_regular-webfont.woff2) format('woff2'),
         url(./fonts/lucida_sans_regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

p {
    font-family: 'lucida_sansregular';
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin:30px;
}
div#main {
    float: left;
    width: 100%;
    position: relative;
}
/*section.container-wrap.main-color {
    padding: 0 !important;
}*/
.alignnone {
     margin: 0; 
}
span.middle-txt {
    position: absolute;
    font-family: 'zapfino_linotype_oneregular';
    top: 46%;
    left: 0;
    right: 0;
    margin: auto;
    /* z-index: 999999999; */
    background-color: rgba(255,255,255, 0.7);
    width: 100%;
    padding: 45px 20px 35px;
    font-size: 115px;
    color: #000000;
    border: 1px solid #ffffff;
    max-width: 495px;
}
span.middle-txt span.middle-main-txt {
    line-height: 50px;
    display: block;
}
span.middle-sub-txt {
    font-family: 'lucida_sansregular';
    font-size: 24px;
    float: left;
    margin-left: 126px;
    display: block;
    margin-top: 14px;
}
span.bottom-img {
    position: absolute;
    bottom: 30px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
span.bottom-img a {
    display: block;
    position: relative;
    -ms-animation: myfirst 4s linear infinite alternate;
    -webkit-animation: myfirst 4s linear infinite alternate; /* Safari 4.0 - 8.0 */
    animation: myfirst 4s linear infinite alternate;
}
@-webkit-keyframes myfirst {
    0%   {top:10px;}
    25%  {top:0px;}
    50%  {top:10px;}
    75%  {top:0px;}
    100% {top:10px;}
}
@-ms-keyframes myfirst {
    0%   {top:10px;}
    25%  {top:0px;}
    50%  {top:10px;}
    75%  {top:0px;}
    100% {top:10px;}
}
/* Standard syntax */
@keyframes myfirst {
    0%   {top:10px;}
    25%  {top:0px;}
    50%  {top:10px;}
    75%  {top:0px;}
    100% {top:10px;}
}
span.top-txt {
    position: absolute;
    top: 121px;
    left: 200px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    font-family: 'lucida_sansregular';
    font-style: italic;
   /* z-index: 999999;*/
}
span.middle-color-txt{
    color: #656567;
}
.navbar-header {
    background-color: #231f20;
    width: 22%;
}
.primary-menu.collapse.navbar-collapse.nav-collapse {
    width: 78%;
    background-color: #ffffff;
    padding-left: 35px;
}
ul#menu-main-menu li a {
    font-family: 'lucida_sansregular';
    font-size: 16px;
    text-transform: uppercase;
    color: #5285a1;
    margin: 0 15px;
}
.logo, .logo a {
    display: block;
    text-align: center;
}
.logo img {
    /* margin-top: 0; */
    max-height: 100%;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.kleo-main-header.header-normal {
    background-color: black;
    border: none;
}

div#social-icon-header {
    float: right;
    margin-left: 0;
    line-height: 120px;
}
div#social-icon-header ul {
    padding: 0;
    display: flex;
    margin:0;
}
.fa{
    color: #8b8c90;
    font-size: 30px;
}
div#social-icon-header ul li {
    padding-left: 25px;
}
div#social-icon-header ul li:first-child {
    padding-left:0px;
}
.image-sec-banner img {
    width: 100%;
}
.sec-banner-image-wrap {
    position: relative;
    float: left;
    width: 100%;
}
span.middle-sec-txt {
    position: absolute;
    font-family: 'zapfino_linotype_oneregular';
    top: 32%;
    left: 0;
    right: 0;
    margin: auto;
    /* z-index: 999999999; */
    background-color: rgba(255,255,255, 0.7);
    width: 100%;
    padding: 60px 34px 30px;
    font-size: 115px;
    color: #000000;
    border: 1px solid #ffffff;
    max-width: 435px;
}
span.middle-sec-main-txt {
    display: block;
    line-height: 50px;
}
span.middle-sec-sub-txt {
    font-family: 'lucida_sansregular';
    font-size: 24px;
    float: none;
    margin-left: 114px;
    margin-top: 20px;
    display: block;
}
a.btn.btn-default {
    background-color: #a17f3b;
    color: #ffffff;
    font-family: 'lucida_sansregular';
    line-height: 40px;
    max-width: 380px;
    border: none;
    font-size: 14px;
    margin-top: 30px;
    border-radius: 0;
    width: 100%;
}
a.btn.btn-default:hover{
    background-color: #a17f3b;
    opacity: 0.8;
    color: #ffffff;
}
.service-btn-left a.btn, .service-btn-right a.btn, .service-btn-center a.btn {
    background-color: #a17f3b;
    color: #ffffff;
    font-family: 'lucida_sansregular';
    line-height: 1.3;
    width: 100%;
    border: none;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 0;
    padding: 23px 0;
    max-width: 385px;
}
section.vc_section.services_btn_home {
    background: #fff;
    padding-top: 0px;
    clear: both;
    position: relative;
}
.service-btn-left {
    padding-right: 25px;
    text-align: right;
}
.service-btn-right {
    padding-left: 20px;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.wpb_wrapper {
    margin-bottom: 30px;
}
.text-third-banner {
    top: 260px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    max-width: 520px;
    width: 100%;
}
.text-third-banner .middle-th-txt {
    font-family: 'zapfino_linotype_oneregular';
    max-width: 408px;
    padding: 60px 50px 40px;
    font-size: 115px;
    color: #000000;
    border: 1px solid #ffffff;
    width: 100%;
    background: rgba(255,255,255,0.7);
    display: block;
    margin: 0 auto;
}
.middle-th-txt span.th-main-txt {
    line-height: 50px;
    display: block;
}
.middle-th-txt span.th-sub-txt {
    font-family: 'lucida_sansregular';
    font-size: 24px;
    float: none;
    margin-left: 90px;
    margin-top: 12px;
    display: block;
}
a.bottom_th_btn {
    background-color: #8a325e;
    color: #ffffff;
    font-family: 'lucida_sansregular';
    font-size: 16px;
    padding: 24px 15px;
    max-width: 350px;
    text-align: center;
    margin: 22% auto 0;
    display: block;
    width: 100%;
    letter-spacing: 1px;
}

a.bottom_th_btn:hover{
    color: #fff;
    background-color:#861b63;
}
.work-home-sec .wpb_wrapper {
    margin: 0;
}
a.bottom-th-txt
.wpb_wrapper{
    margin-bottom: 0;
}
section.container-wrap.main-color{
    padding-bottom: 0 !important;
}
section.vc_section {
    margin-top: 40px;
}


h1.page-title {
    font-family: 'zapfino_linotype_oneregular';
    text-align: center;
    /* text-decoration: underline; */
    font-size: 133px;
    padding-top: 160px;
    color: #000000 !important;
    font-weight: 200;
    position: relative;
    word-spacing: -63px;
    margin-top: 0px;
    height: 240px;
}
h1.page-title::after{
    content: " ";
    border-bottom: 1px solid #555;
    width: 18%;
    margin: 0 auto;
    /*background: url(./images/line.png) no-repeat center;*/
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 8px;
}
div#socket {
    float: left;
    width: 100%;
}
div#footer{
    float: left;
    width: 100%;
}
#footer {
    background-color: #000;
}
#footer .template-page {
    padding: 0px;
}
#footer .widget-title, .newsletter_btn label {
    background-image: none;
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-family: 'lucida_sansregular';
    font-weight: normal;
    text-transform: uppercase;
    padding: 0px 0px 20px 0px;
}
#footer {
    padding-bottom: 0px !important;
}
#custom_html-3 p {
    margin-top: 0px;
}
#footer #custom_html-3 p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-family: 'lucida_sansregular';
}
#footer #custom_html-3 a {
    font-size: 14px;
    color: #fff;
    text-transform: lowercase;
    font-family: 'lucida_sansregular';
    position: relative;
    margin-top: 15px;
    display: inline-block;
    position: relative;
}
.newsletter_btn .tnp-subscription {
    margin: 0;
}
#footer #custom_html-3 a::after {
    content: "";
    right: -25px;
    position: absolute;
    font-family: 'lucida_sansregular';
    font-size: 18px;
}
#footer {
    padding-bottom: 0px;
    padding-top: 50px;
} 
#socket {
    background-color: #000;
}
#socket p strong {
    color: #fff;
    opacity: 0.5;
    font-size: 15px;
    font-family: 'lucida_sansregular';
}
#socket p {
    margin: 0px;
    padding: 20px 0px 50px 0px;
}
#socket .gap-10 {
    display: none;
}
#footer ul li {
    list-style: none;
    display: inline-block;
}
.follow_us ul {
    margin-bottom: 0px;
    padding-left: 0px;
}
.follow_us  li a {
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
}
#footer a i {
    color: #000;
}
.about-footer p {
    color: #ffffff;
    margin: 0 0 10px 0;
}
.about-footer a::after{
    content: "";
    right: 0;
    left: 95px;
    position: absolute;
    font-family: 'lucida_sansregular';
    font-size: 18px;
}
.follow_us h4 {
    background-image: none;
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-family: 'lucida_sansregular';
    font-weight: normal;
    text-transform: uppercase;
    padding: 0px 0px 15px 0px;
}
.newsletter_btn .tnp-subscription form .tnp-field.tnp-field-button {
    position: absolute;
    right: 150px;
    top: 41px;
}
.tnp-subscription div.tnp-field .tnp-email {
    height: 45px;
   /* border-radius: 3px;*/
}
.newsletter_btn .tnp-subscription form .tnp-field.tnp-field-button input{
    height: 45px;
    width: 135px;
    background-color: #a17f3b;
    color: #ffffff;
    /*border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;*/
    text-transform: uppercase;

}
#services-tabs-custom .vc_tta-tabs-container ul.vc_tta-tabs-list {
    text-align: center;
    font-size: 15px;
}
#services-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list a {
    background: none;
    border: none;
    font-family: 'lucida_sansregular';
    color: #000000;
    font-size: 16px;
}
#services-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active {
    background-color: #487e99;
    color: #ffffff !important;
}
#services-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a{
    color: #ffffff !important;
}
#services-tabs-custom .vc_tta-panels{
    border:none;
    background:none;
}
#services-tabs-custom .vc_tta-panels-container .vc_tta-panels .vc_column_container .kleo_text_column .wpb_wrapper p{
    margin:40px 0 0 10px;
    width: 100%;
    font-size: 14px;
   /* text-align: justify;*/
}
#services-tabs-custom .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{
    color: #000000;
    }
#services-tabs-custom .tparrows.tp-leftarrow:before,
#services-tabs-custom .tparrows:before {
    content: "";
    background-image: url(./images/leftarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
    background-size: contain;
    margin: 12px auto 0;
}
#services-tabs-custom .tparrows:before{
    background-image: url(./images/rightarrow.png);

}
#services-tabs-custom .tparrows {
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    width: 60px;
    border-radius: 0%!important;
    -webkit-border-radius: 0%!important;
    -moz-border-radius: 0%!important;
    -ms-border-radius: 0%!important;
}
#services-tabs-custom .tparrows.tp-rightarrow {
    right: 20px;
    left: auto!important;
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    margin-top: -30px;
}
.vc_align_left .wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.vc_single_image-wrapper.vc_box_border_grey {
    border: 1px solid #000000;
}
a.kleo-gallery-img {
    border: 1px solid #000000;
}
.our_history_page.main-color p {
    margin: 20px 0;
    /*text-align: justify;*/
}
.our_history_page.main-color .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 5px;
}
.kleo-gallery .kleo-carousel a{
    height: 222px;
    width: 190px !important;
    margin: 2px;
}
.dot-carousel .kleo-carousel-items .caroufredsel_wrapper {
    left: 170px !important;
    right: 0 !important;
    margin: 0 auto !important;
}
section.our_history_page.main-color {
    padding-bottom: 40px !important;
}
a.btn.about_btn.btn-default {
    background-color: #487e99;
    width: 180px;
    line-height: 22px;
    margin: 0 0 0 10px;
}
ul.about_first_image {
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}
ul.about_first_image li {
    border: 1px solid #000000;
    margin-bottom: 8px;
}
ul.about_first_image li:last-child {
    margin-bottom: 0;
}
.captions p {
    margin: 10px 0 0 0;
    line-height: 18px;
    float: left;
}
.about_para p {
    margin: 40px 0 0 10px;
    font-size: 14px;
    /*text-align: justify;*/
}
ul.about_pic {
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    list-style: none;
}
ul.about_pic li {
    margin-right: 10px;
    border: 1px solid #000000;
}
ul.about_pic li:last-child{
    margin-right: 0;
}
ul.about_pic li img {
    width: 100%;
    height: 100%;
}
section.about_cont.main-color {
    padding-bottom: 40px !important;
    padding-top: 0px!important;
}
.our_process_txt p {
    margin: 0;
    font-size: 15px;
}
.process-img-main .process-img {
    position: relative;
    float: left;
    width: 100%;
}
.process-img-main span.process-txt-img {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    background-color: rgba(0,0,0,0.4);
    width: 160px;
    text-align: center;
    line-height: 30px;
    padding: 5px;
    border: 1px solid #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
}
.process-img-main p {
    float: left;
    margin: 0;
    padding: 20px 0px;
    font-size: 16px;
    text-align: left!important;
}
.about_right_col_content {
    padding: 40px 0px;
}

/* Contact Us Page */

.home_contact_form p {
    margin: 10px 0 0 0;
}
.contact-page-sec-right h1 {
    font-family: 'lucida_sansregular';
    font-size: 24px;
    margin: 0;
}
.address-info p {
    margin: 0;
}
.contact-info li {
    list-style: none;
    position: relative;
}
.contact-sub p {
    margin: 0px auto;
    max-width: 690px;
    text-align: center;
}
.home_contact_form input[type="submit"] {
    margin: 0px auto !important;
    float: none !important;
    width: 100%;
    max-width: 200px;
    background-color: #a17f3b !important;
    color: #ffffff;
    margin-bottom: 30px !important;
}
.home_contact_form input[type="submit"]:hover,
.home_contact_form input[type="submit"]:focus {
    background-color: #a17f3b !important;
    color: #ffffff;
    opacity: 0.9;
}
.home_contact_form p {
    margin: 10px 0 0 0;
    text-align: center;
}

section.container-wrap.contact-sub.main-color {
    padding-top: 20px !important;
}
.page-id-9 div#main > section.container-wrap.main-color {
    background-image: url('./images/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.home_contact_form .row + p {
    width: 100% !important;
    max-width: 100%;
}

.page-id-9 div#main > section.container-wrap.main-color * {
    background-color: transparent;
}
.home_contact_form input[type="text"], .home_contact_form input[type="email"], .home_contact_form textarea {
    background-color: #eeeeee !important;
    color: #333333;
    border: 1px solid #222222
}
section.homepage_Sec2 {
    padding-top: 0!important;
}
.homepage_Sec2 p {
    font-size: 16px;
}
section.home-explore-sec {
    padding-top: 0!important;
}

/* /. Contact Us Page */

.kleo-main-header .nav > li.active > a{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.navbar-header .logo {
    float: none;
    margin: 0;
}
.navbar-header .logo a {
    display: block;
    padding: 34px 0;
}
.navbar-header .logo a img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}
.kleo-navbar-fixed.navbar-transparent .kleo-main-header {
    max-width: 1400px;
    background: #fff!important;
    position: relative;
    margin: 0 auto;
}
.navbar-header {
    background-color: #231f20;
    width: 22%;
    position: absolute;
    left: 0;
}
.navbar-transparent .navbar .kleo-main-header.header-scrolled,
.kleo-navbar-fixed.navbar-transparent #header {
    background-color: #fff;
}
.image-top-banner img {
    width: 100%;
}
.footer-address-info {
    margin-top: 30px;
}
.footer-address-info p {
    margin-bottom: 0;
}
ul.image-history-bottom {
    padding: 0;
    list-style: none;
    text-align: right;
}
ul.image-history-bottom li {
    display: inline-block;
}
ul.image-history-bottom li img {
    max-width: 150px;
    border: 1px solid #333;
}
ul.image-history-bottom li:first-child img {
    max-width: 173px;
}
.our_process_txt .wpb_wrapper {
    margin-bottom: 0;
}
a.btn.about_btn.btn-default {
    font-size: 16px;
    width: auto;
    padding: 10px 25px;
}

.service-btn-left.service_main_reph p {
    text-align: left !important;
}

.footer-logo img {
    height: 80px;
}

 /*Added 6 April 2018*/

.page-id-9 #main h1.page-title {
    margin-top: 30px;
    word-spacing: -40px;
}
.before-after-sec .left-sec .postion-up,
.before-after-sec .right-sec .postion-up{
    position: absolute;
    top: 10px;
    left: -6px;
    background-color: #85bb3d;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    padding: 5px 20px;
}
.before-after-sec .left-sec {
    position: relative;
}
.before-after-sec .left-sec .wpb_raw_html .wpb_wrapper,
.before-after-sec .right-sec .wpb_raw_html .wpb_wrapper {
    position: inherit;
}
#main .before-after-sec {
    padding-bottom: 20px !important;
}
.footer-address{
    background-image: url("./images/address1.png");
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 30px;
    text-transform: capitalize;
}
.footer-email {
    background-image: url('./images/email.png');
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.store_hours h4,
.follow_us h4 {
    position:  relative;
    margin: 0 0 20px;
 }
.store_hours h4:before,
.follow_us  h4:before {
    content: "";
    position:  absolute;
    bottom: 5px;
    background-color: #85bb3d;
    width: 80px;
    height: 3px;
}
.follow_us {
    padding: 30px 0 0;
}
.footer-address-info.about-footer.store_hours.follow_us {
    margin: 0;
}
span.contact-email {
    background-image: url('./images/email2.png');
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 28px;
    background-position: left center;
}


/*Added 7 April 2018*/

#home-explor-sec span.middle-sec-txt {
    padding: 55px 34px 30px;
}

span.contact-email a {
    color: #000000 !important;
}

.footer-color .footer-email a:hover {
    color: #ffffff !important;
}

#footer ul li.twitter_btn i {
    font-size: 21px;
}
.gallery-images-slider .slick-prev:before, 
.gallery-images-slider .slick-next:before {
    color: #000;
    height: 30px;
    width: 30px;
    font-size: 30px;
    opacity: 1;
}
.gallery-images-slider .slide.slick-slide {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 40px;
    outline: none;
}
.gallery-images-slider .slick-slide img {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.gallery-images-slider .slick-prev,
.gallery-images-slider .slick-prev:hover,
.gallery-images-slider .slick-prev:focus {
    background-image: url('./images/prev-arrow.png');
    background-size: 22px;
    background-position: center;
    height: 54px;
    width: 54px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
}
.gallery-images-slider .slick-next, 
.gallery-images-slider .slick-next:hover, 
.gallery-images-slider .slick-next:focus {
    background-image: url('./images/next-arrow.png');
    background-size: 22px;
    background-position: center;
    height: 54px;
    width: 54px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
}
.gallery-images-slider .slick-prev:before, .gallery-images-slider .slick-next:before {
    display: none !important;
}
.homepage_Sec2 h3 {
    font-weight: 600 !important;
    color: #000 !important;
    font-family: "open sans";
    font-size: 19px;
}
.contact-page-sec-left .wpb_wrapper {
    margin-bottom: 0px;
    padding: 0;
}

/*Added 18 may 2018*/
.laborday{
	position: fixed;
	top: 78px;
	right: 113px;
	width: 282px;
	z-index: 9999999;
}
body #footer #custom_html-3 .footer-email a {
    margin-top: 0;
}
.about_first_box .wpb_wrapper {
    margin-bottom: 35px;
}
article#post-6 .main-service-tabs .vc_row {
    margin-right: 0;
    margin-left: 0;
}
article#post-6 .main-service-tabs .vc_row h4 a {
    text-align: center;
}

/*------------Media queries------------*/

@media only screen and (max-width: 1199px){
.primary-menu.collapse.navbar-collapse.nav-collapse {
    padding-left: 0;
}
a.bottom_th_btn{
    margin: 7% auto 0;
}
.text-third-banner{
    top: 26%;
}
}
@media only screen and (max-width: 1024px){
    .primary-menu.collapse.navbar-collapse.nav-collapse{
        padding-left: 40px;
    }
    div#social-icon-header{
        margin-left: 70px;
    }
    #services-tabs-custom .vc_tta-tabs-container ul.vc_tta-tabs-list {
        font-size: 13px;
    }
    #services-tabs-custom .vc_tta.vc_general .vc_tta-tab > a{
       padding: 14px 13px; 
    }
    .about_para p {
        margin: 0px 0 0 10px;
    }
    .captions p{
        margin: 0 0 0 0;
        font-size: 12px;
    }
    .about_para {
        margin-bottom: 10px;
    }
    .process-img-main span.process-txt-img{
        top: 100px;
    }
    .process-img-main p{
        padding: 20px 5px;
    }
    ul#menu-main-menu li a {
    font-size: 16px;
    margin: 0 10px;
}
section.container-wrap.main-service-tabs .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.gallery-images-slider .slide.slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}
.gallery-images-slider .slick-slider-wrapper .slick-slider .slick-arrow.slick-prev {
    left: 0px;
}
}
@media only screen and (max-width: 991px){
.service-btn-left {
    padding-right: 0px;
    text-align: center;
}
.service-btn-right {
    padding-left: 0px;
    text-align: center;
}
.kleo-mobile-switch {
    z-index: 1;
    position: relative;
    padding-right: 15px;
}
.kleo-main-header .navbar-header {
    position: static;
}
.kleo-navbar-fixed.navbar-transparent .kleo-main-header {
    background: #231f20!important;
}
    span.top-txt {
        top: 0;
        left: 0;
        right: 0;
        max-width: 430px;
        margin: 0 auto;
        display: block;
    }
    span.middle-txt{
        top: 25%;
    }
    p{
        margin: 30px 0;
    }
    ul#menu-main-menu li a{
        color: #ffffff;
    }
    div#social-icon-header {
        margin-left: 0px;
        margin-top: 15px;
        float: none;
        line-height: 1;
    }
    div#social-icon-header ul li:first-child{
        padding-left: 0;
    }
    .primary-menu.navbar-collapse {
            padding: 0 0 20px;
        }
    #header .navbar-nav li{
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #header .navbar-nav li:first-child {
    border-top: 1px solid rgba(255,255,255,0.3);
    }
    #header .navbar-nav > li > a{
        padding: 15px 0px;
    }
    div#social-icon-header {
    margin-left: 0px;
    margin-top: 20px;
    }
    div#social-icon-header ul li {
    border: none !important;
    }
    h1.page-title{
        padding-top: 70px;
    }
    #services-tabs-custom .vc_tta-tabs-container ul.vc_tta-tabs-list {
        font-size: 10px;
    }
    #services-tabs-custom .vc_tta.vc_general .vc_tta-tab > a {
        padding: 10px 8px;
    }
    #services-tabs-custom .vc_tta-panels-container .vc_tta-panels .vc_column_container .kleo_text_column .wpb_wrapper p {
        margin: 20px 0 0 10px;
        width: 100%;
    }
    .about_first_box.vc_column_container > .vc_column-inner {
        padding: 0 6px !important;
    }
    .about_para p {
        margin: 0px 0 0 0px;
        font-size: 12px;
    }
    a.btn.about_btn.btn-default{
        margin:0;
    }
    .process-img-main span.process-txt-img {
        top: 60px;
    }
    .process-img-main p {
        padding: 10px 5px;
        font-size: 13px;
    }
    h1.page-title {
      height: 155px;
      word-spacing: -45px;
    }
    h1.page-title::after {
        width: 33%;
    }
    .page-id-9 div#main > section.container-wrap.main-color {
    background-position: center;
}
}
@media only screen and (max-width: 768px){
    span.middle-txt,
    span.middle-sec-txt,
    .text-third-banner .middle-th-txt {
    width: 100%;
    max-width: 410px;
}
.text-third-banner {
    top: 22%;
}
.text-third-banner .middle-th-txt {
    max-width: 325px;
    padding: 35px 30px 20px;
}
span.middle-txt span.middle-main-txt,
span.middle-sec-main-txt,
.middle-th-txt span.th-main-txt {
    font-size: 115px;
}
span.middle-sub-txt,
span.middle-sec-sub-txt,
.middle-th-txt span.th-sub-txt {
    font-size: 22px;
    margin-left: 60px;
    line-height: 1;
}
section.vc_section.services_btn_home {
    padding-top: 0px;
}
.service-btn-left a.btn, .service-btn-right a.btn, .service-btn-center a.btn{
    margin-top: 0px;
}
#home-explor-sec .middle-sec-sub-txt {
    margin-left: 83px;
}
.homepage_Sec2 p {
    font-size: 14px !important;
}
#home-explor-sec span.middle-sec-txt {
    top: 22%;
}
.gallery-images-slider .slick-next,
.gallery-images-slider .slick-next:hover,
.gallery-images-slider .slick-next:focus,
.gallery-images-slider .slick-prev,
.gallery-images-slider .slick-prev:hover,
.gallery-images-slider .slick-prev:focus {
    background-size: 15px;
    height: 35px;
    width: 35px;
}
}

@media only screen and (max-width: 767px){
.image-th-banner {
    height: 450px;
}
.image-th-banner img {
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    height: 100%;
}
	.homepage_Sec2 p {
	text-align: left !important;
}
	.homepage_Sec2 p br {
	display: none !important;
}

.about_right_col_content {
    padding: 0;
}
.homepage_Sec2 p,
#services-tabs-custom .vc_tta-panels-container .vc_tta-panels .vc_column_container .kleo_text_column .wpb_wrapper p,
.process-img-main p,
.about_para p {
    font-size: 15px;
    padding-right: 15px;
}
.footer-logo {
    max-width: 300px;
    margin: 0 0 0;
}
a.bottom_th_btn {
    margin: 15px auto 0;
    max-width: 300px;
    font-size: 16px;
    padding: 20px 15px;
}
    .tnp-field.tnp-field-email {
        width: 602px;
    }
    .about-footer a::after{
        right: 0;
    }
    #services-tabs-custom .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{
        border: none;
        background: none;
    }
    #services-tabs-custom .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{
        border: none;
        background-color: #487e99;
    }
    #services-tabs-custom .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title{
        color: #000000;
        font-family: 'lucida_sansregular';
    }
    #services-tabs-custom .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{
        color: #ffffff;
    }
    #services-tabs-custom .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
        background-color: #fff;
        border: none;
    }
    ul.about_first_image li img {
        width: 100%;
        height: 100%;
    }
    .captions p {
        margin: 5px 10px 15px 10px;
        font-size: 12px;
    }
    .about_para p {
        margin: 5px;
        font-size: 13px;
    }
    .process-img-main span.process-txt-img {
        top: 220px;
    }
    h1.page-title {
    height: 105px;
    word-spacing: -35px;
   }
    h1.page-title{
        font-size: 90px;
        padding-top: 40px;
    }      
    h1.page-title::after {
    width: 150px;
}
.page-id-9 h1.page-title {
    font-size: 53px !important;
    padding-top: 30px !important;
    word-spacing: -20px !important;
    height: 75px !important;
}
.page-id-9 h1.page-title::after {
    bottom: 0px !important;   
}
h1.page-title {
    margin-bottom: 0;
}
span.middle-txt {
	width: 100% !important;
	max-width: 338px !important;
	top: 70px !important;
}
#home-explor-sec span.middle-sec-txt {
    top: 17% !important;
    padding: 13px 10px;
}
div#footer {
    padding-left: 15px;
    padding-right: 15px;
}
#socket p {
    margin: 0px;
    padding: 10px 0px 30px 0px;
}

.gallery-images-slider .slick-next,
.gallery-images-slider .slick-next:hover,
.gallery-images-slider .slick-next:focus,
.gallery-images-slider .slick-prev,
.gallery-images-slider .slick-prev:hover,
.gallery-images-slider .slick-prev:focus {
    background-size: 8px;
    height: 25px;
    width: 23px;
    background-color: transparent;
}
.slick-slider-wrapper .slick-slider .slick-arrow.slick-next {
    right: 0px !important;
}

}
@media only screen and (max-width: 640px){
    span.bottom-img {
    bottom: 0;
    }
    .image-top-banner {
    height: 260px;
}
.top-banner-image-wrap {
    height: 260px;
}

#home-explor-sec span.middle-sec-txt {
    padding: 25px 10px;
}
	#home-explor-sec .middle-sec-sub-txt {
    margin-left: 62px;
}
	span.middle-txt {
	width: 100% !important;
	max-width: 275px !important;
	top: 70px !important;
}
span.middle-txt, span.middle-sec-txt,
.text-third-banner .middle-th-txt {
    max-width: 330px;
    width: 100%;
    top: 70px;
}
.text-third-banner .middle-th-txt {
	max-width: 275px;
	padding: 15px 30px 15px;
	width: 100%;
}
span.middle-sec-txt {
    top: 70px;
    padding: 35px 35px 30px;
}  

span.middle-txt span.middle-main-txt, 
span.middle-sec-main-txt,
.middle-th-txt span.th-main-txt {
    font-size: 85px;
}
span.middle-sub-txt, span.middle-sec-sub-txt,
.middle-th-txt span.th-sub-txt {
    font-size: 16px;
    margin-left: 50px;
    line-height: 1;
    margin-top: 5px;
}
    span.bottom-th-txt{
        top: 180px;
    }
    .process-img-main span.process-txt-img {
        top: 180px;
    }
span.middle-txt{
    padding:20px 15px 15px;
}
.article-content .revision-home-sec.container-wrap + .container-wrap {
    padding-top: 0!important;
}

.image-top-banner {
    height: 260px;
}
.image-top-banner img {
    width: 100%;
    height: 260px;
}
.top-banner-image-wrap {
    height: 260px;
}
a.bottom_th_btn {
    margin: -6px auto 0;
    max-width: 250px;
    font-size: 14px;
    padding: 13px 8px;
}
}


@media only screen and (max-width: 480px){

	div#home-explor-sec {
    height: 220px;
}
	.image-sec-banner {
    height: 220px;
}
	.image-sec-banner img {
    width: 100%;
    min-height:220px;
}

.image-th-banner img {
    height: 100%;
}

.image-th-banner {
    height: 220px;
}
.image-th-banner img {
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
}

	
	  span.top-txt {
	   font-size:9px !important;
	   line-height: 12px  !important;
	}


    span.top-txt{
        line-height: 1;
        font-size: 12px;
    }
    span.middle-txt {
        width: 95%;
        top: 48px;
        padding: 13px 10px;
    }
    span.middle-txt span.middle-main-txt, span.middle-sec-main-txt, .middle-th-txt span.th-main-txt {
        font-size: 75px;
    }
    span.middle-sub-txt, span.middle-sec-sub-txt, .middle-th-txt span.th-sub-txt {
        font-size: 14px;
        margin-left: 60px;
    }
    span.bottom-img{
        bottom: 2px;
    }
    .image-sec-banner {
        height: auto;
    }
span.middle-sec-txt {
	width: 100%;
	top: 30px;
	padding: 20px 22px 12px;
	max-width: 275px;
}
    span.bottom-th-txt{
        top: 140px;
    }
    .tnp-field.tnp-field-email {
        width: 100%;
    }
    h1.page-title{
        font-size: 90px;
        padding-top: 40px;
    }
    .process-img-main span.process-txt-img {
        top: 130px;
    }
    .text-third-banner {
        top: 1%;
    }
}
@media only screen and (max-width: 360px){
	  span.top-txt {
	    left: 2px;
	}
    span.bottom-img{
        width:32px;
        height: 32px;
    }
    span.bottom-img {
        bottom: 2px;
    }
    a.btn.btn-default{
        font-size: 16px;
    }
    span.th-sub-txt{
        font-size: 16px;
    }
    span.bottom-th-txt{
        width: 266px;
        top: 120px;
    }
    .process-img-main span.process-txt-img {
        top: 90px;
    }
    #home-explor-sec span.middle-sec-txt {
    padding: 24px 34px 14px !important;
}
}
@media only screen and (max-width: 320px){
    span.middle-txt {
        font-size: 60px;
    }
    span.middle-sub-txt{
        margin-top: 0px;
        font-size: 11px;
    }
    span.middle-sec-sub-txt {
        font-size: 12px;
    }
    .text-third-banner {
        font-size: 60px;
    }
    span.th-sub-txt {
         margin-top: 0px;
        font-size: 12px;
    }
    span.bottom-th-txt {
        width: 236px;
        top: 100px;
    }
     h1.page-title{
        font-size: 80px;
        padding-top: 30px;
    }
    #services-tabs-custom .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{
        font-size: 15px;
    }
    .process-img-main span.process-txt-img {
        top: 80px;
    }

    span.middle-txt {
	top: 56px !important;
}
}
@media only screen and (max-width: 800px){
	.laborday{
		top: 85px;
		right: 53px;
		width: 166px;
		position: absolute;
	}
}
@media only screen and (max-width: 650px){
	.laborday{
		top: 78px;
		right: 35px;
		width: 166px;
		position: absolute;
	}
}
@media only screen and (max-width: 400px){
	.laborday{
		top: 87px;
		right: 35px;
		width: 166px;
			position: absolute;
	}
}