/*
Theme Name: DamanV3
*/

@font-face {
    font-family: Raleway-Light;
    src: url(fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-Italic;
    src: url(fonts/Raleway-Italic.ttf);
}

@font-face {
    font-family: Raleway-LightItalic;
    src: url(fonts/Raleway-LightItalic.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-SemiBold;
    src: url(fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Raleway-Thin;
    src: url(fonts/Raleway-Thin.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-ExtraLightItalic;
    src: url(fonts/Raleway-ExtraLightItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraLight;
    src: url(fonts/Raleway-ExtraLight.ttf);
}

@font-face {
    font-family: RaleRoboto-Light;
    src: url(fonts/Roboto-Light.ttf);
}

a:focus {
    outline: none !important;
    outline-offset: unset !important;
}

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

p {
    color: #646464 !important;
    font-family: Raleway-Regular;
}

.dm-navbar-header button.navbar-toggle, .dm-navbar-header button.navbar-toggle:focus {
    background: #5a611a;
}

.dm-navbar-header button.navbar-toggle:hover {
    opacity: 0.85;
    background: #5a611a;
}

.dm-navbar-header button span.icon-bar {
    background-color: #fff !important;
}

.dm-header {
    margin-bottom: 10px;
}

.dm-nav {
    border: 0px !important;
    background: #fff !important;
}

.menu-box {
    float: right;
    border-top: 50px solid rgb(90, 97, 26);
    border-left: 50px solid transparent;
    height: 60px;
    width: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
}

.dm-navbar {
    /* background: #5a611a;*/
    padding-right: 24px;
    padding-left: 12px !important;
    /* border-bottom-left-radius: 64px;
    border-bottom-right-radius: 12px;*/
    position: relative;
    top: -50px;
    bottom: 0px;
}

/*
.dm-navbar-header a {
       margin-left: 40% !important;
}
*/

/*.dm-menu-box {
    border: 1px solid #ccc;
    background: #5a611a;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 54px;
}*/

/*.dm-navbar{
    margin-right: 8% !important;
}*/

.dm-nav .dm-navbar .active a {
    background-color: transparent !important;
}

.dm-navbar li a {
    color: #ccc !important;
    font-size: 14px;
    font-family: Raleway-Regular;
    white-space: nowrap;
    padding: 15px 10px !important;
}

.dm-navbar a:active {
    background-color: transparent !important;
    color: #ccc !important;
}

.dm-navbar a:focus {
    background-color: transparent !important;
}

.dm-navbar a:hover {
    background-color: transparent !important;
    color: #ababab !important;
}

.social-icon i {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding-top: 7px;
    text-align: center;
    font-size: 16px;
    /*   width: 30px;
    height: 30PX;
    border-radius: 100%;
    padding-top: 7px;
    text-align: center;
    font-size: 18px;*/
}

.header-icon i {
    background: #5a611a;
    color: #fff;
}

.footer-icon i {
    background: #ababab;
    color: #424242;
}

.brand-header {
    margin-right: 4%;
    float: right;
}

.brand-icons {
    float: right;
    padding-top: 5px;
}

.searchbox {
    position: relative;
    min-width: 20px;
    width: 0%;
    float: right;
    overflow: hidden;
    transition: width 0.3s;
}

.searchbox-open {
    width: 80%;
    background: #ccc
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 14px;
}

.searchbox-icon, .searchbox-submit {
    width: 20px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 20px;
    right: 0;
    padding: 0;
    margin: 0px;
    border: 0px solid #ccc;
    outline: 0;
    text-align: center;
    cursor: pointer;
    color: #6f8668;
    background: #fff;
}

.select-style {
    float: right;
    padding: 8px 10px;
}

.select-style select {
    font-family: Raleway-Regular !important;
    color: #5a611a;
}

.form-div {
    float: right;
    /*display: inline-block;*/
    padding: 8px 5px;
}

.dm-margin {
    margin: 40px auto;
}

.dm-min-height {
    min-height: 50rem;
}

.dm-section-heading {
    text-align: center;
    margin-top: 60px;
    font-family: Raleway-Light;
    color: #888c65;
    text-transform: capitalize;
    font-size: 52px;
}

/*.dm-news-col h3, .dm-news-col p{
	text-align: center;
}*/

.dm-col-center {
    text-align: center;
}

.text-color {
    color: #fff !important;
}

.dm-btn {
    border-radius: 3px !important;
    border: 3px solid #606622 !important;
    padding: 10px !important;
    width: 138px !important;
    margin-top: 40px;
    color: #606622 !important;
    font-family: Raleway-Medium;
    font-size: 18px !important;
}

.dm-btn:hover {
    background-color: rgba(90, 97, 26, 0.39);
}

.dm-slider-btn {
    border-radius: 3px !important;
    border: 3px solid #9c9d92 !important;
    background: transparent !important;
    color: #9c9d92 !important;
    margin-bottom: 60px !important;
    font-family: Raleway-Medium;
}

.dm-slider-btn:hover {
    background: rgba(0, 0, 0, 0.25) !important;
    opacity: 0.6;
}

.dm-circle {
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 20px;
    /*margin: 0 auto;
    float: none;*/
    display: inline-block;
    margin-bottom: 20px;
}

#dm-about p {
    text-align: center;
    padding: 10px 20px 10px 20px;
    margin: 0 10rem;
}

.dm-overlay {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.75;
}

/*.carousel-control {
  padding-top:10%;
  width:5%;
}*/

/*------------CUSTOM TOP CAROUSEL CSS------------*/

.dm-carousel .carousel-indicators {
    display: none;
}

.dm-item {
    height: 80vh;
}

.dm-item img {
    object-fit: cover;
    width: 100%;
}

.dm-caption.carousel-caption h1 p {
    display: initial !important;
    color: #fff !important;
}

.dm-caption h1 {
    float: left;
    font-size: 50px;
    font-family: Raleway-ExtraLight;
    line-height: 1.2em;
    letter-spacing: 3px;
}

.dm-caption h1 span {
    margin-left: -37%;
}

.dm-caption strong {
    font-family: Raleway-SemiBold;
}

.c-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.dm-carousel .dm-prev {
    background: url('images/left.png') no-repeat 0 !important;
    left: 15% !important;
}

.dm-carousel .dm-nxt {
    background: url('images/right.png') no-repeat 0 !important;
    /*right: 15% !important;*/
}

.donate-btn {
    float: right;
    border: 2px solid #646464 !important;
    background: transparent !important;
    color: #ccc !important;
    padding: 10px 20px !important;
    margin-top: 80px;
}

/*-----------END----------------*/

.service-para {
    margin-top: 35px;
    text-align: left;
}

#dm-slider {
    /*background: url(images/slider.png) center center;*/
    min-height: 480px;
    background-size: cover;
    position: relative;
    z-index: 0;
    height: auto;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100% !important;
}

#dm-slider h1 {
    margin-bottom: 6%;
}

.dm-slider-overlay {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #2c2e1d;
    opacity: 0.87;
}

.dm-img-box {
    max-height: 233.333px;
    overflow: hidden;
    margin-bottom: 15px;
}

.dm-img-box img {
    object-fit: cover;
    width: 300px;
    height: 233.33px;
}

.news-img-box {
    height: 195px;
    overflow: hidden;
}

.news-img-box img {
    margin: 0 auto;
}

#dm-founders, #dm-partners {
    /*background: url(images/charity1.png) center center;*/
    min-height: 280px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

#dm-partners h1 {
    margin-bottom: 8%;
}

.dm-partners-overlay {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.75;
}

.client-logo {
    text-align: center;
    margin-bottom: 25px;
}

.dm-footer {
    background: #424242;
    color: #ababab;
}

.dm-footer h4 {
    margin-bottom: 30px;
    font-family: Raleway-Medium;
    color: #d3d3d3;
}

.dm-f-col {
    padding-left: 0px !important;
    margin-left: -10px;
}

.dm-f-col p {
    font-family: Raleway-Regular;
    color: #d3d3d3 !important;
}

.footer-menu {
    margin-bottom: 40px;
    margin-top: 40px;
}

.f-service ul {
    list-style: none;
    padding: 0px;
}

.dm-border {
    border-bottom: 1px dashed #ccc;
    line-height: 2em;
    width: 70%;
}

.f-service ul li {
    line-height: 2.75em !important;
}

.f-service ul li a, .f-copyright p {
    color: #d3d3d3 !important;
}

.footer-icon li {
    margin-bottom: 10px;
    /*s*/
}

.dm-footer-btn {
    width: 125px;
    border-radius: 2px !important;
    background: rgb(66, 66, 66) none repeat scroll 0% 0% !important;
    border: 2px solid rgb(171, 171, 171) !important;
    color: rgb(255, 255, 255) !important;
    padding: 10px !important;
}

.dm-footer-col h5 {
    margin-top: 25px;
    font-size: 16px;
}

.partners-row {
    margin: 0 auto;
    float: none;
}

.dm-news-col p, #dm-gallery p {
    font-family: Raleway-Regular !important;
    color: #646464;
}

