html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    width: 100%;
    min-height: 100%;
    color: #666;
    background: #fff;
}

a {
    outline: none;
    text-decoration: none;
    color: #4e4e4e;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #ff6c0e;
}

input,
textarea,
select,
.custom-select:focus {
    outline: none;
    resize: none;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
}

a,
input,
button {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: "Kurale", serif;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

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

p {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0;
}

.slick-slide {
    outline: none !important;
}

.bg_img {
    display: none;
}

/*==============================================================
    Bootstrap Hack
==============================================================*/
.form-control::-webkit-input-placeholder {
    opacity: 1;
}

.form-control:-moz-placeholder {
    opacity: 1;
}

.form-control::-moz-placeholder {
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
}

.btn:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*==============================================================
    WordPress Core
==============================================================*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*all button*/
.btn {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.btn.stl-one {
    background: #ff6c0e;
    border-color: 2px solid #ff6c0e;
    color: #fff;
}

.btn.stl-one:hover {
    background: none;
    color: #ff6c0e;
    border: 1px solid #ff6c0e;
}

.btn.stl-two {
    border: 2px solid #ff6c0e;
    border-radius: 4px;
    color: #ff6c0e;
}

.btn.stl-three {
    background: #ffb689;
    color: #fff !important;
    border: 1px solid #ffb689;
    border-radius: 4px;
    color: #ff6c0e;
}

.btn.stl-three:hover {
    background: none;
    color: #ff6c0e !important;
    border: 1px solid #ff6c0e;
}

.btn.bg {
    padding-top: 10px;
    padding-bottom: 11px;
    max-width: 351px;
    width: 100%;
}

.readmore {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ff6c0e;
}

/*all button*/
/* sec-title*/
.sec-title {
    padding-bottom: 50px;
}

.sec-title h2 {
    font-size: 39px;
    color: #ff6c0e;
    font-weight: 300;
    font-family: "Kurale", serif;
}

select:focus::-ms-value {
    background-color: transparent;
}

select::-ms-expand {
    display: none;
}

/* sec-title*/
/*==============================================================
    Custom Style
==============================================================*/
section {
    padding: 100px 0px;
}

.container {
    max-width: 1438px;
    width: 100%;
    padding: 0 15px;
}

.navbar-toggler {
    border: 1px solid #4e4e4e;
}

.navbar-toggler svg {
    width: 25px;
}

.navbar-brand {
    padding-top: 1.45rem;
    padding-bottom: 0.35rem;
    padding-left: 1.15rem;
}

.navbar-brand svg {
    height: 80px;
}

.news-box .email-box {
    position: relative;
    border: 1px solid #ff6c0e;
    border-radius: 4px;
    overflow: hidden;
    max-width: 372px;
}

.news-box .email-box input {
    background: none;
    color: #ff6c0e;
    border-radius: 4px 0px 0px 4px;
    font-size: 18px;
    border: none;
    height: 55px;
    padding-right: 70px;
    padding-left: 29px;
}

.news-box .email-box input::-webkit-input-placeholder {
    color: #ff6c0e;
}

.news-box .email-box input::-moz-placeholder {
    color: #ff6c0e;
}

.news-box .email-box input:-ms-input-placeholder {
    color: #ff6c0e;
}

.news-box .email-box input:-moz-placeholder {
    color: #ff6c0e;
}

.news-box .email-box input:hover::-webkit-input-placeholder {
    opacity: 0;
}

.news-box .email-box input:hover::-moz-placeholder {
    opacity: 0;
}

.news-box .email-box input:hover:-ms-input-placeholder {
    opacity: 0;
}

.news-box .email-box input:hover:-moz-placeholder {
    opacity: 0;
}

.news-box .email-box button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 60px;
    border: none;
    font-size: 10px;
    background: #ff6c0e;
    color: #fff;
}

/*header*/
header {
    padding: 15px 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #fff;
    z-index: 9;
}

ul.navbar-nav li > a {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 600;
    padding-right: 1.04rem !important;
    padding-left: 1.04rem !important;
}

ul.navbar-nav li.active > a,
ul.navbar-nav li > a:hover {
    color: #ff6c0e;
}

.topLinks .btn {
    font-size: 0.9375rem;
    padding: 8px 26px;
}
.topLinks .btn:hover {
    background: #b1b1b1;
    color: #fff;
    border-color: #b1b1b1;
}

/*header*/
/*banner*/
#banner {
    height: 77.7vh;
    min-height: 720px;
    background-repeat: no-repeat;
    background-position: center center;
}

