/*
Theme Name: Difi Theme
Author: Symmetry Group
Author URI: https://symmetrygroup.biz/
Version: 1.0
 */

@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
@import url("./assets/fonts/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* CSS Document */

body {
    font-family: "Libre Baskerville", serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html {
    font-size: 100%;
}

figure {
    margin: 20px 0 0 0;
}


/* nav css start */


/* .desktop-menu {
     width: 100%;
     height: auto;
     float: left;
 } */

img {
    max-width: 100%;
    height: auto;
}

.desktop-menu li {
    display: inline-block;
    /*padding: 0px 20px;*/
    padding: 0px 15px;
    /* float: left; */
    position: relative;
    list-style-type: none;
    /* margin-top: 25px; */
}

.desktop-menu li a {
    color: #004438;
    /*font-family: "Lato", sans-serif;*/
    font-family: "arialregular";
    /*font-size: 13px;*/
    font-size: 100%;
    line-height: 1.5;
    text-decoration: none;
}

.desktop-menu li a:hover {
    color: #004438;
    text-decoration: none;
    border-bottom: 1px solid rgb(0 112 109);
}

.desktop-menu li:hover a {
    padding-bottom: 10px;
}

.desktop-menu li .sub-menu {
    margin: 0;
    min-width: 250px;
    height: auto;
    position: absolute;
    top: 135%;
    border-radius: 0px;
    visibility: hidden;
    transition: all 0.5s;
    background: #ffffff;
    z-index: 9;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.desktop-menu li .sub-menu li {
    width: 100%;
    border-bottom: 1px solid #0000002e;
}

.desktop-menu li .sub-menu li:last-child {
    border-bottom: 0px solid #0000002e;
}

.desktop-menu li .sub-menu li:hover {
    background-color: #00443814;
}

.desktop-menu li:hover>.sub-menu {
    visibility: visible;
}

.desktop-menu li .sub-menu li {
    padding: 8px 8px;
}

.desktop-menu li .sub-menu li a {
    border-bottom: none !important;
}

.mobile-menu {
    display: none;
}

.desktop-menu {
    display: block;
}

@media only screen and (min-width: 1025px) {
    .desktop-menu {
        display: block !important;
    }

    .mobile-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .desktop-menu {
        display: none !important;
    }

    .mobile-menu {
        display: block !important;
    }
}

.navbar {
    padding: 12px 0 0px 0 !important;
    margin: 0;
}

.mobile-menu .navbar-collapse {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 73px;
    background-color: #ffffff;
    padding: 15px 22px;
    margin: 0;
}

.mobile-menu .navbar-collapse ul li a {
    color: #004438;
    font-size: 87.5%;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.mobile-menu .navbar-collapse ul li .sub-menu {
    display: none;
    margin: 0;
    padding: 0 12px;
}

.mobile-menu .navbar-collapse ul li:hover .sub-menu {
    display: block;
}

.mobile-menu .navbar-collapse ul li:hover .sub-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu .navbar-toggler {
    font-size: 125% !important;
    border: 0 !important;
}

.mobile-menu .navbar-toggler:focus {
    border: 0 !important;
    outline: 0 !important;
}


/* nav css end */

.banner .banner-text {
    position: absolute;
    top: 250px;
}

.banner .banner-text h2 {
    font-size: 325%;
    color: #fff;
    text-align: left;
}

.banner-btn {
    width: auto;
    height: auto;
    padding: 10px 60px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 30px;
    border-radius: 20px;
    display: block;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 62.5%;
    transition: all 0.5s;
}

.banner-btn:hover {
    background-color: #004438;
    color: #fff;
    border: 1px solid #004438;
    text-decoration: none;
}

.pt-pb {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mt-mb {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mt {
    margin-top: 100px;
}

.section-pt-pb {
    padding: 50px 0;
}

.section-pt {
    padding-top: 100px;
}

.section-pb {
    padding-bottom: 100px;
}

h1 {
    font-size: 400%;
    line-height: 1.5;
    color: #004438;
    margin: 0;
    padding: 0;
    /*font-family: "Lato", sans-serif;*/
    font-family: "arialregular";
    font-weight: 600;
}

h2 {
    font-size: 300%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: 400;
    /*font-family: "Lato", sans-serif;*/
    font-family: "arialregular";
    color: #004438;
}

h3 {
    font-size: 225%;
    line-height: 1.5;
    color: #004438;
    margin: 0;
    padding: 0;
    /*font-family: "Lato", sans-serif;*/
    font-family: "arialregular";
    font-weight: 600;
}

h4 {
    font-size: 112.5% !important;
    line-height: 1.5;
    color: #004438;
    margin: 0;
    padding: 0;
    /*font-family: "Lato", sans-serif;*/
    font-family: "arialregular";
    font-weight: 400;
}

h5 {
    font-size: 125%;
    line-height: 1.5;
    font-weight: 400;
    color: #004438;
    margin: 0;
    padding: 0;
    /*font-family: "Lato", sans-serif;*/
    font-family: "arialregular";
}

h6 {
    /*font-family: "Lato", sans-serif;*/
    font-family: "arialregular";
    font-size: 156.25% !important;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #004438;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    font-size: 87.5%;
    line-height: 1.5;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "arialregular";
    font-weight: 400;
}

p a {
    color: #004438;
}

p a:hover {
    color: #004438;
    text-decoration: none;
}

section .main-btn:hover {
    background-color: #004438;
    color: #fff;
    text-decoration: none;
}

.grey-bg {
    background-color: #fafbfa;
}

.dark-grey-bg {
    background-color: #e6e6e63d;
}


/* rameez css */


/* Global CSS */

.volunteers {
    position: relative;
}

.volunteers h1 {
    margin: 40px 0 !important;
}

.volunteers .tp-img {
    position: relative;
    top: -100px;
}

.key-notes {
    padding-left: 15px;
}

.key-notes li {
    font-size: 100%;
    padding: 0px 0 8px 0;
    font-family: "Lato";
}

.overlay-speakers {
    position: relative;
    top: -15px;
}

.overlay-speakers img {
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.63);
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.63);
}

.overlay-speakers h5 {
    color: #000000;
    font-size: 150%;
    line-height: 1.5;
    margin: 24px 0;
}

.overlay-speakers p {
    font-size: 100%;
    line-height: 1.5;
    color: #9d9d9d;
}

.overlay-speakers p span {
    font-weight: 600;
    display: block;
}

.curve-img {
    padding: 0 !important;
    margin: 0;
    position: relative;
    top: -80px;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.wrap-dates h6 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.overlay-curve {
    padding: 15px 0 50px 0;
    background: rgb(7, 141, 115);
    background: linear-gradient(0deg, rgba(7, 141, 115, 1) 46%, rgba(0, 155, 124, 1) 100%);
}

.overlay-heading {
    background-color: #009b7c;
    padding: 25px 0;
}

.overlay-heading h6 {
    color: #ffffff;
    text-transform: uppercase;
}

.wrap-dates .media {
    display: flex;
    align-items: center;
}

.wrap-dates .media .media-body h5 {
    font-size: 175%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #ffffff;
    width: calc(100% - 100px);
}

.static-banner {
    background-color: #73c317 !important;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 200px 0 !important;
    margin: 0 !important;
}

.banner-text h6 {
    font-size: 75%;
    line-height: 1.5;
    color: #ffffff;
}

.banner-text h6 span {
    background-color: #009b7c;
    padding: 8px 12px;
    border-radius: 6px;
    margin: 0 8px 0 0;
}

.banner-text h6 {
    margin: 0px 0px 40px 0px;
}

.banner-text h2 {
    font-size: 375%;
    line-height: 1.5;
    color: #ffffff;
}

blockquote {
    font-size: 200%;
    line-height: 1.5;
    font-family: "Lato";
    font-weight: 400;
    color: #004438;
    border-left: 3px solid;
    padding-left: 20px;
}

.main-sort-by {
    border-bottom: 1px solid #707070;
    padding: 18px 0px;
    margin: 40px 0 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.sort-by-lft {
    width: 50%;
    float: left;
}

.sort-by-lgt {
    width: 50%;
    float: right;
}

.select2.select2-container.select2-container--default.select2-container--below,
.select2-container--default .select2-selection--single {
    min-width: 125px !important;
    max-width: 125px !important;
}

.main-sort-by h1 {
    margin: 0;
    font-size: 212.5%;
    line-height: 1.5;
    padding: 0;
}

.side-bar-top {
    border-bottom: 1px solid #707070;
    padding: 18px 0px;
    margin: 40px 0 39px 0;
}

.side-bar-top h3 {
    margin: 0;
}

.sort-by {
    display: inherit;
}

.sort-by label {
    font-size: 75%;
    line-height: 1.5;
    font-family: "arialregular";
    color: #004438;
    display: inline-block;
    margin: 0 !important;
}

.sort-by .form-group {
    display: inline-block;
    margin: 0;
}

.sort-by .form-group .form-control {
    margin: 0;
    border: 1px solid #0044381f;
    padding: 0 4px;
    font-size: 75%;
    line-height: 1.5;
    color: #004438;
    font-weight: 600;
    font-family: "arialregular";
    height: auto;
    border-radius: 0;
}

.sort-by .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 81.25% !important;
    color: #004438 !important;
    line-height: 1.5 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #004438 !important;
    color: white;
}

.select2-results__option {
    padding: 6px 3px !important;
    font-size: 81.25% !important;
    line-height: 1.5 !important;
    text-transform: capitalize;
}

.sort-by .form-group:focus {
    border: 0;
    outline: 0;
}

.sort-by .form-group.active {
    border: 0;
    outline: 0;
}

.m-filterdropdown {
    position: absolute;
    top: 88px;
    right: 15px;
    background-color: #004438;
    padding: 10px 0px;
    z-index: 999999;
    width: 50%;
}

.detail-date {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #707070;
}

.detail-date span {
    font-size: 87.5%;
    line-height: 1.5;
    font-family: "arialregular";
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.share-ico ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.share-ico ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.share-ico ul li a {
    text-decoration: none;
    cursor: pointer;
}

.share-ico span {
    display: inline-block;
    font-size: 75%;
    line-height: 1.5;
    font-weight: 300;
    color: #004438;
}

.btn-default {
    text-align: center;
    border: 1px solid #004438;
    padding: 18px 100px;
    border-radius: 25px;
    color: #004438;
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "arialbold";
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease, 0.5s;
    display: inline-block;
}

.btn-default:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #004438;
    transition: all ease, 0.5s;
}

.btn-subscribe {
    background-image: url(/wp-content/themes/difi/assets/images/arrow.png);
    background-repeat: no-repeat;
    background-size: initial;
    border: 0px;
    outline: 0px;
    height: 50px;
    width: 50px;
    font-size: 0%;
}

.cpt-alm-btn-load-more {
    text-align: center;
    border: 1px solid #004438;
    padding: 18px 100px;
    border-radius: 25px;
    color: #004438;
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "arialregular";
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease, 0.5s;
    display: inline-block;
    background-color: transparent !important;
}

.cpt-alm-btn-load-more:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #004438 !important;
    transition: all ease, 0.5s;
}

.post-grid {
    /*   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; */
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-grid li {
    padding: 5px 10px 0;
    float: left;
    width: 50%;
    /* 	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid; */
}


/* Post Grid */

.main-post {
    margin: 0 0 35px 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(185 185 185 / 23%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(185 185 185 / 23%);
    box-shadow: 0px 0px 10px 2px rgb(185 185 185 / 23%);
    border-radius: 10px;
    min-height: 140px;
    overflow: hidden;
    width: 100%;
}

.page-template .main-post {
    margin: 0 0 0px 0;
}

.main-post .post-img {
    width: 25%;
    display: inline-block;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    height: 180px;
}

@media (max-width: 767px) {
	.main-post .post-img {
		width: 60% !important;
		/* justify-content: center; */
		/* align-items: center; */
    	display: flex !important;
	}	
}


/*.main-post .post-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}*/

.main-post .post-content {
    width: 74%;
    display: inline-block;
    padding: 0px;
    margin: 20px 20px 20px 35px;
}


/* publications css start here */

.card-main-post {
    margin: 0 0 35px 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(185 185 185 / 23%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(185 185 185 / 23%);
    box-shadow: 0px 0px 10px 2px rgb(185 185 185 / 23%);
    border-radius: 10px;
    overflow: hidden;
}

.card-main-post .card-post-content {
    padding: 15px 15px;
    min-height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-main-post .card-post-content h5 {
    font-size: 100%;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0;
    color: #004438;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.card-main-post .card-post-content a {
    margin: 0px;
    color: #004438;
    font-family: "arialregular";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 62.5%;
    line-height: 1.5;
}

.card-main-post .card-post-content h6 {
    font-weight: 700 !important;
    color: #000000;
    font-size: 62.5% !important;
    line-height: 1.5 !important;
    text-transform: uppercase;
    font-family: "arialregular";
}

.card-main-post .img-post {
    height: 150px;
    overflow: hidden;
}

.card-main-post .img-post img {
    height: 100%;
    width: 100%;
}


/* Condition CSS */


/* .main-post .post-content {
      padding: 20px 0px;
  } */

.main-post .post-content p {
    font-size: 62.5%;
    line-height: 1.5;
    color: #5a5a5a;
    text-transform: uppercase;
    margin: 0px;
    font-family: "arialregular";
}

.main-post .post-content p span {
    color: #000000;
}

.main-post .post-content p span:first-child {
    font-family: "arialbold";
}

.main-post .post-content h5 {
    font-size: 125%;
    /* line-height: 22px; */
    line-height: 1.5;
    margin: 14px 0px 14px 0px;
    color: #004438;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-post .post-content h6 {
    font-size: 87.5%;
    line-height: 1.5;
    margin: 14px 0px 14px 0px;
    color: #5a5a5a;
    font-weight: 400;
    text-transform: none;
}

.main-post .post-content a {
    margin: 0px;
    color: #004438;
    font-family: "arialregular";
    text-transform: capitalize;
    font-weight: 700;
    font-size: 75%;
    line-height: 1.5;
}


/* Engagement section */

.intro-text-wrapper a,
.intro-text-wrapper a:hover {
    color: #004438;
}

.intro-text-wrapper p {
    text-align: justify;
}

.switch-form {
    overflow: hidden;
    background-color: #004438;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 15px;
}

.switch-form #return_answer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch-form #return_answer p {
    margin: 0;
    padding: 12% 12%;
    color: #ffffff;
    font-size: 137.5%;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.switch-form #poll_form {
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 90, 85, 0.8), rgba(0, 90, 85, 0.8));
    width: 100%;
}

.switch-form .text-body,
.switch-form .switch-col {
    height: 100%;
}

.no-img-link {
    float: left;
    width: 100%;
    height: 100%;
}

@media (min-width: 299px) and (max-width: 768px) {
    .switch-form .switch-col {
        height: auto !important;
    }
}

.switch-form .text-body .text-area {
    padding: 35px;
    background-color: #004438c2;
    height: 100%;
}

.switch-form .text-body .text-area-result {
    padding: 35px;
    background-color: #004438;
    height: 100%;
}

.switch-form .text-body .text-area p {
    color: #ffffff;
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "arialbold";
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 65px 0;
    letter-spacing: 0.5px;
}

.switch-form .text-body .text-area-result p {
    color: #ffffff;
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "arialregular";
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.switch-form .text-body .text-area h5,
.switch-form .text-body .text-area-result h5 {
    font-size: 187.5%;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
}

.switch-form .switcher {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #009b7c;
    overflow: hidden;
}

.switch-form .switcher li {
    padding: 17px 0;
    border-bottom: 1px solid #555555;
}

.switch-form .switcher li:last-child {
    border-bottom: 0px solid transparent;
    background-color: #004438;
    text-align: center;
    padding: 18px 0;
}

.switch-form .switcher li:last-child .form-btn {
    background: transparent;
    color: #ffffff;
    font-size: 62.5%;
    border: 1px solid #fff;
    padding: 10px 40px;
    border-radius: 20px;
    outline: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "arialregular";
}

.switch-form .switcher li .form-check {
    margin: 0;
    padding: 0 15px;
}

.switch-form .switcher li .form-check .form-check-label {
    margin-bottom: 0;
    font-size: 112.5%;
    line-height: 1.5;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "arialbold";
    font-weight: 600;
    margin-right: 33px;
}

.switch-form .switcher li .form-check u {
    font-size: 112.5%;
    line-height: 1.5;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "arialregular";
    font-weight: 600;
}

.switch-form .switcher li .form-check p {
    font-size: 75%;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 300;
}

.switch-form .switcher li .form-check input[type="radio"] {
    position: absolute;
    right: 26px;
    top: 1px;
}

.switch-form .switcher li .form-check input[type="radio"]:after {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    top: -6px;
    left: -6px;
    position: relative;
    background-color: #ffffff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.switch-form .switcher li .form-check input[type="radio"]:checked:after {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    top: -6px;
    left: -6px;
    position: relative;
    background-color: #004438;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


/* =============== */

.dark-green {
    background-color: #74af0d !important;
}

.light-green {
    background-color: #009b7c !important;
}

.switch-form .switcher-result-percentage {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.switch-form .switcher-result-percentage li {
    padding: 6px 0;
}

.switch-form .switcher-result-percentage li .form-check {
    margin: 0;
    padding: 0 0px;
}

.switch-form .switcher-result-percentage li:last-child {
    border-bottom: 0px solid transparent;
}

.switch-form .switcher-result-percentage li .form-check .form-check-label {
    margin-bottom: 0;
    font-size: 112.5%;
    line-height: 1.5;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "arialregular";
    font-weight: 600;
}


/* .switch-form .switcher li .check {
     display: block;
     position: absolute;
     border: 2px solid #ffffff;
     border-radius: 100%;
     height: 25px;
     width: 25px;
     top: 0px;
     right: 20px;
     z-index: 5;
     transition: border .25s linear;
     -webkit-transition: border .25s linear;
 }
 .switch-form .switcher li:hover .check {
     border: 2px solid #004438;
 }
 .switch-form .switcher li .check::before {
     display: block;
     position: absolute;
     content: '';
     border-radius: 100%;
     height: 15px;
     width: 15px;
     top: 3px;
     right: 3px;
     margin: auto;
     background-color: #ffffff;
     transition: background 0.25s linear;
     -webkit-transition: background 0.25s linear;
 } */


/* .switch-form .switcher li input[type=radio]:checked~.check {
     border: 5px solid #004438;
 }
 .switch-form .switcher li input[type=radio]:checked~.check::before {
     background: #004438;
 } */

@media (min-width: 320px) and (max-width: 768px) {
    .switch-form .text-body .text-area {
        border-radius: 15px 0 0 0px !important;
    }
}


/* how we helped */

.bg-green {
    background-color: #00855c !important;
}

.bg-sea-green {
    background-color: #00857f !important;
}

.bg-light-sea-green {
    background-color: #7c9a9c !important;
}

.bg-blue {
    background-color: #2e5b87 !important;
}

.main-quick {
    padding: 30px;
    border-radius: 20px;
    min-height: 230px;
}

.main-quick h2 span {
    font-size: 200%;
    line-height: 1.5;
}

.main-quick .media img {
    width: auto !important;
    min-width: 210px;
    /*   margin-right: 20px; */
}

.main-quick .media .media-body h5 {
    font-family: "arialbold";
    font-size: 62.5%;
    line-height: 1.5;
    color: #ffffff;
    width: calc(100% - 100px);
    margin: 0;
}

.main-quick h2 {
    margin: 0;
    padding: 25px 0;
    text-align: left;
    font-size: 287.5%;
    line-height: 1.5;
    color: #ffffff;
}

.main-quick p {
    font-size: 100%;
    line-height: 1.5;
    font-family: "arialregular";
    color: #ffffff;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.help-slider .owl-dots {
    display: none;
}

.help-slider .owl-.navigation {
    position: absolute;
    top: 12%;
}

.help-slider .owl-.navigation .owl-prev {
    position: absolute;
    left: -65px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 593.75%;
    color: #000000;
}

.help-slider .owl-.navigation .owl-next {
    position: absolute;
    right: -65px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 593.75%;
    color: #000000;
    width: 100%;
}

.testimonials h6 {
    margin: 0;
}

.testimonials h1 {
    margin: 0;
    font-size: 156.25%;
    font-weight: 900;
}

.discover h6 {
    font-size: 100%;
    font-weight: 900;
}

.discover h4 {
    text-align: center;
    line-height: 1.5;
}

.engagement h4 {
    text-align: center;
    line-height: 1.5 !important;
}

@media (min-width: 1700px) {
    .testimonials h2 {
        font-size: 125% !important;
        line-height: 1.5 !important;
    }
}

.testimonials h2 {
    font-size: 100%;
    line-height: 1.5;
    padding: 35px 30px 25px 0;
    margin: 0;
    text-align: justify;
}

.testimonials h5,
.testimonials h3 {
    color: #000000;
    font-size: 87.5%;
    line-height: 1.5;
    font-family: "arialregular";
    margin: 0 0 25px 0;
}

.testimonials h5 span,
.testimonials h3 span {
    font-family: "arialbold";
    display: block;
    margin-bottom: 15px;
}

.testimonials a {
    margin-bottom: 20px;
}

.social-links h2 {
    font-size: 200%;
    line-height: 1.5;
    margin: 32px 0;
}

.social-links h5 {
    color: #000000;
    font-size: 137.5%;
    line-height: 1.5;
    font-family: "arialregular";
    margin: 45px 0;
}

.social-links ul {
    list-style-type: none;
    margin: 45px 0;
    padding: 0;
}

.social-links ul li {
    margin: 0;
    padding: 0 18px 0 0;
    display: inline-block;
}

.social-links input {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin: 0;
    padding: 0 0 0 0;
    border-radius: 0;
    color: #cccccc;
    font-family: "arialregular";
}

.social-links .input-group-append span {
    background-color: transparent;
    border: 0;
    margin: 0;
    position: relative;
    padding: 0 0 5px 5px;
    left: -39px;
    z-index: 999;
}

.social-links input:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem transparent;
    border-color: #004438;
}

footer {
    background-color: #004438;
}

.ftr-bar h3 {
    font-size: 175%;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.ftr-bar form .form-row .form-group {
    margin: 20px 0;
}

.ftr-bar form textarea {
    outline: 0;
}

.ftr-bar form textarea {
    background-color: #ffffff;
    border-radius: 5px;
    color: #004438;
    font-size: 87.5%;
    line-height: 1.5;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: "arialregular";
    border-color: #004438;
    border: 1px solid;
    padding: 10px;
}

.ftr-bar form .wpcf7-response-output {
    margin: 0 auto;
    border-color: #ffffff !important;
    text-align: center;
    color: #ffffff;
}

.ftr-bar form input {
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;
    font-size: 87.5%;
    line-height: 1.5;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: "arialregular";
    border-color: #ffffff;
    border-bottom: 1px solid;
}

.ftr-bar form input:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0rem transparent;
}

.ftr-bar form input::placeholder {
    color: #ffffff;
}

.ftr-bar form input::-webkit-input-placeholder {
    color: #ffffff;
}

.ftr-bar form input:-ms-input-placeholder {
    color: #ffffff;
}

.ftr-bar form .btn-sbmt {
    text-align: center;
    border: 1px solid #ffffff;
    padding: 18px 100px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "arialregular";
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease, 0.5s;
    display: inline-block;
    background-color: transparent;
}

.ftr-bar ul {
    padding: 0;
    margin: 0;
}

.ftr-bar ul li {
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
}

.ftr-bar ul li a {
    color: #ffffff;
    font-size: 100%;
    line-height: 1.5;
    font-family: "Lato";
    text-decoration: none;
}

.ftr-bar ul li a img {
    margin-right: 8px;
}

.ftr-bar .map-wrap .map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
    border-radius: 10px;
}

.ftr-bar .map-wrap .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.ftr-bttom {
    padding: 20px 0;
}

.ftr-bttom span {
    display: inline-block;
    color: #ffffff;
    font-size: 75%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: "Lato";
}

.ftr-bttom span {
    color: #ffffff;
    font-size: 75%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: "Lato";
    display: flex;
    align-items: center;
}

.ftr-bttom span img {
    margin-left: 8px;
}

.ftr-bttom p {
    color: #ffffff;
    text-align: center;
    font-size: 81.25%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: "Lato";
}

.ftr-bttom ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.ftr-bttom ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
    line-height: 1.5;
}

.ftr-bttom ul li:last-child {
    border-right: 0px solid #ffffff;
}

.ftr-bttom ul li a {
    color: #ffffff;
    font-size: 81.25%;
    line-height: 1.5;
    text-decoration: none;
    font-family: "Lato";
    margin: 0;
    padding: 0;
}

.contact-bar h3 {
    font-size: 175%;
    line-height: 1.5;
    color: #004438;
}

.contact-bar form .wpcf7-response-output {
    margin: 0 0 15px 0 !important;
    text-align: center;
}

.contact-bar form .form-row .form-group span.wpcf7-not-valid-tip {
    font-size: 75%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.contact-bar form .form-row .form-group input {
    margin: 11px 0;
}

.contact-bar form input {
    background-color: transparent;
    border-radius: 0;
    color: #004438;
    font-size: 87.5%;
    line-height: 1.5;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: "arialregular";
    border-color: #004438;
    border-bottom: 1px solid;
    width: 100%;
}

.contact-bar form .message {
    display: flex;
}

.contact-bar form textarea {
    background-color: transparent;
    border-radius: 5px;
    color: #004438;
    font-size: 87.5%;
    line-height: 1.5;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: "arialregular";
    border-color: #004438;
    border: 1px solid;
    padding: 10px;
}

.contact-bar form textarea {
    outline: 0;
}

.contact-bar form input:focus {
    color: #004438;
    background-color: transparent;
    border-color: #004438;
    outline: 0;
    box-shadow: 0 0 0 0rem transparent;
}

.contact-bar form input::placeholder {
    color: #004438;
}

.contact-bar form input::-webkit-input-placeholder {
    color: #6c757d;
}

.contact-bar form input:-ms-input-placeholder {
    color: #004438;
}

textarea.form-control {
    height: auto;
    border-color: #6c757d;
}

.contact-bar form .btn-sbmt {
    text-align: center;
    border: 1px solid #004438;
    padding: 18px 100px;
    border-radius: 25px;
    color: #004438;
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "arialregular";
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease, 0.5s;
    display: inline-block;
    background-color: transparent;
}

.contact-bar form .btn-sbmt:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #004438;
    transition: all ease, 0.5s;
}

.contact-bar ul {
    padding: 0;
    margin: 0;
}

.contact-bar ul li {
    list-style-type: none;
    padding: 1px 0px;
    margin: 0;
}

.contact-bar ul li a {
    color: #004438;
    font-size: 100%;
    line-height: 1.5;
    font-family: "arialregular";
    text-decoration: none;
}

.contact-bar ul li a img {
    margin-right: 8px;
}

.contact-bar .map-wrap .map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
    border-radius: 10px;
}

.contact-bar .map-wrap .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact h1 {
    margin-bottom: 65px !important;
}

.map-wrap {
    margin-top: 25px;
}

@media (min-width: 320px) and (max-width: 575px) {

    .mycontentclass .lft-att h5,
    .mycontentclass .rgt-att h5 {
        font-size: 75% !important;
        line-height: 1.5 !important;
    }

    .mycontentclass .lft-att h5 span {
        font-weight: 500 !important;
    }

    .main-post .post-content h5 {
        font-size: 87.5%;
        line-height: 1.5;
    }

    .custom-tabs-menu {
        display: inline-flex;
        width: 100%;
        overflow-x: auto;
        flex-direction: row;
        flex-wrap: nowrap !important;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .post-grid {
        /*     columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; */
    }

    .post-grid li {
        float: left;
        width: 100%;
    }

    .main-post {
        min-height: 85px;
    }

    .main-post .post-img {
        width: 60%;
        display: block;
        height: 142px;
    }

    .main-post .post-img img {
        width: 100% !important;
        height: 100% !important;
    }

    .main-post .post-content {
        width: 100%;
        display: block;
        padding: 10px 20px;
        margin: 0;
    }

    .testimonials h2 {
        font-size: 100%;
        line-height: 1.5;
        padding: 10px 0 25px 0;
    }

    .testimonials {
        text-align: center;
    }

    .main-quick h2 {
        padding: 25px 0;
        font-size: 175%;
        line-height: 1.5;
    }

    .main-quick h2 span {
        font-size: 150%;
        line-height: 1.5;
    }

    .main-quick {
        min-height: 208px;
    }

    .testimonials .btn-default {
        margin-bottom: 20px !important;
    }

    .ftr-bttom span {
        justify-content: center;
        margin: 0 0 12px 0;
    }

    .ftr-bttom p {
        font-size: 62.5%;
        line-height: 1.5;
    }

    .ftr-bttom ul {
        text-align: center;
        display: table;
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .ftr-bttom ul li {
        line-height: 1.5;
    }

    .main-sort-by {
        margin: 45px 0px 20px 0px;
        display: inline-block !important;
    }

    .main-sort-by h1 {
        font-size: 162.5% !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }

    .share-ico {
        text-align: right !important;
    }

    .side-bar-top h3 {
        font-size: 175% !important;
        line-height: 1.5 !important;
    }

    .sort-by label {
        color: #004438;
        margin: 12px 0px 8px 5px !important;
    }

    .sort-by .form-group {
        display: inline-flex !important;
        width: 35% !important;
    }

    .banner-text h2 {
        font-size: 175%;
        line-height: 1.5;
    }

    .wrap-dates .media .media-body h5 {
        font-size: 87.5%;
        line-height: 1.5;
    }

    .wrap-dates {
        margin: 12px 0;
    }

    .overlay-curve {
        padding: 15px 0 15px 0;
    }

    .curve-img {
        top: -35px;
    }

    .banner-text h6 {
        margin: 0px 0px 20px 0px;
    }

    .static-banner {
        padding: 65px 0 !important;
    }

    .volunteers h1 {
        margin: 17px 0 !important;
        font-size: 206.25% !important;
        line-height: 1.5 !important;
    }

    .volunteers .btn-default {
        margin-bottom: 12px;
        padding: 8px 18px;
    }

    .contact h1 {
        font-size: 225% !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }

    .switch-form #poll_form {
        display: block;
    }

    .btn-default {
        padding: 8px 18px;
    }

    .switch-form {
        background-size: cover !important;
    }

    .btn-default {
        padding: 12px 60px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .post-grid {
        /*     columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; */
    }

    .post-grid li {
        float: left;
        width: 100%;
    }

    .main-post .post-content h5 {
        font-size: 112.5%;
        line-height: 1.5;
        margin: 18px 0px 18px 0px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .main-post .post-content {
        margin: 0 15px 0 20px;
    }

    .testimonials h2 {
        font-size: 100%;
        line-height: 1.5;
        padding: 10px 0 25px 0;
    }

    .static-banner {
        padding: 65px 0 !important;
    }

    .wrap-dates .media .media-body h5 {
        font-size: 112.5%;
        line-height: 1.5;
    }

    .banner-text h2 {
        font-size: 281.25%;
        line-height: 1.5;
    }

    .curve-img {
        top: -28px;
    }

    .volunteers h1 {
        margin: 20px 0 !important;
        font-size: 237.5% !important;
        line-height: 1.5 !important;
    }

    .switch-form #poll_form {
        display: block;
        width: 100%;
    }

    .switch-form {
        background-size: cover !important;
    }

    .btn-default {
        padding: 12px 60px;
    }
}


/* GLOBAL MEDIA QUERRY */

@media (min-width: 769px) and (max-width: 1024px) {
    .static-banner {
        padding: 65px 0 !important;
    }

    .banner-text h2 {
        font-size: 281.25%;
        line-height: 1.5;
    }

    .curve-img {
        top: -28px;
    }

    .volunteers h1 {
        margin: 20px 0 !important;
        font-size: 287.5% !important;
        line-height: 1.5 !important;
    }

    .switch-form .switcher li {
        padding: 13px 0;
    }

    .switch-form .text-body .text-area {
        padding: 24px;
    }

    .main-sort-by h1 {
        font-size: 187.5% !important;
        line-height: 1.5 !important;
    }

    .ftr-bttom ul {
        justify-content: center !important;
    }

    .input-group-append {
        position: absolute;
        right: -20%;
    }
}


/* Global show hide classes and media query */

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media (min-width: 320px) and (max-width: 575px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
}

.volunteer-desktop-view {
    display: block;
}

.volunteer-mobile-view {
    display: none;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .volunteer-desktop-view {
        display: none !important;
    }

    .volunteer-mobile-view {
        display: block !important;
    }

    .volunteers .tp-img {
        position: relative;
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .input-group-append {
        position: absolute;
        right: -20%;
    }
}

.anchor-link {
    color: #004438;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.anchor-link:hover {
    color: #004438;
    text-decoration: underline;
}

.strong-text {
    color: #004438;
}

.custom-list {
    list-style-type: none;
    padding-left: 20px;
}

.custom-list li {
    position: relative;
    font-size: 87.5%;
    line-height: 1.5;
}

.custom-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #004438;
    position: absolute;
    left: -20px;
    top: 8px;
    border-radius: 50%;
}

.custom-order-list {
    list-style: none;
    counter-reset: li;
    padding-left: 18px;
}

.custom-order-list li::before {
    content: counter(li);
    color: #004438;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.custom-order-list li {
    counter-increment: li;
    font-size: 87.5%;
    line-height: 1.5;
}


/* --- */

.mycontentclass ul {
    list-style-type: none;
    padding-left: 20px;
}

.mycontentclass ul li {
    position: relative;
    font-size: 87.5%;
    line-height: 1.5;
}

.mycontentclass ul li a {
    color: #004438;
    text-decoration: none;
}

.mycontentclass ul li a:hover {
    color: #004438;
    text-decoration: none;
}

.mycontentclass ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #004438;
    position: absolute;
    left: -20px;
    top: 8px;
    border-radius: 50%;
}

.mycontentclass p {
    text-align: justify;
}

/* --- */

.custom-tabs-menu {
    border-bottom: 1px solid #707070;
}

.custom-tabs-menu .nav-link {
    color: #009b7c;
    font-size: 100%;
    font-weight: 600;
    padding: 8px 20px;
}

.custom-tabs-menu .nav-link.active {
    background-color: #009b7c;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #ffffff;
}

.content-rtl {
    direction: rtl;
    text-align: right;
}

.content-rtl .custom-order-list {
    padding-right: 0;
}

.content-rtl .custom-order-list li::before {
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .custom-tabs-menu .nav-link {
        font-size: 75%;
        padding: 5px 8px;
    }

    .cpt-alm-wrapper img {
        max-width: 100%;
        height: 100%;
    }
}

@media (max-width: 340px) {
    .custom-tabs-menu .nav-link {
        padding: 5px 3px;
    }
}

@media (min-width: 299px) and (max-width: 575px) {
    .input-group-append {
        right: 0 !important;
        width: 0% !important;
        display: inline-block !important;
    }

    .social-links input {
        padding: 0 0px 0px 0px !important;
        width: 100%;
    }

    .social-links .input-group-append span {
        width: 75px;
    }

    .ftr-bar form input,
    .ftr-bar form textarea {
        width: 100% !important;
    }
}

.wpcf7-not-valid-tip {
    margin-top: 3px;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 68.75% !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

.addeventatc_dropdown {
    z-index: 1 !important;
}

.addeventatc_dropdown span {
    padding: 14px 10px 14px 14px !important;
}

.addeventatc {
    box-shadow: 0 0 0 #000000 !important;
    border: 0px solid transparent !important;
    padding: 0px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

a:hover {
    text-decoration: none !important;
}

.easy-image-gallery a img {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.mycontentclass .lft-att,
.mycontentclass .rgt-att {
    font-size: 75%;
    line-height: 1.5;
    margin-bottom: 5px;
}

.mycontentclass .lft-att {
    text-align: left;
}

.mycontentclass .rgt-att {
    text-align: right;
}

.mycontentclass .lft-att h5,
.mycontentclass .rgt-att h5 {
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 300;
    color: #004438;
}

.mycontentclass .lft-att h5 a,
.mycontentclass .rgt-att h5 a {
    color: #004438;
}

.mycontentclass .lft-att h5 a:hover,
.mycontentclass .rgt-att h5 a:hover {
    color: #004438;
    text-decoration: underline !important;
}

.mycontentclass .lft-att h5:hover,
.mycontentclass .rgt-att h5:hover {
    color: #004438;
}

.mycontentclass .lft-att h5 span {
    font-weight: 700;
    color: #000000;
}

.mycontentclass .rgt-att h5 img {
    width: 14px !important;
    margin-top: -5px !important;
    margin-right: 3px !important;
}

.mycontentclass .lft-att h5 a img {
    width: 25px !important;
}

.easy-image-gallery {
    text-align: center !important;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
    grid-auto-flow: dense;
    padding-left: 0px !important;
}

.easy-image-gallery li {
    display: inline-flex !important;
    padding: 8px 8px 8px !important;
    margin: 0;
}

.easy-image-gallery li::before {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 50% !important;
}

.easy-image-gallery a img {
    width: 100%;
    height: 100%;
}

.video-element_2 .image-block_2 .play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(http://difi2021.symmetrydigital-labs.com/wp-content/uploads/2021/05/play-btn.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-10%, -15%);
}

.cpt-alm-main .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


/* -- */

.desktop-nav,
.mobile-nav {
    padding: 27px 18px;
}

.search-box {
    height: auto;
    background: #ffffff;
    z-index: 10;
    position: absolute;
    width: 60%;
    top: 82px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    -moz-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    -o-transform: translate(-50%, -0%);
    border-top: 1px solid #efeeee;
}

.search-box .has-search input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    border-bottom: 1px solid #004438;
}

.search-box .has-search input:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 0%);
}

.search-box .has-search {
    width: 60%;
    margin: 12px auto;
    display: table;
}

.desktop-nav .main-logo img {
    margin: 20px 0px 0 0 !important;
}

.desktop-nav .srh-icn img {
    margin: 16px 0px 0 0 !important;
    width: 18px !important;
}

.mobile-nav {
    display: none !important;
}

.desktop-nav {
    display: block !important;
}

@media (min-width: 320px) and (max-width: 575px) {
    .mobile-nav .main-logo img {
        margin: 0 !important;
    }

    .mobile-nav .srh-icn img {
        margin: 0 !important;
        width: 18px !important;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    .mobile-nav {
        display: none !important;
    }

    /* .desktop-nav {
    display: none !important;
  } */
    .search-box {
        width: 100% !important;
        top: 87px !important;
    }

    .navbar {
        padding: 0px !important;
    }
}


/* New hamburger navbar Menu */

.menu-head1 {
    padding: 27px 35px !important;
}

.menu-head1 h1 {
    font-size: 312.5%;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 800;
    display: inline-block;
    font-family: Raleway, Helvetica Neue, Helvetica, Lucida Grande, sans-serif;
}

.desktop-nav .srh-icn img {
    margin-top: 0 !important;
}

.hamburger-menu {
    /*margin-left: 25px;*/
    height: 40px;
    width: 50px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.hamburger-menu:hover {
    background-color: #004438;
}

.hamburger-menu:hover .menu__btn>span {
    background-color: #fff;
}

.menu__btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    margin-bottom: 0;
}

.menu__btn>span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #004438;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 11112;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(2px);
    overflow-y: auto;
    transition: 0.5s;
    font-family: Raleway, Helvetica Neue, Helvetica, Lucida Grande, sans-serif;
}

.social-links-menu {
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.2rem;
    /* padding-top: calc(5% + 85px); */
}

.social-links-menu a {
    margin-bottom: 15px;
    width: 35px;
    height: 35px;
    display: grid;
    background-color: #004438;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    place-items: center;
    transition: 0.3s ease-in-out;
}

.social-links-menu a svg {
    transition: 0.2s ease ease;
    fill: #fff;
    height: 20px;
    width: 20px;
}

.social-links-menu a:hover {
    background-color: #fff;
    border-top: 1px solid #004438;
    border-bottom: 1px solid #004438;
}

.social-links-menu a:hover svg {
    fill: #004438;
}

.menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.overlay .closebtn {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    /* border-radius: 50%; */
    font-size: 225%;
    line-height: 1.5;
    padding: 0;
    margin-right: 75px;
}

.overlay .closebtn .closebtn-icon {
    stroke: #004438;
}

.overlay .closebtn:hover .closebtn-icon {
    stroke: #fff;
    fill: #004438;
}

.overlay-content {
    position: relative;
    width: 66.5% !important;
    margin: 0 auto;
    padding: 0;
    padding-top: 4%;
    position: relative;
}

.overlay-menu {
    padding: 0;
    position: relative;
}

.menu-item {
    list-style-type: none;
    margin-bottom: 3rem;
    width: fit-content;
    width: -moz-fit-content;
}

.menu-item>a {
    padding: 5px;
    font-size: 187.5%;
    line-height: 1.5;
    text-transform: uppercase;
    color: #004438;
    font-weight: 800;
    position: relative;
    z-index: 2;
    font-family: Raleway, Helvetica Neue, Helvetica, Lucida Grande, sans-serif;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color: #004438;
}

.menu-item:hover>a {
    background-color: #004438;
    color: #fff;
}

.menu-item:hover>.sub-menu {
    display: flex;
}

.sub-menu {
    position: absolute;
    left: 0;
    padding-left: 22rem;
    z-index: 1;
    top: 0;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    display: none;
    max-height: 53rem;
}

.sub-menu>li {
    list-style-type: none;
    margin-bottom: 2rem;
    padding-left: 50px;
    padding-bottom: 0;
}

.sub-menu>li>a {
    padding: 0.5rem !important;
    font-size: 187.5% !important;
    line-height: 1.5;
    text-transform: capitalize;
    color: #004438 !important;
    font-weight: 500;
    transition: 0.2s ease ease;
    position: relative;
    display: flex;
    transition-property: font-weight;
}

.sub-menu>li:hover a {
    font-weight: 700;
    background-color: transparent;
}

.sub-menu>li>a::before {
    position: absolute;
    left: -6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    content: "";
    background-image: url("/wp-content/themes/difi/assets/images/arrows-slim.svg");
    width: 30px;
    height: 9px;
    background-size: cover;
    -webkit-transition: 0.2s ease ease;
    transition: 0.2s ease ease;
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
}

.sub-menu>li:hover>a::before {
    left: -3rem;
    opacity: 1;
}

.nav-footer {
    width: auto;
    position: relative;
    padding-top: 4.5rem;
}

.nav-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 10rem;
    height: 1px;
    background-color: #979797;
}

.nav-footer-menu {
    padding-left: 0;
}

.footer-menu-item {
    list-style-type: none;
    padding-bottom: 40px;
}

.footer-menu-item a {
    width: 100%;
    padding: 5px;
    color: #979797;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 112.5%;
    line-height: 1.5;
    transition: 0.2s ease ease;
}

.footer-menu-item a:hover {
    color: #004438;
}

.menu-cards {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 150px;
    max-width: 340px;
    transition: 0.3s ease-in-out;
    display: none;
    z-index: 3;
}

.show-topics {
    display: block;
}

.menu-cards>div {
    display: flex;
    flex-wrap: wrap;
}

.menu-cards-icons {
    margin-bottom: 15px;
    max-width: 96px;
    text-align: center;
}

.menu-cards-icons:not(:last-child) {
    margin-right: 15px;
}

.menu-cards-icons .topics-picto {
    background-position: 50%;
    width: 96px;
    height: 96px;
    display: grid;
    padding: 15px;
    place-items: center;
    transition: 0.3s ease-in-out;
    background-size: auto 5.4rem;
    border: 1px solid #f0f0f0;
}

.menu-cards-icons span {
    width: 100%;
    padding-top: 1rem;
    line-height: 1.5;
    font-size: 75%;
    display: inline-block;
    transition: 0.3s ease-in-out;
    text-align: center;
    color: #46454b;
    font-weight: 800;
}

.menu-cards-icons:hover .topics-picto {
    border: 1px solid #004438;
}

.menu-cards-icons:hover span {
    color: #004438;
}

header.scrollUp {
    position: fixed;
    width: 100%;
    z-index: 1111111;
    background: #fff;
}


/* New hamburger navbar Menu */


/* moiz css */

.drop-menu .desktop-only h3 {
    font-size: 200%;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
    width: auto;
    text-transform: uppercase;
    border-bottom: 1px solid #f0eff0;
}

.drop-menu .desktop-only ul {
    padding-left: 0;
}

.drop-menu .desktop-only ul li {
    margin-bottom: 2.5rem;
    list-style: none;
}

.drop-menu .aside.desktop-only ul li a {
    font-size: 100%;
    font-weight: 800;
    color: #f0f0f0;
}

.drop-menu .desktop-only ul.filtered li.active a {
    color: #46454b;
}

.drop-menu .search-results {
    float: left;
    width: 92%;
}

.menu-img .article.result-item.topic-15 {
    float: left;
    margin-bottom: 2.5rem;
    width: 100%;
}

.menu-img .article.result-item.topic-15 figure {
    width: 14.8rem;
    height: 15.8rem;
    overflow: hidden;
    float: left;
    margin-right: 2.5rem;
}

header {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 11111;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 25%);
}

body {
    margin-top: 80px !important;
}


/* Search container work starts here */

.search-container {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 11112;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1) !important;
    overflow-y: auto;
    transition: 0.5s;
    font-family: Raleway, Helvetica Neue, Helvetica, Lucida Grande, sans-serif;
}

.search-container .closebtn {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    /* border-radius: 50%; */
    font-size: 225%;
    line-height: 1.5;
    padding: 0;
    margin-right: 75px;
}

.search-container .closebtn .closebtn-icon {
    stroke: #004438;
}

.search-container .closebtn:hover .closebtn-icon {
    stroke: #fff;
    fill: #004438;
}

.search-container .overlay-content {
    padding-top: 2%;
}


/* .overlay-content.search-overlay {
  padding-top: 0;
} */

.search-input {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #004438 !important;
    padding: 0 10px 35px 10px;
    height: auto !important;
    background: transparent !important;
    caret-color: #004438 !important;
    font-size: 500% !important;
    color: #004438;
    outline: none !important;
    font-weight: 400;
}

input.search-input.search-field::-webkit-search-cancel-button {
    filter: invert(50%) sepia(50%) saturate(2490%) hue-rotate(133deg) brightness(98%) contrast(40%);
}

.search-input::placeholder {
    color: #004438;
    opacity: 0.3;
}

.search-flitered {
    padding-top: 90px;
}

.search-flitered h2 {
    font-size: 187.5%;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 50px;
}

.search-flitered ul {
    list-style-type: none;
    padding: 0;
}

.search-flitered ul li {
    margin-bottom: 35px;
}

.search-flitered ul li a {
    padding: 0.25rem;
    font-size: 87.5%;
    line-height: 1.5;
    color: #004438;
    font-weight: 800;
    transition: 0.3s ease;
}

.search-flitered ul li a:hover {
    background-color: #004438;
    color: #fff;
}

.search-flitered ul.filtered li a {
    color: #f0f0f0;
}

.search-flitered ul.filtered li.active a {
    color: #004438;
}

.search-flitered ul.filtered li a:hover {
    background-color: #004438;
    color: #fff;
}

.search-result {
    padding-top: 90px;
    padding-bottom: 50px;
}

.result-item {
    display: flex;
    margin-bottom: 15px;
}

.result-item h2 {
    font-weight: 900;
    font-size: 212.5%;
    font-family: "Lato", sans-serif;
}

.result-item img {
    object-fit: cover;
    height: 180px;
    width: 100%;
    max-width: 170px;
}

.result-item .om-no-image {
    height: 180px;
    width: 100%;
    max-width: 170px;
}

.link-topics {
    background-color: #004438;
    padding: 5px 10px;
    font-size: 75%;
    line-height: 1.5;
    color: #fff !important;
    margin-bottom: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.link-read-more {
    color: #004438;
    font-size: 100%;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
}

.link-read-more:hover {
    color: #004438 !important;
    text-decoration: underline !important;
}

header {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999999;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 25%);
}

.menu-head img {
    width: 160px;
}

.srh-icn {
    height: 56px;
    width: 56px;
    display: grid;
    place-items: center;
    margin-right: 20px;
}

.srh-icn svg {
    fill: #004438;
}

.srh-icn:hover {
    background-color: #004438;
}

.srh-icn:hover svg {
    fill: #fff;
}

.center-logo {
    position: relative;
}

.language-box ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
    display: flex;
}

.language-box ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    /*border: 1px solid #979797;*/
}

