/**
 Theme Name: HISHAM
 Author: AWESOME THEMEZ
 Design & Develop: Lalin & Tamjid
 Version: 1.0.0
*/

/*=== Google Fonts ===*/
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700|Roboto:300,400,500,700,900');

/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Alignments
3. Clearings
4. Typography
5. Links
6. Transition
7. General
8. Preloader
9. ScrollUp
10. Site Header
11. Home Page
    # Accordian
    # Service
    # Donate
    # Cause
    # Gallery
    # Team
    # Event
    # Client
    # Blog
    # Footer
12. Blog Details
13. Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 15px;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active,
    a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
    font-weight: bold;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

mark,
ins {
    background-color: #fbfb01;
    color: #505050;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -4px;
}

sup {
    top: -8px;
}

audio, canvas, progress, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    display: block;
    font-size: 100%;
    line-height: 25px;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: none;
    }

fieldset {
    border: none;
    margin: 0 5px;
    padding: 0;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2. Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

/*--------------------------------------------------------------
3. Typography
--------------------------------------------------------------*/
body {
    color: #000000;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

button {
    color: #505050;
    font-size: 14px;
    line-height: 24px;
}

input, select, textarea {
    width: 100%;
    margin-bottom: 30px;
    padding: 5px 10px;
    font-size: 13px;
    border-color: #000000;
    border-width: 0px 0px 2px;
    border-style: solid;
    outline: none;
    font-family: 'cabin', sans-serif;
}

textarea {
    max-height: 120px;
}

    input:focus, textarea:focus {
        border-color: #FFC206;
    }

h1,
h2,
h3,
h4,
h3,
h5,
h6 {
    clear: both;
    color: #000;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin-bottom: 12px;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-family: 'Cabin', sans-serif;
    text-align:justify;
}

ul {
    margin: 0 0 15px 0;
    padding-left: 15px;
    list-style: square outside none;
}

ol {
    padding-left: 15px;
    margin-bottom: 15px;
}

li {
    font-size: 15px;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
4. Links
--------------------------------------------------------------*/
a {
    font-size: 15px;
    color: #000;
    background-color: transparent;
}

    a:hover,
    a:focus,
    a:active {
        color: #FFC206;
        text-decoration: none;
    }

    a:focus,
    a:hover,
    a:active {
        outline: none;
    }

/*--------------------------------------------------------------
5. Transition
--------------------------------------------------------------*/
a, input, select, textarea,
.t-btn, .portfolio-item a:before,
.member-social {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*--------------------------------------------------------------
6. General
--------------------------------------------------------------*/
body,
html {
    height: 100%;
    width: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section {
    padding: 80px 0 50px;
}

.black-bg {
    background-color: #0C0C0C;
    color: #fff;
}

.t-btn {
    display: inline-block;
    background-color: #FFC206;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 32px;
    line-height: 20px;
    outline: none;
    border: none;
    letter-spacing: 0.5px;
    font-family: 'Cabin', sans-serif;
}

    .t-btn.t-btn-small {
        padding: 10px 22px;
        font-size: 14px;
    }

    .t-btn.t-btn-ex-small {
        padding: 6px 20px;
        font-size: 12px;
    }

    .t-btn.t-btn-lagre {
        padding: 17px 40px;
        font-size: 17px;
    }

    .t-btn.t-btn-ex-lagre {
        padding: 21px 46px;
        font-size: 20px;
    }

    .t-btn:hover,
    .t-btn:active,
    .t-btn:focus {
        background-color: #000000;
        color: #fff;
    }

.p-l-r-0 {
    padding-left: 0;
    padding-right: 0;
}
/*--------------------------------------------------------------
7. Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    z-index: 99999;
}

#status {
    width: 50px;
    height: 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -15px;
}

.spinner {
    margin: 0px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #FFC206;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/*--------------------------------------------------------------
8. ScrollUp
--------------------------------------------------------------*/
.scrollup {
    position: fixed;
    background-color: rgba(255, 194, 6, 0.6);
    bottom: -60px;
    right: 25px;
    color: #fff;
    padding: 5px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
}

    .scrollup:hover {
        background-color: #FFC206;
    }

    .scrollup:before {
        content: "\f102";
        font-family: 'FontAwesome';
    }

    .scrollup.scrollup-show {
        bottom: 25px;
    }

/*--------------------------------------------------------------
9. Site Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 99px;
    /*background-color: rgba(0, 0, 0, 0.15);*/
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.header-wrap {
       display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    /*padding-top: 7px;*/
}

    .header-wrap:before,
    .header-wrap:after {
        content: none;
    }

.site-header.small-height {
      background-color: #fff;
    /*height: 70px;*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 5px 5px rgba(0, 0, 0, 0.23);
}
/*Site Branding*/
.site-header .custom-logo {
    max-width: 200px;
    max-height: 80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-header.small-height .custom-logo {
    max-width: 180px;
    max-height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-logo-link {
    display: inline-block;
}

.site-title {
    line-height: 30px;
    display: inline-block;
}

    .site-title a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 25px;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
        display: inherit;
        line-height: inherit;
    }
/*End Site Branding*/
/*Navigation*/
.primary-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

    .primary-nav ul {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0;
        margin-bottom: 0;
    }

    .primary-nav .menu-item {
        position: relative;
        margin-right: 18px;
    }

        .primary-nav .menu-item:last-child {
            margin-right: 0px;
        }

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.primary-nav .menu-item > a {
       font-size: 13px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0 0 0;
    min-height: 100px;
    /* display: flex; */
    align-items: center;
    font-family: 'Cabin', sans-serif;
    text-align:center;
}

.site-header .primary-nav .menu-item > a {
    min-height: 37px;
}

.site-header.small-height .primary-nav .menu-item > a {
    min-height: 37px;
}

.primary-nav-list .menu-item > a {
    color: #000;
}

    .primary-nav-list .active > a,
    .primary-nav-list .menu-item > a:hover {
        color: #ffa606;
        background-color: transparent;
            border-bottom: 2px solid #ffa606;
    }

.primary-nav-list .current-menu-ancestor .current-menu-ancestor.current-menu-parent > a,
.primary-nav-list .current-menu-ancestor.current-menu-parent .current-menu-item > a {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}

.site-header .primary-nav .menu-item-has-children > ul {
    width: 200px;
    padding-left: 0;
    background-color:rgb(255, 194, 6);
    position: absolute;
    top: 37px;
    display: none !important;
    z-index: 10;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

    .site-header .primary-nav .menu-item-has-children > ul ul {
        top: 1px;
        border-left: 1px solid rgba(142, 141, 141, 0.2);
    }

.site-header.small-height .primary-nav .menu-item-has-children > ul {
    top: 37px;
}

    .site-header.small-height .primary-nav .menu-item-has-children > ul ul {
        top: 1px;
    }

.primary-nav .menu-item:hover > ul {
    display: block !important;
}

.primary-nav .menu-item-has-children > ul > li {
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 16px;
}

    .primary-nav .menu-item-has-children > ul > li a {
        height: initial;
        display: block;
        padding: 11px 15px;
        background: transparent;
        font-size: 11px;
        box-shadow: none;
        margin-top: -1px;
    }

.site-header .primary-nav .menu-item-has-children > ul > li a,
.site-header.small-height .primary-nav .menu-item-has-children > ul > li a {
    min-height: 30px;
}

.primary-nav .menu-item-has-children > ul > li:not(:first-child) a {
    border-top: 1px solid rgba(142, 141, 141, 0.2);
}

.primary-nav .menu-item-has-children > ul > li:not(:last-child) a {
    border-bottom: 1px solid rgba(142, 141, 141, 0.2);
}

.primary-nav .menu-item-has-children > ul > li a:hover {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}

.primary-nav .menu-item-has-children > ul > li ul {
    position: absolute;
    left: 100%;
    right: 100%;
    top: 1px;
    display: none;
}

.primary-nav .menu-item-has-children > ul > li:hover ul {
    display: block;
}
/*Mobile Menu Button*/
.m-menu-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 27px;
    margin: 15px 0px 15px 25px;
    cursor: pointer;
    display: none;
}

    .m-menu-btn span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

        .m-menu-btn span:before,
        .m-menu-btn span:after {
            position: absolute;
            content: '';
        }

        .m-menu-btn span,
        .m-menu-btn span:before,
        .m-menu-btn span:after {
            width: 25px;
            height: 2px;
            background-color: #000;
            display: block;
        }

            .m-menu-btn span:before {
                margin-top: -8px;
                -webkit-transition-property: margin, -webkit-transform;
                transition-property: margin, transform;
                -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
                -webkit-transition-delay: 0.2s, 0s;
                transition-delay: 0.2s, 0s;
            }

            .m-menu-btn span:after {
                margin-top: 8px;
                -webkit-transition-property: margin, -webkit-transform;
                transition-property: margin, transform;
                -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
                -webkit-transition-delay: 0.2s, 0s;
                transition-delay: 0.2s, 0s;
            }

.m-menu-btn-ext span {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

    .m-menu-btn-ext span:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }

    .m-menu-btn-ext span:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }

.m-dropdown {
    display: none;
}
/*End Mobile Menu Button*/
.primary-nav .primary-nav-list {
    display: flex !important;
}

/*--------------------------------------------------------------
10. Home Page
--------------------------------------------------------------*/
.hero {
    min-height: 100vh;
    position: relative;
}

.hero-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

    .hero-slider.owl-carousel .owl-stage-outer, .hero-slider.owl-carousel .owl-stage-outer .owl-stage, .hero-slider.owl-carousel .owl-stage-outer .owl-stage > div {
        height: 100%;
    }

    .hero-slider.owl-carousel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.single-slide {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    padding: 150px 0 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.youtube-bg {
    background-color: #000;
    background-image: url(../img/youtube-bg-img.jpg);
}

.single-slide .container:before,
.single-slide .container:after {
    content: none;
}

.parallax {
    background-position: 50% 0;
    background-attachment: fixed;
}

.single-slide h1 {
    color: #000;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 48px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

    .single-slide h1 span {
        color: #FFC206;
    }

    .single-slide h1:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 190px;
        height: 1px;
        background-color: #ffc206;
    }

.single-slide h3 {
    color: #000;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'cabin', sans-serif;
    margin-bottom: 20px;
}

.single-slide h5 {
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 60px;
}

.hero-btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .hero-btn-group > a {
        margin: 7px 15px;
        min-width: 170px;
        text-align: center;
    }

.t-btn.hero-btn-1 {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.t-btn.hero-btn-2 {
    border: 1px solid #FFC206;
    background-color: transparent;
}

    .t-btn.hero-btn-1:hover,
    .t-btn.hero-btn-2:hover {
        background-color: #FFC206;
        border-color: #FFC206;
        color: #fff;
    }

.single-feature {
    margin-bottom: 30px;
}

    .single-feature i {
        color: #FFC206;
        display: inline-block;
        font-size: 36px;
        margin-bottom: 25px;
    }

    .single-feature h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    .single-feature p {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        padding: 0 1%;
        font-size: 14px;
        text-align: center;
    }

    .single-feature a {
        color: #FFC206;
        font-family: 'roboto', sans-serif;
        font-weight: 700;
        font-size: 15px;
    }

        .single-feature a:hover {
            color: #ca9b0d;
        }

        .single-feature a i {
            font-size: 13px;
            margin-bottom: 0;
        }

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

    .section-header h2 {
        flex: none;
        padding-right: 60px;
        margin-right: 60px;
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 900;
        color: #000;
        margin-bottom: 0;
        position: relative;
        letter-spacing: 2px;
    }

    .section-header.white h2 {
        color: #fff;
    }

    .section-header h2:before {
        content: '';
        height: 80%;
        width: 2px;
        background-color: #FFC206;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .section-header p {
        margin: 0;
        color: #000;
        font-size: 15px;
        line-height: 21px;
        font-weight: 400;
        letter-spacing: 0.75px;
        max-width: 60%;
    }
/*=== Accordian ===*/
.accordian-wrapper {
    margin-bottom: 30px;
}

.single-accordian {
    background-color: transparent;
    margin-bottom: 5px;
}

.accordian-head {
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    color: #fff;
    background-color: #0C0C0C;
    text-transform: capitalize;
    font-weight: 700;
    padding: 14px 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .accordian-head.active {
        background-color: #FFC206;
        color: #fff;
    }

    .accordian-head i {
        color: #404040;
        margin-right: 18px;
    }

    .accordian-head.active i {
        color: #fff;
    }

.single-accordian .accordian-body {
    color: #000;
    line-height: 22px;
    font-size: 14px;
    padding: 15px 20px 10px;
}

.accordian-toggle {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.active .accordian-toggle {
    background-color: transparent;
}

.accordian-toggle:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 10px;
    background-color: #fff;
    left: 3px;
    top: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.active .accordian-toggle:before {
    background-color: #fff;
}

.accordian-toggle:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 2px;
    background-color: #fff;
    left: 7px;
    top: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.active .accordian-toggle:after {
    opacity: 0;
}
/*Emd Accordian*/
.video-section {
    margin-bottom: 30px;
}

.about-img {
    margin-bottom: 30px;
}

    .about-img img {
        width: 100%;
    }
/*=== Service ===*/
.service.section {
    padding-bottom: 30px;
}

.service .single-feature {
    margin-bottom: 50px;
}
/*=== Donate ===*/
.donate {
    background-image: url(../img/down-bg.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .donate h2 {
        font-size: 18px;
        font-weight: 900;
        color: #000;
        margin-bottom: 25px;
    }

    .donate p {
        font-size: 15px;
        line-height: 21px;
        color: #000;
        margin-bottom: 45px;
        padding: 0 5%;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

.donate-btn {
    background-color: #000;
    font-size: 14px;
    padding: 13px 40px;
    margin-bottom: 30px;
}

    .donate-btn:hover {
        background-color: #fff;
        color: #000;
    }
/*=== Cause ===*/
.section.cause {
    padding-bottom: 50PX;
}

.cause-thumb {
    width: 100%;
    margin-bottom: 30px;
}

.single-cause h3 {
    font-size: 18px;
    font-weight: 700;
    color: #FEC100;
    margin-bottom: 15px;
}

.single-cause p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
}

.donate-status {
    margin-bottom: 15px;
}

    .donate-status .status {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .donate-status .status > span {
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 14px;
            display: inline-block;
            margin: 4px 0;
        }

.status-bar {
    display: block;
    height: 7px;
    background-color: #DBDBDB;
    position: relative;
    overflow: hidden;
}

    .status-bar > div {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #FEC100;
    }
/*=== Gallery ===*/
.portfolio {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
}

.gutter-less.portfolio {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.grid-sizer,
.portfolio-item {
    padding: 0 15px 30px;
    width: 33.3333333%;
    display: flex;
    display: flex;
    justify-content: center;
}

.gutter-less .portfolio-item {
    padding: 0;
}

.portfolio-item a {
    display: block;
    width: 100%;
    position: relative;
}

    .portfolio-item a:before {
        content: "\f002";
        font-family: 'FontAwesome';
        position: absolute;
        background-color: rgba(255, 194, 6, 0.5);
        height: 100%;
        width: 100%;
        color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        opacity: 0;
    }

    .portfolio-item a:hover:before {
        opacity: 1;
    }

.portfolio-item img {
    width: 100%;
}
/*Popup*/
.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
/*Fun Factor*/
.fun-factor {
    background-image: url(../img/fun-fact-bg.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.single-factor {
    margin-bottom: 30px;
}

    .single-factor i {
        font-size: 30px;
        color: #FEC100;
        display: block;
        font-weight: 400;
        margin-bottom: 13px;
    }

    .single-factor h3 {
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        font-family: 'cabin', sans-serif;
        font-size: 18px;
    }

    .single-factor h2 {
        font-weight: 700;
        color: #FFFFFF;
        text-align: center;
        font-size: 18px;
        margin-bottom: 0;
        letter-spacing: 0.25px;
    }
/*=== Team ===*/
.team.section {
    padding-bottom: 0;
}

.team-member {
    margin-bottom: 30px;
}

    .team-member .member-thumb {
        position: relative;
        margin-bottom: 30px;
    }

        .team-member .member-thumb img {
            width: 100%;
        }

        .team-member .member-thumb .member-social {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            opacity: 0;
            background-color: rgba(255, 194, 6, 0.75);
        }

    .team-member:hover .member-thumb .member-social {
        opacity: 1;
    }

    .team-member .member-thumb .member-social a {
        background-color: #292001;
        color: #fff;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 3px;
        font-size: 14px;
    }

        .team-member .member-thumb .member-social a:hover {
            background-color: #fff;
            color: #292001;
        }

    .team-member .member-name {
        font-size: 16px;
        color: #FEC100;
        font-weight: 900;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }

    .team-member .designation {
        display: block;
        font-weight: 400;
        color: #000000;
        font-family: cabin, sans-serif;
        font-size: 14px;
        line-height: 22px;
    }
/*=== Event ===*/
.single-event {
    padding: 20px;
    box-shadow: 2px 2px 12px 3px rgba(0,0,0,0.15);
    display: flex;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

    .single-event:hover {
        box-shadow: 4px 4px 15px 5px rgba(0,0,0,0.15);
    }

.event-thumb {
    width: 170px;
    min-height: 210px;
    flex: none;
    margin-right: 20px;
}

    .event-thumb img {
        object-fit: cover;
        height: 100%;
    }

.event-details h3 {
    font-size: 18px;
    color: #FEC100;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 18px;
}

.event-details p {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin-bottom: 15px;
}

.event-location {
    margin-bottom: 20px;
}

    .event-location i {
        display: inline-block;
        color: #000;
        margin-right: 5px;
    }

    .event-location span {
        display: inline-block;
        position: relative;
    }

        .event-location span:not(:last-child) {
            padding-right: 15px;
            margin-right: 15px;
        }

        .event-location span:first-child:before {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 14px;
            width: 1px;
            background-color: #000;
        }

.event-btn-group a {
    margin-right: 10px;
    margin-bottom: 5px;
}

.t-btn.t-btn-ex-small.event-btn-1 {
    background-color: #000000;
    color: #fff;
}

    .t-btn.t-btn-ex-small.event-btn-1:hover {
        background-color: #FFC206;
        color: #fff;
    }
/*=== Client ===*/
.client {
    background-image: url(../img/cbg.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.client-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

    .client-logo a {
        margin-bottom: 30px;
        border: 2px solid transparent;
        transition: all 0.3s ease;
    }

        .client-logo a:hover {
            margin-bottom: 30px;
            transform: scale(0.95);
            border: 2px solid rgba(255, 194, 6, 0.7);
        }
/*=== Blog ===*/
.section.blog {
   padding: 30px 0 50px 0;
}

.post-thumbnail {
    display: block;
    margin-bottom: 20px;
}

    .post-thumbnail img {
        width: 100%;
    }

.post-details-wrap {
    padding-left: 85px;
    position: relative;
    min-height: 74px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}

.entry-title {
    font-size: 18px;
    color: #FEC100;
    font-weight: 700;
    margin-bottom: 8px;
}

    .entry-title a {
        font-family: inherit;
        color: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
    }

.byline .author a {
    font-weight: 400;
    color: #7F7F7F;
    font-family: 'cabin', sans-serif;
}

.home-blog .byline .author a i {
    margin-right: 4px;
    color: #191E50;
}

.byline .author a:hover {
    color: #FFC206;
}

.home-blog .posted-on {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    background-color: #000;
    color: #fff;
    width: 65px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    font-size: 14px;
}

    .home-blog .posted-on span {
        position: relative;
        width: 100%;
        padding-bottom: 4px;
        margin-bottom: 4px;
        font-weight: 700;
        font-size: 16px;
    }

        .home-blog .posted-on span:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 1px;
            width: 55%;
            background-color: #fff;
        }

.entry-content p {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    margin-bottom: 25px;
}

/*Contact*/
.t-btn.submit-btn {
    width: 100%;
    max-width: 50%;
    margin-top: 35px;
    margin-bottom: 30px;
}
/*=== Footer ===*/
.copy-right {
       color: #d3d3d3;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 1px;
    margin-top: 20px;
}

.social-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .social-btn a {
        height: 30px;
        width: 30px;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px;
        color: #fff;
        font-size: 12px;
    }

        .social-btn a:hover {
            border-color: #FFC206;
            background-color: #FFC206;
        }

/*--------------------------------------------------------------
12. Blog Details
--------------------------------------------------------------*/
.other-hero {
    background-color: #000;
    background-image: url(../img/client-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 290px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.other-hero-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

    .other-hero-text:before,
    .other-hero-text:after {
        display: none;
    }

    .other-hero-text h1 {
        margin: 0;
        text-transform: capitalize;
        color: #fff;
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.5px;
        line-height: 28px;
    }

.breadcrumb {
    margin: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    line-height: 30px;
}

    .breadcrumb li {
        color: #fff;
        font-size: 14px;
    }

        .breadcrumb li a {
            color: inherit;
            font-size: inherit;
        }

            .breadcrumb li a:hover {
                color: #FFC206;
            }

.Buildm-post, .post-details {
    margin-bottom: 40px;
}

    .Buildm-post .post-details-wrap, .post-details .post-details-wrap {
        padding: 0;
        position: relative;
        margin-bottom: 10px;
    }

    .Buildm-post .byline, .post-details .byline {
        margin-bottom: 10px;
    }

        .post-details .byline > span {
            margin-right: 25px;
        }

    .Buildm-post span, .Buildm-post span a, .post-details span, .post-details span a {
        color: #7F7F7F;
        font-size: 15px;
    }

        .Buildm-post span a:hover, .post-details span a:hover {
            color: #FEC100;
        }

        .Buildm-post span i, .post-details span i {
            margin-right: 6px;
        }

    .Buildm-post .entry-title, .post-details .entry-title {
        font-size: 24px;
        color: #FEC100;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .Buildm-post .entry-content, .post-details .entry-content {
        color: #000;
        font-size: 15px;
    }

        .Buildm-post .entry-content p, .post-details .entry-content p {
            margin-bottom: 15px;
            color: inherit;
            line-height: 23px;
        }

.social-btn.post-social-btn {
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 5px;
}

.post-social-btn.social-btn a {
    border: 1px solid #000;
    margin: 3px;
    color: #000;
}

    .post-social-btn.social-btn a:hover {
        color: #fff;
        border-color: #FFC206;
        background-color: #FFC206;
    }
/*Comments*/
.comments-title, .comment-reply-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.comment-list-outer, .comment-respond {
}

.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}

.children .comment-body {
    min-height: 70px;
}

.comment-meta {
    display: flex;
    flex-wrap: wrap;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
}

.comments-area .children {
    padding-left: 45px;
}

    .comments-area .children .children {
        padding-left: 35px;
    }

.comment-author .avatar {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: -120px;
}

.comment-author {
    line-height: 20px;
    margin-bottom: 6px;
    margin-right: 30px;
}

    .comment-author .nm {
        font-weight: 700;
        color: #000;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
    }

        .comment-author .nm:hover {
            color: #FFC206;
        }

.comment-metadata {
    line-height: 22px;
}

    .comment-metadata a {
        color: #7F7F7F;
        font-weight: 400;
        font-size: 14px;
    }

        .comment-metadata a:hover {
            color: #FFC206;
        }

.comment-content {
    line-height: 22px;
    color: #000;
    font-size: 14px;
}

    .comment-content p {
        line-height: inherit;
        color: inherit;
        font-size: inherit;
    }

.comment-reply-link {
    font-size: 14px;
    color: #FFC206;
    position: relative;
}

    .comment-reply-link:hover,
    .comment-reply-link:focus {
        color: #000;
    }

    .comment-reply-link:before {
        content: "\f112";
        font-family: 'FontAwesome';
        margin-right: 4px;
    }

.children .comment-body {
    margin-left: 100px;
}

.children .comment-author .avatar {
    height: 70px;
    width: 70px;
    left: -100px;
}

.comment-respond {
    display: block;
    width: 100%;
    margin-top: 70px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.3333%;
}

.comment-form-comment {
    width: 100%;
}

.comment-form-author {
    padding-right: 10px;
}

.comment-form-url {
    padding-left: 10px;
}

.form-submit {
    margin-bottom: 0;
}

.comment-form p {
    margin: 0;
}

.comment-form textarea,
.comment-form input {
    border: 1px solid #cacaca;
    padding: 10px;
    width: 100%;
    background-color: transparent;
}

    .comment-form textarea:focus,
    .comment-form input:focus {
        border-color: #FFC206;
    }

.post-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .post-navigation > div {
        display: inline-block;
    }

.nav-previous a:before {
    content: "\f100";
    font-family: 'FontAwesome';
    margin-right: 4px;
}

.nav-next a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-left: 4px;
}

.nav-all-post {
    min-width: 120px;
    text-align: center;
    margin: 0 25px;
}
/*--------------------------------------------------------------
13. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 991px) and (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/*
===========================================
			EVENTS SECTION
===========================================
*/

.kode-event-list {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 30px 0px;
    overflow: hidden;
}

    .kode-event-list img {
        width: 100%;
    }

    .kode-event-list:hover img {
        transform: scale(1.3) rotate(10deg);
        -moz-transform: scale(1.3) rotate(10deg);
        -webkit-transform: scale(1.3) rotate(10deg);
    }

    .kode-event-list:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background: -webkit-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
        background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
        background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
        background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
        opacity: 0.7;
        z-index: 50;
    }

    .kode-event-list:hover:before {
        opacity: 1;
    }

    .kode-event-list .kode-caption {
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding: 30px;
        width: 100%;
        z-index: 100;
    }

        .kode-event-list .kode-caption h2 {
            color: #fff !important;
        }

        .kode-event-list .kode-caption h2 {
            color: #fff !important;
            text-transform: uppercase;
            margin: 0px;
            font-size: 23px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .kode-event-list .kode-caption p {
            font-size: 16px;
            color: #fff;
            margin: 0px 0px 15px 0px;
        }

    .kode-event-list .btn-borderd {
        color: #fff;
        padding: 4px 15px;
        font-size: 15px;
        border-width: 1px;
        border-radius: 5px;
        border: 2px solid #fff;
    }






/* Start Akbar Customize CSS*/



/*
===========================================
			EVENTS SECTION 2
===========================================
*/
.kode-event-list-2 {
    float: left;
    width: 100%;
    border: solid 1px #e6e6e6;
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
}

    .kode-event-list-2:hover {
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    }

    .kode-event-list-2 .kode-thumb {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .kode-event-list-2 .kode-thumb a:before, .kode-blog-list .kode-thumb a:before, .kode-cause-list .kode-thumb a:before, .kode-gallery-item .kode-thumb a:before {
            content: "\f067";
            font-family: FontAwesome;
            font-size: 30px;
            color: #fff;
            position: absolute;
            left: 0px;
            top: 50%;
            width: 100%;
            text-align: center;
            margin-top: -15px;
            z-index: 10;
            transform: scale(0);
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
        }

    .kode-event-list-2:hover a:before, .kode-blog-list:hover .kode-thumb a:before, .kode-cause-list:hover .kode-thumb a:before, .kode-gallery-item:hover .kode-thumb a:before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    .kode-event-list-2 .kode-thumb img {
        width: 100%;
    }

    .kode-event-list-2:hover img {
        opacity: 0.1;
        transform: scale(1.3) rotate(10deg);
        -moz-transform: scale(1.3) rotate(10deg);
        -webkit-transform: scale(1.3) rotate(10deg);
    }

    .kode-event-list-2 .kode-text {
        float: left;
        width: 100%;
        padding: 30px;
    }

        .kode-event-list-2 .kode-text h2 {
            font-size: 27px;
            margin: 0px 0px 10px 0px;
        }

        .kode-event-list-2 .kode-text p.title {
            font-size: 16px;
            margin: 0px 0px 10px 0px;
        }

        .kode-event-list-2 .kode-text p {
            margin: 0px 0px 15px 0px;
        }

        .kode-event-list-2 .kode-text .btn-filled {
            font-size: 14px;
            font-weight: normal;
            border-radius: 3px;
            padding: 5px 20px;
        }

/*        ===========================================
			INNER PAGE BANNER
===========================================
*/
.inner-banner {
    /*float: left;*/
    width: 100%;
    padding: 130px 0 20px 0;
    background-image: url(../img/inner-bg.png);
    background-size: cover;
    min-height: 260px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

    .inner-banner .container {
        position: relative;
    }

    .inner-banner:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.14);
    }

    .inner-banner h2 {
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
    }

section.kode-about-us-accor,
section.thumb-with-text {
    padding-bottom: 50px;
}

.thumb-with-text .kode-taxt p {
    font-size: 15px;
    margin-bottom: 1px;
}

.thumb-with-text .kode-thumb {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .thumb-with-text .kode-thumb img {
        width: 100%;
    }

/*
============================================
			CSS TRANSITIONS
============================================
*/
.kode-causes-list ul li:hover .kode-causes-thumb:before,
.navigation ul li:before, .navigation ul ul, .navigation ul ul li a, .navigation ul ul li a:before, .main-banner .bxslider .caption a.donate, .main-banner .bxslider .caption .banner-meta a, .kf-services, .kf-services i, .btn-filled, .btn-filled-rounded, .kode-cause-list .kode-thumb img, .kode-cause-list, .video-title a.play, .btn-borderd, .kode-event-list:before, .kode-event-list img, .kode-team-member a:before, .kode-social-icons ul li a, .kode-team-member .kode-text, .kode-blog-list, .kode-blog-list .kode-avatar, .kode-blog-list .kode-thumb img, .widget-recentpost ul li a, .widget-social-network ul li span, .widget-social-network .input-container button, .widget-social-network ul li i, .footer-nav ul li a, .kd-accordion .accordion, .kode-testimonials-cover .bx-wrapper .bx-controls-direction a, .pagination > li > a, .pagination > li > span, .kode-event-list-2, .kode-event-list-2 img, .kode-event-list-2 .kode-thumb a:before, .kode-blog-list .kode-thumb a:before, .kode-cause-list .kode-thumb a:before, .widget-categories ul li a, .widget-categories ul li:before, .widget-blog ul li a, .widget-blog ul li .kode-thumb img, .widget-blog ul li .kode-thumb a:before, .widget-tags ul li a, .widget-archive ul li a, .widget-archive ul li:before, .widget-social ul li a, .widget-flickr ul li:before, .widget-flickr ul li img, .kode-gallery-item a.like, .kode-gallery-item, .kode-gallery-item .kode-text, .kode-gallery-item a.like, .kode-gallery-item .kode-thumb a:before, .kode-gallery-item .kode-thumb img, .kode-blog-list i, .kode-contact-icon i, .kode-contact-icon, .kode-product, .kode-product .kode-text h4 a, .kode-product .kode-text h2 a, .kode-product .kode-thumb:before, .kode-product .btn-filled.cart, .kode-product .btn-filled.view, .kode-blog-detail .kode-thumb, .kode-blog-option .kode-tags a, .kode-share-blog ul li a, .kode-comments .kode-text a.reply, .kode-fund-raised ul li a, .kode-shop-detail .product-quantity .qtyminus, .kode-shop-detail .product-quantity .qtyplus, .kode-team-member, .kode-team-detail .prectic-areas ul li a, .navigation ul li a, .header-2 .nav-content .kode-donate-now a, .btn-filled-white, .kode-blog-list .bx-pager a {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}


.eventpage-section{
   
}

.eventpage-section h2{
        flex: none;
        padding-bottom:15px;
    /*text-transform: uppercase;*/
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 2px;
}
.eventpage-section h3{
        flex: none;
        padding-bottom:15px;
    /*text-transform: uppercase;*/
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 1px;
}
.eventpage-section h4{
        flex: none;
        padding-bottom:15px;
    text-transform: none;
       font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0;
    position: relative;
    /*letter-spacing: 2px;*/
}
.eventpage-section p{
       color: #000;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.75px;
    margin-bottom: 15px;
}

.eventpage-section ul li{
    font-size: 15px;
    color: #000;
}
.service-img{
        width: 340px;
    float: right;
    margin-bottom: 15px;
}

.ourteam{

}
.ourteam h2{
        flex: none;
        padding-bottom:15px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    color: #000;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 2px;
}
.ourteam p{
    color: #7F7F7F;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.75px;
    margin-bottom: 15px;
}
.cfs-img{
        float: none;
    margin-bottom: 15px;
    width: 350px;
}
.cfs-btn{
        background: #000;
    width: 185px;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
     border:1px solid #000;
}
.cfs-btn:hover{
        background: #fff;
        border:1px solid #000;
    width: 185px;
    padding: 10px 10px;
    text-align: center;
    color: #000;
    font-size: 20px;
}



.services-section{
   
}

.services-section h2{
        flex: none;
        padding-bottom:15px;
    /*text-transform: uppercase;*/
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 2px;
}
.services-section h3{
        flex: none;
        padding-bottom:15px;
    /*text-transform: uppercase;*/
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 1px;
}
.services-section h4{
        flex: none;
        padding-bottom:15px;
    text-transform: none;
       font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0;
    position: relative;
    /*letter-spacing: 2px;*/
}
.services-section p{
       color: #000;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0.75px;
    margin-bottom: 15px;
}

.services-section ul li{
    font-size: 15px;
    color: #000;
}
.logo{
        width: 80px;
    padding-top: 8px;
}
.know-btn{
        background: #fff;
    width: 150px;
    text-align: center;
    color: #000;
    padding: 7PX 15PX;
    border: 2px solid #ffb000;
    font-weight: 600;
    margin-bottom: 25px;
}
.know-btn:hover{
     background: #ffb000;
      border: 2px solid #ffb000;
       color: #fff;
}

.ser-img{
        width: 100%;
    padding: 0 0 25px 0;
}
.edu-img{
        width: 100%;
    padding: 15px;
}
.edu-section{

}
.edu-section h4{
        flex: none;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0;
    position: relative;
text-align:center;

}
.edu-section h5{
        flex: none;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0;
    position: relative;
text-align:center;

}
/*Contact Form CSS*/

.content section {
    padding: 15px 0px 20px;
    float: left;
    width: 100%;
    background: #fff;
}

.kode-contact-icon {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 15px 10px 15px;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    min-height: 256px;
}
.kode-contact-icon i {
    height: 100px;
    width: 100px;
    border: solid 3px #000;
    text-align: center;
    padding: 22px 0px;
    font-size: 50px;
    border-radius: 100%;
    margin: 0px 0px 20px 0px;
    color: #000;
}
.kode-contact-icon i:hover{
    background: #ffb000;
    color:#fff;
}
:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kode-contact-icon:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
blockquote, .main-banner .bxslider .caption a.donate:hover, .kf-services:hover, .btn-borderd:hover, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .kode-contact-icon:hover i, .kode-share-blog ul li a:hover, .countdown-section, .kode-cause-list-detail .kode-fund-raised ul li a:hover {
    border-color:  #ffb000;
}
.kode-contact-icon p {
    margin: 0px;
    text-align:center;
}
.map-se{
    width:100%;
    height: 300px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.input-container i {
    position: absolute;
    left: 30px;
    top: 50%;
    font-size: 14px;
    color: #999;
    margin-top: -21px;
}
.fa-user:before {
    content: "\f007";
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


input, textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 10px 10px 10px 35px;
    width: 100%;
    height: 47px;
}
input, textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}

.sub-btn{
     background: #fff;
    text-align: center;
    color: #000;
    padding: 7PX 15PX;
    border: 2px solid #ffb000;
    font-weight: 600;
    margin-bottom: 25px;
        font-size: 20px;
}

.sub-btn:hover{
     background: #ffb000;
      border: 2px solid #ffb000;
       color: #fff;
}
.contact-head{

}
.contact-head h2{
    flex: none;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
}

.contact-head h4{
    flex: none;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
}

.con-pa{
    padding:20px 0 15px 0;
}
.m-s{
        background: #ffffff;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
}

div.gallery:hover {
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

div.gallery img {
  width: 100%;
  height: 180px;
}

div.desc {
  padding: 15px;
  text-align: center;
}
.pri-p{
    padding:15px 0;
}

.header-btn{
        background: #ffc206;
    color: #fff;
    padding: 0 6px;
    border-radius: 15px 0;
    width: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23);
}
.header-btn a{   
    color: #000 !important;
}

.header-btn a:hover{
    text-decoration:none !important;
    border-bottom:0 !important;
}

.text-box {
  width: 100% !important;
    border: 1px solid #cecece;
    margin: 0 0 5px 0;
    padding: 0 5px;
    color: #9e9e9e;
    border-radius: 0;
}

.sign-h {
    font-size: 18px;
    color: #000;
    margin-top: 3px;
}

.sign-f {
    /*background: #fff;
    width: 800px;
    height: 500px;*/
}

.sing-form {
}

    .sing-form h1 {
        padding: 0 0 0 50px;
        font-size: 26px;
        font-weight: 600;
        color: #656161;
    }

    .sing-form p {
        font-size: 15px;
        font-weight: 600;
        padding: 1px 0 5px 0;
        color: #5f5b5b;
        margin-bottom: 1px;
    }


.closbtn {
    float: right;
    padding: 15px 25px 15px 25px;
}

.s-c {
    padding: 25px 65px 5px 65px;
}

.s-c1 {
    padding: 0px 65px 10px 65px;
}

.checkbox__input___3MLEZ {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #a3a8ac;
    border-radius: 1px;
    -webkit-appearance: none;
}

    .checkbox__input___3MLEZ:checked {
        background-color: #009cde;
        border: 1px solid #009cde;
    }

.rem-p {
    font-size: 15px;
    padding: 0 0 0 15px;
}

.sign-btn {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 2px;
    background-color: #147aaa;
    outline: none;
    padding: 6px 22px !important;
    border: 2px double #ffffff;
    width: 100%;
    text-align: center;
}

.pass-p {
    text-align: center;
    color: #147aaa !important;
}

    .pass-p:hover {
        text-decoration: underline;
        color: #147aaa !important;
    }

.topright ul li a {
    color: #fff !important;
}

.sign-up {
    text-align: center;
    color: #5f5b5b;
    /*padding-bottom: 29px !important;*/
}

    .sign-up a {
            text-align: left !important;
    padding: 6px 6px !important;
    }

        .sign-up a:hover {
            text-decoration: underline;
            /*color: #147aaa !important;*/
        }

.dropdown-box {
    width: 100%;
    padding: 13px 0 13px 2px;
    border: 1px solid #cecece;
        margin-bottom: 10px;
}

.radioGroup__list___GAyp0 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.radioGroup__listItemSelected___1r1p3 {
    border: solid 1px #17baff;
    margin-bottom: 15px;
    background-color: #d9f0fa;
}

.radioGroup__radio___3PhLr {
    position: relative;
    height: 20px;
    line-height: 20px;
    border: solid 1px #17baff;
    padding: 17px;
    /* margin-bottom: 15px; */
    background-color: #d9f0fa;
}

.radioGroup__input___3iV_M {
    position: absolute;
    opacity: 0;
}

.radioGroup__label___1U06e {
    display: inline-block;
    padding: 0 38px;
    cursor: pointer;
    width: 100%;
    margin-top: -7px;
    position: absolute;
}

.radio-btn {
    background: #fff;
    border: 1px solid #000;
    color: #fff;
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #a3a8ac;
    border-radius: 50%;
    top: 8px;
}

.signup-pf {
    font-size: 10px !important;
}




























































/*== Start Responsive Work ==*/

@media screen and (max-width: 1400px) and (min-width: 1001px) {
    .site-header .primary-nav .menu-item-has-children:last-child > ul {
        right: 0px;
    }
}

@media screen and (max-width: 1000px) {

    /*== Home page Header ==*/
    .site-header > div {
        width: 100%;
        padding: 0;
    }

    .site-branding {
        margin-left: 30px;
    }

    .m-menu-btn {
        margin-right: 30px;
    }

    .m-menu-btn {
        display: block;
    }

    .primary-nav-list {
        position: absolute;
        top: 94px;
        width: 100%;
        left: 0;
        display: none;
        background: rgba(30,30,30, .97);
        max-height: 295px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .small-height .primary-nav-list {
        top: 94px;
        margin: 0;
    }

    .m-menu ul {
        list-style: none;
    }

        .m-menu ul .menu-item a {
            display: block;
            padding: 6px 15px !important;
            text-transform: uppercase;
            font-size: 13px;
            letter-spacing: 1px;
        }

        .m-menu ul .menu-item ul li a {
            font-size: 11px;
        }

        .m-menu ul .menu-item a:hover {
            /*background-color: #2b2b2b;*/
        }

    .m-dropdown {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: 16px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 10px;
        line-height: 18px;
        height: 20px;
        width: 20px;
        text-align: center;
        z-index: 11;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .m-dropdown:hover {
            color: #fff;
            border-bottom: 1px solid #fff;
        }

    .m-menu ul .menu-item ul {
        display: none;
        padding-left: 10px;
    }

    .m-menu ul > .menu-item {
        position: relative;
    }

    .menu-item.menu-item-has-children > a:after {
        display: none;
    }
}
/*== End Site Header ==*/

@media screen and (max-width: 768px){
    .reg-marg{
    margin:0 15px;
}

     .primary-nav-list .menu-item > a {
    color: #fff;
}
     .m-s{
        background: #ffffff;
    z-index: -99;
}
     .input-container i {
    margin-top: -7px;
}
      .header-btn {
    background: #ffc206;
    color: #fff;
    padding: 0 6px;
    border-radius: 15px 0;
    width: 200px;
    margin: 3px 10px 5px 10px;
}

}


@media screen and (max-width: 767px) {
    .primary-nav-list .menu-item > a {
    color: #fff;
}
    .section {
        padding: 50px 0 20px;
    }

    .section-header {
        flex-wrap: wrap;
    }

    .section-header {
        text-align: center;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

        .section-header h2 {
            margin-bottom: 10px;
            margin-right: 0;
            padding-right: 0;
            width: 100%;
        }

            .section-header h2:before {
                display: none;
            }

    .section-header {
        margin-bottom: 35px;
    }

    .service.section {
        padding-bottom: 15px;
    }

    .service .single-feature {
        margin-bottom: 35px;
    }

    .single-cause {
        margin-bottom: 40px;
        max-width: 390px;
    }

    .grid-sizer, .portfolio-item {
        width: 50%;
    }

    .team-member {
        max-width: 240px;
    }

    .home-blog .post {
        max-width: 390px;
    }

    .single-feature {
        max-width: 390px;
    }

    .cause .row > div:last-child .single-cause {
        margin-bottom: 0px;
    }

    .section.event {
        padding-top: 20px;
    }

    .team-member {
        margin-bottom: 30px;
    }

    .home-blog .row > div:not(:last-child) > .post {
        margin-bottom: 30px;
    }

    .other-hero-text {
        width: 100%;
    }

    .section-header p {
        max-width: 100%;
    }

    .donate p {
        max-width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .primary-nav-list .menu-item > a {
    color: #fff;
}
    .single-slide h1 {
        letter-spacing: 0.5px;
        font-size: 35px;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .hero-btn-group > a {
        min-width: 140px;
    }

    .t-btn {
        font-size: 13px;
        padding: 10px 20px;
    }

        .t-btn.t-btn-ex-small {
            padding: 6px 15px;
            font-size: 11px;
        }

    .site-title a {
        font-size: 22px;
        letter-spacing: 0.7px;
    }

    .parallax {
        background-position: 50% 0 !important;
    }

    .comment-form p {
        width: 100%;
    }

    .comment-form-author {
        padding-right: 0;
    }

    .comment-form-url {
        padding-left: 0;
    }

    .other-hero {
        min-height: 260px;
    }

    .other-hero-text {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 70px;
    }

        .other-hero-text h1 {
            margin-bottom: 7px;
        }
}

@media screen and (max-width: 550px) {
    .primary-nav-list .menu-item > a {
    color: #fff;
}
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .t-btn.submit-btn {
        max-width: 70%;
    }

    .single-slide h3 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .single-slide h5 {
        margin-bottom: 40px;
    }

    .single-event {
        flex-wrap: wrap;
    }

    .event-thumb {
        width: 100%;
        min-height: auto;
        margin-right: 0;
        margin-bottom: 22px;
    }

    .event-details h3 {
        margin-bottom: 15px;
    }

    .event-thumb img {
        width: 100%;
    }

    .section-header {
        max-width: 100%;
    }

    .site-branding {
        margin-left: 15px;
    }

    .m-menu-btn {
        margin-right: 15px;
    }
}

@media screen and (max-width: 450px) {
    .primary-nav-list .menu-item > a {
    color: #fff;
}
    .grid-sizer, .portfolio-item {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
  .reg-marg{
    margin:0 15px;
}

     .input-container i {
    margin-top: -7px;
}
    .header-btn {
    background: #ffc206;
    color: #fff;
    padding: 0 6px;
    border-radius: 15px 0;
    width: 200px;
    margin: 3px 10px 5px 10px;
}
}
@media screen and (max-width: 411px) {
   .reg-marg{
    margin:0 15px;
}

     .input-container i {
    margin-top: -7px;
}
     .header-btn {
    background: #ffc206;
    color: #fff;
    padding: 0 6px;
    border-radius: 15px 0;
    width: 200px;
    margin: 3px 10px 5px 10px;
}
}
@media screen and (max-width: 375px) {
   
}

@media screen and (max-width: 360px) {
    .reg-marg{
    margin:0 15px;
}

   .input-container i {
    color: #999;
    margin-top: -5px;
}
   .contact-head h2{
       font-size:30px;
   }
   .header-btn {
    background: #ffc206;
    color: #fff;
    padding: 0 6px;
    border-radius: 15px 0;
    width: 200px;
    margin: 3px 10px 5px 10px;
}
}

@media screen and (max-width: 320px) {
    .reg-marg{
    margin:0 15px;
}

    .header-btn {
    background: #ffc206;
    color: #fff;
    padding: 0 6px;
    border-radius: 15px 0;
    width: 200px;
    margin: 3px 10px 5px 10px;
}
}