#banner .jarallax-img {
    object-position: 50% 20% !important;
}

/*banner*/
/*donate*/
.donate {
    position: relative;
    margin-bottom: -100px;
    width: 100%;
}

.donate .form-container {
    background: #fff;
    max-width: 1155px;
    width: 100%;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.28);
    position: relative;
}

.donate .form-container h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #4e4e4e;
    font-family: "Roboto", sans-serif;
}

.donate .form-container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.donate .form-container .donateForm .check-box label input {
    display: none;
}
.donate .form-container .donateForm .check-box label span {
    font-size: 14px;
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    padding: 8px 30px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    color: #c3c3c3;
}
.donate .form-container .donateForm .check-box label:hover span {
    background: #b1b1b1;
    border-color: #b1b1b1;
    color: #fff;
}
.donate .form-container .donateForm .check-box label input:checked + span {
    background-color: #fff2ea;
    color: #ff6c0e;
    border-color: #ff6c0e;
}
.donate .form-container .donateForm .check-box label input:checked + span:hover {
    background: #ff6c0e;
    color: #fff;
    border-color: #ff6c0e;
}

.donate .form-container .donateForm label {
    width: 100%;
}

.donate .form-container .donateForm input {
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    font-size: 14px;
    color: #c3c3c3;
    padding: 8px 30px;
    margin: 0px 0px;
}

.donate .form-container .donateForm .amount-box {
    position: relative;
    margin-bottom: 10px;
}

.donate .form-container .donateForm .amount-box span {
    position: absolute;
    color: #4e4e4e;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.donate .form-container .donateForm .amount-box input {
    color: #4e4e4e;
    padding-left: 36px;
    padding-right: 70px;
    border-radius: 8px;
}

.donate .form-container .donateForm .amount-box span:first-child {
    left: 25px;
}

.donate .form-container .donateForm .amount-box span:last-child {
    right: 25px;
}

.donate .form-container .donateForm .btn {
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
}

