/*
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
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}
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
===============================================  */
.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)
}
p {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 30px;
}
/* =================================
    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;}
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{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #000;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: -60px;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background:  url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(0deg) !important;-webkit-transform: rotate(360deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background:  url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: -60px;transform: rotate(180deg) !important;-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; */padding: 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;border: 1px solid #ccb053;}
.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;font-size: 16px;font-weight: 500;color: #ccb053;background-color: #fff;padding: 8px 30px;border: none;text-transform: uppercase;display: inline-block;}
.tabs-menu .current a {color: #fff;background: #ccb053;}
.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: 120px; padding:0; margin:0; float:left;}
.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: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; 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{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------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 16px;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #ccb053;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin-top: 0;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{color: #fff;float:right;background: #ccb053;padding: 8px 10px;}
.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: 0;overflow:hidden;}
.blogs .title a{margin:0;color: #ccb053;font-weight: 700;}
.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: transparent;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: #ccb053;}
.pagination .current{padding:6px 9px 5px 9px;background: #ccb053;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 #ccb053;
    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: auto;}
.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:#000; 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;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}


.header {position: absolute;width: 100%;z-index: 9999999999;padding: 30px 0 0;}

.header .menu {
    text-align: center;
}

.header .menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.header .menu ul li {
    display: inline-block;
    margin-right: 25px;
}

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

.header .logo {
    text-align: center;
}

.header .logo img {}

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



.banner{height: 946px;background-position: center;background-repeat: no-repeat;background-size: 100%;overflow: hidden;}

.banner .head {
    margin-top: 110px;
    height: 840px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 86% 100%;
    overflow: hidden;
    background-position: bottom left;
}


.banner .head .disc {
     position: relative;
}

.banner .head .disc:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 60px;
    width: 150px;
    height: 653px;
    background: url(./images/logo_large.png);
    z-index: 999999999999999999999;
    background-repeat: no-repeat;
    background-size: 80%;
}

.banner .head .pic img{

}



.add-content-vaults {
    height: 753px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -140px;
    /* position: relative; */
}

.add-content-vaults label {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #434343;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.add-content-vaults .form-voult-sec-2 {
    padding: 20px 50px 0px;
    margin-top: 20%;
    background-color: #fff;
    border: solid 10px #ccb053c9;
    position: relative;
}

.add-content-vaults .form-voult-sec-2 input.wpcf7-form-control.wpcf7-text {
    font-size: 16px;
    font-weight: 400;
    color: #979797;
    padding: 10px 20px;
    width: 100%;
    border: solid 1px #979797;
}

.add-content-vaults .form-voult-sec-2 select.wpcf7-form-control.wpcf7-select {
    font-size: 16px;
    font-weight: 400;
    color: #979797;
    padding: 11.5px 20px;
    width: 97%;
    border: solid 1px #979797;
    margin: 10px 0;
}

.add-content-vaults .form-voult-sec-2 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #ccb053;
    border: none;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    padding: 10.5px 30px;
    right: 20px;
}

