/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
html {
    scroll-behavior: smooth !important;
}

body{
	overflow-x:hidden;
}
@font-face {
    font-family: 'butlerultralight';
    src: url('fonts/butler_ultra_light-webfont.woff2') format('woff2'),
         url('fonts/butler_ultra_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


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

}


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

}


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

}


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

}


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

}


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

}
@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Bold.eot');
    src: url('fonts/Butler-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Butler-Bold.woff2') format('woff2'),
        url('fonts/Butler-Bold.woff') format('woff'),
        url('fonts/Butler-Bold.ttf') format('truetype'),
        url('fonts/Butler-Bold.svg#Butler-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html body, input, textarea, .page-title span, .pingback a.url {
	font-family: "Cabin", sans-serif !important;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.short_cont { 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical; 
}

.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
/*::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    border-radius: 10px;*/
/*    background-color: #1a1a1a !important;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    border-radius: 10px;*/
/*    background-color: #026975 !important;*/
/*    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
/*    width: 5px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    border-radius: 10px;*/
/*    background-color: #1a1a1a !important;*/
/*    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)*/
/*}*/

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{ padding:20px 0; z-index: 999 !important;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{m;NS animation-timing-function: linear;background: #232D34;background: linear-gradient(90deg, rgba(35, 45, 52, 1) 0%, rgba(9, 17, 22, 1) 100%);list-style: none;padding: 80px 0;list-style: none;color: #fff;}
#back-top > a {bottom: 1%;color: #C8C8C8;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.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;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.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;}
.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;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.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-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: url(images/arrow.png) no-repeat center center;width: 10px;height: 16px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background:  url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 100%;padding:0;margin:0;float: none;display: flex;}
.tabs-left li {/* line-height: 30px; *//* display:block; */list-style:none;/* background: #ccc; *//* border: 1px solid #d4d4d1; *//* margin-bottom:10px; *//* border-right:0; */}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 0;z-index: 5;}
.tabs-left li a {padding: 10px 10px;text-transform: uppercase;color: #fff;text-decoration: none;display:block;color: rgba(0, 0, 0, 0.40);font-size: 22px;font-style: normal;font-weight: 400;line-height: normal;text-transform: capitalize;border-radius: 10px;text-align: center;}
.tabs-left .current a {color: #fff;border-radius: 10px;background: #A7905A;}
.tab-loop {/* border: 1px solid #d4d4d1; *//* background-color: #fff; *//* float: left; *//* margin-bottom: 20px; *//* width: 100%; *//* margin-left:-1px; */}
.tabsleft-content {/* max-width: 660px; *//* padding: 20px; */display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{
    padding: 200px 0;
}
.inner-banner h2{/* margin:0; *//* display:table-cell; *//* vertical-align:middle; *//* padding:10px; */font-size: 80px !important;line-height: 95px !important;color: #fff;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {background: #303030;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 17px;font-size: 12px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 700;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}



/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#fff; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}








topbar {
    background: #1D262D;
    display: block;
    padding: 10px 0px;
}

.container {
    width: 1600px !important;
	max-width:100%;
}

topbar a {
    font-family: 'Cabin';
    font-weight: 700 !important;
    font-size: 24px;
    color: #fff !IMPORTANT;
}

topbar a img {
    margin-right: 15px;
}

topbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

header .menu-header {
    background: transparent;
}

header .menu-header > ul > li > a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
}

header .header-btn a {
    background: #A7905A;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: fit-content;
}

header .header-btn a img {
    margin-right: 10px;
}

header .header-row {
    display: flex;
    align-items: center;
}

.section-1 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 300px 0px 50px;
}



.section-1 .col-md-12 {
    text-align: center;
}

.section-1 h3, .section-1 p {
    font-family: 'Cabin';
    font-size: 30px;
    color: #fff;
    letter-spacing: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.section-1 h1 {
    font-family: 'Cabin';
    font-size: 80px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 60px;
    font-weight: 700;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

a.yellow-btn {font-family: 'butlermedium';background: #A7905A;color: #fff;padding: 20px 40px;font-size: 28px;}

.section-1 ul {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    column-gap: 60px;
    align-items: center;
	list-style: none;
}

.section-1 .scroll-down {
    margin-top: 60px;
}

.section-2 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0px 0px;
    position: relative;
}

h2 {
    font-family: 'Cabin' !important;
    font-weight: 700 !important;
    font-size: 64px !important;
}

p {
    font-family: 'Cabin' !important;
    font-size: 24px;
    line-height: 35px;
}

h2 span {
    color: #A7905A !important;
}

.section-2 h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
}

.section-2 p {
    color: #fff;
    margin-bottom: 60px;
}

.section-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 60px;
}

.section-2 .row {
    display: flex;
    align-items: flex-end;
}

.section-2 .col-md-9 {
    margin-bottom: 100px;
}

a.yellow-btn:hover {
    color: #fff !important;
}

.section-3 {
    padding: 120px 0px 120px;
}

.section-3 h3 {
    font-family: 'Cabin';
    font-size: 64px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
    color: #000;
}

.section-3 .counters {
    display: flex;
    justify-content: center;
    width: 100%;
}

.section-3 .counters .counter-box {
    border-top: 1px solid #CCCCCC;
    padding: 50px;
    text-align: center;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    max-width: 540px !important;
    flex: 0 0 540px;
}

.section-3 .counters .counter-box:last-child {
    border-right: none;
}

.section-3 .counters .counter-box .counter {
    color: #A7905A;
    font-family: 'Cabin';
    font-weight: 700;
    font-size: 100px;
}

.section-3 .counters .counter-box h4 {
    color: #000;
    margin: 0;
    font-size: 24px;
}

.section-4 h2 {
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-size: 64px;
    width: 80%;
    margin: 0 auto 30px;
}

.section-4 p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

.section-4 .row-2 {
    margin-top: 50px;
}

.section-4 .main {
    position: relative;
    padding: 30px;
    overflow: hidden;
}

.section-4 .absolute-one {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    background-size: cover;
    padding: 50px;
	opacity: 0;
}

.section-4 .col-md-4 {
    padding: 0;
    border: 1px solid #EAEAEA;
}

.section-4 .main:hover .absolute-one {
    opacity: 1;
    z-index: 1;
}

.section-4 {
    padding-bottom: 100px;
}

.section-4 .main .positive-one {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    flex-direction: column;
}

.section-4 .main .positive-one h4 {
    font-size: 28px;
    font-weight: 600;
    color: #667085;
    margin: 0;
    margin-top: 40px;
}

.section-4 .absolute-one h4 {
    color: #fff;
    font-family: 'Cabin';
    font-size: 46px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 20px;
}

.section-4 .absolute-one p {
    width: 100%;
    color: #fff;
    text-align: left;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 25px !important;
	margin-bottom: 20px;
}

.section-4 .absolute-one a {
    text-align: right;
    display: block;
}

.section-5{
width:100%;
position:relative;
}

.section-5-img-bg{
	width:100%;
	height: auto;
}

.section-5-text-layover{
	position: relative;
	width: 100%;
	height:100%;
	top:0;
	right:0;
	display: flex;
	justify-content:center;
	align-content:center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

img.section-5-img-bg.mobile-img {
    display: none;
}

.section-5 h2 {
    text-align: center;
    color: #000;
    width: 70%;
    margin: 0 auto 40px;
    font-size: 48px;
    text-transform: capitalize;
}

.section-5 a.yellow-btn {
    font-family: 'Cabin';
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 28px !important;
    font-weight: 500 !important;
	color: #fff;
}

.section-5 a.yellow-btn:hover {
    background: #a7905a;
    color: #fff !important;
}

.section-5 a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #000;
    margin-top: 0;
    font-weight: 700 !important;
    font-size: 36px;
}

.section-6 {
    padding: 70px 0 100px;
}

.section-6 h2 {
    color: #000;
    margin: 0;
    margin-bottom: 20px;
}

.section-6 p {
    margin-bottom: 20px;
}

.section-6 ul.slick-dots {
    position: relative;
    text-align: left;
    margin-top: 30px;
}

.section-6 ul.slick-dots button {
    background: #D9D9D9;
    border: none;
}

.section-6 .slick-dots .slick-active button {
   background: #A7905A; 
}

.section-6 .row {display: flex;align-items: center;}

.section-8 {
    padding: 80px 0;
}

.section-8 h2 {
    color: #000;
    margin: 0;
    margin-bottom: 30px;
}

.section-8 p {
    margin-bottom: 30px;
    color: #000;
}

.section-8 .set-new {
    background: #000;
    margin-bottom: 10px;
    padding: 30px 50px 30px 30px;
    background: #232D34;
    background: linear-gradient(90deg, rgba(35, 45, 52, 1) 0%, rgba(9, 17, 22, 1) 100%);
}

.section-8 .set-new a.faq-toggle {
    font-weight: 700 !important;
    color: #fff;
    font-size: 24px;
    min-height: 71px;
    display: flex;
    align-items: center;
    position: relative;
}

.section-8 .content-new p {
    color: #fff;
    font-size: 18px !important;
    margin: 0;
    margin-top: 10px;
}

.sec-faq .set-new>a:before {
    float: right;
    content: "";
    position: absolute;
    right: -25px;
	background: url(/wp-content/uploads/2025/10/add.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.sec-faq .set-new>a.active:before {
    content: "";
    font-size: 30px;
    margin: 0;
    background: url(/wp-content/uploads/2025/10/Frame-1000006434.svg);
    width: 43px;
    height: 43px;
    right: -35px;
}


.section-9 {
    padding-bottom: 70px;
}

.section-9 h2 {
    text-align: center;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 40px;
}

.section-9 .blog-box {
    position: relative;
    min-height: 402px;
}

.section-9 .blog-box img {
    position: absolute;
}

.section-9 .blog-box .date-box {
    position: relative;
    float: right;
    background: #A7905A;
    padding: 15px 30px;
}

.section-9 .blog-box .date-box h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700 !important;
}

.section-9 .blog-box  .blog-content {
    position: relative;
    padding: 178px 40px 20px;
    width: 87%;
}

.section-9 .blog-box .blog-content h4.blog-title {
    font-weight: 500 !important;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    margin: 0;
}

.section-9 .blog-box .blog-content hr {
    border: 1px solid #a7905a;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-9 .blog-box .blog-content p {
    font-weight: 400 !important;
    color: #fff;
    font-size: 16px !important;
    line-height: 20px !important;
}

.section-9 .blog-box .blog-content a {
    color: #A7905A;
    font-size: 16px;
}

.section-9 .row-3 {
    margin-top: 50px;
    text-align: center;
}

.section-10 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 50px;
    background-position: 100% 1px;
}

.section-10 h2 {
    color: #fff;
    text-align: center;
/*     text-transform: capitalize; */
    line-height: 100px;
}

.section-10 h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
	text-transform: uppercase;
}

.section-10 .row-2 {
    margin-top: 30px;
}

.section-10 p {
    margin-top: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.section-10 p a {
    color: #fff;
    text-decoration: underline;
}

.section-10 hr {
    width: 70%;
    border-top: 4px solid #fff;
}

.section-10 .contact-form-box {
    margin-top: 40px;
}

.section-10 .contact-form-box input, .section-10 .contact-form-box textarea {
    width: 100%;
    color: #000 !important;
    padding: 10px 20px 10px 30px;
}

.section-10 .contact-form-box textarea {
    height: 200px !important;
}

.section-10 .contact-form-box input.wpcf7-submit.has-spinner {
    background: #A7905A;
    border: none;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase;
}

.contact-right-box{
	display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}



.section-10 .contact-right-box h3 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 600 !important;
	text-transform: none;
}
#wpcf7-f306-p301-o1 .wpcf7-form-control-wrap.kc_captcha{
	display:flex;
	justify-content:center;
	margin-bottom:4rem;
}

.section-10 .icon-box {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    margin-bottom: 60px;
}
.section-10 .icon-box img{
	max-width:40px;
}

.section-10 .icon-box .details h4 {
    color: #a59260;
    font-size: 28px;
    margin: 0;
    font-weight: 700 !important;
}

.section-10 .icon-box .details p {
    margin: 0;
    margin-top: 15px;
    text-align: left;
	font-size:22px;
    line-height: 1.3 !important;
}

.section-10 .contact-form-box input::placeholder {
    color: #6C6C6C;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px;
}
.cop {
    background: #0A0A0A;
    color: #fff;
    padding: 50px 0;
}

.footer h4 {
    font-size: 18px;
    line-height: 32px;
    color: #464646;
    text-transform: uppercase;
    font-family: 'Cabin';
    font-weight: 700;
}

.footer .footer-detail-box p {
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    font-family: 'Cabin' !important;
}

.footer .footer-detail-box a {
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 400;
}

footer ul.menu {}

footer-detail-box nav.footer-nav ul {
    padding: 0 !important;
}

footer ul#menu-footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul#menu-footer-menu li a {font-size: 18px;line-height: 42px;color: #fff;text-decoration: initial;}

.footer .footer-detail-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.social li {
    display: inline-block;
    margin-right: 5px;
}

.wpcf7-form-control-wrap {
	margin-top:2.5rem;
}
.cop .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cop  p {
    font-size: 18px;
    line-height: 36px;
    color: #777777;
    margin: auto;
}

.cop a {
    font-size: 18px;
    line-height: 32px;
    color: #C0C0C0;
    font-weight: 700;
    font-family: 'Cabin' !important;
    margin-right: 15px;
    text-transform: uppercase;
}

.section-7 {
    background: #232D34;
    background: linear-gradient(90deg, rgba(35, 45, 52, 1) 0%, rgba(9, 17, 22, 1) 100%);
    color: #fff;
    padding: 80px 0 120px;
}
.section-7 h2.faded {
    font-size: 133.49px !important;
    line-height: 133.5px;
    font-family: 'Cabin';
    font-weight: 400 !important;
    text-align: center;
    text-transform: uppercase;
    background: #FFFFFF;
    background: linear-gradient(to right, #FFFFFF 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 100px;
}
.section-7 .testimonial-box {
    padding: 0 30px;
    transition: .5s;
}

.section-7 .testimonial-box .content {
    font-size: 22px;
    line-height: 37px;
    color: #FFFFFF;
    font-weight: 300;
    font-family: 'Cabin';
}

.section-7 .testimonial-box .comma-image {
    margin-bottom: 40px;
}

.section-7  .rating-name {
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.section-7 ul.slick-dots {
    bottom: -62px;
    width: 7%;
    margin: auto;
    left: 0;
    right: 0;
}

.section-7 ul.slick-dots button {
    border-radius: 0;
    transform: rotate(45deg);
    margin-right: 15px;
    border: none;
    width: 10px;
    height: 10px;
}

.section-7 ul.slick-dots .slick-active button {
    background: #A7905A;
}
.slick-arrow {
    top: initial;
    bottom: -64px;
    transform: rotate(0deg);
    right: initial;
    left: 44.5%;
    z-index: 9 !important;
    position: absolute;
}

.slick-next {
    right: 45.5%;
    left: initial !important;
    transform: rotate(180deg ) !important;
}
.section-2 .attorney-image {
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 28%;
}
.section-7 .rating-name h4 {
    padding-left: 15px;
}
.section-7 .main {
    /* background: rgb(255 255 255 / 10%); */
    padding: 25px;
    /* border-radius: 20px; */
    /* box-shadow: 5px 5px 34px 0px rgba(255, 255, 255, 0.76) inset; */
    /* -webkit-box-shadow: 5px 5px 34px 0px rgb(255 255 255 / 16%) inset; */
    -moz-box-shadow: 5px 5px 34px 0px rgba(255,255,255,0.76) inset;
    transition: .5s;
}

.section-7 .rating-name img {
    min-height: 80px;
}

.testimonial-slide .testimonial-box:hover .main {
    background: rgb(255 255 255 / 10%);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 5px 5px 34px 0px rgba(255, 255, 255, 0.76) inset;
    -webkit-box-shadow: 5px 5px 34px 0px rgb(255 255 255 / 16%) inset;
    -moz-box-shadow: 5px 5px 34px 0px rgba(255,255,255,0.76) inset;
}

.section-10 .icon-box {
    display: flex;
	width:400px;
	max-width:100%;
    flex-wrap: wrap;
    align-items: flex-start;
/*     margin: 85px auto; */
}

.section-10 .icon-box .icons {
/*     max-width: 5%;
    flex: 0 0 5%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .section-10 .icon-box .details {
    max-width: 90%;
    flex: 0 0 90%;
} */

.section-10 .icon-box .icons i {
    font-size: 50px;
    color: #A7905A;
}


.footer p.tagline {
    width: 76%;
    margin-top: 20px;
}
.section-3 .container {
    width: 1620px !important;
}
.section-5 a.yellow-btn {
    font-size: 24px !important;
    font-weight: 300 !important;
}
.thankyou-page {
    padding: 100px 0;
}

.thankyou-page .desc p {
    font-size: 24px;
    line-height: 34px;
    font-family: 'Cabin';
    font-weight: 400;
}

.thankyou-page .desc p a {
    color: #A7905A;
}
.section-7:after {
    position: absolute;
    /* content: ''; */
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    top: 0;
    background: #232D34;
    background: linear-gradient(90deg, rgba(35, 45, 52, 1) 0%, rgba(9, 17, 22, 1) 100%);
    /* opacity: .5; */
    top: 0;
}
.section-7 span {background: #7D8386;background: linear-gradient(to bottom, #7d83865c 0%, #52595ead 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.section-9 a.yellow-btn {
    padding: 10px 40px;
}
/*Aftab css for Video page*/
.inner-banner h2 {
    margin-top: 0;
}
.sec_video{
    padding: 165px 0;
}
a.yellow-btn {
    transition: all ease 0.5s;
}
a.yellow-btn:hover {
    background: #fff;
    color: #000 !important;
    transition: all ease 0.5s;
}

.tabs-container {
  padding: 2rem;
}


.tabs-block {
  display: flex;
  align-items: center;
  justify-content: center;
}


.tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.tabs label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  margin-right: 0.0625rem;
  cursor: pointer;
  background-color: #000;
  color: #fff;
   
  font-size: 1.2rem;
  font-weight: 700;
  transition: background-color ease 0.3s;
  border-radius: 10px;
background: #fff;
color: rgba(0, 0, 0, 0.40);

 
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}

.tabs label .material-icons {
  margin-right: 0.3rem;
}

.tabs .tab {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 1rem 2rem;
  color: #000;
  background-color: #fff;
  border: 0;
}

.tabs .tab > *:not(:last-child) {
  margin-bottom: 0.8rem;
}

.tabs [type=radio] {
  display: none;
}

.tabs [type=radio]:checked + label {
  background-color: #A7905A;
  color: #fff;
}

.tabs [type=radio]:checked + label + .tab {
  display: block;
}

.tabs:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: auto;
    width: 100%;
    z-index: 999;
    background: #A7905A;
    height: 1.5px;
    top: 55px;
}
.video_col h2 {
    color: #000;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}
.video_col{
    margin-top:50px;
}
.video_col h2{
    color: #000;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.video_col .video_tumbnial > img{
    border-radius: 30px;
    width: 100%;
}
.tabs .tab {
    display: flex !important;
    flex-wrap: wrap;    margin: 0 -30px;
}

.col-sm-6.video_col {
    display: flex;
    flex-direction: column;
}
.video_tumbnial{
    position: relative;
}
.popup_btn {
    position: absolute;
    top: calc(50% - 182px);
    left: calc(50% - 70px);
    bottom: 0;
    top: 40%;
}
body.fancybox-iosfix {
		position: static;
	}
div#tabs-container {
    padding-top: 50px;
}

.section-1.inner-banner {
    color: #fff;
    position: relative;
    z-index: 9;
}

.section-1.inner-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: rgb(0 0 0 / 50%);
}

    .section-7 h2.faded {
        background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 111.46%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
ul.tabs-left {
    border-bottom: 1.5px solid #D1B06B;
    padding-bottom: 32px;
}
    .section-7 h2.faded {
     letter-spacing: 17.354px;
    }
    topbar a img {
        width: 32px;
    }
.footer .footer-detail-box ul img {
    width: 32px;
}
.footer p.tagline {    margin-top: 20px;
    font-size: 18px;
    color: #8c8c8c;
    color: #C8C8C8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.footer .footer-detail-box p, .footer .footer-detail-box p a {
    color: #C8C8C8;
}
span.fa.fa-hand-o-up {
    color: #A7905A;
}
.page-id-79 section#introduction {
    padding-top: 50px;
}
.section-9 .blog-box img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-9 .blog-box {
    overflow: hidden;
}
.page-id-79 section.section-10 {
    /*display: none;*/
}
.single section.section-5,
.single section.section-6,
.single section.section-7,
.single section.section-8,
.single section.section-9,
.page-id-71 .thankyou-page,
.page-id-71 section.section-5,
.page-id-71 section.section-6,
.page-id-71 section.section-7,
.page-id-71 section.section-8,
.page-id-71 section.section-9,
.page-id-71 section.section-10{
    display: none;
}
.page-id-71 .section-1.inner-banner {
    background: #000 !important;
}
.page-id-79 .section-2 h2,
.page-id-79 section#introduction {
    /*font-family: 'Butler', sans-serif !important;*/
}
ul#menu-copyright-menu li {
    display: inline-block;
    list-style: none;
}
.section-7 ul.slick-dots {
        width: auto !important;
    }
    .scroll-down img {
  animation: smooth-bounce 2s ease-in-out infinite;
}