.dm-subHeading {
    font-family: Raleway-SemiBold;
    color: #646464;
    font-size: 20px !important;
}

/*CUSTOM SUBMENU DROPDOWN*/

.dm-nav .dm-navbar .open a.dm-toogle {
    background: #5a611a !important;
}

.navbar-default .navbar-nav>.open>a {
    background: transparent !important;
}

ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px dashed #94996b;
}

ul.dm-navbar li ul.dropdown-menu {
    background: #5a611a;
    left: 0;
    min-width: 140px;
    border-top: 1px dashed #94996b;
}

/*CUSTOM SUBMENU UL HOVER*/

ul.dropdown-menu li>ul.dropdown-menu {
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover>ul.dropdown-menu, ul.dropdown-menu li:focus>ul.dropdown-menu {
    display: block
}

/*custom dropdown menu arrow*/

.dropdown-menu li a {
    position: relative;
}

.dropdown-menu li a:only-child:after {
    content: "";
}

.dropdown-menu li a::after {
    content: "▶";
    position: absolute;
    right: 5px;
    bottom: 2px;
}

/*----BXSLIDER CUSTOM CSS-------*/

.dm-slider-caption {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 60%;
}

.dm-slider-caption:hover {
    background: #000;
    opacity: 0.75;
}

.dm-slider-caption p {
    font-family: Raleway-Light;
    font-size: 15px;
    color: #fff !important;
    margin: 10px;
}

/*----------DROPDOWN------------*/

.dm-navbar .dm-dropdown {
    left: 0 !important;
}

.dm-nav .dm-navbar .open a.dm-toogle {
    background: #5a611a;
}

.dropdown-menu.dm-dropdown {
    background: #5a611a;
    border-top: 1px dashed #ccc;
}

/* ------------- ABOUT PAGE ------------- */

.aboutbg {
    background: url(images/bg_about.png) center center;
    position: relative;
    z-index: 0;
    min-height: 140px;
    height: auto;
    background-size: cover;
    width: 100%;
}

.aboutbg h1 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    padding: 45px 0px 0px;
    font-family: Raleway-Light;
}

