/* Minification failed. Returning unminified contents.
(306,53): run-time error CSS1034: 
(306,53): run-time error CSS1042: Expected function, found ','
(306,57): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(660,17): run-time error CSS1036: Expected expression, found ')'
 */
#gallery {
    display: grid;
    height: auto;
    grid-template: repeat(3, 1fr)/repeat(6, 1fr);
    grid-gap: 0.5em;
}

@media (max-width: 800px) {
    #gallery {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

        #gallery > div {
            width: 48%;
            margin: 1%;
        }
}

@media (max-width: 800px) and (max-width: 350px) {
    #gallery > div {
        width: 98%;
    }
}

#gallery > div:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
}

#gallery > div:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}

#gallery > div:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
}

#gallery > div > a {
    opacity: 0;
    position: absolute;
    color: #000;
    background-color: #000;
    font: bold 4em "Helvetica";
    text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
    padding: 2rem;
    mix-blend-mode: difference;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

#gallery > div > img {
    width: 100%;
    min-height: 100%;
    transition: all ease 1s;
}

#gallery > div:hover img {
    filter: blur(4px);
}

#gallery > div:hover a {
    opacity: 1;
}

#gallery > div {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

#gallery div,
#gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

[id^=lightbox-] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    opacity: 0;
    transition: opacity 450ms ease-in-out;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

    [id^=lightbox-]:target {
        opacity: 1;
        pointer-events: inherit;
    }

        [id^=lightbox-]:target img {
            filter: blur(0);
        }

    [id^=lightbox-] .content {
        max-width: 90%;
        position: relative;
        color: #fff;
    }

        [id^=lightbox-] .content:hover > a.close {
            opacity: 1;
            transform: scale(1, 1);
        }

        [id^=lightbox-] .content:hover > .title {
            opacity: 1;
            transform: translateY(-3px);
        }

            [id^=lightbox-] .content:hover > .title::after {
                opacity: 1;
            }

        [id^=lightbox-] .content > * {
            transition: all 450ms ease-in-out;
        }

    [id^=lightbox-] .title {
        display: block;
        margin: 0;
        padding: 1em;
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(50%);
        font-size: 1.5em;
        opacity: 0;
    }

        [id^=lightbox-] .title::after {
            content: " ";
            background-color: rgba(0, 0, 0, 0.4);
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            position: absolute;
            transition: all 350ms ease-in-out 250ms;
            opacity: 0;
            transform-origin: bottom;
            mix-blend-mode: soft-light;
        }

    [id^=lightbox-] img {
        max-height: 90vh;
        max-width: 100%;
        margin: 0;
        padding: 0;
        filter: blur(50px);
    }

    [id^=lightbox-] a.close {
        width: 2em;
        height: 2em;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0, 0);
        opacity: 0;
        transform-origin: right top;
        text-decoration: none;
        color: #fff;
    }

        [id^=lightbox-] a.close::after {
            content: "X";
        }

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
}
body{background:#111111}

.script{font-family: 'ZCOOL XiaoWei', serif;}

/* Basic Common Column structure */
.width100 {width: 100%}
.margin_auto {margin: 0px auto}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}

/* ========= Font Specific ========= */
.tiny {font-size: 0.8em}
.small {font-size: 0.9em}
.regular {font-size: 1.1em}
.medium {font-size: 1.5em}
.large {font-size: 2em}
.extra-large {font-size: 2.9em;line-height: 1.5}
.line-ht {line-height: 1.5}

.font-light {font-family: 'Poppins', sans-serif;font-weight: 200}
.font-regular {font-family: 'Poppins', sans-serif;font-weight: 300}
.font-semibold {font-family: 'Poppins', sans-serif;font-weight: 500}
/*.font-bold {font-family: 'Poppins', sans-serif;font-weight: 900}*/

/*.zRegular{font-family: 'ZCOOL XiaoWei', serif;}*/

/*float classes*/
.float_left {float: left;display: inline}
.float_right {float: right;display: inline}
.float_clear {clear: both;}

/*text alignment*/
.txtCenter {text-align: center;}
.txtRight {text-align: right;}