@keyframes smooth-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* bounce height */
  }
}


/* Practice Area Css */
section.practice-area-sec-1 {
    padding: 100px 0px;
}

section.practice-area-sec-1 iframe {
    border-radius: 20px;
    width: 100%;
    height: 500px;
    margin-bottom: 45px;
}

section.practice-area-sec-1 h1 {
    margin: 0;
    font-family: 'Cabin' !important;
    font-size: 48px;
    font-weight: 700 !important;
    color: #000;
/*     text-transform: capitalize; */
    margin-bottom: 30px;
}

section.practice-area-sec-1 h1 span {
    color: #a7905a;
}

section.practice-area-sec-1 .col-md-8 p {
    font-weight: 500 !important;
    font-family: 'Cabin' !important;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

section.practice-area-sec-1 .practice-side-area {
    padding-left: 0px;
    border-left: 1px solid #A7905A;
    margin-top: 30px;
}

section.practice-area-sec-1 .col-md-8 {
    padding-right: 100px;
}

section.practice-area-sec-1 .practice-side-area h2 {
    margin: 0;
    font-size: 48px !important;
    font-family: 'Cabin' !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    margin-bottom: 25px;
}

section.practice-area-sec-1 .practice-side-area ul {
    list-style: none;
    padding-left: 0px;
}

section.practice-area-sec-1 .practice-side-area ul li a {
    font-size: 32px;
    color: #000;
    font-weight: 500 !important;
}

section.practice-area-sec-1 .practice-side-area ul li {
    margin-bottom: 30px;
    display: flex;
    column-gap: 7px;
}

section.practice-area-sec-1 .practice-side-area ul li span {
    font-size: 13px;
    font-family: 'Cabin' !important;
    font-weight: 500 !important;
    color: #A7905A;
}

section.practice-area-sec-1 .practice-area-box {
    padding-left: 40px;
}

section.practice-area-sec-1 .contact-box-sidebar {
    padding: 50px 40px;
    background-size: cover;
    background-repeat: no-repeat;
	width: 90%;
}

section.practice-area-sec-1 .contact-box-sidebar h3 {
    font-size: 48px;
    font-family: 'Cabin';
    font-weight: 700 !important;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}

section.practice-area-sec-1 .contact-box-sidebar a {
    color: #fff;
    font-size: 36px;
    font-weight: 400 !important;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
}

section.practice-area-sec-1 .contact-box-sidebar p {
    color: #fff;
    font-size: 36px;
    font-weight: 400 !important;
    line-height: 60px;
    margin-bottom: 0;
}

section.practice-area-sec-2 {
    padding-bottom: 100px;
}

section.practice-area-sec-2 h2,
section.practice-area-sec-1 h2{
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #000;
    margin-bottom: 20px;
}

section.practice-area-sec-2 p {
	font-weight: 500 !important;
	color: #000;
	margin-bottom: 0;
}

section.practice-area-sec-2 .col-md-7 {
    padding-left: 70px;
}

.practice-area-sec-2 .practice-set {
    padding: 30px 30px 0px 0px;
}

.practice-area-sec-2 .practice-set a.practice-tabs-toggle {
    font-weight: 700 !important;
    color: #000;
    font-size: 24px;
    display: flex;
    align-items: center;
    position: relative;
	padding-left: 80px;
}

.practice-area-sec-2 .practice-content p {
    color: #000;
    font-size: 18px !important;
    margin: 0;
    margin-top: 20px;
    line-height: 25px;
}

.practice-area-sec-2 .practice-set>a:before {
    float: right;
    content: "";
    position: absolute;
    right: 0;
    background-image: url(/wp-content/uploads/2025/08/Vector-9.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.practice-area-sec-2 .practice-set>a:after {
    content: "";
    position: absolute;
    left: 10px;
    background-color: #a7905a;
    width: 7%;
    height: 3px;
}
.page-id-301 section.section-5, 
.page-id-301 section.section-6 {
    display: none;
}
.page-id-340 section.section-5, 
.page-id-340 section.section-6,
.page-id-340 section.section-7,
.page-id-340 section.section-8,
.page-id-340 section.section-9{
    display: none;
}
section.sec-cta input {
    border: 1.167px solid #070707;
    color: rgba(0, 0, 0, 0.20);
    font-size: 28.137px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 28px;    margin-bottom: 16px;
}
section.sec-cta textarea{
    border: 1.167px solid #070707;
    color: rgba(0, 0, 0, 0.20);
    font-size: 28.137px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 28px; 
    height: 170.387px;
    resize:none;    margin-bottom: 16px;
}
section.sec-cta {
    padding: 150px 0;
}
section.sec-cta input.wpcf7-submit.has-spinner {
    background: #A7905A;
    border: none;
    color: #fff !important;
    /* font-size: 18px !important; */
    /* text-transform: uppercase; */
    /* color: #FFF; */
    text-align: center;
    font-size: 37.345px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
section.sec-cta .col-sm-6, section.sec-cta .col-sm-12 {
    padding: 0 8px;
}
section.sec-cta p{
    margin:0;
}
section.sec-cta input::placeholder,
section.sec-cta textarea::placeholder{
    color: rgba(0, 0, 0, 0.20);
    font-size: 28.137px;
    
}
section.sec-cta h3{
    color: #D1B06B;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 114.6%;
}
section.sec-cta strong{
    color: #CCAA60;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}
.address_row p{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px !important;
    display: inline-block;
}
.address_row li a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.address_row {
    background: #232D34;
    display: inline-block;
    align-items: center;
    margin: 0;
    width: 100%;
    display: flex;
}
.address_box{
    padding:70px !important;
    padding-right: 20px !important;
}
.address_box ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 110px; /* space between items */
    list-style: none; /* remove bullets */
    padding: 0;
    margin: 0;
    align-items: center;
    margin-top: 15px;
}
.address_box li {
    display: flex;
    /* width: 33.33%; */
    /* float: left; */
    align-items: center;
    display: flex;
    align-items: center;
    gap: 8px;
}
.address_box li img {
    display: inline;
    width: 80px;
    float: left;
    padding-right: 10px;
}
iframe {
  border: 0;
  display: block;
  vertical-align: top;
}
.page-id-340 .set-new {
    width: 100%;
    background: transparent !important;
    margin: 0;
    padding: 0;
}
 .page-id-340   .set-new a{
        width: calc(50% - 30px);
        float: left;
        margin: 0 15px;
        width: 100%;
        background: #E8E8E8 !important;    margin-bottom: 40px;
    padding: 30px !important;
 }
  .page-id-340   .section-8 .set-new a.faq-toggle {
        color: #000 !important;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
.page-id-340  .section-8 .set-new a.faq-toggle {
    min-height: auto;
}
.page-id-340 .section-8 .set-new a.faq-toggle.active {
    background: #33363F !important;
    color: #fff !important;
}
.page-id-340  .sec-faq .set-new>a:before {
    float: right;
    content: "+";
    font-size: 50px;
    margin-top: 3px;
    position: absolute;
    right: 35px;
    background: url(./images/plus.png) no-repeat !important;
    width: 28px;
    height: 28px;
    content: "" !important;
    background-size: 100%;
    background-position: center !important;
}
.page-id-340 .section-8 .content-new p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 47px;
}
.page-id-340 .section-8 .set-new a.faq-toggle.active:before {
    float: right;
    content: "+";
    font-size: 50px;
    margin-top: 3px;
    position: absolute;
    right: 35px;
    background: url(./images/minus.png) no-repeat !important;
    width: 28px;
    height: 28px;
    content: "" !important;
    background-size: 100%;
    background-position: center !important;
}
.page-id-340 .set a {
    color: #000 !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    width: 100%;
    background: #E8E8E8 !important;
    margin-bottom: 40px;
    padding: 30px !important;
    display: block;
}
.page-id-340 .content {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 47px;
    padding-top: 0;
}
.page-id-340 .set a:before{
    float: right;
    content: "+";
    font-size: 50px;
    margin-top: 3px;
    position: absolute;
    right: 35px;
    background: url(./images/plus.png) no-repeat !important;
    width: 28px;
    height: 28px;
    content: "" !important;
    background-size: 100%;
    background-position: center !important;
}
.page-id-340 .set.sett a{
    background: #33363F !important;
    color: #fff !important;
}
.page-id-340 .set.sett a:before{
       content: "+";
    font-size: 50px;
    margin-top: 3px;
    position: absolute;
    right: 35px;
    background: url(./images/minus.png) no-repeat !important;
    width: 28px;
    height: 28px;
    content: "" !important;
    background-size: 100%;
    background-position: center !important;
}
.page-id-340 .content {
    display: none;
}section.sec-faq {
    padding: 150px 0;
}
section.sec-faq .row {
    position: relative;
}
ul#menu-copyright-menu {
    margin: 0;
    padding: 0;
}
.page-id-352 section.section-5, 
.page-id-352 section.section-6, 
.page-id-352 section.section-7, 
.page-id-352 section.section-8,
.page-id-352 section.section-9{
    display: none;
}
.page-id-352 section.section-9.one{
    display: block !important;
}
    .section-9 .blog-box .blog-content {
        z-index: 9;
    }

.section-9 .blog-box .date-box {
    z-index: 9;
}
.blog-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #232D34CC;
    z-index: 9;
}
.section-9 .blog-box {
    overflow: hidden;
    margin-bottom: 30px;
}
.page-id-352 .section-9 .blog-box {
    overflow: hidden;
    height: 592px;
    margin-bottom: 30px;
}
section.section-9 .one_post {
    padding-top: 100px;padding-bottom: 30px;
}
.section-9 .one_post .blog-box .blog-content h4.blog-title {
    color: #000;
}
.section-9 .one_post .blog-box .blog-content p {
    color: #000;
}
.blog-box.one_post_content:before {
    background: transparent;
}
.single iframe {
    margin: 50px 0;
}
.single_time.container {
    color: #D1B06B;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 50px;
}
.page-id-352 .section-9  .blog-box .blog-content h4.blog-title {
    font-weight: 500 !important;

    font-size: 30px;
    line-height: 35px;
    margin: 0;
    
}
.page-id-352 .section-9   .blog-box .blog-content p {
    font-weight: 400 !important;
 
    font-size: 22px !important;
    line-height: 32px !important;
}
.page-id-352 .row.row-2 + .row.row-2 .blog_post_contents{
    height: 170px;
}
.page-id-352 .section-9     .blog-box .blog-content a {
    font-size: 22px;
}
.page-id-352 .section-9 .row.row-2 + .row.row-2 .blog-box .blog-content h4.blog-title {
    height: 140px;
}
.page-id-352  .row.row-2 + .row.row-2  .blog_post_contents{
    height: 170px;
}
.section-1.inner-banner {
    text-align: center;
}
.page-template-default .section-1 .abt-text {
    display: none;
}
.page-template-default .entry-content {
    padding: 50px 0;
}
.page-template-default .entry-content > h2 {
    display: none;
}
header.nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    transition: all 0.5s ease;
    background:#000000d9;
}
a#hamburg {
    z-index: 999999;
}
    html.open-menu a#hamburg {
        z-index: 999;
        background: border-box;
        top: 70px !important;
        position: fixed;
        margin-top: 0 !important;
    }
    a#hamburg {
        right: 20px;
        left: auto;
        position: fixed;
    }
    i.fa.fa-youtube-play {
    background: #fff;
    color: #1d262d;
    border-radius: 50%;
    padding: 4px;
}
.footer i.fa.fa-youtube-play {
    background: #fff;
    color: #1d262d;
    border-radius: 50%;
    padding: 7px;
}
    .section-4 .absolute-one a {
        position: absolute;
        right: 40px;
        bottom: 40px;
    }
    .services-template-default .single_time.container {
    display: none;
}
section.practice-area-sec-1 .practice-area-box li.current-menu-item a {
    color: #a7905a !important;
}
.page-id-1102 section.section-5, 
.page-id-1102 section.section-6, 
.page-id-1102 section.section-7, 
.page-id-1102 section.section-8,
.page-id-1102 section.section-9{
    display: none;
}
.testimonial_col{
    background: #232D34;
    padding:50px;
    color: #D7D7D7;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 25px;
min-height:371px;
margin-bottom:30px;
}
.testimonial_col p{
       color: #D7D7D7;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 25px; margin: 0;
}
.testimonial_col .title{
    color: #FFF;
font-size: 34px;
font-style: normal;
font-weight: 700;
margin-bottom:50px;
line-height: normal;
}
section.section.our_testimonials {
    padding: 100px 0;
}
.testimonial_col img {
    width: 55px;
}
    .home .section-9 .blog-box {
        background: #000;
    }
    .page-id-83 section.section-8, .page-id-83 section.section-9 {
    display: none !important;
}
section.about-sec-1 img {
    width: 100%;
    border-radius: 20px !important;
}
.footer p.tagline {
    width: 500px;
	max-width:100%;
}
.footer p.tagline br {
    display:none;
}
.page-id-79 section.section-6, .page-id-79 section.section-7, .page-id-79 section.section-8 {
    display: none !important;
}
.rating_logo img {
    width: auto !important;
    height: 60px;
    margin-top: 20px;
}

