/*styles*/



html {

    scroll-behavior: smooth;

}



body {

    overflow-x: hidden;
    color: #404040;
    font-family: 'Poppins', sans-serif;

}



body.active {

    overflow-y: hidden;

}



.container {

    max-width: 1400px;

}



.container.sml {

    max-width: 1200px;

}



.container-fluid {

    max-width: 100%;

    padding: 0;

}

.aos-animate {

    z-index: 999;

}

.icon {

    background: transparent;

}

.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: 0;
    background: 0 0;
    bottom: 70px;
    position: absolute;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(61, 182, 80);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 12px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: white;
}

.hero-slider .slick-arrow {
    position: absolute;
    color: white;
    font-size: 50px;
    border: none;
    box-shadow: none;
    transition: all .5s;
    opacity: 0.7;
    top: 60%;
    transform: translateY(-50%);
}

.hero-slider .slick-arrow:hover {
    color: rgb(61, 182, 80);
}

.hero-slider .slick-arrow.slick-prev {
    left: 20px;
    z-index: 9;
}

.hero-slider .slick-arrow.slick-next {
    right: 50px;
    z-index: 9;
}

.slick-next::before, .slick-prev::before {
    display: none;
}

.breadcrumb {
    padding: 10px;
    margin-bottom: 0;
    background-color: rgb(61, 182, 80);
    border-radius: 0;
    color: white;
}

.breadcrumb a {
    color: white;
}

.breadcrumb a:hover {
    text-decoration: none;
    color: white;
}

/* Header */

.header {
    background: rgb(61, 182, 80);
    /*padding: 20px;*/
    background-position: center;
    /*position: relative;*/
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
}

.header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(61, 182, 80, 0.65);
}

/*.topheader ul {
    display: flex;
    justify-content: right;
    margin-bottom: 0;
    color: black;
}*/

.topheader ul {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin-bottom: 0;
    color: #ffffffb3;
    padding: 0;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
}

.topheader ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    transition: all 0.5s ease;
}

.topheader ul li a {
    color: white;
    position: relative;
    padding: 20px 0;
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    transition: all 0.5s ease;
    font-size: 16.3px;
    white-space: nowrap;
}

.topheader ul li:hover a {
    text-decoration: none;
    color: black;
}

.topheader ul li:hover {
    background: white;
}

.topheader ul li:hover a {
    text-decoration: none;
    color: black;
}

.topheader ul li:hover {
    background: white;
}

.bottom-header .logo {
    width: 100px;
    transition: all 0.5s ease;
}

.bottom-header {
    padding: 20px 0;
    position: relative;
    /*z-index: 9;*/
    background: white;
    white-space: nowrap;
    transition: all 0.5s ease;
    border-bottom: 1px solid #d3d3d3;
}

.header.stuck .bottom-header {
    padding: 8px 0;
}

.header.stuck .bottom-header .logo {
    width: 85px;
}

.header.stuck .header-tag {
    top: -60px;
}

.header.stuck .topheader ul li a {
    padding: 15px 0;
}

.bottom-header .menu {
    align-items: center;
    display: flex;
    height: 100%;
}

.bottom-header .menu ul {
    display: flex;
    justify-content: center;
    position: relative;
    /*transform: translatey(50%);*/
    padding: 0;
    margin-bottom: 0;
}
.bottom-header .menu ul li {
    position: relative;
    display: inline-block;
    padding: 15px;
    transition: all .4s ease;
}

.bottom-header .menu ul li a {
    color: black;
    transition: all 0.5s ease;
}

.bottom-header .menu ul li a:hover {
    color: rgb(61, 182, 80);
    text-decoration: none;
}

.contact-detail {
    text-transform: uppercase;
    width: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*right: 0;*/
    right: -45px;
}

/*.contact-detail.left {
    right: 300px;
}*/

.bold-heading {
    font-weight: bold;
    font-size: 18px;
}

.contact-detail .fa {
    font-size: 55px;
    position: absolute;
    opacity: .25;
    top: 55%;
    transform: translateY(-50%);
}

li ul {
    display: block !important;
}

li ul {
    visibility: hidden;
}

li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    z-index: 9999;
}

li:hover ul li a {
    transition: all 0.5s ease;
}

li:hover ul li a:hover {
    color: rgb(61, 182, 80);
}

