/*
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=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?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&display=swap');
/* Font face */
@font-face {
    font-family: 'eurostile';
    src: url('fonts/eurostile.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}



html body, input, textarea, .page-title span, .pingback a.url {
	 font-family: 'Anton', 'Poppins', sans-serif !important;
}
body {
	background: #fff;
     overflow-x: hidden !important;
}
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 {
    background-color: #FFf !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #53911A !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{
    background-color: #FF4500;
    padding: 10px 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: 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: 10%;height: 5px;background: #C8C8C8;position: absolute;z-index: 99;left: 50%;bottom: 36px;}
.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: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 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 {
    font-family: eurostile;
    font-weight: 700;
    font-size: 16.9px;
    text-transform: capitalize;
    padding-right: 22px;
    color: black;
    letter-spacing: 2px;
}
.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 #fff;
    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 {z-index: 9999;position: absolute;left: -9999px;top: 25px;}
.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: 41px;}
.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 rgb(237 237 237) !important;padding: 17px 20px;width: 209px;text-decoration: none;color: white;background: #53911A;font-family: eurostile;font-weight: 700;font-size: 15.9px;text-transform: uppercase;letter-spacing: 4px;line-height: 6px;}
.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:#000;  }
.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: black;}
/*---------------------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{width: 85px;}
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========================================== */
header .bold a {
    background-color: #FFFFFF;
    color: black;
    padding: 13px 30px;
    font-family: 'eurostile';
    font-weight: 700;
    font-size: 14.9px;
    text-transform: uppercase;
    border-radius: 4.03px;
    letter-spacing: 3px;
}
header .social ul {
    padding: 0;
    margin: 0;
}

header .social ul li {
    transition: .5s;
    padding-right: 6px;
    display: inline-block;
    list-style: none;
}
header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

header .menu ul {
    margin: 0;
}


.section-1{
  background:#000;
  color:#fff;
  padding: 90px 0 90px;
  position: relative;
  overflow: hidden;
}

.section-1 .bulk h1{font-family: Anton;font-weight: 400;font-size: 55px;line-height: 75px;text-transform: uppercase;}
.section-1 .bulk h1 span{ display:block; color:#ff1a1a; }

.section-1 .bulk p{font-family: Poppins;font-weight: 500;font-size: 16px;line-height: 29px;}

.section-1 .direct a{font-family: Poppins;font-weight: 700;font-size: 16px;line-height: 100%;text-transform: uppercase;background-color: #53911A;padding: 15px 30px;color: black;border-radius: 10px;display: inline-block;}

.section-1 .tukra{
  position: relative;
  padding-left: 20px;
}

.section-1 .tukra .slick-slide{
  padding-right: 120px;  
  outline: none;
}

.section-1 .tukra .slick-slide img{
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  transition: transform .35s ease, opacity .35s ease, border .35s ease;
}

.section-1 .tukra .slick-current img{
  border: 10px solid #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.65);
  transform: scale(1);
  opacity: 1;
}

.section-1 .tukra .slick-slide.slick-active + .slick-slide img{
  border: 6px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 45px rgba(0,0,0,.6);
  transform: scale(.92);
  opacity: .85;
}

.section-1 .tukra .slick-slide{
  transform: translateX(0) !important;
}

@media (max-width: 992px){
  .section-1 .tukra .slick-list{ overflow: hidden; } 
  .section-1 .tukra .slick-slide{ padding-right: 0px; }
  .section-1 .tukra .slick-slide img{ height: 420px; }
}

.slider-progress span.progress-bar {
    background-color: #FF4500 !important;
    transition: .5s;
}
.section-1 .floating-icons{
  position: absolute;
  inset: 0;        
  pointer-events: none; 
  z-index: 3;
}

.section-1 .float-icon{
  position: absolute;
  width: 91px;
  height: auto;
  transform: rotate(-15deg);
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.45));
    animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.section-1 .icon-green{
  animation: floatGreen 8s infinite ease-in-out;
}

@keyframes floatGreen{
  0%   { transform: translateY(0) rotate(-12deg); }
  50%  { transform: translateY(-18px) rotate(-8deg); }
  100% { transform: translateY(0) rotate(-12deg); }
}
.section-1 .icon-orange{
  animation: floatOrange 7s infinite ease-in-out;
}

@keyframes floatOrange{
  0%   { transform: translate(0,0) rotate(10deg); }
  50%  { transform: translate(14px,-16px) rotate(14deg); }
  100% { transform: translate(0,0) rotate(10deg); }
}
.section-1 .icon-red{
  animation: floatRed 6.5s infinite ease-in-out;
}

@keyframes floatRed{
  0%   { transform: translateY(0) rotate(-16deg); }
  50%  { transform: translateY(22px) rotate(-10deg); }
  100% { transform: translateY(0) rotate(-16deg); }
}
.section-1 .icon-yellow{
  animation: floatYellow 9s infinite linear;
}

@keyframes floatYellow{
  0%   { transform: translate(0,0) rotate(14deg); }
  25%  { transform: translate(12px,-10px) rotate(18deg); }
  50%  { transform: translate(0,-18px) rotate(14deg); }
  75%  { transform: translate(-12px,-10px) rotate(10deg); }
  100% { transform: translate(0,0) rotate(14deg); }
}


.section-1 .icon-green{
  top: 46px;
  left: 360px;
}

.section-1 .icon-orange{
  top: 42px;
  right: 1009px;
  transform: rotate(15deg);
}

.section-1 .icon-red{
  bottom: 93px;
  left: 370px;
  transform: rotate(-18deg);
}

.section-1 .icon-yellow{
  top: 71%;
  right: 1020px;
  transform: rotate(18deg);
}

@media (max-width: 992px){
  .section-1 .float-icon{
    width: 54px;
  }

  .section-1 .icon-orange{
    right: 220px;
  }

  .section-1 .icon-yellow{
    right: 260px;
  }
}

@media (max-width: 576px){
  .section-1 .float-icon{
    width: 46px;
  }
}
section.section-2 {
    padding: 60px 0 80px 0;
    background-color: #EEDCBF;
}

section.section-2 .here h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 64px;
    line-height: 75px;
    text-transform: capitalize;
    color: #FF0000;
    text-align: center;
}
section.section-2 .partnerslide {
    margin-top: 22px;
}

section.section-2 .partnerslide img {
    margin-right: 10px;
}
section.section-3 {
    padding: 70px 0;
}

section.section-3 .sport {
    text-align: center;
}

section.section-3 .sport h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    color: black;
    text-transform: capitalize;
}

section.section-3 .sport p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    width: 98%;
    margin: auto;
    line-height: 29px;
    color: black;
}
section.section-3 .youthbox {
    background-color: #FFD700;
    padding: 10px;
    border-radius: 8.23px;
    margin-top: 30px;
    height: 374px;
}

section.section-3 .youthbox .innerbox h3 {
    font-family: Anton;
    font-weight: 400;
    font-size: 23.32px;
    text-transform: capitalize;
    color: black;
    line-height: 32px;
    margin: 11px 0 7px 0;
}

section.section-3 .youthbox .innerbox p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12.87px;
    line-height: 21px;
}

section.section-3 .youthbox .innerbox img {
    border: 2px solid black;
    border-radius: 7.23px;
}
.section-3 .innerbox{
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.section-3 .innerbox img{
  width: 249px;
  height: 139.8px;
  display: block;
  transition: transform .5s ease;
  object-fit: cover;
}

.section-3 .innerbox:hover img{
  transform: scale(1.08);
  overflow: hidden;
}

section.section-4{
    background-image: url(images/scoutbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 98px 0;
    background-attachment: fixed;
}

section.section-4 .scout {
    text-align: center;
}

section.section-4 .scout h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 59px;
    text-transform: capitalize;
    color: #FFD700;
    margin-bottom: 24px;
}

section.section-4 .scout p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: white;
    width: 77%;
    margin: auto;
}

section.section-4 .scout a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    background-color: #FF0000;
    color: white;
    border-radius: 10px;
    padding: 13px 20px;
    display: inline-block;
    margin-top: 18px;
}
section.section-5 {
    background-color: black;
    border-top: 3px solid #53911A;
    padding: 70px 0;
}

section.section-5 .fund {
    display: flex;
    text-align: center;
    margin: auto;
    justify-content: center;
    align-items: center;
}

section.section-5 .fund h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 53px;
    text-transform: capitalize;
    color: white;
    padding: 21px;
    margin: 0;
}