.aboutcontent {
    margin-bottom: 85px;
}

.aboutcontent h1 {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 50px;
    font-family: Raleway-Light;
    color: #888c65;
}

.aboutcontent p {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    font-family: Raleway-Regular;
}

.abtimg img {
    margin: 0 auto;
}

.abtcont {
    text-align: center;
}

.abtbrd {
    border: 1px solid #dbd2d2;
    margin-bottom: 80px;
    height: 920px;
}

.abtimg {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 35px;
}

.abtbrd h3 {
    font-family: Raleway-SemiBold;
    font-size: 20px;
    color: #646464;
    margin-bottom: 25px;
}

.abtbrd p {
    margin-bottom: 20px;
    text-align: left;
    padding: 0px 25px 15px 25px;
    font-family: Raleway-Regular;
    color: #646464;
}

/*-----------------NEWS PAGE--------------*/

.news-cont {
    margin-top: 50px;
}

.news-cont h1 {
    position: relative;
    font-family: Raleway-Light;
    color: #888c65;
}

.news-cont h1::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 42px;
    background: #606622;
    display: inline-block;
    top: 40px;
    left: 3px;
}

.news-cont h2 {
    font-size: 20px;
    font-family: Raleway-SemiBold;
    color: #646464;
}

span.news-date {
    font-size: 14px;
    font-family: Raleway-LightItalic;
    color: #646464;
    display: inline-block;
    margin-bottom: 15px;
}