.donate .form-container .donateForm .sm-text {
    font-weight: 600;
    color: #ff6c0e;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

/*donate*/
/*count-story*/
.count-story {
    background: #fff2ea;
    padding-top: 150px !important;
}

.count-story .ctn-box {
    padding-right: 26px;
}

.count-story .ctn-box h2 {
    font-size: 30px;
    font-weight: 300;
    font-family: "Kurale", serif;
    color: #ff6c0e;
}

.count-story .ctn-box p {
    font-size: 20px;
    margin: 40px 0px;
    color: #4e4e4e;
    line-height: 26px;
}

.count-story .ctn-box .btn {
    max-width: 364px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 10px 70px;
}
.count-story .img-box .img:first-child{ margin-right: 24px;}
.count-story .img-box .img:last-child{margin-left: 24px;}



/*count-story*/
/*our-work*/
.our-work {
    padding-top: 50px;
    padding-bottom: 0px !important;
}

.our-work .nav-pills {
    height: 100%;
}

.our-work .nav-pills .nav-link {
    border-radius: 0px;
    background: #fff2ea;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 15px;
}

.our-work .nav-pills .nav-link:last-child {
    border-bottom: none;
}

.our-work .nav-pills .nav-link .box {
    max-width: 226px;
    width: 100%;
}

.our-work .nav-pills .nav-link h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.our-work .nav-pills .nav-link a {
    color: #ff6c0e;
    font-size: 14px;
    font-weight: 400;
}

.our-work .nav-pills .nav-link.active a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.our-work .nav-pills .nav-link.active {
    background: #ff6c0e;
}

.our-work .tab-content .ctn-box {
    position: relative;
}

.our-work .tab-content .ctn-box .img {
    overflow: hidden;
}

.our-work .tab-content .ctn-box .img img {
    transition: transform 0.3s;
}

.our-work .tab-content .ctn-box:hover .img img {
    transform: scale(1.03);
}

.our-work .tab-content .ctn-box .overlay {
    position: absolute;
    bottom: 55px;
    left: 55px;
    right: 55px;
    background: rgba(255, 255, 255, 0.9);
    padding: 41px 50px 41px 41px;
}

.our-work .tab-content .ctn-box .overlay h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.our-work .tab-content .ctn-box .overlay span {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    line-height: 19px;
}

/*our-work*/
/*testimonial*/
.testimonial {
    background: #fbfcf7;
}

.testimonial .ctn-box p {
    font-size: 40px;
    font-weight: 400;
    font-family: "Kurale", serif;
    margin-bottom: 60px;
    color: #4e4e4e;
}

.testimonial .ctn-box .author-name {
    font-size: 30px;
}

/*testimonial*/
/*upcoming-events*/
.upcoming-events {
    padding: 80px 0px 130px;
}

.upcoming-events .sec-title {
    padding-bottom: 80px;
}

.upcoming-events .sec-title h2 {
    color: #fff;
}

.upcoming-events .event-box {
    background: #fff;
}

.upcoming-events .event-box {
    background: #fff;
}

.upcoming-events .event-box .event-date {
    background: #ff6c0e;
    padding: 5px;
    transition: all 0.3s;
}

.upcoming-events .event-box .event-date .month {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
}

.upcoming-events .event-box .event-date .date {
    color: #fff;
    font-size: 39px;
    font-weight: 600;
    line-height: 40px;
    transition: all 0.3s;
}

.upcoming-events .event-box .event-info {
    padding: 24px 35px 0px;
}

.upcoming-events .event-box .event-info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.upcoming-events .event-box .event-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.upcoming-events .event-box a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff6c0e;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    display: block;
    transition: all 0.3s;
}

.upcoming-events .event-box:hover .event-date {
    background: #fdefe4;
}
.upcoming-events .event-box:hover .event-date .month {
    color: #ff6c0e;
}
.upcoming-events .event-box:hover .event-date .date {
    color: #ff6c0e;
}
.upcoming-events .event-box:hover a {
    background: #ff6c0e;
    color: #fff;
}

