
body {
    padding: 0 0 70px 0;
	font-family: Roboto, sans-serif;
	letter-spacing: .5px;	
    margin: 0;
}
.header {
    padding: 0px 30px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all 0.2s ease-out;
}
.header.scrolled {
	z-index:999;
    padding: 0px 30px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.header .header_logo {
    max-width: 165px;
}
.dark_logo {display: none !important;}
.navbar-nav_as .nav-item .nav-link {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #6d727c;
    position:relative;
    padding: 10px 24px !important;
    transition: all 0.2s ease-out;
}
.navbar-nav_as .nav-item .nav-link::after {
    display: none;
}
.navbar-nav_as .nav-item .nav-link i {
    margin-left: 10px;
}
.navbar-nav_as .nav-item .nav-link.active .navbar-nav_as .nav-item .nav-link:hover{
    color: #061020;
}
.navbar-nav_as .nav-item .active.nav-link:before, .navbar-nav_as .nav-item .nav-link:before {
    background:#01dbc1;
    border-radius:50%;
    margin:10px;
    height:10px;
    width:10px;
    content:'';
    box-shadow:0 0 0 0 #01dbc1;
    transform:scale(1);
    animation:pulse 2s infinite;
    position:absolute;
    z-index:9;
    top:50%;
    margin-top:-6px;
    left:-12px;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.navbar-nav_as .nav-item .active.nav-link:before, .navbar-nav_as .nav-item .nav-link:hover:before {
    opacity: 1;
}
.navbar-nav_as .nav-item .nav-link{
    position:relative
}
@media screen and (min-width: 992px) {
    .navbar-nav_as .nav-item .dropdown-menu {
        display: block !important;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        pointer-events: none;
    }
    .navbar-nav_as .nav-item:hover .dropdown-menu {
        opacity: 1;
        pointer-events: visible;
    }    
}

.navbar-nav_as .nav-item .active.nav-link:before{
    opacity: 1;
}
@keyframes pulse{
    0%{
        transform:scale(0.95);
        box-shadow:0 0 0 0 rgba(1,219,193,0.7)
    }
    70%{
        transform:scale(1);
        box-shadow:0 0 0 10px rgba(1,219,193,0)
    }
    100%{
        transform:scale(0.95);
        box-shadow:0 0 0 0 rgba(1,219,193,0)
    }
}
.cstmswtch {
    position: relative;
}
.cstmswtch input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.cstmswtch label {
    position: relative;
    display: block;
    background: #d5dce6;
    height: 35px;
    width: 70px;
    border-radius: 35px;
    pointer-events: none;
}
.cstmswtch label:before {
    content: "";
    height: 27px;
    width: 27px;
    background: #39a3d4;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    transition: all 0.2s ease-out;
    z-index: 1;
    pointer-events: none;
}
.cstmswtch input:checked + label:before {
    left: 39px;
    background: #4ee1bf;
}
.themestting .cstmswtch .fa-sun {
    position: absolute;
    top: 9px;
    left: 9px;
}
.themestting .cstmswtch .fa-moon {
    position: absolute;
    top: 9px;
    right: 9px;
}
.header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 220px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 4px 20px 8px rgb(0 0 0 / 5%);
    padding: 0;
    border: none;
}
.header .dropdown-item {
    padding: 19px 20px;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    color: #636872;
}
.header .dropdown-menu li {
    border-bottom: 1px solid #ebf2f5;
}
.header .dropdown-menu li:last-child {
    border: none;
}
.header .dropdown-item:hover {
    color: #061020;
    background: transparent;
}
.header .dropdown-item.active{
    background-color: #fff !important;
    color: #01dbc1 !important;
}
.header .navbar-toggler {
    border: none;
    padding: 0;
    box-shadow: none;
}
.header .navbar-toggler .navbar-toggler-icon {
    width: 28px;
    height: 28px;
}
@media screen and (max-width: 991px) {
    .header .navbar-toggler {
        margin-left: auto;
        margin-right: 10px;
    }
    .header {
        padding: 0px 20px;
        min-height: 76px;
    }
    .header.scrolled {padding: 0px 0px;}
    .header .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 76px;
        overflow-y: auto;
        /* height: 86%; */
        background: #ffffff;
        z-index: 999;
    }
    .navbar-nav_as .nav-item .nav-link i {
        position: absolute;
        right: 0px;
    }
    .header .navbar-collapse>ul>li{
        border-bottom: 1px solid #ebf2f5;
        padding: 10px 20px;
    }
    .header .navbar-collapse>ul>li:last-child {
        border: none;
    }
    .header .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
    .header .dropdown-menu li {
        padding: 0;
    }
    .navbar-nav_as .nav-item .nav-link:before {
        display: none;
    }
    .navbar-nav_as .nav-item .nav-link {
        padding: 10px 0;
    }
    .header .dropdown-item {
        padding-left: 40px;
    }
    .navbar-nav_as .nav-item .nav-link {
        text-transform: capitalize;
    }
}
@media screen and (max-width: 575px) {
    .header {
        padding: 0px;
        min-height: 65px;
    }
    .header .header_logo {
        max-width: 50px;
    }
    .header .navbar-collapse {top: 64px;}
}
.cntnt_to_adanc_sec {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-bottom: 100px;
    background: url(../img/banner_bg.png) no-repeat left 0;
}
.big_title {
    color: #061020;
    font-family: 'Roboto';
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -2.4px;
    text-shadow: 0 0 0 rgb(0 0 0 / 30%);
    max-width: 600px;
    margin-bottom: 0;
}
.descption_p {
    color: #6d737c;
    font-family: 'Roboto';
    font-size: 18px;
    margin: 20px 0 30px 0;
    max-width: 500px;
}
.subscrb_now_row {
    display: flex;
    align-items: center;
}
.sbscrb_now_h {
    font-weight: 700;
    color: #061020;
    font-size: 20px;
    line-height: 41px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0;
}
.sbscrb_now_h img {
    height: 26px;
    width: 26px;
    margin-right: 10px;
}
.music_app_links {
    font-size: 13px;
    font-weight: 500;
    margin-right: 20px;
    display: inline-block;
    color: #061021;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto';
    transition: all 0.2s ease-out;
}
.music_app_links_last {
    margin-right: 0px !important;
}
.music_app_links:hover {
    color: #4ad5c3;
}
.music_app_links i {
    margin-right: 6px;
}
.cntnt_to_adanc_left_prnt {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1199px) {
    .big_title {
        font-size: 50px;
        line-height: 55px;
    }
    .sbscrb_now_h {
        font-size: 18px;
        line-height: 37px;
        margin-right: 14px;
    }
    .sbscrb_now_h img {
        height: 22px;
        width: 22px;
        margin-right: 7px;
    }
    .music_app_links {
        font-size: 12px;
        margin-right: 14px;
    }
    .descption_p {
        font-size: 17px;
        margin: 16px 0 25px 0;
    }
}
@media screen and (max-width: 991px) {
    .cntnt_to_adanc_sec {
        background: url(../img/banner_bg.png) no-repeat right 0;
    }
    .def_tp_pdng {
        padding-top: 130px !important;
        padding-bottom: 0 !important;
    }
    .def_tp_pdng .cntnt_to_adanc_left {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .def_tp_pdng .subscrb_now_row {margin: 0 auto 30px auto;}
    .def_tp_pdng .descption_p {text-align: center;}
    .sm_txt_cntr, .def_tp_pdng h2 {text-align: center;}
    .big_title {
        font-size: 38px;
        line-height: 55px;
    }
    .cntnt_to_adanc_left_prnt {
        margin-bottom: 20px;
    }
    .cntnt_to_adanc_sec {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .support_the_sow_sec{
        padding-top: 40px;
    }
}
@media screen and (max-width: 575px) {
    
    .big_title {
        font-size: 28px;
        line-height: 31px;
        letter-spacing: -1px;
    }
    .descption_p {
        font-size: 15px;
        margin: 10px 0 17px 0;
    }
    .subscrb_now_row {
        flex-direction: column;
    }
    .sbscrb_now_h {
        margin: 0;
    }
    .cntnt_to_adanc_sec {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .support_the_sow_sec{
        padding-top: 40px;
    }
    
}
button.def_btn, a.def_btn {
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 17px;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    fill: #fff;
    color: #fff;
    background-color: #061020 !important;
    border-radius: 25px !important;
    padding: 15px 45px 11px;
    border: none;
}
.def_btn svg {
    margin-right: 8px;
 }
button.def_btn:hover, a.def_btn:hover, button.def_btn.active, a.def_btn.active {
    background: #4ad5c3 !important;
}
@media screen and (max-width: 991px) {
    .order_2_991 {
        order: 2;
    }
}
.support_the_sow_sec {
    background: url(../img/banner_bg_v2.png) no-repeat right 0;
}
@media screen and (max-width: 991px) {
    .support_the_sow_sec {
        background: url(../img/banner_bg_v2.png) no-repeat 0 80%;
    }
}
.schedule_sec {
    padding: 20px 0 60px 0;
}
.def_h3 {
    color: #061020;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    text-transform: none;
    letter-spacing: -0.025em;
    padding: 0;
    margin: 0;
}
.schedule_cntnt .nav_pills_as {
    justify-content: space-between;
}
.schedule_cntnt .tab-content {
    padding-top: 20px;
}
.schedule_cntnt .nav_pills_as .nav-item {
    width: 13.2%;
}
.schedule_cntnt .nav_pills_as .nav-item .nav-link {
    width:100%;
    border-radius: 0 !important;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 17px;
    color: #061020;
    padding: 10px 0;
    background: #fff !important;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
}
.schedule_cntnt .nav_pills_as .nav-item .nav-link:hover, .schedule_cntnt .nav_pills_as .nav-item .nav-link.active{
    background: #4ad5c3;
}
.show-card {
    margin-bottom: 30px;
    padding: 0 10px;
}
.show-content {
    position: relative;
    margin-bottom: 30px;
}
.show-bg {
    overflow: hidden;
    border-radius: 5px;
    height: 270px;
}
.current_show{
    background-color: #4ad5c3;
    border-radius: 3px 3px 0 0;
    padding: 4.5px 17px;
    position: absolute;
    top: -22%;
    left: 0;
}
.current_show h5{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0px;
}
.show-bg img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    height: 100%;
    transition: all 450ms ease-in-out;
    transform: scale(1);
}
.show-card .show-content:hover .show-bg img {
    transform: scale(1.3);
}
.show-card .show-content:hover .show-overlay {
    transform: translateY(-20px);
}
.show-overlay {
    background-color: #fff;
    border-radius: 3px;
    padding: 25px 20px;
    margin-top: -80px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 16px 50px 0 rgba(0,0,0,.1);
    transition: all 0.3s ease-in-out;
}
.show-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(173,173,173,.35);
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-family: "Poppins",sans-serif;
}
.show-meta a {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #061020;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.show-meta a:hover {
    color: #01b7cc;
}
.show-meta h6 {
    font-size: 15px;
    font-weight: 500;
    color: #01b7cc;
    line-height: 20px;
    margin-top: 10px;
}
.show-time p {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
}
.show-time h4 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
    .show-card {
        padding: 0;
    }
    .show-meta h5 {
        font-size: 19px;
    }
    .show-overlay{
        padding: 20px 15px;
    }
}
@media screen and (max-width: 800px) {
    .show_menu_as {
        overflow-x: scroll;
    }
    .show_menu_as .nav_pills_as {
        width: 767px;
    }
}
@media screen and (max-width: 767px) {
    .show-content {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    .schedule_sec {
        padding: 20px 0 40px 0;
    }
    .schedule_cntnt .tab-content {
        padding-top: 12px;
    }
    .show-time h4{
        font-size: 15px;
    }
    .show-time p{
        font-size: 15px;
    }
    .show-meta a{
        font-size: 18px;
    }
    .def_h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .show-meta h6{
        margin-top: 3px;
    }
}
.team_intru_sec {
    padding: 10px 0 50px 0;

}
.brouse_link {
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #908dab;
    color: #908dab;
    background-color: #02010100;
    border-radius: 0 0 0 0;
    padding: 0;
    text-decoration: none;
}
.brouse_link:hover, .brouse_link:focus {
    color: #00a7d1;
}
.def_h__link_btn_prnt {
    margin-bottom: 30px;
}
.team_slider_card {
    padding: 20px 20px;
}
.team_slider_cntnt {
    /* background: #fff; */
    border-radius: 10px;
}
.team_slider_cntnt p{
    font-family: 'Roboto';
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 17px;
    color: #6d727c;
    font-weight: 300;
}
.slider_socil_ic{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_socil_ic a{
    text-decoration: none;
    color: #6d727c;
    padding: 0 12px;
    transition: all 0.2s ease-out;
}
.slider_socil_ic a:hover{
    color: #01b7cc;
}
.slider_socil_ic a i{
    font-size: 20px;
    font-weight: 400px;
}
.team_person_name {
    color: #061020;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-transform: none;
    letter-spacing: -0.025em;
    padding: 0;
    margin: 25px 0 0px 0;
    text-decoration: none;
    text-align: center;
    display: block;
    transition: all 0.2s ease-out;
}
.team_person_name:hover {
    color: #01b7cc;
}
.team_person_skill {
    color: #01b7cc;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: -0.025em;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: center;
}
.slider_next_prew_btn button{
    width: 50px;
    height: 50px;
    background: #fff !important;
    text-align: center;
    line-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 35px 0 rgb(22 12 96 / 9%);
    transition: box-shadow .4s;
    color: #061020 !important;
    border: none;
}
.slider_next_prew_btn button:hover, .slider_next_prew_btn button:focus {
    background: #00a3d4;
}
.team_img_prnt img {
    /* width: 100%; */
    border-radius: 50%;
    margin: 0 auto;
}
.team_slider_prnt .slick-arrow {
    display: none !important;
}
@media screen and (max-width: 1199px) {
    .team_slider_card {
        padding: 15px;
    }
    .team_person_name {
        font-size: 19px;
        line-height: 28px;
    }
    .team_person_skill {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 6px 0;
    }
}
@media screen and (max-width: 767px) {
    .team_slider_cntnt {
        padding: 10px;
    }
    .team_intru_sec {
        padding: 60px 0 40px 0;
    }
}
@media screen and (max-width: 575px) {
    .def_h__link_btn_prnt {
        flex-direction: column;
    }
    .slider_next_prew_btn {
        margin-top: 10px;
    }
    .def_h__link_btn_prnt {
        margin-bottom: 20px;
    }
    .team_intru_sec {
        padding: 30px 0 30px 0;
    }
    .slider_next_prew_btn button {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }
}
.live_tv_sec {
    padding: 0px 0 50px 0;
}
@media screen and (max-width: 991px) {
    .live_tv_sec {
        padding: 30px 0 0px 0;
    }
}
@media screen and (max-width: 575px) {
    .live_tv_sec iframe {
        height: 320px !important;
    }
    .live_tv_sec {
        padding: 40px 0 20px 0;
    }
}
.video_card {
    margin: 15px 15px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px rgb(22 12 96 / 9%);
}
.video_img {
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.video_overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 64%));
}
.video_overlay .icon {
    position: absolute;
    bottom: -10px;
    left: 43px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 59%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.video_overlay .icon i {
    font-size: 14px;
    color: #6d727c;
    position: relative;
    transition: all 0.2s ease-out;
}
.video_overlay .icon:hover i {
    color: #fff;
}
.video_overlay .icon:hover {
    background: #01beca;
    color: #fff;
}
.episode_p {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px;
}
@media screen and (max-width: 767px) {
    .video_card {margin: 15px 0px;}
    .episode_p {
        font-size: 15px;
        line-height: 22px;
    }
}

.gallery-content {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    max-width: 1260px;
    margin: 0 auto;
}
.gallery-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-rows: 200px;
    grid-auto-flow: dense;
    padding-left: 0;
    grid-template-columns: repeat(4, 1fr);
    column-count: 3;
    column-gap: 8px;
}
.verti-img {
    grid-row: span 2;
}
.gallery-list a {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.gallery-list a p{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 12%;
    right: 24px;
}

/* .hori-img {
    grid-column: span 2;
}
.big-img {
    grid-row: span 2;
    grid-column: span 2;
} */
.gallery-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.gallery-list a::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 60%));
}
.gallery-list a:hover img {
    transform: scale(1.08);
}
@media screen and (max-width: 1199px) {
    .gallery-list {
        grid-gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .gallery-list {
        grid-gap: 4px;
    }
    .gallery-list{
        grid-template-columns: repeat(2, 1fr);
    }
}

.blog_card {
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.team_page_prnt .blog_card {margin: 0px;}
.blog_card .ovr_img {
    width: 100%;
    max-height: 350px;
    min-height: 350px;
    border-radius: 10px;
    transition: all linear .3s;
}
.blog_overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 25px;
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 60%));
}

