@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);

body {
    color: #333;
    font-family: Hind;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    background: #f5f5f5;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
    color: #333333;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
}

h1, .h1 {
    font-size: 28px;
    line-height: 1.15;
}

h2, .h2 {
    font-size: 24px;
    line-height: 1.15;
}

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

h4, .h4 {
    font-size: 18px;
    line-height: 1.15;
}

h5, .h5 {
    font-size: 16px;
    line-height: 1.15;
}

h6, .h6 {
    font-size: 14px;
    line-height: 1.15;
}

a {
    color: #333333;
    text-decoration: none !important;
    outline: none !important;
}

ol {
    counter-reset: item;
    display: block;
    margin: 10px 0;
    padding: 0 0 0 10px;
}

ul, ol {
    display: inline-block;
    width: 100%;
}

ul {
    list-style: square;
    margin: 10px 0px;
    padding: 0 0 0 10px;
}

    ul li {
        list-style: disc;
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 18px;
        line-height: 28px;
    }

        ul li > ol > li {
            list-style: decimal;
        }

        ol li ol li, ul li ol li ol li {
            list-style: lower-alpha;
        }

ol li {
    list-style: decimal;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}

    ol li > ul, ul li > ol {
        margin-top: 10px;
        margin-left: 10px;
    }

        ol li > ul > li {
            list-style: disc;
        }

textarea {
    resize: vertical;
}

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

input, select {
    outline: none !important;
    box-shadow: none !important;
}

b, strong {
    font-weight: 700;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
a {
    color: #0a86af;
    text-decoration: none !important;
    outline: none !important;
}
    a strong, a b {
        font-weight:normal;
    }

    p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



/********************Header*************************/

.header-top {
    padding: 6px 0px;
    background-color: #016776;
}

.header-bottom {
    border-bottom: 1px solid #efeeee;
}

.mdc-header .mdc-btn-pade-01 {
    background-color: #1ba5a5;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    line-height: 31px;
    padding:0px 12px 0 20px;
    position: relative;
    overflow: hidden;
    margin-right: 0;
}
.mdc-header .mdc-btn-pade-01 span {
    margin-left: 3px;
}

    .mdc-header .mdc-btn-pade-01 i {
        position: absolute;
        font-size: 40px;
        opacity: 0.5;
        transform: rotate(23deg);
        -moz-transform: rotate(23deg);
        -webkit-transform: rotate(23deg);
        -o-transform: rotate(23deg);
        -ms-transform: rotate(23deg);
        bottom: -4px;
        left: -0px;
    }

.count {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    font-weight: 500;
    line-height: 22px;
    padding: 0 7px;
    position: absolute;
    right: -9px;
    top: -16px;
    font-size: 12px;
}

.cart {
    position: relative;
    display:none;
}

.mdc-social {
    margin: 0 0 0 21px;
    padding: 0px;
    text-align: right;
    display: inline-block;
    width: auto;
}

    .mdc-social li {
        list-style-type: none;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0px;
        margin-left:0;
    }

    .mdc-social a {
        font-size: 16px;
        line-height: 30px;
        width: 32px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        opacity: 0.5;
    }

        .mdc-social a:hover {
            opacity: 1;
            text-decoration: none;
        }

#mobilemenu {
    display: none;
}

#mobile-bar {
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: none;
    padding: 15px 10px 0 10px;
    height: 48px;
    border-bottom: none;
    display: none;
}

    #mobile-bar i {
        padding: 2px 10px;
        background: #016776;
    }

.mm-opened #mobile-bar i:before {
    content: "\f00d";
}

.menu-trigger, .menu-trigger:focus {
    width: 24px;
    height: 21px;
    background: none;
    cursor: pointer;
    font-size: 30px;
    opacity: 0.85;
    margin: 0;
    outline: none;
    position: absolute;
    left: 10px;
    top: 18px;
    color: #fff;
}

.container {
    max-width: 1200px;
}

.full-width > .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

    .full-width > .container > .row {
        margin: 0;
    }

        .full-width > .container > .row > .col-lg-12 {
            padding: 0;
        }

.mdc-col-right {
    text-align: right;
}

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

.mdc-main-menu {
    float: left;
}

.humburger-menu {
    color: #333333;
    display: inline-block;
    float: right;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    display:none;
}

.more-submenu {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 3px solid #1ba5a5;
    box-shadow: 0 2px 2px #ddd;
    float: right;
    list-style: outside none none;
    margin-top: 0;
    padding-left: 0;
    position: absolute;
    right: -8px;
    top: 44px;
    transition: all 0.3s ease 0s;
    width: 120px;
    z-index: 99;
}

    .more-submenu::after {
        border-bottom: 10px solid #1ba5a5;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        position: absolute;
        right: 18px;
        width: 0;
    }

    .more-submenu li {
        border-bottom: 1px solid #cfcfcf;
        list-style: outside none none;
        margin-bottom: 0;
    }

    .more-submenu > li a {
        display: block;
        padding: 5px 10px;
        cursor: pointer;
        font-family: hind;
        font-size: 14px;
        font-weight: 500;
    }

.mdc-header .humburger-menu i {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.mdc-header .humburger-menu.active i:before {
    content: "\e646";
}

.mdc-header .humburger-menu:hover {
    cursor: pointer;
    color: #0a86af;
}

.humburger-menu + .more-submenu {
    opacity: 0;
    z-index: -9;
}

.humburger-menu.active + .more-submenu {
    opacity: 1;
    z-index: 9;
}

.mdc-main-menu ul {
    padding: 0px;
    margin: 0px;
    display: block;
}

.mdc-main-menu > ul > li {
    list-style-type: none;
    margin: 0px;
    float: left;
    position: relative;
    padding: 7px 0px;
}

.mdc-header .mdc-main-menu > ul > li:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 0px;
    top: 0px;
    left: 50%;
    background-color: #19aca6;
}