section.add-content-vaults:before {
    content: '';
    position: absolute;
    bottom: -65px;
    width: 698px;
    height: 211px;
    /* background-image: url(https://voults.360dbstagingserver.com/wp-content/uploads/2023/03/stang.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
}


.sec-about{
  padding: 120px 0 100px;
}

.sec-about .head{
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

.sec-about .head h2{
  margin: 0 0 20px;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.sec-about .head p{
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  line-height: 30px;
}

.sec-about .head .read{
  
}

.sec-about .head .read a{
  
}

.sec-about .head h5 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: #ccb053;
    font-family: 'Oswald', sans-serif;
}

.sec-about .head .learn {
    margin-top: 50px;
}

.sec-about .head .learn a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ccb053;
    padding: 15px 35px;
    border: none;
    text-transform: uppercase;
}

.sec-community{
  height: 712px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec-community .head{
  text-align: center;
  margin-top: 39%;
}

.sec-community .head h2{
  margin: 0 0 20px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.sec-community .head p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}

.sec-community .head .learn{
  display: inline-block;
  margin-right: 20px;
  margin-top: 30px;
}

.sec-community .head .learn a{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #ccb053;
  padding: 13px 30px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
}

.sec-community .head .secure{
  display: inline-block;
  margin-top: 30px;
}

.sec-community .head .secure a{
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: solid 1px #fff;
  display: inline-block;
  text-transform: uppercase;
}


.sec-includes{
  padding: 170px 0 100px;
}

.sec-includes .head{
  margin-bottom: 60px;
}

.sec-includes .head h2{
  margin: 0 0 30px;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding-right: 25%;
}

.sec-includes .head p{
  
}

.sec-includes .head ul{
  padding: 10px 20px;
}

.sec-includes .head li{
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 15px;
}

.sec-includes .head li p{
  
}

.sec-includes .pic-1{
  
}

.sec-includes .pic-1 img{
  
}

.sec-includes .pic-2{
  position: relative;
  width: 100%;
}

.sec-includes .pic-1 img{
  
}

.sec-includes .container-fluid {margin: 0 140px;}

.sec-includes .head ul ::marker {
    color: #ccb053;
}

.sec-includes .pic-2 img {
    height: auto;
    width: auto;
    object-fit: cover;
}

.sec-includes .pic-2:before {content: '';position: absolute;top: -29px;left: 0;height: 106%;width: 100%;border: solid 6px #ccb053;}


.sec-events{
  padding: 80px 0;
}

.sec-events .head{
  text-align: center;
  max-width: 40%;
  margin: 0 auto 50px;
}

.sec-events .head h2{
  margin: 0 0 20px;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.sec-events .head p{
  font-size: 15px;
  font-weight: 400;
  color: #454545;
  line-height: 28px;
}

.sec-events .main{
}

.sec-events .main .pic{
}

.sec-events .main .pic img{
  margin: 0 auto;
}

.sec-events .main .disc{max-width: 50%;margin: 40px auto 0;}

.sec-events .main .disc h5{
  font-size: 15px;
  font-weight: 400;
  color: #ccb053;
  margin: 0;
}

.sec-events .main .disc p{
  font-size: 15px;
  font-weight: 400;
  color: #454545;
  line-height: 26px;
  display: inline-block;
  padding-right: 220px;
}

.sec-events .main .disc .reading{text-align: right;position: relative;top: -90px;}

.sec-events .main .disc .reading a{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #ccb053;
  padding: 12px 30px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
}


.sec-car-moter{
  padding: 80px 0;
}

.sec-car-moter .main{
  display: flex;
  align-items: center;
}

.sec-car-moter .head{
  padding-left: 50px;
}

.sec-car-moter .head h2{
  margin: 0 0 20px;
  font-size: 50px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding-right: 170px;
}

.sec-car-moter .head p{
  font-size: 15px;
  font-weight: 400;
  color: #454545;
  line-height: 28px;
}

.sec-car-moter .head .read{
  margin-top: 30px;
}

.sec-car-moter .head .read a{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #ccb053;
  padding: 12px 30px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
}

.sec-car-moter .pic{
  
}

.sec-car-moter .pic img{
  
}


.sec-footer{
  background-image: url(./images//footer_bg.jpg);
  height: 446px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec-footer .site-links{
  
}

.sec-footer .site-links h2{
  margin: 100px 0 20px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.sec-footer .social{
  
}

.sec-footer .social h2{
  margin: 100px 0 20px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.sec-footer .social ul{
  padding: 0;
  list-style: none;
  margin: 0;
}

.sec-footer .social ul li{
  margin-bottom: 10px;
}

.sec-footer .social ul a{font-size: 15px;font-weight: 300;color: #ffffff70;}

.sec-footer .social ul a i{
  margin-right: 10px;
  font-size: 15px;
  color: #ffffff;
}

.sec-footer .social .contact-info{
  
}

.sec-footer .social .contact-info h5{
  
}

.sec-footer .social .contact-info a{
  
}

.sec-footer .social .contact-info img{
  
}

.sec-footer .last{
  padding-top: 20px;
  border-top: solid 1px #ffffff20;
  margin-top: 80px;
}

.sec-footer .last .copy{
  
}

.sec-footer .last .copy p{
  font-size: 15px;
  font-weight: 500;
  color: #ffffff50;
}

.sec-footer .last .design{
  text-align: right;
}

.sec-footer .last .design p{
  font-size: 15px;
  font-weight: 500;
  color: #ffffff50;
}

.sec-footer .last .design p a{
  font-weight: 600;
  color: #ffffff50;
}


.sec-footer .contac-info {}

.sec-footer .contac-info h6 {
    margin: 100px 0 20px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff50;
}

.sec-footer .contac-info a {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.sec-footer .contac-info img {margin-left: 30px;}

.sec-footer .site-links ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-footer .site-links ul li {
    margin-bottom: 20px;
    float: left;
    width: 50%;
}

.sec-footer .site-links ul li a {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff70;
}

.page-about {
    padding: 80px 0;
}

section.page-about {}

.page-about h5 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: #ccb053;
    font-family: 'Oswald', sans-serif;
}

.page-about p {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 30px;
}

.inner-banner{height: 220px;width:100%;display:table;color:#fff;}
.inner-banner h2 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding-top: 100px;
}
.inner-banner .container {
    height: 100%;
    display: table;
}






.sec-cta {padding: 80px 0;text-align: center;
}

.sec-cta .icon {width: 70px;height: 70px;margin: 0 auto;border-width: 1px;border-color: #ccb053;border-style: solid;background-color: #ccb053;border-radius: 50%;display: flex;align-items: center;justify-content: center;}

.sec-cta .iconi {
    font-size: 25px;color: #fff;
}
.sec-ctah4 {
    font-size: 14px;line-height: 24px;color: #000000;font-weight: 700;text-transform: uppercase;margin: 15px auto;
}

.sec-cta .desc, .sec-cta .desca {
    font-size: 16px;
    line-height: 23px;
    color: #666666;
    display: block;
}

.sec-cta .desc {max-width: 80%;margin: 0 auto;
}
.sec-cta .map {padding: 80px 0;
}
.sec-cta .forminput, .sec-cta .form textarea {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #b5b2b2;
    height: 180px;
    resize: none;
}

.sec-cta .forminput::placeholder, .sec-cta .form textarea::placeholder {
    font-size: 13px;line-height: 24px;font-weight: 400;color: #666666;
}

.sec-cta .forminput.wpcf7-form-control.wpcf7-submit {
    width: auto;font-size: 15px;font-weight: 700;color: #fff;background-color: #38214a;padding: 12px 40px;transition: .5s all ease-in-out;text-transform: capitalize;border: none;
}

.sec-cta .form {margin-top: 30px;
}

.sec-find-job {padding: 80px 0;
}

.sec-find-job .head {margin-bottom: 60px;
}

.sec-find-job .headh3 {
    font-size: 25px;font-weight: 700;color: #000;
}

.sec-find-job .find-job-form {}

.sec-find-job .find-job-forminput {width: 100%;margin: 20px auto;padding: 10px 20px;border: 1px solid #b5b2b2;}

.sec-find-job .find-job-form .wpcf7-form-control.wpcf7-select {width: 100%;margin: 20px auto;padding: 10px 20px;border: 1px solid #b5b2b2;}

.sec-find-job .find-job-forminput[type=submit] {
    font-size: 15px;font-weight: 700;color: #fff;background-color: #38214a;padding: 12px 40px;transition: .5s all ease-in-out;text-transform: capitalize;border: none;width: auto;text-align: center;margin: 0 auto;
}


input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin: 10px auto;
    padding: 10px 20px;
    border: 1px solid #b5b2b2;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #ccb053;
    padding: 12px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
}

.sec-cta .desc a {
    font-size: 16px;
    line-height: 23px;
    color: #666666;
    display: block;
}

.sec-cta .title {}

.sec-cta .title h4 {
    margin: 20px 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

.sec-cta .icon i {
    font-size: 26px;
    color: #fff;
}


.header .menu-header {
    text-align: center;
    background: transparent;
}

.header .menu-header ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.header .menu-header ul li {
    display: inline-block;
    margin-right: 25px;
}

.header .menu-header ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 10px;
}


.sec-cta input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #ccb053;
    padding: 12px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
}

span.wpcf7-spinner {
    position: absolute;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ccb053;
    color: #000;
}



section.page-about h2 {
    margin: 30px 0 20px;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

section.page-about ul {
    padding: 0px 10px;
}

section.page-about ul li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #454545;
}

.main-slider button.slick-prev.slick-arrow {
    display: none !important;
}
.main-slider button.slick-next.slick-arrow {
    background-color: #fff;
    left: 78.5%;
    bottom: 0;
    top: auto;
    width: 143px;
    height: 62px;
    margin-left: 0;
}
.sec-includes .pic-2 img {
    height: auto;
    width: auto;
    object-fit: cover;
    width: 100%;
    padding: 10px 40px;
}
.events .slick-list{
    padding:0 20% !important;
    
}
.sec-events .main img {
    width: 90%;
}
.main.slick-slide.slick-current.slick-active img {
    width: 100%;
    /* transform: scale(1.5); */
    margin-top: -35px;
}
.sec-events .main .disc {
    max-width: 100%; 
    margin: 40px auto 0;
    opacity: 0;
}
.sec-events .main.slick-slide.slick-current.slick-active .disc{
    opacity:1;
}
.sec-events .main {
    padding-top: 100px;
}
.page-about p, .page-about li {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 30px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #ccb053;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set > a.active:before {
    background: #ccb053;
}