.blog_overlay h3 {
    font-family: 'Roboto';
    color: #fff;
    margin-top: 32px;
    margin-bottom: 24px;
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 0 25px;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
.blog_overlay h3 a {
    color: #fff !important;
    text-decoration: none;
}
.blog_overlay .btn {
    background: hsl(203deg 19% 44% / 73%);
    font-family: 'Roboto';
    color: #fff !important;
    font-weight: 500;
    position: absolute;
    top: 14px;
    right: 14px;
    transition: all 0.3s ease-out;
    padding: 5px 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 20px;
    letter-spacing: 0.2em;
}
.blog_overlay .btn:focus {
    box-shadow: none;
}
.bog_det_img img{
    width: 100%;
    border-radius: 10px;
}
.date_bol_box{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.date_bol_box p{
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto';
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 20px;
}
.detel_p p{
    color: #6d727c;
    font-family: 'Roboto';
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.detel_p p:last-child{
    margin-bottom: 0px;
}

.date_bol_box h3{
    border-left: 2px solid #c6cbd0;
    padding-left: 70px;
    font-size: 28px;
    line-height: 34px;
    font-style: italic;
    font-weight: 400;
    color: #061020;
    margin-bottom: 0;
}
.blog_card:hover img {
    transform: scale(1.08);
}
.footer {
    background-color: #f1f5f9;
    padding: 65px;
    margin-top: 50px;
}
.news_later_box_prnt {
    position: relative;
}
.news_later_box {
    position: absolute;
    left: 0;
    top: -155px;
    width: 100%;
    background: #fff url(../img/formbg.png) no-repeat;
    background-size: cover;
    padding: 33px 40px;
    box-shadow: 0 0 35px 0 rgb(22 12 96 / 9%);
    border-radius: 10px;
}
.left_head p {
    color: #6d727c;
    margin: 0;
    margin-top: 5px;
    font-size: 18px;
    font-family: 'Roboto';
    max-width: 420px;
}
.form_input_box {
    width: 100%;
}
.inpt_form_inn p {
    position: relative;
    margin-bottom: 0;
}
.inpt_form_inn p input[type=email] {
    color: #6d727c;
    border-radius: 25px;
    border: 1px solid #ecf2f7;
    padding: 10px 20px;
    width: 100%;
    padding-right: 150px;
    height: 50px;
    box-shadow: none !important;
    outline: none !important;
}
.inpt_form_inn p input[type=submit] {
    font-family: 'Roboto';
    background: #000;
    color: #fff;
    border-radius: 25px;
    padding: 10px 40px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    font-size: 13px;
    font-weight: 500;
    transition: all .3s;
    border: none;
    height: 50px;
}
.inpt_form_inn p input[type=submit]:hover {
    background: #01b7cc;
}
.footer_centr {
    padding-top: 40px;
}
.ftr_logo_clmn {
    padding-right: 30px;
    margin-top: 30px;
}
.ftr_logo_clmn .ftr_logo {
    max-width: 165px;
}
.ftr_logo_clmn p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: none;
    color: #6d727c;
    margin-top: 20px;
    max-width: 249px;
}
.ftr_lnk_h {
    font-family: 'Roboto';
    margin-bottom: 20px;
    color: #10161b;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
}
.imprtnt_link_colmn ul{
    padding: 0;
}
.imprtnt_link_colmn ul li{
    list-style: none;
    margin: 5px 0;
}
.imprtnt_link_colmn ul li a {
    color: #667687;
    font-size: 14px;
    padding: 6px 0;
    text-transform: capitalize;
    text-decoration: none;
}
.imprtnt_link_colmn ul li a:hover {
    color: #01b7cc;
}
.imprtnt_link_colmn ul li p{
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    margin-bottom: 0;
}
.play_str_logos {
    max-width: 120px;
}
.ftr_social_links ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.ftr_social_links ul li {
    margin-top: 7px;
    backface-visibility: hidden;
    list-style: none;
}
.ftr_social_links ul li a {    
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
    box-shadow: 0 0 20px 0 rgb(37 197 255 / 20%);
    transform: translateZ(0) scale(1,1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.ftr_social_links ul li:last-child a{
    margin-right: 0;
}
.ftr_social_links ul li a {
    position: relative;
    top: 0;
    transition: all 0.2s ease-out;
    color: #6d727d;
}
.ftr_social_links ul li a:hover {
    top: -2px;
    color: #01b7cc;
}
.ftr_copyright_prnt {
    background-color: #f1f5f9;
}
.ftr_copyright {
    border-top: 1px solid #C9D0D8;
    padding: 20px 0;
}
.ftr_copyright ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.ftr_copyright ul li {
    list-style: none;
}
.ftr_copyright ul li h6 {
    color: #667687;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    margin: 0;
}
.ftr_copyright ul li h6 a {color: #667687; text-decoration: none;}
.ftr_copyright ul li h6 a:hover {color: #01b7cc;}
@media screen and (max-width: 1199px) {
    .blog_overlay h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .date_bol_box h3{
        padding-left: 50px;
        font-size: 26px;
    }
}
@media screen and (max-width: 1024px) {
    @media screen and (min-width: 576px) {
        .left_head .def_h3 {
            font-size: 29px;
        }   
    }
}
@media screen and (max-width: 991px) {
    .form_input_box {
        margin-top: 15px;
    }
    .news_later_box {
        position: relative;
        top: 0;
    }
    .footer {
        padding: 30px;
        margin-top: 40px;
    }
    .ftr_logo_clmn {
        margin-top: 15px;
    }
    .ftr_lnk_h {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .ftr_logo_clmn p {
        margin-top: 10px;
    }
    .ftr_copyright ul li h6 {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 767px) {
    .date_bol_box{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .date_bol_box h3 {
        padding-left: 43px;
        font-size: 23px;
    }
    .detel_p p{
        margin-bottom: 15px;
    }
    .form_input_box {
        margin-top: 10px;
    }
    .footer {
        padding: 25px 10px;
    }
    .ftr_copyright ul {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 575px) {
    .date_bol_box p{
        font-size: 17px;
        line-height: 21px;
        margin-right: 15px;
    }
    .detel_p p {
        font-size: 16px;
        line-height: 23px;
    }
    .date_bol_box h3 {
        padding-left: 20px;
        font-size: 18px;
        line-height: 23px;
    }
    .news_later_box {
        padding: 17px 15px;
    }
    .left_head p {
        font-size: 16px;
    }
    .inpt_form_inn p input[type=submit] {
        padding: 10px 20px;
        font-size: 10px;
        height: 35px;
    }
    .inpt_form_inn p input[type=email] {
        padding: 10px 15px;
        height: 35px;
        font-size: 12px;
    }
}
@media screen and (max-width: 450px) {
    .blog_overlay h3 {
        bottom: 50px;
        padding: 0 20px;
        
    }
}
.cntnt_to_adanc_right {
    position: relative;
}
.abslt_img {
    position: absolute;
    left: 37%;
    bottom: 16px;
}
.mddle_bg {
    background: url(../img/banner_bg_v3.png) no-repeat 0 40%;
}
.mddle_bg_v2 {
    background: url(../img/banner_bg_v4.png) no-repeat 0 80%;
}
@media screen and (max-width: 575px) {
    .abslt_img {
        left: 35%;
        bottom: 0;
        width: 200px;
    }
}
.ifram_bg {
    padding: 3px;
    background: #009fd5;
    background: -moz-linear-gradient(left,  #009fd5 0%, #66a1e5 49%, #01dbc1 100%);
    background: -webkit-linear-gradient(left,  #009fd5 0%,#66a1e5 49%,#01dbc1 100%);
    background: linear-gradient(to right,  #009fd5 0%,#66a1e5 49%,#01dbc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fd5', endColorstr='#01dbc1',GradientType=1 );

}
.ifram_bg iframe { display: block;}
.bottom-player {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    background: var(--white);
    z-index: 2;
    -webkit-box-shadow: 0px -5px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px -5px 15px 0px rgb(0 0 0 / 10%);
    display: block;
}
.bottom-player .p3-player.theme-light {
    background: #009fd5;
    background: -moz-linear-gradient(left,  #009fd5 0%, #66a1e5 49%, #01dbc1 100%);
    background: -webkit-linear-gradient(left,  #009fd5 0%,#66a1e5 49%,#01dbc1 100%);
    background: linear-gradient(to right,  #009fd5 0%,#66a1e5 49%,#01dbc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fd5', endColorstr='#01dbc1',GradientType=1 );
}
.bottom-player .p3-artwork {top: 5px;}
.asplayer {margin-top: -7px;}
@media screen and (max-width: 991px) {
    .asplayer {
        margin-top: -3px;
    }
}
.player-btn {
    border: none;
    outline: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #009fd5;
    background: -moz-linear-gradient(left,  #009fd5 0%, #66a1e5 49%, #01dbc1 100%);
    background: -webkit-linear-gradient(left,  #009fd5 0%,#66a1e5 49%,#01dbc1 100%);
    background: linear-gradient(to right,  #009fd5 0%,#66a1e5 49%,#01dbc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fd5', endColorstr='#01dbc1',GradientType=1 );
    animation: mahmud 3s linear infinite;
    padding: 1px 0 0 1px !important;
    margin-left: 8px;
  }
  
  .player-btn i {
    font-size: 18px;
    color: var(--white);
  }
  
  @-webkit-keyframes mahmud {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(1, 219, 193, 0.7), 0px 0px 0px 0px rgba(1, 219, 193, 0.7);
              box-shadow: 0px 0px 0px 0px rgba(1, 219, 193, 0.7), 0px 0px 0px 0px rgba(1, 219, 193, 0.7);
    }
    30% {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 127, 0, 0), 0px 0px 0px 0px rgba(1, 219, 193, 0.7);
              box-shadow: 0px 0px 0px 20px rgba(255, 127, 0, 0), 0px 0px 0px 0px rgba(1, 219, 193, 0.7);
    }
    60% {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 127, 0, 0), 0px 0px 0px 15px rgba(255, 127, 0, 0);
              box-shadow: 0px 0px 0px 20px rgba(255, 127, 0, 0), 0px 0px 0px 15px rgba(255, 127, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 127, 0, 0), 0px 0px 0px 15px rgba(255, 127, 0, 0);
              box-shadow: 0px 0px 0px 0px rgba(255, 127, 0, 0), 0px 0px 0px 15px rgba(255, 127, 0, 0);
    }
  }
  
  @keyframes mahmud {
    0% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(1, 219, 193, 0.7), 0px 0px 0px 0px rgba(1, 219, 193, 0.7);
              box-shadow: 0px 0px 0px 0px rgba(1, 219, 193, 0.7), 0px 0px 0px 0px rgba(1, 219, 193, 0.7);
    }
    30% {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 127, 0, 0), 0px 0px 0px 0px rgba(1, 219, 193, 0.7);
              box-shadow: 0px 0px 0px 20px rgba(255, 127, 0, 0), 0px 0px 0px 0px rgba(1, 219, 193, 0.7);
    }
    60% {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 127, 0, 0), 0px 0px 0px 15px rgba(255, 127, 0, 0);
              box-shadow: 0px 0px 0px 20px rgba(255, 127, 0, 0), 0px 0px 0px 15px rgba(255, 127, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 127, 0, 0), 0px 0px 0px 15px rgba(255, 127, 0, 0);
              box-shadow: 0px 0px 0px 0px rgba(255, 127, 0, 0), 0px 0px 0px 15px rgba(255, 127, 0, 0);
    }
  }
  .def_sec{
    background: url(../img/title_bg_01.jpg) no-repeat center 0;
    background-size: cover;
    padding-top: 70px;
    min-height: 250px;
    margin-top: 100px;
  }
  .def_sec_bg_2{
    background: url(../img/title_bg_02.jpg) no-repeat center 0;
    background-size: cover;
}
.def_sec_bg_3{
    background: url(../img/title_bg_03.jpg) no-repeat center 0;
    background-size: cover;
}
.def_sec_bg_4{
    background: url(../img/title_bg_04.jpg) no-repeat center 0;
    background-size: cover;
}
.def_sec_bg_5{
    background: url(../img/title_bg_05.jpg) no-repeat center 0;
    background-size: cover;
}
.def_sec_bg_6{
    background: url(../img/title_bg_06.jpg) no-repeat center 0;
    background-size: cover;
}
.def_sec_bg_7{
    background: url(../img/title_bg_07.jpg) no-repeat center 0;
    background-size: cover;
}
  .meet_h_p{
    padding-top: 30px;
  }
  .def_sec .sbscrb_now_h{
    color: #FFF;
  }
  .def_sec .music_app_links{
    color: #FFF;
  }
  .meet_h_p h2{
    font-family: 'Roboto';
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
  }
  .meet_h_p p{
    font-family: 'Roboto';
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  .def_sec .subscrb_now_row {
    justify-content: center;
    margin-top: 50px;
  }
  .contact_sec {
    padding: 100px 0px;
  }
  .boder_box{
    padding: 3px;
    background: linear-gradient(to right, #009fd5 0%,#66a1e5 49%,#01dbc1 100%);
    border-radius: 10px 10px 10px 10px
  }
  .bac_wit_box{
    background: #fff;
    padding: 60px 50px 70px 50px;
    border-radius: 10px 10px 10px 10px
  }
  .get_in_box h4{
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
  }
  .get_in_box p{
    font-family: 'Roboto';
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }
  .loc_em_ph_box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .loc_em_ph_box:last-child{
    margin-bottom: 0;
  }
  .round_box{
    margin-right: 15px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
  }
  .round_box i{
    font-size: 27px;
  }
  .loc_h_p h6{
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    text-align: left;
    margin-bottom: 0;
  }
  .loc_h_p p{
    font-family: 'Roboto';
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
  }
  .input_box{
    margin-bottom: 15px;
  }
  .input_box:last-child{
    margin-bottom: 0px;
  }
  .input_box input{
    background: transparent;
    box-shadow: none !important;
    color: #000;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px 15px 20px;
    width: 100%;
    outline: none !important;
  }
  .input_box input::placeholder, .input_box textarea::placeholder{
    font-weight: 300;
    color: #111;
  }
  .input_box textarea{
    background: transparent;
    box-shadow: none !important;
    color: #000;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px 15px 20px;
    width: 100%;
    text-align: left;
    min-height: 150px;
    outline: none !important;
  }
  .send_m_btn button{
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    background: linear-gradient(to right, #009fd5 0%,#66a1e5 49%,#01dbc1 100%);
    padding: 7px 25px 7px;
    line-height: 1.6;
    transition: all 0.2s ease-out
  }
  .send_m_btn button:hover{
    background: linear-gradient(to right, #01dbc1 0% ,#66a1e5 49%, #009fd5 100%);
  }
  .map_box{
    margin-top: 100px;
  }
  .map_box iframe{
    height: 500px;
  }
  .schedule_secv2{
    padding-top: 60px;
  }
  


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

    .def_sec {
        margin-top: 76px;
        min-height: 460px;
    }
    .map_box {
        margin-top: 50px;
    }
    .map_box iframe {
        height: 300px;
    }
    .boder_box{
        margin-bottom: 20px;
    }
    .meet_h_p {
        padding-top: 70px;
    }
    .meet_h_p h2{
        font-size: 44px;
        line-height: 47px;
    }
    .meet_h_p p{
        font-size: 16px;
        line-height: 22px;
    }
    .contact_sec {
        padding: 50px 0px;
    }
  }
  @media screen and (max-width: 767px) {
    .def_sec{
        padding-top: 55px;
    }
    .get_in_box h4{
        font-size: 26px;
        line-height: 30px;
    }
    .bac_wit_box{
        padding: 33px 20px 40px 20px;
    }
    .loc_h_p h6{
        font-size: 20px;
        line-height: 22px;
    }
  }
  @media screen and (max-width: 575px) {
    .schedule_secv2{
        padding-top: 40px;
      }
    .def_sec {
        margin-top: 65px;
        padding-top: 0px;
        min-height: 120px;
    }
    .meet_h_p {
        padding-top: 40px;
    }
    .map_box {
        margin-top: 30px;
    }
    .map_box iframe {
        height: 200px;
    }
    .send_m_btn button{
        font-size: 16px;
    }
    .meet_h_p h2 {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 10px;
    }
    .contact_sec {
        padding: 30px 0px 0px 0px;
    }
    .get_in_box h4 {
        font-size: 22px;
        line-height: 27px;
    }
    .loc_h_p h6 {
        font-size: 18px;
        line-height: 22px;
    }
    .input_box textarea{
        min-height: 150px;
    }
    .bac_wit_box {
        padding: 20px 15px 30px 15px;
    }
    .loc_em_ph_box{
        margin-bottom: 20px;
    }
    .round_box{
        height: 60px;
        width: 60px;
    }
    .round_box i {
        font-size: 25px;
    }
  }
  .blog_list_man_box{
    padding: 70px 0px;
  }
  .blog_in_box{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 35px 0 rgb(22 12 96 / 9%);
    margin-bottom: 30px;
  }
  .blog_in_box:last-child{
    margin-bottom: 0px;
  }

  .blog_img_box{
    position: relative;
  }
  .img_overly_box{
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 8px;
    transition: all 0.2s ease-out;
  }
  .img_overly_box:hover{
    opacity: 1;
  }
  .blog_img_box img{
    width: 100%;
    border-radius: 8px;
  }
  .blog_detel_box{
    padding: 0px 20px;
    margin-top: 30px;
  }
  .stup_img_box{
    justify-content: flex-start;
    bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .date_img_box{
    justify-content: center;
    position: absolute;
    bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .date_img_box img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }

  .date_img_box h6{
    font-family: 'Roboto';
    text-align: left;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 25px;
    text-decoration: none;
  }
  .date_img_box p{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
  }
  .stup_img_box img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }
.stup_img_box a{
    font-family: 'Roboto';
    text-align: left;
    color: #01b7cc;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 25px;
    text-decoration: none;
  }
.stup_img_box p{
    color: #6d727c;
    text-transform: uppercase;
    font-family: 'Roboto';
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
  }
  .entry_header{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .bran_def{
    padding: 7px 15px;
    font-family: 'Roboto';
    background: #2b3146;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.2em;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
  }
  .bran_def:hover{
    color: #fff;
  }

  .entry_header .ed_sh_a{
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 42px;
    text-transform: none;
    color: #061020;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 0.2s ease-out;
    background: transparent;
    padding: 0;
    text-decoration: none;
  }
  .entry_header .ed_sh_a:hover{
    color: #01b7cc;
  }
  .entry_p p{
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: none;
    color: #6d727c;
    margin: 20px 0px;
  }
  .entry_footer{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
  }
  .entry_footer a{
    font-size: 11px;
    font-weight: 500;
    color: #908dab;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-out;
  }
  .entry_footer a i{
    padding-left: 13px;
  }
  .entry_footer a:hover{
    color: #01b7cc;
  }
  .brayan_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
  .brayan_box img{
    height: 217px;
    width: 217px;
    border-radius: 50%;
  }
  .brayan_box h3{
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #061020;
    margin-top: 30px;
    font-family: 'Roboto';
    letter-spacing: -0.025em;
}
.brayan_box h6{
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #01B7CC;
    margin-bottom: 0;
}
.brayan_box p{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #6d727c;
    margin: 12px 0;
    text-align: center;
}
.sarch_box{
    position: relative;
    margin: 30px 0px 20px 0px;
}
.sarch_box input{
    width: 100%;
    height: 50px;
    border: 1px solid #eeeeee;
    padding: 11px 30px 11px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #667687;
    background: #ffffff;
    outline: none;
    font-family: 'Roboto';
}
.sarch_box i{
    position: absolute;
    right: 32px;
    top: 17px;
    font-size: 16px;
}
.def_h3_barn{
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #061020;
    line-height: 30px;
    margin-bottom: 20px;
}
.catego_box ul{
    padding: 0;
    margin: 0;
}
.catego_box ul li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.catego_box ul li a{
    font-family: 'Roboto';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    color: #6d727c;
    position: relative;
    padding-left: 15px;
    transition: all 0.2s ease-out;
}
.catego_box ul li a:hover{
    color: #01b7cc;
}
.catego_box ul li a::before{
    line-height: 20px;
    position: absolute;
    left: 0px;
    content: '';
    top: 50%;
    width: 5px;
    height: 5px;
    background: #26bccf;
    border-radius: 50%;
    margin-top: -2.5px;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    transition: left .25s ease;
}
.catego_box ul li a:hover:before{
    left: 3px;
}
.catego_box ul li h6{
    font-family: 'Roboto';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    color: #6d727c;
}
.def_pad_bor{
    border-bottom: 1px solid #e4e9ec;
    padding: 30px 0;
}
.rect_post_box .img_a_box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rect_post_box .img_a_box img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.rect_post_box .img_a_box a{
    font-family: 'Roboto';
    font-size: 18px;
    color: #061020;
    font-weight: 500;
    line-height: 20px;
    padding-left: 20px;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.rect_post_box .img_a_box a:hover{
    color: #01b7cc;
}
.enjoy_tree_a {}
.enjoy_tree_a a{
    font-family: 'Roboto';
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #6d727c;
    margin-right: 2px;
    margin-bottom: 5px;
    border: 1px solid #eaf1f6;
    border-radius: 20px;
    text-decoration: none;
}
.newsel_box .news_later_box{
    position: relative;
    top: 0;
    left: 0;
    padding: 40px 40px;
    background: #fff url(../img/new_bg.png) no-repeat;
    background-size: cover;
}
.newsel_box .left_head h3{
    margin-bottom: 0;
    text-align: center;
}
.newsel_box .left_head p{
    font-family: 'Roboto';
    color: rgba(0,0,0,0.5);
    margin-bottom: 16px;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
}
.newsel_box .inpt_form_inn button{
    background: #061020;
    padding: 14px 20px;
    width: 100%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 25px;
    margin-top: 10px;
}
@media screen and (max-width:767px) {
    .brayana_inp_man_box{
        margin-top: 30px;
    }
}
@media screen and (max-width:575px) {
    .blog_list_man_box {
        padding: 60px 0px 0 0;
    }
    .blog_in_box{
        padding: 10px;
    }
    .blog_detel_box {
        padding: 0px 10px;
    }
}
.detel_man_box{
    padding-top: 40px;
    padding-bottom: 32px;
    max-width: 840px;
    width: 100%;
}
.detel_man_box h1{
    font-family: 'Roboto';
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 64px;
    text-transform: none;
    color: #061020;
    margin-top: 15px;
    margin-bottom: 30px;
}
.detel_man_box .date_img_box{
    position: relative;
    bottom: 0;
    justify-content: flex-start;
}
.detel_man_box .date_img_box h6{
    color: #6d727c;
}
.detel_man_box .date_img_box p{
    color: #6d727c;
}
.soc_ic_img{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.who_detle_man_box{
    margin-bottom: 60px;
}
.who_detle_man_box p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Roboto';
    text-transform: none;
    color: #6d727c;
    margin-bottom: 40px;

}
.who_detle_man_box .fast_la::first-letter{
    font-size:3.5em;
    font-weight:700;
    line-height:.95;
}
.who_detle_man_box img{
    width: 100%;
    border-radius: 8px;
}
.mong_p_img_box{
    display: flex;
    margin-top: 40px;
    margin-bottom: 30px;
}
.mong_p_img_box img{
    border-radius: 8px;
}
.mong_p_img_box p{
    margin-left: 30px;
}
.bord_about_man_box{
    border-top: 1px solid #ccd4da;
    padding-top: 50px;
    margin-top: 50px;
    
}
.bord_about_man_box .def_pad_bor{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 0;
}
.bord_about_man_box .ftr_social_links{
    display: flex;
    align-items: center;
}
.bord_about_man_box .ftr_social_links h3{
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 11px;
    font-weight: 500;
    color: #6d727c;
    text-transform: uppercase;
}
.bord_about_man_box .ftr_social_links ul{
    margin-bottom: 0;
}
.bord_about_man_box .ftr_social_links ul li{
    margin-bottom: 0;
}
.singal_other_box{
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 35px 0px rgb(22 12 96 / 9%);
}
.about_def_h6{
    font-size: 13px;
    color: #10161b;
    font-family: 'Roboto';
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.author_step_box{
    display: flex;
    padding-top: 30px;
}
.author_img_box{
    max-width: 150px;
    width: 100%;
}
.author_img_box img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.stupe_curr_box{
    padding-left: 30px;
}
.stupe_curr_box h4{
    font-size: 24px;
    font-family: 'Roboto';
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #061020;
}
.stupe_curr_box p{
    padding-bottom: 30px;
    border-bottom: 1px solid #e7ebef;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #6d727c;
    font-family: 'Roboto';
    font-weight: 400;
}
.stupe_curr_box a{
    font-family: 'Roboto';
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 0px;
    color: #908dab;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}
.stupe_curr_box a:hover{
    color: #01B7CC;
}
.previo_man_box{
    max-width: 300px;
    width: 100%;
}
.previo_man_box h6{
    font-family: 'Roboto';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6d727c;
    letter-spacing: 0px;
    line-height: 28px;
    margin-bottom: 0;
}
.pad_woman_a{
    padding-left: 25px;
}
.previo_man_box a{
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    color: #061020;
    line-height: 28px;
    text-decoration: none;
    transition: all 0.2s ease-out;
    position: relative;
    max-width: 250px;
}
.previo_man_box a:hover{
    color: #01B7CC;
}
.previo_man_box a::before{
    content: '';
    width: 20px;
    height: 15px;
    background: url(../img/arrow_left.svg) no-repeat;
    position: absolute;
    top: 1px;
    left: -25px;
    background-size: 20px;
}
.relted_man_box{
    padding-top: 60px;
    display: inline-block;
    width: 100%;
}
.rel_post_box{
    margin-top: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.rel_post_box .rel_post_box_pad_rg{
    margin-left: 0;
}
.coment_man_box{
    padding-bottom: 25px;
}
.jane_done_box{
    margin-top: 40px;
    margin-bottom: 40px;
}
.def_stup_box{
    display: flex;
    margin-bottom: 40px;
}


.def_stup_box .jane_img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.the_row_box{
    padding-left: 30px;
}
.the_row_box p{
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 0px;
    color: #6d727c;
}
.jane_box_p{
    display: flex;
    justify-content: space-between;
}
.jane_box_p a{
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 24px;
    color: #061020;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.jane_box_p a:hover{
    color: #01B7CC;
}
.rgit_box{
    display: flex;
}
.rgit_box h5, .rgit_box a{
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: 500;
    color: #6d727c;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 28px;
}
.rgit_box a{
    text-decoration: none;
    margin-left: 20px;
}
.rgit_box a i{
    margin-right: 10px;
}
.left_bor_box{
    position: relative;
    padding-left: 100px;
}
.left_bor_box::before{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 34px;
    top: -35px;
    background: #dee1e9;
}
.you_emal_box p{
    font-family: 'Roboto';
    font-size: 14px;
    color: #6d727c;
    font-weight: 400;
    line-height: 28px;
    margin: 14px 0;
}
.two_inpt_box{
    display: flex;
    align-items: center;

}
.two_inpt_box .input_ma_l{
    margin-right: 20px;
}
.two_inpt_box input, .you_emal_box textarea{
    font-family: 'Roboto';
    width: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    padding-left: 20px;
    box-shadow: none;
    border: none;
    color: #6d727c;
    height: 48px;
    border: 1px solid #eaf1f6;
    border-radius: 10px;
    outline: none;
}
.two_inpt_box input::placeholder, .you_emal_box textarea::placeholder{
    color: #000;
}
.you_emal_box textarea{
    height: 150px;
    margin: 20px 0 30px 0;
}
.chek_box{
    display: flex;
    align-items: center;
   
}
.chek_box p{
    font-family: 'Roboto';
    font-size: 14px;
    color: #061020;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    margin-left: 5px;
}
.leave_man_box .post_btn{
    font-family: 'Roboto';
    background: #061020;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
    border: none;
    margin: 20px 0;
}
.leave_man_box .post_btn:hover{
    background: #01B7CC;
}
@media screen and (max-width:1199px) {
    .detel_man_box h1{
        font-size: 46px;
        line-height: 55px;
    }
    .mong_p_img_box{
        flex-direction: column;
    }
    .mong_p_img_box p {
        margin-left: 0px;
        margin-top: 10px;
    }
}
@media screen and (max-width:991px) {
    .detel_man_box h1 {
        font-size: 36px;
        line-height: 46px;
    }
}
@media screen and (max-width:767px) {
    .detel_man_box h1 {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .detel_man_box{
        padding-bottom: 15px;
    }
    .who_detle_man_box p{
        margin-bottom: 30px;
    }
    .singal_other_box{
        margin-top: 42px;
        margin-bottom: 42px;
        padding: 30px;
    }
    .relted_man_box{
        padding-top: 40px;
    }
    .rel_post_box{
        flex-direction: column;
    }
    .rel_post_box .rel_post_box_pad_rg{
        margin: 0 15px 20px 15px;
    }
}
@media screen and (max-width:575px) {
   
    .detel_man_box h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .soc_ic_img{
        flex-direction: column;
    }
    .detel_man_box .date_img_box{
        margin-bottom: 20px;
    }
    .who_detle_man_box p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .who_detle_man_box {
        margin-bottom: 40px;
    }
    .bord_about_man_box {
        padding-top: 35px;
        margin-top: 35px;
    }
    .bord_about_man_box .def_pad_bor{
        flex-direction: column;
    }
    .bord_about_man_box .ftr_social_links{
        margin-bottom: 20px;
    }
    .singal_other_box {
        padding: 10px;
    }
    .author_step_box{
        flex-direction: column;
    }
    .stupe_curr_box {
        padding-left: 0px;
    }
    .rel_post_box{
        margin-bottom: 40px;
    }
    .def_stup_box{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .the_row_box {
        padding-left: 0px;
        margin-top: 20px;
    }
    .left_bor_box{
        padding: 0;
    }
    .left_bor_box::before{
        display: none;
    }
    .jane_done_box {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .coment_man_box {
        padding-bottom: 10px;
    }
    .two_inpt_box .input_ma_l {
        margin-right: 5px;
    }
    .two_inpt_box input, .you_emal_box textarea {
        font-size: 13px;
        line-height: 27px;
        padding-left: 13px;
    }
    .you_emal_box textarea {
        margin: 20px 0 20px 0;
    }
    .chek_box p {
        font-size: 13px;
        line-height: 16px;
        margin-left: 7px;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  max-height: 731px;
  overflow: hidden;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 100%;

    &:focus,
    &:hover {
        outline: 0;
    }
}

[dir='rtl'] .slick-slide {
    float: right;
}



.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 48px;
  font-weight: bold;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: '\f104';
}

[dir='rtl'] .slick-prev:before {
    content: '\f105';
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: '\f105';
}

[dir='rtl'] .slick-next:before {
    content: '\f104';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    bottom: 16px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 16px;
    height: 16px;
    margin: 0 8px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 16px;
    height: 16px;
    padding: 8px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    width: 16px;
    height: 16px;

    content: '\f111';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity 0.25s;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/**
 * Photo
 */

.slider-photo {
  background-size: cover;
  background-position: center;
  min-height: 450px;
  padding-bottom: 5%;
  will-change: transform;
animation: scale 5s ease-in-out forwards;
  }
  
 

@keyframes scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1) rotate(0.01deg); // Rotate fixes shaking animation in some browsers. http://stackoverflow.com/questions/28992549/internet-explorer-and-css-transform-value-of-scale-on-keyframes
    }
}

/**
 * Wrapper
 */

.slider-photo {
  background-size: cover;
  background-position: center;
  height: 450px;
}
.slick-list.draggable {
    max-height: 450px;
}
.mt-100 {
    margin-top:80px;
}  

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    min-width: 508px!important;
    min-height: 408px !important;
    margin: 0 auto;
    border-radius: 4px;
}
img.lb-image {
    min-width: 500px;
    min-height: 400px;
    display: block;
} 
div#lightbox {
    display: none;
}
@media screen and (max-width: 640px){
.def_tp_pdng {
    padding-top: 70px !important;
    padding-bottom: 0 !important;
} 

.mt-100 {
    margin-top:0px;
} 
.slider-photo {
    background-size: cover;
    background-position: top center;
    min-height: 150px;
    height: 100%;
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    min-width: 100% !important;
    width: 100% !important;
    min-height: 408px !important;
    margin: 0 auto;
    border-radius: 4px;
}
img.lb-image {
    min-width: 100%;
    min-height: 400px;
    display: block;
}
.lb-dataContainer {
    width: 100% !important;
}
div#lightbox {
    display: none;
}
}


.lds-dual-ring {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.lds-dual-ring::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


  .border-right {
    border-right: 1px solid #dee2e6!important;
}
  
.slick-slider:not(.slick-initialized) .slider-photo:not(:first-child) {
    display: none;
    
}
.text-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 .events-sm-mete ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.events-sm-mete ul li p {
    font-size: 15px;
    color: #000;
    width: 50%;
    margin-bottom: 0;
    font-weight: 400;
}
.events-sm-mete ul li h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
    width: 50%;
    margin-bottom: 0;
}
.events-description span {
    font-size: 14px;
    text-transform: uppercase;
    color: #ec6e39;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
section.section.gallery-part {
    padding: 10px 0px 50px 0px;
}
.dark-mode .events-sm-mete ul li p {
    color: #e1e6ea;
}
.dark-mode .events-sm-mete ul li h6 {
    color: #e1e6ea;
}
.dark-mode .events-description span {
    color: #e1e6ea;
}
.dark-mode .event_text p{
    color: #e1e6ea;
}
.dark-mode p{
    color: #e1e6ea;
}
.has-error .checkbox, .file .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #dc3545;
}
.has-error .form-control {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
}