body {
    font-size: 0.875rem;
    line-height: 1.6;
    font-family:'Open Sans', sans-serif;
    color: #3c3c3c;margin: 0px;padding: 0px;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans.woff2') format('woff2'),
        url('../fonts/NotoSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Basic css start here*/
.letter-spacing-1 {letter-spacing: 1px !important;}
.bg_light_grey {background: #f5f5f5;}
.bg_medium_grey {background: #f8f8f8;}
.bg_white {background: #ffffff;}
.pointer{cursor: pointer;}
.btn_common{background: #fc5b62;color: #fff;}
a.link_text{color: #fc5b62; opacity: 0.9;text-decoration: none;}
a.link_text:hover{color: #fc5b62; opacity: 1;}
/*Basic css end here*/

.parallax-window {
    min-height: 450px;
    background: transparent;
}
.bread_main{
    background:none;display: inline-block;font-size: 16px;margin: 0px;padding: 0px;
}
.bread_main a{color: #fff;text-decoration: none;}
.bread_main .breadcrumb-item.active{color:#fc5b62; }
.bread_main .breadcrumb-item::before{color: #fff;}
/* Top navigation start here*/
.navigation {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;padding: 10px 10px 30px 10px;
}

.after_header_space {
    margin-top: 100px;
}

.brand {
    position: absolute;
    float: left;
    line-height: 66px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand .logo {
    width: 45%;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

.main_nav {
    float: right;
}

.main_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_nav ul li {
    float: left;
    position: relative;
}

.main_nav ul li a,
.main_nav ul li a:visited {
    display: block;cursor: pointer;
    padding: 0 20px;
    line-height:80px;background: #fff;
    color: #4a4a4a;text-transform: uppercase;
    text-decoration: none;font-size: 14px;letter-spacing: 1px;
}

.main_nav ul li a:hover,
.main_nav ul li a:visited:hover, .main_nav ul li a.active {
    color: #fc5b62;font-weight: 500;
}

.main_nav ul li a:not(:only-child):after,
.main_nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

.main_nav ul li ul li {
    min-width: 190px;
}

.main_nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    height: 70px;
    width: 70px;
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 37px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #4a4a4a;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* End here*/

/***** Nav new start here*********/
.nav_new {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.nav_new .modal-content{
    border: none;
}

.nav_new .nav-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nav_new .nav-list a {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
}

.nav_new .nav-list a:hover {
    color: #f8b239;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.8);
}

.humburger_btn {
    margin: 25px 0px 0px 0px;
    cursor: pointer;
}

.humburger_btn i {
    font-size: 30px;
    color: #3c3c3c;
    vertical-align: middle;
    margin-left: 5px;
}

/*Scroll top start here*/
.scroll-top {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    border: none;
    right: 20px;
    text-align: center;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-top i {
    color: #fff;
    margin: 0 auto;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-top:hover,
.scroll-top:focus {
    background: rgba(0, 0, 0, 0.9);
    border: none;
    outline: inherit;
}

.scroll-top:hover i {
    color: #fff;
    top: -5px;
}

/*Scroll top end here*/

/*home carousel start here*/
/*
.home_main_carousel .carousel-caption{
    background:rgba(0, 0, 0, 0.4);width: 100%;height: 100%;left: 0;right: 0;bottom: 0;
}
*/
.home_main_carousel .caption_innerSett{position: absolute;bottom: 50%;width:100%;}
/*end here*/

/*hindi slokas text start*/
.marquee {
font-family: 'Noto Sans', sans-serif;
height: 25px;
width: 300px;
overflow: hidden;
position: fixed;
top: 37px;
left: 210px;
}
.marquee div {
display: block;
width: 200%;
height: 30px;
position: absolute;
overflow: hidden;
animation: marquee 10s linear infinite;
}
.marquee span {
float: left;margin: 0 30px 0 0;font-size: 20px;color: #dc4541;
}

@keyframes marquee {
0% { left: 0; }
100% { left: -100%; }
}
/*end here*/

/*welcome section start here*/
.home-page-welcome {
    position: relative;
    padding: 60px 0;
/*    background: url(../images/welcome_banner.jpg) no-repeat center;*/
    background-size: cover;background: #fff;
    z-index: 99;
}
.welcome-content .entry-title {
    position: relative;
    padding-bottom: 24px;
    font-size: 30px;
    font-weight: 600;
    color: #555;
}
.welcome-content .entry-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #fc5b62;
}
.welcome-content .entry-content {
    font-size: 14px;
    line-height: 2;
    color: #878787;
}
/*end here*/

/*help css start here*/
.mb-75 {
    margin-bottom: 75px;
}
.section-title > h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.icon-img {
    display: inline-block;
    margin: 15px 0;
    position: relative;
}
.icon-img::after, .icon-img::before {
    background-color: #dddddd;
    bottom: 13px;
    content: "";
    height: 1px;
    position: absolute;
    right: 66px;
    width: 130px;
}
.icon-img::before {
    left: 66px;
}
.section-title p {
    color: #777;
    font-size: 18px;
    margin: 0;
}
.help-banner > img {
    width: 100%;
}
.help-services {
    margin-top: 37px;
}
.help-services .single-service {
    padding: 0 8px;
}
.mb-65 {
    margin-bottom: 65px;
}
.single-service i {
    color: #777;
    font-size: 36px;
}
.single-service h3 {
    color: #555555;
    font-size: 18px;
    margin: 24px 0 16px;
}
.single-service p:last-child {
    margin-bottom: 0px;
}
/*end here*/

/*our-causes start here*/
.our-causes{position: relative;
padding: 60px 0;
background: url(../images/welcome_banner.jpg) no-repeat center;
background-size: cover;
z-index: 99;}
.our-causes .main_title_2{color: #fff;letter-spacing: 1px;}
.our-causes .main_title_2 p{font-size: 16px;padding-top: 5px;}
.our-causes .main_title_2 span, .our-causes .main_title_2 em{height: 3px;}
.our-causes .white-popup-block{margin-top: 0px;}
.causes_item_title{font-size: 18px;font-weight: 600;}
.our-causes .white-popup-block p{line-height: 1.8;color: #929191;margin-top: 10px;}
.our-causes .owl-nav button{background: #fc5b62!important;
width: 60px;
height: 60px;top: 45%;outline: inherit;
color: #fff!important;
border-radius: 50%;
font-size: 25px!important;}
.date_location{font-size: 12px;color: #fc5b62;margin: 5px 0px;padding: 0px;letter-spacing: 0.5;}

/*end here*/

/***login start here******/
.field-icon {
    float: right;
    margin-top: -25px;
    position: relative;
    z-index: 1;color: #b3b3b3;
    font-size: 16px;
    cursor: pointer;
}


.form_other_text {
    color: #b3b3b3 !important;
    font-size: 14px;
}

.forget_pwd_msg {
    font-size: 14px;
    color: #b3b3b3;
}

.signup_msg {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.signup_msg span {
    color: #fc5b62;
    cursor: pointer;
}

.signup_heading {
    background: #f6f6f6;
    font-size: 18px;
    color: #3c3c3c;
    display: block;
    padding: 16px 20px 16px 20px;
    margin: 0px;
}

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn:before {
    top: 90%;
    left: -110%;
}

.social-btns .btn .fa {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.social-btns .btn.facebook {
    border: 1px solid #3b5998;
    color: #3b5998;
}

.social-btns .btn.facebook:before {
    background-color: #3b5998;
}

.social-btns .btn.facebook .fa {
    color: #3b5998;
}

.social-btns .btn.twitter {
    border: 1px solid #3cf;
    color: #3cf;
}

.social-btns .btn.twitter:before {
    background-color: #3cf;
}

.social-btns .btn.twitter .fa {
    color: #3cf;
}

.social-btns .btn.google {
    border: 1px solid #dc4a38;
    color: #dc4a38;
}

.social-btns .btn.google:before {
    background-color: #dc4a38;
}

.social-btns .btn.google .fa {
    color: #dc4a38;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}

.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.social-btns {
    margin: 20px auto;
    padding: 0px;
    display: table;
}

.social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 60px;
    height: 60px;
    line-height: 45px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

.social-btns .btn:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-btns .btn .fa {
    font-size: 28px;
    vertical-align: middle;
}

.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 20px 0;
    background-color: #e1e8ed;
}

.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    color: #555;
    padding: 10px;
    font-style: italic;
}

/***form css start here***/

.button-container {
    text-align: center;
}

fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
}

.form-radio,
.form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help,
.form-radio .form-help,
.form-group .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

.form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #337ab7;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-group input[type="file"] {
    line-height: 1;
}

.form-group input[type="file"] ~ .bar {
    display: none;
}

.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #333;
}

.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0;
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3c3c3c;
}

.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
    color: #337ab7;
}

.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

.checkbox label,
.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}

.radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::before,
.radio .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid #fc5b62;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #337ab7;
    border-color: #337ab7;
}

.radio label:hover .helper {
    color: #337ab7;
}

.radio input:checked ~ .helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
    color: #337ab7;
}

.checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.checkbox .helper {
    color: #b3b3b3;
    position: absolute;
    top: 3px;
    left: 0;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid #fc5b62;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.checkbox .helper::before,
.checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #337ab7;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.checkbox .helper::before {
    top: 0.65rem;
    left: 0.38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
    top: 0.3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover .helper {
    color: #337ab7;
}

.checkbox input:checked ~ .helper {
    color: #337ab7;
}

.checkbox input:checked ~ .helper::after,
.checkbox input:checked ~ .helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.checkbox input:checked ~ .helper::after {
    height: 0.5rem;
}

.checkbox input:checked ~ .helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: 1rem;
}

.has-error .legend.legend,
.has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.has-error.form-group .form-help,
.has-error.form-group .helper,
.has-error.checkbox .form-help,
.has-error.checkbox .helper,
.has-error.radio .form-help,
.has-error.radio .helper,
.has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #d9534f;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

.login_button {
    position: relative;
    background: #fc5b62;
    border: 1px solid #fc5b62;
    font-size: 1.1rem;
    color: #fff;
    margin: 3rem 0;
    padding: 0.75rem 6rem;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.login_button span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.login_button::before {
    content: '';
    position: absolute;
    background: #fff;
    border: 50vh solid #1d4567;
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.login_button:hover {
    color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.login_button:active::before,
.login_button:focus::before {
    -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

.login_button:focus {
    outline: none;
}

/****login end here******/


/********discount image css start here************/
.discount_item {
    position: relative;
    margin: 2%;
    overflow: hidden;
    width: 100%;
}

.discount_item img {
    max-width: 100%;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.discount_item:hover img,
.discount_item:hover .item_overlay {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: block;
}

.item_overlay {
    background-color: rbga(0, 0, 0 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;

}

/*Image Hover*/
/*---------------*/
/***** Ming *****/
/*---------------*/

.grid {
    position: relative;
    clear: both;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;

    overflow: hidden;

    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

/*******footer css start here**********/
.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}

footer {
    background-color: #121921;
    color: #fbfbfb;
    color: rgba(255, 255, 255, 0.7)
}

footer h5 {
    color: #fff;
    margin: 25px 0;
    font-size: 18px;
    font-size: 1.125rem
}

.footer_logo{width: 20%;}

ul#footer-selector {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

ul#footer-selector li {
    float: left;
    margin-right: 10px
}

footer ul {
    padding: 0px;
}

footer ul li {
    margin-bottom: 15px;
    list-style: none;
}

footer ul li a {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: 0.7;
}

footer ul li a:hover {
    color: #fc5b62;
    opacity: 1;
    text-decoration: none;
}

footer ul li a i {
    margin-right: 10px;
    color: #fff
}

footer ul.links li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
    text-decoration: none;
}

footer ul.links li a:hover:after {
    opacity: 1;
    color: #fc5b62
}

footer ul.links li a:after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}


footer ul.contacts li i {
    margin-right: 10px;float: left;padding-top: 4px;
}

footer hr {
    opacity: 0.1;
    border-color: #ededed;
    margin: 30px 0 30px 0;
}

footer #copy {
    text-align: right;
    font-size: 13px;
    font-size: 0.8125rem;
    opacity: 0.7
}
.footer_readmore{color: #fff;text-decoration: underline;}
.footer_readmore:hover{color: #fff;text-decoration: underline;}

#newsletter .form-group {
    position: relative
}

#newsletter .loader {
    position: absolute;
    right: -20px;
    top: 11px;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem
}

#newsletter h6 {
    color: #fff;
    margin: 15px 0 15px 0
}

#newsletter .form-group {
    position: relative
}

#newsletter input[type='email'] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff
}

#newsletter input[type='email']:focus {
    border: 0;
    box-shadow: none
}

#newsletter input[type='submit'] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #fc5b62;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    width: auto;
}

#newsletter input[type='submit']:hover {
    background-color: #FFC107;
    color: #222
}

.follow_us {
    margin-top: 15px;
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s
}

.follow_us h5 {
    color: #fff
}

.follow_us ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    font-size: 1.25rem
}

.follow_us ul li:first-child {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 13px;
    font-size: 0.8125rem
}

.follow_us ul li a {
    color: #fff;
    opacity: 0.7
}

.follow_us ul li a:hover {
    opacity: 1
}

ul#footer-selector {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none
}

ul#footer-selector li {
    float: left;
    margin-right: 10px
}

ul#additional_links {
    margin: 0;
    padding: 8px 0 0 0;
    color: #555;
    font-size: 13px;
    font-size: 0.8125rem;
    float: right
}
ul#additional_links li {
    display: inline-block;
    margin-right: 15px
}

ul#additional_links li:first-child {
    margin-right: 20px
}

ul#additional_links li:last-child:after {
    content: ""
}

