@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400');
@import url('font-awesome.css');

@font-face {
    font-family: SIMPLIFICA;
    src: url(../fonts/SIMPLIFICA Typeface.ttf);
}



body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

p, ul li a {
    font-family: 'Roboto', sans-serif;
}

a:focus {
    text-decoration: none;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
}

h2, h3, h4 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
}

.row {
    margin: 0;
}
/* Start browser scroll bar edit */
body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-button {
    background: #000;
    width: 2px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #ccc;
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #008788;
    height: 0px;
}

p {
    font-size: 14px;
    line-height: 25px;
}
/* hover button */
button {
    border: 1px solid #008788;
    background: transparent;
    padding: 6px 18px 4px;
    outline: none;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

    button:before {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0%;
        background: #008788;
        border: 1px solid #008788;
        content: " ";
        -webkit-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
        -o-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
        transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
        z-index: 0;
    }

    button:hover:before {
        top: 0;
    }

    button p {
        position: relative;
        margin-bottom: 0;
    }

a button p {
    color: #008788;
    text-decoration: none;
}

a button:hover p {
    color: #fff !important;
    text-decoration: none;
}

button p a {
    color: #8c8980;
    text-decoration: none;
}

button:hover p a {
    color: #fff !important;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

.jarallax {
    position: relative;
}


/*coding*/
header.main-header {
    z-index: 9;
    width: 100%;
}

.no-p {
    padding-left: 0;
}

.no-pa {
    padding: 0;
}

.logo-part {
    width: 100%;
    /*transform: translateX(-284px);*/
    animation: logopart 1s;
    animation-fill-mode: forwards;
    transition: 10ms ease-in-out;
}
/*
@keyframes logopart {
    0%{
        transform: translateX(-284px);
    }
    100%{
        transform: translateX(0px);
    }
}*/
.menu-part ul li {
    display: inline;
    padding: 15px 25px;
    background: linear-gradient(45deg, #014e4f, #018182);
    border-radius: 10px;
    transition: all 0.2s linear;
}

.menu-part ul {
    margin: 33px 0;
}

    .menu-part ul li:hover {
        background: rgb(0 135 136);
        border-radius: 10px;
    }

        .menu-part ul li:hover a {
            color: #fff;
        }

    .menu-part ul li a {
        color: #fff;
        text-transform: uppercase;
    }

.menu-part {
    float: right;
    transform: translateX(560px);
    animation: menupart 1s;
    animation-fill-mode: forwards;
    transition: 10ms ease-in-out;
    animation-delay: .3s;
}

@keyframes menupart {
    0% {
        transform: translateX(560px);
        animation-delay: 2s;
    }

    100% {
        transform: translateX(0px);
        animation-delay: 2s;
    }
}
/*.menu-part ul li:nth-child(1) {
    display: block;
}*/
/*
.menu-part ul li:nth-child(2) {
    background: #008788;
    border-radius: 10px;
    box-shadow: 6px 0 6px 2px #ccc;
}
.menu-part ul li:nth-child(2):hover {
    background: rgba(0,135,136, 0.4);
    border-radius: 10px;
    box-shadow: 6px 0 6px 1px #ccc;
}
.menu-part ul li:nth-child(2) a {
    color: #fff;
}
.menu-part ul li:nth-child(2):hover a {
    color: #Fff;
}*/
.video2 {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}

.video-part video {
    width: 100%;
}

.social-link {
    z-index: 99;
    position: fixed;
    right: 0px;
    top: 38%;
    width: 7%;
    transform: translateX(77px);
    animation: socialpart 1s;
    animation-fill-mode: forwards;
    transition: 10ms ease-in-out;
    animation-delay: .5s;
}

@keyframes socialpart {
    0% {
        transform: translateX(560px);
        animation-delay: 2s;
    }

    100% {
        transform: translateX(0px);
        animation-delay: 2s;
    }
}

.social-link ul li {
    list-style: none;
    width: 50px;
}

    .social-link ul li:hover img {
        transform: translateX(-10px);
    }

.navbar-part .custom-menu-primary ul li {
    list-style: none;
    display: inline-block;
}

section.nav-part {
    background-image: linear-gradient(#026a6b, #008788);
    height: 50px;
    box-shadow: inset 0px 12px 23px #013f40;
}

.navbar-part .custom-menu-primary ul {
    margin: 0 0;
}

    .navbar-part .custom-menu-primary ul li {
        padding: 15px 0px;
        position: relative;
        margin: 0 12px;
    }

        .navbar-part .custom-menu-primary ul li a {
            color: #fff;
            font-size: 15px;
        }

.navbar-part .custom-menu-primary li:before {
    content: "";
    position: absolute;
    bottom: 0%;
    right: 50%;
    width: 0%;
    left: 50%;
    height: 2px;
    background: #fff;
    transition: 700ms ease-in-out;
}

.navbar-line li:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}

section.about-section {
    padding: 65px 0 30px;
}

section.fac-lo {
    background: url(../img/fac-lo-bgs.jpg);
}

section.volunteers-section {
    padding-top: 20px;
}

.sec-title h3 {
    font-size: 38px;
    color: #883232;
}

    .sec-title h3 span {
        color: #883232;
    }

.button-div {
    margin-top: 35px;
    /*margin-top:168px;*/
}

.image-box {
    width: 72%;
    margin: 0 auto;
}

section.volunteers-section .sec-title p {
    font-size: 20px;
    margin-bottom: 30px;
}

.image-holder h3 {
    font-weight: bold;
    color: #883232;
}

.facilities-div {
    width: 58%;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 103px 15px 40px 15px;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    opacity: 0;
}

    .facilities-div p {
        text-align: justify;
        color: #fff;
    }

.image-holder .image-box {
    position: relative;
}

    .image-holder .image-box:before {
        content: "";
        position: absolute;
        bottom: 50%;
        right: 50%;
        width: 0%;
        left: 50%;
        height: 0%;
        top: 50%;
        background: #018081;
        transition: 700ms ease-in-out;
    }

.image-holder:hover .image-box:before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.7;
}

.image-holder:hover .facilities-div {
    opacity: 1;
    transition: 700ms ease-in-out;
    transition-delay: .5s;
}

.facilities-div button:before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0%;
    background: #fff;
    border: 1px solid #fff;
    content: " ";
    -webkit-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
    -o-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
    transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
    z-index: 0;
}

.facilities-div button {
    border: 1px solid #fff;
    background: transparent;
    padding: 6px 18px 4px;
    outline: none;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.facilities-div a button:hover p {
    color: #018081 !important;
    text-decoration: none;
}

.facilities-div button:hover:before {
    top: 0;
}

.image-holder:hover h3 {
    transform: translateY(-310px);
    color: #fff;
    transition: 700ms ease-in-out;
}
/*.logo-part:hover img{
    transform: rotate(360deg);
    transition: 700ms;
}*/
section.border-r1 {
    transform: rotateY(180deg);
}

.welcome-section {
    position: relative;
    padding: 125px 0px;
}

    .welcome-section:before {
        content: "";
        position: absolute;
        border-left: 1358px solid transparent;
        border-top: 98px solid #fff;
        width: 100%;
        top: 0px;
        right: 0;
        left: 0;
    }

    .welcome-section:after {
        content: "";
        position: absolute;
        border-right: 1358px solid transparent;
        border-bottom: 98px solid #fff;
        width: 100%;
        bottom: 0px;
        right: 0;
        left: 0;
    }

.jarallax {
    background: url(../img/neeti_bgs.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
}


.sec-title > p {
    color: #000;
}

.footer-info h6 {
    font-size: 14px;
}






.images-holder2 button:before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0%;
    background: #fff;
    border: 1px solid #fff;
    content: " ";
    -webkit-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
    -o-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
    transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
    z-index: 0;
}

.images-holder2 button:hover:before {
    top: 0;
}

.images-holder2 button {
    border: 1px solid #fff;
    background: transparent;
    padding: 6px 18px 4px;
    outline: none;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.images-holder2 a button:hover p {
    color: #018081 !important;
    text-decoration: none;
}

.images-holder2 a button p {
    color: #fff !important;
    text-decoration: none;
}

.marb50 {
    margin-bottom: 50px;
}

#video1 {
    min-width: 100%;
    min-height: 100%;
}

.about-sec {
    background: url(../img/banner3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 485px;
}

.pad-bot {
    padding-bottom: 80px !important;
}

.manage-tab table {
    border: 1px solid #ccc;
    box-shadow: 0 0 15px 0 #ccc;
}

    .manage-tab table tr th {
        border: 1px solid #ccc;
        padding: 10px 5px;
        text-align: center;
        background: #018081;
        color: #fff;
    }

    .manage-tab table tr td {
        border: 1px solid #ccc;
        padding: 10px 5px;
    }

    .manage-tab table tr:hover {
        background: #e4e4e4;
        box-shadow: 0px 7px 10px -6px #2f2f2f;
    }

.manage-tab {
    margin: 50px 0;
}

.footer-info {
    display: inline-flex;
    margin: 0px 0 10px 0;
}

    .footer-info h6 {
        margin: 0;
    }

    .footer-info i {
        margin-right: 5px;
        color: #fff;
    }



/*facility*/
.faci-div {
    position: relative;
    cursor: pointer;
    /*  margin-bottom: 30px;*/
}

.facili-in-d {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    overflow: hidden;
}

    .facili-in-d img {
        margin: 20px auto 0;
        transition: 400ms ease-in-out;
    }

    .facili-in-d h3 {
        color: #fff;
        margin: 0;
        transition: 400ms ease-in-out;
    }

.faci-div:hover .facili-in-d {
    background: none;
    overflow: hidden;
}

    .faci-div:hover .facili-in-d img {
        transform: translateY(-126px);
    }

    .faci-div:hover .facili-in-d h3 {
        transform: translateY(25px);
    }

.fac-mar {
    margin: 40px 0 30px 0;
}

.twenty-per .col-md-2 {
    width: 20%;
}




/*contact*/
.cont-form {
    position: relative;
    z-index: 9;
    width: 80%;
    /*  margin-top: -21px;*/
    padding: 20px 0;
}

    .cont-form:before {
        transform: skewX(-30deg);
        content: "";
        position: absolute;
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        left: -137px;
        z-index: -9;
        width: 100%;
    }

.input-d {
    position: relative;
}

    .input-d .ab {
        position: relative;
    }

        .input-d .ab:before {
            content: "";
            position: absolute;
            background: #fff;
            border: solid #d9d9d9;
            border-width: 1px 0px 1px 1px;
            top: 0;
            bottom: 0;
            left: 46px;
            height: 40px;
            width: 80%;
            transform: skewX(-30deg);
        }

    .input-d input {
        float: right;
        margin-bottom: 30px;
        position: relative;
        border-width: 1px 1px 1px 0;
    }

    .input-d .nm {
        padding: 10px 10px;
        width: 350px;
        height: 40px;
        box-sizing: border-box;
        background: #fff;
        border: solid #d9d9d9;
        border-width: 1px 1px 1px 0;
        line-height: 38px;
        font-size: 14px;
        outline: none;
    }

    .input-d .bc {
        position: relative;
    }

        .input-d .bc:before {
            content: "";
            position: absolute;
            background: #fff;
            border: solid #d9d9d9;
            border-width: 1px 0px 1px 1px;
            top: 0;
            bottom: 0;
            left: 6px;
            height: 40px;
            width: 80%;
            transform: skewX(-30deg);
        }

    .input-d .eml {
        padding: 10px 10px;
        width: 400px;
        height: 40px;
        box-sizing: border-box;
        background: #fff;
        border: solid #d9d9d9;
        border-width: 1px 1px 1px 0;
        line-height: 38px;
        font-size: 14px;
        outline: none;
    }

    .input-d .cd {
        position: relative;
    }

        .input-d .cd:before {
            content: "";
            position: absolute;
            background: #fff;
            border: solid #d9d9d9;
            border-width: 1px 0px 1px 1px;
            top: 0;
            bottom: 0;
            left: -55px;
            width: 80%;
            height: 120px;
            transform: skewX(-30deg);
            z-index: -9;
        }

    .input-d .txtarea {
        padding: 10px 10px;
        width: 453px;
        box-sizing: border-box;
        background: #fff;
        height: 120px;
        border: solid #d9d9d9;
        border-width: 1px 1px 1px 0;
        outline: none;
    }

.cont-div {
    background: #ffffff;
    padding: 15px 30px;
}

.cont-form-bg {
    background: url(../img/contact-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

section.cont-lo-div {
    margin-bottom: -6px;
}

.input-d:hover input, .input-d:hover textarea {
    border: solid #016f70;
    border-width: 1px 1px 1px 0;
}

.input-d:hover .ab:before, .input-d:hover .bc:before, .input-d:hover .cd:before {
    border: solid #016f70;
    border-width: 1px 0px 1px 1px;
}

.backgr {
    background: #f2f2f2;
}

.video2 video#videoPlayer {
    width: 100%;
}

.faci-pop .modal-header {
    padding: 0;
}

.modalData {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999 !Important;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.faci-pop .modal-dialog {
    /*width: 500px;*/
}

.faci-pop .close {
    font-size: 25px;
    color: #000;
    opacity: 1;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99;
}

.faci-pop button:before {
    background: none;
    outline: none;
    border: none;
}

h4.pop-head {
    background: #420000;
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    margin: 0;
    margin: -16px 0 0 20px;
    position: relative;
}

.modal-header p {
    padding: 0 20px;
    text-align: justify;
    margin-top: 13px;
    overflow-y: scroll;
}

.faci-pop .modal-header a {
    margin: 0 15px;
    color: #000;
    font-weight: bold;
}

span.con-up {
    font-size: 22px;
}

.cont-div p span i {
    font-size: 20px;
    margin-right: 10px;
}

.faci-pop .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #191919;
}

.faci-pop .carousel-indicators li {
    border: 1px solid #000;
}

























.image-contents {
    width: 70%;
    margin: 0 auto;
    text-align: justify;
}

    .image-contents h4:nth-child(1) {
        background: #008788;
        color: #fff;
        width: 16%;
        padding: 10px 17px;
        position: absolute;
        top: 0;
        right: 34px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .image-contents h4:nth-child(2) {
        color: #008788;
        font-size: 21px;
    }

.images-holder2 .button-div {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    opacity: 0;
    transition: 700ms ease-in-out;
}

.images-holder2:hover .button-div {
    opacity: 1;
    transition-delay: .6s;
}

section.recent-news .sec-title p {
    font-size: 20px;
    margin-bottom: 40px;
}

.recent-news {
    padding-bottom: 30px;
}

.recent-girl {
    position: absolute;
    right: 10%;
}

    .recent-girl img {
        opacity: 0.1;
    }

.footer-logo {
    width: 50%;
    margin: 0 auto 5px;
}

footer.footer-div {
    background-image: linear-gradient(#026a6b, #008788);
    padding-bottom: 10px;
    box-shadow: inset 0px 12px 23px #013f40;
}

.widget-content p, .links-widget h4, .links-widget ul li a, .contact-links p, .contact-links h4, .contact-links h6 {
    color: #fff;
}

.widgets-section {
    padding: 35px 0;
}

ul.links-list {
    padding: 0;
}

    ul.links-list li i {
        margin-right: 5px;
    }

    ul.links-list li {
        list-style: none;
        color: #fff;
        margin-left: 0px;
    }

.widgets-section h4 {
    margin-top: 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 14px;
}

.widgets-section .gallery-widget img {
    position: relative;
    width: 85%;
    border-radius: 5px;
}

.widgets-section .image-column {
    position: relative;
    padding: 5px;
}


#back-to-top {
    cursor: pointer;
    z-index: 99999;
    position: fixed;
    bottom: 30px;
    right: 41px;
    background-size: 40px 40px;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    border-radius: 5%;
}

a#back-to-top img {
    width: 53px;
    transform: rotate(45deg);
    background: #018081;
    border-radius: 25px;
    padding: 10px;
    border: 1px solid #000;
}

.img-div {
    transform: scale(1.02);
}

.images-box2:hover img {
    transform: scale(1.05);
    transition: 700ms ease-in-out;
}




.header-f-logo {
    display: none;
    width: 10%;
    float: left;
}

.mobile-div {
    width: 100%;
    overflow: hidden;
}



/*header*/

/*
.custom-menu-primary ul{

    list-style: none;

    margin: 0px 0;

} 

.custom-menu-primary ul li {

    display: inline-block;

    padding: 0 18px;

    position: relative;

}

.custom-menu-primary ul li a {

    color: #585754;

    font-size: 16px;

    text-transform: capitalize;

}

.custom-menu-primary ul li a:hover {

    color: #948c37;

}

.custom-menu-primary ul li.icon {

    padding: 0 7px !important;

    -webkit-transform: translateY(-3px);

        -ms-transform: translateY(-3px);

            transform: translateY(-3px);

}
*/
header .custom-menu-primary {
    display: none;
}
/*Google Translter*/
.translate_site {
    position: fixed;
    top: 6%;
    right: 1%;
    z-index: 1111;
}

.goog-te-banner-frame {
    display: none;
}

.translate_site select.goog-te-combo {
    border: 1px solid #ccc;
    padding: 5px 0;
    width: 200px;
}
/*End Google Trnaslater*/
.icon2 {
    display: none;
}

.icon {
    width: 4%;
}

img.icon1.mdm1 {
    width: 22px;
}

.custom-menu-primary ul li.icon_m2 {
    display: none;
}

.custom-menu-primary ul li.icon a img {
    -webkit-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
}

    .custom-menu-primary ul li.icon a img:hover {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
    }

/*.custom-menu-primary>ul>li.login_nav {

    padding-right: 10px;

}

.custom-menu-primary>ul>li.login_nav:after {

    content: "/";

    position: absolute;

    right: 0;

    top: -2px;

    font-size: 19px;

}*/

.custom-menu-primary > ul > li.login_nav {
    /*margin-right: 3%;*/
    padding-left: 0;
    padding-bottom: 1%;
}

.custom-menu-primary ul > li.icon_last {
    margin-right: 9%;
}

.custom-menu-primary ul > li.icon:last-child {
    margin-right: 9%;
}

body.header-fixed .header-container .header-f-logo {
    display: block;
    width: 14%;
}

body.header-fixed .header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(#026a6b, #008788);
    height: 70 px;
    box-shadow: inset 0px 12px 23px #013f40;
    z-index: 99999;
    padding: 10px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: moon 400ms linear;
    animation: moon 400ms linear;
}

body.header-fixed .logo img {
    width: 115px;
    margin: 0 auto;
    margin-right: 21%;
}

body.header-fixed .logo .img_logo {
    display: none;
}

body.header-fixed .logo .img_logo2 {
    display: block;
}

body.header-fixed span.social_link {
    margin-top: 4px;
}

body.header-fixed header .custom-menu-primary.clearfix {
    margin-top: 7px;
    margin-left: -40px;
    padding-left: 0;
}

body.header-fixed .custom-menu-primary.clearfix ul {
    margin: 0;
}

    body.header-fixed .custom-menu-primary.clearfix ul li {
        /*margin: 5px 25px;*/
    }

/*body.header-fixed header .custom-menu-primary>ul>li.login_nav:after {

    color: #fff;

}

body.header-fixed header .icon1{

    display: none;

}

body.header-fixed header .icon2{

    display: block;

    width: 22px;

}

body.header-fixed header .icon{

    display: blo;

}

body.header-fixed header .icon_m2{

    display: inline-block;

}*/

body.header-fixed header .custom-menu-primary ul li.icon {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@-webkit-keyframes moon {

    from {
        -webkit-transform: translateY(-61.5px);
        opacity: 0;
        transform: translateY(-61.5px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0px);
        opacity: 1;
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes moon {

    from {
        -webkit-transform: translateY(-61.5px);
        opacity: 0;
        transform: translateY(-61.5px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0px);
        opacity: 1;
        transform: translateY(0px);
        opacity: 1;
    }
}



.child_trigger {
    position: absolute;
}





/* End Menu trigger styling*/



/* start Back to top */






/*End Back to top */



@media screen and (min-width:768px) {

    .custom-menu-primary {
        display: block;
        text-align: center;
        margin-top: 0px;
    }

        .custom-menu-primary > ul > li {
            padding-bottom: 1%;
            margin-top: 0px;
        }

        .custom-menu-primary ul > li.has-child > ul {
            display: none;
            position: absolute;
            bottom: 100%;
            left: 0px;
            right: 0;
            top: 42px;
            bottom: 0;
            -webkit-transition: opacity 1s ease-in-out;
            -o-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
        }

        .custom-menu-primary ul > li.has-child:hover > ul {
            display: block;
            bottom: 0%;
        }

        .custom-menu-primary ul > li.has-child ul {
            position: absolute;
            left: -45%;
            right: 0;
            top: 29px;
            width: 200px;
            z-index: 11;
            -webkit-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

        .custom-menu-primary ul > li:nth-child(2).has-child ul {
            position: absolute;
            left: -144%;
            right: 0;
            top: 29px;
            width: 200px;
            z-index: 11;
            -webkit-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

            .custom-menu-primary ul > li:nth-child(2).has-child ul:after {
                content: "";
                position: absolute;
                top: -13px;
                left: 84%;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 13px solid #ffffff;
            }

        .custom-menu-primary ul > li.login_name.has-child ul {
            position: absolute;
            left: -38%;
            right: 0;
            top: 25px;
            width: 140px;
            z-index: 11;
            -webkit-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

            .custom-menu-primary ul > li.login_name.has-child ul:after {
                content: "";
                position: absolute;
                top: -14px;
                left: 95%;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 13px solid #eaeaea6e;
            }

        .custom-menu-primary ul > li.has-child ul:after {
            content: "";
            position: absolute;
            top: -13px;
            left: 55%;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 13px solid #fff;
        }

        .custom-menu-primary ul > li.has-child > ul li a {
            background: #fff;
            color: #000;
            display: block;
            text-align: center;
            font-weight: 400;
            font-size: 14px !important;
            letter-spacing: normal;
            padding: 10px 12px;
            -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        }

            .custom-menu-primary ul > li.has-child > ul li a:hover {
                background: #e7d944;
                color: #fff;
            }

    li.has-child ul.active {
        display: block !important;
        position: static !important;
        width: 100% !important;
        text-align: left !important;
        margin: 0px !important;
    }

    li.has-child ul li {
        margin: 0;
        width: 270px;
    }

    li:nth-child(3).has-child ul li {
        margin: 0;
        width: 100%;
    }

    li.login_nav.has-child ul li:nth-child(4) {
        margin: 0;
    }

    .custom-menu-primary ul > li.login_name.has-child ul li {
        margin: 0;
        width: 205px;
    }

    body.header-fixed header .custom-menu-primary.clearfix ul li ul li a {
        color: #000;
    }

    body.header-fixed header .custom-menu-primary ul > li.has-child ul {
        top: 32px;
    }

    li.user_name.has-child ul {
        left: -16px !important;
        width: 100% !important;
    }

        li.user_name.has-child ul li {
            width: 146px;
            padding: 0;
            margin-left: -40px;
        }


    /*  */

    .menu_icon {
        display: inline-block;
        cursor: pointer;
        transform: translateY(16px);
    }

        .menu_icon.active {
            transform: translateY(14px);
        }

    .bar1, .bar2, .bar3 {
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 4px 0;
        transition: 0.4s;
    }

    .active .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .active .bar2 {
        opacity: 0;
    }



    .active .bar3 {
        -webkit-transform: rotate(45deg) translate(-4px, -2px);
        transform: rotate(45deg) translate(-4px, -2px);
    }

    li.menu_ani {
        padding: 0 !important;
        width: 0;
        transform: translate(28px,0px);
        opacity: 0;
        height: 0;
        transition: 700ms ease-in-out;
    }

        li.menu_ani.active {
            padding: 0 18px !important;
            width: auto;
            height: auto;
            transform: translate(0px,0px);
            opacity: 1;
        }

        li.menu_ani a {
            font-size: 0px !important;
        }

        li.menu_ani.active a {
            font-size: 16px !important;
        }

    body.header-fixed header .menu_icon {
        display: none;
    }

    body.header-fixed header li.menu_ani {
        padding: 0 18px !important;
        width: auto;
        height: auto;
        transform: translate(0px,0px);
        opacity: 1;
        transition: 0ms ease-in-out;
    }

        body.header-fixed header li.menu_ani a {
            font-size: 16px !important;
        }
}





/*=========  Menu Responsive  ================*/



@media screen and (max-width: 767px) {

    .icon1 {
        display: none;
    }

    .icon2 {
        display: block;
        width: 22px;
    }

    .icon_m2 {
        margin-top: -16px;
    }

    .menu_icon {
        display: none !important;
    }

    /*.custom-menu-primary>ul>li.login_nav:after {

    display: none;

}

body.header-fixed header .custom-menu-primary>ul>li.login_nav:after {

    display: none;

}*/

    body.header-fixed .logo .img_logo2 {
        display: none;
    }

    .custom-menu-primary {
        display: none;
    }

    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: -6px;
        right: 0px;
        width: auto;
        height: auto;
        padding: 7px 10px 8px 10px;
        font-size: 16px;
        font-weight: normal;
        z-index: 99999;
        text-align: left;
        text-transform: uppercase;
        border-radius: 4px;
    }

        .mobile-trigger:hover {
            text-decoration: none;
            border-color: transparent;
        }

    /* Change button when menu is open */

    .mobile-open .mobile-trigger {
        border-color: transparent;
    }





    /* Toggle Button Icon */



    .mobile-trigger i {
        display: inline;
        position: relative;
        top: -5px;
    }

        .mobile-trigger i:before, .mobile-trigger i:after {
            position: absolute;
            content: '';
        }

        .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
            width: 25px;
            height: 3px;
            border-radius: 1px;
            background-color: #000;
            display: inline-block;
        }

    .header-fixed .mobile-trigger i, .header-fixed .mobile-trigger i:before, .header-fixed .mobile-trigger i:after {
        background: #595243;
        margin-right: -9px;
    }

    .mobile-trigger i:before {
        top: -8px;
    }

    .mobile-trigger i:after {
        top: 8px;
    }

    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
        background-color: #ccc;
    }





    /* Child Toggle Button */

    .child_trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100% !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
    }

        .child_trigger:after {
            font-family: "FontAwesome";
            content: "\f105";
            display: block;
            width: 40px;
            height: 40px;
            top: 0;
            right: 0px;
            position: absolute;
            line-height: 40px;
            text-align: center;
            cursor: pointer;
            color: #fff;
            font-size: 18px;
        }

        .child_trigger.child-open:after {
            font-family: "FontAwesome";
            content: "\f107";
            display: block;
            width: 40px;
            height: 40px;
            top: 0;
            right: 0px;
            position: absolute;
            line-height: 40px;
            text-align: center;
            cursor: pointer;
            color: #fff;
        }

        .child_trigger:hover {
            text-decoration: none;
        }

        .child_trigger i {
            position: relative;
            top: 50%;
            margin: 0 auto !important;
        }

            .child_trigger i:after {
                position: absolute;
                content: '';
            }

            .child_trigger i, .child_trigger i:after {
                width: 0px;
                height: 0px;
                display: block;
            }

                .child_trigger i:after {
                    -webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

        .child_trigger.child-open i:after {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .child_trigger.child-open i {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .custom-menu-primary > ul > li.has-child > ul {
        width: 100%;
        position: static;
        margin: 0;
        display: none;
        opacity: 0;
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition: 700ms ease-in-out;
        -o-transition: 700ms ease-in-out;
        transition: 700ms ease-in-out;
    }

        .custom-menu-primary > ul > li.has-child > ul.active {
            opacity: 1;
            display: block;
            text-align: left;
            margin-top: 0 !important;
        }

            .custom-menu-primary > ul > li.has-child > ul.active li {
                margin-top: 2%;
            }

    .custom-menu-primary ul li {
        display: block;
        margin-left: 8px;
    }

    .custom-menu-primary > ul > li.fb_nav {
        margin-right: 17px;
    }

    .custom-menu-primary > ul > li.login_nav {
        margin-right: 17px;
        padding-bottom: 1%;
    }

    .custom-menu-primary ul li.icon {
        padding: 0 7px !important;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        display: inline-block;
        border-bottom: 0 dotted #fff;
    }
}



@media screen and (min-width: 992px) and (max-width: 1199px) {

    .custom-menu-primary ul {
        margin: 7px 0 7px -10%;
    }

    body.header-fixed .logo img {
        width:;
    }

    .logo img {
        width:;
    }

    .custom-menu-primary ul li {
        padding: 0 10px;
    }

        .custom-menu-primary ul li.fb_nav {
            margin-right: 0%;
        }

    .custom-menu-primary ul > li.icon_last {
        margin-right: 0;
    }

    body.header-fixed header .custom-menu-primary ul > li.icon_last {
        margin-right: 14%;
    }
}



/*menu styling for tablet */

@media screen and (min-width: 768px) and (max-width: 991px) {



    .custom-menu-primary {
        padding: 0px 0 0px;
    }

    .header-container {
        padding: 10px 0;
    }

    body.header-fixed .logo img {
        width:;
    }

    .logo img {
        width:;
    }

    body.header-fixed .custom-menu-primary ul {
        list-style: none;
        margin: 7px 0;
        width: 110%;
        margin-left: -30px;
    }

    .custom-menu-primary ul li.icon {
        padding: 0 5px !important;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .custom-menu-primary ul li {
        padding: 0 9px;
        position: relative;
    }

        .custom-menu-primary ul li a {
            font-size: 13px;
        }

        .custom-menu-primary ul li.icon {
            margin-right: 3px;
        }

    .custom-menu-primary > ul > li.login_nav {
        margin-right: 1%;
    }

    .custom-menu-primary ul li.fb_nav {
        margin-right: 3px;
    }

    .custom-menu-primary ul li.icon a img {
        width: 20px;
    }
}





@media screen and (max-width:1199px) {

    .custom-menu-primary.clearfix ul li.menu_p a {
        padding: 0 3px 0 7px !important;
    }

    .menu_icon {
        transform: translateY(7px);
    }

        .menu_icon.active {
            transform: translateY(4px);
        }
}



@media screen and (max-width:991px) {

    .custom-menu-primary.clearfix ul li i {
        margin-left: 5px !important;
        font-size: 14px !important;
    }

    .custom-menu-primary {
        margin-top: -10px;
    }

        .custom-menu-primary ul > li.icon_last {
            margin-right: 0%;
        }

    .menu_ani.active {
        padding: 0 9px !important;
    }

    body.header-fixed header .custom-menu-primary ul > li.icon_last {
        margin-right: 13%;
    }
}





/*menu styling mobile  */

@media screen and (max-width: 767px) {

    .nav-part {
        display: none;
    }

    .menu-part {
        display: none;
    }

    body.header-fixed .header-container {
        background: transparent;
    }

    body.header-fixed .custom-logo {
        opacity: 0;
    }

    .custom-menu-primary ul {
        padding: 0;
        margin: 0 -15px;
        margin-top: 1em !important;
        -webkit-transition: margin-top 0.5s ease, opacity 0.6s ease, max-height 0.1s step-end, max-width 0.1s step-end, padding 0.6s step-end;
        transition: margin-top 0.5s ease, opacity 0.6s ease, max-height 0.1s step-end, max-width 0.1s step-end, padding 0.6s step-end;
        -webkit-transition: margin-top .5s ease,opacity .6s ease,max-height .1s step-end,max-width .1s step-end,padding .6s step-end !important;
        -o-transition: margin-top 0.5s ease, opacity 0.6s ease, max-height 0.1s step-end, max-width 0.1s step-end, padding 0.6s step-end !important;
    }

    body.header-fixed header .custom-menu-primary.clearfix ul {
        margin: 0;
        margin: 0 -15px;
    }

    .custom-menu-primary > ul > li {
        display: block;
        float: none;
        text-align: left;
        margin-left: 0px;
        margin-right: 17px;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-bottom: 12px;
        border-bottom: 2px dotted #fff;
    }

    header.custom-menu-primary > ul > li > a {
        border-bottom: 1px dashed rgba(204, 204, 204, 0.3);
        padding: 12px 15px;
    }

    .custom-menu-primary .social_links {
        text-align: center;
        margin-top: 7px;
        margin-bottom: -7px;
    }

        .custom-menu-primary .social_links > ul {
            display: inline-block;
        }

    header .custom-menu-primary {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        padding: 36px 15px 0;
        padding-left: 30px;
    }

        header .custom-menu-primary.clearfix {
            margin-top: 0 !important;
            z-index: 9;
            padding-bottom: 0%;
        }

    .custom-menu-primary.clearfix ul li:nth-child(1):after, .custom-menu-primary.clearfix ul li:nth-child(2):after, .custom-menu-primary.clearfix ul li:nth-child(3):after {
        content: "" !important;
        position: absolute;
        color: #a9a8a5;
    }

    .custom-menu-primary.clearfix ul li.menu_p a {
        padding: 10px 0 !important;
        display: block;
        font-size: 15px;
        text-transform: uppercase;
    }


    .custom-menu-primary.clearfix ul li a {
        color: #fff;
        text-transform: capitalize;
    }

    body.header-fixed header .custom-menu-primary.clearfix {
        margin-top: 0px;
        margin-left: 0;
        padding-left: 30px;
    }

    body.header-fixed header .mobile-trigger {
        top: 6px;
    }

    .logo img {
        width: 21%;
    }

    .logo {
        text-align: left;
    }

    body.header-fixed .logo img {
        display: none;
    }

    li.icon.icon_last {
        display: block !important;
    }

    body.header-fixed header .custom-menu-primary ul li.icon {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media screen and (max-width:575px) {

    .logo img {
        width: 30%;
    }
}

@media screen and (max-width:420px) {
    .logo img {
        width: 32%;
    }
}

.btnSend {
    border: 1px solid #008788;
    background: transparent;
    padding: 6px 18px 4px;
    outline: none;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

    .btnSend:before {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0%;
        background: #008788;
        border: 1px solid #008788;
        content: " ";
        -webkit-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
        -o-transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
        transition: top 700ms cubic-bezier(0.01, 0.61, 0.34, 0.85);
        z-index: 0;
    }

    .btnSend:hover:before {
        top: 0;
    }

.btnSend {
    position: relative;
    margin-bottom: 0;
}

.btnSend {
    color: #008788;
    text-decoration: none;
}

    .btnSend:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #008788;
    }

.btnSend {
    color: #008788;
    text-decoration: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #008788;
}

.img-gallery {
    margin-bottom: 10px;
}

.about-widget .widget-content p {
    text-align: justify;
}

.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
