/*
Theme Name: amurtel
Author: masoud ahmadvand
Author URI: mailto:masoud.ahmadvand@gmail.com
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: masoud
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    font-family: "Roboto", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f3e9cd;
    width: 100%;
    height: auto;
    overflow: hidden scroll;
    position: relative;
    top: 0;
}

.p0 {
    padding: 0;
}

.wapper {
    /* max-width: 1200px; */
    width: 100%;
    margin: auto;
    background-color: rgb(255 255 255);
    min-height: 100vh;
    box-shadow: 0 0 20px #a29674;
    overflow: hidden;
    /* position: relative; */
}

header {
    width: 100%;
    z-index: 1000;
    background-image: linear-gradient(180deg, rgb(255 255 255), rgb(255 255 255));
    height: 120px;
    box-shadow: 0 0 20px -5px #404040;
    z-index: 100;
    position: relative;
}

.header-topbar {
    /* padding: 0 10px; */
    height: auto;
}

.header-logo {
    width: 100px;
    height: 100px;
    background-image: url("amurtel-logo.png");
    background-size: 100% 100%;
    float: left;
    margin: 10px 0 0 0px;
    /* filter: drop-shadow(0px 0px 1px rgb(255 255  255)); */
}

.header-media-contact {
    display: inline-block;
    margin: 42px 0 0 0;
    float: right;
}

.header-media-contact>ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.header-media-contact>ul>li {
    display: block;
    float: left;
    margin: 0 2px;
    /* background-color: rgb(148 80 31 / 53%); */
    border-radius: 2px;
    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1.46);
    box-shadow: 0 1px 5px -3px #424242;
}

.header-media-contact>ul>li:hover {
    transform: scale(1.4);
    text-shadow: 0 0 3px #efa270;
}

.header-media-contact>ul>li>a {
    display: block;
    padding: 5px 0;
    width: 30px;
    text-align: center;
}

.header-media-contact>ul>li>a>i {
    display: inline-block;
    font-size: 16px;
    color: #346633;
}

.menuBtnsticky {
    top: -15px;
    right: 20px;
    z-index: 1000;
    position: fixed;
}

nav {
    display: inline-block;
    /* overflow: hidden; */
    float: left;
    margin: 43px 10px 0 10px;
}

nav .menu {
    display: block;
    margin: 0;
    padding: 0;
}

nav .menu>li {
    display: block;
    float: left;
    margin: 0 0px 0 8px;
    background-color: rgb(231 142 74 / 41%);
    border-radius: 20px;
    background: none;
    border-radius: 0;
    position: relative;
    letter-spacing: 0.4px;
}

nav .menu>li:hover:after {
    width: 100%;
}

nav .menu>li>a {
    text-decoration: none;
    font-size: 15px;
    color: #383838;
    padding: 8px 4px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 2px #c7c7c7;
    cursor: pointer;
    font-family: 'AnvirNext';
}

nav .menu>li:hover .sub-menu {
    display: block;
}