/*.language-box ul li:last-of-type {
    margin-left: 10px;
}*/

.language-box ul li a {
    display: block;
    text-decoration: none;
    color: #004438;
    font-weight: 800;
    font-size: 75%;
    line-height: 1.5;
    padding: 10px 15px;
    border: 1px solid #004438;
    transition: 0.3s ease;
    font-family: Arial, Helvetica, sans-serif;
}
.language-box ul li:last-child a {
    font-family: 'Tajawal', sans-serif;
  }
.language-box ul li a:hover {
    background-color: #004438;
    color: #fff;
}


/* Search container work ends here */

.probox {
    height: auto !important;
    background: none !important;
}

.wpdreams_asl_container {
    background: none !important;
}

div.asl_w .probox .promagnifier {
    height: auto;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    color: #004438 !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input::placeholder {
    color: #004438 !important;
    opacity: 0.5 !important;
}

.promagnifier svg {
    fill: #004438;
}

.language-box .mob-language {
    display: none;
}

.overlay-menu-mobile {
    display: none;
}

.desktop-search {
    display: grid;
}

.mobile-search {
    display: none;
}

.social-links-menu.desktop {
    display: none;
}

.mobileNav-menu {
    display: none;
}

.desktopNav-menu {
    position: sticky;
    z-index: 999999999;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
}