.two-col {
    gap: 70px;
    display: flex;
}

.page-template-contact section.section-8.sec-faq, .page-template-contact .section-9 {
    display: none;
}

.hidden-blog {
  display: none;
}

button#see-more {
    background: #A7905A;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    width: fit-content;
    border: none;
    border-radius: 0;
}

section.sec-faq .row-3 a {
    background: #A7905A;
    color: #fff;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 24px;
    display: block;
    width: fit-content;
    margin: 50px auto 0px;
}

.single-post iframe {
    height: 770px;
}

.single-post p { margin: 0 0 20px; }
.single-post h2 { margin: 25px 0; }
.single-post h3 { margin: 25px 0; font-weight: bold;  }

@media(min-width: 1620px) {
.single-post h2 { font-size: 40px !important; }
.single-post h3 { font-size: 34px !important; }
}

@media (min-width: 1500px) and (max-width: 1600px) {
.section-5 h2 {
    font-size: 47px !important;
    line-height: 60px !important;
}
}

@media (min-width: 1365px) and (max-width: 1450px) {
.single-post iframe {
    height: 690px;
}
}

@media (min-width: 768px) and (max-width: 1450px) {
.sec-faq .set-new>a.active:before {
    right: -4px !important;
	content: "" !important;
}
}

@media (min-width: 1000px) and (max-width: 1100px) {
.section-9 .blog-box .blog-content p {
    font-size: 14px !important;
}
}