.blogs .title {
    margin-top: 0;
}

.sidebar {
    border: 1px solid #ccb053;
    margin-top: 50px;
}

.col-md-9.nopad.blogs {
    margin-top: 40px;
}

h5 a {
    /* font-size: 50px; */
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.more a {
    color: #fff;
    background: #ccb053;
    padding: 8px 10px;
    margin: 20px 0;
    display: inline-block;
    float: l;
}
.blogs .title  {
    margin: 0;
    color: #ccb053;
    font-weight: 700;
}
.blogs .title {
    margin-top: 0;
}
div#post_133 .more a:first-child {
    display: none;
}
.single .inner-banner {
    background: #000 !important;
}
.single .wrap img {
    margin-bottom: 30px;
}
.wrap {
    padding: 50px 0;
}
.page-id-26 section.add-content-vaults {
    margin: 0;
    padding: 0 !important;
    height: auto;
}
.page-id-26 .add-content-vaults .form-voult-sec-2 {
    margin-top: 0;
    margin-bottom: 100px;
}
.page-id-26 .add-content-vaults .form-voult-sec-2:before{
	display:none;
}
.page-id-26 .add-content-vaults label {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #434343;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.page-id-26 .add-content-vaults .form-voult-sec-2 {
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    color: #fff;
}
.page-id-26 section.add-content-vaults {
    margin: 0;
    padding: 50px 0 !important;
    height: auto;
    background: #ccb053;
}
.page-id-26 section.add-content-vaults strong {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
}
.page-id-26 span.wpcf7-list-item-label {
    color: #fff;
    font-size: 14px;
}
.page-id-26 .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    margin-left: 0;
    margin-right: 20px;
}
.page-id-26 .add-content-vaults .form-voult-sec-2 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #333;
    margin-left: 20px;
}
.page-id-26 .add-content-vaults .form-voult-sec-2 h3 {
    font-weight: 700;
}
.page-id-91 div.wpcf7-response-output {
    color: #000;
}
.row.gallery-slider .main img {
    height: 300px;
    object-fit: cover;
    margin-bottom: 30px;
}
.page-id-167 .row.gallery-slider {
    display: flex;
    align-items: center;
}
.page-id-167 .row.gallery-slider .main img {
    height: auto;
    object-fit: cover;
    margin-bottom: 30px;
}
ul.sub-menu {
    background: #ccb053;
}