.top-bar-language {
    display: none !important;
}

@media (max-width: 1024px) {
    .menu-item {
        margin-bottom: 1.8rem;
    }

    .menu-item>a {
        font-size: 150%;
        line-height: 1.5;
    }

    .sub-menu {
        padding-left: 15rem;
    }

    .sub-menu>li {
        margin-bottom: 1rem;
    }

    .sub-menu>li>a {
        font-size: 100% !important;
        line-height: 1.5;
    }

    .social-links-menu a {
        width: 25px;
        height: 25px;
        margin-bottom: 10px;
    }

    .social-links-menu a svg {
        height: 13px;
        width: 13px;
    }

    .nav-footer {
        padding-top: 2.5rem;
    }

    .footer-menu-item {
        padding-bottom: 22px;
    }

    .footer-menu-item a {
        font-size: 75%;
        line-height: 1.5;
    }

    .search-container .overlay-content {
        padding-top: 2%;
    }

    .search-flitered,
    .search-result {
        padding-top: 70px;
    }

    .search-input {
        font-size: 368.75% !important;
        padding-bottom: 25px;
    }

    .result-item h2 {
        font-size: 162.5%;
        line-height: 1.5;
    }

    .search-flitered h2 {
        font-size: 137.5%;
        font-weight: 700;
        line-height: 1.5;
        font-family: "Lato", sans-serif;
    }

    .search-flitered ul li {
        margin-bottom: 26px;
    }

    .search-flitered ul li a {
        font-size: 62.5%;
        line-height: 1.5;
        font-weight: 700;
    }

    .link-read-more {
        font-size: 112.5%;
        line-height: 1.5;
        font-weight: 500;
        text-decoration: underline;
    }

    a.btn-default {
        margin-bottom: 20px;
    }
}