section.section-5 .fund h2 span {
    background-color: #FFD700;
    color: black;
    padding: 0px 10px;
    border-radius: 7px;
}

section.section-5 .fundpara p {
    color: white;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-top: 19px;
}
section.section-5 .fundbox {
    background-color: #53911A;
    padding: 10px;
    border-radius: 8.23px;
    margin-top: 30px;
    height: 440px;
}

section.section-5 .fundbox .innerfund h3 {
    font-family: Anton;
    font-weight: 400;
    font-size: 30.32px;
    text-transform: capitalize;
    color: white;
    line-height: 38px;
}

section.section-5 .fundbox .innerfund p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12.87px;
    line-height: 21px;
    color: white;
}

section.section-5 .fundbox .innerfund img {
    border: 2px solid black;
    border-radius: 7.23px;
    transition: .5s;
}


.section-10{
  position: relative;
  background: #fff;
  overflow: hidden;
  margin: 88px 0;
}

.section-10:before{
  content:"";
  position:absolute;
  inset:0;
  background-image: radial-gradient(#e6e6e6 1px, transparent 1px);
  background-size: 14px 14px;
  opacity:.65;
  pointer-events:none;
  z-index:0;
}

.section-10 .full-media{
  position:absolute;
  top:0;
  right:0;
  width: 46%;
  height: 100%;
  z-index: 1;
}

.section-10 .full-media img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}

.section-10 .video-play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.section-10 .play-circle{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  display:flex;
  align-items:center;
  justify-content:center;
  transition: transform .25s ease, background .25s ease;
}

.section-10 .play-circle i{
  color:#fff;
  font-size: 26px;
  margin-left: 4px;
}

.section-10 .video-play:hover .play-circle{
  background: rgba(0,0,0,.60);
  transform: scale(1.06);
}

/* LEFT CONTENT */
.section-10 .rooted{
  position: relative;
  z-index: 2;
}

.section-10 .rooted h4{
  color: black;
  font-family: Anton;
  font-weight: 400;
  font-size: 40px;
  line-height: 61px;
  text-transform: capitalize;
  margin: 0;
}

.section-10 .rooted h2{
  color: #5a8f1c;
  font-family: Anton;
  font-weight: 400;
  font-size: 74px;
  text-transform: capitalize;
  margin: 0;
}

.section-10 .rooted h2 .flags{
  position: absolute;
  right: -73px;
  top: 8px;
  z-index: 9999;
}

.section-10 .rooted h2 .flags img{
  width: 138px;
  z-index: 99999;
}

.section-10 .rooted p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 17.05px;
    line-height: 28px;
    color: black;
    margin-top: 11px;
}

.section-10 .bullet{
  margin-top: 22px;
  position: relative;
  z-index: 2;
}

.section-10 .bullet ul{
  list-style:none;
  padding:0;
  margin:0;
}

.section-10 .bullet li{
  display:flex;
  align-items:center;
  margin-bottom: 28px;
}

.section-10 .bullet .check{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #53911A;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index: 9999;
  box-shadow: 0px 2px 0px 6px black;
  margin-right: -5px;
}

.section-10 .bullet .check i{
  color:#fff;
  font-size: 26px;
  font-weight: 900;
}

.section-10 .bullet .pill{
  background: #FF0000;
  color:#fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  box-shadow: 0px 2px 0px 5px black;
  border-radius: 0px 10px 10px 0px;
  padding: 9px 25px;
}

@media (max-width: 992px){
  .section-10{
    padding: 60px 0;
  }

  .section-10 .full-media{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 35px;
  }

  .section-10 .full-media img{
    height: auto;
    border-radius: 12px;
  }

  .section-10 .rooted h2 .flags{
    position: static;
    display: inline-block;
    margin-left: 10px;
    transform: translateY(6px);
  }

  .section-10 .bullet .pill{
    white-space: normal;
  }
}

.section-10 .rooted h2 .flags{
  display: inline-block;
  animation: flagFloat 4s ease-in-out infinite;
  transform-origin: center;
}

.section-10 .rooted h2 .flags img{
  display: block;
  animation: flagWave 2.8s ease-in-out infinite;
  transform-origin: center bottom;
}

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

@keyframes flagWave{
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(2deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}
.heading-orange {
    color: #FF4500;
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    text-transform: capitalize;
}

.form-box h4{
    font-weight:800;
}

.form-control::placeholder{
    color:#6f6f6f;
}

p.paragrap-5{
    color: black;
    font-family: Poppins;
    font-weight: 500;
    line-height: 29px;
    font-size: 21px;
    margin-bottom: 22px;
    text-transform: full-width;
}
h4.form-start {
    font-family: Anton;
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    text-transform: capitalize;
    color: black;
}
p.form-para {font-family: Poppins;font-weight: 500;font-size: 14px;padding: 1px 0 9px 0;line-height: 25px;}
.social-icon img {
    width: 75%;
    transition: .4s;
}
p.icon.mail {
    font-family: Eurostile Extended;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #B68431;
    justify-content: center;
    display: flex;
    align-items: flex-end;
    margin: 0px;
}
footer.section-13 {
    background-color: #010101;
    padding: 60px 0px 15px 0px;
}
.footer-heading h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FF4500;
    padding-bottom: 15px;
}
.footer-heading ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
.icons-call {
    display: flex;
    padding-top: 10px;
}
section.section-14 p.icon-text a {
    font-family: 'eurostile';
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: lowercase;
    text-decoration: none;
    color: #B68431;
    letter-spacing: 3px;
}
p.icon-text {
    margin: 0px;
}
.footer-heading ul li a {
    font-family: Poppins;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    font-size: 17px;
    text-decoration: none;
    color: white;
}
img.foot-icon {
    width: 16%;
}
.footer-icon {
    display: flex;
}
.foot-icon img {
    width: 75%;
    transition: .4s;
}
hr.border-light {
    border: 1px solid white !important;
    opacity: 1;
    background-color: white;
}
.chill p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    margin: 0;
    padding-top: 5px;
}
.chill p a.designwox-link {
    color: #FF4500;
    text-decoration: none;
    font-weight: 600;
}
.footer-logo img {
    width: 65%;
}

