/*
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.cdnfonts.com/css/vogue');
@import url('https://fonts.googleapis.com/css2?family=Nobile:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'poppins', sans-serif;
}
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;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    background-color: #ECC000 !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #fff !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{}
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: #F7C22A;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: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 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: 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: 120px;width:100%;display:table;color:#fff;}
.inner-banner h2{margin:0;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 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 {
}
.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-left: 4px;
}
.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;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------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;background-color: white;}
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;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a {color: #F6B823;}
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :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;}

/* My Css */
body {
    overflow-x: hidden !important;
}
.header {
  background: #000;
}

.header .topbar {
  background: linear-gradient(to right, #FFE582, #EDBA29, #FFE273, #F6BE21);
  padding: 10px 0 6px 0;
}

.header .topbar h6 {
  color: #000;
  font-family: Vogue;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.header .logo img {
  width: 50%;
  padding: 20px 0 20px 0;
}

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

.header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  align-items: center;
}

.header .menu ul li {
  display: inline-block;
  margin: 0 15px;
}

.header .menu ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-family: Vogue;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.header .menu ul li a:hover {
  color: #ffd700;
}

.header .portal {
  display: flex;
  justify-content: flex-start;
}

.header .portal a {
  background: linear-gradient(to right, #e6b800, #ffd700);
  color: #000;
  padding: 14px 20px 10px 20px;
  text-decoration: none;
  font-family: Vogue;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.header .portal a:hover {
  background: linear-gradient(to right, #ffd700, #e6b800);
  color: #000;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

section.hero-slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0 !important;
}

.hero-slider .hero-slide {
  position: relative;
  min-height: 95vh;
  display: grid;
  place-items: center;
  background: #000;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}

.hero-slider .hero-overlay{
  position:absolute;
  inset:0;
  background: rgb(0 0 0 / 67%);
}

.hero-slider .hero-inner{
  position: relative;
  z-index: 2;
  color:#fff;
  max-width: 880px;
  padding: 0 16px;
}

.hero-slider .hero-title{
  margin: 0 0 18px;
  color: #F6BE21;
  font-family: Vogue;
  font-weight: 400;
  font-size: 59px;
  line-height: 100%;
  text-transform: uppercase;
}

.hero-slider .hero-sub{
  max-width: 793px;
  color: #e5e7eb;
  font-family: Poppins;
  font-weight: 500;
  font-size: 9px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 14px !IMPORTANT;
}

.hero-slider .hero-cta{
  display:inline-block;
  padding: 12px 20px;
  text-decoration:none;
  color:#000;
  background: linear-gradient(to right, #FFE582, #EDBA29, #FFE273, #F6BE21); /* your gold gradient */
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  font-family: Vogue;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero-slider .hero-cta:hover{
  filter: brightness(1.05);
}

.hero-slider .slick-arrow{ 
  display:none !important; 
}

.hero-slider .slick-dots li{
  width:auto; height:auto; margin:0;
}
.hero-slider .slick-dots li button{
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.45);
  color:#fff;
  font-weight:600;
  line-height:40px;
  text-align:center;
  transition: .25s ease;
}


@media (max-width: 575.98px){
  .hero-slider .slick-dots{
    left: 16px;
  }
  .hero-slider .hero-cta{
    font-size: 14px;
    padding: 10px 16px;
  }
}

.hero-slider .slick-dots li button{
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 16px;        
  font-weight: 600;
  line-height: 14px;      
  text-indent: 0;         
}

.hero-slider .slick-dots li button:before{
  content: none !important; 
}

.hero-slider .slick-dots li.slick-active button{
  border-color: transparent;
  color: #000;
  background: linear-gradient(to right, #FFE582, #EDBA29, #FFE273, #F6BE21);
  box-shadow: 0 6px 16px rgba(0,0,0,.35);
}

.hero-slider .slick-dots{
  position: absolute;
  bottom: 40px;
  left: 67%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 12px;
}

.section-2{
  background:#0a0a0a;           
  margin: 0;
  padding: 80px 0 0 0;
}

.section-2 .s2-wrap{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}

.section-2 .s2-left{
  position: relative;
  min-height: 360px;
}

.section-2 .s2-photo{
  position: relative;
  width: min(520px, 100%);
  margin-left: 0;
  z-index: 1;
}

.section-2 .s2-photo img{
  width: 69%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.section-2 .s2-title{
  margin: 0 0 14px;
  color:#F6BE21;              
  font-family: Vogue;
  font-weight: 400;
  font-size: 66px;
  line-height: 100%;
  text-transform: uppercase;
}

.section-2 p{
  max-width: 620px;
  color:#dcdcdc;
  line-height: 1.8;
  margin: 0 0 18px;
}

.section-2 .s2-btn{
  display:inline-block;
  margin: 13px 0 20px;
  padding: 8px 18px;
  background: linear-gradient(90deg, #FFE582, #EDBA29, #FFE273, #F6BE21);
  color:#111;
  text-decoration:none;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  font-family: Vogue;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.section-2 .s2-subtitle{
  color:#F6BE21;
  margin: 40px 0 16px;
  font-family: Vogue;
  font-weight: 400;
  font-size: 66px;
  line-height: 100%;
  text-transform: uppercase;
}

.section-2 .s2-chips{
  display:flex;
  flex-wrap:wrap;
  gap: 12px 16px;
}

.section-2 .s2-chip{
  display:inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FFE582, #EDBA29, #FFE273, #F6BE21);
  color:#111;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  font-family: Vogue;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  text-transform: uppercase;
}
/* ===== Responsive ===== */
@media (max-width: 992px){
  .section-2 .s2-wrap{
    grid-template-columns: 1fr;
  }
  .section-2 .s2-left{ order: 1; }
  .section-2 .s2-right{ order: 2; }
  .section-2 .s2-photo{ margin: 0 auto; }
}
.section-2 .s2-back{
  position:absolute;
  left: 24px;         
  top: 40px;
  width: 86%;
  height: 82%;
  border-radius: 28px;
  background: linear-gradient(90deg,#FFE582,#EDBA29,#FFE273,#F6BE21);
  z-index:1;
}

.section-2 .s2-back::after{
  content:"";
  position:absolute;
  top:-10%;             
  right:-6%;
  width:70%;
  height:60%;
  background:#0a0a0a;   
  transform: skewX(-25deg);
  border-top-right-radius:28px;
  border-bottom-right-radius:28px;
}
.section-2 .s2-right p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-transform: capitalize;
}

.section-3{
  background:#0a0a0a;         
  padding: 30px 0 50px;
  font-family: 'Poppins', system-ui, sans-serif;
}

.section-3 .mission{
  border-radius: 14px;
  padding: 22px 26px;
  background: linear-gradient(152deg, #636363, #1E1E1E) padding-box,    linear-gradient(90deg, #FFE582, #EDBA29, #FFE273, #F6BE21) border-box;
  border: 2px solid transparent;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.section-3 .mission-title{
  margin: 0 0 8px;
  color: #F6BE21;                     
  font-family: Vogue;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
}

.section-3 .mission p{
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  text-transform: capitalize;
  color: white;
  width: 87%;
}

@media (max-width: 576px){
  .section-3 .mission{ padding: 18px 16px; }
}

.section-4 {
  background:#0a0a0a;
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
}

.section-4 .s4-title {
  color: #F6BE21;
  margin-bottom: 40px;
  font-family: Vogue;
  font-weight: 400;
  font-size: 48px;
}

.section-4 .s4-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.section-4 .s4-card {
  background:#2b2b2b;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.35);
  transition: transform .3s ease;
}
.section-4 .s4-card:hover {
  transform: translateY(-6px);
}

.section-4 .s4-card img {
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.section-4 .s4-content {
  padding:18px;
  background:#3a3a3a;
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background: linear-gradient(194deg, #636363, #1E1E1E);
}

.section-4 .s4-content h3 {
  color:#F6BE21;
  margin:0 0 8px;
  text-transform:uppercase;
  font-family: Vogue;
  font-weight: 400;
  font-size: 27.11px;
}

.section-4 .s4-content p {
  color:#e5e5e5;
  margin: 0 0 18px !IMPORTANT;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15.81px;
  line-height: 27px;
}

.section-4 .s4-btn {
  display:inline-block;
  padding: 10px 20px 10px 20px;
  background: linear-gradient(90deg,#FFE582,#EDBA29,#FFE273,#F6BE21);
  color:#111;
  text-transform:uppercase;
  text-decoration:none;
  align-self:flex-start;
  transition: filter .3s ease;
  font-family: Vogue;
  font-weight: 400;
  font-size: 16.81px;
}
.section-4 .s4-btn:hover {
  filter: brightness(1.05);
}

section.section-5 {
    background: #0A0A0A;
    padding: 30px 0 0 0;
}

section.section-5 .fleet h3 {
    color: #FBD14C;
    font-family: Vogue;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
}

section.section-5 .fleet p {
    color: white;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto !important;
}
section.section-6 {
    background-color: #0A0A0A;
    padding: 70px 0 60px 0;
}

section.section-6 .ceesna h3 {
    font-family: Vogue;
    font-weight: 400;
    font-size: 56.64px;
    line-height: 100%;
    text-transform: capitalize;
    color: #FBD14C;
}

section.section-6 .ceesna p {
    color: white;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17.65px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0 !important;
}

section.section-6 .dual ul {
    padding: 0;
    margin: 0;
}

section.section-6 .dual ul li {
    display: inline-block;
    margin-top: 30px;
}

section.section-6 .dual ul li a {
    margin: 13px 0 20px;
    padding: 8px 18px;
    background: linear-gradient(90deg, #FFE582, #EDBA29, #FFE273, #F6BE21);
    color: #111;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
    font-family: Vogue;
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}

section.section-6 .dual ul li.back a {
    color: white;
    background: transparent !important;
    border: 2px solid #F3C12D;
    padding: 6px 17px;
    margin-left: 7px;
}
section.section-6 .plane img {
    width: 100%;
}

.section-6 .plane{
  position:relative;
  min-height: 360px;
  display:flex; align-items:center; justify-content:center;
}

.section-6 .plane::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("images/sky.jpg") center/cover no-repeat; 
  border-radius: 21px;
  clip-path: polygon(55% -1%, 100% 0%, 100% 100%, -3% 100%);
  z-index:1;
}

.section-6 .plane::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:28px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%);
  z-index:1;
}

.section-6 .plane img{
  position:relative;
  z-index:2;
  width:min(90%, 680px);
  height:auto;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.5));
  transform-origin: 70% 50%; 
  animation: planeFloat 6s ease-in-out infinite;
  transition: transform .3s ease;
}

@keyframes planeTakeoff {
  0%   { transform: translateY(40px) scale(0.95) rotate(-4deg); opacity:0; }
  40%  { transform: translateY(0) scale(1) rotate(0deg); opacity:1; }
  70%  { transform: translateY(-15px) rotate(-2deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

.section-6 .plane img.fly-in{
  animation: planeTakeoff 3s ease-out forwards, planeFloat 6s ease-in-out infinite 3s;
    animation: planeBank 7s ease-in-out infinite;
}
@keyframes planeBank {
  0%   { transform: rotate(0deg) translateY(0); }
  25%  { transform: rotate(-3deg) translateY(-6px); }
  50%  { transform: rotate(0deg) translateY(0); }
  75%  { transform: rotate(3deg) translateY(-6px); }
  100% { transform: rotate(0deg) translateY(0); }
}
@keyframes planeVibrate {
  0%   { transform: translateX(0) translateY(0); }
  25%  { transform: translateX(1px) translateY(-1px); }
  50%  { transform: translateX(0) translateY(0); }
  75%  { transform: translateX(-1px) translateY(1px); }
  100% { transform: translateX(0) translateY(0); }
}
.section-6 .plane img {
  animation: planeFloat 6s ease-in-out infinite,
  planeVibrate .3s linear infinite;
}

section.section-7 {
    background: #0A0A0A;
    padding: 30px 0 0 0;
}

section.section-7 .fleet h3 {
    color: #FBD14C;
    font-family: Vogue;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
}

section.section-7 .fleet p {
    color: white;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    width: 64%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto !important;
}

section.section-8 {
    background: #0A0A0A;
    padding: 60px 0 0 0;
}

section.section-8 .fleet h3 {
    color: #FBD14C;
    font-family: Vogue;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
}

section.section-8 .fleet p {
    color: white;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-transform: capitalize;
    width: 58%;
}
section.section-8 .fleet p span {
    color: #FBD14C;
}

.section-9{
  background:#0a0a0a;
  padding: 44px 0 45px;
  font-family: "Poppins", system-ui, sans-serif;
  color:#fff;
}

.section-9 .s9-wrap{
  display:grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(20px, 4vw, 40px);
  align-items:start;
}

.section-9 .s9-card{
  border-radius:14px;
  padding:18px 18px 22px;
  background: linear-gradient(194deg, #636363, #1E1E1E);
}

.section-9 .s9-card-title{
  margin:0 0 8px;
  letter-spacing:.6px;
  color:#fff;
  font-family: Vogue;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-transform: capitalize;
}

.section-9 .s9-price{
  margin:6px 0 18px;
  color:#F6BE21;
  font-family: Vogue;
  font-weight: 400;
  font-size: 70.93px;
  line-height: 100%;
  text-transform: capitalize;
}
.section-9 .s9-price > span:first-child{
   font-size:.6em; 
   vertical-align:top; 
   
   margin-right:2px; }
.section-9 .s9-price .s9-per{
   font-size:.35em; 
   margin-left:6px; 
   color:#F6BE21; 
   letter-spacing:.5px; 
  }
.section-9 .s9-price small{
  font-size:.35em;
  text-transform:uppercase;
  margin-left:6px;
  color: #F6BE21;
}

.section-9 .s9-btn{
  display:inline-block;
  background:linear-gradient(90deg,#FFE582,#EDBA29,#FFE273,#F6BE21);
  color:#111;
  text-decoration:none;
  text-transform:uppercase;
  border-radius:3px;
  box-shadow:0 6px 16px rgba(0,0,0,.35);
  font-family: Vogue !IMPORTANT;
  font-weight: 400 !IMPORTANT;
  font-size: 17.27px !IMPORTANT;
  padding: 7px 20px 7px 20px;
}
.section-9 .s9-btn.small{padding: 8px 10px;font-family: Vogue;font-weight: 400;font-size: 14.95px;line-height: 100%;}

/* ===== Right side ===== */
.section-9 .s9-heading{
  margin:0 0 16px;
  color:#F6BE21;
  letter-spacing:.7px;
  font-family: Vogue;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-transform: capitalize;
}

.section-9 .s9-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(160px,1fr));
  gap: clamp(16px, 3vw, 28px);
}

.section-9 .s9-item{
  padding: 6px 4px 12px;
}

.section-9 .s9-hours{
  color:#fff;
  margin-bottom:6px;
  font-family: Vogue;
  font-weight: 400;
  font-size: 43px;
  line-height: 100%;
  text-transform: capitalize;
}

.section-9 .s9-rate{
  color:#F6BE21;
  margin-bottom:8px;
  font-family: Vogue;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-transform: capitalize;
}

.section-9 .s9-divider{
  display:block;
  height: 4px;
  width: 40%;
  background:linear-gradient(90deg,#FFE582,#EDBA29,#FFE273,#F6BE21);
  border-radius:999px;
}

/* ===== Responsive ===== */
@media (max-width: 992px){
  .section-9 .s9-wrap{ grid-template-columns: 1fr; }
  .section-9 .s9-card{ max-width: 420px; }
}

@media (max-width: 576px){
  .section-9 .s9-grid{ grid-template-columns: 1fr; }
  .section-9 .s9-divider{ margin-left:auto; margin-right:auto; }
}

.section-9 span.s9-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 42px;
}

.section-10 {
  background:#0a0a0a;
  padding: 12px 0;
  font-family:"Poppins",sans-serif;
}

.section-10 .row {
}

.section-10 .s10-card {
  border-radius:12px;
  overflow:hidden;
  background:#2b2b2b;
  box-shadow:0 8px 24px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
  height:100%;
  margin:0 auto;
}

.section-10 .s10-top {
  padding:18px 20px;
  background:linear-gradient(90deg,#FFE582,#EDBA29,#FFE273,#F6BE21);
  color:#111;
}
.section-10 .s10-top h3 {
  margin:0;
  font-family: Vogue;
  font-weight: 400;
  font-size: 36.03px;
  line-height: 100%;
  text-transform: capitalize;
}
.section-10 .s10-top p {
  margin: 4px 0 10px !important;
  color:#222;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13.73px;
  line-height: 100%;
  text-transform: capitalize;
}
.section-10 .s10-price {
  color:#000;
  font-family: Vogue;
  font-weight: 400;
  font-size: 34.32px;
  line-height: 100%;
  text-align: right;
  text-transform: capitalize;
}
.section-10 .s10-price span {font-family: Poppins;font-weight: 500;font-size: 15.73px;line-height: 100%;text-align: right;text-transform: uppercase;display: block;}

.section-10 .s10-bottom {
  background:#3a3a3a;
  padding:18px 20px 22px;
  flex:1;
}
.section-10 .s10-bottom ul {
  list-style:none;
  margin:0 0 16px;
  padding:0;
}
.section-10 .s10-bottom li {
  display:flex;
  justify-content:space-between;
  color:#e5e5e5;
  font-family: Poppins;
  font-weight: 700;
  font-size: 13.73px;
  line-height: 41.19px;
  text-transform: capitalize;
}
.section-10 .s10-bottom li span {
  color:#F6BE21;
  font-family: Poppins;
  font-weight: 700;
  font-size: 13.73px;
  line-height: 41.19px;
  text-align: right;
  text-transform: capitalize;
}

.section-10 .s10-btn {
  display:block;
  text-align:center;
  padding:10px;
  background:linear-gradient(90deg,#FFE582,#EDBA29,#FFE273,#F6BE21);
  color:#111;
  text-decoration:none;
  border-radius:4px;
  text-transform:uppercase;
  transition:filter .3s;
  font-family: Vogue;
  font-weight: 400;
  font-size: 22.31px;
  line-height: 100%;
}
.section-10 .s10-btn:hover { 
  filter:brightness(1.08); 
}

.section-10 .bill h3 {
    font-family: Vogue;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    color: #FBD14C;
    margin-bottom: 22px;
}

section.section-11 {
    background: #0A0A0A;
    padding: 60px 0 0 0;
}

section.section-11 .fleet h3 {
    color: #FBD14C;
    font-family: Vogue;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
}

section.section-11 .fleet p {
    color: white;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-transform: capitalize;
    width: 58%;
}
.section-12 {
  background:#0a0a0a;
  padding:60px 0;
  font-family:"Poppins",sans-serif;
}

.section-12 .s12-box {
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:linear-gradient(180deg,#3a3a3a,#222);
  border-radius: 11px 150px 150px 11px;
  padding: 37px;
  gap:30px;
}

.section-12 .s12-title {
  color:#F6BE21;
  margin:0 0 14px;
  font-family: Vogue;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-transform: capitalize;
}
.section-12 .s12-btn {
  display:inline-block;
  padding:10px 18px;
  background:linear-gradient(90deg,#FFE582,#EDBA29,#FFE273,#F6BE21);
  color:#111;
  text-decoration:none;
  text-transform:uppercase;
  transition:filter .3s;
  font-family: Vogue;
  font-weight: 400;
  font-size: 17.27px;
  line-height: 100%;
}
.section-12 .s12-btn:hover { filter:brightness(1.08); }

.section-12 .s12-img {
  position:relative;
  width:200px;
  height:200px;
  border-radius:50%;
  overflow:hidden;
  border:4px solid #F6BE21;
  flex-shrink:0;
}
.section-12 .s12-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:50%;
}

/* responsive */
@media(max-width:768px){
  .section-12 .s12-box {
    flex-direction:column;
    text-align:center;
  }
  .section-12 .s12-img {
    margin-top:20px;
  }
}

.section-12 .s12-left p {
    font-family: Poppins;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 29px;
    color: white;
    width: 91%;
    margin-bottom: 10px !important;
}

.reviews {
  padding: 30px 0;
  position: relative;
  background: #0A0A0A;
}

.section-title {
  color: #F1C43E;
  margin-bottom: 50px;
  font-family: Vogue;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}

.review-slider {
  display: flex;
}

.review-card {
  border-radius: 8px;
  padding: 20px;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #F1C43E;
  background: linear-gradient(194deg, #636363, #1E1E1E);
}

.review-titleRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.review-title {
  margin: 0;
  color: white;
  font-family: 'Vogue';
  font-weight: 500;
  font-style: Italic;
  font-size: 17.59px;
  text-transform: capitalize;
}

.quote-img {
  width: 45px;
  height: auto;
  flex: 0 0 auto;
  pointer-events: none;
}

.review-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px !important;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.review-user span {
  font-size: 14px;
  font-weight: 500;
  color: white;
}

.review-slider .review-card:nth-child(odd) {
  margin-top: 0;
}

.review-slider .review-card:nth-child(even) {
  margin-top: 40px;
}

.review-slider .review-card {
  margin-bottom: 40px;
}


.ctc {
    padding: 40px 0 60px;
    position: relative;
    background: #0A0A0A;
}

.ctc .ctc__bg{
  position:absolute;
  right: 40px;
  top: 40px;
  bottom:60px;
  width:32%;
  border-radius: 0px 11px 11px 0px;
  z-index:0;
  background: linear-gradient(90deg, #FFE582, #EDBA29, #FFE273, #F6BE21);
}

.ctc .ctc__panel{
  position: relative;
  padding:32px 32px 26px;
  width: 81%;
  border-radius: 11px 0px 0px 11px;
  background: linear-gradient(194deg, #636363, #1E1E1E);
}

.ctc__left{ 
    padding-right:28px;
}

.ctc__title{
  margin:0 0 8px;
  color: white;
  font-family: Vogue;
  font-weight: 400;
  font-size: 42.45px;
  line-height: 100%;
}
.ctc__title span{
    color: #FBD24E;
}
.ctc .ctc__left p{
  color: white;
  font-size: 14px;
  line-height:1.6;
  max-width:520px;
  margin: 0 0 16px !important;
}

.ctc__form{ max-width:520px; }
.ctc__field{ margin-bottom:12px; }
.ctc__field input,
.ctc__field select{
  width:100%;
  padding:10px 12px;
  font-size:14px;
  color: white;
  border: 1px solid black;
  border-radius:2px;
  outline:none;
  background: linear-gradient(103deg, #636363, #1E1E1E);
}
.ctc__select select{ 
    appearance:auto;
    cursor:pointer; 
}

.ctc__btn{
  width:100%;
  border:0;
  color: black;
  letter-spacing:.04em;
  padding:10px 14px;
  border-radius:2px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 16.58px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 13px;
  background: linear-gradient(90deg, #FFE582, #EDBA29, #FFE273, #F6BE21);
}

.ctc__meta{
  display:flex; 
  gap:28px; 
  flex-wrap:wrap; 
  list-style:none; 
  padding:14px 0 0; 
  margin:0;
}
.ctc__meta li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color: white;
    font-size:12px;
}
.ctc__ico{
  width: 16px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 2px 6px rgba(0,0,0,.08);
}

.ctc__map{
  background:#fff;
  border-radius:10px;
  padding:0;
  position:relative;
  width: 114%;
  height: 363px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  left: 43px;
}
.ctc__map img,
.ctc__map iframe{
  width: 100%;
  height:100%;
  object-fit:cover;
  display:block;
  border:0;
  filter: grayscale(20%) contrast(105%);
}
.ctc__pin{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:16px;
  height:16px;
  background:#e57a12;
  border-radius:50%;
  box-shadow:0 0 0 6px rgba(229,122,18,.25);
}

@media (max-width: 991.98px){
  .ctc .ctc__bg{ display:none; }             
  .ctc__left{ padding-right:0; }
  .ctc__right{ padding-left:0; margin-top:18px; }
}
.ctc__ico i {
  font-size: 19px;
  color: #FBD04A;
}
.ctc__field input::placeholder {
    color: white;
}


footer {
  padding: 50px 0 20px;
  background: linear-gradient(194deg, #636363, #1E1E1E);
  border-top: 3px solid #F7C22A;
}

footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  margin-bottom: 32px;
  width: 61%;
}

.footer-left p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px !important;
  width: 73%;
  color: white;
}

.footer-left h4 {
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-transform: capitalize;
  color: #F7C22A;
}

.social-icons a {
  display: inline-block;
  width: 37px;
  height: 37px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-right: 8px;
  transition: background 0.3s;
}

.social-icons a:hover {
  background: #fff;
  color: #198a43;
}

.footer-links {
  flex: 0;
  min-width: 320px;
}

.footer-links h4 {
  margin-bottom: 15px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F7C22A;
}

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

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
}

.footer-bottom p {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #F7C22A;
}
.footer-links ul li a:hover {
    text-decoration: none;
}

footer hr {
    width: 90%;
    background: #fff !important;
    margin: 20px auto !important;
    opacity: 1;
}
footer li#block-7 {list-style: none;}

li#nav_menu-3 {
    list-style: none;
}
.footer-left img {
    width: 71%;
    margin-bottom: 20px;
}
li#nav_menu-4 {
    list-style: none;
}
headerinner {
    padding: 0 !important;
}

.inner-banner h2 {
    color: #EDBA29;
    font-style: normal;
    font-family: Vogue;
    font-weight: 400;
    font-size: 74px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

headerinner .inner-banner {
    position: relative;
}

.inner-banner {
    padding: 150px 0;
}

headerinner .inner-banner .container {
    position: relative;
    z-index: 2;
}

headerinner .inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.site_banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}


/* About css */

.section-about-main-1 {
position: relative;
background: url('images/image1.jpg') no-repeat center center/cover; 
height: 450px;
display: flex;
align-items: center;
justify-content: center;
           
}
.section-about-main-1::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
z-index: 1;
}
.section-about-main-1 h1 {
position: relative;
color: #f7d776;
font-weight: 400;
z-index: 2;
text-align: center;
font-family: 'Vogue';
font-size: 60px;
}
.section-about-2{
    padding: 70px 0px 70px 0px;
    background-color: #010405;
}
.section-about-2 .won p {
    font-size: 17px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 29px;
}
  .section-about-2{
  padding: 70px 0 100px 0;
}

.about-box {
  background: #444;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  min-height: 610px;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ‹â€  content top */
  flex-direction: column;
  padding-top: 40px;
}

.about-box h2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #000;
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 2;
  font-family: Vogue;
  font-weight: 400;
  font-size: 100.13px;
  line-height: 100%;
  text-transform: uppercase;
}

.about-box img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
.about-para {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
.about-plane img {
    width: 55%;
    position: absolute;
    right: 83%;
    bottom: -302px;
    z-index: 1;
    /* Animation */
    animation: planeBank 6s ease-in-out infinite;
    transform-origin: 60% 50%;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,0.45));
}

@keyframes planeBank {
  0%   { transform: translateY(0) rotate(0deg); }
  25%  { transform: translateY(-8px) rotate(-3deg); }
  50%  { transform: translateY(0) rotate(0deg); }
  75%  { transform: translateY(-8px) rotate(3deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

.about-box{
  background: url(images/image2.png) no-repeat center center/cover;
}
.section-about-3 {
    background-color: #010405;
    padding: 50px 0px;
}
h1.miss-1 {
    background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-weight: 400;
    text-transform: uppercase;
}
p.about-para-mission {
    font-weight: 400;
    color: white;
    font-size: 20px;
}
.about-mission {
    border: 3px solid #F2C63E;
    padding: 40px 20px;
    border-radius: 12px;
    background: linear-gradient(0deg, #2A2A2A, #4A4A4A);
}
.section-about-4 {
    padding: 50px 0px;
    background-color: #010405;
}
h2.about-value {
    background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Vogue;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
h1.veteran-heading {
    color: white;
    font-family: Vogue;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
}
.section-about-4 .veteran-owned p {
    font-size: 18px;
    color: white;
    font-weight: 400;
    line-height: 29px;
}
.veteran-owned {
  border-left: 5px solid;
  border-image: linear-gradient(180deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21) 1;
  padding-left: 17px;
}
.about-image-stroy img {
    width: 80%;
    height: 20%;
    object-fit: cover;
}
.section-about-5 {
    background: #010405;
    padding: 0 0 60px 0;
}
.story-heading {
    background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Vogue;
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
}
.section-about-5 .about-ourstory p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: white;
}

.about-image-story img {
    width: 80%;
    height: 570px;
    object-fit: cover;
}


.about-story-para {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: white;
}


.section-about-6 {
  position: relative;
  background: url("images/about5.png") center/cover no-repeat;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 90px 0px;
  background-attachment: fixed;
}
.about-journey {
  position: relative;
  z-index: 2; 
  max-width: 800px;
}

h2.about-journey-head{
      background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: Vogue;
      font-weight: 400;
      font-size: 54px;
      line-height: 100%;
      text-align: center;
      text-transform: uppercase;
}

section.section-about-6 p {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    width: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto ! IMPORTANT;
}

.about-training {
    background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
    color: #000;
    font-weight: 400;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Vogue';
    font-size: 20px;
    margin-top: 20px;
}
.about-section-7 {
    background-color: #010405;
    padding: 60px 0px;
}
.about-choose{
  background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Vogue;
  font-weight: 400;
  font-size: 54px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
h2.about-number {
    color: white;
    font-family: Vogue;
    font-weight: 400;
    font-size: 86px;
    line-height: 100%;
    text-transform: uppercase;
}
h2.certified-head {
    color: white;
    font-family: Vogue;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}
.about-section-7 .about-why p{
    font-size: 15px;
    color: white;
    font-weight: 400;
    font-family: 'Poppins';
}
.about-why {
  position: relative;
  border-radius: 6px;
  padding: 14px;
  background: linear-gradient(0deg, #2A2A2A, #4A4A4A);
  border: 2px solid transparent;
  background-image: linear-gradient(0deg, #2A2A2A, #4A4A4A), 
                    linear-gradient(180deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  height: 324px;
  margin-top: 30px;
  margin-left: 13px;
}

.about-section-7 .col-md-3 {
    padding: 0;
}
.section-about-5 .about-image-story.text-center img {
    border-radius: 15px !important;
}

.section-about-6 .voo a{
    background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
    color: #000;
    font-weight: 400;
    padding: 12px 25px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Vogue';
    font-size: 20px;
}
.section-about-6 .voo {
    margin-top: 20px;
}
.inner-banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
section.service-1 {
    background-color: #080706;
    padding: 60px 0 60px 0;
}

section.service-1 .rental h3 {
    font-family: Vogue;
    font-weight: 400;
    font-size: 74px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.service-1 .rental p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.service-2 {
  background: #0f0f0f;
  padding: 3rem 0;
  position: relative;
}

.service-box {
  position: relative;
  padding: 2rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  background: linear-gradient(194deg, #636363, #1E1E1E);
  border-radius: 0px 140px 140px 0px;
}

.service-box .accent-bar {
  position: absolute;
  left: 0;
  top: -1rem;
  bottom: -1rem;
  width: 6px;
  background: #f5c542;
  border-radius: 6px;
}

.service-box .title {
  font-family: Vogue;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-transform: capitalize;
  background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-box .price {
  color: #f5c542;
  font-weight: 800;
}

.service-box .underline {
  display: block;
  width: 160px;
  height: 2px;
  background: #f5c542;
  margin: .5rem 0 1rem;
}

.service-2 .service-box p {
  color: #fff;
  margin: 0;
  font-family: Poppins;
  font-weight: 400;
  font-size: 27px;
  text-transform: capitalize;
}

.service-box .desc {
  color: white;
  line-height: 1.6;
  margin: 0;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.service-2 .pull img {
    width: 100%;
    position: absolute;
    right: 69%;
    bottom: 0px;
    z-index: 1;
    animation: planeBank 6s ease-in-out infinite;
    transform-origin: 60% 50%;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,0.45));
    top: -200px;
}

@keyframes planeBank {
  0%   { transform: translateY(0) rotate(0deg); }
  25%  { transform: translateY(-8px) rotate(-3deg); }
  50%  { transform: translateY(0) rotate(0deg); }
  75%  { transform: translateY(-8px) rotate(3deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
.service-foot {
    padding-bottom: 71px;
}
section.contact-1 {
    padding: 50px 0 20px 0;
    background-color: #010303;
}
section.contact-1 .count h3 {
    font-family: Vogue;
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    color: white;
}

section.contact-1 .count h3 span {
    background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.waa-step{display:none}
.waa-step.is-current{display:block}

.waa-form{max-width:1060px;margin:0 auto;padding:24px}
.waa-step{
  border: 2px solid #F5C738;
  border-radius:16px;
  padding:28px;
  color:#eaeaea;
  box-shadow:0 8px 30px rgba(0,0,0,.35);
  background: linear-gradient(194deg, #636363, #1E1E1E);
}
.waa-step legend{font-size:28px;margin-bottom:18px;color:#f2f2f2}
.waa-step legend span{color: white;opacity:.9;font-family: Poppins;font-weight: 400;font-size: 36px;line-height: 100%;text-transform: capitalize;}
.waa-step .hint{color: white;font-family: Poppins;font-weight: 400;font-size: 24px;line-height: 100%;text-transform: capitalize;margin-bottom: 35px;}

.waa-step .row{display:flex;gap:16px;margin-bottom:16px}
.waa-step .col{flex:1 1 0;min-width:240px}

.wpcf7-form-control{
  width:100%;
  border-radius:10px;
  border:1px solid #484848;
  color: #E2E2E2;
  padding:14px 14px;
  outline:none;
  background: #262626;
}
.wpcf7-form-control::placeholder{color:#9f9f9f}
.wpcf7-form-control:focus{border-color:#d4af37;box-shadow:0 0 0 3px rgba(212,175,55,.25)}

.waa-progress{
  --line:#e7e7e7; --fill:#d4af37; --dot:#0b0b0b;
  position:relative;display:flex;justify-content:space-between;align-items:center;
  gap:0;margin:0 0 18px;padding:0;list-style:none
}
.waa-progress::before,
.waa-progress::after{
  content:"";position:absolute;left:20px;right:20px;top:50%;
  height:3px;border-radius:2px;transform:translateY(-50%)
}
.waa-progress::before{background:var(--line);opacity:.5}
.waa-progress::after{
  background:linear-gradient(90deg,#f8d775 0%,#d4af37 60%,#b68a1d 100%);
  width:calc((var(--i) - 1)/(var(--steps) - 1) * 100%); /* filled portion */
  pointer-events:none
}
.waa-progress li{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px}
.waa-progress .lbl{display:none}

.waa-progress .dot{
  width:40px;height:40px;border-radius:999px;display:grid;place-items:center;
  background:var(--dot);border:2px solid #fff;color:#fff;z-index:1
}
.waa-progress li.is-active .dot,
.waa-progress li.is-done .dot{
  background:linear-gradient(180deg,#f8d775 0%,#d4af37 55%,#b68a1d 100%);color:#111
}

/* --------- Radios --------- */
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item{margin-right:30px}
.wpcf7-list-item-label{color: white;font-family: Poppins;font-weight: 400;font-size: 16px;line-height: 100%;text-transform: capitalize;}
.wpcf7-list-item input[type="radio"]{
  appearance:none;-webkit-appearance:none;margin-right:10px;vertical-align:middle;
  width:24px;height:24px;border-radius:999px;border:3px solid #bfbfbf;background:#2a2a2a;
  display:inline-grid;place-items:center;outline:none;cursor:pointer
}
.wpcf7-list-item input[type="radio"]:checked{
  border-color:#f1c95a;background:#1f1f1f;box-shadow:0 0 0 3px rgba(212,175,55,.25) inset
}
.wpcf7-list-item input[type="radio"]::before{
  content:"";width:14px;height:14px;border-radius:50%;transform:scale(0);transition:.15s ease;
  background:linear-gradient(180deg,#f8d775 0%,#d4af37 55%,#b68a1d 100%)
}
.wpcf7-list-item input[type="radio"]:checked::before{transform:scale(1)}
.waa-upload-label{position:relative;display:inline-block}
.waa-upload-label input[type="file"]{position:absolute;inset:0;opacity:0;cursor:pointer}
.waa-upload-btn{
  display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:26px;
  background:linear-gradient(180deg,#f8d775 0%,#d4af37 55%,#b68a1d 100%);color:#111;
  font-weight:700;box-shadow:0 6px 20px rgba(212,175,55,.35)
}

/* --------- Discount blocks --------- */
.rate-head p{
  margin:10px 0 12px;
  font-family: Vogue;
  font-weight: 400;
  font-size: 47px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.waa-block-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:8px 0 8px}

.waa-block .hrs{color: white;font-family: Vogue;font-weight: 400;font-size: 48px;text-transform: capitalize;line-height: 1px;}
.waa-block .price{font-family: Vogue;font-weight: 400;font-size: 33px;text-transform: capitalize;background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.waa-block .wpcf7-form-control-wrap{display:inline-block}
.waa-block input[type="checkbox"]{
  width: 22px;
  height:22px;
  appearance:none;
  -webkit-appearance:none;
  border-radius:6px;
  border:2px solid #b68a1d;
  background:#262626;
  cursor:pointer;
  margin: 0;
  margin-left: -12px;
}
.waa-block input[type="checkbox"]:checked{background:#f1c95a;box-shadow:0 0 0 3px rgba(212,175,55,.25)}
.std-rate{margin:8px 0 16px;color: white;font-family: Vogue;font-weight: 400;font-size: 24px;text-transform: capitalize;}

/* --------- Buttons (arrow + gold) --------- */
.actions{margin-top:18px}
.actions-split{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.waa-prev,.waa-next{
  height:48px;border-radius:10px;border:0;cursor:pointer;font-weight:800;text-transform:uppercase;letter-spacing:.5px;
  display:flex;align-items:center;justify-content:center;transition:filter .2s ease,transform .02s ease-in-out
}
.waa-prev{
  color:#f2f2f2;
  background:linear-gradient(90deg,#6b5618 0%,#8f7221 40%,#b18a28 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 6px 16px rgba(0,0,0,.35)
}
.waa-prev::before{content:"\2190";font-size:18px;margin-right:10px;line-height:0}
.waa-next{
  color:#111;background:linear-gradient(90deg,#f8d775 0%,#e7c353 45%,#d4af37 70%,#b78f1d 100%);
  box-shadow:0 8px 22px rgba(212,175,55,.35)
}
.waa-prev:hover{filter:brightness(1.04)} .waa-next:hover{filter:brightness(1.05)}
.waa-prev:active,.waa-next:active{transform:translateY(1px)}

/* --------- Submit + consent --------- */
.waa-submit{
  width:100%;height:48px;padding:0 20px;font-weight:800;letter-spacing:.5px;border:0;border-radius:10px;cursor:pointer;color:#111;
  background:linear-gradient(90deg,#f8d775 0%,#d4af37 50%,#b68a1d 100%);box-shadow:0 6px 20px rgba(212,175,55,.35)
}
.waa-submit:hover{filter:brightness(1.05)}
.consent-line{}

/* --------- Responsive --------- */
@media (max-width:900px){ .waa-block-grid{grid-template-columns:1fr} }
@media (max-width:720px){
  .waa-step .row{flex-direction:column}
  .waa-progress::before,.waa-progress::after{left:14px;right:14px}
}
.consent-line{display:flex;align-items:center;gap:10px;margin:12px 0 18px;}
.wpcf7-checkbox.fld-consent .wpcf7-list-item{display:flex;align-items:center;gap:10px}
.wpcf7-checkbox.fld-consent input[type="checkbox"]{
  appearance:none;-webkit-appearance:none;width:22px;height:22px;border-radius:6px;
  border:2px solid #b68a1d;background:#262626;cursor:pointer;display:inline-grid;place-items:center;outline:none
}
.wpcf7-checkbox.fld-consent input[type="checkbox"]::before{
  content:"";width:12px;height:12px;border-radius:3px;transform:scale(0);transition:.15s ease;
  background:linear-gradient(180deg,#f8d775 0%,#d4af37 55%,#b68a1d 100%)
}
.wpcf7-checkbox.fld-consent input[type="checkbox"]:checked::before{transform:scale(1)}
.wpcf7-checkbox.fld-consent .wpcf7-list-item-label{color:#eaeaea;font-weight:600}
.waa-form .actions-split{
  display:flex !important;
  gap:26px !important;
  align-items:center !important;
  margin-top: 45px;
  width:100%;
}

.waa-form .actions-split > p,
.waa-form .actions-split > div{
  display:contents !important;  
  margin:0 !important;
  padding:0 !important;
}

.waa-form .waa-prev,
.waa-form .waa-next{
  flex:1 1 0 !important;
  width:auto !important;
  height:56px !important;
  border:0;
  border-radius:14px;
  cursor:pointer;
  letter-spacing:.5px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:filter .2s ease, transform .02s ease-in-out, box-shadow .2s ease;
}

.waa-form .waa-prev{
  color:#f2f2f2;
  background:linear-gradient(90deg,#6b5618 0%, #8f7221 45%, #b18a28 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 8px 18px rgba(0,0,0,.35);
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
.waa-form .waa-prev::before{ content:"\2190"; font-size:19px; margin-right:12px; line-height:0; }

.waa-form .waa-next{
  color:#111;
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
}

.waa-form .waa-prev:hover{ filter:brightness(1.04); }
.waa-form .waa-next:hover{ filter:brightness(1.06); }
.waa-form .waa-prev:active,
.waa-form .waa-next:active{ transform:translateY(1px); }

/* Mobile only: stack */
@media (max-width:720px){
  .waa-form .actions-split{ flex-direction:column !important; gap:16px !important; }
}

.waa-step legend strong {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    background: linear-gradient(90deg, #FFDA4E, #EDBA29, #FFDA4E, #F6BE21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#wpcf7-f6-o1 {
    background-color: black;
    padding-bottom: 50px;
}
span.wpcf7-form-control.wpcf7-radio {
    border: none;
    background: transparent;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox.fld-block {
    background-color: transparent;
    border: none;
}

.consent-line span.wpcf7-form-control.wpcf7-checkbox {
  border-radius: 10px;
  border: none;
  color: #E2E2E2;
  padding: 14px 14px;
  outline: none;
  background: transparent;
}
.ctc__field select option {
    background: black;
}
.service-2 .service-box .decs p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
.hero-slider .hero-inner {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    width: 91%;
}
section.contact-1 .count p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    width: 60%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.privacy {
    background-color: #0A0A0A;
    padding: 40px 0 40px 0;
}

.privacy .count p {
    color: white;
    font-size: 16px;
    line-height: 29px;
    font-family: 'Poppins';
}

.privacy .count h1,h2,h3,h4,h5,h6 {
    color: white;
}

.privacy .count strong {
    color: white;
}

.privacy .count a {
    color: #F7C22A;
}
.privacy .count ul li {
    color: white;
    font-family: 'Poppins';
    line-height: 30px;
    font-size: 15px;
}

.privacy .count ul li a {
    color: white;
}


.terms {
    background-color: #0A0A0A;
    padding: 40px 0 40px 0;
}

.terms .count p {
    color: white;
    font-size: 16px;
    line-height: 29px;
    font-family: 'Poppins';
}

.terms .count h1,h2,h3,h4,h5,h6 {
    color: white;
}

.terms .count strong {
    color: white;
}

.terms .count a {
    color: #F7C22A;
}
.terms .count ul li {
    color: white;
    font-family: 'Poppins';
    line-height: 30px;
    font-size: 15px;
}

.terms .count ul li a {
    color: white;
}



.refund {
    background-color: #0A0A0A;
    padding: 40px 0 40px 0;
}

.refund .count p {
    color: white;
    font-size: 16px;
    line-height: 29px;
    font-family: 'Poppins';
}

.refund .count h1,h2,h3,h4,h5,h6 {
    color: white;
}

.refund .count strong {
    color: white;
}

.refund .count a {
    color: #F7C22A;
}
.refund .count ul li {
    color: white;
    font-family: 'Poppins';
    line-height: 30px;
    font-size: 15px;
}

.refund .count ul li a {
    color: white;
}