/*
Theme Name: TEGELHANDEL BROUWER B.V.
Text Domain: twentytwenty
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
html {
    color: #fff;
    font-size: 62.5%;
    line-height: normal;
}
body{
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    margin:0;
}
/* font-family: 'SyncopateR';
 font-family: 'SyncopateB';
*/

h1, h2 , h3 , h4 , h5 , h6 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;

}
p{
    font-family: 'Poppins', sans-serif;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}

.clearfix:after {
    clear: both;
}


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
        cursor: pointer;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }
    img{
        max-width: 100%;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
a{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
}
button , :after , :before{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;    
}
a:hover{
    text-decoration: none;
}
a:focus , input:focus , textarea:focus , button:focus{
    outline: none;
}
ul{
    padding-left: 0;
    margin: 0;
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
figure{margin:0;}
input:focus,textarea:focus{outline:none; border-color: #5a5a5a !important; box-shadow:none !important; -webkit-box-shadow:none  !important;}
/* header css start */



/*********start header********/
.header{float:left;
    width:100%;
    z-index:1000;
    left:0;
  top:0;
  position: relative;
  background: #fff;
}

@-webkit-keyframes animationFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-160px);
        transform: translateY(-160px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes animationFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-160px);
        -ms-transform: translateY(-120px);
        transform: translateY(-160px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fixed_header{  
     background:rgba(255,255,255,1);
      position: fixed;
      -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0px 20px 24px rgba(0,0,0,0.12);
    box-shadow: 0px 10px 24px rgba(0,0,0,0.12);
}
.fixed_header .top_header{display: none;}
.top_header{background: #752331;padding: 6px 0;}
.top_header_box{align-self: center;}
.top_header_box h5{display: inline-block; font-size: 13px; font-weight: 600; color:#fff; vertical-align: middle;
} 
.top_header_box_text{display: inline-block;
    padding-left: 8px;
    vertical-align: middle;}
.top_header_box_text p{
    margin: 0;
    color:#fff;
    font-size: 9px;
    font-weight: 400;
}
.top_header_box:last-child{text-align: right;}
.social_part p{display: inline-block; margin:0; vertical-align: middle; color:#fff;
    font-size: 13px;
    font-weight: 600;}
.socail_menu{
    display: inline-block; vertical-align: middle;
}
.socail_menu li{display: inline-block;}
.socail_menu li a:hover i{
    color: #1f1f1f;
}
.socail_menu li a i{
    display: inline-block;
    margin-left: 5px;
    color:#fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 9px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.header_left{align-self: center;
  }
.header_right{text-align: right; align-self: center;}
.bottom_header{padding: 6px 0;}
.logo{
    
    position: absolute;
    left:0;
    top:0;
    width:145px;
    z-index: 110;
    display: inline-block;
    
}
.logo img{display: inline-block;
}
.header_contact{text-align: right; padding: 12px 0;display: inline-block;}
.header_contact li{display: inline-block; padding:  0 12px;}
.header_contact li a{color:#000; font-size: 14px; font-weight: 400}
.header_contact li a:hover{
    color:#752331;
}
.header_contact li:last-child a{font-size: 19px;
    color: #752332;
    font-weight: 600;}
.header_contact li:last-child a:hover {
    color: #1f1f1f;
}
.header_contact li a i{
    display: inline-block;
    margin-right: 7px;
    width: 40px;
    height: 40px;
    color:#752331;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #752331;
    border-radius: 50%;
}
.header_cont{
    position: relative;
}
/*.mega-menu-wrap{
    position: relative;
   width:auto;

}


.mega-menu li{background: none;
    border: none;
    padding:0;
    vertical-align: bottom;
    float: none;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

.mega-menu li a{ 
    padding:10px 10px;
    color: #000;
    font-size: 14px;
    position: relative;
   text-transform: uppercase;
}*/

#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
    background-color: #752331;
    margin:0;
    padding: 0 10px;
    border-radius: 4px;
}
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:after{
    margin:0;
}

/*.menu .menu-collapser{background: none;
    color: transparent;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 0;}*/
/*.mega-menu-wrap .mega-menu li:hover a{color:#752331;
    background: none;
 
 }
.menu .mega-menu li.active a{color:#752331; background: none;

 }
*/

/*.menu ul li>ul{ position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
    left:0;
    width: 260px;
    padding: 15px 25px;
    height:auto;
     top:100%;
    text-align: left;
    background: #ec1950;
    z-index: 1;
}


.menu ul li.active ul li a{color:#860829; background: none;}
.menu ul li:hover ul li a{color:#860829; }
.menu ul li>ul li a .far.fa-user{padding-right:5px;}

.menu ul li>ul li{display:list-item; background: none; padding:0; border-bottom:1px solid #d41749;}
.menu ul li>ul li:last-child{border:none;}
.menu ul li>ul li a{ padding:10px 0  !important; position: relative; color:#860829; font-size: 19px; position: relative;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu ul li>ul li a:hover:before{opacity: 1;}
.menu ul li>ul li a:after{display:none}
.menu ul li>ul li a:hover{color:#fff; }
.menu ul li .sub-toggle{  
    background: none;
    width: 24px;
    top: 0;
    display: none;
    }
.menu ul li .sub-toggle i{color: #262626;
    font-size: 16px;
    font-style: normal;}*/
.mega-menu-row{background: url(assets/images/menu-back.jpg) !important; background-size: 100% 100%}
.mega-menu-row .mega-menu-item-has-children {display: flex !important; justify-content: space-between; margin-bottom: 15px !important}
.mega-menu-row .mega-menu-item-has-children:last-child{margin-bottom: 0 !important}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item a{position: relative; }
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item a:before{
    content: '';
    position: absolute;
    left:-12px;
    top:8px;
    width:6px;
    height: 6px;
    border:2px solid #fff;
    border-radius: 50%;
}
.mega-menu-columns-4-of-12{width:30% !important;}
.mega-menu-columns-4-of-12 img{width:100%;}
.mega-menu-row .mega-menu-item-has-children a{align-self:flex-start;}
.mega-menu-row  .mega-menu-item-has-children>.mega-sub-menu{width:70% !important;}

.mega-menu-columns-8-of-12{padding:35px 20px 35px !important; width:70% !important;}
.fixed_menu ul li a{
    padding: 20px 0;
}
.mega-indicator{display: none !important}
.banner{width:100%; float:left; position: relative;}
.banner:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width:70%;
    margin: auto;
    height: 92px;
    background: rgba(147,148,149,0.7);
    z-index: 10;
    filter: blur(2px);
}
.banner_slider {margin: 0 !important;}
.banner_slider .banner_item figure img{width:100%;}
.banner_slider .slick-prev,.banner_slider .slick-next{
    z-index: 101;
    top:auto;
    bottom:27px;
    background: none;
}
.banner_slider .slick-prev{left:auto; right:11%;}
.banner_slider .slick-next{right:3%;}
.banner_slider .slick-prev:before,.banner_slider .slick-next:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color:#000000;
    font-size: 12px;
    opacity: 1;
}
.banner_slider .slick-prev:before{
    content: '\f060';
}
.banner_slider .slick-next:before{
    content: '\f061';
}
.down_arrow{
    width: 15%;
    left: 0;
    margin: auto;
    height: 92px;
    background: #fff;
    bottom: 0;
    position: absolute;
    z-index: 100;
    text-align: center; font-size: 13px; 
    padding: 2% 0;
    cursor: pointer;

}
.down_arrow p{margin:  0 0 5px; line-height: 1;}
.slider-nav{
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-nav .slick-list{
    padding-top: 40px;
}
.slider-nav .slider-thumbnail {padding: 0 10px; display: inline-block; float: none; width:auto !important;}
.slider-nav .slider-thumbnail  img{width:100px;
 height: 100px;
  display: inline-block;
   object-fit: cover;
    border:3px solid #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    
}
.slider-nav .slick-current img{
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    margin-bottom: 10px;
   -webkit-transform: translateY(-30px); transform: translateY(-30px);
}
.custom_paging {
    position: absolute;
    right: 0;
    width: 15%;
    z-index: 100;
    bottom: 0;
    background: #fff;
    padding: 26px 15px;
}
.custom_paging li.slick-active {
    display: block;
}
.custom_paging li {
    display: none;
    text-align: center;
}
.custom_paging li .custom-dot {
    display: inline-block;
    font-weight: 700;
    color:#CACACA;
    font-size: 11px;
}
.custom_paging li .custom-dot span{display: inline-block; vertical-align: bottom; line-height: 1;}
.custom_paging li .string {
    font-size: 40px;
    color:#000;
}
.custom_paging li .string:after{
    content: '/';
    font-weight: 100;
}

.service{width:100%; float:left; padding: 80px 0;}
.service_item{padding: 0 10px; margin-bottom: 10px;}
.service_panel .service_item:nth-child(2),.service_panel .service_item:nth-child(5),.service_panel .service_item:nth-child(8),.service_panel .service_item:nth-child(11),.service_panel .service_item:nth-child(14),.service_panel .service_item:nth-child(17){padding: 0;}
.service_item .service_image_box{position: relative;}
.service_item .service_image_box:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0));
}
.service_image_box_text{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    z-index: 2;
}
.service_image_box_text p{
    font-size: 14px;
    color:#fff;
    margin: 0;
    font-weight: 700;
    align-self: center;
}
.service_image_box_text .details{
    width:30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    color:#000;
    position: relative;
    text-align: center;
    font-size: 14px;
}
.service_image_box_text .details:hover {
    background: #752331;
    color: #fff;

}
.service_image_box_text .details:hover:after{
    border-color:#752331;
}
.service_image_box_text .details:after{
    content: '';
    position: absolute;
    width: 114%;
    height: 114%;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: -7%;
}
.service_item .service_image_box:first-child{margin-bottom: 10px;}
.service_item .service_image_box img{width:100%;}
/*.service_text_box{
    height: 100%;
    text-align: center;
    background-image: url(assets/images/service_box_back.jpg);
    background-size: cover;
    padding: 46% 0;
    position: relative;
}*/
.service_text_box:before{
    content: "";
    position: absolute;
    left:0;
    right:0;
    top:0;
    margin: auto;
    width:14px;
    height:120px;
    background-image: url(assets/images/service_text_before.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.service_text_box:after{
     content: "";
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    width:14px;
    height:120px;
    background-image: url(assets/images/service_text_after.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
 .service_text_box p{
    font-size: 20px;
    font-weight: 700;
    color: #752332;
    line-height: 1.7;
    width: 80%;
    margin: 0 auto;
 }
 .service_text_box p span { 
  background-color: #fff;
    padding: 0 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.service_image img{ }
.about{
    width: 100%;
    float: left;
    padding: 0 0 70px;
}
.about_heading{
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
}
.about_heading:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 2px;
    background: #752331;
    top: 0;
}
.about_text h6{
    color:#000000;
    font-weight: 800;
    font-size: 18px;
}
.about_text h1{
    font-size: 30px;
    font-weight: 800;
    color:#fff;
    padding: 0 10px;
    background: #752331;
    display: inline-block;
}
.about_text p{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.5;
}
.more{
    background: #752331;
    border-radius: 30px;
    display: inline-block;
    padding: 5px;
    color:#fff;
    font-size: 11px;
    color: #FFD9E0;
    padding-left: 12px;
    margin: 10px 0;
}
.more:hover,.contact_box .more:hover{
    background: #1f1f1f;
    color: #fff;
}
.more i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #4F141F;
    margin-left: 5px;
    font-size: 10px;
    text-align: center;
    color:#fff;
    border-radius: 50%;

}
.about_text{padding-right: 70px;}
.about_image{align-self: center;position: relative;
    z-index: 1;}
.about_image:after{
    content: '';
    position: absolute;
    left:-10px;
    top:-40px;
    width:160px;
    z-index: -1;
    height: 100px;
    background-image: url(assets/images/about_sticky.png);
    background-size: 100%;
}
.about_image img{display: inline-block;}
.about_image figure{
    position: relative;
    display: inline-block;
    width: 70%;
}
.about_absolute_pic{
  position: absolute;
    max-width: 68%;
    right: -30%;
    bottom: -25%;
}
.contact{
    width:100%;
    float:left;
    background-size: cover;
}
.contact_box{
    padding: 40px  25px;
    display: flex;
    justify-content: space-between;
}
.contact_box_text{
    width:76%;
}
.contact_box_text h5{
    color:#fff;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 15px;
}
.contact_box_text p{
    color:#fff;
    font-weight: 400;
    font-size: 13px;
    padding-left: 10px;
    border-left:1px solid #fff;
    margin:0 0 0 15px;
}

.contact_box .more{
    background: #fff;
    color:#752332;
    font-size: 14px;
    align-self: center;
     margin: 0;
}
.contact_pic{
    position: absolute;
    bottom: 0;
    max-width: 70%;
    left: 0;
}
.footer{
    width:100%;
    float:left;
    background: #1F1F1F;
}
.footer_top{
    padding: 50px 0;
}
.footer_box h5{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 25px;
}
.footer_menu {display: flex; flex-wrap: wrap;}
.footer_menu  li{
    width: 50%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 14px;
}
.footer_menu  li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.footer_menu  li a{
    font-size: 14px;
    color:#FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
}
.ftr_contacts{display: flex; flex-wrap: wrap; }
.ftr_contacts li{margin-bottom: 20px;
    padding-right: 15px;}
.ftr_contacts li i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    border: 1px solid #303030;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.ftr_contacts li a{
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}
.ftr_contacts li a:hover,.footer_menu li a:hover,.ftr_links li a:hover{    color: #dbb400;}
.ftr_contacts li:nth-child(2) a{
    color:#FFB400;
    font-weight: 600;
    font-size: 18px;
}
.ftr_contacts li:nth-child(2) a:hover {
    color: #fff;}
.ftr_contacts li:nth-child(2) i{color:#FFB400;}
.contact_details{padding: 0;}
.hours{padding-left: 20px;}
.hours ul{}
.hours ul li{margin-bottom: 20px;}
.hours ul li img{display: inline-block;
    height: 22px;
    vertical-align: top;}
.hours_text {display: inline-block; width: 88%; padding-left: 10px;}
.hours_text h6{
    color:#fff;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
}
.hours_text p{
    font-size: 10px;
    color:#C3C3C3;
    font-weight:400;
    margin: 0;
}
.footer_bottom{
    border-top: 1px solid #303030;
    position: relative;
    padding: 50px 0 30px;
    text-align: center;
}
.copyright{color:#fff; font-size: 13px; font-weight: 600; margin-bottom: 6px;}
.copyright a{color:#fff;}
.copyright a:hover{color:#dbb400;}
.ftr_links{}
.ftr_links li{display: inline-block; padding:  0 10px;}
.ftr_links li a{
    color:#fff; font-size: 13px; font-weight: 600; 
}
.ftr_social{
    display: inline-block;
    position: absolute;
    top: -20px;
    width:100px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: #1F1F1F;
    -webkit-box-shadow: 0px 0px 1px 20px #1F1F1F;
    box-shadow: 0px 0px 1px 20px #1F1F1F;

}
.ftr_social li a i{
    display: inline-block;
    width: 40px;
    height:40px;
    line-height: 40px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.ftr_social li a:hover i {
    color: #1f1f1f;
    background: #fff;
}
/*************inner page************/
.inner_banner{
    width:100%;
    float:left;
}
.inner_banner figure img{width: 100%}
.page_links{
    width:100%;
    float: left;
    margin: 0;
}
.breadcrumb{
     padding: 30px 0;
    margin: 0;
    background:none;
    border-radius: 0;
    font-size: 13px;
    border-bottom: 1px solid #E5E5E5;
}

.breadcrumb a{color:#000;}
/*.breadcrumb a:before{
    content: '/';
    display: inline-block;
    padding: 0 6px;
}
.breadcrumb span ~ span a:before{display: none;}*/
.breadcrumb_last{color: #752332;}
/*.breadcrumb_last:before{content: '/';
    display: inline-block;
    padding: 0 6px;}*/
.inner_sec{width:100%; float:left; padding: 30px 0;}
.inner_sec h1{
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    padding: 0 10px;
    background: #752331;
    display: inline-block;
    margin-bottom: 30px;
}
.inner_sec h2{
    font-size: 36px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}
.inner_sec h3{
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}
.inner_sec h4{
    font-size: 26px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}
.inner_sec p{
    font-size: 13px;
    color:#000000;
    font-weight: 400;
    padding-bottom: 12px;
    line-height: 1.7;
}
.inner_sec p a{color:#752332;font-weight: 700;}
.inner_sec p a:hover{color:#000}
.content_wrap ul{padding-bottom: 15px; padding-left: 15px;}
.content_wrap ul li{
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 12px;
    line-height: 1.7;
    padding-left: 15px;
    position: relative;
}
.content_wrap ul li a{color:#752332;font-weight: 700;}
.content_wrap ul li a:hover{color:#000}
.content_wrap ul li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #752332;
    border-radius: 50%;
}
.inner_text{
    padding-right: 70px;
}
.inner_image{
    padding-left: 35px;
    position: relative;
    z-index: 1;
    align-self: center;
    margin-top: 40px;

}
.inner_image:before{
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    width: 180px;
    z-index: -1;
    height: 120px;
    background-image: url(assets/images/about_sticky.png);
    background-size: 100%;
}
.inner_image img{width:100%;}
.wp-block-image img {
    width: 100%;
}
.content_wrap{
    padding-bottom: 70px;
}
.topic_panel{margin-top:20px;}
.topic_panel ul li:after{display: none;}
.galley_sec{padding-top: 70px; position: relative; z-index: 1;}
.galley_sec:after{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:0;
    height: 10px;
    -webkit-box-shadow: 0px 20px 30px rgba(0,0,0,0.15);
    box-shadow: 0px 20px 30px rgba(0,0,0,0.15);
}

.showroom_gallery .gallery_view li .gallery_item img{width:100%; height: auto}
.gallery_view{
    column-count: 4;
    width: 100%;
    column-gap: 0;
}
.showroom_gallery .gallery_view li{margin-bottom: 14px;}
.showroom_gallery .gallery_view li .gallery_item{padding:0 7px; }



.gallery_list{
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
.gallery_list li{width:20%; padding: 0 10px; margin-bottom: 20px;}
.gallery_box{width:100%; position: relative;}
.gallery_box:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 50%;
    opacity: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0));
}
.gallery_box figure img{width:100%;}
.gallery_box_text{
    display: flex;
    justify-content: space-between; 
    position: absolute;
    z-index:2;
    left:0;
    right:0;
    bottom:0; 
    padding: 10px 10px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.gallery_box_text h6{
    color:#fff;
    font-size: 12px;
    font-weight: 700;
}
.gallery_box_text p{padding: 0  !important; margin: 0; color:#fff; font-size: 12px; line-height: normal}
.gallery_box_text_left{
   padding-right: 10px;
    width: 80%;
    align-self: center;
}
.gallery_box_text .details:hover {
    background: #752331;
    color: #fff;
}
.gallery_box_text .details {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 14px;
    align-self: center;
}
.gallery_box_text .details:hover:after {
    border-color: #752331;
}
.gallery_box_text .details:after {
    content: '';
    position: absolute;
    width: 114%;
    height: 114%;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: -7%;
}
.gallery_box:hover:after{opacity: 1}
.gallery_box:hover .gallery_box_text{opacity: 1}


.page_listing{
    display: flex;
    width: 100%;
   margin:0 -15px;
    flex-wrap: wrap;
    padding-left: 0 !important;
}
.page_listing li{width:25%; padding: 0 15px !important;  margin-bottom: 20px;}
.page_listing li .parent-page{height: 100%; position: relative;}
.page_listing li .parent-page:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0));
}
.page_listing li .parent-page h4{position: absolute; left: 0 ; bottom:0; width:100%;  padding: 10px 10px; color:#fff;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    align-self: center;
    z-index: 2;
    margin:0 !important;
 }
 .page_listing li .parent-page h4 a{color:#fff; display: block;}
 .page_listing li .parent-page h4 i{
    float: right;
    font-size: 12px;
    line-height: 16px;
 }

 /**********contact page******/
 .content_wrap iframe{width:100%; border:none;}
 .contact_page_details{margin-bottom: 25px; padding-left: 0 !important}
 .contact_page_details li{padding-left: 0 !important}
  .contact_page_details li:after{display: none;}
.contact_page_details li i{display: none ;color:#752331; font-size:20px; vertical-align: top;}
 .contact_page_details li a{display: inline-block; /*padding-left: 10px;*/ vertical-align: top; font-weight: 400 !important; color:#000 !important;}
  .contact_page_details li a:hover{color:#752331 !important;}
  .contact_page_details li a span{font-weight: 700;    color: #000;}
 .gform_wrapper {
    margin:0 !important;
}
 .contact-form .form-field{margin:0 !important;}
 .contact-form .form-field input, .contact-form .form-field  select,.contact-form .form-field  textarea{border:1px solid #000; padding:5px 10px;}
 .contact-form .form-field input, .contact-form .form-field  select{height: 34px; }
 .contact-form .form-field  textarea{min-height: 160px !important; height: 160px !important}
 .gform_wrapper .gform_footer {
    padding: 15px 15px !important;
}
.gform_button {
     display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    background-color: #752332 !important;
    color: #fff;
    font-weight: 700;
    font-size: 14px !important;
    cursor: pointer;
}
.gform_button:hover{
     background-color: #000 !important;
    color: #fff;
}
table{margin: 10px 0 25px;}  
.table{margin-bottom: 2rem;}  
/*****responsive**********/



@media screen and (min-width:1600px) {
.container{
    max-width: 1560px;
}
.logo {
    width: 200px;}
.down_arrow {
    font-size: 16px;
    padding: 2.3% 0;
}
.top_header {
    padding: 10px 0;
}
.top_header_box h5 {
    font-size: 16px;
}
.top_header_box_text {
    padding-left: 10px;
}
.top_header_box_text p {
    font-size: 12px;
}
.social_part p{font-size: 16px;}

.socail_menu li a i{
    display: inline-block;
    margin-left: 5px;
    color:#fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 9px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.socail_menu li a i {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
}
.bottom_header {
    padding: 10px 0;
}
.mega-menu-columns-8-of-12 {
    padding: 50px 30px 50px !important;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link{
    padding: 0px 16px;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
}
 #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item a{
     font-size: 18px !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item a:before{
    width:8px;
    height: 8px;
    left:-18px;
    top:11px;
}
.header_contact {
    padding: 20px 0;
}
.header_contact li {
    padding: 0 20px;
}
.header_contact li a {
    font-size: 18px;
}
.header_contact li a i {
    margin-right: 12px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.header_contact li:last-child a {
    font-size: 26px;
}
.slider-nav .slider-thumbnail{
    padding: 0 15px;
}
.slider-nav .slider-thumbnail img {
    width: 125px;
    height: 125px;}
.custom_paging {
    padding: 34px 15px;
}
.custom_paging li .custom-dot{font-size: 14px}
.custom_paging li .string{font-size: 50px;}
.banner_slider .slick-prev, .banner_slider .slick-next{bottom: 38px;}
.banner_slider .slick-prev:before, .banner_slider .slick-next:before{font-size: 15px;}
.down_arrow,.banner:after{
    height: 117.97px
}
.service_text_box {
    padding: 46.7% 0;
}
.slider-nav {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);}
.service {
    padding: 110px 0;
}
.service_panel .service_item:nth-child(2),.service_panel .service_item:nth-child(5),.service_panel .service_item:nth-child(8),.service_panel .service_item:nth-child(11),.service_panel .service_item:nth-child(14),.service_panel .service_item:nth-child(17) {
    flex: 0 0 27.4% !important;
    max-width: 27.4% !important;
}
.service_panel .service_item:nth-child(1),.service_panel .service_item:nth-child(4),.service_panel .service_item:nth-child(7),.service_panel .service_item:nth-child(10),.service_panel .service_item:nth-child(13),.service_panel .service_item:nth-child(16){
    flex: 0 0 34.0% !important;
    max-width: 34.0% !important;
}
.service_panel .service_item:nth-child(3),.service_panel .service_item:nth-child(6),.service_panel .service_item:nth-child(9),.service_panel .service_item:nth-child(12),.service_panel .service_item:nth-child(15),.service_panel .service_item:nth-child(18) {
    flex: 0 0 38.6% !important;
    max-width: 38.6% !important;
}




.service_text_box p {
    font-size: 28px;}
.service_text_box:before,.service_text_box:after {
    width: 18px;
    height: 160px;
}
.service_image_box_text .details {
    width: 41px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
}
.service_image_box_text p {
    font-size: 18px;
}
.service_image_box_text {
    padding: 14px 20px;
}
.about {
    padding: 0 0 100px;
}
.about_text {
    padding-right: 100px;
}
.about_heading {
    padding-left: 14px;
    margin-bottom: 30px;
}
.about_heading:before {
    width: 4px;
}
.about_text h6 {
    font-size: 24px;
}
.about_text h1 {
    font-size: 40px;
    padding: 0 15px;
}
.about_text p {
    font-size: 16px;
    padding-bottom: 20px;
}
.more {
    padding: 8px;
    font-size: 14px;
    padding-left: 16px;
}
.more i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    font-size: 12px;
}
.contact_box {
    padding: 60px 35px;
}
.contact_box_text h5 {
    font-size: 22px;
    padding-bottom: 22px;
}
.contact_box_text p {
    font-size: 16px;
    padding-left: 12px;
    margin: 0 0 0 15px;
}
.footer_top {
    padding: 70px 0;
}
.footer_box h5 {
    font-size: 24px;
    padding-bottom: 35px;
}
.footer_menu li {
    margin-bottom: 25px;
    padding-left: 20px;
}
.footer_menu li:before {
    top:8px;
    width: 9px;
    height: 9px;
}
.footer_menu li a {
    font-size: 18px;
}
.ftr_contacts li {
    margin-bottom: 25px;
}
.ftr_contacts li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.ftr_contacts li a {
    font-size: 16px;
    padding-left: 14px;
}
.ftr_contacts li:nth-child(2) a {
    font-size: 24px;
}
.hours ul li {
    margin-bottom: 25px;
}
.hours ul li img {
    height: 25px;
}
.hours_text {
    padding-left: 15px;
}
.hours_text h6 {
    font-size: 18px;
    padding-bottom: 8px;
}
.hours_text p {
    font-size: 13px;
}
.ftr_social li a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.ftr_social {
    top: -25px;
    width: 120px;
}
.footer_bottom {
    padding: 65px 0 40px;
}
.copyright {
    font-size: 16px;
    margin-bottom: 10px;
}
.ftr_links li {
    padding: 0 15px;
}
.ftr_links li a {
    font-size: 16px;
}
.contact_box .more {
    font-size: 18px;
}
/***********inner page***************/

.breadcrumb {
    padding: 40px 0;
    font-size: 16px;
}

.inner_sec {
    padding: 45px 0;
}
.inner_sec h1 {
    font-size: 50px;
    padding: 0 14px;
    margin-bottom: 40px;
}
.inner_sec h2{
    font-size: 45px;
    margin-bottom:30px;
}
.inner_sec h3{
    font-size: 38px;
    margin-bottom: 22px;
}
.inner_sec h4{
    font-size: 35px;
    margin-bottom: 22px;
}
.inner_text {
    padding-right: 100px;
}
.inner_sec p {
    font-size: 16px;
    padding-bottom: 20px;
}
.inner_image {
    padding-left: 45px;
}
.inner_image:before {
    top: -35px;
    width: 215px;
    height: 135px;
}
.content_wrap {
    padding-bottom: 90px;
}
.galley_sec {
    padding-top: 90px;
}
.gallery_box_text {
    padding: 15px 15px;}
.gallery_box_text_left {
    padding-right: 15px;
}
.gallery_box_text h6 {
    font-size: 15px;
}
.gallery_box_text .details {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.content_wrap ul li{font-size: 16px;
    padding-bottom: 18px;
    padding-left: 20px;
}
.content_wrap ul li:after {
    top: 10px;
    width: 8px;
    height: 8px;
}
.inner_sec p {
    padding-bottom: 4px;
}
.page_listing li .parent-page h4 {
    padding: 15px 15px;
    font-size: 18px;
}
.page_listing li .parent-page h4 i {
    font-size: 14px;
    line-height: 22px;
}
/**********contact page******/
 .contact-form .form-field input, .contact-form .form-field  select,.contact-form .form-field  textarea{ padding:5px 14px;}
 .contact-form .form-field input, .contact-form .form-field  select{height: 44px; }
 .contact-form .form-field  textarea{min-height:200px !important; height:200px !important;}
 .contact_page_details li i{ font-size:25px;}
 .contact_page_details li a{/*padding-left: 15px;*/ }

.gform_button {
    padding: 14px 36px;
    font-size: 18px !important;
}
}



@media screen  and (max-width:1199px) {
 .slider-nav .slider-thumbnail img{width:80px; height: 80px;}
 .custom_paging li .string {
    font-size: 30px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px;
    font-size: 13px;
}
.banner_slider .slick-prev{right:12%;}
.banner_slider .slick-prev, .banner_slider .slick-next{bottom:21px;}
.banner_slider .slick-next{right:1.5%;}
.down_arrow,.banner:after{height: 83px;}
.banner:after{width:68%;}
.custom_paging,.down_arrow{width:16%;}
.service_text_box p {
    font-size: 17px;
    width: 85%;
}
.down_arrow {
    font-size: 12px;
    padding: 2.4% 0;
}
.service_text_box:before,.service_text_box:after {
    width: 12px;
    height: 105px;}
.about_text {
    padding-right: 60px;
}
.about_text h1 {
    font-size: 26px;}
.footer_menu li a {
    font-size: 13px;
}
/*******inner page************/
.gallery_list li {
    width: 25%;
}
}
@media screen and  (min-width:992px){
/*    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
    display: block !important;
}*/
}
@media screen and  (max-width:991px) {
   .service_panel .service_item:nth-child(2),.service_panel .service_item:nth-child(5),.service_panel .service_item:nth-child(8),.service_panel .service_item:nth-child(11),.service_panel .service_item:nth-child(14),.service_panel .service_item:nth-child(17) {
    padding: 0 3px ;
}

  .social_part p {
    font-size: 0;
}
.service_text_box p {
    font-size: 14px;
    width: 95%;
}
.service_text_box {
    padding: 42% 0 !important;
}
.down_arrow {
    padding: 2.3% 0;
}
.slider-nav .slider-thumbnail{padding: 0 5px;}
.top_header_box h5 {
    display: block;
}
.top_header_box_text{display: block; padding: 0}
.down_arrow,.banner:after{height:77px;}
.header_contact li {
    padding: 0 10px;
}
.header_contact li a {
    font-size: 13px;
}
.header_contact li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.header_contact li:last-child a{font-size: 16px;}
.bottom_header{position: relative;}
.header_right {
    text-align: right;
    position: static;
    padding-right: 60px;
}
.header_contact {
    text-align: left;
    position: relative;
    z-index: 10;
}
.header_cont {
    padding: 10px 15px;
}
.logo {
    width: 100px;
}
.mega-menu-row .mega-menu-item-has-children a {
    width:100% !important;
}
.mega-indicator{display: inline-block !important}
.mega-menu-columns-4-of-12{display: none !important}
.mega-menu-columns-8-of-12{width:100% !important;}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px;
}
#mega-menu-wrap-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    text-align: left;
}
#mega-menu-wrap-header .mega-menu-toggle.mega-menu-open + #mega-menu-header{
    height:54vh;
    overflow: auto;
    padding: 15px 0 !important
}
.mega-menu-row .mega-menu-item-has-children {
    flex-wrap: wrap;
}
.mega-menu-row .mega-menu-item-has-children>.mega-sub-menu {
    width: 100% !important;
    padding-left: 15px !important;
    margin-top: 15px !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    float: none;
    width: auto;
}
.mega-menu-toggle{    margin-top: -58px; }
#mega-menu-wrap-header .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin-right: 8px;}
#mega-menu-wrap-header #mega-menu-header{margin-top:17px; padding: 10px 10px;}
.custom_paging li .string{font-size: 25px;}
.custom_paging li .custom-dot{font-size: 10px;}
.banner_slider .slick-prev, .banner_slider .slick-next{bottom:20px;}
.banner_slider .slick-prev{right: 11.5%}
.banner_slider .slick-next{right: 1%}
.service_image_box_text {
    padding: 10px 10px;
}
.service_image_box_text p {
    font-size: 13px;}
.service_image_box_text .details {
    width: 26px;
    height: 26px;
    line-height: 26px;}
.service_image_box_text .details:after {
    width: 116%;
    height: 116%;
    margin: -8%;
}
.service_text_box:before,.service_text_box:after{
    width:9px; height: 70px;
}
.contact_box {
     padding: 30px 15px; 
}
.contact_pic {
     max-width: 100%; 
}
.hours {
    padding-left: 15px;
    margin-top: 15px;
}
.hours ul {
    display: flex;
    flex-wrap: wrap;
}
.hours ul li {
    width: 50%;
}
.about_text {
    padding-right: 50px;
}
/************inner page***********/
.gallery_list li {
    width: 33.33%;
}
.inner_sec h1 {
    font-size: 35px;
    margin-bottom: 25px;
}
.inner_sec h2{
    font-size: 32px;
}
.inner_sec h3{
    font-size: 26px;
}
.inner_sec h4{
    font-size: 22px;
}
.inner_image {
    padding-left: 15px;
    position: relative;
    z-index: 1;
    align-self: center;
}
.inner_text {
    padding-right: 50px;
}
.page_listing li{padding: 0 7px !important; }
.page_listing{
   margin:0 -7px;
}
.page_listing li .parent-page h4 {
    font-size: 13px;}
.gallery_view{
    column-count: 3;
}
.showroom_gallery .gallery_view li{margin-bottom: 10px;}
.showroom_gallery .gallery_view li .gallery_item{padding:0 5px; }
}
@media screen and  (min-width:768px){
    .service_panel .service_item:nth-child(1),.service_panel .service_item:nth-child(4),.service_panel .service_item:nth-child(7),.service_panel .service_item:nth-child(10),.service_panel .service_item:nth-child(13),.service_panel .service_item:nth-child(16){
    flex: 0 0 34.11%;
    max-width: 34.11%;
}
.service_panel .service_item:nth-child(2),.service_panel .service_item:nth-child(5),.service_panel .service_item:nth-child(8),.service_panel .service_item:nth-child(11),.service_panel .service_item:nth-child(14),.service_panel .service_item:nth-child(17){
    flex: 0 0 27.1%;
    max-width: 27.1%;
}
.service_panel .service_item:nth-child(3),.service_panel .service_item:nth-child(6),.service_panel .service_item:nth-child(9),.service_panel .service_item:nth-child(12),.service_panel .service_item:nth-child(15),.service_panel .service_item:nth-child(18){
    flex: 0 0 38.67%;
    max-width: 38.67%;
}

}
@media screen and (max-width:767px) and (orientation:landscape ){.menu ul {
    height: 46vh;
    overflow: auto;
}
   
}

@media screen and (max-width:767px) {

 
.header_left {
    text-align: left;
}
.header_contact li a,.header_contact li:last-child a{font-size: 0;}
.header_contact li {
    padding: 0 5px;
}
.header_contact li i{margin: 0 !important;}
.header_cont {
    padding: 14px 15px;
}
.logo {
 top:5px;}
.logo img {    width: 100px;}
.mega-menu-toggle {
    margin-top: -62px;
}
#mega-menu-wrap-header #mega-menu-header{margin-top:22px; }
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 !important;
}

.slider-nav .slider-thumbnail img {
    width: 60px;
    height: 60px;
}
.slider-nav .slider-thumbnail{padding:  0 5px;}
.down_arrow {
    width: 50%;
    height: 70px;
    bottom: auto;
    top: 100%;
    padding: 18px 0;
   }
.custom_paging {
    width: 50%;
    bottom: auto;
    top: 100%;
    padding: 25px 15px;
}
.banner{margin-bottom:70px;}
.banner:after{height: 40px; width:100%;}
.slider-nav{
        -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.banner_slider .slick-prev, .banner_slider .slick-next{display: none !important;}
.service_item {
    padding: 0 15px !important;
}
.service_text_box {
    padding: 100px 0 !important;
}
.about_text {
    padding-right: 15px;
}
.about_image {
    margin: 80px 0;
}
.contact_pic {
    position: static;
    max-width: 40%;
    margin: 0 auto;
    display:none;
}
.footer_box:not(:last-child){margin-bottom: 15px;}
.contact_details {
    padding: 0 15px;
}
.contact_box {
    padding: 30px 0px;
}
.service {
    padding: 50px 0;
}
/***********inner page***********/
.gallery_list li {
    width: 50%;
}
.inner_image {
    margin-top: 50px;
}
.content_wrap {
    padding-bottom: 40px;
}
.page_listing li {
    width: 50%;
}
.wp-block-column {
    flex-basis: 100%!important;
    margin: 10px 0 !important;
    width: 100%;
}
.wp-block-columns{flex-direction: column-reverse;}
.contact-form .form-field {
    padding:0 0 10px;
}
.inner_text {
    padding-right: 15px;
}
}


@media screen and (max-width:575px) {
 .top_header_box {
    text-align: center !important;
    margin-bottom: 5px;
}

.logo {
    left: 8px; }
.slider-nav .slider-thumbnail img {
    width: 45px;
    height: 45px;
}
.ftr_contacts li {

    padding-right: 0;
    width: 100%;
}
.hours ul li {
    width: 100%;
}
.contact_box {
     flex-wrap: wrap; 
}
.contact_box_text {
    width: 100%;
    margin-bottom: 20px;
}
.about_text h6 {
    font-size: 16px;
}
.about_text h1{font-size: 25px;}
/***********inner page***********/
.gallery_list li {
    width: 100%;
}
.inner_image:before{display: none;}
.inner_image {
    margin-top: 30px;
}
.inner_sec h1 {
    font-size: 24px;
}
.inner_sec h2{
    font-size: 24px;
}
.inner_sec h3{
    font-size: 22px;
}
.inner_sec h4{
    font-size: 18px;
}
.breadcrumb {
    font-size: 12px;
}
.page_listing {
    margin: 0;
}
.gallery_view {
    column-count: 2;
}
}
@media screen and (max-width:480px) {
     .banner_slider .banner_item figure img{
        height: 190px;
        object-fit: cover;
     }
     .page_listing li {
    width: 100%;
}
}
@media screen  and (max-width:420px) {
   
}
@media screen  and (max-width:360px) {
   
}