ul.sub-menu li {
    background: #ccb053;
}

.menu-header ul ul.sub-menu li a {
    background: #ccb053;
    color: #fff !important;
    text-align: left;
    padding: 10px;
    font-size: 15px;
    width: 242px;
}
.header .menu-header ul li {
    margin-right: 24px;
}
.car_clubs.row .pic {
    height: 300px;
    margin-top: 50px;
}
.car_loop {
    background: #fff;
    box-shadow: 2px 2px 20px #ccc;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}
.inner-banner h2 {
    font-size: 45px;
}
.page-id-27 section.add-content-vaults {
    margin: 0;
    padding: 0 !important;
    height: auto;
}
.page-id-27 .add-content-vaults .form-voult-sec-2 {
    margin-top: 0;
    margin-bottom: 100px;
}
.page-id-27 .add-content-vaults .form-voult-sec-2:before{
	display:none;
}
.page-id-27 .add-content-vaults label {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #434343;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.page-id-27 .add-content-vaults .form-voult-sec-2 {
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    color: #fff;
}
.page-id-27 section.add-content-vaults {
    margin: 0;
    padding: 50px 0 !important;
    height: auto;
    background: #ccb053;
}
.page-id-27 section.add-content-vaults strong {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
}
.page-id-27 span.wpcf7-list-item-label {
    color: #fff;
    font-size: 14px;
}
.page-id-27 .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    margin-left: 0;
    margin-right: 20px;
}
.page-id-27 .add-content-vaults .form-voult-sec-2 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #333;
    margin-left: 20px;
}
.page-id-27 .add-content-vaults .form-voult-sec-2 h3 {
    font-weight: 700;
}
/*.header .menu-header > ul > li:last-child > a {*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    color: #fff !important;*/
/*    background-color: #ccb053;*/
/*    padding: 13px 30px;*/
/*    border: none;*/
/*    text-transform: uppercase;*/
/*    display: inline-block;*/
/*}*/