.news-img {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}

.read-more {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px;
}

.read-btn {
    border-radius: 3px !important;
    border-color: #888c65 !important;
    color: #888c65 !important;
    font-size: 18px !important;
    font-family: Raleway-Medium;
}

/*---CUSTOM PAGINATION---*/

.pagi nav {
    text-align: center;
}

.pagination-sm li a {
    margin-right: 10px;
    color: #ababab !important;
    font-family: Raleway-Regular;
    font-size: 18px !important;
    padding: 0px 10px !important;
}

.pagination-sm .page-item a:hover {
    background: #fff !important;
    border-color: #888c65 !important;
    font-weight: bold !important;
}

.pagination-sm li:first-child a, .pagination-sm li:first-child span {
    border: 0px !important;
}

.pagination-sm li:last-child a, .pagination-sm li:last-child span {
    border: 0px !important;
}

.pagination-sm>li span:active:focus {
    background: #fff;
    color: #888c65 !important;
    font-weight: bold !important;
}

.pagination-sm li span {
    color: #ababab !important;
}

.pagination-sm>li span:active, .pagination-sm>li span:focus, .pagination-sm li span:hover {
    background: #fff;
    color: #5a611a !important;
    font-weight: bold !important;
}

.pagination-sm li span {
    color: #ababab !important;
    margin-right: 10px;
}

.pagination-sm li .current{
    color: black !important;
    font-size: 19px;
    line-height: 1;
}
/* ------------- NEWS SINGLE ------------- */

#news-single {
    margin-bottom: 80px;
}

.news-single-img, .stories-img {
    max-height: 370px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-social-icon {
    float: right;
}

.news-social-icon i, .stories-social-icon i {
    font-size: 12px;
    background: #d9ded8;
    border-radius: 100%;
    text-align: center;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    color: #fff;
    padding-right: 0px;
    /* margin-left: 10px;*/
}

.news-social-icon .fa-facebook, .stories-social-icon .fa-facebook {
    background: #3c5b9b !important;
}

.news-social-icon .fa-twitter, .stories-social-icon .fa-twitter {
    background: #2da9e3 !important;
}

.news-social-icon .fa-google-plus, .stories-social-icon .fa-google-plus {
    background: #d62222 !important;
}

.news-pager .prev-btn, .news-pager .nxt-btn {
    border-radius: 3px !important;
    color: #646464 !important;
    padding: 6px 30px;
}

.sidebar-search form {
    margin-top: 53px;
}

.sidebar-item ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-item ul li {
    line-height: 2.4em;
    font-size: 16px;
    font-family: Raleway-Light;
}

.sidebar-border:not(:last-child) {
    border-bottom: 1px dashed #ccc;
}

.news-sidebar h3 {
    font-size: 20px;
    font-family: Raleway-SemiBold;
    color: #646464;
    position: relative;
    margin-bottom: 30px;
}

.news-sidebar h3::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 38px;
    background: #606622;
    display: inline-block;
    top: 25px;
    left: 3px;
}

/* ------------- SUCCESS STORIES PAGE ------------------- */

#stories {
    margin-bottom: 80px;
}

.sec, .story-cont {
    margin-top: 80px;
}

.sec h3 {
    color: #646464;
    margin-bottom: 40px;
}

.story-img {
    max-height: 210px;
    overflow: hidden;
    margin-bottom: 50px;
}

/* ------------- SUCCESS STORIES SINGLE PAGE ------------- */

.story-col h3 {
    color: #646464;
    font-size: 20px;
    font-family: Raleway-SemiBold;
}

/* ------------- OUR PARTNERS PAGE ------------- */

#partners {
    margin-bottom: 80px;
}

.ours {
    margin-top: 80px;
}

.ours-col {
    border: 1px solid #ababab;
}

.our-img {
    height: 200px;
}

.our-img img {
    margin: 0 auto;
    float: none;
    position: relative;
    top: calc(50% - 50px);
}

/* ------------- SERVICES SINGLE ------------- */

#s-single {
    margin-bottom: 80px;
}

.services-cont {
    margin-top: 80px;
}