@media (min-width: 769px) and (max-width: 782px) {
    body {
        margin-top: 65px !important;
    }
}

@media (max-width: 768px) {
    .overlay {
        overflow-y: auto;
    }

    .menu-head1 {
        padding: 15px !important;
    }

    .desktop-nav,
    .mobile-nav {
        padding: 15px 0 !important;
        height: 125px;
    }

    .menu-head1 h1 {
        display: none;
    }

    .social-links {
        left: 20px;
    }

    .menu-cards {
        position: relative;
        padding-top: 0;
    }

    .footer-menu-item {
        padding-bottom: 30px;
    }

    .footer-menu-item a {
        font-size: 100%;
    }

    .social-links-menu {
        padding-left: 20px;
        left: 0;
        display: none;
    }

    .search-flitered {
        display: none;
    }

    .link-topics {
        margin-bottom: 20px;
        font-size: 100%;
        line-height: 1.5;
        font-weight: 500;
    }

    .search-result {
        padding-top: 25px;
    }

    .search-result h2 {
        font-size: 137.5% !important;
        line-height: 1.5 !important;
    }

    .search-input {
        font-size: 175% !important;
        padding: 5px;
    }

    .result-item {
        margin: 10px 0 20px 0;
    }

    .result-item img {
        max-height: 100px;
        height: 100%;
    }

    .result-item .om-no-image {
        max-height: 100px;
        height: 100%;
    }

    .overlay-content.search-overlay {
        width: 90% !important;
    }

    .center-logo {
        position: relative;
        left: 0;
    }

    .language-box {
        float: right;
    }

    .overlay .closebtn,
    .search-container .closebtn {
        margin-right: 0;
    }

    .language-box .desktop-language {
        display: none;
    }

    .language-box .mob-language {
        display: flex;
    }

    .language-box ul li a {
        padding: 5px 10px;
    }

    .overlay-menu-mobile {
        display: block;
        padding: 20px;
    }

    .overlay-content {
        padding: 0;
        width: 100% !important;
        padding-top: 50px;
    }

    .overlay-menu {
        display: none;
    }

    .mobile-menu-item {
        padding-bottom: 20px;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
    }

    .overlay-menu-mobile .mobile-menu-item:last-child {
        border-bottom: none;
    }

    .mobile-menu-item>a {
        font-size: 150%;
        font-weight: 800;
        line-height: 1.5;
    }

    .mobile-menu-item.menu-item-has-children::after {
        position: absolute;
        top: 15px;
        right: 25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        background-image: url("/wp-content/themes/difi/assets/images/arrows-slim.svg");
        width: 40px;
        height: 12px;
        background-size: cover;
        -webkit-transition: 0.2s ease ease;
        transition: 0.2s ease ease;
        -webkit-transition-property: opacity, left;
        transition-property: opacity, left;
    }

    /* .menu-item:hover > a {
    background-color: transparent !important;
    color: #004438;
  } */
    .menu-item:hover>a,
    .mobile-menu-item.show>a {
        background-color: transparent;
        color: #004438;
    }

    .mobile-menu-item.menu-item-has-children.show::after {
        transform: rotate(90deg);
        top: 8px;
    }

    .sub-menu {
        position: relative;
        padding: 0px;
        padding-top: 20px;
        transition: 0.3s ease;
    }

    .sub-menu>li {
        margin-bottom: 20px;
        padding-left: 0;
        border-bottom: none;
    }

    .sub-menu>li::after {
        display: none;
    }

    .sub-menu>li>a {
        padding: 0;
        font-size: 125% !important;
        line-height: 1.5 !important;
        background-color: transparent !important;
    }

    .sub-menu>li>a::before {
        width: 2rem;
        background-size: 2rem;
    }

    .sub-menu>li:hover>a::before {
        left: -2rem;
    }

    .nav-footer {
        margin-left: 15px;
        margin-right: 15px;
    }

    .nav-footer:before {
        width: 100%;
    }

    .nav-footer-menu {
        padding-left: 45px;
        padding-right: 45px;
    }

    .social-links-menu a {
        width: 35px;
        height: 35px;
        margin-left: 15px;
    }

    .social-links-menu a svg {
        height: 20px;
        width: 20px;
    }

    .social-links-menu a:hover {
        border: transparent;
    }

    .social-links-menu.desktop {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        position: static;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-left: 0;
    }

    .desktop-nav .language-box {
        display: none !important;
    }

    .top-bar-language {
        display: block !important;
        border-bottom: 1px solid #ced4da;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: -5px;
    }

    .top-bar-language .language-box {
        display: block !important;
    }

    .desktop-search {
        display: none;
    }

    .mobile-search {
        display: grid;
        margin: 0;
    }

    .srh-icn {
        margin-right: 0;
    }

    .mobileNav-menu {
        display: block;
        -webkit-box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 25%);
        box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 25%);
        position: sticky;
        z-index: 999999999;
        top: 0;
        background-color: rgba(255, 255, 255, 1);
    }

    .desktopNav-menu {
        display: none;
    }

    .mobileNav-menu .closebtn:hover .closebtn-icon {
        stroke: #004438;
    }

    .mobile-menu-item:hover>.sub-menu {
        display: none;
    }

    .mobile-menu-item.show .sub-menu {
        display: block;
    }

    .main-quick .media img {
        min-width: 150px;
    }
}