ul#additional_links li span {
    color: #fff;
    opacity: 0.5
}

ul#additional_links li a {
    color: #fff;
    opacity: 0.5;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul#additional_links li a:hover {
    opacity: 1
}

ul#additional_links li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px
}



/************************/

#portfolio {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.tile:hover {}

.scale-anm {
    transform: scale(1);
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.portfolio_heading h4 {
    color: #fc5b62;
    font-size: 20px;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo-heart i {
    color: #fc5b62
}

.logo-heart:before {
    content: "";
    background-color: #fc5b62;
    width: 54px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.logo-heart:after {
    content: "";
    background-color: #fc5b62;
    width: 54px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.portfolio_tab {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.portfolio_tab li {
    margin: 0px;
    padding: 0 24px 0 0;
    display: inline-block;
    cursor: pointer;font-size: 15px;
}

.portfolio_tab li.active {
    color: #fc5b62;
}

.pink_bg {
    background: #e976ad;
}

/*signup modal start here*/
.frm-main-container {
    position: relative;
    max-width: 450px;
    min-width: 320px;
    margin: 20px auto;
    background-image: url("https://unsplash.it/450/600?random");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.frm-main-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top left, rgba(0, 0, 255, 0.53), rgba(255, 105, 180, 0.67));
    z-index: 2;
}

.frm-main-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
}

.frm-main-container .inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5rem 6rem;
    z-index: 9;
}

.frm-main-container .frm-change-links a {
    color: #808080;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    padding: 0.6rem 0;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #808080;
    display: inline-block;
}

.frm-main-container .frm-change-links a:first-child {
    margin-right: 5rem;
}

.frm-main-container .frm-change-links a.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.frm-main-container .frm-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    margin: 0 0 1.5rem;
    transition: all 1s ease;
}

.frm-main-container .frm-group.chk {
    flex-direction: row;
    padding: 0 2rem;
}

.frm-main-container .frm-group.chk label {
    cursor: pointer;
    padding: 0 0 0 1rem;
}

.frm-main-container input[type='text'],
.frm-main-container input[type='email'],
.frm-main-container input[type='password'],
.frm-main-container input[type='submit'],
.frm-main-container select {
    font-family: inherit;
    font-weight: inherit;
    font-size: 1.6rem;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.9rem 2rem;
    border-radius: 1.8rem;
    color: #fff;
    outline: none;
    letter-spacing: 0.15rem;
    width: 100%;
}

.frm-main-container input[type='password'] {
    letter-spacing: 0.2rem;
}

.frm-main-container input[type='submit'] {
    font-size: 1.4rem;
    font-weight: 400;
    background: #1161ee;
    text-transform: uppercase;
    cursor: pointer;
}

.frm-main-container input[type='submit']:hover {
    background: #0e4ebe;
}

.frm-main-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.frm-main-container select option {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #333;
}

.frm-main-container label {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    padding: 0 0 0 2rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.frm-main-container hr {
    display: block;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    margin: 4rem 0;
}

.frm-signin {
    position: relative;
    margin: 4rem -2rem 0;
    display: none;
}

.frm-signin .fp-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: inherit;
    letter-spacing: 0.1rem;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.frm-signin .fp-link:hover {
    border-bottom: 1px dotted #fff;
}

.frm-signup {
    position: relative;
    margin: 4rem -2rem 0;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.aboutme {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #fff;
    background: #e91e63;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(233, 30, 99, 0.5);
    transition: all 0.22s;
}

.aboutme:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 5px 5px rgba(233, 30, 99, 0.1);
}

.aboutme a {
    font-family: Roboto, "Segoe UI", sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 10px 30px;
}

/*end here*/

/********About start here************/
.about_banner {
    min-height: 350px;
    background: transparent;
    position: relative;
}

.about_inner_sett {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
}

.main_title_2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}

.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #fc5b62;
    display: block;
    margin: auto;
}