.services-cont h2 {
    font-size: 20px;
    font-family: Raleway-SemiBold;
    color: #646464;
    margin-bottom: 40px;
    position: relative;
}

.services-cont p, .service-item ul li {
    font-family: Raleway-Regular;
    color: #646464;
}

.services-cont h2::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 36px;
    background: #606622;
    display: inline-block;
    top: 30px;
    left: 3px;
}

.dm-breadcrumb {
    background: none !important;
    text-align: center;
    padding: 0px 15px 35px 15px !important;
}

.dm-breadcrumb li {
    color: #cecdcc;
    font-family: Raleway-ExtraLightItalic;
    font-size: 12px;
    font-style: italic;
}

.dm-breadcrumb a {
    color: #cecdcc;
    font-family: Raleway-ExtraLightItalic !important;
    font-size: 12px;
}

.dm-breadcrumb>li+li::before {
    padding: 0 5px;
    color: #ccc;
    content: '>' !important;
}

.dm-breadcrumb a:hover {
    text-decoration: none;
    color: #ccc;
}

.dm-breadcrumb a:active {
    color: #ccc;
}

.dm-breadcrumb a:focus {
    outline: none !important;
    outline-offset: 0px !important;
    color: #ccc;
    text-decoration: none;
}

/* ------------- OUR SERVICES PAGE ------------- */

#services {
    margin-bottom: 80px;
}

.service-cont {
    margin-top: 70px;
}

.media-img {
    z-index: 1;
    position: relative;
    left: 68px;
    border-radius: 100%;
    border: 3px solid #fff;
}

/*.service-cont .service-text {
    /*background: #e9eef1;
    /*padding: 20px 20px 15px 70px;
}
*/

.service-col {
    margin-bottom: 15px;
}

.service-col h3.media-heading {
    font-family: Raleway-SemiBold;
    /*  width: 79%;*/
    color: #646464;
    margin-bottom: 30px;
    position: relative;
    font-size: 27px !important;
}

h3.media-heading::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 36px;
    background: #606622;
    display: inline-block;
    top: 65px;
    left: 3px;
}

/*
.service-col{
    position: relative;
    z-index: 0;
}
.overlay-s{
    position: absolute;
    z-index: -1;
    right: 12%;
    bottom: -35%;
    background: rgb(233, 238, 241) none repeat scroll 0% 0%;
    width: 400px;
    height: 300px;
}

*/

/*-------CONTACT PAGE----------*/

.contact-cont h2 {
    font-family: Raleway-Medium;
    /*margin-left: 15px;*/
    margin-bottom: 40px;
    color: #646464;
    position: relative;
}

.contact-cont h2::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 42px;
    background: #606622;
    display: inline-block;
    top: 35px;
    left: 3px;
}

.s-icon i {
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    border: 2px solid #a0a37a;
    color: #a0a37a;
    font-size: 15px;
}

.contact-cont .media-body {
    color: #646464;
    padding-left: 20px;
}

.contact-cont h4.media-heading {
    margin-bottom: 15px;
    font-family: Raleway-SemiBold;
}

.contact-cont p {
    line-height: 0.75;
}

.contact-form label {
    /*font-size: 16px;*/
    font-family: Raleway-Medium;
    font-weight: unset;
    color: #646464;
}

.form-control {
    padding-left: 30px !important;
}

#contact {
    margin-bottom: 80px;
}

.contact-cont {
    margin-top: 70px;
}

.contact-form .form-control-feedback {
    left: 0;
}

.contact-form i {
    color: #a0a37a;
}

/*--------- CUSTOM CSS ------- */

.menu-footer-menu-container ul li {
    border-bottom: 1px dashed #ccc;
    line-height: 2em;
    width: 70%;
}

.menu-footer-menu-container ul li a {
    text-decoration: none;
}

/* Language Switcher CSS */

#lang_sel a {
    border: 2px solid #000;
}

#lang_sel a:visited {
    border: 1px solid RGBA(0, 0, 0, 0.51);
}

#lang_sel li {
    position: relative;
    z-index: 4000;
}

.dm-grid {
    display: grid;
    grid-template-rows: 250px 250px 1fr;
}

/*-----------GALLERY CONTENT FILTER CUSTOM CSS-----------*/