a.class-login {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #ccb053;
    padding: 13px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
}

.header .menu-header ul li:hover a {
    color: #ccb053;
}
.header .menu-header > ul > li.current-page-item > a,
.header .menu-header > ul > li.current-menu-item > a {
    color: #ccb053;
}
a.btn1 {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #ccb053;
    padding: 13px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ccb053;
}
.classifieds_box {
    background: #fff;
    box-shadow: 2px 2px 20px #cccccc6b;
    padding: 30px 20px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 30px;
}
.top_tag{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #333;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
}
a.btn1:hover {
    background: transparent;
    color: #ccb053 !important;
}
.clasic-ads .posted_by {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}
.classifieds_text_box p {
    font-weight: 700;
}
.add-content-vaults textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
    font-weight: 400;
    color: #979797;
    padding: 10px 20px;
    width: 97%;height:100px;
    border: solid 1px #979797;
}
.form-voult-sec-2 .col-sm-6 label {
    text-transform: capitalize;
}
.scrollme.BGforScrollMe.diveman {
    position: absolute;
    right: 0;
    bottom: -816px;
}
body {
    overflow-x: hidden;
}
.add-content-vaults .container {
    position: relative;
}
.home .add-content-vaults .form-voult-sec-2 {
    position: absolute;
}


.clasic-ads {
    padding: 80px 0;
}

.clasic-ads h3 {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.clasic-ads p {
    font-size: 16px;
    color: #454545;
    line-height: 30px;
}
.clasic-ads img {
    height: 420px;
    width: auto;
    object-fit: contain;
}
.dashboard_table{
    
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ccb053;
    color: white;
    font-size: 18px;
}
.col-sm-3.sidebar_dashboard a {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: #333;
    color: white;
    font-size: 18px;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    margin-right: 20px;
}
.col-sm-3.sidebar_dashboard a:hover {
    background: #ccb053;
}
.col-sm-3.sidebar_dashboard a.current {
    background: #ccb053;
}
.dashboard_table input,
.dashboard_table select,
.dashboard_table textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px solid #b5b2b2;
}
.dashboard_table textarea{
    height:100px;
}
input.btn1 {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background: #ccb053;
    padding: 12px 30px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    border: 1px solid #ccb053;
}
input.btn1:hover {
    font-size: 16px;
    font-weight: 500;
    color: #ccb053 !important;
    background: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    border: 1px solid #ccb053;
}
.top_tag {
    font-size: 15px;
}
.sec-footer {
    height: auto;
}
.classifieds_box img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
form.pmpro_form input[type=text], form.pmpro_form input[type=password], form.pmpro_form input[type=email], form.pmpro_form input[type=number], form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
    display: inline-block;
    max-width: 90%;
    min-height: 1.5rem;
    width: 100%;
    margin: 10px auto;
    padding: 10px 20px;
    border: 1px solid #b5b2b2;
}
form.pmpro_form .pmpro_checkout-field-radio-item label {
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-weight: 400;
}
.pmpro_btn.pmpro_btn-submit-checkout {
    width: auto;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #ccb053;
    padding: 12px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    box-shadow: none !important;
}
form.pmpro_form input[type=text], form.pmpro_form input[type=password], form.pmpro_form input[type=email], form.pmpro_form input[type=number], form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
    display: inline-block;
    max-width: 100% !important;
    min-height: 1.5rem;
}
.pmpro_login_wrap {
    /* width: 300px; */
    margin: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #ccb053;
    padding: 10px 40px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    transition: .5s all ease-in-out;
    border: solid 1px #ccb053;
}