.mdc-header .mdc-main-menu > ul > li:hover:before {
    width: 100%;
    left: 0px;
}

.mdc-main-menu > ul > li > a {
    text-transform: uppercase;
    padding: 4px 18px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    color:#333;
}

.mdc-header .mdc-main-menu > ul > li > a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-image: url("../images/background/2.png");
    background-repeat: repeat-y;
    right: 0px;
    top: 0px;
    border: 0px;
    margin-top: 0px;
}

.mdc-header .mdc-main-menu > ul > li > a:hover {
    color: #075c78;
}

.sfHover a {
    background: #fff;
}

.mdc-header .mdc-main-menu ul li ul {
    position: absolute;
    display: none;
    background-color: #f7f7f7;
    z-index: 999999999;
    padding: 6px 0px;
    border-bottom: 3px solid #00adef;
    min-width: 260px;
    left: 0px;
    top: 100%;
    top: 89%;
}
.mdc-header .mdc-main-menu ul li:last-child ul {
    left: auto;
    right: 0;
    min-width: 170px;
}

.mdc-main-menu .ti-angle-down {
    font-size: 12px;
}

a, img, span, .mdc-main-menu > ul > li:before {
    transition: all .3s, visibility 0s;
    -ms-transition: all .3s, visibility 0s;
    -webkit-transition: all .3s, visibility 0s;
    -moz-transition: all .3s, visibility 0s;
}

.mdc-header .mdc-main-menu ul li ul li {
    list-style-type: none;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    margin-left: 0;
    line-height:normal;
}

    .mdc-header .mdc-main-menu ul li ul li a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 7px 10px;
        text-transform: capitalize;
        color: #333;
    }

        .mdc-header .mdc-main-menu ul li ul li a:hover {
            color: #1277a1;
            background: #eee;
        }

.mdc-header .mdc-main-menu ul li ul ul {
    top: 0;
    left: 100% !important;
    display: none;
}

.mdc-header .mdc-menu {
    display: none;
}

.login-dropdown {
    position: absolute;
    background: #fff;
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: rgb(207, 214, 231);
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px;
    outline: rgb(207, 214, 231) solid 1px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 200px;
    width: 100%;
    z-index: 0;
    text-align: left;
    right:65px;
    margin-top: 20px;
        opacity: 0;
    transition: all 0.5s;
    transform: translate(0, 10px);
}
/*.mdc-header .mdc-btn-pade-01 {
    opacity: 0.5;
    cursor: default !important;
}*/
    .login-dropdown.active {
    opacity: 1;
    transform: translate(0);
    z-index:9;
}

    .login-dropdown:after {
        border: 10px solid #ffffff;
        position: absolute;
        content: "";
        top: -20px;
        z-index: 99;
        left: 30px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid transparent;
    }

    .login-dropdown ul {
        margin: 0;
        padding: 0;
    }

        .login-dropdown ul li {
            list-style: none;
            padding: 6px 16px;
            margin: 0;
        }

            .login-dropdown ul li a {
                color: #000;
                font-size: 16px;
                line-height: 24px;
                display: block;
           }

            .login-dropdown ul li:hover {
                background: #f2f2f2;
            }

/***********************header end*****************************/

.widget .widget-content {
    position: relative;
}



/************Slider css ****************/
.slider-pro .sp-arrows .sp-arrow:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider-pro {
    display: none;
}

    .slider-pro .sp-image-container img {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .slider-pro .sp-arrows {
        margin-top: 0px;
    }

        .slider-pro .sp-arrows .sp-arrow {
            height: 55px;
            width: 55px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.13);
            text-align: center;
        }

            .slider-pro .sp-arrows .sp-arrow:after {
                display: none;
            }

            .slider-pro .sp-arrows .sp-arrow:before {
                -webkit-transform: skew(0deg, 0deg);
                -ms-transform: skew(0deg, 0deg);
                transform: skew(0deg, 0deg);
                height: auto;
                width: auto;
                background: none;
                font-size: 18px;
                color: #ffffff;
                position: static;
                line-height: 55px;
            }

            .slider-pro .sp-arrows .sp-arrow.sp-previous-arrow {
                left: 0px;
            }

                .slider-pro .sp-arrows .sp-arrow.sp-previous-arrow:before {
                    content: "\f104";
                }

            .slider-pro .sp-arrows .sp-arrow.sp-next-arrow {
                right: 0px;
            }

                .slider-pro .sp-arrows .sp-arrow.sp-next-arrow:before {
                    content: "\f105";
                }

            .slider-pro .sp-arrows .sp-arrow:hover {
                background-color: #00adef;
            }

                .slider-pro .sp-arrows .sp-arrow:hover:before {
                    color: #ffffff;
                }


.loading-slider {
    display: block;
    height: 400px;
    text-align: center;
    position: relative;
}

    .loading-slider i {
        font-size: 30px;
        color: #333333;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        display: inline-block;
    }

.slider-pro-1 a, .slider-pro-3 a {
    transition: all 0.4s, visibility 0s !important;
    -ms-transition: all 0.4s, visibility 0s !important;
    -webkit-transition: all 0.4s, visibility 0s !important;
    -moz-transition: all 0.4s, visibility 0s !important;
}