.g-sidebar {
    margin-top: 73% !important;
}

ul.g-filter, ul.v-filter {
    list-style: none;
}

.g-sidebar ul li:not(:last-child), .v-sidebar li:not(:last-child) {
    border-bottom: 1px dashed #ccc !important;
    /*    line-height: 3em !important;*/
}

.g-sidebar ul li {
    padding: 10px 0px 10px 0px;
}

.g-photo h1, .g-video h1 {
    font-family: Raleway-Light;
    color: #5a611a;
    position: relative;
    margin-left: 58px;
}

.g-photo h1::after, .g-video h1::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 42px;
    background: #606622;
    display: inline-block;
    top: 40px;
    left: 3px;
}

.g-sidebar ul li a {
    font-family: Raleway-Light;
    color: #a0a0a0;
    font-size: 18px;
}

.g-sidebar ul li a:hover, .g-sidebar ul li a:focus {
    color: #606622 !important;
}

/*GALLERY VIDEO CUSTOM CSS*/

.filtr-container {
    margin-left: 45px;
}

.v-sidebar {
    margin-top: 42% !important;
}

.v-sidebar ul li {
    padding: 10px 0px 10px 0px;
    font-family: Raleway-Light;
    color: #a0a0a0;
    font-size: 18px;
    cursor: pointer;
}

.filtr-item {
    padding-bottom: 15px;
}

.g-video {
    margin-bottom: 20%;
}

.g-video h1 {
    margin-bottom: 50px;
}

.g-box {
    height: 150px;
    overflow: hidden;
}

.video {
    margin-bottom: 15px;
}

img.img-stories {
    display: block;
    max-width: 100%;
    height: auto;
}

/*WHAT WE DO PAGE CSS*/

.srv-image {
    text-align: right;
    vertical-align: middle;
    margin-top: 15px;
}

.service-cont .service-text {
    padding-top: 30px;
}

h3.media-hedaing {
    position: relative;
    margin-bottom: 20px;
}

h3.media-hedaing::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 38px;
    background: #606622;
    display: inline-block;
    top: 28px;
    left: 3px;
}

/*
.srvc-col {
    margin-bottom: 35px;
}
*/

.srv-image {
    margin-bottom: 25px;
}

/*Single gallery page */

.single-col {
    margin-bottom: 15px;
}

#single-gallery {
    margin-bottom: 100px;
}

.aboutbg {
    margin-bottom: 80px;
}

.dm-flex-container {
    display: flex;
    justify-content: space-between;
}

.dm-flex-gallery {
    display: flex;
    justify-content: space-between;
}

li[class^="icl"] {
    position: relative;
    z-index: 4000;
}

.dm-news-parent {
    display: flex;
    justify-content: space-around;
}

.dm-news-container {
    display: grid;
    grid-template-rows: 200px 200px 1fr 200px 1fr;
}

.news-title {
    flex: 30px;
}

.news-img {
    flex: 150px;
}
.dm-about-field p {
    color:#fff !important;
}
/*=============MEDIA QUERIES===================*/

/* Large desktops and laptops */

@media (min-width: 1200px) {
    .dm-navbar {
        padding-right: 24px !important;
    }
}

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .dm-navbar {
        padding-right: 20px !important;
        padding-left: 30px !important;
    }
    .dm-navbar-header a {
        margin-left: 0px !important;
    }
    .dm-navbar>li>a {
        padding: 15px 7px !important;
        font-size: 13px;
    }
    .dm-img-box img {
        height: auto;
    }
    .video {
        margin-bottom: 29px;
    }
}