li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: white;
    padding: 10px;
    left: 0px;
    padding-left: 0;
    transition: all 0.5s ease;
}

.header-tag {
    position: absolute;
    padding: 18px;
    top: 20px;
    background: rgb(61, 182, 80);
    color: white;
    display: flex;
    transition: all 0.8s ease;
    z-index: -1;
}

/*.social-tag {
    position: absolute;
    padding: 18px;
    left: 35%;
    transform: translate(-100%);
    top: 131px;
    color: rgb(61, 182, 80);
    background: #e8e8e8;
}*/

.social-tag {
    margin-left: 12px;
    color: rgb(61, 182, 80);
    border-left: 1px solid white;
    padding-left: 5px;
}

.social-tag ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.social-tag ul li {
    margin: 0 10px;
}

.social-tag ul li a {
    /*color: rgb(61, 182, 80);*/
    color: white;
}

.social-tag ul li a:hover {
    text-decoration: none;
}

.social-tag .fa {
    font-size: 20px;
}

/*home*/

.btn.donate {
    padding: 20px 30px;
    color: rgb(61, 182, 80);
    background: transparent;
    border: 2px solid  rgb(61, 182, 80);
    border-radius: 0;
    font-size: 16px;
    transition: all 0.5s ease;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.btn.donate:hover {
    color: white;
    background: rgb(61, 182, 80);
}

.hero {
    width: 100%;
    position: relative;
}

.tab-hold {
    position: relative;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hero-tab {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 22px;
    color: white;
    background: rgb(61, 182, 80);
}

.hero-tab .label {
    text-transform: uppercase;
    font-size: 22px;
}

.hero-tab .btn {
    background: white;
    color: rgb(61, 182, 80);
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease;
    border: 2px solid white;
}

.hero-tab .btn:hover {
    /*background: #404040;
    color: white;*/
    background: transparent;
    color: white;
    border: 2px solid white;
}

.hero-tab p {
    margin-bottom: 10px;
}

.hero-image {
    /*height: 700px;*/
    height: 900px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .35);
}

.hero-image.short {
    height: 600px;
}

.hero-image.short::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .50);
}

.hero-image.short .hero-content {
    top: 65%;
}

.hero-content {
    position: absolute;
    /*z-index: 9;*/
    color: white;
    top: 60%;
    transform: translateY(-50%);
}

.hero-tag {
    background: rgb(61, 182, 80);
    padding: 10px;
    margin-bottom: 15px;
    width: 165px;
}

.hero-content .heading {
    font-size: 85px;
    line-height: 90px;
    font-weight: bold;
}

.hero-content .heading.smaller {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}

.hero-content .small-heading {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 80%;
}

.hero-content  .btn {
    background: rgb(61, 182, 80);
    padding: 15px 25px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.5s ease;
    color: white;
}

.hero-content  .btn:hover {
    background: white;
    color: rgb(61, 182, 80);
}

.grey {
    background: rgb(238, 242, 246);
    padding: 40px 20px;
}

.block iframe {
    width: 100%;
    height: 550px;
}

.block {
    background: white;
    padding: 80px;
    background-position: center;
    background-size: cover;
}

.block.top {
    padding-top: 40px;
}

.block.underline {
    border-bottom: 2px solid rgb(61, 182, 80);
}

.block .title {
    font-size: 40px;
    margin-bottom: 10px;
}

.side-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(61, 182, 80);
    /*margin-bottom: 15px;*/
}

.side-image.contain {
    background-size: contain;
    border-bottom: 0;
    background-repeat: no-repeat;
}

.side-image.medium {
    height: 220px;
}

.side-image.longer {
    height: 350px;
}

.margin-small {
    margin-bottom: 10px;
}

.margin {
    padding-bottom: 30px;
}

.section.margin {
    padding-bottom: 50px;
    background: white;
}

.section.margin .img {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(61, 182, 80);
    margin-bottom: 25px;
}

.section.margin .photo {
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(61, 182, 80);
}

.section-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.breaker {
    background: rgb(61, 182, 80);
    padding: 80px;
    position: relative;
    background-size: cover;
    background-position-y: -180px;
    border-bottom: 4px solid rgb(61, 182, 80);
}

.breaker::before {
    /*position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(61, 182, 80, 0.5);*/
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: .55;
}

.breaker p {
    color: white;
    position: relative;
}