@media (min-width: 320px) and (max-width: 767px) {
.sec-faq .set-new>a.active:before {
    right: -19px !important;
	content: "" !important;
}
}

@media (min-width: 600px) and (max-width: 767px) {
.section-9 .blog-box .blog-content h4.blog-title {
    font-size: 16px !important;
}

.section-9 .blog-box .blog-content {
    padding: 128px 20px 20px 20px !important;
}

.section-9 .blog-box .blog-content p {
    font-size: 14px !important;
}
}

@media(max-width: 1620px) {
section.section-9 {
    padding-bottom: 100px;
}
}

.page-template-contact-php .wpcf7-response-output {
    color: #000 !important;
}

.sec-faq .content-new a {
    color: #fff;
    text-decoration: underline;
}






/* dev mh css */
.page-id-340 .set .content a {
    background: unset !important;
    color: #000 !important;
    display: inline;
    padding: 0 !important;
    font-size: inherit;
}

.page-id-340 .set .content a:before {
    content: unset !important;
}

.page-id-340 .sec-faq {
    padding: 100px 0px 30px;
}

.page-id-340 .sec-faq .faq-cat-title {
    background: linear-gradient(180deg, #232D34 0%, #091116 100%);
    padding: 30px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
	cursor: pointer;
}

.page-id-340 .sec-faq .faq-cat-title h2 {
    font-family: Cabin;
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    color: #fff;
}

.page-id-340 .sec-faq .faq-cat-title span.cat-toggle {
    color: #fff;
    font-size: 0px;
	position: relative;
}

.page-id-340 .set a {
    margin-bottom: 20px;
    padding-right: 50px !important;
	position: relative;
	min-height: 100px;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0px !important
}

.page-id-340 .faq-category {
    margin-bottom: 60px;
}

.page-id-340 .set a:before {
    background: url(/wp-content/uploads/2026/03/add.svg) !important;
}

.page-id-340 .set.sett a:before {
    background: url(/wp-content/uploads/2025/10/Frame-1000006434.svg) !important;
    height: 45px;
    width: 45px;
    background-size: cover !important;
    top: 20px;
    right: 25px;
}

.page-id-340 .sec-faq .faq-cat-title span.cat-toggle:before {
    content: "";
    background: url(/wp-content/uploads/2026/03/Add_duotone_fill_line.svg);
    width: 50px;
    height: 50px;
    top: -25px;
    right: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-id-340 .sec-faq .faq-category.active .faq-cat-title span.cat-toggle:before {
    transform: rotate(45deg);
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
.page-id-340 .sec-faq .faq-cat-title h2 {
    font-size: 36px !important;
}

.page-id-340 .set a {
    font-size: 22px;
	padding-right: 60px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
.page-id-340 .sec-faq .faq-cat-title h2 {
    font-size: 32px !important;
}

.page-id-340 .set a {
    font-size: 20px;
	padding-right: 60px !important;
}
}

@media screen and (max-width: 991px) {
.page-id-340 .set a {
    min-height: auto;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}	
}

@media screen and (min-width: 300px) and (max-width: 767px) {
body.page-id-340 .sec-faq .faq-cat-title h2 {
    font-size: 26px !important;
}

body.page-id-340 .set a {
    font-size: 20px !important;
    padding-right: 60px !important;
}
	
body.page-id-340 .sec-faq .faq-cat-title {
    padding: 30px 20px;
}

body.page-id-340 .sec-faq .faq-cat-title span.cat-toggle:before {
    width: 30px;
    height: 30px;
    top: -15px;
}

body.page-id-340 .set a:before {
    width: 30px !important;
    height: 30px !important;
    top: 15px;
}

body.page-id-340 .set.sett a:before {
    top: 5px;
    width: 45px !important;
    height: 45px !important;
}
}