@media (min-width: 280px) and (max-width:405px) {
    .difi-logo-new {
        width: 225px;
        margin-block: 11px;
    }
}

@media (min-width: 406px) and (max-width:499px) {
    .difi-logo-new {
        width: 225px;
        /* 		margin-block: -19px; */
    }
}

@media (min-width: 500px) and (max-width:768px) {
    .difi-logo-new {
        width: 225px;
        /* 		margin-block: -19px; */
    }
}

@media (min-width: 769px) and (max-width:991px) {
    .difi-logo-new {
        width: 315px;
        margin-block: -19px;
    }
}

@media (min-width: 992px) {
    .difi-logo-new {
        width: 315px;
        margin-block: -19px;
    }
}

.fancybox-container {
    z-index: 999999 !important;
    margin-top: 0 !important;
}

.custom-date-thumb {
    margin: 10px 0 0 0;
    font-weight: 600;
    color: #004438;
}

/* customize sec css*/

.wcag {
    display: flex;
    margin-top: 4px;
}

.wcagItem {
    cursor: pointer;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid rgba(181, 181, 181, 0.5);
}

.wcagItem {
    padding-top: 3px;
}

.wcagIcon {
    vertical-align: middle;
}

.wcagIcon svg {
    height: 1.2rem;
    width: 1.4rem;
}