.slider-pro-1 img.sp-layer, .slider-pro-3 img.sp-layer {
    opacity: 0;
    transition: all 0.4s, visibility 0s;
    -ms-transition: all 0.4s, visibility 0s;
    -webkit-transition: all 0.4s, visibility 0s;
    -moz-transition: all 0.4s, visibility 0s;
}

.slider-pro-1 .sp-grab, .slider-pro-3 .sp-grab, .slider-pro-1 .sp-grabbing, .slider-pro-3 .sp-grabbing {
    cursor: auto !important;
}

.slider-pro-1 p.sp-layer, .slider-pro-3 p.sp-layer {
    color: #ffffff;
    line-height: 24px;
    z-index: 2;
    font-size: 15px;
    width: auto;
}


    .slider-pro-1 p.sp-layer.sp-txt-2, .slider-pro-3 p.sp-layer.sp-txt-2 {
        text-transform: uppercase;
        font-size: 40px;
        line-height: 40px;
        font-weight: 600;
    }

@media screen and (max-width: 979px) {
    .slider-pro .sp-arrows .sp-arrow {
        height: 30px;
        width: 30px;
    }

        .slider-pro .sp-arrows .sp-arrow:before {
            line-height: 30px;
        }
}

@media screen and (max-width: 639px) {
    .slider-pro .sp-arrows .sp-arrow {
        height: 20px;
        width: 20px;
    }

        .slider-pro .sp-arrows .sp-arrow:before {
            line-height: 20px;
            font-size: 14px;
        }
}


.slider-pro-1 p.sp-layer.sp-link-1 a, .slider-pro-3 p.sp-layer.sp-link-1 a {
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background: #00adef;
    display: inline-block;
    padding: 4px 40px;
    letter-spacing: 1px;
    border-radius: 3px;
}

    .slider-pro-1 p.sp-layer.sp-link-1 a:hover, .slider-pro-3 p.sp-layer.sp-link-1 a:hover {
        background-color: #1277a1;
    }



.slider-pro-1 p.sp-layer.sp-txt-4 a, .slider-pro-3 p.sp-layer.sp-txt-4 a {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 500;
    background: #e9efee;
    padding: 8px 0px 8px 15px;
    border-left-width: 4px;
    border-left-style: solid;
    display: inline-block;
    min-width: 392px;
}

.slider-pro-1 p.sp-layer.sp-txt-4 .mdc-icon1, .slider-pro-3 p.sp-layer.sp-txt-4 .mdc-icon1 {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    background: #fbc100;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

    .slider-pro-1 p.sp-layer.sp-txt-4 .mdc-icon1:before, .slider-pro-3 p.sp-layer.sp-txt-4 .mdc-icon1:before {
        line-height: 34px;
    }

.slider-pro-1 p.sp-layer.sp-txt-4 .mdc-icon2, .slider-pro-3 p.sp-layer.sp-txt-4 .mdc-icon2 {
    display: inline-block;
    color: #333333;
    font-size: 24px;
    line-height: 37px;
    width: 47px;
    text-align: center;
    border-left: 1px solid #ccc;
    float: right;
}

.slider-pro-1 p.sp-layer.sp-txt-4:hover a, .slider-pro-3 p.sp-layer.sp-txt-4:hover a {
    color: #ffffff;
    background-color: #fbc100;
    border-left-color: #ffffff;
}

    .slider-pro-1 p.sp-layer.sp-txt-4:hover a .mdc-icon1, .slider-pro-3 p.sp-layer.sp-txt-4:hover a .mdc-icon1 {
        background-color: #ffffff;
        color: #1277a1;
    }

    .slider-pro-1 p.sp-layer.sp-txt-4:hover a .mdc-icon2, .slider-pro-3 p.sp-layer.sp-txt-4:hover a .mdc-icon2 {
        color: #ffffff;
    }



.slider-pro-1 p.sp-layer.sp-txt-5, .slider-pro-3 p.sp-layer.sp-txt-5 {
    font-size: 45px;
    line-height: 70px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1277a1;
    padding: 0px 33px;
}



.slider-pro-1 p.sp-layer.sp-link-2 a, .slider-pro-3 p.sp-layer.sp-link-2 a, .slider-pro-1 p.sp-layer.sp-link-2 span, .slider-pro-3 p.sp-layer.sp-link-2 span {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    background: #00adef;
    padding-right: 15px;
    vertical-align: top;
}

.slider-pro-1 p.sp-layer.sp-link-2 span, .slider-pro-3 p.sp-layer.sp-link-2 span {
    padding-right: 0px;
    padding-top: 13px;
}

.slider-pro-1 p.sp-layer.sp-link-2 i, .slider-pro-3 p.sp-layer.sp-link-2 i {
    display: inline-block;
    line-height: 42px;
    height: 42px;
    width: 42px;
    color: #ffffff;
    font-size: 20px;
    background: #1277a1;
    text-align: center;
    margin-right: 18px;
}

.slider-pro-1 p.sp-layer.sp-txt-4 a, .slider-pro-3 p.sp-layer.sp-txt-4 a {
    border-left-color: #fbc100;
}

.sp-image.sp-image-bg {
    width: 100% !important;
}





/********************Slider end ***********************/




/******************Service css****************/


section.mdc-area.mdc-widget-service .row, section.mdc-area.mdc-widget-service .row .col-lg-4 {
    margin: 0;
    padding: 0;
}

.entry-item {
    padding:15px;
    text-align: center;
    background-color: #e9f4fa;
    border-top-width: 8px;
    border-top-style: solid;
    min-height:200px;
}

    .entry-item .thumb-icon {
        margin-bottom: 15px;
    }

        .entry-item .thumb-icon i {
            color: #ffffff;
            height:50px;
            width:50px;
            text-align: center;
            display: inline-block;
            line-height:50px;
            border-radius: 50%;
        }

            .entry-item .thumb-icon i:before {
                margin: 0px;
                font-size: 30px;
            }

    .entry-item p {
        line-height: 24px;
    }

    .entry-item a {
        transition: all 0s, visibility 0s;
        -ms-transition: all 0s, visibility 0s;
        -webkit-transition: all 0s, visibility 0s;
        -moz-transition: all 0s, visibility 0s;
    }

    .entry-item:hover {
        position: relative;
        z-index: 2;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        transform: scale(1.01);
        -moz-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        -o-transform: scale(1.01);
        -ms-transform: scale(1.01);
    }

.mdc-widget-service .col-lg-4:nth-child(2n-1) .entry-item {
    border-color: #4fd4cf;
    background-color: #f1f9fd;
}

.mdc-widget-service .col-lg-4:nth-child(2) .entry-item {
    border-color: #03727b;
}

    .mdc-widget-service .col-lg-4:nth-child(2) .entry-item .thumb-icon i {
        background-color: #03727b;
    }

.mdc-widget-service .col-lg-4:nth-child(2n-1) .entry-item .thumb-icon i {
    background-color: #13364a;
}



/***************Service end********************/


/*********************Videos***************************/

.videos [class*="col-"] {
    padding: 0 7px;
}

.videos .row {
    margin-left: -7px;
    margin-right: -7px;
}

.mdc-area.videos {
    background: #fff;
    padding: 60px 0;
}

.video-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .video-top h2 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0;
    }