.breaker .title {
    font-size: 40px;
    margin-bottom: 10px;
    color: white;
    position: relative;
}

.breaker .btn {
    background: white;
    color: rgb(61, 182, 80);
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease;
}

.breaker .btn:hover {
    background: #404040;
    color: white;
}

.section .label {
    font-size: 22px;
}

.section .fa {
    color: rgb(61, 182, 80);
    font-size: 35px;
    margin-right: 10px;
    background: white;
    border: solid 2px rgb(61, 182, 80);
    padding: 12px;
    border-radius: 50%;
}

.front-image {
    position: relative;
    z-index: 1;
}

.front-image img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 345px;
    position: relative;
}

span.overlay {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .15);
    opacity: 0;
    transition: all 0.3s ease;
}

span.overlay:hover {
    opacity: 1;
}

.detail {
/*    background: rgb(61, 182, 80);
    color: white;
    padding: 10px;*/
    font-size: 17px;
    margin-bottom: 15px;
}

/*.panel.green {
    background: rgb(61, 182, 80);
}

.block.green {
    background: rgb(61, 182, 80);
    color: white;
}*/

.section .cover {
    height: 200px;
    background-position: center;
    background-size: cover;
    border-bottom: 4px solid rgb(61, 182, 80);
    margin-bottom: 14px;
}

.section .cover.donation {
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: none;
    margin-bottom: 14px;
}

.abacus {
    height: 150px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 14px;
    margin-top: 25px;
}


.block a {
    color: #404040;
}

.block a:hover {
    color: #404040;
    text-decoration: none;
}

.section .small-heading {
    font-size: 22px;
    margin-bottom: 5px;
}

.btn {
    margin-bottom: 15px;
}

.btn.projects {
    background: rgb(61, 182, 80);
    padding: 15px 25px;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
    transition: all 0.5s ease;
    border: 2px solid rgb(61, 182, 80);
}

.btn.projects:hover {
    /*background: #404040;
    color: white;*/
    background: transparent;
    color: rgb(61, 182, 80);
    border: 2px solid rgb(61, 182, 80);
}

.give-btn {
    background: rgb(61, 182, 80) !important;
    padding: 15px 25px !important;
    border-radius: 0 !important;
    color: white !important;
    text-transform: uppercase !important;
    transition: all 0.5s ease !important;
    border: 2px solid rgb(61, 182, 80) !important;
}

.give-btn:hover {
    background: transparent !important;
    color: rgb(61, 182, 80) !important;
    border: 2px solid rgb(61, 182, 80) !important;
}

.block ul.hearts li i {
    color: rgb(61, 182, 80);
    padding-right: 10px;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background: rgb(61, 182, 80) !important;
}

.tribe-events .tribe-events-c-ical__link, .tribe-events .tribe-events-c-ical__link:visited {
    background-color: transparent !important;
    border: 1px solid rgb(61, 182, 80) !important;
    color: rgb(61, 182, 80) !important;
}

.tribe-common .tribe-common-c-svgicon {
    color: rgb(61, 182, 80) !important;
}

/*Contact*/

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #202020;
    border-radius: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    background: rgb(61, 182, 80);
    padding: 15px 25px;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.5s ease;
    color: white;
    border: 2px solid rgb(61, 182, 80);
    cursor: pointer;
    float: right;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: white;
    color: rgb(61, 182, 80);
    /*border-color: white;*/
}

input.wpcf7-form-control.wpcf7-text:focus, textarea.wpcf7-form-control.wpcf7-textarea:focus {
    outline: 2px solid rgb(61, 182, 80);
    border-color: rgb(61, 182, 80);
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 125px;
    margin-bottom: 20px;
}

.breaker.darker p a {
    color: white;
    transition: all 0.3s ease;
}

.breaker.darker p a:hover {
    color: rgb(61, 182, 80);
    text-decoration: 
}

.breaker.darker::before {
    opacity: .75;
}