nav .menu>li::after {
    content: "";
    display: block;
    height: 1px;
    width: 0%;
    background-image: linear-gradient(45deg, rgb(255 255 255 / 0%), rgb(255 255 255), rgb(255 255 255), rgb(0 0 0 / 0%));
    position: absolute;
    bottom: 5px;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

nav .sub-menu {
    display: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    background-color: rgb(249 249 249);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 200;
    width: max-content;
}

nav .sub-menu>li {
    display: block;
}

nav .sub-menu>li>a:hover {
    background-color: #ffffff;
    color: #ff6600;
    /* text-decoration: underline; */
    text-shadow: 0px 0px 1px #4e4e4e;
}

nav .sub-menu>li>a {
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    color: black;
    font-size: 14px;
    font-weight: 300;
    text-shadow: 0 0 black;
    transition: all 0.1s;
    text-transform: uppercase;
    font-family: 'AnvirNext';
}

.mobile-nav-btn {
    display: inline-block;
    margin: 0 10px;
    background-color: rgb(255 103 0);
    padding: 2px 5px;
    border-radius: 2px;
    display: none;
    margin: 49px 0 0 10px;
    height: 35px;
    width: 40px;
    text-align: center;
    z-index: 10000;
}

.mobile-nav-btn i {
    font-size: 31px;
    color: rgb(255 255 255);
}

.header-bottombar {
    padding: 0 10px;
}


/*--------------------------------------- all pages ------------------------------------------*/

.page-header {}

.button-a {
    display: table;
    margin: auto;
    text-decoration: none;
    background-color: rgb(35 46 60);
    text-transform: uppercase;
    letter-spacing: 0.9px;
    border-radius: 4px;
    border: 0;
    font-size: 15px;
    padding: 13px 20px;
    font-weight: 500;
    color: rgb(255 255 255);
    box-shadow: 0 1px 4px #3a3a3a;
}

.card-fade-bg-1 {
    background-color: rgb(0 0 0 / 5%);
    padding: 20px 5px;
    margin: 100px 0 0 0;
}

.bg-blob-a {
    background-image: url(assets/images/blob-grad.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.revers {
    flex-direction: row-reverse;
}

.norevers {
    flex-direction: row;
}


/* ---------------------------------------- home page -----------------------------------------*/

.home-header * {
    font-family: 'AnvirNext';
}

.home-header {
    min-height: 100vh;
    background-image: url(/wp-content/uploads/amurtel-home-safespaces.jpg);
    background-position: center;
    overflow: hidden;
    background-size: cover;
    background-color: #ffffff;
}

.home-header-box {
    color: white;
    display: table;
    float: right;
    background-color: rgb(0 0 0 / 39%);
    margin: 20vh 0;
    border-radius: 30px 0 0 30px;
    padding: 0px 10vw 0 30px;
}

.home-header-box h2 {
    font-family: berlin;
    font-size: 60pt;
    margin: 20px 0 0 0;
}

.home-header-box span {
    font-weight: 700;
    font-size: 18pt;
    margin: 30px 0 0 0;
    display: block;
}

.home-header-box h1 {
    font-weight: 100;
    font-size: 16pt;
}

.home-header-box a {
    font-family: berlin;
    display: table;
    background-color: rgb(250 175 59);
    font-size: 17pt;
    text-align: center;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 50px 0 20px 66px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.home-header-box a:hover {}

.home-m-c {}

.home-m-c p {
    text-align: center;
    font-family: 'AnvirNext';
    font-size: 20pt;
}

.home-m-c h2 {
    font-family: berlin;
    font-size: 24pt;
    text-align: center;
    margin: 70px 0 0 0;
}

.home-m-c h2 span {
    display: block;
    text-transform: uppercase;
    font-family: berlin;
    font-size: 38pt;
    margin: 0 0 0px 0;
}

.home-m-c img {
    display: block;
    margin: 80px auto 0 auto;
    width: 140px;
    height: auto;
}

.home-m-c p {}

.home-m-c h3 {
    text-align: center;
    margin: 5px 0 0 0;
    font-family: berlin;
    font-size: 18pt;
}

.home-m-c h3 span {
    display: block;
    font-family: 'AnvirNext';
    font-size: 20pt;
    font-weight: 300;
}

.home-programs {
    position: relative;
    min-height: 100vh;
    background: url(/wp-content/uploads/amurtel-programs-bg.jpg);
    background-size: 67vh;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin: 100px 0 0 0px;
}

.home-programs h2 {
    font-family: berlin;
    font-size: 45pt;
    margin: 0 0 40px 20px;
}

.home-programs h3 {
    margin: 45px 50px;
    font-family: 'AnvirNext';
    font-weight: 500;
    font-size: 20pt;
    position: relative;
    z-index: 2;
}

.home-programs h3::after {
    content: "";
    display: block;
    height: 1px;
    margin: 10px 0;
    background-image: linear-gradient(90deg, rgb(0 0 0), transparent);
    width: 80%;
    float: left;
}

.home-programs .tal-r::after {
    content: "";
    display: block;
    float: right;
    background-image: linear-gradient( 275deg, rgb(0 0 0), transparent);
}

.home-programs h3 a {
    text-decoration: none;
    color: #000000;
}

.home-programs h3 a:hover {}

.home-programs img {
    /* position: absolute; */
    right: 5vw;
    bottom: 0;
    float: right;
    margin: -53px 5vw 0 0;
}

.tal-r {
    text-align: right;
}

.home-video {
    min-height: 100vh;
    background-image: url(/wp-content/uploads/amurtel-home-aljazeera.jpg);
    background-position: center;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    position: relative;
}

.home-video h2 {
    font-family: berlin;
    font-size: 30pt;
    margin: 30px 30px 0px 0px;
    color: white;
    text-align: right;
}

.home-video .play-btn {
    display: table;
    margin: 25vh auto;
    text-align: center;
    cursor: pointer;
}

.home-video .play-btn img {}

.home-video .play-btn div {
    font-family: 'AnvirNext';
    font-weight: 500;
    font-size: 18pt;
    color: white;
}

.home-video iframe {
    top: 0;
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 39;
}


/* ---------------------------------------- safe space -----------------------------------------*/

.safe-space-header {
    background-size: cover;
    background-position: bottom center;
    min-height: 100vh;
    padding-bottom: 50px;
    background-image: linear-gradient(rgb(255 103 0 / 50%), rgb(255 103 0 / 0%), rgb(255 255 255 / 0%)), url(/wp-content/uploads/safespaceheader.jpg);
    background-attachment: fixed;
}

.safespace-headtext {
    padding: 0 10px 10px 10px;
    background-image: linear-gradient(rgb(201 186 143 / 0%), rgb(201 186 143 / 70%), rgb(201 186 143 / 76%));
}

.safespaces-part-one {
    min-height: 80vh;
    height: auto;
    position: relative;
    margin: 30px auto 10px auto;
}

.safespaces-part-one-background {
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/graphic-woman-window.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.safespaces-part-one .row {
    height: 100%;
}

.safespaces-part-one-title {
    height: 100%;
}

.safespaces-part-one-title-box {
    margin-top: 13%;
    margin-left: 18%;
}

.safespaces-part-one-title-head {
    margin: 0;
    font-family: berlin;
    color: rgb(0 0 0 / 94%);
    text-transform: uppercase;
    font-size: 66px;
    font-weight: bold;
    background-image: url(/wp-content/uploads/ovals.png);
    background-repeat: no-repeat;
    background-size: 150px 100%;
    background-position: left;
    padding: 65px 0 40px 30px;
}

.safespaces-part-one-title-camp {
    font-family: berlin;
    text-align: right;
    margin: -44px 0 0 0;
    padding: 0 23px;
    font-size: 42pt;
    text-transform: uppercase;
}

.safespaces-part-one-title-camp span {
    display: block;
    font-size: 22pt;
    margin: 0px 0 0 0px;
    /* font-family: 'AnvirNext'; */
    /* font-weight: bold; */
    /* font-style: italic; */
    font-family: berlin;
}

.safespaces-part-one-title-desc-box {
    width: 100%;
    margin: 0 0 0 0%;
}

.safespaces-part-one-title-desc {
    font-size: 19px;
    font-weight: 400;
    text-align: left;
    padding: 0px 0;
}

.safespaces-part-one-title-desc span {
    /* background-color: rgb(251 203 204); */
    line-height: 27px;
    width: 45%;
    display: block;
}

.safespaces-part-one-donate-btn {
    background-color: rgb(0, 147, 70);
    color: #fff;
    display: table;
    padding: 12px 15px;
    border-radius: 100px;
    cursor: pointer;
    margin: 26px 0 0 0;
    font-size: 11pt;
    font-weight: 700;
    letter-spacing: 1px;
    width: 23%;
    text-align: center;
    box-shadow: 0px 1px 3px black;
    transition: all 0.3s;
}

.safespaces-part-one-donate-btn:hover {
    box-shadow: 0px 1px 3px #202924, 0px 8px 40px -10px #000000;
    letter-spacing: 12px;
    font-weight: 700;
}

.safespaces-part-camp {}

.safespaces-part-camp h2 {
    font-family: berlin;
    font-size: 29pt;
    text-align: center;
    padding: 50px 0;
    margin: 0;
    /* background-image: linear-gradient(180deg, rgb(255 255 255 / 0%),rgb(255 255 255 / 0%), #f5dfdf); */
}

.safespaces-part-camp .ytvideo {
    width: 100%;
    height: 80vh;
    border-radius: 5px;
    box-shadow: 0px -45px 200px -40px #827834;
    border: 1px solid #b1ab7f;
}

.safespaces-part-one-tree {
    height: 80vh;
    background-image: url(/wp-content/uploads/flower-pattern-yellow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#donorFrame {
    position: absolute;
    visibility: hidden;
    margin: auto;
    left: 0;
    right: 0;
    top: 50px;
    background-color: #fff;
    z-index: 100;
    box-shadow: rgb(66 38 25) 0px 0px 150px 25px;
}

#closeDonorFrame {
    position: absolute;
    right: -10px;
    top: -20px;
    padding: 5px 0;
    background-color: rgb(255 103 0);
    color: rgb(255 255 255);
    text-align: center;
    width: 40px;
    border-radius: 100%;
    font-size: 25px;
    box-shadow: 0 0px 10px #632800;
    cursor: pointer;
}

.safespaces-part-two {
    background: url(/wp-content/uploads/horizon.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
}

.safespaces-part-two div {
    position: relative;
    z-index: 5;
}

.safespaces-part-two-title {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: AnvirNext;
    font-weight: 300;
    line-height: 2.2;
}

.safespaces-part-two-title span {
    /* background-color: #fbcbcc; */
}

.safespaces-part-two-image {
    width: 339px;
    display: block;
    margin: auto;
}

.safespaces-part-two-bgflower {
    background-image: url(/wp-content/uploads/flower-pattern-greenblue.png);
    background-position: left bottom;
    background-size: auto 70%;
    background-repeat: no-repeat;
    padding: 0 0 40px 0;
}

.safespaces-part-three {}

.safespaces-part-three-img {
    background-image: url(/wp-content/uploads/baby-hand.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.safespaces-part-three-title {
    font-family: 'berlin';
    font-size: 32px;
    color: #fff;
    background-image: url(/wp-content/uploads/brush-stroke.png);
    background-position: center 13px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 1.7;
    background-size: 50%;
    margin: 150px 0 0 0;
}

.safespaces-part-three-desc {
    margin-top: 68px;
    margin-bottom: 0px;
    padding: 0 20px;
}

.safespaces-part-three-desc h3 {
    font-size: 23px;
    font-family: 'AnvirNext';
    font-weight: 400;
    font-style: italic;
    margin: 0;
}

.safespaces-part-three-desc span {
    font-family: 'AnvirNext';
    font-weight: 300;
    line-height: 1.7;
    text-shadow: 0 0px 1px #4c4c4c;
}

.safespaces-part-four {}

.safespaces-part-four-title {
    padding: 50px;
}

.safespaces-part-four-title h2 {
    font-family: 'AnvirNext';
    font-weight: 400;
    /* text-shadow: 0 1px 1px #6d6d6d; */
    font-size: 26px;
}

.safespaces-part-four-title span {
    font-family: 'AnvirNext';
    font-weight: 300;
    text-shadow: 0 0px 1px #6d6d6d;
    font-size: 19px;
}

.safespaces-part-four-title img {
    max-width: 200px;
    display: block;
    margin: 30px auto 0 auto;
}

.safespaces-part-four-descbg {
    background-image: url(/wp-content/uploads/sofa-image.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.safespaces-four-desc {
    padding: 30px 20px 60px 20px;
}

.safespaces-four-desc-title {
    font-family: 'berlin';
    font-size: 80px;
    font-weight: bold;
    color: rgb(255 255 255);
    text-transform: uppercase;
    display: block;
    letter-spacing: 7px;
}

.safespaces-four-desc-text {
    /* background-image: url(/wp-content/uploads/box-border.png); */
    background-size: 100% 100%;
    padding: 20px 0 20px 0px;
    text-align: center;
    font-family: 'AnvirNext';
    font-weight: 300;
    text-shadow: 0 0px 1px #fff6f6;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    border: 5px solid rgb(255 255 255 / 49%);
    margin: 0 0px 0 110px;
}

.safespaces-part-four-comment {
    margin: 50px 0 20px 0;
}

.safespaces-part-four-comment-text {
    font-family: 'AnvirNext';
    font-weight: 200;
    font-size: 25px;
    color: rgb(255 255 255);
    line-height: 1.5;
    font-style: italic;
}

.safespaces-part-four-comment-author {
    font-family: 'AnvirNext';
    font-weight: 300;
    font-size: 18px;
    color: rgb(255 255 255);
    font-size: 15px;
    font-family: 'AnvirNext';
    font-style: normal;
}


/* ---------------------------------------- about us -----------------------------------------*/

.about-us {}

.about-us-section-A {
    background-image: url('/wp-content/uploads/about-bg-a.jpg');
    position: relative;
    margin: 0;
    width: 100%;
    background-size: cover;
    background-position: top right;
    overflow: hidden;
}

.about-us-title {
    background-image: url('/wp-content/uploads/about-h-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    font-family: berlin;
    margin: 0;
    display: inline-block;
}

.about-us-title-a {
    color: #fff;
    font-size: 70pt;
    padding: 0 60px 20px 10px;
    margin: 30px 0 0 20px;
}

.about-us-section-A-text-bg {
    float: left;
    width: 750px;
    background-color: rgb(41 28 23 / 70%);
    padding: 40px 30px;
    margin: 0 0 0 0;
    font-family: 'AnvirNext';
    font-size: 19pt;
    color: #fff;
    border-radius: 0 50px 0 0;
    font-weight: 300;
}

.about-us-section-A-text-bg p {
    font-family: 'AnvirNext';
    font-weight: 300;
}

.about-us-title-b {
    font-family: berlin;
    font-size: 52pt;
    margin: 0 0 0px 0;
    padding: 0 80px 20px 10px;
}

.about-us-img {
    width: 100%;
}

.about-us-text {
    font-family: 'AnvirNext';
    font-size: 20pt;
    font-weight: 300;
    margin: 0 0 30px 0;
}

.about-us-text p {
    font-family: 'AnvirNext';
    font-size: 20pt;
    font-weight: 300;
}

.about-us-item-a {
    display: flex;
    margin: 30px 0 4px 0;
}

.about-us-item-a div {
    display: flex;
    font-family: 'AnvirNext';
    font-size: 19pt;
    font-weight: 300;
    line-height: 1.7;
}

.about-us-item-a p {
    display: none;
}

.about-us-item-a img {
    margin: auto;
    padding: 0 20px 0px 0;
}

.about-us-title-c {
    font-family: berlin;
    font-size: 52pt;
    margin: 0 0 40px 0;
    padding: 0 80px 20px 10px;
}

.personnel {
    width: 100%;
    overflow: hidden;
    display: flex;
    padding: 40px 20px;
}

.personnel p {
    margin: 0;
    padding: 0;
}

.personnel-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 20px 0 0;
}

.personnel-bio {
    font-family: 'AnvirNext';
}

.personnel-bio h3 {
    font-size: 19pt;
    font-weight: 400;
    margin: 10px 0 0 0;
    font-family: 'AnvirNext';
}

.personnel-bio span {
    display: block;
    font-family: 'AnvirNext';
    font-size: 18pt;
    font-weight: 300;
}

.personnel-bio i {
    font-family: 'AnvirNext';
    font-size: 12pt;
    font-weight: 300;
    font-style: normal;
    margin: 10px 0 0 0;
    display: block;
    text-shadow: 0 0 black;
}


/*  ---------------------------------------- media -------------------------------------------*/

.mediapage {}

.media-header {
    overflow: hidden;
    position: relative;
}

.media-header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.media-header-title {
    background-image: url(/wp-content/uploads/media-hbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-family: berlin;
    display: table;
    font-size: 130pt;
    color: #fff;
    margin: 5vw 0 14vw 0;
    padding: 10px;
}

.media-types {
    background-image: url(/wp-content/uploads/items-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.media-type {
    display: block;
    width: 100%;
    margin: 60px auto;
    font-size: 50pt;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 130px 0;
    background-color: #363c3c;
    font-family: 'AnvirNext';
    font-weight: 400;
    background-size: cover;
}

.media-type:hover {}

.media-type-video {
    background-image: linear-gradient(45deg, black, transparent), url(/wp-content/uploads/media-videos.jpg);
    background-position: left;
}

.media-type-blogs {
    background-image: linear-gradient(45deg, black, transparent), url(/wp-content/uploads/media-blogs.jpg);
    background-position: center;
}


/*  ---------------------------------------- videos -------------------------------------------*/

.videospage {}

.videos-header {
    overflow: hidden;
    position: relative;
}

.videos-header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    left: 0;
    top: 0;
}

.videos-header-title {
    font-family: berlin;
    /* display: table; */
    font-size: 90pt;
    color: #fff;
    width: 100%;
    margin: 4vw 0 0 0;
    padding: 0;
    text-align: center;
}

.videos-header-play {
    margin: 0 auto 14vw auto;
    display: block;
}

.video-item {}

.video-item-body {
    margin: 0 50px 100px 50px;
    cursor: pointer;
}

.video-item h5 {
    font-family: berlin;
    font-size: 20.5pt;
    margin: 0 0 20px 0;
}

.video-img {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 1px 1px 5px #7b7b7b;
    transition: all 0.3s;
    border-radius: 2px;
}

.video-item-body:hover h5 {
    color: #45775e;
}

.video-frame {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #191919;
    display: none;
}

.video-frame .close-video {
    display: block;
    margin: auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 100px;
    background-color: #1d1d1d;
    text-align: center;
    color: #d3dcc7;
    padding: 53px 0 5px 0;
    border-radius: 100%;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 0 20px black;
}

.video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/*  ---------------------------------------- blogs -------------------------------------------*/

.blogspage {}

.blogs-header {
    overflow: hidden;
    position: relative;
}

.blogs-header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    left: 0;
    top: 0;
}

.blogs-header-title {
    font-family: berlin;
    /* display: table; */
    font-size: 90pt;
    color: #fff;
    width: 100%;
    margin: 4vw 0 0 0;
    padding: 0;
    text-align: center;
}

.blogs-header-play {
    margin: 0 auto 14vw auto;
    display: block;
}

.bdp-post-list {
    margin: 0 0 80px 0;
}

.bdp-post-image-bg a {}

.bdp-post-image-bg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bdp-post-title {
    margin: 0;
}

.bdp-post-title a {
    font-family: berlin;
    font-size: 43px;
    text-decoration: none;
    color: #000;
}

.bdp-post-meta-innr {
    font-family: 'AnvirNext';
    font-size: 18pt;
    font-weight: 300;
    margin: 5px 0 15px 0;
}

.bdp-post-short-content {
    font-family: 'AnvirNext';
    font-size: 16pt;
}

.bdp-readmorebtn {
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid black;
    margin: 10px 0;
    text-decoration: none;
    font-family: berlin;
    font-size: 21pt;
    text-transform: lowercase;
    color: #ff9800;
}

.bdp-post-pagination {
    margin: 0 0 50px 0;
}

.page-numbers {
    display: inline-block;
    background-color: #ff9800;
    padding: 10px;
    color: #000;
    font-family: berlin;
    font-size: 21pt;
    margin: 0 5px 0 0;
    cursor: pointer;
    text-decoration: none;
}

.bdp-post-pagination .current {
    box-shadow: 1px 1px 10px -2px black;
    background-color: #ffda00;
}

.bdp-post-pagination .next {}


/* ---------------------------------------- blog -----------------------------------------*/

.blog-page {}

.blog-title {
    font-family: berlin;
    font-size: 40px;
    color: #000;
    margin: 40px 0 5px 0;
}

.blog-date {
    font-family: 'AnvirNext';
    font-size: 18pt;
    font-weight: 300;
    margin: 0px 0 40px 0;
    display: block;
}

.blog-image {
    width: 100%;
    border-radius: 2px;
}

.blog-desc {
    font-family: 'AnvirNext';
    font-size: 14pt;
}

.blog-content {}

.blog-content * {
	font-family: 'AnvirNext';
}


/* ---------------------------------------- projects -----------------------------------------*/

.projects-head {
    background-size: auto 90%;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 120px);
    margin: 0px 0 0 0;
    background-image: url(/wp-content/uploads/sun-graphic.png);
    position: relative;
    padding: 0 0 0 30px;
    overflow: hidden;
}

.projects-head::after {
    content: "";
    display: block;
    width: 30px;
    height: 91vh;
    background-color: #009245;
    position: absolute;
    left: 0;
    top: -1px;
}

.project-item {
    font-family: AnvirNext;
    font-size: 25px;
    font-weight: 400;
    display: table;
    clear: both;
    text-decoration: none;
    color: black;
}

.project-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(180deg, rgb(0 0 0), rgb(0 0 0 / 0%));
    margin: 10px 0 0 0;
    margin-top: 20px !important;
}

.pg-item-1 {
    margin: 10% 0 0 15vw;
}

.pg-item-1::after {
    margin: 10px 0px 0 -50px;
}

.pg-item-2 {
    margin: 10% 0 0 5vw;
    width: 300px;
    text-align: right;
}

.pg-item-2::after {
    margin: 10px 0px 0 50px;
}

.pg-item-3 {
    margin: 10% 0 0 6vw;
}

.pg-item-3::after {
    margin: 10px 0px 0 -50px;
}

.pg-item-4 {
    margin: 7% 0 0 5vw;
}

.pg-item-4::after {
    margin: 10px 0px 0 -25px;
}

.pg-item-5 {
    margin: 6% 0 0 9vw;
}

.pg-item-5::after {
    margin: 10px 0px 0 50px;
}

.pg-item-6 {
    margin: 7% 0 0 10vw;
}

.pg-item-6::after {
    margin: 10px 0px 0 -28px;
}

.pg-item-7 {
    margin: 7% 0 0 5vw;
}

.pg-item-7::after {
    margin: 10px 0px 0 22px;
    width: 200%;
}


/* antenatal */

.project-antenatal {
    background-image: url(/wp-content/uploads/progbj1.jpg);
    background-size: 100% 100%;
    background-position: top center;
}

.project-antenatal-head {
    font-family: berlin;
    font-size: 43px;
    color: white;
}

.project-antenatal-parag {
    font-family: 'AnvirNext';
    line-height: 1.3;
    font-size: 27px;
    color: white;
    /* text-shadow: 0 1px 3px black; */
    font-weight: 300;
}

.project-antenatal-foot {
    font-weight: 500;
    font-family: 'AnvirNext';
    line-height: 1.3;
    font-size: 32px;
    text-align: center;
    color: white;
    /* text-shadow: 0 1px 3px black; */
    font-weight: 300;
}

.project-antenatal-image-part {
    align-self: flex-end;
    text-align: end;
    padding: 20px 50px 0px 50px;
}

.project-antenatal-image-part img {
    margin: 0 0 -4px 0;
}

.project-antenatal-part-two {}

.project-antenatal-comments {}

.project-antenatal-comment {
    font-family: 'AnvirNext';
    line-height: 1.5;
    font-size: 21px;
    color: black;
    margin: 70px 8vw 0px 8vw;
    font-weight: 400;
    font-style: italic;
}

.project-antenatal-comment span {
    font-size: 14px;
    display: block;
    font-family: 'AnvirNext';
    font-style: normal;
}

.project-antenatal-baby {
    margin: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-antenatal-imagebg {
    background-image: url(/wp-content/uploads/progimg1.jpg);
    background-size: cover;
    min-height: 400px;
    background-position: center;
}

.project-breastfeeding {
    /* margin-top: 100px; */
}

.project-breastfeeding-img0 {
    position: absolute;
    z-index: 0;
    top: 95px;
    right: -300px;
}

.project-breastfeeding-img1 {
    float: right;
    margin-top: 98px;
    position: relative;
    z-index: 1;
}

.project-breastfeeding-img2 {
    position: absolute;
    right: -120px;
    top: -10px;
}

.project-breastfeeding-head {
    font-family: berlin;
    font-size: 43px;
    color: black;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 80px 0 0 0;
    position: relative;
    z-index: 10;
}

.project-breastfeeding-minihead {
    font-family: 'AnvirNext';
    line-height: 1.5;
    font-size: 26px;
    color: black;
    /* text-shadow: 0 0px 1px black; */
    margin: 20px 0 15px 0;
}

.project-breastfeeding-p1 {
    font-family: 'AnvirNext';
    line-height: 1.5;
    font-size: 21px;
    color: black;
    margin: 0 10vw 0 0;
    font-weight: 300;
}

.project-breastfeeding-part2 {
    margin-top: 50px;
    /* border-top: 1px solid #180f0978; */
}

.project-breastfeeding-p2 {
    font-family: 'AnvirNext';
    line-height: 1.5;
    font-size: 21px;
    color: black;
    margin: 6vw 5vw 6vw 1vw;
    font-weight: 300;
}

.project-breastfeeding-sep1 {
    width: 100%;
    overflow: hidden;
}

.project-breastfeeding-sep1 div {
    width: 50%;
    height: 3px;
    background-color: #17100a;
    float: right;
}

.project-breastfeeding-p3 {
    font-family: 'AnvirNext';
    line-height: 1.5;
    font-size: 21px;
    color: black;
    text-align: right;
    margin: 6vw 1vw 6vw 5vw;
    font-weight: 300;
    font-style: italic;
}

.project-breastfeeding-p3 span {
    display: block;
    font-size: 15px;
    font-family: 'AnvirNext';
    font-style: normal;
}

.project-breastfeeding-bg1 {
    background-image: url(/wp-content/uploads/progimg2.jpg);
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

.project-breastfeeding-part3 {
    padding: 0;
    background-image: url(/wp-content/uploads/progbj2.jpg);
    background-size: cover;
    background-position: center;
}

.project-breastfeeding-p4 {
    font-family: 'AnvirNext';
    line-height: 1.5;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin: 80px 0;
    color: white;
    /* text-shadow: 0 0px 1px black; */
    font-weight: 300;
    font-style: italic;
}

.project-breastfeeding-part4 {
    background-image: url(/wp-content/uploads/objc4.png);
    background-repeat: no-repeat;
    background-position: left -40px;
    background-size: 250px;
}

.project-breastfeeding-p5 {
    font-family: 'AnvirNext';
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 120px 0 120px 0;
    font-style: italic;
}

.project-breastfeeding-p5 span {
    text-align: right;
    display: block;
    font-size: 15px;
    font-family: 'AnvirNext';
    font-style: normal;
}

.project-srhl {
    background-image: url(/wp-content/uploads/objc5.png);
    background-repeat: no-repeat;
    background-position: 20% 46%;
    background-size: 400px;
}

.project-srhl-title {
    font-size: 40px;
    font-family: berlin;
    /* font-weight: 600; */
    margin: 65px 0 40px 0px;
}

.project-srhl-desc {
    font-size: 17.6pt;
    margin: 0;
    line-height: 1.6;
    font-family: 'AnvirNext';
    text-shadow: 0 0 1px black;
    font-weight: 300;
}

.progimg3 {
    width: 100%;
}

.progimg3-caption {
    font-size: 32px;
    font-family: berlin;
    text-align: center;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.project-srhl-desc2 {
    font-size: 17.6pt;
    margin: 0;
    line-height: 1.6;
    font-family: 'AnvirNext';
    text-shadow: 0 0 1px black;
    font-weight: 300;
}

.objc6 {
    float: right;
    height: 100%;
}

.objc6-text {
    font-size: 17.8pt;
    margin: 0;
    line-height: 1.4;
    font-family: 'AnvirNext';
    text-shadow: 0 0 1px #bdbdbd;
    padding: 10px 0 0 0;
    /* font-weight: 300; */
}

.objc6-text span {
    display: block;
    font-size: 14.6pt;
    margin: 10px 0 0 0;
    font-size: 15px;
    font-family: 'AnvirNext';
    font-style: normal;
}

.project-srhl-comments {
    font-size: 14pt;
    margin: 0;
    line-height: 1.4;
    font-family: 'AnvirNext';
    text-shadow: 0 0 1px #bdbdbd;
    /* font-weight: 300; */
    font-style: italic;
}

.project-srhl-comments span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 15px;
    font-family: 'AnvirNext';
    font-style: normal;
}


/* EDUCATIONAL SUPPORT GROUPS */

.edu-support-gr {}

.edu-support-gr * {
    font-family: 'AnvirNext';
    font-weight: 300;
}

.edu-support-gr .section {}

.edu-support-gr-h1 {
    font-family: berlin;
    text-align: center;
    margin: 70px 0 30px 0;
    font-weight: bold;
    font-size: 40pt;
}

.edu-support-gr-desc {
    text-align: center;
    font-size: 24pt;
    font-weight: 300;
}

.edu-support-gr-title {
    font-size: 21pt;
    margin: 50px 0 0 0;
}

.edu-support-gr-s1 {
    margin: 50px 0 0 0;
}

.edu-support-gr-s1-img {
    margin: auto;
    display: block;
}

.edu-support-gr-s1-desc {
    font-size: 17pt;
    margin: 0;
}

.edu-support-gr-md {
    padding: 0;
}

.edu-support-gr-md-p1 {
    background-image: url(/wp-content/uploads/progbj3.jpg);
    background-size: cover;
    background-position: center;
    font-weight: 400;
}

.edu-support-gr-md-title {
    padding: 50px 0;
    font-size: 26pt;
    text-align: center;
    color: #fff;
    font-style: italic;
}

.edu-support-gr-md-title-2 {
    font-size: 24.5pt;
    font-style: italic;
}

.edu-support-gr-md-texts {
    margin: 36px 0 0 15vw;
    clear: both;
    overflow: hidden;
}

.edu-support-gr-md-texts img {
    margin: 2px 20px 0 0;
    float: left;
}

.edu-support-gr-md-texts span {
    /* display: block; */
    /* float: left; */
    font-size: 19.6pt;
}

.edu-support-gr-ft {
    margin: 100px 0 0 0;
    padding: 0;
}

.edu-support-gr-ft-title {
    font-style: italic;
    font-size: 25pt;
}

.edu-support-gr-ft-title span {
    font-size: 15px;
    font-family: 'AnvirNext';
    font-style: normal;
}

.edu-support-gr-ft-sec2 {
    background-image: url(/wp-content/uploads/progbj4.jpg);
    background-position: center top;
    background-size: cover;
    min-height: 90vh;
}

.edu-support-gr-ft-sec2-title {
    font-style: italic;
    font-size: 24pt;
    color: #fff;
    text-align: right;
}

.edu-support-gr-ft-sec2-title span {
    font-size: 15pt;
    display: block;
    font-size: 15px;
    font-family: 'AnvirNext';
    font-style: normal;
}


/* Peer-to-Peer training */

.peer-to-peer {}

.peer-to-peer * {
    font-family: 'AnvirNext';
    font-weight: 300;
}

.peer-to-peer-head {
    text-align: center;
    margin: 60px 0px 60px 0;
}

.peer-to-peer-head b {
    display: block;
    font-family: berlin;
    margin: 0px 0 20px 0;
    font-weight: bold;
    font-size: 40pt;
}

.peer-to-peer-head span {
    display: block;
    font-family: berlin;
    font-weight: bold;
    font-size: 27pt;
    text-transform: capitalize;
}

.peer-to-peer-p1 {
    font-size: 20pt;
    margin: 0 0 40px 0;
}

.peer-to-peer-p2 {
    font-size: 20pt;
    font-style: italic;
    display: block;
    margin: 50px 0 0 0;
}

.peer-to-peer-p2 span {
    font-size: 14pt;
    display: block;
    margin: 0 0 50px 0;
    font-size: 15px;
    font-family: 'AnvirNext';
    font-style: normal;
}

.peer-to-peer-img1 {
    border-radius: 2px;
}

.peer-to-peer-img2 {
    width: 100%;
}

.peer-to-peer-img3 {
    display: block;
    margin: -100px auto 0 auto;
    width: 90%;
}


/* outreach */

.outreach {}

.outreach * {
    font-family: 'AnvirNext';
    font-weight: 300;
}

.outreach-head {}

.outreach-head b {
    display: block;
    font-family: berlin;
    margin: 70px 0 20px 0;
    font-weight: bold;
    font-size: 40pt;
}

.outreach-head span {
    display: block;
    font-family: berlin;
    font-weight: bold;
    font-size: 22pt;
    text-transform: capitalize;
}

.outreach-p1 {
    font-size: 15pt;
    margin: 0 0 40px 0;
}

.outreach-img1 {
    margin: 100px 0 0 0;
}

.gender-base-violence {}

.gender-base-violence * {
    font-family: 'AnvirNext';
}

.gender-base-violence-head {
    font-family: berlin;
    font-size: 43px;
    text-align: center;
}

.gender-base-violence-ch {
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
}

.gender-base-violence-d1 {
    width: 50%;
    float: left;
    position: relative;
}

.gender-base-violence-d1 .line {
    width: 100%;
    height: 2px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.gender-base-violence-d1 .image {
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 100%;
    position: relative;
    border: 3px solid white;
    margin: 5px;
}

.gender-base-violence-ch .p1 {}

.gender-base-violence-ch .p1 .line {
    background-color: #346633;
}

.gender-base-violence-ch .p1 .image {
    float: right;
    left: 30px;
    background-image: url(/wp-content/uploads/progimg8.jpg);
    background-size: cover;
    background-position: center top;
    box-shadow: 0px 0px 0 2pt #346633;
}

.gender-base-violence-ch .p2 {}

.gender-base-violence-ch .p2 .line {
    background-color: #ff6600;
}

.gender-base-violence-ch .p2 .image {
    right: 30px;
    background-image: url(/wp-content/uploads/progimg7.jpg);
    background-size: cover;
    background-position: center -80px;
    /* outline-color: black; */
    box-shadow: 0px 0px 0 2pt #ff6600;
}

.gender-base-violence-tx1 {
    font-size: 38pt;
    text-align: center;
    font-weight: 300;
    display: block;
    margin: 50px 0 0 0;
}

.gender-base-violence-container {
    background-image: url(/wp-content/uploads/progbj5.png);
    background-size: cover;
    background-position: bottom;
    padding: 20px 0 100px 0;
    margin: 50px 0 0 0;
}

.gender-base-violence-tx2 {
    font-weight: 300;
    font-size: 20pt;
    color: white;
    padding: 60px 0 0 0;
    margin: 0;
}

.gender-base-violence-tx3 {
    text-align: right;
    position: relative;
    display: block;
    font-size: 17pt;
    font-style: italic;
    margin: 50px 0 0 0;
}

.gender-base-violence-tx3::after {
    content: "";
    display: block;
    width: 2px;
    height: 90%;
    background-color: black;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    right: -8px;
}

.gender-base-violence-tx3 span {
    display: block;
    font-size: 15px;
    font-family: 'AnvirNext';
    font-style: normal;
}

.gender-base-violence-im5 {
    margin: 40px auto 0 auto;
    display: block;
}


/* ---------------------------------------- contact -----------------------------------------*/

.contact-header {
    background-size: cover;
    background-position: center center;
    min-height: 40vh;
    background-image: linear-gradient(rgb(255 103 0 / 50%), rgb(255 255 255 / 27%), rgb(255 255 255)), url(/wp-content/uploads/baby-on-carpet-with-orange-scarf.jpg);
    /* border-bottom: 1px dashed rgb(255 255 255); */
    position: relative;
}

.contact-text {
    font-size: 28px;
    font-weight: 300;
    margin: 50px auto;
}

.contact-info-head {
    font-size: 30px;
    color: rgb(255 102 0);
    text-transform: uppercase;
}

.contact-info-container {}

.contact-info-field {
    margin: 0 0 20px 0;
    padding: 10px;
    box-shadow: 0 1px 3px #e4e4e4;
    background-color: rgb(251 249 245);
}

.contact-info-title {}

.contact-info-title i {
    font-size: 18px;
    color: rgb(70 70 70);
}

.contact-info-title h2 {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0 0 1px #616161;
    display: inline;
}

.contact-info-title b {
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding: 0 23px;
}

.contact-info-field a {
    display: block;
    padding: 0 20px;
    font-size: 13px;
    text-decoration: none;
    color: rgb(54 120 177);
    margin: 5px 0;
}

.contact-map {
    width: 100%;
    height: 350px;
    outline: 1px dashed rgb(31 112 177 / 26%);
    outline-offset: 2px;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}


/*--------------------------------------- forms ------------------------------------------*/

.forminator-ui {
    display: block !important;
    /* overflow: hidden; */
    width: 100%;
    margin: auto;
}

.forminator-response-message {}

.forminator-row {
    clear: both;
    overflow: hidden;
}

.forminator-col {
    margin: 0 0 20px 0;
}

.forminator-field {}

.forminator-label {
    display: block;
    font-size: 14px;
    color: rgb(68 68 68);
    text-transform: uppercase;
    text-shadow: 0 0 #03A9F4;
}

.forminator-required {}

.forminator-input {
    border: 0px solid rgb(56 56 56);
    width: 100%;
    padding: 10px;
    box-shadow: inset 1px 1px 5px #887575;
    border-radius: 2px;
}

.forminator-textarea {
    border: 0px solid rgb(56 56 56);
    width: 100%;
    padding: 10px;
    box-shadow: inset 1px 1px 5px #656566;
    min-height: 150px;
    border-radius: 2px;
}

.forminator-input:focus,
.forminator-textarea:focus {
    border: none;
    outline: none;
    box-shadow: inset 1px 1px 6px #22293e;
}

.forminator-description {
    font-size: 13px;
}

.forminator-button {}

.forminator-button-submit {
    width: 100%;
    padding: 8px;
    border: none;
    background-color: rgb(236 102 4);
    color: rgb(255 255 255);
    font-size: 20px;
    font-weight: 300;
    box-shadow: 0 2px 2px 0px #a94400;
    cursor: pointer;
    transition: all 0.3s;
    float: right;
}

.forminator-button-submit:hover {
    box-shadow: 0 2px 7px 0px rgb(68 68 68);
    background-color: rgb(255 103 0);
}

.forminator-label--forminator-success {
    background-color: #4CAF50;
    color: #fff;
    display: block;
    padding: 15px;
    margin: 0 0 10px 0;
    box-shadow: 0 1px 3px #a5a5a5;
    font-size: 16px;
    font-weight: 300;
}

.forminator-label--forminator-success p,
.forminator-label--forminator-error p {
    padding: 0;
    margin: 0;
}

.forminator-error {
    box-shadow: 0 1px 3px #decdcc;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.forminator-label--forminator-error {
    background-color: #F44336;
    color: #fff;
    display: block;
    padding: 15px;
    margin: 0 0 0px 0;
    font-size: 16px;
    font-weight: 300;
}

.forminator-screen-reader-only {
    margin: 10px 0;
}

.forminator-screen-reader-only li {
    font-size: 14px;
    color: rgb(214 72 62);
    margin: 0 0 7px 0;
}


/* contact 2 */

.contact-container {
    height: 420px;
    position: relative;
    margin-top: 80px !important;
}

.contact-2-bgimage {
    height: 96%;
    background-size: 100% 100%;
    width: 53%;
    position: absolute;
    z-index: 10;
    top: -15px;
}

.contact-2-form-bg {
    position: absolute;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 5;
    background-size: 100% 100%;
}

.contact-2-form {}

.contact-2-form .forminator-ui {
    z-index: 8;
    width: 30%;
    position: absolute;
    right: 10%;
    top: 36px;
}

.contact-2-form h1 {
    font-family: berlin;
    color: rgb(29 29 29 / 94%);
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    left: 56%;
    top: -21px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    /* font-family: AnvirNext; */
}

.contact-2-form .forminator-input {
    float: left;
    width: 250px;
    padding: 10px 6px;
    box-shadow: none;
    background-image: url(/wp-content/uploads/white-box.png);
    background-size: 100% 100%;
    background-color: rgb(0 255 255 / 0%);
}

.contact-2-form .forminator-label {
    display: inline-block;
    float: left;
    min-width: 69px;
    font-family: 'AnvirNext';
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 0 #000000;
    text-transform: lowercase;
    width: 90px;
}

.contact-2-form .forminator-textarea {
    box-shadow: none;
    background-image: url(/wp-content/uploads/white-box-big.png);
    background-size: 100% 100%;
    background-color: rgb(0 255 255 / 0%);
}

.contact-2-form .forminator-field {
    margin: 0 0 20px 0;
}

.contact-2-form .forminator-button-submit {
    background-color: rgb(192, 39, 48);
    width: 120px;
    border-radius: 50px;
    color: #000;
    font-family: 'berlin';
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.contact-2-form .contact-textAria .forminator-label {
    line-height: 25px;
    margin: 15px 0 0 0;
}

.contact-2-form .contact-textAria {
    margin: 0;
}

.contact-2-form .contact-textAria .forminator-field {
    margin: 0;
}

.contact-2-info {
    margin: 50px auto 0 auto;
    margin-top: 80px !important;
}

.contact2-info-container {
    display: flex;
    flex-direction: row;
    padding: 0px 0 20px 0;
}

.contact2-info-container .icon {
    width: 80px;
    height: 80px;
    background-size: 90%;
    background-position: top center;
    background-repeat: no-repeat;
    /* background-color: aquamarine; */
}

.contact2-info-container .text {
    flex: 1;
    padding: 0px 0 0 20px;
    line-height: 28px;
}

.contact2-info-container .text span {
    display: block;
}

.contact2-info-container .text a {
    text-decoration: none;
    display: block;
    font-style: normal;
    color: #000;
    text-shadow: 0 0 black;
}

.contact2-info-container .icon-address {
    background-image: url(/wp-content/uploads/adress-icon.png);
}

.contact2-info-container .icon-phone {
    background-image: url(/wp-content/uploads/phone-icon.png);
}

.contact2-info-container .icon-time {
    background-image: url(/wp-content/uploads/clock-icon.png);
}

.contact2-info-container .icon-email {
    background-image: url(/wp-content/uploads/email-icon.png);
}


/*------------------------------ responsive ---------------------------------*/

@media screen and (max-width: 1200px) {
    .contact-container {
        height: 360px;
    }
    .contact-2-form h1 {
        font-size: 35px;
    }
    .contact-2-form .forminator-ui {
        top: 28px;
    }
    .contact-2-form .forminator-row {
        margin: 0 0 10px 0;
    }
    .contact-2-form .forminator-field {
        margin: 0 0 0px 0;
    }
    .contact-2-form .forminator-label {
        line-height: 18px;
    }
    .contact-2-form .forminator-col {
        margin: 0;
    }
    .contact-2-form .forminator-input {
        width: 100%;
    }
    .contact-2-form .contact-textAria .forminator-label {
        margin: 0;
    }
    .safespaces-part-one-title-box {
        margin-left: 0;
    }
    .safespaces-part-two-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .home-header-box a {
        margin: 0px auto;
        /* margin-left: -10%; */
        margin-top: 40px;
        margin-bottom: 30px;
        /* width: 130%; */
        /* background-color: #00000069; */
        /* color: #ffc107; */
        /* border-radius: 0; */
    }
    .project-srhl {
        background-position: center 20px;
    }
    .crevers {
        flex-direction: column-reverse;
    }
    .gender-base-violence-d1 .image {
        width: 200px;
        height: 200px;
    }
    .safespaces-four-desc-text {
        margin: 40px 0 0 0;
    }
    .contact-container {
        width: 450px;
        height: auto;
        /* overflow: hidden; */
    }
    .contact-2-bgimage {
        margin: auto;
        width: 100%;
        height: 273px;
        position: relative;
        z-index: 1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .contact-2-form-bg {
        position: relative;
        /* margin: auto; */
        width: 100%;
        height: 371px;
    }
    .contact-2-form {
        position: absolute;
        width: 100%;
        top: 278px;
    }
    .contact-2-form h1 {
        font-size: 30px;
        left: 5px;
        top: -18px;
    }
    .contact-2-form .forminator-ui {
        width: 77%;
        left: 30px;
        right: 0;
        margin: 0;
    }
    .safespaces-part-one-background {
        background-position: center right;
    }
    .safespaces-part-one-title-box {
        margin-top: 40px;
    }
    .safespaces-part-one-title-desc-box {
        width: 44%;
    }
    #donorFrame {
        top: -90px;
    }
    .safespaces-part-one-tree {
        /* display: none; */
        height: 0;
    }
    .safespaces-part-two-title {
        /* background-color: rgb(124 109 99 / 84%); */
        padding: 10px;
        border-radius: 10px;
    }
    .safespaces-part-two::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 25%);
        z-index: 0;
        left: 0;
        top: 0;
    }
    .media-header-title {
        margin: 100px auto 0 auto;
        font-size: 80pt;
    }
    .videos-header-title {
        font-size: 60pt;
    }
    .video-item-body {
        margin: 0 0px 100px 0px;
    }
    .video-item h5 {
        font-size: 14.5pt;
    }
}

@media screen and (max-width: 992px) {
    .project-srhl-comments span {
        margin: 0px 0 30px 0;
    }
    .mobile-nav-btn {
        display: block;
    }
    nav {
        position: fixed;
        min-width: 300px;
        height: 100vh;
        overflow-y: scroll;
        left: -330px;
        top: 0;
        z-index: 5000;
        background-color: rgb(94 130 83);
        /* box-shadow: 0 0 20px #733507; */
        transition: all 0.3s;
        margin: 0;
        padding: 0 0 50px 0;
    }
    nav .menu {
        width: 100%;
        margin: 37px 0 0 0;
    }
    nav .menu>li {
        /* background-color: rgb(52 102 51); */
        margin: 10px 10px 0 10px;
        float: none;
    }
    nav .menu>li:hover {
        transform: scale(1);
        /* background-color: rgb(207 137 84); */
    }
    nav .menu>li>a {
        color: rgb(255 255 255);
        font-size: 20px;
        padding: 10px 10px;
        font-weight: 400;
        text-shadow: 0 0px 0px #dcc2b1;
    }
    nav .sub-menu {
        position: relative;
        background: none;
        box-shadow: none;
        width: auto;
    }
    nav .sub-menu>li {
        padding: 0 1px 0px 10px;
        font-family: arial;
        font-size: 14px;
    }
    nav .sub-menu>li>a:hover {
        color: #ffffff;
        background-color: transparent;
    }
    nav .sub-menu>li>a {
        color: rgb(255 255 255);
        font-size: 19px;
    }
    .header-topbar {
        height: auto;
        overflow: hidden;
        display: flex;
    }
    .header-media-contact {
        margin: 51px 0 0 10px;
        flex: 1;
    }
    .header-media-contact>ul {
        display: flex;
    }
    .header-media-contact>ul>li {
        flex: 1;
        margin: 0;
        text-align: center;
        padding: 5px 0;
        border-radius: 0;
        background-color: rgb(0 0 0 / 0%);
    }
    .header-media-contact>ul>li>a {
        padding: 0;
        width: auto;
    }
    .header-media-contact>ul>li>a>i {
        font-size: 20px;
    }
    .revers-md {
        flex-direction: row-reverse;
    }
    .norevers-md {
        flex-direction: row;
    }
    .page-header {
        min-height: 90vh;
    }
    .home-header {
        background-position: top center;
        /* background-size: 200%; */
        background-repeat: no-repeat;
    }
    .contact-header {
        min-height: 40vh;
    }
    .contact-text {
        text-align: justify;
        font-size: 24px;
        margin: 50px auto 30px auto;
    }
    .safespace-model-a {
        flex-direction: column-reverse;
    }
    .safespace-model-image {
        margin: auto;
        margin: 15px auto;
    }
    .safespace-model-desc h3 {
        text-align: center;
        /* padding: 15px 0 5px 0; */
    }
    .safespace-model-desc span {
        text-align: justify;
        display: block;
    }
    .safespace-comments-image {
        width: 50%;
        margin: auto;
    }
    .safespace-h2b {
        padding: 0px 0 15px 0px;
    }
    .safespaces-part-three-img {
        min-height: 40vh;
    }
    .safespaces-part-three-title {
        margin: 40px 0 40px 0;
    }
    .safespaces-part-three-desc {
        margin-top: 40px;
    }
    .project-item {
        background-color: rgb(247 140 32 / 85%);
        color: rgb(0 0 0);
        padding: 9px 30px 17px 40px;
        margin: 50px auto 0 auto;
        border-radius: 47px;
    }
    .card-fade-bg-1 {
        margin: 20px 0 0 0;
    }
    .hpbgm {
        background-color: rgb(255 255 255 / 65%);
    }
    .personnel {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .safespaces-part-one-donate-btn {
        margin: 10px auto;
    }
    .safespaces-part-one-title-desc span {
        width: 100%;
    }
    .about-us-text {
        padding: 20px;
        font-size: 17pt;
    }
    .about-us-text p {
        font-size: 17pt;
        padding: 0 10px;
    }
    .about-us-item-a div {
        font-size: 15pt;
        line-height: 1.4;
    }
    .edu-support-gr-h1 {
        font-size: 30pt;
    }
    .peer-to-peer-img1 {
        width: 100%;
    }
    .project-srhl-title {
        font-size: 35px;
    }
    .edu-support-gr-ft-title {
        font-size: 20px;
    }
    .edu-support-gr-ft-title span {
        font-size: 13pt;
    }
    .edu-support-gr-ft-sec2-title {
        font-size: 20px;
    }
    .edu-support-gr-ft-sec2-title span {
        font-size: 13pt;
    }
    .edu-support-gr-s1-img {
        margin: 0 0 10px 0;
    }
    .edu-support-gr-desc span {
        display: block;
    }
    .revers-sm {
        flex-direction: row-reverse;
    }
    .norevers-sm {
        flex-direction: row;
    }
    .page-header {
        min-height: 100vh;
    }
    .home-header {}
    .contact-header {
        min-height: 40vh;
    }
    .contact-text {
        margin: 20px auto 0px auto;
    }
    .safespace-h2 {
        /* font-size: 21px; */
    }
    .safespace-model-image {
        width: 100%
    }
    #donorFrame {
        max-width: 320px;
        top: -40vh;
    }
    .safespace-h2b-desc {
        font-size: 23px;
    }
    .safespace-comments-image {
        width: 100%;
        margin: auto;
    }
    .projects-header {
        min-height: 50vh;
    }
    .home-amurtel-desc img {
        max-width: 90%;
        margin: 20px auto 0 auto;
    }
    .home-amurtel-desc {
        margin: 0 0 50px 0;
    }
    .home-amurtel-desc span {
        font-size: 21px;
    }
    .home-amurtel-desc h2 {
        font-size: 25px;
        margin: 10px 0;
    }
    .contact2-info-container {
        padding: 20px;
    }
    .safespaces-part-one-title-head {
        font-size: 50px;
        padding: 60px 0 30px 30px;
    }
    .safespaces-part-one-title-desc-box {
        width: 60%;
        padding: 10px 10px;
        background-color: rgb(255 255 255 / 77%);
        border-radius: 39px;
        margin: 26px 0 0 0;
    }
    .safespaces-part-one-title-desc {
        padding: 0;
        text-align: center;
        color: #000;
        font-weight: 300;
        text-shadow: 0 1px 2px #7f7f7f;
        margin: 10px 0 0 0;
    }
    .outreach-img1 {
        margin: 0 auto;
        display: block;
    }
    .objc6 {
        float: none;
    }
    .about-us-title-a {
        font-size: 43pt;
    }
    .about-us-section-A-text-bg {
        width: 100%;
        border-radius: 0;
        font-size: 15pt;
    }
}

@media screen and (max-width: 600px) {
    .home-header-box {
        border-radius: 0;
        margin: 0;
        background-color: transparent;
    }
    header {
        background-position: center right;
        background-size: cover;
        width: 100%;
        height: 100px;
    }
    .header-logo {
        width: 80px;
        height: 80px;
        margin: 10px 0 0 0;
    }
    .header-media-contact {
        margin: 36px 0 0 10px;
    }
    .mobile-nav-btn {
        margin: 34px 0 0 10px;
    }
    .contact-container {
        width: 98%;
    }
    .contact-2-form h1 {
        font-size: 27px;
        left: 5px;
        top: -17px;
    }
    .safespaces-part-two-title {}
}