iframe {
    border: none;
    width: 100%;
}

/***********************videos end**********************/



/***********************Latest news***************************/

.news-section .widget {
    padding: 60px 0;
}

.news-section .news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.news-top .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}

.news-item .news-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    max-height: 48px;
    min-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-title a {
    color:#333;
}

.news-item .news-thumb {
    margin-bottom: 25px;
}

    .news-item .news-thumb img {
        height: 240px;
        width: 100%;
        object-fit: cover;
    }

.news-content p {
    line-height: 24px;
    margin: 0;
}

.news-content .owl-carousel {
    padding:40px 0 0;
}

.news-section .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.news-section .owl-carousel .owl-nav button {
    width: 26px;
    height: 26px;
    background: #8d8d9f;
    border: 1px solid #9b9b9b;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}


/***********************Latest news end**************************/


/***********************photo gallery**************************/

.image-gallery-home {
    background: #fff;
    padding: 50px 0;
}

    .image-gallery-home .top-title {
        margin-bottom: 35px;
    }

    .image-gallery-home .title {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0;
    }

.img-gallery .entry-thumb {
    border: 5px solid hsl(0, 0%, 80%);
    border-radius: 5px;
    margin-bottom: 16px;
}

    .img-gallery .entry-thumb img {
        height: 165px;
        width: 100%;
        object-fit: cover;
    }

.img-gallery .read-more {
    text-align: center;
}

.gallery-right-video {
    padding: 65px 30px;
    background-color: #f5f5f5;
}

.image-gallery-home .gallery-right-video h2 {
    margin-bottom: 35px;
}

.gallery-right-video-content {
    position: relative;
}

    .gallery-right-video-content .entry-thumb-video-img {
        position: relative;
        text-align: center;
        overflow: hidden;
        margin-bottom: 30px;
    }

.entry-thumb-video-img .mdc-play {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    left: 0px;
    z-index: 2;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .entry-thumb-video-img .mdc-play span {
        height: 67px;
        width: 67px;
        display: inline-block;
        border-radius: 50%;
        border: 3px solid #ffffff;
        line-height: 76px;
    }

        .entry-thumb-video-img .mdc-play span:before {
            height: 0px;
            width: 0px;
            display: inline-block;
            line-height: 61px;
            position: relative;
            left: 2px;
            content: "";
            border-bottom: 12px solid transparent;
            border-top: 12px solid transparent;
            border-left: 18px solid #ffffff;
        }

.entry-thumb-video-img:hover {
    cursor: pointer;
}

.entry-thumb-video-img:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.27);
    z-index: 1;
}

.entry-thumb-video-img:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.entry-thumb-video-img:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.entry-thumb-video-img:hover .mdc-play span {
    border: 3px solid #1277a1;
    background-color: #1277a1;
}

.gallery-right-video-content .read-more > a {
    display: table-cell;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    color: #13364a;
    border: 4px solid #ccc;
    padding: 4px 15px;
}
.mobile-slider .owl-nav {
    text-align: center;
}

    .mobile-slider .owl-nav button {
        margin: 0 2px;
        background: #8d8d9f !important;
        color: #fff;
        width: 26px;
        height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #9b9b9b;
    }

        .mobile-slider .owl-nav button i {
            font-size: 22px;
            color: #fff;
        }
        

/***********************photo gallery end**************************/


/*************************Testimonial******************************/

.testimonial {
    background-attachment: fixed;
    background-image: url("../images/bg-testi.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 50px 0;
}

    .testimonial::before {
        background-color: rgba(19, 54, 74, 0.5);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
    }

    .testimonial h2 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 35px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    .testimonial .owl-nav {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 100%;
        left: 0;
    }

    .testimonial .owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(0,0,0,0.5);
    }

        .testimonial .owl-carousel .owl-nav button:hover {
            background: #3a3a3a;
        }

    .testimonial .owl-nav button.owl-prev {
        left: -10px;
        position: absolute;
    }

    .testimonial .owl-nav button.owl-next {
        right: -10px;
        position: absolute;
    }

    .testimonial .owl-dots {
        text-align: center;
        margin: 30px 0 0;
    }

        .testimonial .owl-dots button span {
            width: 10px;
            height: 10px;
            border: 1px solid #fff;
            display: inline-block;
            border-radius: 50%;
            margin: 2px;
            background: transparent;
        }

        .testimonial .owl-dots button.active span {
            background: #fff;
        }