/*upcoming-events*/
/*step-process*/
.step-process {
    background: url(../images/step-bg.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top 10px center;
}

.step-process .container {
    max-width: 1120px;
}

.step-process .square {
    width: 187px;
    height: 187px;
    border-radius: 48px;
    background: #ff6c0e;
    border: 2px solid #ff6c0e;
    transition: all 0.2s;
}

.step-process .square span {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: "Kurale", serif;
    text-transform: uppercase;
    transition: transform 0.2s;
}

.step-process .square:hover {
    background: #fff;
}
.step-process .square:hover span {
    transform: scale(1.3);
    color: #ff6c0e;
}

.step-process .step-box h3 {
    font-size: 25px;
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
}

/*step-process*/
/*newsletter*/
.newsletter {
    position: relative;
    background: #fff2ea;
    background-image: url(../images/new-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0px 0px !important;
}

.newsletter:after {
    content: "";
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff2ea;
}

.newsletter .ctn-box {
    padding: 168px 15px;
    background: #fff2ea;
    padding-right: 20px;
    max-width: 530px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.newsletter .ctn-box h3 {
    font-size: 40px;
    font-weight: 400;
    font-family: "Kurale", serif;
    margin-bottom: 20px;
}

.newsletter .ctn-box p {
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0px 20px;
}

.newsletter .ctn-box .news-box {
    margin-top: 60px;
}

/*newsletter*/
/*clientLogo*/
.clientLogo {
    padding: 50px 0px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
.clientLogo .container {
    max-width: 1670px;
}

.logos-wrap li {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 40px 15px;
}

.logos-wrap li a {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    height: 195px;
    max-width: 243px;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
}

.logos-wrap li.adrianne-calvo img {
    webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.15;
    min-height: 195px;
}

.logos-wrap li.adrianne-calvo a:hover img {
    webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.logos-wrap li.cracked a:not(:hover) #stl1 {
    fill: #d1d3d4;
}

.logos-wrap li.redfish a:not(:hover) #stl2 {
    fill: #d1d3d4;
}

.logos-wrap li.chef a:not(:hover) #stl3 {
    fill: #d1d3d4;
}

/*clientLogo*/
/*footer*/
footer {
    box-shadow: 0px -9px 6px rgba(0, 0, 0, 0.05);
}

.widget h3 {
    font-size: 14px;
    font-weight: 400;
    color: #ff6c0e;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.fo-nav ul li {
    display: block;
}

.fo-nav ul li a {
    color: #ff6c0e;
    font-size: 14px;
    font-weight: 400;
}

.fo-nav ul li a:hover {
    color: #212121;
}

footer .fo-top {
    padding-top: 107px;
    padding-bottom: 90px;
}

footer .fo-bottom {
    /* padding: 8px 0px; */
    /* background: #e2e2e2; */
}

footer .fo-bottom .copyrights {
    /*margin-bottom: 0px;*/
    /* font-size: 10px; */
}

.widget.social ul.social li a span {
    padding-left: 5px;
    color: #ff6c0e;
}

.widget.social ul.social li a svg {
    width: 20px;
    height: 14px;
    fill: #ff6c0e;
}

.widget.social ul.social li a:hover span {
    color: #212121;
}
.widget.social ul.social li a:hover svg {
    fill: #212121;
}

.widget.news {
    width: 100%;
}
.widget.news .email-box {
    max-width: 257px;
}
.widget.news .email-box input {
    height: 40px;
    font-size: 14px;
}

.contact-info p,
.contact-info a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    color: #ff6c0e;
}

.copyrights a {
    color: #ff6c0e;
    text-decoration: underline;
}

.copyrights a svg {
    margin: 0px 5px;
}

/*footer*/
/*page-title*/
.page-title {
    position: relative;
    height: 60vh;
    padding-top: 138px;
}
.page-title > div {
    height: 100%;
}
.page-title .jarallax-img {
    object-position: 50% 36% !important;
}
.page-title .page-info {
    z-index: 1;
    text-align: center;
    max-width: 100%;
    width: 100%;
}
.page-title .page-info h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
}
.page-title .page-info p {
    font-size: 39px;
    line-height: 58px;
    color: #fff;
    font-family: "Kurale", serif;
    font-weight: 100;
}
.page-title.contact-us {
    height: 40vh;
}
.page-title.contact-us .page-info h1 {
    font-size: 39px;
}
.page-title.inner-donate h1 {
    font-size: 39px;
}
.page-title.inner-donate h1 svg {
    width: 54px;
    height: 54px;
}
.page-title.inner-donate h1 svg #Path_213 {
    fill: #fff;
}
.page-title.inner-donate p {
    font-size: 25px;
}

/*page-title*/
/*our-vision*/
.our-vision {
    background: #fff2ea;
    padding-bottom: 60px;
    padding-top: 80px;
}
.our-vision .sec-title {
    width: 100%;
    padding-bottom: 0px;
}
.our-vision .sec-title h2 {
    color: #4e4e4e;
    font-size: 50px;
    line-height: 45px;
}
.our-vision .sec-title h2 span {
    font-size: 40px;
}
.our-vision .ctn-box {
    width: 100%;
}
.our-vision .ctn-box h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #4e4e4e;
}
.our-vision .ctn-box p {
    font-size: 20px;
    line-height: 26px;
}

/*our-vision*/
/*abt-two*/
.abt-two {
    padding-top: 73px;
    background-image: url("../images/bg/about-it-bg.png");
    background-size: auto;
    background-position: top 150px right 530px;
    background-repeat: no-repeat;
}
.abt-two .abg-sec {
    margin-bottom: 133px;
}
.abt-two .abg-sec h2 {
    font-size: 56px;
    font-weight: normal;
    margin-bottom: 25px;
    color: #4e4e4e;
}
.abt-two .abg-sec p {
    font-size: 20px;
    line-height: 26px;
}