section.section-9 .cards {
display: flex;
gap: 30px;
}
section.section-9 .card {
    background: #53911A;
    border-radius: 11px !IMPORTANT;
    overflow: hidden;
    padding: 15px 15px 15px 15px;
    height: 533px !important;
}
section.section-9 .card .image-box {
position: relative;
overflow: hidden;
}
section.section-9 .card .image-box img {
    width: 100%;
    display: block;
    border: 2px solid black;
    border-radius: 7px;
    height: 210px;
}
section.section-9 .card .image-box .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #FFD700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
    border: 3px solid #53911A;
}
section.section-9 .card .image-box .play-icon::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid #53911A;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}
section.section-9 .card:hover .play-icon {
opacity: 1;
}
section.section-9 {
    background-color: #000000;
    padding: 50px 0px 50px 0px;
}
section.section-9 .insights h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-transform: capitalize;
    color:#FF4500;
}
.content h3 {
    font-family: Anton;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: white;
    padding-top: 25px;
}
.content p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: white;
}
.read-more a {
    background-color: #FF0000;
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16.13px;
    line-height: 100%;
    text-transform: capitalize;
    border: 2px solid black;
    border-width: 2px 1px 5px 1px;
    display: inline-block;
    margin-top: 9px;
}
.Book-now1 {
    text-align: center;
    margin-top: 40px;
}
section.section-9 .Book-now1 a {
    background-color: #FF0000;
    color: white;
    font-family: Poppins;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    border-radius: 7px;
    border: 1px solid white;
    border-width: 2px 2px 5px 2px;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
}
section.section-8 {
    padding: 50px 0px 80px 0px;
}
.built-head h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.built-card {
    background: #5a8f1f;
    border-radius: 16px;
    padding: 21px 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 13px 0px #000;
    border: 5px solid black;
    height: 343px;
    display: flex;
    flex-direction: column;
    width: 356.05px;
    padding-bottom: 31px;
}
.behind {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}
.behind h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-transform: capitalize;
    color: white;
}
.number-head h2 {
    background: #FFD700;
    color: black;
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Anton;
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 30px;
    box-shadow: 0px 6px 1px #000;
    border: 2px solid black;
}
.built-para p {
    color: #f2f2f2;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17.74px;
    line-height: 27px;
}
section.section-8 .built-para {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.built-para a {
    color: #fff;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    background-color: #FF0000;
    padding: 10px;
    border: 2px solid black;
    border-radius: 7px;
    box-shadow: 0px 5px 0px #000;
    margin-top: auto;
    width: 45%;
}
.people-card {
    height:100%;
}
section.section-7 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 35%), rgba(0, 0, 0, 0.8)), url(images/SierraScout.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-attachment: fixed;
}
.Sierra h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: white;
    margin-bottom: 40px;
    letter-spacing: 2.5px;
}
.Scout-head h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    color: white;
    margin-top: 9px;
}
.Scout-head p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16.66px;
    line-height: 29px;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
}
.Scout-card {
    background: rgb(255 255 255 / 27%);
    border: 1.61px solid #fbefef00;
    border-radius: 12px;
    border-image-slice: 1;
    backdrop-filter: blur(21.435358px);
    box-shadow: 0 8px 32px rgb(31 30 30 / 25%);
    height: 300px;
    padding: 20px;
}
section.section-6 {
    padding: 50px 0px 50px 0px;
}
.meet h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
}
.meet h2 span {
    font-family: Eurostile Extended;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    vertical-align: super;
    margin-left: 2px;
    letter-spacing:0px;
}
.meet h2 {
    font-family: 'eurostile';
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    background-color: #53911A;
    padding: 6px 17px;
    text-align: center;
    color: white;
    border-radius: 16px;
    border: 1px solid black;
    letter-spacing: 3px;
    display: inline-flex;
    margin: 0;
}
.meet h3 {
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 17px 0;
}
.meet p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 24px;
}
.meet a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    background-color: #FF0000;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
}
.sub-card h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: white;
}
section.section-6 .climb-card {
    background-color: #FF4500;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 13px 0px #000;
    border: 4px solid black;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
section.section-6 .container .row .col-md-6{
    justify-content: center;
    align-items: center;
    display: flex;
}
section.section-9 .card {
    background-color: green;
}

section.section-9 p.subtitle {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17.05px;
    color: white;
    width: 78%;
    margin-bottom: 31px;
    margin-top: 12px;
    line-height: 29px;
}

section.section-11 {
    background: #000;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

section.section-11 .impact {
    text-align: center;
}

section.section-11 .impact h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 68.48px;
    text-transform: capitalize;
    color: white;
    margin: 0;
}

section.section-11 .impact p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17.05px;
    line-height: 29px;
    color: white;
    margin-top: 15px;
}

.section-11 .testi-card{
  position: relative;
}

.section-11 .quote-icon{
  position: absolute;
  top: -28px;
  right: 26px;
  z-index: 3;
}

.section-11 .quote-icon i{
  font-size: 64px;
  color: #ff6a00; 
  line-height: 1;
}

.section-11{
}

.section-11 .looks{
  text-align:center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.section-11 .looks h2{
  color:#fff;
  font-weight:900;
  font-size: 44px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.section-11 .looks p{
  color: rgba(255,255,255,.8);
  font-size: 15px;
  line-height: 1.7;
  margin:0;
}

.section-11 .testi-slider .slick-slide{
  padding: 0 18px;
  outline: none;
}

.section-11 .testi-card{
  position: relative;
}

.section-11 .quote-mark{
  position:absolute;
  top: -26px;
  right: 28px;
  font-size: 90px;
  line-height: 1;
  color:#ff6a00;
  font-weight: 900;
  z-index: 3;
}

.section-11 .testi-box{
  border-radius: 14px;
  padding: 22px 22px 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  min-height: 130px;
}

.section-11 .testi-box.green{
  background:#dff1d6;
}

.section-11 .testi-box.beige{
  background:#ead6b7;
}

.section-11 .testi-box p{
  color:#111;
  font-family: Poppins;
  font-weight: 400;
  font-size: 11.46px;
  line-height: 25px;
  text-transform: capitalize;
}

.section-11 .testi-user{
  display:flex;
  align-items:center;
  gap: 14px;
  margin-top: -14px;
  margin-left: 25px;
}

.section-11 .avatar{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow:hidden;
  border: 4px solid #2d2d2d;
  flex: 0 0 auto;
}

.section-11 .avatar img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.section-11 .testi-user h4{
  margin:0;
  color:#ff6a00;
  font-family: 'eurostile';
  font-weight: 700;
  font-size: 22.92px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section-11 .testi-slider .slick-arrow{
  display:none !important;
}

@media (max-width: 992px){
  .section-11{
    padding: 70px 0;
  }
  .section-11 .looks h2{
    font-size: 34px;
  }
  .section-11 .testi-user h4{
    font-size: 18px;
  }
}

.section-11 .slick-slide:nth-child(odd) .testi-box{
  background: #e3f4da;  
}

.section-11 .slick-slide:nth-child(even) .testi-box{
  background: #ecd7b8;   
}
.section-11 .testi-card {
    position: relative;
    margin-top: 32px;
}

.section-11 .testi-arrows {
    text-align: center;
    margin-top: 61px;
}
.section-11 .testi-arrows button.testi-prev {
    background: transparent;
    border: none;
}
.section-11 .testi-arrows button.testi-next {
    background: transparent;
    border: none;
}
section.section-14 .form-box input,
section.section-14 .form-box textarea {
    background: #D5F3BA;
}
section.section-14 .form-box input {
    padding: 12px;
    border-radius: 7px;
    height: 45px;
    font-family: 'Poppins' !IMPORTANT;
    font-size: 14px;
}
section.section-14 .form-box select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-select {
    background: #D5F3BA;
    height: 45px;
    border-radius: 7px;
}
section.section-14 .form-box input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-orange.w-100 {
    background-color: #FF4500;
    font-family: Poppins !important;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}
section.section-14 .form-box textarea::placeholder {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
}
section.section-14 .form-box textarea {
    height: 111px;
    border-radius: 6px;
    font-family: 'Poppins' !important;
    font-size: 15px;
}
section.section-14 .form-box input::placeholder {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
}
section.section-14 .form-box {
    background-color: #53911A;
    padding: 20px;
    border-radius: 10px;
    width: 87%;
    margin: auto;
}
section.section-14 {
    padding: 80px 0;
}
section.section-14 .form-box 
.wpcf7-form-control-wrap[data-name="your-role"] {
    position: relative;
}
section.section-14 .form-box 
.wpcf7 select.form-select {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    text-transform: capitalize;
    color: #949494;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    padding-right: 55px;
}
section.section-14 .form-box 
.wpcf7-form-control-wrap[data-name="your-role"]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    background: #d9f2b4;
    pointer-events: none;
}
section.section-14 .form-box 
.wpcf7-form-control-wrap[data-name="your-role"]::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #5a8f2b;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}
section.section-14 .form-box 
.wpcf7 select.form-select option {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000;
}
section.section-11 .floating-icons img.float-icon.icon-yellow {
    position: absolute;
    right: 61px;
    bottom: 60px;
}
section.section-11 .floating-icons img.float-icon.icon-orange {
    position: absolute;
    right: 61px;
    top: 61px;
}
section.section-11 .floating-icons img.icon-red {bottom: 60px !important;position: absolute;left: 61px;}

section.section-11 .floating-icons img.float-icon.icon-green {
    position: absolute;
    left: 61px;
    top: 61px;
}
section.section-11 .floating-icons{
  position: absolute;
  inset: 0;        
  pointer-events: none; 
  z-index: 3;
}
section.section-11 .float-icon{
  position: absolute;
  width: 91px;
  height: auto;
  transform: rotate(-15deg);
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.45));
    animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
section.section-11 .icon-green{
  animation: floatGreen 4s infinite ease-in-out;
}

@keyframes floatGreen{
  0%   { transform: translateY(0) rotate(-12deg); }
  50%  { transform: translateY(-18px) rotate(-8deg); }
  100% { transform: translateY(0) rotate(-12deg); }
}
section.section-11 .icon-orange{
  animation: floatOrange 4s infinite ease-in-out;
}

@keyframes floatOrange{
  0%   { transform: translate(0,0) rotate(10deg); }
  50%  { transform: translate(14px,-16px) rotate(14deg); }
  100% { transform: translate(0,0) rotate(10deg); }
}
section.section-11 .icon-red{
  animation: floatRed 4s infinite ease-in-out;
}

@keyframes floatRed{
  0%   { transform: translateY(0) rotate(-16deg); }
  50%  { transform: translateY(22px) rotate(-10deg); }
  100% { transform: translateY(0) rotate(-16deg); }
}
section.section-11 .icon-yellow{
  animation: floatYellow 4s infinite linear;
}
@keyframes floatYellow{
  0%   { transform: translate(0,0) rotate(14deg); }
  25%  { transform: translate(12px,-10px) rotate(18deg); }
  50%  { transform: translate(0,-18px) rotate(14deg); }
  75%  { transform: translate(-12px,-10px) rotate(10deg); }
  100% { transform: translate(0,0) rotate(14deg); }
}
section.section-5 .fundbox .innerfund img:hover {
    transform: scale(1.03);
    overflow: hidden;
}
section.section-6 .climb-card:hover {
    background-color: #53911A;
}
header .social ul li:hover {
    transition: transform .5s ease;
    transform: scale(1.08);
}
.foot-icon img:hover {
    transform: scale(1.09);
}
.social-icon img:hover {
    transform: scale(1.09);
}
section.section-7 .Scout-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.section-7 .Scout-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
section.section-8 .people-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section.section-8 .people-card:hover {
  transform: translateY(-8px);
}
section.section-9 .Book-now1 a:hover {
    color: #23527C;
}
section.section-4 .scout a:hover {
    color: #23527C;
}
section.about-1 {
    padding: 70px 0;
    background-color: #FFE5D8;
}

section.about-1 .born h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 128px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}