/*************************Testimonial end******************************/




/****************************Newsletter css***********************************/

.f-newsletter {
    background-image: url("../images/background/3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.mdc-newsleter-home1 {
    background-color: rgba(18, 119, 161, 0.5);
    padding: 50px 50px 35px 50px;
}

    .mdc-newsleter-home1 i {
        color: #ffffff;
        font-size: 60px;
        float: left;
        margin-right: 25px;
        line-height: 50px;
    }

    .mdc-newsleter-home1 span {
        color: #ffffff;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
    }

label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 16px;
}

.newsletter label {
    color: #fff;
}

.mdc-newsleter-home1 input {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #f3f3f3 !important;
    background: none !important;
    line-height: 28px;
    padding: 7px 9px;
    margin-right: 3px;
    height: 44px;
}

#subscribe input {
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #f3f3f3;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin-right: 3px;
    padding: 7px 9px;
    text-transform: uppercase;
    width: 192px;
}

.mdc-widget-only-text p {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    padding-top: 35px;
    margin: 0;
}

.mdc-widget-only-text form {
    display: none;
}

    .mdc-widget-only-text form input {
        border: 1px solid #e5e5e5;
        color: #666666 !important;
        font-size: 15px;
        background: none !important;
        line-height: 28px;
        padding: 7px 9px;
        width: 100%;
        margin-bottom: 15px;
        height: 44px;
        border-radius: 0;
    }

    .mdc-widget-only-text form button {
        background-color: #00adef;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        border-radius: 0px;
        line-height: 22px;
        padding: 10px 42px;
        width: 100%;
    }


/****************************Newsletter css end***********************************/



/***************************footer css********************************/

.footer-bottom {
    background: #fff;
    padding: 20px 0 30px;
    border-top: 1px solid #e5e5e5;
}

.f-menu-bottom {
    margin: 0px;
    padding: 0px;
}

    .f-menu-bottom li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        margin-right: 35px;
        margin-left:0;
    }

        .f-menu-bottom li:before {
            content: "";
            position: absolute;
            height: 11px;
            width: 2px;
            display: inline-block;
            background-color: #e5e5e5;
            right: -20px;
            top: 6px;
        }

    .f-menu-bottom a {
        line-height: 24px;
        color: #0a86af;
    }

        .f-menu-bottom a:hover {
            color: #333333;
        }

    .f-menu-bottom li:last-child {
        margin-right: 0px;
    }

        .f-menu-bottom li:last-child:before {
            height: 0px;
            width: 0px;
        }

.footer-bottom .mdc-social {
    margin: 0 0 0 21px;
    padding: 0px;
    text-align: right;
    display: block;
}

    .footer-bottom .mdc-social li {
        list-style-type: none;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0px;
    }

    .footer-bottom .mdc-social a {
        height: 43px;
        width: 43px;
        border: 0px;
        background-color: #13364a;
        line-height: 43px;
        opacity: 1;
    }

    .footer-bottom .mdc-social li:last-child {
        margin-right: 0px;
    }

    .footer-bottom .mdc-social a:hover {
        background: #03727b;
    }

.footer-copyright {
    background: #13364a;
}

    .footer-copyright p {
        font-size: 15px;
        line-height: 28px;
        color: #ffffff;
        padding: 5px 0px;
        margin: 0;
    }
    .footer-copyright .row > div:last-child p {
        text-align: right;
    }

/***************************footer css end********************************/


/********************************login css*****************************************/

.register-login {
    margin: 50px auto;
}

.register-login-content {
    max-width: 470px;
    margin: 0 auto;
}

.register-login ul {
    margin: 0;
    border: none;
    display: flex;
    justify-content: space-between;
    grid-gap: 2px;
    flex-wrap: inherit
}

    .register-login ul li {
        list-style: none;
        margin: 0;
        width: 100%;
    }

        .register-login ul li .nav-link {
            padding: 10px 15px;
            color: #333;
            border-radius: 4px;
            border: 1px solid;
            background: #fff;
            font-weight: 300;
            display: block;
            margin: 0;
            width: 100%;
        }

            .register-login ul li .nav-link:hover {
                color: #0a86af;
                border-color: #0a86af;
            }

            .register-login ul li .nav-link.active {
                font-weight: 600;
                color: #222;
                border-color: #000;
            }

.register-login .tabs-text {
    margin: 30px 0 0;
}

.login-box {
    margin: 20px 0 0;
}

    .login-box h6 {
        background: #016776;
        border: medium none;
        color: #fff;
        display: block;
        font-family: hind;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: inherit;
        margin-bottom: 0;
        padding: 11px 12px;
        text-transform: uppercase;
        width: 100%;
    }

    .login-box .well {
        min-height: 20px;
        padding: 9px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }

.form-submit {
    background: #016776;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 8px 19px;
    min-width: 120px;
}

.login-box .btn-default {
    font-weight: bold;
    width: 99px;
    background: rgb(230, 230, 230);
    letter-spacing: 1px;
    font-family: hind;
    text-transform: uppercase;
    height: 38px;
    border-radius: 0 0.25rem 0.25rem 0;
}



/*************************************login css end********************************/