/*abt-two*/
/* our work */
.work-video .video-container {
    max-width: 1004px;
    width: 100%;
}
.work-video .video-container .info {
    width: 100%;
}
.work-video .video-container .info p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
.work-video .video-container .video {
    width: 100%;
    margin-top: 25px;
}
.work-video .video-container .video iframe {
    height: 565px;
    width: 100%;
}

.gallery {
    background-color: #fff2ea;
    background-image: url("../images/our-work/gallery-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom 40% right -40%;
}
.gallery .container {
    max-width: 1415px;
}
.gallery .sec-title h2 {
    color: #4e4e4e;
}
.gallery .col {
    margin-bottom: 75px;
}
.gallery .col:last-child {
    margin-bottom: 0px;
}
.gallery .col .single-img-box {
    background: #fff;
    box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.16);
    position: relative;
}
.gallery .col .single-img-box img {
    width: 100%;
}
.gallery .col .single-img-box .img-box {
    overflow: hidden;
}
.gallery .col .single-img-box .info {
    text-align: center;
    padding: 16px 32px 25px 32px;
}
.gallery .col .single-img-box .info h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}
.gallery .col .single-img-box .overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(255, 108, 14, 0.88);
    padding: 20px 0px;
    opacity: 0;
    transition: all 0.3s;
}
.gallery .col .single-img-box .overlay .info h3 {
    color: #fff;
    margin-bottom: 25px;
}
.gallery .col .single-img-box .overlay .info p {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.gallery .col .single-img-box:hover .overlay {
    opacity: 1;
}
.gallery .btn {
    background: #ffb689;
    padding: 10px 130px;
    border-radius: 8px;
    margin-top: 10px;
}

/* our work */
/*contact-us*/
.contact-us label {
    font-size: 20px;
}
.contact-us .ctn-thanks p {
    font-size: 20px;
    line-height: 26px;
}
.contact-us .ctn-thanks ul.list {
    margin-top: 30px;
    display: block;
}
.contact-us .ctn-thanks ul.list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 30px;
}
.contact-us .ctn-thanks ul.list li p a {
    color: #ff6c0e;
    text-decoration: underline;
}
.contact-us .ctn-thanks ul.list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 23px;
    height: 21px;
    background: url("../images/icons/heart.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.contact-us .ctn-questions {
    padding-top: 80px;
    padding-bottom: 130px;
}
.contact-us .ctn-questions p {
    font-size: 20px;
    line-height: 26px;
}
.contact-us .ctn-questions #accordion .card {
    margin-bottom: 22px;
    border-radius: 0px;
    border: none;
    background: #f4f4f4;
}
.contact-us .ctn-questions #accordion .card .heading {
    padding: 11px 46px 11px 29px;
    background: #fff2ea;
    cursor: pointer;
}
.contact-us .ctn-questions #accordion .card .heading span {
    display: inline-block;
    font-size: 20px;
    color: #4e4e4e;
}
.contact-us .ctn-questions #accordion .card .heading .icon {
    transition: all 0.3s;
}
.contact-us .ctn-questions #accordion .card .heading:not(.collapsed) .icon {
    transform: rotate(180deg);
}
.contact-us .ctn-form .field {
    margin-bottom: 30px;
}
.contact-us .ctn-form .field textarea,
.contact-us .ctn-form .field select,
.contact-us .ctn-form .field input {
    padding: 12px 17px 11px;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #838383;
    margin-bottom: 15px;
}
.contact-us .ctn-form .field input {
    text-transform: uppercase;
}
.contact-us .ctn-form .field input::placeholder {
    color: #c4c4c4;
}
.contact-us .ctn-form .field input::-webkit-input-placeholder {
    color: #c4c4c4;
}
.contact-us .ctn-form .field input::-moz-placeholder {
    color: #c4c4c4;
}
.contact-us .ctn-form .field input:-ms-input-placeholder {
    color: #c4c4c4;
}
.contact-us .ctn-form .field input:-moz-placeholder {
    color: #c4c4c4;
}
.contact-us .ctn-form .field select label {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #4e4e4e;
    width: 100%;
}
.contact-us .ctn-form .field .message-box textarea {
    width: 100%;
    height: 277px;
}
.contact-us .ctn-form .field .select-box select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center right 29px;
}
.contact-us .btn{border: 1px solid #ffb689 !important;}
.contact-us .btn:hover{border: 1px solid #ff6c0e !important;}
.contact-us .ctn-form .verification-box{ margin-left: 20px; }

/*contact-us*/
/*get involved*/
.your-birthday {
    background: #fff2ea;
    padding-top: 70px;
    padding-bottom: 43px;
}
.your-birthday p {
    font-size: 30px;
    font-family: "Kurale", serif;
    margin: 25px 0px;
    color: #4e4e4e;
}
.your-birthday .btn {
    margin-top: 25px;
}
.your-birthday .btn:hover {
    color: #fff !important;
    background: #4e4e4e;
    border-color: #4e4e4e;
}
.your-birthday .b-box {
    max-width: 660px;
}
.your-birthday .b-box h2 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #4e4e4e;
}
.your-birthday .b-box h2 span.s1 {
    font-size: 63px;
}
.your-birthday .b-box h2 span.s2 {
    font-size: 50px;
}
.your-birthday .b-box .icon {
    display: inline-block;
}
.your-birthday .b-box .icon span {
    font-size: 19px;
    font-weight: 400;
}

.donate-birthday {
    padding-top: 73px;
    background-image: url(../images/involved/bg.png);
    background-size: auto;
    background-position: bottom -35px right 460px;
    background-repeat: no-repeat;
}
.donate-birthday .sec-title {
    padding-bottom: 149px;
}
.donate-birthday .sec-title h2 {
    margin-bottom: 30px;
}
.donate-birthday .sec-title .btn {
    margin-top: 40px;
}
.donate-birthday .sec-title .btn:hover {
    color: #fff;
    background: #4e4e4e;
    border-color: #4e4e4e;
}
.donate-birthday .container {
    max-width: 1234px;
}
.donate-birthday .col .box {
    height: 100%;
}
.donate-birthday .col .box .icon-box {
    border-bottom: 1px solid #707070;
}
.donate-birthday .col .box .icon-box .icon {
    margin-bottom: 32px;
}
.donate-birthday .col .box .icon-box .icon svg {
    height: 113px;
}
.donate-birthday .col .box .icon-box h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 28px;
}
.donate-birthday .col .box .info-box {
    padding: 17px 48px 43px 48px;
}
.donate-birthday .col .box .info-box .number {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 100px;
    background: #bababa;
    font-size: 42px;
    font-family: "Kurale", serif;
    color: #fff;
    margin-bottom: 21px;
}
.donate-birthday .col .box p {
    font-size: 20px;
    line-height: 25px;
}