.proud-sponsor-logo {
    position: relative;
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#give-recurring-form .form-row .give-input-field-wrapper, #give-recurring-form .form-row input[type="email"], #give-recurring-form .form-row input[type="password"], #give-recurring-form .form-row input[type="tel"], #give-recurring-form .form-row input[type="text"], #give-recurring-form .form-row input[type="url"], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row .give-input-field-wrapper, form.give-form .form-row input[type="email"], form.give-form .form-row input[type="password"], form.give-form .form-row input[type="tel"], form.give-form .form-row input[type="text"], form.give-form .form-row input[type="url"], form.give-form .form-row select, form.give-form .form-row textarea, form[id*="give-form"] .form-row .give-input-field-wrapper, form[id*="give-form"] .form-row input[type="email"], form[id*="give-form"] .form-row input[type="password"], form[id*="give-form"] .form-row input[type="tel"], form[id*="give-form"] .form-row input[type="text"], form[id*="give-form"] .form-row input[type="url"], form[id*="give-form"] .form-row select, form[id*="give-form"] .form-row textarea {
    width: 100% !important;
    margin: 2px 0 !important;
    padding: 12px !important;
    border: 1px solid #202020 !important;
    border-radius: 0 !important;
}

form[id*="give-form"] .form-row input[type="text"]:focus, form[id*="give-form"] .form-row input[type="email"]:focus, form.give-form .form-row input[type="email"]:focus, form.give-form .form-row input[type="text"]:focus {
    outline: 2px solid rgb(61, 182, 80);
    border-color: rgb(61, 182, 80) !important;
}

form[id*="give-form"] legend, form.give-form legend {
    font-weight: normal !important;
    margin-top: 30px !important;
}

.give-form-templates #give-donor-dashboard {
    max-width: none !important;
    border: 1px solid #d3d3d3 !important;
}

.give-form-templates #give-donor-dashboard .give-donor-dashboard-desktop-layout {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.give_error::before, .give_success::before, .give_warning::before {
    display: none !important;
}

.minimum .small-heading {
    min-height: 70px;
}

.minimum p {
    min-height: 130px;
}

/*Footer*/

.footer .socialmedias .fa {
    font-size: 22px;
}

.footer .socialmedias {
    padding: 12px 0;
}

.footer .socialmedias ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.footer .socialmedias ul li a {
    margin-right: 25px;
}

.top-footer .footer-head {
    padding: 10px 0 15px 0;
    font-size: 28px;
    position: relative;
}

.btn.donate.second {
    right: 0;
}