.photo-gallery, .video-gallery {
    background: #fff;
    padding: 10px 0 30px;
}
.full-section .breadcrumbs-hold {
    margin-top: 10px;
}
.full-section .breadcrumbs-hold .breadcrumb {
    padding: 0;
}

    .photo-gallery .entry-thumb {
        margin-bottom: 20px;
    }

        .photo-gallery .entry-thumb img {
            height: 170px;
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
            object-position: top;
        }
.row.img-gallery.zoom-gallery {
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
    margin-bottom: 20px;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.main-content-inner {
    padding: 10px 0 30px;
    background: #fff;
    min-height: 300px;
}


.image {
    margin-bottom: 20px;
    border-radius: 5px;
}

    .image img {
        max-width: 100%;
        height: 270px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

.content {
    padding: 0 20px;
}

    .content h1 {
        margin-bottom: 20px;
        line-height: 1.15;
    }



/********************************************Latest News************************************/

.news-block {
    display: block;
    margin-bottom: 20px;
}

    .news-block img {
        border-radius: 10px;
        height: 140px;
        width: 100%;
        object-fit: cover;
    }

    .news-block h3 {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 10px 0 0;
        font-size: 18px;
        font-weight: 500;
    }

.news-details-img img {
    margin-bottom: 10px;
}
.main-content-inner .news-content-details h3 {
    margin-top: 0;
}


/******************************************Latest News end************************************/



/********************************************Contact************************************/

.page-title {
    border-bottom: 1px solid #c9c9c9;
    color: #016776;
    padding-bottom: 9px;
    position: relative;
}

h1.page-title {
    margin-bottom: 25px;
    text-transform: capitalize;
}

.page-title::before {
    background: #016776;
    bottom: -2px;
    content: "";
    height: 3px;
    position: absolute;
    width: 77px;
}

.contact-page {
    padding: 20px
}

.contact-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
}


/******************************************Contact end************************************/



/***** Custom css *****/

.breadcrumbs-hold .breadcrumb {
    background: none;
    margin: 0 0 20px;
    padding: 0 20px;
}

    .breadcrumbs-hold .breadcrumb li {
        display: inline;
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

        .breadcrumbs-hold .breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }
		.breadcrumbs-hold .breadcrumb li a[href="javascript:void(0);"] {
    color: #333;
    cursor: text;
}

.scrollTop {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom:50px;
    background-color: #016776;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.main-content-inner h2, .main-content-inner h3, .main-content-inner h4, .main-content-inner h5, .main-content-inner h6 {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.ul-list {
    background: #f2f2f2;
    padding: 20px 25px;
    min-height: 440px;
    border-top: 4px solid #016776;
}

    .ul-list li {
        position: relative;
        list-style-type: none;
        padding-left: 19px;
        line-height: 30px;
        font-size: 16px;
        font-weight: 400;
    }

.list li {
    position: relative;
    padding-left: 6px;
    line-height: 28px;
    font-size: 18px;
}

.ul-list li::Before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #016776;
}

.ul-list li a {
    color: #016776;
    text-decoration: underline !IMPORTANT;
}

.our-work img {
    border-radius: 7px;
    margin-bottom: 12px;
}

.read-more {
    margin: auto;
    display: block;
    max-width: 200px;
}

    .read-more > a {
        display: table-cell;
        font-weight: 500;
        text-align: center;
        font-size: 18px;
        vertical-align: middle;
        color: #13364a;
        border: 4px solid #ccc;
        padding: 4px 15px;
    }


.image.text-center h2 {
    padding-bottom: 0px;
    margin-bottom: 2px;
    font-size: 20px;
}

.image.text-center h2, .image.text-center h3 {
    padding: 10px 10px;
}

.image.text-center h3 {
    font-size: 16px;
    margin: 0;
}

.image h4 {
    text-align: center;
}

h3.subTitle {
    padding-bottom: 15px;
    font-family: 'Hind';
    font-weight: 600;
    font-size: 24px !important;
}

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

.breakWord {
    overflow-wrap: break-word;
    word-break: break-word;
}

.full-section {
    background: #fff;
}
.top-link-btn h4 {
    margin-top: 0;
}
.top-link-btn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
    .top-link-btn a {
        color: #333;
        padding: 4px 10px;
        text-decoration: none !important;
        border-radius: 4px;
        margin-right: 10px;
        margin-bottom: 7px;
        font-weight: 500;
        border: 1px solid #016776;
    }

    .top-link-btn a:hover {
        text-decoration: underline !important;
    }
.row.noMargin {
    margin-left: 0;
    margin-right: 0;
}
.leadership-workshop {
    margin-top: 20px;
}
    .leadership-workshop .image img {
        object-fit: cover;
    }
.member-sec h2 {
    margin-bottom: 20px;
}
.member-sec .image {
    background: #f7f7f7;
    padding: 15px;
    text-align: center;
}
    .member-sec .image h4 {
        margin-bottom: 0;
    }
    .member-sec .image span {
        display: block;
        font-weight: 500;
        min-height:24px;
    }
    .member-sec .image img {
        max-width: 100%;
        max-height: 250px;
        height: auto;
    }

/***** Custom css end *****/

/******Blog start******/
.articles-section {
    background: #eff2f7;
    padding: 60px 0;
}

    .articles-section h1 {
        text-align: center;
        margin: 0 0 10px;
    }

.article-block {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    color: #000;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    margin-top: 30px;
}

    .article-block > img {
        height: 185px;
        object-fit: cover;
        width:100%;
    }