@media (max-width: 1100px) {
    .dm-item {
        height: 50vh;
    }
    .dm-flex-gallery {
        flex-direction: column;
    }
    .dm-grid{
        display: initial;
    }
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .dm-navbar-header a {
        margin-left: 0px !important;
    }
    .dm-navbar {
        padding-right: 20px;
        padding-left: 20px !important;
    }
    .dm-navbar>li>a {
        /* padding: 10px 8px 10px 8px !important;*/
        padding: 10px 8px !important;
        font-size: 12px;
    }
    #dm-gallery h3.dm-subHeading {
        margin: 0px 0px 5px;
        font-size: 20px;
    }
    #dm-gallery p {
        font-size: 12px;
    }
    .dm-f-col {
        margin-left: 0px;
    }
    .abtimg {
        margin-bottom: 0px;
    }
    .abtbrd p {
        padding: 0px 0px 15px 25px;
    }
    .our-img {
        height: 170px;
    }
    .our-img img {
        top: calc(50% - 35px);
    }
    .news-img, .story-img {
        max-height: 100%;
    }
    .g-sidebar, .v-sidebar {
        margin-top: 0px !important;
    }
    ul.g-filter, ul.v-filter {
        list-style: none;
        text-align: left;
        width: 50%;
    }
    .g-photo {
        margin-top: 30%;
    }
    .dm-img-box img {
        height: auto;
    }
    .video {
        margin-bottom: 29px;
    }
    /* .menu-box {
        border-left: 0px solid transparent;
    }*/
}

@media (min-width: 586px) and ( max-width: 991px) {
    h3.media-heading::after {
        top: 35px;
    }
}

@media(min-width: 481px) and (max-width: 767px) {
    .menu-box {
        height: 100%;
        border-top: 0px;
        border-bottom: 0px;
        position: initial;
    }
    .dm-navbar {
        position: initial;
        background: #5a611a;
    }
    .dm-menu-box div#navbarCollapse {
        border-top: 0px;
    }
}

@media (max-width: 840px) {
    .bx-wrapper .bx-next {
        right: 0 !important;
    }
    .bx-wrapper .bx-prev {
        left: 0 !important;
    }
    .dm-news-parent{
        flex-direction: column;
    }
}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .dm-item {
        height: 30vh;
    }
    .dm-navbar-header a {
        margin-left: 0px !important;
    }
    .dm-header {
        margin-bottom: 20px;
    }
    .dm-news-col, .dm-service-c, .dm-gallery-col, .dm-footer-col {
        margin-bottom: 20px;
    }
    .dm-f-col {
        margin-left: -9%;
    }
    .dm-slider-caption {
        display: none;
    }
    .abtimg, .news-img {
        max-height: 100%;
    }
    /*custom content-filter*/
    .g-photo .cd-gallery ul {
        padding-left: 0px !important;
    }
    .g-sidebar, .v-sidebar {
        margin-top: 0px !important;
    }
    .g-box {
        height: 100%;
    }
    .srv-image {
        text-align: left;
    }
    h3.media-hedaing::after {
        top: 103%;
    }
    .service-cont .service-text {
        padding-top: 0;
    }
}

/* Portrait phones and smaller */

@media (max-width: 480px) {
    .dm-navbar-header a {
        margin-left: 0px !important;
    }
    .social-icon i {
        width: 25px;
        height: 25px;
        border-radius: 100%;
        padding-top: 6px;
        text-align: center;
        font-size: 15px;
    }
    .select-style {
        padding: 3px 5px;
    }
    .form-div {
        padding: 5px 0px;
    }
    .dm-news-col, .dm-service-col, .dm-gallery-col, .dm-footer-col {
        margin-bottom: 20px;
    }
    .dm-f-col {
        margin-left: -4%;
    }
    .contact-cont h2 {
        font-size: 28px;
    }
    /*.dm-slider-caption{
        display: none;
    }*/
    /*content-filter custom  css */
    .g-sidebar, .v-sidebar {
        margin-top: 0px !important;
    }
    .g-photo .cd-gallery ul {
        padding-left: 0px !important;
    }
    /*custome media filter*/
    .filtr-container {
        margin-left: 0px;
    }
    .menu-box {
        border-top: 0;
        border-left: 0;
        height: 100%;
        width: 240px;
        position: initial;
    }
    .dm-navbar {
        position: initial;
        background: #5a611a;
    }
    .brand-header {
        margin-top: 55px;
    }
    .dm-menu-box div#navbarCollapse {
        border-top: 0px;
    }
}

@media (max-width: 455px) {
    .service-col h3.media-heading {
        font-size: 20px !important;
    }
    h3.media-heading::after {
        top: 30px;
    }
    .media-img {
        display: none;
    }
    body {
        font-size: 1.2rem !important;
    }
    h1 {
        font-size: 30px !important;
    }
    #dm-about p {
        margin: 0;
    }
}