div#post-275 {
    text-align: center;
    color: #fff;
}

div#post-275 label {
    color: #fff;
}

div#post-275 a {
    color: #fff;
}
input#wp-submit {
    background: #333;
    color: #fff;
    border: 0;
    padding: 7px 50px;
}
#pmpro_levels_table .pmpro_btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #ccb053;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
}
span.pmpro_asterisk {
    position: absolute;
    color: #ccb053;
}
p.pmpro_actions_nav a {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #ccb053;
    padding: 13px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
}
.pmpro_actionlinks a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #ccb053;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
div#post-274 p {
    margin-top: 10px;
}
input.pmpro_btn.pmpro_btn-submit {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #ccb053;
    padding: 13px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
}
.page-id-273 footer.sec-footer {
    margin-top: 50px;
}
.clasic-ads .posted_by strong {
    color: #ccb053;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}
.clasic-ads .posted_by {
    color: #ccb053;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.single p.price_detail_page {
    font-size: 20px;
    color: #ccb053;
    font-weight: 400;
    margin: 0;
}
.deatil_slider button.slick-prev.slick-arrow {
    left: 5px !important;
    right: auto !important;
    transform: rotate(180deg) !important;
}
.deatil_slider button.slick-next.slick-arrow {
    right: 5px !important;
    left: auto !important;
    transform: rotate(0deg) !important;
}
section.clasic-ads .top_tag {
    font-size: 15px;    top: 28px;
    background: #ccb053;
}
.clasic-ads h3 {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}
.deatil_slider {
    background: #fff;
    box-shadow: 2px 2px 20px #cccccc80;
    padding: 0 47px;
}

.user-registration {
    background: #ccb053;
}

.user-registration label {
    color: #fff;
}

.user-registration input {
    border: none;
}


.user-registration .user-registration-form-login.login {
    background: #ccb053;
    width: 350px;
    margin: 0 auto;
}

.user-registration .user-registration-form-login.login label {
    color: #fff !important;
    margin-left: 0px !important;
}
.user-registration .user-registration-form-login.login a{
        color: #fff;
    font-size: 12px;
}
nav.user-registration-MyAccount-navigation li a {
    text-align: left;
    background: #333;
    color: white;
    font-size: 18px !important;
    display: block;
    padding: 10px !important;
    margin-bottom: 10px;
    padding-left: 15px !important;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}
nav.user-registration-MyAccount-navigation li:hover a,
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    background: #ccb053 !important;
    border-color: #ccb053 !important;
}
#user-registration .user-registration-MyAccount-content h2, #user-registration .user-registration-MyAccount-content .edit-password legend {
    font-size: 28px;
    font-weight: 400;
    font-size: 30px;
    font-weight: 700 !important;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.user-registration-MyAccount-content label {
    color: #000 !important;
    margin-bottom: 0 !important;
}

.user-registration-MyAccount-content input[type="password"] {
    width: 100%;
    margin: 10px auto;
    padding: 10px 65px;
    border: 1px solid #b5b2b2;
}
.ur-frontend-form input[type="submit"] {
    float: right;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #ccb053;
    padding: 13px 30px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    margin-top: 10px;
}
.page-id-348 div#user-registration {
    box-shadow: none;
}
.page-id-348 p.user-registration-register.register a {
    font-weight: 700;
    color: #000 !important;
}
.page-id-348 div#ur-frontend-form {
    border: 0 !important;
}
.page-id-348 input#user_registration_ajax_login_submit {
    background: #333;
}
body:not(.single) p.price_detail_page {
    font-size: 18px;
    color: #ccb053;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.clasic-ads .posted_by+.posted_by {
    margin-bottom: 10px;
}
.sec-includes .pic-2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 138px;
    height: 138px;
    background: url(./images/play.png) no-repeat;
    z-index: 9999;
    margin-left: -59px;
    margin-top: -59px;
}
.inner-banner {
    background: #000 !important;
}