.article-desc {
    padding: 20px;
}

    .article-desc h4 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        min-height: 52px;
    }

    .article-desc p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        min-height: 65px;
        line-height: 1.3;
    }

    .article-desc .date {
        font-size: 16px;
        font-weight: 500;
        position: relative;
        display:flex;
        grid-gap:10px;
        align-items:center;
    }
    .article-desc .date i {
       position: relative;
       top: -2px;
    }

.article-block:hover {
    color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    .article-block:hover .article-desc h4 {
        color: #0c2576;
    }

.white-bg {
    background: #fff;
}
.white-bg .main-content-inner {
    padding: 60px 0;
}

        .articles-details h1 {
            margin-bottom: 20px;
            line-height: 1.3;
            font-size: 28px;
            font-weight: 600;
        }
            .articles-details .view-all-article {
                display: flex;
                align-items: center;
                grid-gap: 10px;
                color: #016776;
                font-weight: 600;
                padding-left:3px;
            }
                .articles-details .view-all-article i {
                    position: relative;
                    top: -2px;
                    font-size: 22px;
                }

            .articles-details div .date {
                font-size: 15px;
                margin: 10px 7px;
                display: block;
            }

            .articles-details .article-block {
                box-shadow: none;
                border-radius: 0;
            }

                .articles-details .article-block .article-desc {
                    padding: 20px 0 0;
                }

                    .articles-details .article-block .article-desc h5 {
                        margin: 0 0 10px;
                        font-size: 20px;
                        font-weight: 600;
                        line-height: 1.3;
                    }

                    .articles-details .article-block .article-desc p {
                        margin: 0 0 20px;
                        text-overflow: inherit;
                        min-height: inherit;
                        font-weight: 400;
                    }

                .articles-details .article-block > img {
                    height: auto;
                    margin-bottom: 10px;
                    border-radius: 10px;
                    width:100%;
                }
                .articles-details .article-block:hover {
                    color: #000;
                    box-shadow:none;
                }


        .article-right-box {
            margin-top:30px;
        }
        .article-right-box h3 {
            text-align: center;
            margin-bottom: 15px;
            font-size: 24px;
        }
        .articles-section {
            background: #eff2f7;
            padding: 20px;
            border-radius: 5px;
        }
        .article-right-box .articles-section h4 {
            margin-bottom: 20px;
        }
         


/******Blog end******/


/******************************************Responsive Css************************************/

@media (min-width:576px) {
    .mobile-slider {
        display: none !important;
    }
    .row.img-gallery.zoom-gallery {
        display: flex;
    }
}

@media screen and (max-width: 1160px) {
    .container {
        max-width: 1000px;
    }

    .header-top .mdc-logo img {
        max-width: 220px;
    }

    .mdc-header .mdc-main-menu > ul > li > a {
        padding: 4px 8px;
    }


    .entry-item .entry-title {
        font-size: 18px;
        font-weight: 300;
    }

    .entry-item {
        padding: 47px 30px 40px 30px;
    }

        .entry-item p {
            font-size: 14px;
            line-height: 19px;
        }

        
}

@media screen and (max-width: 991px) {
    .find-physician {
       display: none;
    }
    .container {
        max-width: 780px;
    }
    header.fixed, .mm-opened header {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }

    #mobilemenu.mm-menu.mm-current {
        display: block;
    }

    #mobile-bar {
        display: block;
    }

    .mdc-main-menu {
        display: none;
    }

    .more-submenu {
        right: 0;
    }

    .header-top .mdc-logo img {
        max-width: 170px;
        margin-left: 30px;
        margin-top: 7px;
    }

    .mdc-header .mdc-btn-pade-01, .mdc-header .mdc-social {
        display: none;
    }

    .mdc-widget-service .entry-content {
        text-align: center;
    }

    .entry-item .thumb-icon {
        text-align: left;
        float: left;
    }

    .entry-item {
        text-align: left;
        padding: 40px;
        min-height: 200px;
    }

        .entry-item .thumb-icon {
            margin-bottom: 0px;
            margin-right: 30px;
        }

           

        .entry-item .entry-title {
            font-size: 22px;
        }

        .entry-item p {
            font-size: 15px;
        }

    .mdc-widget-service .col-lg-4:first-child .entry-item {
        border-top-width: 6px;
    }

    .gallery-right-video {
        margin-top: 60px;
        padding: 60px 30px;
    }

    .gallery-right-video-content .video-item {
        display: flex;
        grid-gap: 20px;
    }

    .gallery-right-video-content .entry-thumb-video-img {
        margin-bottom: 0;
    }

    .gallery-right-video-content .video-item > div {
        width: 50%;
    }

    .mdc-newsleter-home1 {
        padding: 38px 50px 25px 50px;
    }

        .mdc-newsleter-home1 .col-lg-3 {
            display: none;
        }

    #subscribe {
        text-align: center;
    }

    .f-newsletter {
        padding-bottom: 35px;
    }
    .videos .row:last-child {
        white-space: nowrap;
        flex-wrap: inherit;
        overflow: auto;
        padding-bottom: 10px;
    }
    .videos [class*="col-"] {
        padding: 0 7px;
        min-width: 300px;
    }
    .main-content-inner .news-content-details h3 {
        margin-top: 15px;
    }
}