/* padding */
.pad_5 {padding: 5px}
.pad_10 {padding: 10px}
.pad_14 {padding: 0.8em}
.pad_15 {padding: 15px}
.pad_20 {padding: 20px}
.pad_25 {padding: 1.5em}
.pad_30 {padding: 1.8em;}
.pad_40 {padding: 2.5em}
.pad_50 {padding: 3.1em}

.home_pad_offset {padding: 1.8em;}

.pad_LR_30 {padding: 0 1.8em;}
.pad_L_15 {padding-left: 0.9em}
.pad_R_15 {padding-right: 0.9em}
.pad_LR_15 {padding: 0em 0.9em;}
.pad_LR_20 {padding-left: 1.2em;padding-right: 1.2em}

.pad_LR_25 {padding: 0em 1.5em;}
.pad_LR_30 {padding: 0em 1.8em;}
.pad_L_30 {padding-left: 1.8em}
.pad_R_30 {padding-right: 1.8em}
.pad_TB_30 {padding-bottom: 1.8em;padding-top: 1.8em}
.pad_TB_10 {padding-bottom: 0.6em;padding-top: 0.6em}
.pad_TB_15 {padding-bottom: 0.9em;padding-top: 0.9em}
.pad_TB_20 {padding-bottom: 1.2em;padding-top: 1.2em}
.pad_TB_10 {padding-bottom: 0.6em;padding-top: 0.6em}

/* margin */
.mrg_B_5 {margin-bottom: 0.3em;}
.mrg_B_10 {margin-bottom: 0.6em;}
.mrg_B_15 {margin-bottom: 0.9em;}
.mrg_B_20 {margin-bottom: 1.2em;}
.mrg_B_25 {margin-bottom: 1.5em;}
.mrg_B_30 {margin-bottom: 1.8em;}

/*spacer*/
.space5 {height: 0.3em;display: block;}
.space10 {height: 0.6em;display: block;}
.space20 {height: 1.2em;display: block;}
.space25 {height: 1.5em;display: block;}
.space30{height:1.8em; display:block;}
.space35{height:2.1em; display:block;}
.space40{height:2.5em; display:block;}
.space50{height:3.1em; display:block;}

/* coloumn structure*/
.col_1200{width:1200px;margin:0px auto}
.col_1_2{width:600px; float:left;}
.col_1_3{width:400px; float:left;}
.col_1_4{width:300px; float:left;}
.col_1_5{width:240px; float:left;}
.col_1_6{width:200px; float:left;}
.col_2_3{width:800px; float:left;}
.col_980{width:980px; }
.col_800{width:800px; float:left}
.col_400{width:400px; float:left}
.col_340{width:340px; float:left}

.col_570{width:570px; float:left}
.col_760{width:760px; float:left}
.col_380{width:380px; float:left}
.col_900_full{width:900px}
/*position*/
.posRelative{position:relative !important }
.dis_block{ display:block }

/*border-radius*/
.border_r_3{border-radius:3px;}
.border_r_4{border-radius:4px;}
.border_r_5{border-radius:5px;}
.border_r_50{border-radius:50%;}
.noBorder{border:none !important }