section.about-1 .born h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FF4500;
    margin-top: 32px;
    margin-bottom: 15px;
}

section.about-1 .born p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    width: 81%;
}

section.about-1 .create img {
    width: 100%;
    margin-top: 14px;
}

section.about-2{
    background-image: url('images/6.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 370px;
    display: flex;
    align-items: center;
}
section.about-2 .rise {
    text-align: center;
}

section.about-2 .rise h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: #FFD700;
}

section.about-2 .rise p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: white;
}
section.about-3 {
    padding: 70px 0;
}

section.about-3 .track {
    display: inline-flex;
}

section.about-3 .track h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    color: #53911A;
}

section.about-3 .track img {
    width: 74.45px;
    height: 73.32px;
    display: block;
    margin-left: 17px;
}
section.about-3 .climb-card {
    background-color: #FF4500;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 13px 0px #000;
    border: 4px solid black;
    height: 210px;
    transition: .5s;
    width: 356px;
}

section.about-3 .climb-card h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: white;
}

section.about-3 .climb-card h3 {
    font-family: Anton;
    font-weight: 400;
    font-size: 46.12px;
    text-transform: uppercase;
    background-color: #FFD700;
    border-radius: 10px;
    box-shadow: 0px 7px 0px #000;
    padding: 12.6px;
    border: 1px solid black;
    width: 64.52px;
    height: 60.73px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
section.about-3 .bibbe p {
    margin: 12px 0 20px 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}
section.story-1 {
    background-color: #FBF9D1;
    position: relative;
    border-bottom: 3px solid #FF4500;
    height: 646px;
    padding-top: 61px;
}

section.story-1 .born h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 128px;
    line-height: 100%;
    text-transform: uppercase;
    color: black;
}

section.story-1 .born h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FF4500;
    margin-top: 32px;
    margin-bottom: 15px;
}

section.story-1 .born p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}

section.story-2 .create {
    margin-top: -143px;
}
section.story-3 {
    padding: 70px 0;
}

section.story-3 .proud img {
    width: 503px;
    height: 503px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0px 23px 0px 0px #000;
    border: 4px solid black;
}
section.story-3 .rooted h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: black;
}

section.story-3 .rooted p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-top: 21px;
}

section.story-3 .rooted h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 13px;
    color: #FF4500;
    margin-bottom: 25px;
}

section.story-3 .bullet ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.story-3 .bullet ul li {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

section.story-3 .bullet ul li span.check {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0px 2px 0px 6px black;
    margin-right: -5px;
}

section.story-3 .bullet ul li span.check i {
    color: black;
    font-size: 26px;
    font-weight: 900;
}

section.story-3 .bullet ul li span.pill {
    background: #53911A;
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    box-shadow: 0px 2px 0px 5px black;
    border-radius: 0px 10px 10px 0px;
    padding: 9px 25px;
}
section.story-4 {
    padding: 50px 0 100px 0;
}

section.story-4 .future img {
    object-fit: cover;
    width: 503px;
    height: 530px;
    border-radius: 12px;
    box-shadow: 0px 23px 0px 0px #000;
    border: 4px solid black;
}

section.story-4 .vision h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: black;
}

section.story-4 .vision h3 {
    color: #FF4500;
    font-family: Poppins;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    text-transform: uppercase;
}

section.story-4 .vision p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: black;
    margin-top: 31px;
}
section.elevare-1 {
    padding: 70px 0;
}

section.elevare-1 .born h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 67.86px;
    text-transform: uppercase;
    color: #000000;
}

section.elevare-1 .born h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FF4500;
    margin-top: 32px;
    margin-bottom: 15px;
}

section.elevare-1 .born p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}

section.elevare-1 .create img {margin-top: 31px;}

section.elevare-2 .means h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 57.86px;
    text-transform: uppercase;
    color: #FF4500;
}

section.elevare-2 .means h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #53911A;
    margin-bottom: 27px;
}

section.elevare-2 .main {
    height: 191px;
    background-color: #53911A;
    width: 562px;
    border-radius: 92.5px;
    box-shadow: 0px 10px 0px 0px #000000;
    border: 3px solid black;
    padding: 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 27px;
}

section.elevare-2 .main .baseimg img {width: 260px;height: 161px;border-radius: 100.5px;border: 2px solid white;object-fit: cover;}

section.elevare-2 .main .basepara h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    color: white;
}

section.elevare-2 .main .basepara p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: white;
    width: 90%;
}

section.elevare-2 .main .baseimg {
    margin-right: 11px;
}
section.elevare-3 {
    padding: 70px 0 40px 0;
}

section.elevare-3 .up h2 {
    margin: 0;
    font-family: Anton;
    font-weight: 400;
    font-size: 57.86px;
    text-transform: uppercase;
    color: #FF4500;
}

section.elevare-3 .up h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #53911A;
    margin: 14px 0 0 0;
}

section.elevare-3 .sierra p {
    font-family: Poppins;
    font-weight: 600;
    font-style: Italic;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    text-transform: capitalize;
    width: 82%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    margin-left: auto;
}
section.elevare-4 .platform ul {
    padding: 0;
    margin: 0;
}

section.elevare-4 .platform ul li {
    height: 170px;
    border-radius: 14px;
    border: 4px solid black;
    background-color: #FFD700;
    box-shadow: 0px 15.62px 0px 0px #000000;
    padding: 14px 45px 14px 11px;
    margin-bottom: 37px;
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}

section.elevare-4 .platform ul li span.number h5 {
    font-family: Anton;
    font-weight: 400;
    font-size: 46.12px;
    text-transform: uppercase;
    margin: 0;
    width: 64.52px;
    height: 60.73px;
    border-radius: 12px;
    background-color: #FF4500;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.01px solid #000000;
    box-shadow: 0px 7.04px 0px 0px #000000;
}

section.elevare-4 .platform ul li span.head h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 41px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0 17px 0;
}
section.elevare-4 {
    padding: 0 0 40px 0px;
}
section.work-1 {
    padding: 40px 0 50px 0;
}

section.work-1 .normal img {
    width: 7%;
}

section.work-1 .normal h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 57.86px;
    line-height: 100%;
    color: #000000;
    padding: 0 40px 0 40px;
}

section.work-1 .normal {
    display: inline-flex;
    text-align: center;
    align-items: center;
    margin: auto;
    justify-content: center;
    align-items: center;
}

section.work-1 .effort p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    width: 91%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
}

section.work-1 .start ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

section.work-1 .start ul li {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22.02px;
    line-height: 100%;
    box-shadow: 0px 6.25px 0px 0px #000000;
    background-color: #53911A;
    border: 1.56px solid #000000;
    color: white;
    margin-right: 60px;
    padding: 10px 15px;
    list-style: none;
    border-radius: 6.25px;
}

section.work-1 .start {
    text-align: center;
    margin-top: 21px;
}
section.work-2 {
    padding: 30px 0 50px 0;
}

section.work-2 .mainwork {
    box-shadow: 0px 11.62px 0px 0px #000000;
    border: 3.49px solid #000000;
    background: #FF4500;
    color: white;
    width: 264px;
    height: 205px;
    border-radius: 10px;
    padding: 12px;
}