@media screen and (max-width: 767px) {
    body {
        line-height:1.2;
    }
    .breadcrumbs-hold .breadcrumb {
       padding: 0;
    }
    .container {
        max-width: 620px;
    }
    .main-content-inner {
        padding: 10px 0 20px;
    }
    .breadcrumbs-hold .breadcrumb {
        margin: 0 0 10px;
   }

    .slider-pro-1 p.sp-layer, .slider-pro-3 p.sp-layer {
        font-size: 13px;
    }

        .slider-pro-1 p.sp-layer.sp-txt-5, .slider-pro-3 p.sp-layer.sp-txt-5 {
            font-size: 37px;
        }

        .slider-pro-1 p.sp-layer.sp-txt-2, .slider-pro-3 p.sp-layer.sp-txt-2 {
            font-size: 37px;
        }

    .news-section {
        overflow: hidden;
    }

    .mdc-newsleter-home1 .col-lg-3 {
        display: block;
    }

    .mdc-newsleter-home1 .col-lg-9 {
        display: none;
    }

    .f-newsletter {
        padding-bottom: 55px;
        background-image: inherit !important;
        background-color: #f7f7f7;
    }

    .mdc-newsleter-home1 {
        background-image: url(/media/w0zjsiob/3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-color: inherit;
    }

        .mdc-newsleter-home1 i {
            display: block;
            text-align: center;
            float: none;
            font-size: 60px;
            line-height: 55px;
            margin: 0px;
            margin-bottom: 15px;
        }

        .mdc-newsleter-home1 span {
            display: block;
            font-size: 22px;
            line-height: 28px;
            text-align: center;
        }

    .mdc-widget-only-text form {
        display: block;
        margin: 50px 0 0;
    }

    .mdc-widget-only-text p {
        line-height: 28px;
        color: #333;
        padding-top: 30px;
        letter-spacing: 2px;
    }
    .footer-bottom {
        padding: 20px 0 20px;
    }
    .f-menu-bottom {
        text-align: center;
    }
    .f-menu-bottom li {
        margin-right: 15px;
        text-align: center;
    }
        .f-menu-bottom li:before {
            right: -10px;
        }

    .footer-bottom .mdc-social {
        margin: 10px 0 0;
        text-align: center;
        display: block;
    }

    .content h1 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }
    h1, .h1 {
        font-size: 24px;
        line-height: 1.15;
    }
    h3, .h3 {
        font-size: 20px;
        line-height: 1.15;
    }
    ul li, p {
        font-size: 16px;
        line-height: 24px;
    }
    .main-content-inner h2, .main-content-inner h3, .main-content-inner h4, .main-content-inner h5, .main-content-inner h6 {
        margin-top: 10px;
    }
    .image-gallery-home {
        padding: 30px 0;
    }
    .image-gallery-home .top-title {
        margin-bottom: 20px;
    }
    .img-gallery .entry-thumb {
        margin-bottom: 10px;
    }
    .gallery-right-video {
        margin-top: 30px;
        padding: 20px 20px;
    }
    .news-section .widget, .mdc-area.videos, .testimonial {
        padding: 30px 0;
    }
        .testimonial h2 {
            margin-bottom: 30px;
        }
    .news-item .news-thumb img {
        height: auto;
    }
    .footer-copyright p {
       text-align: center;
    }
    .footer-copyright .row > div:last-child p {
        text-align: center;
        padding:0;
    }
    .content {
        padding: 0;
    }
    .leadership-workshop {
        overflow: hidden;
    }
    .leadership-workshop .row {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
    }
        .leadership-workshop .row .col-md-4 {
            min-width: 300px;
        }
    .member-sec:last-child {
        margin-top: 20px;
    }
    .member-sec .row {
        display: none;
    }
    .member-sec .mobile-slider {
        display:block !important;
    }
    .top-link-btn {
        max-height: 140px;
        overflow: auto;
    }
        .top-link-btn a {
            font-size: 13px;
        }
}

@media screen and (max-width: 639px) {

    .slider-pro-1 p.sp-layer, .slider-pro-3 p.sp-layer {
        font-size: 10px;
    }

        .slider-pro-1 p.sp-layer.sp-txt-2, .slider-pro-3 p.sp-layer.sp-txt-2 {
            font-size: 39px;
            line-height: 15px;
        }



    .entry-item {
        text-align: center;
        padding:30px;
    }

        .entry-item .thumb-icon {
            float: none;
            margin-right: 0px;
            margin-bottom: 15px;
            text-align: center;
        }
          

    .entry-item {
        border-top-width: 6px;
    }

    .gallery-right-video-content .video-item {
        display: block;
    }

    .gallery-right-video-content .entry-thumb-video-img {
        margin-bottom: 25px;
    }

    .gallery-right-video-content .video-item > div {
        width: 100%;
    }

    .image-gallery-home .title, .news-top .title, .video-top h2 {
        font-size: 20px;
    }

    .image-gallery-home .gallery-right-video h2 {
        margin-bottom: 20px;
    }

    .news-section .widget, .mdc-area.video {
        padding: 45px 0;
    }
    section.mdc-area.mdc-widget-service {
        padding: 30px 0;
    }
}

@media (max-width:576px) {
    .img-gallery .entry-thumb img {
        height: 200px;
    }
    .entry-item {
       min-height: 180px;
    }
}

@media screen and (max-width: 500px) {
    .slider-pro-1 p.sp-layer.sp-txt-2, .slider-pro-3 p.sp-layer.sp-txt-2 {
        font-size: 29px;
    }
}

@media screen and (max-width: 479px) {
    .slider-pro-1 p.sp-layer, .slider-pro-3 p.sp-layer {
        font-size: 7px;
    }

    .entry-item {
        text-align: center;
        padding:15px;
    }
}

@media screen and (max-width: 360px) {
    .slider-pro-1 p.sp-layer.sp-txt-2, .slider-pro-3 p.sp-layer.sp-txt-2 {
        font-size: 22px;
        transform: scale(0.43543) !important;
    }
}


/******************************************Responsive Css end************************************/