/*get involved*/
/*donate page */
.donate-now {
    background: #f5f3f2;
}
.donate-now select,
.donate-now input {
    border-radius: 8px;
    border: 1px solid #bababa;
    width: 100%;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.donate-now label {
    font-size: 20px;
}
.donate-now label span {
    color: #ffb689;
}
.donate-now select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("../images/icons/arrow-point-to-right.svg");
    background-repeat: no-repeat;
    background-position: center right 29px;
}
.donate-now .donate-area {
    background: #fff;
    border-radius: 41px;
    padding: 105px 90px;
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.16);
}
.donate-now .donate-area .sec-title {
    background: #fff2ea;
    width: 100%;
    padding: 0px;
    margin-bottom: 50px;
}
.donate-now .donate-area .sec-title h2 {
    font-size: 30px;
    line-height: 30px;
    color: #ffb689;
    display: inline-block;
    padding-right: 22px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.donate-now .donate-area .sec-title h2:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    top: 0px;
    background: #fff;
    z-index: -1;
}
.donate-now .donate-area .sec-title h3.blank {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
}
.donate-now .donate-area h3.sub-title {
    font-size: 30px;
    font-weight: 400;
    color: #4e4e4e;
}
.donate-now .donate-area .your-info {
    margin-top: 15px;
}
.donate-now .input-container {
    max-width: 825px;
    width: 100%;
}
.donate-now .field {
    margin-bottom: 25px;
    display: inline-block;
}
.donate-now .field p {
    font-size: 20px;
}
.donate-now .field p a {
    color: #ffb689;
    text-decoration: underline;
}
.donate-now .field .check-box {
    margin: 31px 0px 25px;
}
.donate-now .field .check-box label span {
    border: 1px solid #bababa;
    color: #4e4e4e;
    border-radius: 4px;
    padding: 9px;
    margin-right: 38px;
    min-width: 147px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
}
.donate-now .field .check-box label:last-child span {
    margin-right: 0px;
}
.donate-now .field .check-box label input {
    display: none;
}
.donate-now .field .check-box label:hover span,
.donate-now .field .check-box label input:checked + span {
    background-color: #ffb689;
    color: #fff;
    border-color: #ffb689;
    font-weight: 800;
}
.donate-now .payment-container {
    margin-top: 65px;
}
.donate-now .payment-container label span {
    color: #233f95;
}
.donate-now .payment-container .sec-title h2 {
    color: #ff6c0e;
}
.donate-now .payment-container .payment {
    margin-top: 54px;
    max-width: 975px;
    width: 100%;
}
.donate-now .payment-container .payment ul.nav {
    margin: 25px 0px 24px;
}
.donate-now .payment-container .payment ul.nav li span {
    border: 1px solid #bababa;
    color: #4e4e4e;
    border-radius: 4px;
    padding: 10px;
    margin-right: 38px;
    min-width: 147px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.donate-now .payment-container .payment ul.nav li span.active {
    background-color: #ffb689;
    color: #fff;
    border-color: #ffb689;
    font-weight: 800;
}
.donate-now .payment-container .payment .card-number {
    margin-top: 32px;
}
.donate-now .payment-container .payment .cvv {
    margin-top: 28px;
}
.donate-now .payment-container .payment .cvv p {
    margin-bottom: 0px;
    font-size: 15px;
}
.donate-now .payment-container .payment .exp-date {
    display: flex;
    align-items: end;
}
.donate-now .payment-container .payment .exp-date select {
    width: 165px;
}
.donate-now .payment-container .payment .exp-date .dateMonth {
    margin-right: 47px;
}
.donate-now .payment-container .payment .exp-date .dateMonth,
.donate-now .payment-container .payment .exp-date .dateMonth {
    max-width: 165px;
}
.donate-now .payment-container .sign-check-box {
    margin-bottom: 51px;
}
.donate-now .payment-container .sign-check-box h3 {
    font-weight: 400;
}
.donate-now .payment-container .sign-check-box p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
}
.donate-now .payment-container .sign-check-box .check-box {
    margin-top: 35px;
}
.donate-now .payment-container .sign-check-box .check-box .check-container {
    margin-right: 13px;
}
.donate-now .payment-container .sign-check-box .check-box .check-container input {
    display: none;
}
.donate-now .payment-container .sign-check-box .check-box .check-container .checkmark {
    height: 32px;
    width: 32px;
    display: inline-block;
    border: 1px solid #233f95;
    border-radius: 8px;
    position: relative;
}
.donate-now .payment-container .sign-check-box .check-box .check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 3px;
    width: 10px;
    height: 22px;
    border: solid #ff6c0e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.donate-now .payment-container .sign-check-box .check-box .check-container input:checked ~ .checkmark:after {
    display: block;
}
.donate-now .payment-container .btn-container {
    background: #fff2ea;
    padding-top: 55px;
    padding-bottom: 66px;
}
.donate-now .payment-container .btn-container .btn {
    padding: 9px 71px 8px;
}
.donate-now .payment-container .btn-container .btn svg {
    margin-left: 6px;
}
.donate-now .payment-container .btn-container .btn svg #Path_213 {
    fill: #fff;
}
.donate-now .payment-container .btn-container .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #4e4e4e !important;
}
.donate-now .payment-container .btn-container .btn:hover svg #Path_213 {
    fill: #ff6c0e;
}

/*donate page */

.event-share-icon ul li a{
    padding: 10px !important;
    font-size: 20px !important;
}
.fo-top .show-mobile{
    display: none;
}
.donate-btn{
    display: none;
}