section.work-2 .mainwork .join h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    margin-top: 9px;
}

section.work-2 .mainwork .join p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13.94px;
    line-height: 23px;
}
section.work-3 {
    padding: 40px 0 50px 0;
    background-image: url('images/18.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.work-3 .mainfor {
    color: white;
    backdrop-filter: blur(21.43535804748535px);
    border: 1.61px solid;
    border-image-source: linear-gradient(152.97deg, rgba(255, 255, 255, 0.6) -2.28%, rgba(255, 255, 255, 0) 100.86%);
    background: linear-gradient(151.66deg, rgba(255, 255, 255, 0.45) 9.04%, rgba(255, 255, 255, 0.15) 103.22%);
    width: 307px;
    height: 343px;
    border-radius: 8.57px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
}

section.work-3 .mainfor .forcontent h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 41.91px;
    line-height: 100%;
    margin-top: 0;
}

section.work-3 .mainfor .forcontent p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16.66px;
    line-height: 26px;
}

section.work-3 .mainfor .forcontent a {
    box-shadow: 0px 4.19px 0px 0px #000000;
    background: #FF4500;
    border: 1.05px solid #000000;
    color: white;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14.76px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 4.19px;
    margin-top: 15px;
    display: inline-flex;
}

section.work-3 .for h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: white;
    margin-bottom: 41px;
}
section.workk-4 {
    padding: 70px 0 60px 0;
}

section.workk-4 .thatmain .trust h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #000000;
}

section.workk-4 .thatmain .trust h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FF4500;
}

section.workk-4 .thatmain {
    position: relative;
}

section.workk-4 .thatmain .hands img {
    width: 75.23px;
    position: absolute;
    right: -20px;
    top: 42px;
    height: 74.5px;
}

section.workk-4 .thatmain .make {
    margin-top: 41px;
}

section.workk-4 .thatmain .make p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
}

section.workk-4 .built img {
    box-shadow: 0px 28px 0px 0px #000000;
    border: 6px solid #000000;
    width: 503px;
    height: 347px;
    border-radius: 12px;
    object-fit: cover;
}

section.workk-4 .built {display: flex;justify-content: center;}

.work-5{
  padding: 80px 0;
  background:#fff;
}

.work-5 .w5-head{
  text-align:center;
  margin-bottom:30px;
}

.work-5 .w5-head h2{
  color: #53911A;
  letter-spacing:1px;
  font-family: Anton;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

.work-5 .w5-faq{
  margin-bottom:14px;
  border-radius:12px;
  overflow:hidden;

}
.work-5 .w5-question{
  width:100%;
  background: #FF4500;
  color:#fff;
  border:4px solid #000;
  border-radius:12px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  text-align:left;
  font-family: Anton;
  font-weight: 400;
  font-size: 28px;
  box-shadow: 0px 15.62px 0px 0px #000000;
  border: 4.68px solid #000000;
  max-width: 920px;
  margin: 0 auto 16px;
}

.work-5 .w5-question i{
  width:26px;
  height:26px;
  background:#000;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
}

.work-5 .w5-answer{
  display:none;
  background:#ffc7b2;
  border:4px solid #000;
  border-radius: 12px;
  padding:16px 18px;
  width: 100% !important;
}

.work-5 .w5-answer p{
  margin:0;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.work-5 .w5-faq.is-open .w5-answer{
  display:block;
}

.work-5 .w5-faq.is-open .w5-question i:before{
  content:"\f068";
  font-family:"Font Awesome 5 Free";
  font-weight:900;
}

section.pricing-1 {
    padding: 90px 0;
}

section.pricing-1 .mainpri {
    position: relative;
}

section.pricing-1 .mainpri .simple h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 57.86px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

section.pricing-1 .mainpri .support p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    width: 65%;
    margin-top: 30px !IMPORTANT;
}

section.pricing-1 .mainpri .support p {
    text-align: center;
    margin: auto;
    position: relative;
}

section.pricing-1 .mainpri .support p:before {
    position: absolute;
    width: 126px;
    height: 4px;
    background-color: #FF4500;
    content: "";
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 51px;
}


section.pricing-1 .mainpri .built p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-top: 26px;
}

section.pricing-1 .mainpri .hiddo h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #53911A;
    margin-top: 25px;
}
section.pricing-1 .mainpri .without img.left {
    position: absolute;
    bottom: 0;
    top: 35px;
}

section.pricing-1 .mainpri .without img.right {position: absolute;right: 0;top: 35px;}

section.pricing-2 {
    padding: 10px 0;
}

section.pricing-2 .role h1 {
    margin: 0;
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FF0000;
}

section.pricing-2 .role p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 92%;
    margin-top: 13px;
}

section.pricing-2 .role h5 {
    background-color: #FFD700;
    display: inline-flex;
    padding: 15px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
    margin: 4px 0 0 0;
}

section.pricing-3 {
    padding: 50px 0 30px 0;
}

section.pricing-3 .maincost {
    background-color: #53911A;
    border-radius: 12px;
    width: 359px;
    height: 756px;
    border: 3.49px solid #000000;
    box-shadow: 0px 11.62px 0px 0px #000000;
    padding: 9px;
    position: relative;
}

section.pricing-3 .maincost .forced h2 {
    margin: 14px 0 0 0;
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
}

section.pricing-3 .maincost .forced h3 {
    margin: 12px 0 14px 0;
    background-color: #FF4500;
    display: inline-flex;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 7px 14px 7px 14px;
}

section.pricing-3 .maincost .forced p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #FFFFFF;
}

section.pricing-3 .maincost .pressu h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFD700;
    margin: 30px 0 22px 0;
}

section.pricing-3 .maincost .priclist ul {
    margin: 0;
    padding: 0;
}

section.pricing-3 .maincost .priclist ul li {
    color: white;
    list-style: none;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 3px solid black;
    padding: 10px 0 3px 0;
}

section.pricing-3 .maincost .priclist ul li:last-child {
    border-bottom: none;
}

section.pricing-3 .maincost .remain p {
    font-family: Poppins;
    font-weight: 500;
    font-style: Italic;
    font-size: 12px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFD700;
    margin: 16px 0 23px 0;
}

section.pricing-3 .maincost .subsc a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22.02px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 150px;
    height: 45px;
    background: #FF0000;
    padding: 6px 14px 6px 14px;
    border-radius: 6.25px;
    border: 1.56px solid #000000;
    box-shadow: 0px 6.25px 0px 0px #000000;
}

section.pricing-3 .maincost .subsc {margin-top: 29px;position: absolute;bottom: 37px;}

section.pricing-4 {
    padding: 30px 0 20px 0;
    background-image: url('images/23.png');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 268px;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    justify-items: flex-end;
}
section.pricing-4 .fees h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFD700;
    margin-top: 0;
}

section.pricing-4 .fees p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: white;
    width: 86%;
}

section.pricing-4 .row {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    justify-items: flex-end;
}
section.pricing-5 {
    padding: 70px 0 80px 0;
}

section.pricing-5 .container {
    background: #53911A;
    border: 4.68px solid #000000;
    box-shadow: 0px 15.62px 0px 0px #000000;
    border-radius: 14px;
    height: 248px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

section.pricing-5 .sure h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFD700;
}

section.pricing-5 .sure p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 19px;
    line-height: 29px;
    color: white;
    width: 100%;
}

section.pricing-5 .tel a {
    background: #FF0000;
    border: 1.56px solid #000000;
    box-shadow: 0px 6.25px 0px 0px #000000;
    font-family: Poppins;
    font-weight: 700;
    font-size: 17px;
    text-transform: lowercase;
    color: #FFFFFF;
    padding: 7px 14px 7px 14px;
    border-radius: 6px;
}
section.pricing-5 .tel {
    position: absolute;
    right: 49px;
    bottom: 33px;
}
section.subscriber-1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 60px 0 60px;
    height: 410px;
    border-radius: 0px 0px 12px 12px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.subscriber-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 58%);
    border-radius: 0px 0px 12px 12px;
}

section.subscriber-1 .youth h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

section.subscriber-1 .youth h4 {
    display: inline-flex;
    margin: 10px 0 20px 0;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #53911A;
    padding: 10px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

section.subscriber-1 .youth {
    text-align: center;
}

section.subscriber-1 .youth p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: white;
    width: 80%;
    line-height: 25px;
    margin: auto;
}
section.subscriber-2 {
    padding: 60px 0 60px 0;
}

section.subscriber-2 .can h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FF0000;
}