.wcagIconFill {
    fill: #2C2C2C;
}

.wcagIconStroke {
    stroke: #2C2C2C;
}

.wcagIconFill {
    fill: #2C2C2C;
}

.wcagText {
    display: inline-flex;
    align-items: center;
}

.wcag-M {
    display: none;
}

@media (max-width:767px) {
    .wcag-M {
        display: flex;
    }

    .wcag-D {
        display: none;
    }
}

/* customize sec css*/

@media screen and (min-width: 1024px) and (max-width: 1024px){
	#rev_slider_6_1_wrapper{
		padding-top:30px !important;
	}
}

.grecaptcha-badge {display:none !important;}

 .nav-footer {
            width: 70%;
            float: left;
        }

        .menu-main-menu-container {
            width: 70%;
            float: left;
        }

        .right-bx-nav {
            width: 30%;
            float: right;
            position: absolute;
            right: 0;
            /* top: 0; */
        }

        .right-bx-nav h2 {
            margin: 0;
            padding: 0;
            font-size: 30px !important;
            line-height: 42px;
            text-transform: capitalize;
            color: #005a55 !important;
            font-weight: 500;
            transition: 0.2s ease ease;
            position: relative;
            display: flex;
            transition-property: font-weight;
        }

        .right-bx-nav p {
            padding: 0.5rem !important;
            font-size: 18px !important;
            line-height: 22px;
            text-transform: capitalize;
            color: #005a55 !important;
            font-weight: 500;
            transition: 0.2s ease ease;
            position: relative;
            display: flex;
            transition-property: font-weight;
        }

        @media (max-width: 768px) {

            .menu-main-menu-container {
                width: 100%;
                float: left;
            }

            .right-bx-nav {
                width: 70%;
                margin-left: 15%;
                float: left;
                position: static;

                /* top: 0; */
            }

            .overlay-menu-mobile {
                display: block;
                padding: 20px 20px 0 20px;
            }

        }

        .nav-selected {
            background-color: #005a55;
            color: #fff;
        }