/*.border_box{ border:1px solid #010101; box-shadow: 9px 9px 16px #28282b, -9px -9px 16px  rgba(255,255,255, 0.5); }*/
.border_box{ border:2px solid #010101; box-shadow: 6px 6px 15px rgba(46, 44, 44, 0.80) }
.neu_shadow{box-shadow: 9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px  rgba(255,255,255, 0.5);}


/*liner*/
.liner{height:1px; background-color:#511118; display:block; width:100%;}

/*text transform*/
.upperCase{text-transform:uppercase}
.capitalize{text-transform:capitalize;}
.txtDecNone{text-decoration:none;}

/*Error Message Classes*/
.info, .success, .warning, .error {margin: 10px 0px;padding:12px;padding-left:36px !important;display:block}
.info {color: #00529B;background: #BDE5F8 url(../images/icons/ico-info.png) no-repeat 12px center;}
.success {color: #4F8A10;background: #DFF2BF url(../images/icons/ico-success.png) no-repeat 12px center;}
.warning {color: #9F6000;background: #FEEFB3 url(../images/icons/ico-warn.png) no-repeat 12px center;}
.error {color: #D8000C;background: #FFBABA url(../images/icons/ico-error.png) no-repeat 12px center;}


/*Buttons*/
.button{display: inline-block; border: 1px solid; border-radius: 3px; padding: 12px 30px; font-size: 12px; line-height: 24px; font-weight: bold; letter-spacing: .06em; transition: .33s all ease; text-transform: uppercase; cursor: pointer; text-align: center; text-decoration:none;}
.button-small{border: 1px solid; border-radius: 3px; padding: 12px 30px; font-size: 12px; line-height: 24px; font-weight: bold; letter-spacing: .06em; transition: .33s all ease; text-transform: uppercase; cursor: pointer; text-align: center; text-decoration:none;}


/*================================================MirajSitar Styles=======================================================*/


.themeBgPrime{background:#A23109}
.themeBgSec{background:#de9e48}
.themeBgSecLight{background:#ede4d9}
.bgWhite{background:#fff}
.bgBlack{background:#000}

.themeClrPrime{color:#94561a}
.themeClrSec{ color:#dca65c}
.themeClrBlack{color:#111111}
.clrWhite{color:#ffffff}
.clrF7{color:#f7f7f7}
.clrGrey{color:#959696;}

.titleGradient {background: -webkit-linear-gradient(#fae58d, #94561a);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.titleSep{display:block; background:url(../images/icons/line-art.png) no-repeat bottom center; height:50px }

#header {text-align: center;padding-bottom: 5px;background: linear-gradient( to left, rgba(185,130,44,1) 0%, rgba(148,86,26,1) 90% ) left bottom #111 no-repeat;background-size: 100% 5px;}
#logoHead{float:left; width:200px }
.logoName{width:300px}

#socialBox{position:absolute; right:0; bottom:10px}
.topFb{background:url("../images/icons/facebook.png") no-repeat center center; width:32px; height:32px; margin-right:5px; display:inline-block;}
.topYoutube{background:url("../images/icons/youtube.png") no-repeat center center; width:32px; height:32px; margin-right:5px; display:inline-block;}
.topInsta{background:url("../images/icons/insta.png") no-repeat center center; width:32px; height:32px; margin-right:5px; display:inline-block;}

#topCall{background:url("../images/icons/phone.png") no-repeat left center; text-decoration:none; padding-left:40px; color:#dca65c; line-height:1.8; position:absolute; top:15px; right:0; font-size:1.2em; font-weight:300}
#topCall2{background:url("../images/icons/phone.png") no-repeat left center; text-decoration:none; padding-left:40px; color:#dca65c; line-height:1.8; position:absolute; top:50px; right:0; font-size:1.2em; font-weight:300}
#callResp{position:absolute;right:4px;top:50px;background:url("../images/icons/callTop.png") no-repeat center center;display:none; height:32px; width:32px; top:10px}
/* Navigation */

#navContainer {background: linear-gradient( to left, rgba(185,130,44,1) 0%, rgba(148,86,26,1) 90%) left bottom #111 no-repeat;}
#topNavPanel{float:right; margin-top:90px; position:relative}
#navMain{list-style:none;float:right}
#navMain li{display:inline; position:relative;}
#navMain li a{font-family: 'ZCOOL XiaoWei', serif; font-weight:600; display:inline-block;text-decoration:none;color:#111111;font-size:1.3em;line-height:1.2;padding:8px 12px}
#navMain li a:hover{color:#511118 }

#navBtn{ width:50px;height:50px;background:url(../images/icons/nav-btn.png) no-repeat left center;display:none; cursor:pointer; float:right; }

.bgBanner {background: rgb(148,86,26) radial-gradient(circle, rgba(148,86,26,1) 0%,  rgba(17,17,17,1) 80%);background-size: cover}
#slideBanner{width:100%; height:500px; background-size:cover; display:table; text-align:center; position:relative  }

#bgIbrahim{background: #111111 url(../images/ibrahim_bg.jpg) no-repeat fixed center; background-size:cover; width:100%; height:auto}
#bgWorkshop{background: #111111 url(../images/workshop_bg.jpg) no-repeat fixed center; background-size:cover; width:100%; height:auto}
#bgTestimonial{background: #111111 url(../images/testimonial_bg.jpg) no-repeat fixed center; background-size:cover; width:100%; height:auto}
.bgIbrahimOverlay{background:rgba(0,0,0,0.7); height:auto;}

.anch-prime {text-decoration: none;display: inline-block;color: #111;background: linear-gradient( to left, rgba(185,130,44,1) 0%, rgba(148,86,26,1) 90%) left bottom #111 no-repeat; padding: 12px 18px;border: 1px solid #b9822c;border-radius: 3px}
.anch-prime:hover {background: transparent;color: #b9822c;transition: 0.5s}

.anch-sec{text-decoration:none; display:inline-block; color:#fff; background:transparent; padding:12px 18px; border:1px solid #fff; border-radius:3px; }
.anch-sec:hover{background:#fff; color:#A23109; transition:0.5s}

.product_box {width: 400px;float: left;position: relative;}
.product_box:hover img{opacity:0.3}
.product_box :hover .middle{opacity:1}
.collectionBorder_box {border: 1px solid #372c2e;transform: .5s ease;}
.product-photo{width:100%;}

#footer{background:#111; background:url("../images/title_bg.png") no-repeat center center; background-size:cover;}
#navFooter{list-style:none;}
#navFooter li{list-style:none; display:inline-block; margin-right:15px;  }
#navFooter li:nth-child(5) {margin-right:0}
#navFooter li a{text-decoration:none; color:#de9e48; padding: 5px 10px; font-size:1.5em; transition: 0.5s; font-family: 'ZCOOL XiaoWei', serif;}
#navFooter li a:hover{color:#A23109}

.middle {transition: .5s ease;opacity: 0;position: absolute;top: 40%;left: 50%;transform: translate(-50%, -50%);    /*-ms-transform: translate(-50%, -50%);*/text-align: center;}
.middle:hover{opacity:1; }
.product_anch {text-decoration: none;display: inline-block;padding: 9px 13px;background: linear-gradient( to left, rgba(185,130,44,1) 0%, rgba(148,86,26,1) 90%) left bottom #111 no-repeat;color: #111111;font-size: 1.3em;}

.pgTitleContainer{border-bottom: 3px solid transparent;-o-border-image: linear-gradient(rgba(185,130,44,1) 0%, rgba(148,86,26,1) 90%) 2;border-image: linear-gradient(rgba(185,130,44,1) 0%, rgba(148,86,26,1) 90%) 2;padding: 20px;}
.pgTitleBar{ }
.pgTitle{ font-weight:400; color:#dca65c !important; font-size:3em; font-family: 'ZCOOL XiaoWei', serif; }

.product_border{background: linear-gradient(#111, #111) padding-box, linear-gradient(to right, #A23109, #dca65c) border-box;border-radius: 20px;border: 3px solid transparent;}
.product_grid_box {width: 400px;float: left;position: relative; }
.product_grid_box img{border-radius:20px}
.product_grid_box a{text-decoration:none}

#productCover{ background-size:cover;height:375px }
#productCover img{width:100%}
#productOverlay{background:url(../images/cover_overlay.png) no-repeat bottom center; background-size:cover; height:375px; position:relative}
#productOverlay h1{position:absolute; bottom:10px; left:20px}

.about_box{background: linear-gradient(#111, #111) padding-box, linear-gradient(to right, #A23109, #dca65c) border-box;border-radius: 20px;border: 3px solid transparent;}
.about_box img{width:100%}

.fb{background:url("../images/icons/fb.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.fb:hover{background:url("../images/icons/fb-invert.png") no-repeat left center;}
.twt{background:url("../images/icons/twitter.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.twt:hover{background:url("../images/icons/twitter-invert.png") no-repeat left center;}
.linkedin{background:url("../images/icons/Linkedin.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.linkedin:hover{background:url("../images/icons/Linkedin-invert.png") no-repeat left center;}
.gPlus{background:url("../images/icons/googlePlus.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.gPlus:hover{background:url("../images/icons/googlePlus-invert.png") no-repeat left center;}
.instagram{background:url("../images/icons/insta.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.instagram:hover{background:url("../images/icons/insta-invert.png") no-repeat left center;}

/*#videoBg{background:#f7f7f7}*/

#videoBg{background:url("../images/video-bg.jpg") no-repeat fixed center; background-size:cover; }
.yt-box{width:600px; margin:0 auto; display:block; -webkit-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.75);-moz-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.75);box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.75);}

.bgFooter{background: #010101 url(../images/footerBg.png) no-repeat center center; background-size:cover; width:100%; height:auto}
.footerTxt{font-size: 2em;line-height: 1.5}
.fb{background:url("../images/icons/fb.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.fb:hover{background:url("../images/icons/fb-invert.png") no-repeat left center;}
.twt{background:url("../images/icons/twitter.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.twt:hover{background:url("../images/icons/twitter-invert.png") no-repeat left center;}
.linkedin{background:url("../images/icons/Linkedin.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.linkedin:hover{background:url("../images/icons/Linkedin-invert.png") no-repeat left center;}
.gPlus{background:url("../images/icons/googlePlus.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.gPlus:hover{background:url("../images/icons/googlePlus-invert.png") no-repeat left center;}
.instagram{background:url("../images/icons/insta.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.instagram:hover{background:url("../images/icons/insta-invert.png") no-repeat left center;}

.youtube{background:url("../images/icons/youtube.png") no-repeat left center; width:32px; height:32px; margin-right:10px; margin-bottom:15px; display:inline-block;}
.youtube:hover{background:url("../images/icons/youtube-invert.png") no-repeat left center;}

#siteCredit{font-size:1.1em; color:#de9e48;background:#000 }
#siteCredit a{text-decoration:none; font-size:1.1em; color:#de9e48;}
#siteCredit a:hover{color:#f7f7f7}

.pgBanner{width:100%; height:auto; border-bottom:1px solid #A23109 }
.pgTitle{ font-weight:400; color:#A23109; font-family: 'ZCOOL XiaoWei', serif !important; font-size:3em; margin-bottom:10px }
.notes-bg{background:url(../images/notes.png) no-repeat right center}
.img_box{border:1px solid #2c2b2b}
/* Breadcrumb */
.bcPanel{padding:0.9em 0;}
.bcNav{list-style:none;}
.bcNav li{display:inline-block; color:#de9e48; font-size:1em; line-height:1.3; font-weight:300; }
.bcNav li a{display:inline-block;text-decoration:none;color:#de9e48;font-size:1em; line-height:1.5; font-weight:400; padding-right:30px; background:url("../images/icons/right.png") no-repeat right center; margin-right:10px}
.bcNav li a:hover{ text-decoration:underline; font-weight:600  }

/*Producs Page*/
.product_image_col{width:380px; float:left;}
.product_data_col{width:760px; float:left;}

.product-photo{width:100%;}

.simplegallery {margin: 0 auto;width:100%}
.simplegallery .content {background: #fff;position: relative;width: 100%;}
.simplegallery .content img {width: 100%;border: 1px solid #9c9c9c;}
.simplegallery .thumbnail { margin-top: 5px; position:relative }
.simplegallery .thumbnail .thumb {margin: 0 5px 0 0;cursor: pointer; z-index:888 }
.simplegallery .thumbnail .thumb img {border: 1px solid #9c9c9c;width: 100px;}
.simplegallery .thumbnail .last { margin: 0; }


.product-name{text-decoration:none; color:#A23109; display:block; font-size:1.5em}
.product-name:hover{color:#f7f7f7}
.productBorder_box{ border:1px solid #2b2a2a;  }
.contactBorder_box{ border:1px solid #dca65c; min-height:260px }
.contactBorder_box:hover{border:3px solid #dca65c; transition: all .5s}

.price-box{background:#fff; opacity:0.9; border-radius:0px 5px 5px 0px; display:inline-block; position:absolute; top:20px; left:10px }
.price-box a{background:url("../images/icons/price-tag.png") no-repeat left center; padding: 10px 10px 10px 32px; color:#010101; text-decoration:none; display:inline-block; font-size:0.9em }
.favourite{background:url("../images/icons/favourite.png") no-repeat center center; position:absolute; top:25px; right:15px; height:28px; width:28px }

.priceTag{background:#555 url("../images/icons/price-tag-white.png") no-repeat 5px center; padding: 10px 10px 10px 40px; color:#fff; text-decoration:none; display:inline-block; font-size:1em; border-radius:5px}
.enq-anch{text-decoration:none; background-color:#A23109; color:#fff; font-size:0.9em; padding:10px; border-radius:5px; cursor:pointer; margin-left:10px; display:inline-block }

.product-header{font-size:3em; color:#511118; font-family: 'ZCOOL XiaoWei', serif;}
.product-header span{ font-size:0.4em; font-style:italic; color:#555; display:block }

.over-hidden{overflow:hidden}
.img-zoom{ width:100%; transition:0.5s }
.img-zoom:hover { transform:scale(1.2); }

#pop-form{  width:600px; border-radius:5px; display:none}
#map-canvas{width:100%;height:400px;margin:0;padding:0;}
/*Form Controls*/
.labelCap{ font-weight:400; padding:5px 15px 5px 0px; display:block; margin-bottom:0.3em; color:#dca65c}
.subNotice{font-size:0.8em; color:#f7f7f7; font-style:italic; margin-bottom:10px; display:block}
.textBox{padding:0.6em; border:1px solid #555; border-radius:3px; display:block; resize:none; width:97% ; font-size:0.9em; background:#111; color:#dca65c }
.cmbBox{padding:0.6em; border:1px solid #555; border-radius:3px; display:block; resize:none; width:98%; font-size:0.9em; background:#111; color:#dca65c }
.w50{width:50%}
.w20{width:20%}
.w80{width:80%}
.w95{width:95%}
.w70{ width:70%; margin:0 auto }
.mar_b_15{margin-bottom:0.9em}
.app_r_padding{padding-right:1.8em}
.chkList{width:100%}
.chkList input { padding:8px; margin-bottom:10px; display:inline-block;}
.buttonForm{background: linear-gradient( to left, rgba(185,130,44,1) 0%, rgba(148,86,26,1) 90%) left bottom #111 no-repeat; color:#111; font-size:1em; padding:8px 15px; border-radius:3px; cursor:pointer; }
.buttonForm:hover{background:#dca65c}
.buttonForm-Orange{text-decoration:none; background-color:#f4b123; color:#fff; font-size:1em; padding:8px 12px; border-radius:5px; cursor:pointer; }
.buttonForm-Orange:hover{background:#f4b123}

.test_comment{font-size:1em; font-weight:300; color:#de9e48;line-height:1.4em;background:url(../images/icons/quotes-large.png) no-repeat left top;padding-left:40px}
.userProfile{width:150px; height:150px; float:left;}
.testBox{margin-left:170px;}
.userName{font-size:1.4em; color:#de9e48}
.userName span{font-size:0.9em; font-weight:lighter}

.contactForm{margin:0 auto; width:600px;}

.reveal {position: relative;transform: translateY(150px);opacity: 0;transition: 1s all ease;}
.reveal.activate {transform: translateY(0);opacity: 1;}

#whatsapp{display:block; background:url('../images/icons/whatsapp.png') no-repeat center center; height:64px; width:64px; position:fixed; right:-64px; bottom:90px; border-radius: 5px 0px 0px 5px; z-index:999 }

#logo404{ width:300px; animation: float 1s infinite ease-in-out alternate;  }
@keyframes float {
	100% {
    transform: translateY(20px);
  }
}
.containerBox{position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);}
.htStatic{min-height:500px}
/* ===================== Media Queries Starts here ==================== */
@media screen and (max-width: 1600px)
{

}
@media screen and (max-width: 1200px)
{	
    .col_1200{width:95%}
	.col_1_2{width:50%}
	.col_1_3{width:33%}
	.col_2_3{width:67%}
	.col_1_4{width:25%}
	.col_1_5{width:20%}
    .col_1_6{width:16.5%}
    .product_box{width:33%}
    .product_grid_box{width:33%}
    .col_800{width:70%}
    .col_400{width:30%}
}
@media screen and (max-width: 1140px) 
{

}
@media screen and (max-width: 1024px)
{
}
@media screen and (max-width: 920px) 
{
}
@media screen and (max-width: 800px) 
{
    .col_1_2, .col_1_3, .col_1_4, .col_1_5, .col_1_6, .col_2_3{width:100%; float:none;}
    .col_800{width:100%; float:none}
    .col_400{width:100%; float:none}

    .w50{width:100%}
    .w20{width:100%}
    .w80{width:100%}
    .w70{ width:100%;}
    .app_r_padding{padding:0}

    .product_box{width:100%}
    .product_grid_box{width:100%}

}
@media screen and (max-width: 768px) 
{
    #navMain{list-style:none; background: linear-gradient( to left, rgba(185,130,44,1) 0%, rgba(148,86,26,1) 90%) left bottom #111 no-repeat; display:none; width:200px; position:absolute; right:0px; top:50px; z-index:999999; border-radius:5px;text-align:center; -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75); }
    #navBtn{display:block; bottom:0}
    #navPanel{ position:relative}
    #navMain li{display:block; padding:5px 16px; border-bottom:1px solid #111; }
    #navMain li:nth-child(6) {border:none !important}
    #navMain li a{color:#111}
    #navMain li a:hover{color:#fff}

    .tm-image{width:30% }
    .tm-image img{width:100%; height:auto }
    .tm-content{ width:70% }
     .top_logo{width:230px}
    #slideBanner{height:300px;  }
    .contactForm{width:100%;}
}
@media screen and (max-width: 640px) 
{
    .col_1_3{width:100%}
	.col_2_3{width:100% }
     .tm-box{width:100%}
     .footerTxt{font-size: 2.2em;line-height: 1.3}
     .userProfile{width:100%; height:auto; float:none; margin-bottom:20px }
     .testBox{margin:0}
}
@media screen and (max-width: 480px) 
{
    #topCall2{display:none}

}
@media screen and (max-width: 360px) 
{

}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  border-radius:20px
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
  border-radius:20px
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
    border-radius:20px;
    box-shadow: );
    -webkit-box-shadow: 2px 2px 5px -4px rgba(37,37,37,0.79);
    -moz-box-shadow: 2px 2px 5px -4px rgba(37,37,37,0.79);
}
.bx-wrapper .bx-pager,
.bx-wrappepper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 50%;
  
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next{background-color:transparent; background-image:url('../images/icons/controls.png'); background-repeat:no-repeat; z-index:555; position: absolute; -webkit-transform: translate(0, -50%);    -ms-transform: translate(0, -50%);    transform: translate(0, -50%); }
.slick-prev{background-position:top 0 left 0; top:30%; display: block;width: 32px;height: 32px;padding: 0;cursor: pointer;color: transparent; border: none;    outline: none; }
.slick-next{background-position:top 0 left -32px; top:30%; right:0px; display: block;width: 32px;height: 32px;padding: 0;cursor: pointer;color: transparent; border: none;    outline: none; }
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

    .gtco-testimonials h2 {
        font-size: 30px;
        text-align: center;
        color: #333333;
        margin-bottom: 50px;
    }

    .gtco-testimonials .owl-stage-outer {
        padding: 30px 0;
    }

    .gtco-testimonials .owl-nav {
        display: none;
    }

    .gtco-testimonials .owl-dots {
        text-align: center;
    }

        .gtco-testimonials .owl-dots span {
            position: relative;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            display: block;
            background: #111111;
            border: 2px solid #dca65c;
            margin: 0 5px;
        }

        .gtco-testimonials .owl-dots .active {
            box-shadow: none;
        }

            .gtco-testimonials .owl-dots .active span {
                background: #111111;
                box-shadow: none;
                height: 12px;
                width: 12px;
                margin-bottom: -1px;
            }

    .gtco-testimonials .card {
        background: #111111;
        box-shadow: 0 8px 30px -7px #2c2e2f;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px;
        border: 0;
    }

        .gtco-testimonials .card .card-img-top {
            max-width: 100px;
            border-radius: 50%;
            margin: 15px auto 0;
            box-shadow: 0 8px 20px -4px #2c2e2f;
            width: 100px;
            height: 100px;
        }

        .gtco-testimonials .card h5 {
            color: #dca65c;
            font-size: 21px;
            line-height: 1.3;
        }

            .gtco-testimonials .card h5 span {
                font-size: 18px;
                color: #666666;
            }

        .gtco-testimonials .card p {
            font-size: 18px;
            color: #555;
            padding-bottom: 15px;
        }

    .gtco-testimonials .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .gtco-testimonials .center {
        opacity: 1;
    }

        .gtco-testimonials .center h5 {
            font-size: 24px;
        }

            .gtco-testimonials .center h5 span {
                font-size: 20px;
            }

        .gtco-testimonials .center .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