.footer-heading {
    font-size: 22px;
    /*font-weight: bold;*/
    /*color: black;*/
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer {
	border-top: 1px solid #d3d3d3;
    padding: 30px 0 0 0;
    background: white;
    background-size: 100%;*/
    color: black;
    text-decoration: none;
    /*text-transform: uppercase;*/
    line-height: 22px;
}

.footer ul li {
    margin: 5px 0;
}

.footer ul li a {
    color: black;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 16px;
}

.footer ul li a:hover {
    color: rgb(61, 182, 80);
}

.list-inline {
    font-size: 18px;
}

.footer hr {
    /*border-top: 1px solid white;
    background: transparent;*/
    margin: 0;
}

/*.footer img {
    height: auto;
    max-width: 85%;
    position: relative;
    top: 15px;
}*/

.footer img {
    height: auto;
    max-width: 65px;
    position: relative;
    margin-right: 20px;
}

.footer-bottom {
    text-align: center;
    background: white;
    color: black;
    padding: 10px;
}

.footer-details a {
    color: black;
    text-decoration: none;
    border-bottom: none;
    transition: all .3s ease;
}

.footer-details a:hover {
    color: rgb(61, 182, 80);
    text-decoration: none;
    border-bottom: none;
    transition: all .5s ease;
}

.footer-details {
    color: black;
    text-align: left;
}

.footer-details.two {
    text-align: right;
}

.business-info {
    text-transform: none;
    font-size: 13px;
}

.sponsor {
    background: rgb(61, 182, 80);
    color: white;
    padding: 10px;
}

/*Responsive*/

@media (max-width: 1400px) {
    .topheader ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1250px) {
    .topheader ul li a {
        font-size: 12px;
    }
}

@media (max-width: 1050px) {
    .topheader ul li a {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .hero-content .heading {
        font-size: 60px;
        line-height: 60px;
    }

    .hero-content .small-heading {
        font-size: 22px;
        width: 100%;
    }

    .block .title {
        font-size: 35px;
    }

    .block {
        padding: 60px;
    }

    .breaker {
        padding: 60px;
    }

    .imagea img {
        height: 140px;
        position: relative;
        margin-bottom: 20px;
        top: 0;
        transform: none;
        max-width: 100%;
    }

    .menu-toggle {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        background: rgb(61, 182, 80);
        color: white;
        line-height: 45px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        transition: all 0.5s ease;
    }

    .menu-toggle .fa {
        font-size: 35px;
        position: relative;
        top: 2px;
    }

    .header.stuck .menu-toggle {
        top: 15px;
        /*transition: all 0.5s ease;*/
    }

    .topheader ul {
        display: block;
    }

    .topheader ul li {
        display: inline-block;
        padding: 10px;
        position: relative;
        transition: all 0.5s ease;
        text-align: center;
    }

    .topheader ul li a {
        color: black;
        position: relative;
        padding: 20px 0;
        margin: 0 0px 0 0;
        height: auto;
        transition: all 0.5s ease;
    }

    .topheader .menu ul li {
        display: block;
    }

    .topheader .menu ul {
        height: 100%;
        width: 100%;
        background: white;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        padding-top: 150px;
        padding-bottom: 40px;
        overflow-y: scroll;
    }

    .topheader .menu ul.active {
        opacity: 1;
        visibility: visible;
    }

    .topheader .menu ul li a {
        font-size: 20px;
        display: contents;
    }

    .topheader .menu ul li ul.sub-menu {
        position: static;
        margin-top: 20px;
        padding-top: 0;
        margin-left: 0;
        background: #f7f7f7;
    }

    .footer {
        text-align: center;
        line-height: 20px;
    }

    .footer-heading {
        font-size: 18px;
        padding: 0;
    }

    .footer ul li a {
        font-size: 14px;
    }

    .footer-details {
        text-align: center;
    }

    .footer-details.two {
        text-align: center;
    }

    .footer .socialmedias ul {
        position: relative;
        display: list-item;
        left: 50%;
        transform: translate(-50%);
    }

    .block iframe {
        width: 100%;
        height: 400px;
    }

    .section.margin .photo {
        height: 600px;
    }
    .breaker {
        background-position: center;
        text-align: center
    }
}

@media (max-width: 768px) {
    .block .title {
        font-size: 28px;
    }

    .block {
        padding: 50px;
    }

    .breaker {
        padding: 50px;
    }

    /*.contact-detail {
        display: none;
    }

    .btn.donate {
        display: none;
    }*/

    .hero-image {
        height: 750px;
    }

    .hero-content {
        top: 55%;
    }

    .side-image {
        height: 300px;
    }

    .hero-tab {
        bottom: 0;
    }

    .block iframe {
        width: 100%;
        height: 315px;
    }

    .section.margin .photo {
        height: 500px;
    }

    .hero {
        text-align: center
    }
}

@media (max-width: 576px) {
    body {
        text-align: center;
    }

    ol,ul {
        padding-left: 0;
    }

    .footer .socialmedias ul li a {
        margin-right: 0;
    }

    .footer img {
        display: block;
        max-width: 100px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }

    .top-footer .footer-head {
        line-height: 30px;
    }

    .grey {
        padding: 30px 5px;
    }

    .block {
        padding: 35px 15px;
    }

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

    .hero-content {
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        width: 95%
    }

    .header-tag {
        left: 50%;
        transform: translateX(-50%);
    }

    .breaker {
        padding: 35px;
    }

    .hero-content .heading {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-content .small-heading {
        font-size: 20px;
    }
    
    .hero-tab .label {
        font-size: 20px;
    }

    .hero-tab p {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .hero-image.short {
        height: 500px;
    }

    .hero-content .heading.smaller {
        font-size: 25px;
    }

    .side-image.longer {
        height: 325px;
    }

    .hero-tab {
        display: none;
    }

    .block iframe {
        width: 100%;
        height: 250px;
    }

    .section.margin .photo {
        height: 360px;
    }

}

@media (max-width: 400px) {
    .block .title {
        font-size: 22px;
    }

    p {
        font-size: 14px;
    }

    .grey {
        padding: 15px 0;
    }

    .header-tag {
        width: 100%;
    }

    .hero-image.short {
        height: 420px;
    }

    .hero-content .heading.smaller {
        font-size: 22px;
    }

    .side-image.longer {
        height: 280px;
    }

    .section.margin {
        padding-bottom: 25px;
    }

    .breaker .title {
        font-size: 35px;
    }

    .block iframe {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 350px) {
    .header-tag {
        display: none;
    }

    .breaker .title {
        font-size: 32px;
    }
}