section.subscriber-2 .can p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    width: 68%;
}

section.subscriber-2 .bull ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

section.subscriber-2 .bull ul li {
    list-style: none;
    background-color: #FFD700;
    margin-right: 17px;
    padding: 11px 20px 11px 20px;
    border-radius: 6px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

section.subscriber-2 .gray h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #53911A;
    width: 84%;
    margin-top: 18px;
}
section.subscriber-3 {
    padding: 0px 0 60px 0;
}

section.subscriber-3 .how h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FF4500;
}
section.subscriber-3 .tukra {
    margin-top: 41px;
}

section.subscriber-3 .tukra .tukralist {text-align: center;}

section.subscriber-3 .tukra .tukralist ul {
    margin: 0;
    padding: 0;
}

section.subscriber-3 .tukra .tukralist ul li {
    background: #53911A;
    border: 4.42px solid #000000;
    box-shadow: 0px 14.74px 0px 0px #000000;
    border-radius: 13px;
    height: 242px;
    width: 366px;
    margin-bottom: 33px;
    list-style: none;
    display: inline-flex;
    color: white;
    padding: 20px;
    text-align: left;
    margin-right: 10px;
}

section.subscriber-3 .tukra .tukralist ul li sapn.num h6 {
    background: #FFD700;
    box-shadow: 0px 6.64px 0px 0px #000000;
    border: 0.95px solid #000000;
    font-family: Anton;
    font-weight: 400;
    font-size: 42px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    border-radius: 11px;
    width: 60px;
    height: 57px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}
section.subscriber-4 {
    background-color: #000000;
    padding: 60px 0 60px 0;
}

section.subscriber-4 .choose h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 63px;
    text-transform: uppercase;
    color: #FF4500;
    width: 61%;
}

section.subscriber-4 .list {
    width: 366px;
    height: 176px;
    background: #FFD700;
    border: 4.42px solid #FFFFFF;
    box-shadow: 0px 14.74px 0px 0px #FFFFFF;
    border-radius: 13px;
    padding: 17px;
    margin-bottom: 39px;
}

section.subscriber-4 .list h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}

section.subscriber-4 .list p {
    font-family: Poppins;
    font-weight: 500;
    line-height: 21px;
    font-size: 15px;
    color: black;
}
section.subscriber-6 {
    padding: 80px 0 80px 0;
}

section.subscriber-6 .fillup {
    background: #FF4500;
    border: 4.68px solid #000000;
    box-shadow: 0px 15.62px 0px 0px #000000;
    border-radius: 14px;
    height: 329px;
    padding: 20px;
}

section.subscriber-6 .fillup h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 30px 0 28px 0;
    color: white;
}

section.subscriber-6 .fillup p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: white;
    width: 91%;
}

section.subscriber-6 .fillup h6 {
    background-color: #53911A;
    display: inline-flex;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    padding: 11px;
    margin: 10px 0 0 0;
}

.subscriber-7{
  background:#4f8d14;
  padding:40px 0;
  border-radius: 10px 10px 0px 0px;
  border-top: 4px solid black;
}

.subscriber-7 .s7-formwrap{
  margin: 0 auto;
}
.subscriber-7 .wpcf7{
  margin:0;
}

.subscriber-7 .s7-form{
  padding: 20px 20px 28px;
}

.subscriber-7 .s7-title{
  margin: 0 0 21px;
  color:#fff;
  font-family: Anton;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
}

.subscriber-7 .s7-title-space{
  margin-top: 20px;
}

.subscriber-7 .s7-subtitle{
  margin: 0 0 10px;
  color:#fff;
  font-family: Anton;
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px;
}

.subscriber-7 .s7-grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

.subscriber-7 .s7-grid2-gap{
  margin-top: 14px;
  gap: 10px 60px; 
}

@media (max-width: 768px){
  .subscriber-7 .s7-grid2{
    grid-template-columns: 1fr;
  }
  .subscriber-7 .s7-grid2-gap{
    gap: 12px;
  }
}

