@media (min-width:1920px) {
    /*    html, body{   zoom: 1.1; }*/
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x,5.75rem);
        padding-left: var(--bs-gutter-x,5.75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1800px;
    }
    .contact-us-section .right-title {
        left: -webkit-calc(100% - 120px);
        left: -moz-calc(100% - 120px);
        left: calc(100% - 120px);
        right: unset;
        bottom: 15%;
    }
}
@media only screen and (max-width: 1950px){
    .h1, h1{
        font-size:140px;
    } 
    .left-title {
        height: 1133px;
    }
}
@media only screen and (max-width: 1750px){
    .h1, h1{
        font-size:120px;
    } 
    .left-title {
        height: 1015px;
    }
}
@media only screen and (max-width: 1550px){
    .h1, h1{
        font-size:105px;
    } 
    .left-title {
        height: 860px;
    }
}
@media only screen and (max-width: 1440px){
    .h1, h1{
        font-size:95px;
    } 
    .video-main{
        bottom: -13px;
    }
    .initiatives-item h2 {
        font-size: 1.3rem;
    }
    .left-title {
        height: 805px;
    }
}
@media only screen and (max-width: 1280px){
    .h1, h1{
        font-size:70px;
    } 
    .left-title {
        height: 600px;
    }
    .initiatives-item h2 {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 1440px) {
    .footer-custom p, .footer-custom a{
        font-size:14px;
    }
    .banner-content p {
        font-size: 23px;
        line-height: 40px;
    }
    .home-banner-area {
        max-width: 515px;
    }
    .homepage-menu li {
        padding: 0px 35px;
    }
    .heading-content{
        padding-left: 50px;
    }
    .news-post-items {
        padding: 0px 35px;
    }
    .news-post-image:before {
        right: -35px;
    }
    .flex-row-reverse .news-post-image:before {
        right: inherit;
        left: -35px;
    }
    p {
        font-size: 23px;
        line-height: 40px;
    }
    .mission .mission-content h3:before{        
        content: '';
        position: absolute;
        left: -10px;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 40px solid #0df6ff;
    }
    .image_mission {
        margin-right: 4%;
    }
    .contact-inner {
        padding-top: 120px;
    }
    .contact-us-section .right-title {
        bottom: 20%;
    }
    .mission .no-icon.mission-content h3:before{ 
        display: none;
    }
    .align-items-lg-center {
        align-items: flex-end!important;
    }
}

@media only screen and (max-width: 1280px){
    .mission .mission-content h3:before{        
        content: '';
        position: absolute;
        left: -10px;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 35px solid #0df6ff;
    }
    .mission .no-icon.mission-content h3:before{ 
        display: none;
    }
    .main-img-inner {
        padding-left: 25px;
    }
    .contact-inner {
        min-height: unset;
        padding-top: 90px;
    }
    .contact-us-section .right-title {
        left: -webkit-calc(100% - 80px);
        left: -moz-calc(100% - 80px);
        left: calc(100% - 80px);
    }
    .right-title {
        width: 5%;
    }
    .image_mission {
        margin-right: 2%;
    }
}
@media only screen and (max-width: 1180px) {
    .mission .right-title {
        bottom: 35%;
    }
    p {
        font-size: 18px;
        line-height: 35px;
    }

    ul.main-menu {
        display: none;
    }
    .business-area-icon img {
        max-height: 55px;
    }
    .fluid-conatainer-half-width.left-conatainer-col,section#services-section .single-services-content.fluid-conatainer-half-width.left-conatainer-col{
        padding-left: 0;
    }

    .mobile-custom-menu {
        display: block;
        z-index: 99999;
        padding: 10px;
        position: relative;
    } 

    section#inner-page-banner .banner-inner {
        padding-left: 0;
        padding-right: 0;
        float: left;
        max-width: 80%;
    } 

    /************Mobile Menu***********/
    nav#cssmenu {
        position: absolute;
        z-index: 99999;
        top: 26px;
        left: 15px;
    }
    .mobile-custom-menu .buttonn{
        width: 46px;
        height: 46px;
        cursor: pointer;
        z-index: 12399994;
    }
    .buttonn.menu-opened{
        position: fixed;
        top: 23px;
    }

    .mobile-custom-menu .buttonn:after {
        position: absolute;
        top: 22px;
        left: 50%;
        display: block;
        height: 15px;
        width: 30px;
        border-top: 3px solid #707070;
        border-bottom: 3px solid #707070;
        content: '';
        transform: translate(-50%, 0);
    }
    #cssmenu .mobile-menu-outer {
        width: 100%;
        display: none;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    #cssmenu .mobile-menu-outer.open {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        width: 100%;
    }

    /* 	.mobile-main-logo {
                    margin-bottom: 15px;
            } */
    .mobile-custom-menu #cssmenu .mobile-menu-outer {
        height: 100%;
        background: #B99595;
        position: fixed;
        z-index: 999999;
        overflow-y: scroll;
        left: 0;
        top: 0;
        padding: 30px 30px;
    }
    ul.mobile-menu-list {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 0;
        border-top: 0px solid #e0e0e0;
    }
    .mobile-custom-menu .buttonn:before {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 10px;
        left: 50%;
        display: block;
        height: 2.5px;
        width: 30px;
        background: #707070;
        content: '';
        /* left: 0; */
        transform: translate(-50%, 0);
    }
    ul.mobile-menu-list li{
        width: 100%; 
        text-align: left;
        padding:0px 0px;
        line-height:normal;
        position: relative;      
    }
    /* ul.mobile-menu-list li:after{
        content: '';
        left: 0;
        bottom: 0;
        position: absolute;
        background-color: #ffffff;
        width: 100%;
        height: 1px;
    } */
    /* ul.mobile-menu-list li:first-child{
        border-top:1px solid #ffffff;
    } */
    ul.mobile-menu-list li ul.sub-menu li:first-child{
        border:none;
    } 
    ul.mobile-menu-list li .sub-menu li:after{
        display: none;
    }    
    ul.mobile-menu-list li a, ul.mobile-menu-list li a:hover{
        color: #ffffff;
        font-size: 18px;        
        line-height: normal;
        padding: 8px 0px;
        width: 100%;
        display: inline-block;

    }
    ul.mobile-menu-list ul.sub-menu {        
        padding: 6px 0px 12px;
        display: none;
    }
    ul.mobile-menu-list li .sub-menu li a, ul.mobile-menu-list li .sub-menu li a:hover{
        font-size: 15px;       
    }
    .mobile-custom-menu .buttonn.menu-opened:after {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 3px;
        width: 50px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .mobile-custom-menu .buttonn.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 50px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0px;
        top: 0px;
        display: block;        
        height: 46px;
        width: 100%;
        cursor: pointer
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 0px;
        right: 7px;
        width: 15px;
        font-size: 40px;
        color: #fff;        
        display: block;        
        content: "\002B";
        font-family: 'auto';
    }
    #cssmenu .submenu-button.submenu-opened:after{
        content:"\2015";
        font-size: 22px;
    }
    .mobile-custom-menu .buttonn.menu-opened:after, .mobile-custom-menu .buttonn.menu-opened:before {
        left: 0;
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
    #cssmenu .make-appointment {
        max-width: 100%;
        background: #607bbc;
        display: inline-block;
        width: auto!important;
        padding: 0px 30px;
        margin: 15px 0px;
    }
    .mobile-menu-list .wpml-ls-legacy-list-horizontal{
        padding: 0px;
    }
    .mobile-menu-outer .mobile-menu-list .wpml-ls-legacy-list-horizontal ul{
        display: block!important;
        padding-left:0px!important;
    }
    .mobile-menu-outer .mobile-menu-list .wpml-ls-legacy-list-horizontal ul a{
        padding-left:0px!important;
    }
    .top-bar {
        display: none;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-main-logo img {
        max-width: 90px;
    }

    .mobile-custom-menu .buttonn.menu-opened:before{
        width: 30px;
    }
    .mobile-custom-menu .buttonn.menu-opened:after{
        width: 30px;
        height: 2.5px;
    }
    .mobile-custom-menu .buttonn{
        right: 0px;
        overflow: hidden;
    }
    .buttonn.menu-opened {
        position: fixed;
        top: 12px;
        left: 30px !important;
    }

    ul.mobile-menu-list li a:hover {
        text-decoration: underline;
        color: #ffffff;
    }
    .mobile-menu-inner {
        overflow-y: scroll;
    }

    .mobile-header-link-list .header-link-list-item {
        width: 100%;
        padding: 15px 0;
    }

    .mobile-header-link-list {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #fff;
        margin-bottom: 30px;
    }

    .h1, h1 {
        font-size: 45px;
        font-weight: normal;
        line-height: 55px;
    }
    .h2, h2 {
        font-size: 27px;
        line-height: 35px;
    }

    .h3, h3 {
        font-size: 22px;
        line-height: 30px;
    }

    ul.mobile-menu-list li ul.sub-menu li a {
        border: none;
    }
    .mobile-main-logo {
        text-align: right;
    }

    .mobile-menu-outer .mobile-main-logo {
        text-align: center;
    }
    .mobile-menu-list li.menu-item.menu-item-86 a {
        background: #fff;
        color: #B99595;
        text-align: center;
        border-radius: 25px;
        padding: 14px 20px;
    }

    .mobile-menu-list li.menu-item.menu-item-86 {
        margin-top: 30PX;
    }

    .mobile-menu-list li.menu-item.current-menu-item > a, .mobile-menu-list li.menu-item.current-menu-parent > a{
        font-weight: bold;
    }
    .homepage-menu li {
        padding: 0px 20px;
    }
    .footer-custom p, .footer-custom a {
        font-size: 13px;
        line-height:auto;
    }
    .news-post-items {
        padding: 0px 0px;
    }
    .news-post-image:before {
        right: -20px;
    }
    .flex-row-reverse .news-post-image:before {
        right: inherit;
        left: -20px;
    }
    .initiatives-item h2 {
        font-size: 1em;
    }
    .contact-inner {
        padding-top: 70px;
    }
    .contact-inner .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 160px;
    }
    .contact-us-section #field_submit:after {
        position: absolute;
        width: 50px;
    }
    .contact-us-section #field_submit:hover:after {
        width: 55px;
    }
    .contact-us-section .right-title {
        left: -webkit-calc(100% - 65px);
        left: -moz-calc(100% - 65px);
        left: calc(100% - 65px);
    }
}
@media only screen and (max-width: 1024px) {
    .home-logo img.site-logo {
        max-width: 220px;
    }
    .contact-us-section {
        min-height: 94vh;
    }

    .contact-inner .right-title {
        bottom: 10%;
        height: 75%;
    }
    .contact-inner .h1,.contact-inner h1 {
        font-size: 65px;
    }
    p {
        font-size: 17px;
        line-height: 33px;
    }
}
@media only screen and (max-width: 992px) {
    .page-template-news .news-banner .banner_image{
        max-width: 100%;
        display: inline-block;
    }
    .show-desktop{
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .home-logo img.site-logo {
        max-width: 400px;
        width: 100%;
    }
    .home-banner-area {
        max-width: 465px; 
        margin: 200px auto 50px; 
        text-align: center;
        min-height: 480px;
        padding: 0px 30px;
        position: relative;
    }
    .banner-content p {
        font-size: 26px;
        line-height: 44px;
    }
    .menu-home-menu-container{
        display: none;
    }
    .footer-custom {
        text-align: center;
        padding: 20px 0px;
    }
    .footer-custom .text-right {
        text-align: center!important;
    }
    .footer-custom p, .footer-custom a {
        font-size: 12px;
        line-height: 1.3em!important;
        max-width: 460px;
        margin: 0px auto;
    }
    .footer-custom .col-md-12.col-lg-2.text-right {
        border-top: 1px solid #7c7c7c;
        margin-top: 15px;
    }
    #home-slider .owl-dots {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 5%;
        margin: 0px auto;
        width: 100%;
        text-align: center;
    }
    .owl-theme .owl-dots .owl-dot {
        float: none;
        width: 50px;
        height: 3px;
        border-radius: 0px;
        margin: 0px;
        background: rgba(255, 255, 255, .5);
    }
    .owl-theme .owl-dots .owl-dot.active {
        background: #0DF6FF;
        width: 50px;
        margin-left: 0px;
    }
    #home-slider.owl-carousel .owl-item img {
        height: auto;
    }
    #home-svg-gradient-background {
        overflow: hidden;
        width: 100%;
        height: 100%!Important;
    }
    #home-banner .col-md-12.col-lg-6.p-0 {
        position: relative;
    }
    #wrapper {
        height: 100%;
        transform: translateX(0%) translateY(0%);
    }
    #home-slider{
        position: relative;
    }
    #home-slider:before {
        content: '';
        position: absolute;
        left: 0;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 60px solid #0DF6FF;
        z-index: 9;
        top: -40px;
    }
    .main-logo {
        padding: 0px 0px 0px 0px;
    }
    ol, ul {
        padding-left: 0;
    }
    .mainmenu-menu-list > li ul.sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .mission .image_mission {
        padding-left: 150px;
        margin-bottom: 80px;
        padding-right: 15px;
    }
    .mission-content {
        margin-left: 50px;
    }
    .mission .mission-content h3{
        position: relative;
    }
    .mission .mission-content h3:before {
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 40px solid #0DF6FF;
        top: 45px;
        left: -75px;
    }
    .image_mission {
        margin-right: 0%;
    }
    .mission .right-title {
        position: absolute;
        right: unset;
        bottom: 0;
        top: 15%;
        height:100%;
    }
    .page-template-initiative .right-title {
        right: unset;
        bottom: unset;
        top: 31%;
    }
    .home .header.header-bg {
        background: #fff;
    }
    .home-logo img.site-logo {
        max-width: 250px;
        width: 100%;
    }
    img.website-logo {
        max-width: 130px;
    }
    .header.header-bg .main-logo{
        display: block; 
    }
    .home .header.header-bg .main-logo {
        display: block;
    }
    .h1, h1 {
        font-size: 80px;
    }
    .values-about .container:before {        
        left: 95px;
    }
    .values-about, .trustees-about {
        padding-left: 75px;
    }
    .title-normal {
        margin-bottom: 40px;
    }
    .initiatives-about .left-title {
        bottom: unset;
        top: -145px;
    }
    nav#css-menu{
        top:0;
    }
    .contact-us-section {
        min-height: 94vh;
    }
    .contact-inner {
        padding-top: 50px;
        padding-left: 50px;
    }
    .contact-inner h3:before {
        left: -15px;
        bottom: 50%;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        display: inline-block!important;
    }
    .contact-us-section .gform_wrapper.gravity-theme #field_submit {
        position: relative;
        right: 0;
        padding: 0px!important;
        margin: 0px!important;
        bottom: 0;
        margin-top: 30px!important;
    }
    .contact-us-section #field_submit:after {
        left: 100px;
        bottom: 0;
    }
    .contact-us-section #field_1_1,.contact-us-section #field_1_3 {
        width: 48%;    display: inline-block;
    }
    .contact-us-section #field_1_1{
        margin-right: 4%;
    }
    div#gform_wrapper_1 {
        max-width: 550px;
    }
    .news-banner .banner_image {
        max-width: calc(100%);
    }
    .news-post-items {
        margin-bottom: 45px;
    }
    .page-template-initiative .right-title {
        right: unset;
        top: 500px;
    }
    .heading-content{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .heading-content, .mode-content{
        padding-left: 50px;
    }
    .news-post-image:before {   
        display: none;
    }
    .news-post-items {
        padding: 0px 45px;
    }
    button.btn-close {
        right: -7px;
        top: -40px;
    }
    .modal-dialog {
        margin-top: 45px;
    }
    .modal-contentarea {
        padding: 15px;
    }
    .news-banner .banner_image {
        display: inline-block;width: 100%;border: none;
    }
    .news-banner-event {
        position: relative;
        left:unset;
        padding-left: 200px;
        width: 100%;
        max-width: unset;
        border: none;
        min-height: 320px;
    }
   .page-template-initiative .right-title h1 {
        -webkit-writing-mode: rl-tb;
        -ms-writing-mode: rl-tb;
        writing-mode: rl-tb;
    }
    .news-banner .right-title {
        bottom: unset;
        right: unset;
        top: 470px;
        left: 0;
    }
    .page-template-initiative  .news-banner .right-title {
        bottom: unset;
        right: unset;
        top: 25px;
        left: 0;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .news-banner .banner_image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .news-banner-inner:before {
        left: -20px;
        bottom: unset;
        top: 380px;
        z-index: 1;
    }
    .news-banner.space-100 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #pillars-nav.fixed {
        top: 53px;
    }
    #pillars-nav.fixed .active.category-tab:after {
        bottom: -10px;
    }
    .mission .mission-content h3:before {
        left: -32%;
        top: 15px;
    }
    .h3, h3 {
        font-size: 30px;
        line-height: 80px;
    }
    .page-template-about h3 {
        letter-spacing: 3px;
    }
    .initiatives-item h2 {
        font-size: 18px;
    }
    .initiatives-slider {
        padding-left: 75px;
    }
    .home .video-main {
        width: 100%;
    }
    .home video#video-background {
        height: 150px;
        bottom: 0;
        position: relative;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .home-banner-area {
        margin: 100px auto 50px;    min-height: 445px;
    }
    .main-img-inner {
        padding-left: 0px;
    }
    .category-tab {
        padding: 0px 15px;
    }
}
@media only screen and (max-width: 820px) {
    .mission .mission-content h3:before {
        left: -20%;
        top: 15px;
    }
    /*    .values-about .container:before {
            left: 100px;
        }*/
}
@media only screen and (max-width: 780px) {
    .mission .mission-content h3:before {
        left: -95px;
    }
    .main-img-inner {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .show-mobile{
        display: block; 
    }
    img.website-logo {
        max-width: 100px;
    }
    .header-custom-menu {
        top: 15px; z-index: 9;
    }
    .header{
        padding: 10px 0px; min-height: auto;
    }
    .header-custom-menu .hamburger-button {
        width: 35px;
        height: 30px;
    }
    .header-custom-menu #css-menu .mainmenu-menu-outer {
        width: 100%;
        padding: 40px 35px;
    }
    .mainmenu-menu-list li a {
        font-size: 30px;
    }
    .mainmenu-menu-list > li:hover {
        padding-left: 30px;
    }
    .mission .image_mission {
        padding-left: 110px;
        margin-bottom: 50px;
        padding-right: 25px;
    }
    .right-title {
        top: 11%;
    }
    .h1, h1 {
        font-size: 45px;
    }
    html, p{
        font-size: 18px;
        line-height: 30px;
    }
    .values-about .container:before {
        left: 45px;
    }
    .space-bottom-100 {
        padding-bottom: 50px;
    }
    .space-top-100 {
        padding-top: 50px;
    }
    .mission-content {
        margin-left: 50px;
    }
    .values-about, .trustees-about {
        padding-left: 50px;
    }
    .mission .mission-content h3:before {    
        left: -75px;top: 15px;
    }
    .h3, h3 {
        font-size: 30px;
        line-height: 45px;
    }
    p.title-normal {
        font-size: 30px;     margin-bottom: 25px;
    }
    .space-bottom-70 {
        padding-bottom: 35px;
    }
    .space-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .space-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .left-title {
        left: -12px;
    }
    .initiatives-about .left-title {
        top: 0px;
    }
    .contact-us-section {
        min-height: 80vh;
    }
    .contact-us-section #field_1_1,.contact-us-section #field_1_3 {
        width: 100%;    display: inline-block;
    }
    .contact-us-section #field_1_1{
        margin-right: 0%;
    }
    .contact-inner {
        padding-left: 30px;
        padding-right: 65px;
        position: relative;
    }
    .contact-inner .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 135px;
    }
    .gform_body .gfield  {
        margin-bottom: 10px;
    }
    div#field_1_5 {
        margin-top: 25px;
    }
    .category-tab {
        font-size: 15px;
        padding: 0px 10px;
    }
    .news-banner-inner:before {
        left: -30px;
    }
    .heading-content {
        font-size: 24px;
        line-height: 35px;
    }
    .mode-content p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .page-template-initiative .right-title {
        top: 240px;
    }
    .news-post-items {
        padding: 0px 0px;
        position: relative;
    }
    .space-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .space-top-80 {
        padding-top: 40px;
    }
    .news-banner-event {
        padding-left: 70px;
        padding-right: 15px;
    }
    .news-banner.space-100 {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .news-banner .banner_image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .news-banner-inner:before {
        top: 280px;
    }
    .news-banner .right-title {
        top: 350px;
    }
    /*    .page-template-initiative .news-banner .right-title {
            top: 350px;
        }*/
    .page-template-initiative .news-banner .right-title {
        top: 15px;
    }
    .news-single-bannerarea:before {
        content: '';
        position: absolute;
        left: 0px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 30px solid #0DF6FF;
        bottom: 30px;
    }
    .news-single-bannerarea .col-md-12 {
        padding: 0;
    }
    .news-post-contentarea .text-right {
        text-align: left!important;
    }
    .related-post:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }
    .related-posts .space-80 {
        padding-bottom: 0;
    }
    .news-single-page {
        padding-bottom: 0;
    }
    #pillars-nav.fixed {
        display: none;
    }
    nav#pillars-nav {
        margin-top: 25px;
    }
    .order-md-first {
        order: -1!important;
    }
    .order-md-last {
        order: 6!important;
    }
    .order-small-first {
        order: -1!important;
    }
    .order-small-last {
        order: 6!important;
    }
    .mission .right-title {        
        top: 130px;
        left: -10px;
    }
    .video-main {
        min-height: 650px;
    }
    .home .video-main {
        min-height: 0;
    }
    .initiatives-slider {
        padding: 0px 0px 30px;
        padding-left: 45px;
    }
    video#video-background {
        position: relative;
        height: 100%;
        width: 300%;
        /*        left: -100%;*/
    }
    .home .video-main {
        width: 100%;
    }
    .contact-us-section video#video-background {
        width: 100%;
        object-fit: cover;
        min-height: 100vh;
        left: 0px;
    }
    .contact-inner .h1, .contact-inner h1 {
        font-size: 45px;
    }
    .contact-inner .right-title{
        right: -10px;
    }
    .main-header{
        position:relative;
        width:100%;
        display: inline-block;
    }
    .home .header-custom-menu {
        display: inline-block;
        position: absolute;
        right: unset;
        top: -15px;
        left: 90%;
    }
    .home .header.header-bg nav#css-menu {
        top: 20px;
    }
    .header-custom-menu {
        display: inline-block;
        position: absolute;
        right: unset;
        top: 10px;
        left: 91%;
    }
    .hamburger-button.menu-opened{
        top: 10px;
    }
    .pagination_arrow {
        left: -25px;
        border-top: 15px solid transparent;
        border-left: 25px solid #333333;
        border-bottom: 15px solid transparent;
        top: 26%;
    }
    .mainmenu-menu-list > li:hover:before{
        display:none;
    }
    .mainmenu-menu-list > li:hover {
        padding-left: 0;
    }

    #myBtn {
        bottom: 25px;
        right: 0px;
    }
    .news-post-image img{
        border: 1px solid #333333;
    }
    div#gfield_description_1_5{
        line-height: 1.3em;
    }
    .footer-custom {
        padding: 20px 0px 10px;
    }
    .contact-inner h3:before {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 45px solid #0DF6FF;
    }
    .related-title{
        margin-bottom: 30px;
    }
    .related-post {
        padding: 15px 0px;
    }
    .news-post-title {
        font-size: 21px;
        line-height: 31px;
    }
    .learn-more{
        color: #000;
    }
    .page-template-initiative .right-title h1 {
        font-size: 30px;
        line-height: 1.3em;
        letter-spacing: 3.5px;
    }
}
@media only screen and (max-width: 480px) {
    .video-main {
        min-height: 525px;
    }
    video#video-background {
        width: 235%;
    }
}

@media only screen and (max-width: 380px){
    .category-tab {
        font-size: 14px;
        padding: 0px 5px;
    }
    .mission .right-title {
        top: 70px;
    }
    #nav-mode-tab.category-tab {
        font-size: 15px;
        padding: 0px 15px;
    }
    #myBtn {
        right: -9px;
    }
    .mainmenu-menu-list li a {
        padding: 0px 0px;
    }
}