<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Arial Narrow';
    src: url('./assets/fonts/ArialNarrow-Bold.woff2') format('woff2'),
        url('./assets/fonts/ArialNarrow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Rounded MT Pro light';
    src: url('./assets/fonts/ArialRoundedMTPro-Bold.woff2') format('woff2'),
        url('./assets/fonts/ArialRoundedMTPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Bold';
    src: url('./assets/fonts/Arial-BoldMT.woff2') format('woff2'),
        url('./assets/fonts/Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Rounded MT Pro Bold';
    src: url('./assets/fonts/ArialRoundedMTPro-Bold.woff2') format('woff2'),
        url('./assets/fonts/ArialRoundedMTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Rounded MT Pro Light';
    src: url('./assets/fonts/ArialRoundedMTPro-Light.woff2') format('woff2'),
        url('./assets/fonts/ArialRoundedMTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* @charset "UTF-8"; */

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Arial Rounded MT Pro Light';
    font-weight: 300;
    line-height: 1;

}

.green {
    color: #46b451 !important;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial Rounded MT Pro', Arial, "sans-serif";
}

.no-wrap {
    white-space: nowrap;
}

.clearfix {
    clear: both;
    line-height: 0;
}

body {
    font-family: 'Arial Rounded MT Pro', Arial, "sans-serif";
    font-size: 24px;
    color: #221f20;
    width: 100%;
}

p {
    font-size: 24px;
    color: #221f20;
    line-height: 1.3;
    font-family: 'Arial Rounded MT Pro Light';
    font-weight: 300;
}

strong {
    font-family: 'GT Eesti Pro Display Bold', Arial, "sans-serif";
}

.shif-wrapper img {
    max-width: 100%;
    width: 100%;
}

.wrapper {
    width: 80%;
    max-width: 1280px;
    margin: auto;
}

.shif-wrapper .container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

.desktop-only {
    display: block
}

.main {
    width: 100%;
    margin: auto;
    /* padding-top: 100px; */
}


/* main banner  */

.slider {

    width: 100%;
    margin: 0 auto;
    /* position: relative; */
}

.slider li {
    position: relative;
}

.content-banner {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 2;
    width: 50%;
}

.content-banner h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'Arial Bold';
}

.content-banner h2 span {
    color: #ffbc07;
}

.content-banner img {
    width: 300px;
}

.content-banner img.video-white {
    width: 90px;
    margin-top: 60px;
    margin-left: 80px;
}

.slick-slide {
    margin: 0 5px;
}

.banner-slider .slick-slide {
    margin: 0 !important;
}

.slick-list {
    margin: 0px -5px 0px -5px;
}

/* button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 41%;
    right: 54px;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
  }
  button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 41%;
    left: 15px;
    z-index: 1;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
        background-position-x: right;
  } */
.slick-prev:before,
.slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
    position: relative;
    overflow: hidden;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

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

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

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

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
/* .slick-loading .slick-list {
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
} */
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

/* Dots */
.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* main banner  */

/* *********************************************css section 2 ******************************************************/
.section-impact2 {
    background: #f8fbe4;
	padding: 0 0 3px 0;
}

.section-impact2 .wrapper {
    width: 1280px;
    display: flex;
    flex-direction: row-reverse;
}

.section-impact2 .wrapper .impact-felt-left {
    width: 50%;
}

.section-impact2 .wrapper .impact-felt-left img {
     width: 500px; 
}

.section-impact2 .wrapper .impact-felt-right {
    width: 50%;
}

.section-impact2 .wrapper .impact-felt-right .impact-dets-cont {
    width: 100%;
    padding-top: 30px;
}

.section-impact2 .wrapper .impact-felt-right .impact-dets-cont img {
    width: 220px;
}

.impact-details {
    display: flex;
    flex-wrap: wrap;
}

.impact-details .dets {
    width: 40%;
    padding: 20px 0;
}

h2.green {
    font-size: 50px;
    line-height: 50px;
}

h4.green {
    font-family: 'Arial Rounded MT Pro Bold';
    font-weight: 600;
    font-size: 35px;
    line-height: 34px;
    margin-bottom: 0;
}

.impact-dets-cont p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
    font-weight: bold;
}

.impact-details .dets p {
    font-size: 20px;
    margin: 0;
}

.home-of-happiness {
    background-color: #46B051;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px ;
    margin-top: -3px;
}

.home-of-happiness-content {
    text-align: center;
    padding: 0 0 0;
    position: relative;
}

.home-of-happiness-content h2 {
    font-family: 'Arial Bold';
    font-size: 40px;
    /* line-height: 50px; */
    color: #fff;
    border-bottom: 3px solid #ffbc07;
    width: auto;
    margin: 0 auto;
    display: table;
    line-height: 70px;
}

.home-of-happiness-content p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 30px;
}

.home-of-happiness-content p.bold-font {
    padding: 30px 0 20px;
}

.home-of-happiness-content p.light-font {
    font-family: 'Arial Rounded MT Pro Light';
}

.home-of-happiness-content .happiness-img {
    position: absolute;
    background-color: #fff;
    margin-top: 20px;
}


/* section 4 mentro */
.about-shif-section {
 padding: 50px 0;
}

.about-shif-section h2 {
    font-family: 'Arial Bold';
    font-size: 40px;
    text-align: center;
    border-bottom: 3px solid #ffbc07;
    width: auto;
    margin: 0 auto;
    display: table;
    line-height: 70px;
    color: black !important;
    margin-bottom: 50px;
}

.members-info {
    max-width: 850px;
    margin: 15px auto;
    width: 100%;



}

.slider-members {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slide-item {
    text-align: center;
    width: 100%;
    display: flex;
    background-color: orange;
    margin-bottom: 50px;
    border-radius: 0 200px 0 0 ;
    -webkit-border-radius: 0 200px 0 0 ;
    -moz-border-radius: 0 200px 0 0 ;
    -ms-border-radius: 0 200px 0 0 ;
    -o-border-radius: 0 200px 0 0 ;
    overflow: hidden;
}

.greens  {
  text-align: center;
  width: 100%;
  display: flex;
  background-color: green;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0 0 0 100px;
}

.greens .slider-content{
text-align: end;
}

.greens  .slider-content {
    width: 50%;
    padding: 100px 70px;
    background-color: #f6f7dc;
 
}
.social-icon{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.slider-image {
    position: relative;
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.slider-image img {
    width: 100%;
}

.video-icon {
 
}

.video-icon img {
    
   width: 70px;
   margin:0 auto;
   display: block;
   margin-top: 40px;
}

.slider-content {
    width: 50%;
    padding: 100px 70px;
    background-color: #f6db95;
    text-align: start;
}

.slider-content h4 {
    font-size: 60px;
    font-family: 'Arial Narrow';
    margin-bottom: 10px;
}

.slider-content p {
    font-size: 20px;
    font-family: 'Arial Rounded MT Pro Light';
    font-weight: 400;
}


/***************
**** MY CSS ****
****************/

.smita-banner {
	position: relative;
}
.banner-content {
	position: absolute;
    top: 70%;
    left: 9%;
	transform: translate(-9%, -50%);
    color: #EDA808;
}
.banner-content h1 {
	font-size: 2.5rem;
    font-weight: 700;
}
.banner-content h1 span {
	color: #fff;
}
.banner-content p {
	color: #fff;
	font-size: 2.2rem;
}
.smita-green-band {
	background-color: #469F51;
	padding: 2rem 0;
	text-align: center;
	color: #ffffff;
}
.smita-green-band p {
	color: #ffffff;
}
.smita-green-band h2, .program-objective h3, .dcr-heading {
	border-bottom: solid #FFA808 4px;
    display: inline-block;
    padding: 0.8rem 0;
    margin-bottom: 1rem;
    font-size: 2rem;
}
.smita-green-band p{
	font-size: 1.2rem;
}
.program-objective, .srs {
	position: relative;
}
.program-objective:after, .key-leaders:after, .yellow-creme:before {
	content: "";
	background-image: url("assets/image/grn-pattern.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 270px;
    height: 420px;
	position: absolute;
	right: 0;
	top: 0;
}
.program-objective h3 {
	margin: 0 auto;
    display: table;
	padding-top: 0;
}
.program-objective p {
	margin-top: 1rem;
	font-size: 1.2rem;
}
.dcr-heading {
	border-color: #008030;
	display: block;
	font-size: 2rem;
}
.srs:before, .srs:after {
	content: "";
	background-image: url("assets/image/ylw-pattern.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 270px;
    height: 460px;
	position: absolute;	
	top: 0;
}
.srs:after {
	background-image: url("assets/image/right-ylw-pattern.png");
	left: auto;
	right: 0;
	height: 700px;
}
.program-flow {
	background-color: #E9ECD5;
	padding: 2rem 0;
	position: relative;
}
.program-flow:before {
	content: "";
	background-image: url("../snider/assets/image/grn-pattern2.png");
	position: absolute;
	top: -20.5%;
    width: 230px;
    height: 470px;
    background-size: cover;
}
.program-flow h5 {
	display: table;
	margin: 0 auto;
}
.happiness-content {
	position: absolute;
    bottom: 3%;
    text-align: center;
    width: 100%;
    color: #fff;
}
.happiness-content h1 {
    color: #ECA708;
}
.happiness-content h1 span  {
	color: #fff;
}
.happiness-content p {
    color: #fff;
	margin-bottom: 0;
}
.yellow-creme {
	background-color: #ffa70294;
	color: #070707;
	position: relative;
	padding: 5rem 0;
}
.yellow-creme p {
	color: #070707;
}
.key-leaders {
	position: relative;
}
.yellow-creme:before {
	background-image: url("assets/image/left-happiness-pattern.png");
	top: 0;
    right: auto;
    left: 0;
    width: 140px;
    height: 190px;
}
.key-leaders:after {
	background-image: url("assets/image/right-happiness-pattern.png");
	top: -32%;
	z-index: -1;
}
.key-leaders-icon {
	background-color: #FFA708;
	height: 220px;
    overflow: hidden;
}
.key-leaders-text h3 {
	font-size: 1.2rem;
    margin: 1rem 0 0 0;
}
.key-leaders-text p {
	font-size: .95rem;
	margin: 0;
}
.vision-section {
	background-color: #E8EBD4;
	margin-top: 3rem;
}
.vision-content {
	width: 70%;
}
.vision-content h4 {
	font-size: 3rem;
    border-bottom: solid #469E51 4px;
    padding: 1rem 0;
    margin-bottom: 2rem;
}
.vision-content p {
	font-size: 1rem;
}
.vision-content ul {
	padding-left: 2rem;
    list-style-type: disc;
}
.vision-content ul li {
	margin-bottom: 1rem;
}
.explore-btn {
	background-color: #FFA708;
    display: inline-block;
    padding: 0.5rem 2rem;
    text-decoration: none !important;
    color: #000;
    border-radius: 4rem;
}
.explore-btn:hover {
	background-color: #009530;
	color: #fff;
}
.schools-section {
	position: relative;
}
.schools-section:after {
	content: "";
	background-image: url("../snider/assets/image/right-happiness-pattern.png");
	position: absolute;
    right: 0;
    bottom: 0;
    width: 210px;
    height: 360px;
    background-size: cover;
}
.schools-section:before {
	content: "";
	background-image: url("../snider/assets/image/testimonial-bg.png");
	width: 160px;
    height: 173px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}
.impact-overview {
	position: relative;
	padding: 3rem 0;
}
.impact-overview h1 {
	font-size: 2.5rem;
    border-bottom: solid #46A951 3px;
    display: inline-block;
    padding: 0 0 0.5rem;
    margin-bottom: 2.5rem;
}
.impact-overview:after {
	content: "";
	background-image: url("../snider/assets/image/impact-right.png");
	background-size: cover;
	width: 90px;
    height: 270px;
	position: absolute;
	right: 0;
	top: 0;
}
.form-section {
	position: relative;
	margin-top: 3rem;
}
.form-section:before {
	content: "";
	background-image: url("../snider/assets/image/grn-pattern2.png");
	background-size: cover;
	width: 130px;
    height: 290px;
    position: absolute;
    left: 0;
    top: -32%;
}
.our-presence {
	display: flex;
}
.our-presence-left {
	background-color: #F3F6DF;
	padding: 4rem 0 3rem 11rem;
	width: 65%;
}
.our-presence-left h2 {
	font-size: 1.2rem;
	margin-bottom: 2.5rem;
}
.our-presence-left form {
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}
.our-presence-left form select {
	width: 53%;
    border: 0;
    border-bottom: solid #B9BE86 2px;
    background: no-repeat;
    color: #93965F;
	outline: none;
}
.our-presence-left form button {
	border: 0;
    background-color: #46A951;
    color: #fff;
    width: 140px;
    border-radius: 80px;
    padding: 0.5rem 0;
	outline: none;
	margin-top: 2.5rem;
}
.our-presence-right {
	background-color: #fff;
	padding: 1rem 0;
	width: 35%;
	position: relative;
}
.our-presence-right img {
	position: absolute;
    top: -59px;
    left: -125px;
}
.our-presence-right p {
	font-size: .7rem;
    width: 58%;
    position: absolute;
    bottom: 2%;
    left: 32%;
}
.gujarat-heading {
	margin: 2rem 0 0rem 0;
}
.gujarat-heading h2 {
	text-align: center;
	border-bottom: solid #46A951 3px;
	display: table;
    margin: 0 auto;
	padding: 1rem 0;
}
.gujarat-locations {
	background-color: #46A951;
	padding: 3rem 0;
}
.location-block, .location-block p {
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
.location-block img {
	width: 35px;
	margin-bottom: .5rem;
}
.impact-section {
	position: relative;
	padding: 0 0 6rem 0;
}
.impact-section:before {
	content: "";
	background-image: url("assets/image/ylw-pattern.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 240px;
    height: 450px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.impact-section h2 {
	border-color: #FFB908;
}
.impact-icon {
	height: 285px;
    overflow: hidden;
	text-align: center;
}
.impact-text {
	background-color: #FFB908;
	padding: 1rem 1.5rem;
	text-align: center;
	min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.impact-text p {
	color: #fff;
	font-size: .95rem;
	margin-bottom: 0;
}
.connect-section {
	position: relative;
	padding: 4rem 0 4rem 0;
}
.connect-section:before {
	content: "";
	background-image: url("assets/image/ylw-pattern2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 300px;
	height: 450px;
	position: absolute;
	left: 0;
	top: 0;
}
.connect-section:after {
	content: "";
	background-image: url("assets/image/grn-pattern3.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
    height: 320px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.map-block {
	background-color: #ffb908bf;
	padding: 2rem;
}
.map-add {
	margin-top: 2rem;
	display: flex;
	align-items: flex-start;
	column-gap: 1rem;
}
.map-add p {
	font-size: 1rem;
}
.connect-form {
	width: 70%;
}
.connect-form form input, .connect-form form textarea {
	width: 100%;
	margin-bottom: 1rem;
	padding: .4rem;
	outline: none;
	border: solid #AFAFAF 1px;
}
.connect-form form button {
	background-color: #FFB908;
    border: none;
    padding: 0.5rem 3rem;
    border-radius: 60px;
	cursor: pointer;
}
.in-the-news {
	background-color: #F7FAE3;
	padding: 2rem 0;
	position: relative;
}
.in-the-news:before {
	content: "";
	background-image: url("assets/image/grn-pattern2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 170px;
    height: 231px;
	position: absolute;
	top: 0;
	left: 0;
}
.news-block {
	background-color: #fff;
	text-align: center;
	padding: 2rem 1rem 2rem 1rem;
	box-shadow: -3px -3px 9px #0003;
	margin-bottom: 2rem;
}
.news-icon {
	height: 220px;
	overflow: hidden;
}
.news-text a {
	background-color: #46AD51;
    color: #fff !important;
	text-decoration: none !important;
    padding: 0.35rem 2rem;
    display: inline-block;
    border-radius: 50px;
    margin-top: 1rem;
}
.in-the-news h2 {
	border-bottom: solid #46A951 3px;
    display: inline-block;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.event-section {
	padding: 6rem 0;
	position: relative;
}
.event-section:before {
	content: "";
	background-color: #46AD51;
	width: 300px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.event-section .carousel-caption {
	text-align: left;
	position: unset;
}
.event-section .carousel-caption h5 {
	color: #000;
	font-size: 2rem;
    border-bottom: solid #46AD51 3px;
    padding: 0 0 0.8rem 0;
    margin-bottom: 1.5rem;
}
.event-section .carousel-caption p {
	font-size: 1rem;
}
.carousel-indicators li {
	width: 20px !important;
    height: 20px !important;
    background-color: #CACACA !important;
    border-radius: 50px;
}
.carousel-indicators li.active {
	background-color: #248C2B !important;
}
.program-action {
	background-color: #F7FAE3;
	padding: 3rem 0;
}
.program-action h3 {
	border-bottom: solid #46A951 3px;
    display: inline-block;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.card-body {
    background: #FFB608;
}
.card-body p {
    font-size: 1rem;
}

@media only screen and (max-width: 768px) {
    .shif-wrapper header .navbar {
        padding: 1rem 2rem;
        margin: 0 auto;
        position: fixed;
        z-index: 2;
        width: 100%;
    }

    .shif-wrapper header .navbar .wrapper {
        /*    position: fixed;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        background: #000;
        transition: all 0.3s ease;
    }

    .shif-wrapper header .navbar .wrapper .menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 45%;
        width: 100%;
        transform: translateY(-60%);
    }

    .shif-wrapper header .navbar .wrapper .menu-item {
        padding-bottom: 1rem;
        width: 100%;
        text-align: right;
    }

    .shif-wrapper header .navbar .wrapper .menu-item:nth-child(1) a {
        transition-delay: 0.2s;
    }

    .shif-wrapper header .navbar .wrapper .menu-item:nth-child(2) a {
        transition-delay: 0.3s;
    }

    .shif-wrapper header .navbar .wrapper .menu-item:nth-child(3) a {
        transition-delay: 0.4s;
    }

    .shif-wrapper header .navbar .wrapper .menu-item:nth-child(4) a {
        transition-delay: 0.5s;
    }

    .shif-wrapper header .navbar .wrapper .menu-item:nth-child(5) a {
        transition-delay: 0.5s;
    }

    .shif-wrapper header .navbar .wrapper .menu-item:not(:first-child) {
        margin-left: 0;
    }

    .shif-wrapper header .navbar .wrapper .menu-item a {
        padding: 1rem;
        opacity: 0;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        transform: translateX(-20px);
        transition: all 0.3s ease-in-out;
    }

    .shif-wrapper header .navbar .nav-toggle {
        display: block;
        position: fixed;
        right: 1rem;
        top: 1.5rem;
        width: 2.5rem;
        height: 2.5rem;
        cursor: pointer;
        z-index: 999;
    }

    .shif-wrapper header .navbar .nav-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        margin-left: 14px;
    }

    .shif-wrapper header .navbar .nav-toggle span:nth-child(1) {
        margin-top: 10px;
    }

    .shif-wrapper header .navbar .nav-toggle span:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }

    .shif-wrapper header .navbar .nav-toggle span:nth-child(3) {
        margin-top: 4px;
    }

    .shif-wrapper header .navbar #nav:checked+.nav-toggle {
        transform: rotate(45deg);
    }

    .shif-wrapper header .navbar #nav:checked+.nav-toggle span {
        background: #fff;
        transition: transform 0.5s ease;
    }

    .shif-wrapper header .navbar #nav:checked+.nav-toggle span:nth-child(1) {
        transform: translateY(6px) rotate(180deg);
    }

    .shif-wrapper header .navbar #nav:checked+.nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .shif-wrapper header .navbar #nav:checked+.nav-toggle span:nth-child(3) {
        transform: translateY(-6px) rotate(90deg);
    }

    .shif-wrapper header .navbar #nav:checked~.wrapper {
        z-index: 99;
        opacity: 1;
    }

    .shif-wrapper header .navbar #nav:checked~.wrapper .menu-item a {
        opacity: 1;
        transform: translateX(0);
    }

    .main {
        padding-top: 80px;
    }

    .shif-wrapper header .navbar .wrapper {
        position: static;
    }

    .shif-wrapper header .navbar .wrapper.open {
        position: fixed;
    }

    .desktop-only {
        display: none
    }
	.banner-content h1 {
		font-size: 4rem;
	}
	.banner-content p {
    	font-size: 1.5rem;
	}
	.program-objective:after, .srs:before {
		display: none;
	}
	.dcr-heading {
		font-size: 2rem;
	}
	.dcr-heading br {
		display: none;
	}
	.key-leaders-section {
		margin-bottom: 2rem;
	}
	.our-presence {
		flex-direction: column;
	}
	.form-section {
		margin-top: 0;
	}
	.form-section:before {
		display: none;
	}
	.our-presence-left {
		padding: 3rem 0 3rem 8rem;
		width: 100%;
	}
	.our-presence-right {
    padding: 1rem 0 1rem 8rem;
    width: 100%;
}
	.our-presence-right img, .our-presence-right p {
		position: unset;
	}
	.our-presence-right p {
		position: unset;
		width: 90%;
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 576px) {
	.br-none {
		display: none;
	}
	.slide-item {
		flex-direction: column;
		border-radius: 0 100px 0 0;
	}
	.slider-content, .greens .slider-content {
		width: auto;
		order: 2;
	}
	.video-icon img {
		margin: 0;
	}
	.banner-content {
		top: 58%;
	}
	.banner-content h1 {
		font-size: 2.5rem;
	}
	.banner-content p {
    	font-size: 1.2rem;
	}
	.key-leaders-section {
		margin-bottom: 2rem;
	}
	.key-leaders-icon {
		height: 350px;
		text-align: center;
	}
	.social-block ul {
		justify-content: start !important;
		flex-wrap: wrap;
	}
	.impact-icon {
		height: auto;
	}
	.our-presence-left, .our-presence-right {
		padding: 3rem 3rem;
	}
	.our-presence-left form select, .our-presence-right p {
		width: 100%;
	}
	.our-presence-left h1, .gujarat-heading h2 {
    	font-size: 1.5rem;
	}
	.connect-form {
		width: 100%;
		padding: 0 3rem;
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 400px) {
    .shif-wrapper .about-section .col h3 br {
        display: block
    }

    .shif-wrapper .shifting-disposal-main .shifting-disposal-main-left h2 {
        font-size: 28px;
    }
	.banner-content, nav {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: translate(0, 0);
		background-color: #333;
		text-align: center;
		padding: 0.5rem 0;
	}
}

/* testinomial sectiojn css starts */
.testimonial-section {
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}

.testimonial-section::after {
    background-image: url("assets/image/testimonial-bg.png");
    content: '';
    position: absolute;
    background-size: 100%;
    width: 300px;
    height: 300px;
    bottom: -1px;
    right: 0;
}

.testimonial-section h2.green {
    font-family: 'Arial Bold';
    font-size: 40px;
    text-align: center;
    border-bottom: 3px solid #ffbc07;
    width: auto;
    margin: 0 auto;
    display: table;
    line-height: 70px;
    color: black!important;
}

.happy-people {
    width: 100%;
    padding: 50px;
    padding-right: 0;
    margin-top: 40px;
}

.testimonial-slider {
    position: relative;
}

.quote-icon {
    position: absolute;
    top: -68px;
    width: 100px;
    height: 100px;
}

.quote-icon img {
    width: 100%;
}

.testimonial-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.testimonial-content {
    width: 50%;
    padding-top: 60px
}

.testimonial-image {
    width: 23%;
    position: relative;
    right: 22%;
    padding-top: 40px;
}

.testimonial-image img {
    width: 100%;
/*    height: 100%;*/
    position: relative;
    z-index: 1
}

.testimonial-image::after {
    background-image: url("assets/image/circle-icon.png");
    content: '';
    position: absolute;
    background-size: 100%;
    width: 170px;
    height: 170px;
    top: 5px;
    right: 5px;
}

.testimonial-content h5 {
    font-size: 1.2rem;
    color: #000000;
    font-family: 'Arial Narrow';
    margin-bottom: 5px
}

.testimonial-content h6 {
    font-size: 1.2rem;
    color: #000000;
    font-family: 'Arial Rounded MT Pro Light';
    font-weight: 300;
    margin-bottom: 20px
}

.testimonial-content p {
    font-size: 1.2rem;
    color: #000000;
    font-family: 'Arial Rounded MT Pro Light';
    font-weight: 300;
}
.become-volunteer{
	background-color: rgb(255, 185, 2, .6);
	float: left;
	width: 100%;
	clear: both;
	display: flex;
	margin: 60px auto
}
.become-volunteer .left-col{
	width: 40%;
	background: url("assets/image/volunteer-bg.png") no-repeat left top;
	background-size: cover;
	float: left;
	text-align: right;
}
.become-volunteer .left-col img{
	position: relative;
	max-width: 550px;
	margin: -40px -195px 0 0;
}
.become-volunteer .right-col{
	width: 33%;
    float: left;
    margin-left: 220px;
	padding: 50px 0;
	
}
.become-volunteer .right-col h2{
	font-family: 'Arial Bold';
	font-size: 2.5rem;
	color: #000;
	border-bottom: 3px solid #008A30;
	display: inline-block;
	padding: 0px 0 20px 0;
	line-height: 1.2
}
.become-volunteer .right-col p{
	font-family: 'Arial Rounded MT Pro Light';
	font-size: 1.2rem;
	padding: 25px 0;
}
.become-volunteer .right-col a{
	color: #fff;
	background: #008A30;
	padding: 0.7rem 2rem;
    font-size: 17px;
    border-radius: 3rem;
}
footer {
	background-color: #1C1E1D;
	padding: 3rem 0 1rem;
}
.ftr-block {
	margin-bottom: 2.5rem;
}
.ftr-block h2 {
	color: #FFB908;
    font-size: 1.2rem;
    font-weight: 400;
}
.ftr-block ul li a {
	color: #fff;
	text-decoration: none;
}
.social-block {
	margin-top: 3rem;
	text-align: center;
}
.social-block ul {
	display: flex;
    justify-content: center;
    gap: 1.2rem;
}
.social-block ul li a {
	background-color: #fff;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #757575;
	text-decoration: none;
	transition: all ease .3s;
}
.social-block ul li a:hover {
	background-color: #FFB908;
	color: #fff;
}
.content p{
	font-size: 1.2rem;
}


@media only screen and (max-width: 1199px) {
	.become-volunteer, .become-volunteer .left-col, .become-volunteer .right-col{
		display: block;
		width: 100%;
		text-align: center;
		margin-left: auto
	}
	.become-volunteer .left-col, .become-volunteer .right-col{ padding-left: 5%; padding-right: 5%}
	.become-volunteer .left-col img{ margin-right: auto;}
	.become-volunteer .right-col p br{ display: none;}
	.become-volunteer .right-col h2{ font-size:40px}
	.news-icon {
    	height: 180px;
	}
}
@media only screen and (max-width: 991px) {
    .container {
        width: 95%;
        margin: 0 auto;
    }

    .testimonial-list {
        display: inline-block;
    }

    .happy-people {
        padding: 20px;
/*        background: linear-gradient(to bottom, #008e30 80%, white 30%)*/
    }

    .testimonial-section::after {
        background-image: url("assets/image/testimonial-bg.png");
        content: '';
        position: absolute;
        background-size: 100%;
        width: 150px;
        height: 150px;
        bottom: -1px;
        right: 0;
        background-repeat: no-repeat;
        display: none
    }

    .testimonial-content {
        width: 100%;
        padding-bottom: 30px;
    }

    .testimonial-image {
        width: 245px;
        position: relative;
        right: 0%;
        padding-top: 40px;
        margin: 0 auto
    }

    .quote-icon {
        top: -41px;
    }

    .testimonial-content p {
        font-size: 19px;
    }

    .testimonial-section::after {
        bottom: -111px
    }
	.smita-green-band br {
		display: none;
	}
	.program-objective:after, .srs:before, .srs:after, .program-flow:before, .connect-section:after, .connect-section:before {
		display: none;
	}
	.our-presence-right img {
		top: -9px;
		left: -125px;
	}
	.impact-block {
		margin-bottom: 2rem;
	}
	.news-icon {
    	height: auto;
	}
	.event-section:before {
		background-color: #fff;
	}
}



@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}

@media screen and (min-width: 40.375em) {
    .footer__nav&gt;* {
        flex: 1;
    }

    .nav__item--extra {
        flex-grow: 2;
    }

    .footer__addr {
        flex: 1 0px;
    }

    .footer__nav {
        flex: 2 0px;
    }
}



@media only screen and (max-width: 1279px) {
    .section-impact2 .wrapper {
        width: 95%;
        margin: 0 auto
    }

    .wrapper {
        width: 95%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1110px) {
    .footer__nav&gt;* {
        flex: 1 29%;
    }
}


@media only screen and (max-width: 991px) {
	nav .navbar .links li {
		padding: 0 4px !important;
	}
    .shif-wrapper header .navbar .menu-item a {
        font-size: 12px;
    }

    .navbar .wrapper {
        width: 80%;
        margin-top: 15px;
    }

    .content-banner {
        top: 10%;
    }

    .content-banner img.video-white {
        width: 60px;
        margin-top: 30px;
        margin-left: 50px;
    }

    .content-banner img {
        max-width: 200px;
    }

    .shif-wrapper header .navbar {
        padding: 10px 5px;
        background: #000;
        ;
    }

    .wrapper {
        width: 95%;
    }

    .container {
        width: 95%;
        margin: 0 auto
    }

    .testimonial-list {
        display: inline-block;
    }

    .happy-people {
        padding: 20px;
/*        background: linear-gradient(to bottom, #008e30 80%, white 30%)*/
    }

    .testimonial-section::after {
        background-image: url("images/testimonial-bg.png");
        content: '';
        position: absolute;
        background-size: 100%;
        width: 150px;
        height: 150px;
        bottom: -1px;
        right: 0;
        background-repeat: no-repeat;
        display: none
    }

    .testimonial-content {
        width: 100%;
        padding-bottom: 30px;
    }

    .testimonial-image {
        width: 245px;
        position: relative;
        right: 0%;
        padding-top: 40px;
        margin: 0 auto
    }

    .quote-icon {
        top: -41px;
    }

    .testimonial-content p {
        font-size: 19px;
    }

    .testimonial-section::after {
        bottom: -111px
    }

    .section-impact2 .wrapper {
        width: 95%;
        margin: 0 auto;
        display: inline-block;
    }

    .section-impact2 .wrapper .impact-felt-left {
        width: 100%;
    }

    .section-impact2 .wrapper .impact-felt-right {
        width: 100%;
        padding-left: 30px;
    }

    .about-shif-section h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .home-of-happiness-content h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .members-info {
        width: 100%;
        margin: 15px auto;
    }

    .video-icon {
/*        position: absolute;*/
        top: 120px;
        width: 85px;
        height: 85px;
        right: -24px;
    }
	.schools-section:before, .schools-section:after {
		display: none;
	}
	.br-none {
		display: none;
	}
	.impact-overview:after {
		display: none;
	}
}

@media only screen and (max-width: 767px) {

    /* .menu-search{ justify-content: flex-end; margin-right: 15px;} */
    
    .section-impact2 .wrapper {
        width: 95%;
        margin: 0 auto;
        display: inline-block;
    }

    .section-impact2 .wrapper .impact-felt-left {
        width: 100%;
    }

    .section-impact2 .wrapper .impact-felt-right {
        width: 100%;
        padding-left: 30px;
    }

    .members-info {
        width: 100%;
    }

    .video-icon {
/*        position: absolute;*/
        top: 90px;
        width: 64px;
        height: 64px;
        right: -24px;
    }

    .footer__addr p {
        padding-right: 0
    }

    .footer__addr {
        flex: 1 100%;
    }

    .footer__nav&gt;* {
        flex: 1 50%;
    }

    .impact-details .dets {
        width: 50%;
    }

    .content-banner h2 {
        font-size: 20px;
    }

    h4.green {
        font-size: 25px;
    }

    .impact-details .dets p {
        font-size: 14px;
    }

    .home-of-happiness br {
        display: none;
    }

    .testimonial-section {
        padding-bottom: 10px;
    }
}


@media only screen and (max-width: 639px) {
	.slider-content h4 {
		font-size: 30px;
	}
	.slider-content p {
		font-size: 16px;
	}
	.video-icon img {
		margin-top: 0;
	}
	.video-icon img {
		width: 50px;
	}
	.greens .slider-content, .slider-content {
		padding: 30px 30px;
		text-align: left;
	}
    .shif-wrapper header .logo {
        margin-bottom: -10px;
    }

    .slick-slider {
        margin-top: -12px;
    }

    .content-banner img {
        max-width: 100px;
    }

    .content-banner h2 {
        font-size: 16px;
    }

    .content-banner img.video-white {
        width: 40px;
        margin-top: 20px;
        margin-left: 30px;
    }

    .members-info {
        width: 450px;
        margin: 15px auto;
    }

    .slide-item {
        text-align: center;
        width: 100%;
		border-radius: 0 100px 0 0;
    }

    .slider-members {
        display: block;
    }

    .video-icon {
/*        position: absolute;*/
        top: 120px;
        width: 85px;
        height: 85px;
        right: -24px;
    }

    .about-shif-section h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .home-of-happiness-content h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .home-of-happiness-content p {
        color: #fff;
        font-size: 21px;
        line-height: 30px;
    }

    .home-of-happiness-content {
        padding-bottom: 38%;
    }

    .about-shif-section {
        padding-left: 10%;
        padding-right: 10%;
    }
}



@media only screen and (max-width: 480px) {
    .members-info {
        width: 320px;
        margin: 15px auto;
    }

    .slide-item {
        text-align: center;
        width: 100%;
    }

    .slider-members {
        display: block;
    }

    .video-icon {
/*        position: absolute;*/
        top: 90px;
        width: 60px;
        height: 60px;
        right: -24px;
    }
}

/* nav */
/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    min-height: 100vh;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

nav .navbar {
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    padding: 0 50px;
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.navbar .logo a img {
    width: 90px;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #000;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #000;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #000;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

.menu-search {
    display: flex;
    position: relative;
    align-items: center;
}

.menu-search input {
    padding: 2px 15px;
    border-radius: 20px;
    border: none;
    width: 150px;
    height: 28px;
}

.menu-search button {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 5px;
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 13px;
    }
}

@media (max-width:800px) {
    nav {
        /* position: relative; */
    }

    .navbar .bx-menu {
        display: block;
    }

    .menu-search {
        justify-content: left;
        width: 250px;
    }
    .menu-search input{
        width: 250px;
    }
    .search-container{
        padding-top: 10px;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        /* max-width: 270px; */
        width: 100%;
        background: #000;
        line-height: 40px;
        padding: 30px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name img {
        width: 90px;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .htmlCss-sub-menu.sub-menu.show {
        display: block !important;
        ;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}</pre></body></html>