.subscriber-7 .s7-input,
.subscriber-7 .s7-select,
.subscriber-7 .s7-area{
  width:100%;
  background:#fff;
  border: 2px solid #ff3b00;      
  border-radius: 999px;           
  height: 54px;
  padding: 0 18px;
  outline: none;
  box-shadow: 0 6px 0 rgba(0,0,0,.18); 
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.subscriber-7 .s7-area{
  height: 220px;
  border-radius: 10px;
  padding: 14px 18px;
  resize:none;
}

.subscriber-7 .s7-input::placeholder,
.subscriber-7 .s7-area::placeholder{
  color:#8b8b8b;
  font-family: Raleway, sans-serif;
  font-weight:400;
}

.subscriber-7 .s7-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 41px;
  background-image:
    linear-gradient(45deg, transparent 50%, #ff3b00 50%),
    linear-gradient(135deg, #ff3b00 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 18px,
    calc(100% - 16px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.subscriber-7 .s7-radios{
  margin: 6px 0 36px;
}

.subscriber-7 .s7-radios .wpcf7-list-item{
  margin: 0 20px 0 0;
}

.subscriber-7 .s7-radios input[type="radio"]{
  accent-color: #ffffff;
  transform: translateY(1px);
}

.subscriber-7 .s7-textarea{
  margin-top: 14px;
}

.subscriber-7 .s7-btnwrap{
  margin-top: 14px;
  font-family: Poppins;
}

.subscriber-7 .s7-btn{
  display:block;
  width: 100%;
  font-family: Anton !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  background: #FF4500;
  color: white;
  padding: 10px 0 10px 0;
  border: none;
  border-radius: 6px;
}

.subscriber-7 .s7-btn:hover{
  filter: brightness(.96);
}

.subscriber-7 .s7-footnote{
  margin-top: 10px;
  font-family: Poppins;
  font-weight: 500;
  font-style: Italic;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: white;
}

.subscriber-7 .wpcf7-not-valid-tip{
  color:#fff;
  font-size:12px;
  margin-top:6px;
}
.subscriber-7 .wpcf7-response-output{
  border-color: #fff !important;
  color:#fff;
}

.subscriber-7 .wpcf7-form .wpcf7-radio{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 6px;
}

.subscriber-7 .wpcf7-form .wpcf7-list-item{
  margin: 0;
}

.subscriber-7 .wpcf7-form input[type="radio"]{
  position: absolute;
  opacity: 0;
}

.subscriber-7 .wpcf7-form .wpcf7-list-item-label{
  padding-left: 26px;
  cursor: pointer;
  color: #ffffff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  position: relative;
}

.subscriber-7 .wpcf7-form .wpcf7-list-item-label::before{
  content: "";
  position: absolute;
  left: -4px;
  top: -3px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.subscriber-7 .wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label::after{
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}


/* ================================
   CHECKBOX STYLE
================================ */
section.subscriber-7.fundraisar 
.wpcf7-form input[type="checkbox"]{
  position:absolute;
  opacity:0;
}

section.subscriber-7.fundraisar 
.wpcf7-form input[type="checkbox"] 
+ .wpcf7-list-item-label{
  position:relative;
  padding-left: 25px;
  padding-right: 14px;
  cursor:pointer;
  color:#fff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
}

/* checkbox box */
section.subscriber-7.fundraisar 
.wpcf7-form input[type="checkbox"] 
+ .wpcf7-list-item-label::before{
  content:"";
  position:absolute;
  left: 0px;
  top:0;
  width: 20px;
  height: 20px;
  border:2px solid #fff;
  border-radius:2px;
  background:transparent;
}

/* checkbox checked */
section.subscriber-7.fundraisar 
.wpcf7-form input[type="checkbox"]:checked 
+ .wpcf7-list-item-label::before{
  background:#43B047;
  border-color:#43B047;
}

/* checkbox tick */
section.subscriber-7.fundraisar 
.wpcf7-form input[type="checkbox"]:checked 
+ .wpcf7-list-item-label::after{
  content:"";
  position:absolute;
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border:2px solid #fff;
  border-top:0;
  border-left:0;
  transform: rotate(45deg);
}

/* ===== Upload Resume UI ===== */
.jf1-upload .jf1-upload-head{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-bottom:12px;
}

.jf1-upload .jf1-title{
  margin:0;
  font-family: Anton;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  margin-top: 50px;
}

.jf1-upload .jf1-upload-note{font-family: Anton;font-weight: 400;font-size: 20px;line-height: 100%;text-transform: uppercase;color: #D7FCD4;}

/* hide default file input (CF7 wraps it) */
.jf1-upload .jf1-file{
  position:relative;
  display:inline-flex;
  align-items:center;
  cursor:pointer;
}

.jf1-upload .jf1-file input[type="file"],
.jf1-upload .jf1-file .jf1-file-input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
  width:100%;
  height:100%;
}

/* button look (like screenshot) */
.jf1-upload .jf1-file-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#ffffff;
  border:2px solid #ff4a2a;
  border-radius:6px;
  padding:10px 18px;
  letter-spacing:.4px;
  box-shadow: 0 8px 0 rgba(0,0,0,.18);
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

.jf1-upload .jf1-file-btn i{
  font-size: 35px;
  color: #8C908C;
}

.jf1-upload.is-picked .jf1-file-btn{
  border-color: #FF4500;
  color: #8C8C8C;
}
.jf1-upload.is-picked .jf1-file-btn i{
  color: #8C8C8C;
}

.jf1-upload .jf1-file-status{
  margin-top:10px;
  font-family: 'Poppins';
  font-weight:500;
  font-size: 15px;
  color:#ffffff;
}
.jf1-upload .jf1-file-status .ok{
  color:#ffffff;
}
.jf1-upload .jf1-file-status .name{
  opacity:.95;
  margin-left:6px;
  font-weight:600;
}


h2.messe {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
}
section.subscriber-3.become-3 {
    padding-top: 61px;
}
section.storie-1 {
    padding: 80px 0;
}

section.storie-1 .from h1 {
    font-family: Anton;
    font-weight: 400;
    font-size: 57.86px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}

section.storie-1 .real p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    width: 81%;
    color: #000000;
}

section.storie-1 .real:before {
    position: absolute;
    content: "";
    width: 52%;
    height: 4px;
    background: #FF4500;
    bottom: 99px;
    border-radius: 5px;
}

section.storie-1 .every p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 35px;
}

/* ===== storie-2 ===== */
.storie-2{padding: 20px 0 41px 0;}
.storie-2 .s2-head h2{
  margin:0 0 14px;
  font-family: Anton;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #53911A;
}

.storie-2 .s2-tabs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:26px;
}
.storie-2 .s2-tab{
  border:0;
  padding: 12px 12px;
  border-radius:4px;
  background:#cfcfcf;
  color:#fff;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}
.storie-2 .s2-tab.is-active{ background:#ff3d00; }

.storie-2 .s2-subtitle{
  margin: 70px 0 8px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
}
.storie-2 .s2-desc{
  margin:0 0 16px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  width: 81%;
}

.storie-2 .s2-grid{ row-gap:22px; }

.storie-2 .s2-card{
  background:#4c8f15;
  border-radius:8px;
  overflow:hidden;
  height: 467px;
}
.storie-2 .s2-thumb,
.storie-2 .s2-videoWrap{
  display:block;
  position:relative;
  border-radius:8px;
  overflow:hidden;
  margin:10px 10px 0;
}
.storie-2 .s2-thumb img,
.storie-2 .s2-videoPoster{
  width:100%;
  height:140px;
  object-fit:cover;
  display:block;
  border-radius:8px;
  border: 3px solid black;
}

.storie-2 .s2-body{
  padding:12px 14px 14px;
}
.storie-2 .s2-body h4{
  margin:0 0 8px;
  font-family: Anton;
  font-weight: 400;
  font-size: 21.1px;
  line-height: 28px;
  text-transform: uppercase;
  color: white;
}
.storie-2 .s2-body {
  margin: 0 0 12px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 13.16px;
  line-height: 21px;
  color: white;
}

.storie-2 .s2-btn{
  align-items:center;
  font-family: Poppins;
  font-weight: 700;
  font-size: 16.13px;
  line-height: 100%;
  text-transform: capitalize;
  background: #FF0000;
  border: 1.14px solid #000000;
  box-shadow: 0px 4.58px 0px 0px #000000;
  color: white;
  padding: 9px 15px;
  border-radius: 50px;
  margin-top: 13px;
  display: block;
  width: 50%;
}
.storie-2 .s2-arrow{width: 29px;height: 20px;object-fit:contain;margin-right: 7px;}

/* video play icon */
.storie-2 .s2-play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}
.storie-2 .s2-play i{
  width:48px;
  height:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.18);
  border:2px solid rgba(255,255,255,.7);
  color:#fff;
  font-size:16px;
}

/* actual video layer */
.storie-2 .s2-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:none;
}
.storie-2 .s2-videoWrap.is-playing .s2-video{ display:block; }
.storie-2 .s2-videoWrap.is-playing .s2-videoPoster{ opacity:0; }

/* FIX: tabs panels should never be flex */
.storie-2 .s2-panel{
  display: none;
}

.storie-2 .s2-panel.is-active{
  display: block !important; /* NOT flex */
}

.s2-empty-motion p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #4C8F15;
    margin: 50px 0 20px 0;
}
.single-post .entry-thumbnail img {
    width: 100%;
    height: 411px;
    object-fit: cover;
    border-radius: 10px;
}
.single-post .wrap {
    padding: 60px 0 60px 0;
}

.single-post h1.entry-title {
    font-family: Anton;
    font-weight: 400;
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #53911A;
}

.single-post .entry-content p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 13.16px;
    line-height: 28px;
}
/* ===== VIDEO MODAL FIX ===== */
/* ===== S2 MODAL (must be visible on top) ===== */
.s2-modal{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.s2-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.75);
}

.s2-modal-dialog{
  position: relative;
  width: min(980px, 92vw);
  margin: 6vh auto;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

.s2-modal-close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
}