.main_title_2 h2 {
    margin: 25px 0 0 0;
}

.main_title_2 p {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
}
.about_foundation{list-style: none;margin: 0px;padding: 0px;}
.about_foundation li{font-size: 16px;margin-bottom: 20px;}
.about_foundation2 i{float: left;margin-right: 10px;margin-top:2px; font-size: 20px;}
.about_foundation2 span{display: flex;}

/*event start here*/
.past_event{background: none; background-color: #f5f5f5;padding: 60px 0;}
.past_event .main_title_2 h2{color: #555;}
/*end here*/

/*gallery start here*/
.gallery_main{padding: 60px 0;}
/*end here*/

/* Owl Carousel */

.owl-prev {
    background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    left: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}

.owl-next {
    background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    right: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
/* Popup Text */

/*******contact css start here**********/
.contact_info {
    background-color: #121921;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}
.contact_info ul {
    margin: 0;
    padding: 0;
}
.contact_info ul li {
    list-style: none;
}
.contact_info ul li i {
    color: #fff;
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 10px;
}
.contact_info ul li h4 {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fc5b62;
}
.contact_info ul li span {
    opacity: 0.7;font-weight: 100;
}
/*******contact css end here**********/



/*automobile list start here*/
.media_sett{background: #fff;margin-bottom: 16px;}
.list_detail{padding: 10px 0;}
.list_detail .list_heading a{color: #222;text-decoration: none;font-size: 18px;}
.list_detail .list_heading a:hover{color: #fc5b62;}
.list_detail .list_sub_heading {color: #fc5b62;font-size: 14px;letter-spacing: 1px;}
.list_detail .list_desc{font-size: 13px;border-top: solid 1px #e9e9e9;padding-top: 10px;margin-top: 10px;opacity: 0.8;}
.list_item_sett{margin: 0px;padding:0px;list-style: none;}
.list_item_sett li{display: inline-block;color: #7f7f7f;font-size: 13px;padding: 0 16px;border-right: 1px solid #ddd;}
.list_item_sett li:last-child{border-right: none;}
.list_item_sett li:first-child{padding-left: 0px;}
.media_sett .img_sett img{width: 320px;height: 180px;position: relative;}
.icon-view{display: none;text-align: center;position: absolute;left: 0;top:33%;right: 0;width: 68px;line-height: 68px;font-size: 20px;margin: 0px auto;height: 68px;border-radius: 50%;background-color: rgba(0, 0, 0, 0.6);color: #ffffff;}
.media_sett .img_sett:hover .icon-view{display: block;}

/*end here*/


/*Team page start here*/
.team_main .date_location{font-size: 14px;}
/*Team page end here*/











/**********************************/

/* Media queries */
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

/**/

@media (max-width: 991px) {
    ul#additional_links {
        float: none;
        margin-top: 10px
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    .main_nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    .main_nav ul {
        display: none;
    }

    .main_nav ul li {
        float: none;
    }

    .main_nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    .main_nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

@media (max-width: 767px) {
    .font_24{font-size: 24px;}
    .brand .logo{width: 40%;}
    footer #copy {
        text-align: left;
        margin: 5px 0 20px 0
    }
    .main_nav ul{
        margin-left: -15px;margin-right: -15px;
    }
    .list_detail{padding: 10px;}
    .media_sett{display: block;}
    .media_sett .img_sett img{width: 100%;height: 180px;}
    .list_item_sett li{padding: 0 9px;font-size: 12px;}
    .home_main_carousel .caption_innerSett{bottom: 28%;}
    .home-page-welcome{padding: 30px 0px;}
    .welcome-content .entry-title{font-size:20px;margin-top: 20px;}
}

@media (max-width: 575px) {
    .mt-40{margin-top: 40px;}
    .about_banner{min-height: 160px;}
    footer h5 {
        margin: 25px 0 10px 0
    }
    ul#footer-selector li:last-child {
        margin-top: 5px
    }
}





