

/*

    Template Name : Foodoholoics
    Author : UE Developer Team
    Website : http://www.uedeveloper.com/
    Support : uedthemeforest@gmail.com
    Version: 1.0


*/

/*

   [main stylesheet]

   Table Of Content [Stylesheet]

    1. Global CSS
    2. Navigation Area
    3. Margin & Padding
    4. Preloader
    5. Slider Area
    6. About Area
    7. Today Recipe Area
    8. Menu Area
    9. Footer Area
    10. Resposive CSS


*/

/* Global CSS */

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    color: #555555;
    background-image: linear-gradient(#ffffffbf, #ffffffba), url(../images/body-bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}

body,
html {
    height: 100%;
    overflow-x: hidden;
}

::selection {
    /*background-color: #1e6d77;*/
    background-color: #1e773a;
    color: #ffffff;
}

::-moz-selection {
    background-color: #ca3d26;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

a {
    /*color: #1e6d77;*/
    color: #1e773a;
}

a:active,
a:focus,
a:hover {
    /*color: #1e6d77;*/
    color: #1e773a;
    text-decoration: none;
    outline: none;
}

p {
    line-height: 28px;
}

b {
    font-weight: 600;
}

li,
ul {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/* =========================================== */
/* ======= Navigation Area ========= */
/* =========================================== */

.table {
    margin-bottom: 0;
}

/*.table a {
    color: #ffffff;
}*/

.table>tbody>tr>td {
    padding: 15px;
    /*border: 3px solid #e4e4e4;*/
}

.table tr>td {
    padding: 11px 13px;
}

tr:nth-child(1)>td {
    border-top: 0;
}

tr>td:nth-child(1) {
    background-color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    color: #888888;
    width: 140px;
}

/*tr>td:nth-child(2) {
    font-weight: 500;
    color: #ffffff;
    background: #4c9cef;
}*/

.header_top_area {
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /*background: linear-gradient(180deg, rgba(153, 218, 255, 0.95) 2%, rgb(144, 202, 223) 25%, rgb(14, 162, 162) 100%);*/
    background: linear-gradient(180deg, rgba(164, 255, 153, 0.95) 2%, rgb(153, 223, 144) 25%, rgb(30, 162, 14) 100%)
}

.logo {
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #fff;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 14px;
}

.navigation-menu .navbar-nav li a {
    /*text-transform: uppercase;*/
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    color: #333;
}

/* .navigation-menu .navbar-nav li a:hover {
    background: none;
    color: #fff666;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */


.navbar {
    margin: 0;
}

.navigation-background {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #ca3d26;
}

.navigation-background .logo {
    padding-top: 6px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-background .logo a {
    color: #ffffff;
}

.logo>a>img {
    width: 150px;
}

.navigation-background .navigation-menu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navigation-background .navigation-menu .navbar-nav li a:hover {
    color: #fff;
}

/* Contact Us */
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    /*background: #1e6d77;*/
    background: #1e773a;
}

.form-group {
    margin-bottom: 25px;
}

/* .form-control {
    border: 1px solid transparent;
    height: 50px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
    -ms-transition: all 150ms ease-in-out 0s;
    -o-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
} */

/* .form-control:focus {
    border-color: #171717;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #4c9cef;
    border-width: 1px;
} */

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.google-plus {
    background-color: #dd4b39;
}

.instagram {
    background-color: #464545;
}

.linkedin {
    background-color: #0077b5;
}

.pinterest {
    background-color: #bd081c;
}

.youtube {
    background-color: #cd201f;
}

/* Scroll To Top */

.scroll-to-top {
    background-color: #ca3d26;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
    box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    background-color: #333;
    color: #ffffff;
    box-shadow: 0 16px 22px 0 rgba(90, 91, 95, 0.3);
}

.navigation-top {
    top: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .navigation-menu .navbar-nav li a {
        padding: 17px 11px;
        font-size: 12px;
    }

    .logo h3 a {
        font-size: 14px;
    }

    .navigation-background .navigation-menu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }

    .navigation-background .logo {
        padding-top: 14px;
    }

}

@media only screen and (max-width: 991px) {
    .call-to-action h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggle .icon-bar {
        background: #ca3d26;
    }

    .navigation-background .navbar-toggle .icon-bar {
        background: #ffffff;
    }

    .navbar-toggle {
        margin-right: 0;
        margin-top: -30px;
    }

    .navbar {
        min-height: 0;
    }

    .navigation-menu .navbar-nav li a {
        padding: 11px 15px;
        color: #ffffff;
    }

    .navigation-menu .navbar-nav li a:hover {
        color: #ffffff;
    }

    .navigation-background .navigation-menu .navbar-nav li a:hover {
        color: #ffffff;
    }

    .navigation-background .navigation-menu .navbar-nav li a {
        padding: 11px 15px;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }

    .navbar-toggle {
        margin-top: -38px;
        margin-bottom: 16px;
    }

    .navbar-collapse {
        background: #ca3d26;
    }

    .navigation-background .navbar-collapse {
        background: #ca3d26;
    }

    .scroll-to-top {
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 52px;
        right: 8px;
        bottom: 15px;
    }
}

/* ======================================== */
/* ============ Margin & Padding =============== */
/* ======================================== */
/* Margin */

.margin-0 {
    margin: 0;
}

/* Margin Top */

.margin-top-0 {
    margin-top: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

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

.margin-top-60 {
    margin-top: 60px;
}

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

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

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-top-200 {
    margin-top: 200px;
}

/* Margin Bottom */

.margin-bottom-0 {
    margin-bottom: 0;
}

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

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

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-bottom-200 {
    margin-bottom: 200px;
}

/* Padding */

.padding-0 {
    padding: 0;
}

.padding-20 {
    padding: 20px;
}

.padding-40 {
    padding: 40px;
}

.padding-60 {
    padding: 60px;
}

/* Padding Top */

.padding-top-0 {
    padding-top: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

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

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

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-200 {
    padding-top: 200px;
}

/* Padding Bottom */

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

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

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

/* pragya Section css */
/* pragya Section css */
/* pragya Section css */
/* pragya Section css */
/* pragya Section css */
.home-bg {
    background: url(..//images/home-bg.jpeg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;

}

.home-bg-video {
    position: relative;
    height: calc(100vh - 0px);
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.home-bg-video video {
    width: auto;
}

.float_right {
    float: right;
}

.home-bg-video .home_bg_content {
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}

.logo h3 {
    margin: 5px 0;
}

.logo h3 a {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    margin: 8px 0;
}

a.logo_img {
    padding: 0px 0px 0 30px !important
}

.display_none {
    display: none;
}

.btn_less_style {
    display: block;
    width: 135px;
    margin: auto;
}

.show-hide {
    display: none;
}

.logo_img img {
    width: 160px;
    margin: 7px 0;
    padding: 0px 0px 0 30px;
    border-left: 2px solid #fff;
}

.home_bg_content {
    padding: 200px 0 0;
}

.review-content img {
    cursor: pointer;
    width: 100%;
    height: 415px;
}

.home_bg_content h2 {
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.home_bg_content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.pragya_about_section {
    background: #fff;
    border-radius: 10px;
}

.pragya_heading {
    padding: 9px 30px;
    /*background: #1e6d77;*/
    background: #1e773a;
    color: #fff;
    font-weight: 600;
    /* border-radius: 5px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.about_section {
    padding: 20px 0 20px;
}

.pd-lr-00 {
    padding: 0px;
}

.pragya_heading h3 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
}

.pragya_about_content p {
    font-size: 14px;
    line-height: 24px;
}

.pragya_vulnerability_content p {
    font-size: 14px;
    line-height: 24px;
}

.pragya_about_content {
    padding: 25px 30px;
    position: relative;
    min-height: 310px;
    overflow: hidden;
}

.pragya_content {
    padding: 25px 30px;
    position: relative;
    min-height: 225px;
    overflow: hidden;
}

.pragya_vulnerability_content {
    padding: 25px 30px;
    position: relative;
    min-height: 366px;
    overflow: hidden;
}

.btn-primary {
    padding: 6px 30px;
    color: #fff;
    border-radius: 20px;
    /*background: #1e6d77;*/
    background: #1e773a;
    font-weight: 700;
}

.pd-lr-20 {
    padding: 0 20px;
}

.pragya_primary_btn a {
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    /*background: #1e6d77;*/
    background: #1e773a;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    /*background: #1e6d77;*/
    background: #1e773a;
    outline: none;
}

.btn-primary:hover {
    /*background: #1e6d77;*/
    background: #1e773a;

}

.fz_footer li a:hover {
    color: #5e5555;
}

.btn-primary.focus,
.btn-primary:focus {
    outline: none;
}

.pragya_Location_img {
    background: url(..//images/locator-uttrakhand.png);
    width: 100%;
    height: 310px;
    background-repeat: no-repeat;
    background-size: contain;
}

.read_position .btn-primary {
    margin: 20px 0;
}

.client_img {
    display: inline-block;
}

.client_img img {
    width: 125px;
    display: inline-block !important;
}

.mr-top--20 {
    margin: 4px 17px -17px;
}

.client_heading {
    min-height: 150px;
}

.client_slider_area {
    padding: 30px 30px;
    outline: none
}

.col-white {
    color: #fff;
}

.btn_white {
    background: #fff;

    /*color: #1e6d77;*/
    color: #1e773a;
    position: absolute;
    right: 0px;
    top: -5px;

    font-size: 12px;
}

.slider_add_btn {
    text-align: center;
    margin: 0;
}

.btn_white:hover {
    background: #fff;

    /*color: #1e6d77;*/
    color: #1e773a;
}

.show_right {
    float: right;
}

@mixin breakpoint($point) {
    @if $point==xxs {
        @media (max-width: 480px) {
            @content;
        }
    }

    @else if $point==xs {
        @media (max-width: 767px) {
            @content;
        }
    }

    @else if $point==sm {
        @media (min-width: 768px) and (max-width: 991px) {
            @content;
        }
    }

    @else if $point==md {
        @media (min-width: 768px) and (max-width: 1199px) {
            @content;
        }
    }

    @else if $point==md-d {
        @media (min-width: 1200px) and (max-width: 1299px) {
            @content;
        }
    }

    //md-d is of Medium Desktop
    @else if $point==lg {
        @media (max-width: 1440px) {
            @content;
        }
    }

    @else {
        @warn "Breakpoint mixin supports: xxs, xs, sm, md, lg";
    }
}

#wrap {
    padding: 10px 0 20px;
    background: #3934343b;
    margin: 0 0 20px;
}

.ra-rating-star {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
}

.review-card--option-4 {
    border: 1px solid #D8D8D8;
}

.carousel-wrap {
    width: 635px;
    height: 323px;
    margin: 0 auto;
    position: relative;

}

.review-content {
    position: relative;
}

.story_card {
    position: absolute;
    width: 50%;
    text-align: left;
    padding: 20px;
    background: #1f1f1fad;
    bottom: 22px;
    color: #fff;
    border-bottom-right-radius: 20px;
    text-transform: uppercase;
}

.story_card_quote {
    position: absolute;
    width: 65%;
    text-align: left;
    padding: 5px 10px 0px 10px;
    background: #1f1f1fad;
    bottom: 2px;
    color: #fff;
    /*border-bottom-right-radius: 20px;*/
    text-transform: uppercase;
}

.story_card h2 {
    margin: 0px;
    font-size: 23px;
    font-weight: 600;
    color: #f0ca4d;
}

.slider i {
    font-size: 100px;
    opacity: 6;
    color: #fff;
}

.story_card h4 {
    font-size: 16px;
    word-break: break-all;
}

.carousel>li {
    width: 600px;
    height: 385px;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #ddd;
}

.items {
    position: absolute;
}

.main-pos {
    margin-left: 2em !important;
    z-index: 9;
}

.main-pos {
    margin: -15px 0 0;
    transition: .5s;
}

.left-pos {
    transition: 5s;
    background: #ccc;
    opacity: .5;
    margin-left: -27em !important;
    z-index: 1;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
}

.review-card--option-4 {
    background: #333;
}

.back-pos {
    opacity: .05;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    background: #333 !important;
}

.right-pos {
    opacity: .5;
    margin-left: 30em !important;
    z-index: 1;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
    background: #333 !important;

}

.map_img h4 {
    text-align: center;
    margin: 0;
    font-size: 15px;
    padding: 0 20px 23px;
    color: #88c9d5;
    line-height: 22px;
    font-weight: 400;
}

.map_img img {
    min-height: 220px;
}

.review-card--option-4 {
    background: #333;
}

.slider {
    width: 100%;
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
}


#next {
    right: -214px;

}

#prev,
#next {
    position: absolute
}

#prev {
    left: -214px;
}

/* footer */
.footer_top {
    background-color: #aae2b1;
    /*background-color: #aadbe2;*/
    font-family: 'Open Sans', sans-serif;
}

.fab {
    color: #fff;
    line-height: 45px;
    font-size: 19px;
}

.fz_heading {
    font-size: 30px 0 0;
}


.list-inline {
    padding-left: 0;
    list-style: none;
    margin: 10px;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
    font-size: 14px;
}

.fz_social_list li {
    width: 40px;
    height: 45px;
    text-align: center;
    font-size: 24px;
    margin: 0px 5px;
}

.fb_btn {
    background-color: #3b5998;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.twitter_btn {
    background-color: #00aced;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.google_plus_btn {
    background-color: #d34836;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.linkindia_btn {
    background-color: #0077b5;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.dribble_btn {
    background-color: #7b287b;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.fz_footer {
    margin: 15px;
}

.fz_footer li {
    color: #fff;
    padding: 0px 20px;
    font-weight: 500;
}

.footer-copyright p {
    line-height: 20px;
}

.fz_footer_description {

    color: #796d6d;
    font-size: 14px;
    font-weight: 400;

}

.fz_footer li a {

    color: #796d6d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;

}

/* resources-css */
.custom-select {
    background: #dddddd70 url(../images/Dropdown-Icon.png) no-repeat right center;
    /*border: 1px solid #1e6d77;*/
    border:1px solid #1e773a;
    cursor: pointer;
    height: 36px;
    padding: 0PX 0 0 19px;
    width: 100%;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0 0 20px;
    /* background: #ddd0; */
    border-radius: 20px;
    color: #858181;
    font-weight: 600;
    font-size: 15px;
}

.custom-select option {
    padding: 6px;
}

.custom-select:focus {
    outline: none;
}

.location_form {
    padding: 0px 20px;
    border-left: 2px solid #ddd;
    margin: 20px 0px;
}

.overlay_img {
    background-image: linear-gradient(#ffffffbf, #ffffffba), url(../images/body-bg.jpg);
    width: 100%;
    height: 100%;
}

.overlay_img {
    background-image: linear-gradient(#1e6d7770, #1e6d7770), url(../images/body-bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px 0;
    border-radius: 7px;
}

hr {
    border-top: 1px solid #8d8d8d;
}

.resource_directory_img {
    background: #dddddd70 url(../images/resource-directory.png);
    width: 100%;
    height: 400px;
    background-size: cover;
    background-size: 100% 100%;
}

.search_directory {
    background: url(../images/search.png);
    width: 100%;
    height: 125px;
    background-size: cover;
    vertical-align: middle;
    margin: 109px 0 0;
    background-size: 100% 100%;
}

.overlay_content {
    padding: 50px;
    text-align: center;
}

.overlay_content h2 {
    margin: 0;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}

.overlay_content p {
    padding: 30px 0 0;
    color: #fff;
    line-height: 22px;
    font-weight: 600;
}

.pd-20 {
    padding: 0 0 20px;
}

.pd-100 {
    padding: 100px 0;
}

.border_size {
    border-radius: 30px 0px 0px 30px;
    margin: 20px 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.resource_directory {
    padding: 0 0 20px;
}

.search_directory_heading {
    text-align: center;
    font-size: 20px;
    margin: 15px 20px;
    font-weight: 600;
    /*color: #1e6d77;*/
    color: #1e773a;
}

.overlay_2_img {
    background-image: linear-gradient(#1e6d7770, #1e6d7770), url(../images/body-bg.jpg);
    width: 100%;
    height: 260px;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.pd-rl-40 {
    padding: 0 40px 20px;
}

.disaster_list li {
    display: inline-block;
    background: #fff;
}

.modal-dialog {
    width: 1000px;
}

.disaster_list li {
    display: block;
    background: #fff;
    padding: 12px 14px;
    margin: 55px 30px 0;
    border-radius: 14px;
    font-size: 14px;
    width: 25%;
    text-align: center;
    font-weight: 600;
    /*color: #1e6d77;*/
    color: #1e773a;
    flex: wrap;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    display: flex;
    text-align: center;
    /* height: 59px; */
    text-align: center;
}

.disaster_list li>a {
    margin: auto;
}

.disaster_list ul {
    display: flex;
    flex-wrap: wrap;
}

.pd_00 {
    padding: 0px !important;
}

.disaster_heading {
    position: absolute;
    top: -8px;
    /*background: #1e6d77;*/
    background: #1e773a;
    padding: 0 20px;
    border-radius: 20px;
    left: 15px;
    color: #fff;
    font-weight: 600;
}

.pdf_img img {
    margin: auto;
    padding: 15px 50px;
}

.pdf_content {
    margin: 20px 0 0;
    line-height: 22px;
    color: #ada7a7;
    font-weight: 600;
}

.bg-color h3 {
    color: #fff;
    font-size: 22px;
}

.bg-color p {
    padding: 0px;
    color: #fff;
    font-size: 15px;
}

.bg-color {
    background: #1a3232b5;
    padding: 10px 20px 20px;
}

.overlay_2_content {
    padding: 73px 0;
    text-align: left;
}

.text-control {
    width: 100%;
    border: none;
    border-bottom: 2px solid #1e773a;
    padding: 7px;
    /*font-size: 17px;*/
    color: #9a9191;
}

.edit_media {
    margin: 20px 0 0;
}

.edit_media a {
    width: 100px;
    margin: 20px 0 0;
    text-align: center;
    margin: auto;
}

.text-control:focus {
    outline: none;
}

.float-none {
    float: none !important;
}

.mr-botton-10 {
    margin: 0 0 20px !important;
}

.text-control::placeholder {
    color: #9a9191;
}

.contact_form {
    padding: 20px 0px;
}

textarea.text-control {
    border: 2px solid #1e773a;
    border-radius: 10px;
    resize: none;
}

.mr-top {
    margin: 30px 0 0;
    border-left: 2px dashed #e5e2e2;
}

.mr-30 {
    margin: 30px 0px 0px 30px;
}

.mt_15 {
    margin-top: 15px;
}

/* media css start */
.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    float: left;
    margin-bottom: 20px;
}

#lightgallery>li>a>h3 {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;

    position: absolute;
    bottom: 0;
    color: white;
    padding: 10px 10px;
    background: #333333a1;
    width: 100%;

}

.demo-gallery>ul>li a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    min-height: 235px;
    height: auto;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.lg-sub-html {
    bottom: 41px !important;
    width: 63%;
    margin: auto;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.media_gallery {
    padding: 20px 0;
}

.pd-rl-10 {
    padding: 0 10px;
}

/* .pd-0{
    padding: 
} */
/* media css end */
/* project model css start */
.project_list li {
    margin: 0 0 0 30px;
    list-style-type: initial;
}

.project_modal_section .pragya_about_content p {
    margin: 0;
}

.project_modal_section .pragya_vulnerability_content p {
    margin: 0;
}

.mr-top-20 {
    margin: 20px 0 0;
}

.project_modal_section {
    padding-bottom: 20px;
}

.bg-white {
    background: #fff;
    padding: 30px 0 30px;
}

.bdr_color {
    padding: 0 30px 0 0;
    /*border: 3px solid #1e6d77;*/
    border: 3px solid #1e773a;
}

/* project model css end */

.col_padding {
    padding: 0px 10px;
}




.news_card {
    background: #fff;
    padding: 10px;
    /* border-radius: 5px; */
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
    margin: 5px 10px;
    position: relative;
    border-bottom: 1px solid #ddd9d9;
}

.news_card h4 {
    font-weight: 700;
    /* font-family: 'PT Serif', serif; */
    margin: 0px 0px 5px 0px;
    font-family: 'Merriweather', serif;
    font-size: 19px;
    color: #333;
    position: relative;
    padding-bottom: 7px;
}

.news_card p {
    margin-bottom: 0;
    line-height: 20px;
    color: #555555;

}

.side_bar {
    background: #fff;
    border-radius: 10px;
    padding-top: 0;
    overflow: hidden;
}

.news_date p {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.news_date p span {
    color: #22a8ab;
}

.read_more_news {
    font-size: 12px;
    color: #796d6d;
    font-weight: 700;
    border-bottom: 2px solid #796d6d;
}

.button_container ul li {
    display: inline-block;
    margin-right: 15px;

}

.button_container ul li a {
    /*color: #1e6d77;*/
    color: #1e773a;
    font-weight: 700;
    text-align: left;
    border-radius: 0px !important;

}

.button_container ul li.active a {

    border-bottom: 2px solid #1e6d77;


}

.button_container {
    margin-bottom: 10px;
}

.videio_news iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}


.tab-content .nav li a:focus,
.nav li a:hover {
    /*background: #1e6d77;*/
    background: #1e773a;
    color: #fff;
}

.heding_card_slide h2 {
    /*background: #1e6d77;*/
    background: #1e773a;
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.media_gallery .panel-body {
    padding-top: 0px;
}



.media_gallery .nav>li>a:focus,
.nav>li>a:hover {
    background: none;
    /*color: #1e6d77;*/
    color: #1e773a;
}

.button_container .panel-tabs {
    padding-left: 12px;
}


.news_card .news_content img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 12px 0 0;
    font-size: 10px;
    text-transform: lowercase;
}

/* .news_card h4 span:before {
    bottom: 2px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #22a8ab;
    width: 30px;
} */
/* .news_card h4:after {
    background: #858585;
    background: rgba(133, 133, 133, 0.5) !important;
    content: "";
    display: block;
    height: 1px;
    margin: 8px auto 0;
    width: auto !important;

} */

/******************sumit-project-page****************/

.project-card-bg {
    background-image: linear-gradient(#ffffffad, #ffffffc7), url(../images/project-card-bg.jpg);
    background-size: cover;
    border-radius: 10px;
}

.pragya_about_content .read_position p {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    cursor: pointer;
}

.pragya_vulnerability_content .read_position p {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    cursor: pointer;
}

.project_list .content_over_ellipsis {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0px 85px 0px 0px;
}

.flip_card_section {
    padding: 20px 0px;
    background: #04070a30;
}

.flip-card {
    background-color: transparent;
    min-height: 300px;
    height: 350px;
    perspective: 1000px;
    border-radius: 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.flip-card-front {
    background-color: #fff;
    color: black;
    z-index: 2;
    border-radius: 10px;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.flip-card-front img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.flip-card-back {
    /* background-color: #fff; */
    background: linear-gradient(180deg, rgba(153, 218, 255, 0.95) 2%, rgb(144, 202, 223) 25%, rgb(14, 162, 162) 100%);
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    padding: 30px;
    min-height: 300px;
    height: 350px;
    vertical-align: middle;
    display: table-cell;
}

.flip-card-back h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.flip-card-back p {
    color: #fff;
    line-height: 22px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    transition: 1;
}

#flip-sec {}

.flip_card_title {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(45deg, #00000080, #00000080, transparent);
    color: white;
    padding: 10px 20px;
    text-align: left;

}

.flip_card_title h3 {
    margin: 0px;
    font-weight: 400;
}

.book_card {
    text-align: left;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.book_card img {
    width: 100%;
}

.book_card h3 {
    /* padding: 0px 20px; */
    margin: 15px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.book_card p {
    line-height: 22px;
    text-align: justify;
}

.district_section {
    padding: 40px 0px;
}

.district_section .panel-body {
    padding: 0px;
    overflow: hidden;
    min-height: 120px;
}

.district_section .panel {
    border: none;
    overflow: hidden;
}

.district_sec h3 {
    background: linear-gradient(180deg, rgba(153, 218, 255, 0.95) 2%, rgb(144, 202, 223) 25%, rgb(14, 162, 162) 100%);
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
    color: #ffff;
}

.district_sec h4 {
    margin: 32px 0px;
}

.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 200px;
}

/*-------------------------------------------------------------------*/

/*# sourceMappingURL=maps/style.css.map */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #1e243b;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    letter-spacing: 1px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    font-weight: 700;
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}



/*[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}*/

.padding-right {
    padding-right: 10px;
}

.padding-left {
    padding-left: 10px;
}

.pragya_Location_img {
    background-position: center !important;
}

.min_height_fz {
    min-height: 334px;
}

.mr--40 {
    margin: -80px 0px auto 98px;
    ;
}

.Line_1 {

    position: absolute;
    transform: rotateZ(21deg);
    left: 165px;
    height: 100px;
    top: 130px;
    width: 240px;

}

.Line_2 {

    position: absolute;
    transform: rotateZ(201deg);
    left: 156px;
    height: 100px;
    top: 157px;
    width: 240px;

}

.Line_3 {

    position: absolute;
    transform: rotateZ(90deg);
    left: 41px;
    height: 100px;
    top: 210px;
    width: 115px;

}

.Line_4 {

    position: absolute;
    transform: rotateZ(270deg);
    left: 22px;
    height: 86px;
    top: 211px;
    width: 114px;

}

.Line_5 {
    position: absolute;
    transform: rotateZ(332deg);
    left: -231px;
    height: 100px;
    top: 150px;
    width: 258px;
}

.Line_6 {
    position: absolute;
    transform: rotateZ(152deg);
    left: -217px;
    height: 100px;
    top: 169px;
    width: 258px;
}

.Line_7 {
    position: absolute;
    transform: rotateZ(338deg);

    left: 159px;
    height: 100px;
    top: 17px;
    width: 250px;
}

.Line_8 {
    position: absolute;
    transform: rotateZ(158deg);
    left: 155px;
    height: 100px;
    top: -10px;
    width: 247px;
}

.Line_9 {
    position: absolute;
    transform: rotateZ(379deg);
    left: -223px;
    height: 100px;
    top: -11px;
    width: 244px
}

.Line_10 {
    position: absolute;
    transform: rotateZ(199deg);
    left: -236px;
    height: 100px;
    top: 9px;
    width: 257px;
}

.dashed {
    stroke-dasharray: 10;
}

.Line_animation_1 .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 4s linear infinite;
    animation-duration: 2.5s;
    animation-delay: .5s;
}

.Line_animation_2 .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 3s linear infinite;
    animation-duration: 2.5s;
    animation-delay: .5s;
}

.edit_btn_home {
    float: right;
    margin: 0px -8px;
    font-size: 14px;
}

.float_none {
    float: none;
    margin: 0px;
}

.add_btn_home {
    font-size: 13px;
    padding: 5px 30px;
    text-align: right;
    margin: 10px 24px 0px;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}


.model_card {}

.popover {
    min-width: 300px;
    width: 300px;
    /* Max Width of the popover (depending on the container!) */
}

.news_slider_sidebar {
    height: 600px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #a29797;
}

::-webkit-scrollbar-thumb {
    /*background: #1e6d77;*/
    background: #1e773a;
}

.news_slider_sidebar_fixed {
    position: fixed;
}

.equl_to_same {
    min-height: 550px;
}

.button_edit {
    position: absolute;
    background: #2facb1;
    color: #fff;
    width: 26px;
    height: 25px;
    left: 122px;
    opacity: 0;
}

.disaster_list li:hover .button_edit {
    opacity: 1;
}



#map .modal-dialog {
    padding-top: 10%;
}

#map .modal-content {
    overflow: visible;
}

#map .modal-body {
    overflow: auto;
}

/* adarsh css start */

.flip-card {
    margin-top: 20px;
}

.dialog_map {
    width: 1000px;
    width: 1000px;
}

.dialog_map img {
    width: 100%;

}

.map_body button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: #fff;
    z-index: 999;
    opacity: 1;
    border-radius: 30px;
}

.model_card {
    border-radius: 0px !important;
}

.side_bar.fixed {
    position: fixed;
    width: 500px;
    top: 123px;
}

.side_bar.fixed .news_slider_sidebar {
    height: 560px;
}



.margin-top-40 {
    margin-top: 40%;
}

.margin-top-40px {
    margin-top: 40px;
}

.project-video {
    width: 100%;
    height: 600px;
}

.bottom-btn {
    position: absolute;
    bottom: 15px;
    right: 32%;
}

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

.lg-sub-html p {
    font-size: 20px !important;
}


/* .slider  */
.pana-accordion {
    width: 800px;
    height: 400px;
    margin: 20px auto;
    position: relative;
    overflow: hidden
}

.pana-accordion .pana-accordion-wrap {
    margin-left: -1px;
    position: relative;
    width: 300%
}

.pana-accordion .pana-accordion-wrap .pana-accordion-item {
    border-left: 1px solid #BABABA;
    width: 100px;

    overflow: hidden;
    float: left;
    position: absolute;
    left: 0;
    top: 0
}

.pana-accordion .pana-accordion-wrap .pana-accordion-item .pana-accordion-mask {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    background-color: #000;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4
}

.pana-accordion .pana-accordion-wrap .pana-accordion-item {
    width: 700px;
    height: 415px;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.pana-accordion .pana-accordion-wrap .pana-accordion-item.active .pana-accordion-mask {
    display: none
}

.pana-accordion {
    width: 74%;
    height: 415px;
    position: relative;
    overflow: hidden;
}

/* .slider end */
/* slick slider css */
.story_slick_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    background: #fff !important;
}

.story_slick_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px !important;
    height: 10px !important;
    content: '•';
    opacity: 1 !important;
    color: #fff;
    border-radius: 28px;
    border: 1px solid #fff !important;
}

.story_slick_slider .slick-dots li {
    width: 12px;
    height: 10px;
}

.story_slick_slider .slick-dots {
    bottom: 15px !important;
}

#wrap .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slider_img_height img {
    height: 500px !important;
}