.s2-modal-body iframe,
.s2-modal-body video{
  width: 100%;
  height: 70vh;
  display: block;
  border: 0;
}
.s2-videoWrap{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.s2-videoPoster{
  width: 100%;
  display: block;
}

a.s2-play{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  text-decoration: none;
}

a.s2-play i{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  border: 2px solid rgba(255,255,255,.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

section.pricing-5.storie-3 .container {
    background-color: #FF4500;
}

section.pricing-5.storie-3 .tel a {background-color: #4C8F15;}
section.pricing-5.storie-3 .tel {
    position: absolute;
    right: 60px;
    bottom: 31px;
}

section.pricing-5.storie-3 .sure p {
    width: 84%;
    font-size: 18px;
}
section.pricing-5.storie-3 {
    padding: 20px 0 70px 0;
}


section.Youth-1 {
    background-image: url(Transparently.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0px;
    position: relative;
}
section.Youth-1 .Sports h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 52px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #53911A;
}
section.Youth-1 .better p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    width: 49%;
    margin: auto;
    line-height: 29px;
}
section.Youth-1 .Subscribing p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: white;
    width: 50%;
    margin: auto;
    line-height: 29px;
}
section.Youth-1 hr.pressure {
    border: 3px solid #FF4500 !important;
    opacity: 1;
    background-color: #FF4500;
    width: 30%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.Youth-2 {
    padding: 80px 0px;
}
section.Youth-2 .Means h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 74px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FF4500;
    margin-top: 40px;
}
section.Youth-2 .participate p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-transform: capitalize;
    color: #000000;
    width: 65%;
}
section.Youth-2 .obligation p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-transform: uppercase;
    background: #53911A;
    padding: 10px;
    color: white;
    display: inline-flex;
}
section.Youth-3{
    background-image: url('images/How.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0px;
}
section.Youth-3 .How h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFD700;
}
section.Youth-3 .Works p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    background-color: #53911A;
    padding: 10px;
    display: inline-flex;
}
section.Youth-3 .platform h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 24px;
    line-height: 32.2px;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    margin-top: 0;
}
section.Youth-3 .join {
    background: linear-gradient(151.66deg, rgba(255, 255, 255, 0.45) 9.04%, rgba(255, 255, 255, 0.15) 103.22%);
    backdrop-filter: blur(18.16px);
    border-image-slice: 1;
    border-image-source: linear-gradient(152.97deg, rgba(255, 255, 255, 0.6) -2.28%, rgba(255, 255, 255, 0) 100.86%);
    box-shadow: 2 8px 30px rgba(0, 0, 0, 0.25);
    padding: 15px 10px;
    height: 169px;
    border-radius: 7px;
    width: 260px;
}
section.Youth-3 .Scout h2 {
    position: absolute;
    bottom: -18px;
    right: -11px;
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    border: 2px solid #000000;
    background-color: #FF4500;
    border-radius: 50px;
    padding: 8px 10px;
    transform: rotate(14deg);
}
section.Youth-3 .Works {
    margin: 10px 0px 10px 0px;
}
section.Youth-4 {
    padding: 70px 0px;
}
section.Youth-4 .Subscribers h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FF4500;
    width: 65%;
    margin-bottom: 30px;
}
section.Youth-4 .platform {
    background-color: #53911A;
    padding: 20px;
    box-shadow: 0px 13px 0px #000;
    border: 4px solid black;
    border-radius: 10px;
    height: 320px;
}
section.Youth-4 .platform ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.Youth-4 .platform ul li p {
    font-family: Poppins;
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    text-transform: uppercase;
    color: white;
    border-bottom: 2px solid;
    border-color: white;
    padding: 0px 0px 10px 0px;
}
section.Youth-4 .platform ul li:last-child p {
    border: none;
}
section.Youth-4 .Added {
    margin-top: 50px;
}
section.Youth-4 .Added {
    margin-top: 70px;
    background-color: #FF4500;
    box-shadow: 0px 13px 0px #000;
    border: 4px solid black;
    border-radius: 10px;
    padding: 20px;
    height: 210px;
}
section.Youth-4 .Added .Through h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
}
section.Youth-4 .Added .Through p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-transform: capitalize;
    color: white;
    width: 75%;
}
section.Youth-5 {
    background-image: url('images/remain.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0px;
}
section.Youth-5 .Accessible h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFD700;
}
section.Youth-5 .Accessible p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-transform: capitalize;
    color: white;
    margin-top: 20px;
    width: 78%;
}
section.Youth-6 {
    padding: 60px 0px;
}
section.Youth-6 .Ready {
    background-color: #53911A;
    border-radius: 14px;
    box-shadow: 0px 13px 0px #000;
    border: 5px solid black;
    height: 246px;
}
section.Youth-6 .Ready .Started h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 46px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFD700;
}
section.Youth-6 .Ready .Started p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    color: white;
    width: 48%;
    margin: 0 auto;
}
section.Youth-6 .Ready .Sub a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22.02px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background-color: #FF4500;
    box-shadow: 0px 6px 0px #000;
    border: 2px solid black;
    padding: 10px;
    border-radius: 6px;
}
section.Youth-6 .Ready .Sub {
    text-align: center;
    margin-top: 30px;
}
section.contact-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0px;
  position: relative;
}
section.contact-1 .Connect h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 52px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #53911A;
}
section.contact-1 .Connect p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: white;
    width: 59%;
    margin: 0 auto;
}
section.contact-2 {
    padding: 60px;
    background-image: url('images/Help.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
section.contact-2 .Help h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFD700;
}
section.contact-2 .Learn ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
section.contact-2 .Learn ul li {
    font-family: Anton;
    font-weight: 400;
    font-size: 29px;
    line-height: 100%;
    text-transform: uppercase;
    background-color: #FFD700;
    box-shadow: 0px 12px 0px #000;
    border: 4px solid black;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 10px;
    margin-right: 15px;
    color: black;
}
section.contact-2 .Learn {
    margin-top: 20px;
}
section.Youth-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 73%);
}

section.contact-1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 73%);
}
section.about-4 {
    padding: 30px 0 60px 0;
}

section.about-4 .make img {
    height: 373px;
    border: 6px solid #000000;
    box-shadow: 0px 28px 0px 0px #000000;
    width: 503px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

section.about-4 .more h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    color: #FF4500;
}

section.about-4 .more p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: black;
}
section.about-5 {
    padding: 60px 0 70px 0;
}

section.about-5 .value img {
    height: 386px;
    border: 6px solid #000000;
    box-shadow: 0px 28px 0px 0px #000000;
    width: 503px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

section.about-5 .belive h2 {
    font-family: Anton;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    color: #FF4500;
}

section.about-5 .valuelist ul {
    padding: 0;
    margin: 0;
}

section.about-5 .valuelist ul li {
    list-style: none;
}

section.about-5 .valuelist ul li h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #53911A;
}

section.about-5 .valuelist ul li h5 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

section.about-5 .valuelist {
    margin-top: 31px;
}
.topbar {
    background-color: #53911A;
    padding: 17px 0;
}

.topbar .flav {text-align: end;}

.topbar .flav ul {
    margin: 0;
    padding: 0;
}

.topbar .flav ul li {
    list-style: none;
    display: inline-flex;
}

.topbar .flav ul li a {
    background-color: white;
    color: #53911A;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 9px 10px;
    border-radius: 5px;
    margin-left: 10px;
}
.topbar .flav ul li {
    transition: all 0.3s ease;
}

.topbar .flav ul li:hover {
    transform: translateY(-4px);
}
header .bold a {
    display: inline-block;   /* zaroori hai transform ke liye */
    transition: transform 0.3s ease;
}

header .bold a:hover {
    transform: translateY(-3px);
}
section.about-3 .climb-card:hover {
    background-color: #53911A;
}
section.about-4 .make img {
    transition: transform 0.3s ease;
}

section.about-4 .make img:hover {
    transform: translateY(-5px);
}
section.about-5 .value img{
    transition: transform 0.3s ease; 
}
section.about-5 .value img:hover {
    transform: translateY(-5px); 
}
.main.aos-init.aos-animate {
    transition: transform 0.3s ease;
}
.main.aos-init.aos-animate:hover {
    transform: translateY(-5px); 
}
section.work-1 .start ul li{
   transition: transform 0.3s ease;  
}
section.work-1 .start ul li:hover {
    color: #23527C;
    transform: translateY(-5px); 
}
section.work-2 .mainwork:hover {
    background: #53911A;
}
section.work-3 .mainfor .forcontent a:hover {
    color: #23527C;
}
section.pricing-3 .maincost .subsc a:hover {
    color: #23527C;
}
section.pricing-5 .tel a:hover {
    color: #23527C;
}
section.pricing-5.storie-3 .tel a:hover {
    color: #23527C;
}
section.subscriber-3 .tukra .tukralist ul li:hover {
    background: #FF4500;
}

section.privacy {
    padding: 60px 0 70px 0;
}

section.privacy .bool h6 {
    font-family: Anton;
    font-weight: 400;
    font-size: 57.86px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}
section.privacy .bool p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

section.clear {
    padding: 10px 0 55px 0;
}

section.clear .launch p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: black;
}

.tukralist .step-content p {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 24px;
}

.tukralist .step-content h5 {
    font-family: Anton;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    color: white;
    line-height: 37px;
    margin-top: 21px;
}

section.subscriber-3 .tukra .tukralist ul li .step span.num {
    background: #FFD700;
    box-shadow: 0px 6.64px 0px 0px #000000;
    border: 0.95px solid #000000;
    font-family: Anton;
    font-weight: 400;
    font-size: 42px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    border-radius: 11px;
    width: 60px;
    height: 57px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}
section.subscriber-4 .fund {
    height: 219px !important;
}


.fundraisar input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    background: #fff;
    border: 2px solid #ff3b00;
    border-radius: 999px;
    height: 54px;
    padding: 0 18px;
    outline: none;
    box-shadow: 0 6px 0 rgba(0, 0, 0, .18);
    font-family: Raleway, sans-serif;
    font-size: 16px;
}

.fundraisar input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
}
section.story-2 {
    margin-top: 34px;
}
section.subscriber-3.boss {
    padding: 50px 0 50px 0;
}
.meet a span {
    font-family: Eurostile Extended;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    vertical-align: super;
    margin-left: 2px;
    letter-spacing: 0px;
}
section.elevare-4 .platform ul li span.head p {
    font-size: 18px;
}
.footer-headings {
    font-family: Anton;
    font-weight: 400;
    font-size: 40px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FF4500;
    padding-bottom: 15px;
}
.footer-headings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
.footer-headings ul li a {
    font-family: Poppins;
    font-weight: 700;
    line-height: 34px;
    text-transform: lowercase;
    font-size: 17px;
    text-decoration: none;
    color: white;
}

section.work-1 .start ul li a {
    color: white;
}

.s7-select {
    width: 100%;
    height: 120px; /* IMPORTANT: shows multiple options */
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #ff5c00;
    background: #fff;
    font-size: 16px;
    overflow-y: auto;
    cursor: pointer;
}

.s7-select option {
    padding: 8px;
}

/* Hover & Selected */
.s7-select option:checked {
    background: #ff5c00;
    color: #fff;
}

/* Label */
.dropdown-label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}