.page-template .cpt-alm-wrapper .cpt-alm-item {
	border-radius: 10px;
}

.page-template-publications .cpt-alm-main .cpt-alm-wrapper,
.page-template-media .cpt-alm-main .cpt-alm-wrapper,
.page-template-gallery .cpt-alm-main .cpt-alm-wrapper {
	display: flex;
    flex-wrap: wrap;
}
.page-template-publications .cpt-alm-main .cpt-alm-wrapper .cpt-alm-item.cpt-alm-col-12,
.page-template-gallery .cpt-alm-main .cpt-alm-wrapper .cpt-alm-item.cpt-alm-col-12,
.page-template-media .cpt-alm-main .cpt-alm-wrapper .cpt-alm-item.cpt-alm-col-12 {
	width: 33%;
	max-width: 33%;
	box-shadow: none;
	padding-right: 15px;
    padding-left: 15px;
	margin:0;
}
.page-template-publications .cpt-alm-main .cpt-alm-wrapper .cpt-alm-item.cpt-alm-col-12 .col-12.col-lg-4.col-md-4,
.page-template-gallery .cpt-alm-main .cpt-alm-wrapper .cpt-alm-item.cpt-alm-col-12 .col-12.col-lg-4.col-md-4,
.page-template-media .cpt-alm-main .cpt-alm-wrapper .cpt-alm-item.cpt-alm-col-12 .col-12.col-lg-4.col-md-4{
	width: 100%;
	max-width: 100%;
	padding-right: 0px;
    padding-left: 0px;
}

@media (max-width:767px) {
	.page-template-publications .cpt-alm-main .cpt-alm-wrapper .cpt-alm-item.cpt-alm-col-12,
	.page-template-gallery .cpt-alm-main .cpt-alm-wrapper .cpt-alm-item.cpt-alm-col-12,
	.page-template-media .cpt-alm-main .cpt-alm-wrapper .cpt-alm-item.cpt-alm-col-12{
		width: 100%;
		max-width: 100%;
	}
}


.wpcf7 form.wpcf7-form.submitting .submit_Btn_Div .wpcf7-submit {pointer-events:none !important;}

/* .wpcf7-not-valid-tip:nth-child(2n) {
    display: none;
} */

/* .wpcf7-not-valid-tip:nth-child(2n) {
    display: none;
} */

/* .wpcf7-not-valid-tip:nth-of-type(1n+2) {
    display: none;
} */

.desktop-nav .row:nth-child(2) {
    align-items: center;
}

.emp-text h6 {
    word-break: break-word;
    font-size: 100.00% !important;
    line-height: 100.00%;
}

@media (min-width:819px) and (max-width:820px) {
	.search-input {
    	font-size: 300% !important;
		padding-bottom: 25px;
	}
}


.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}