﻿    /* header sections starts */
    
    .head_wrap {
        padding-top: 15px;
        padding-bottom: 15px;
        background: #fff;
        opacity: 0.9;
        position: fixed;
        width: 100%;
        z-index: 999;
        left: 0;
        right: 0;
        border-bottom: 1px solid #C1C1C1;
        -webkit-transition: ease-out 0.5s;
        -moz-transition: ease-out 0.5s;
        -o-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
    }
    
    .head_menu {
        padding: 7px 0;
        margin: 0;
        float: right;
    }
    
    .head_menu li a {
        color: #000;
        text-transform: uppercase;
        font-size: 11px;
        text-decoration: none;
    }
    
    .head_menu li {
        /* padding: 0 9px; */
        padding: 0 0.7rem;
    }
    
    .head_menu li:last-child {
        padding-right: 0;
    }
    
    .head_menu li a {
        padding-bottom: 5px;
        border-bottom: 3px solid #fff;
    }
    
    .head_menu li.mactive a {
        border-bottom: 3px solid #01A1DD;
    }
    
    .head_menu li a:hover {
        border-bottom: 3px solid #01A1DD;
    }
    /* header sections Ends */
    /* mobile menu starts */
    
    .mob_btn,
    .mob_btn:focus,
    .mob_btn:active {
        position: absolute;
        display: block;
        right: 15px;
        border: 0;
        width: 45px;
        height: 35px;
        padding: 8px 10px;
        outline: 0;
        background: #fff;
        top: 14px;
    }
    
    .mob_btn .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 6px;
        background: #0F465E;
        margin-bottom: 4px;
    }
    /* mobile menu ends */
    /* banner section starts */
    
    .banner_wrap {
        background: url("../images/home_bg.jpg") no-repeat;
        min-height: 650px;
        background-size: cover;
        color: #fff;
        background-position: center;
    }
    
    .numbr {
        font-size: 30px;
        font-weight: bold;
    }
    
    .banr_details {
        font-size: 24px;
        font-weight: bold;
        color: #eeeeee;
        text-shadow: 5px 2px 6px #000;
    }
    
    .click_login {
        color: #FDDEA5;
    }
    
    .click_login:hover {
        color: #01A1DD;
    }
    
    .bord_right {
        border-right: dotted;
        padding-right: 30px;
    }
    /* banner login starts */
    
    .banner_wrap2 {
        background: url("../images/login_bg.png") no-repeat;
        min-height: 650px;
        background-size: cover;
        background-position: center;
        color: #fff;
        position: absolute;
        width: 100%;
        z-index: 100;
        top: -700px;
        -webkit-transition: ease-out 1s;
        -moz-transition: ease-out 1s;
        -o-transition: ease-out 1s;
        transition: ease-out 1s;
    }
    
    .banr_show .banner_wrap2 {
        top: 0;
    }
    /*.banr_show #BOOKED {
  display:none;
} */
    
    .banner_wrap2 .banner_inner {
        padding-top: 230px;
    }
    
    .banr2_head {
        padding-right: 50px;
        border-right: 2px dotted;
    }
    
    .welcome_wrap {
        padding-left: 50px;
    }
    
    .login_htitle {
        font-size: 30px;
        padding-top: 19px;
        margin-top: -75px;
        line-height: 1;
        text-shadow: 4px 3px 3px #000;
    }
    
    .email_inpt,
    .pswd_inpt {
        position: relative;
        margin-bottom: 10px;
    }
    
    .pswd_inpt {
        margin-bottom: 12px;
    }
    
    .email_inpt .form-control,
    .pswd_inpt .form-control {
        padding-left: 35px;
        border-radius: 0;
        top: 33px;
    }
    
    .email_inpt .glyphicon-envelope {
        top: 10px;
        color: #A4A4A4;
        font-size: 16px;
        left: 13px;
        position: absolute;
    }
    
    .glyphicon-lock {
        top: 10px;
        color: #A4A4A4;
        font-size: 16px;
        left: 13px;
        position: absolute;
    }
    
    .btn-login {
        padding: 5px 15px;
        border: 1px solid #fff;
        color: #fff;
        -webkit-transition: ease-out 0.5s;
        -moz-transition: ease-out 0.5s;
        -o-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
        display: block;
        font-size: 12px;
        font-weight: bold;
    }
    
    .btn-login:hover {
        color: #fff;
        background: #01A1DD;
        border: 1px solid #01A1DD;
    }
    
    .forget_pswd a {
        font-size: 12px;
        color: #fff;
        padding-top: 7px;
        display: block;
    }
    
    .forget_pswd a:hover {
        color: #01A1DD;
    }
    
    .btn-close {
        border: 2px solid #fff;
        display: inline-block;
        padding: 6px 25px;
        border-radius: 0;
        color: #fff;
        position: absolute;
        right: 15px;
        bottom: 1px;
    }
    
    .btn-close:hover {
        color: #fff;
        background: #01A1DD;
        border: 1px solid #01A1DD;
    }
    /* banner login ends */
    /* banner section ends */
    /* transaction section starts */
    
    .bg_grn {
        background: #06ABA7;
        padding-top: 15px;
        color: #fff;
        padding-bottom: 15px;
        font-size: 16px;
        font-weight: bold;
        min-height: 185px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .bg_violt {
        background: #784D7A;
        padding: 15px;
        color: #fff;
        padding-bottom: 15px;
        font-size: 16px;
        font-weight: bold;
        min-height: 185px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .transec_img img {
        min-height: 185px;
    }
    
    .dwnld_arw {
        /* padding-right: 25px;
  padding-top: 6px; */
        position: absolute;
        right: 25px;
        bottom: 15px;
    }
    
    .dwnld_arw img {
        width: 35px;
    }
    
    .dwnld_arw img:hover {
        opacity: 0.9;
    }
    
    .view_event_sec {
        position: relative;
    }
    
    .view_evnt_arw {
        position: absolute;
        right: 10px;
        bottom: 15px;
    }
    
    .view_evnt_arw img {
        width: 35px;
    }
    
    .view_evnt_arw img:hover {
        opacity: 0.9;
    }
    /* transaction section ends */
    /* Networking section starts */
    
    .bg_org {
        background: #DC6545;
        color: #fff;
        font-weight: bold;
    }
    
    .stud_count {
        font-size: 30px;
    }
    
    .bg_ylw {
        background: #E9B045;
        color: #fff;
        font-weight: bold;
    }
    
    .ncp_wrap {
        /* background:url("../images/trans_bg.png") no-repeat; */
        min-height: 402px;
        background-size: cover !important;
        background-position: center !important;
    }
    
    .ncp_inner {
        padding-left: 100px;
        padding-left: 80px;
        padding-top: 30px;
        color: #5B5B5B;
    }
    
    .ncf_title {
        font-size: 38px;
        line-height: 1.1;
    }
    
    .days_list {
        padding-left: 27px;
        font-size: 16px;
    }
    /* Networking section ends */
    /* Comprehensive sections starts */
    
    .agenda_head {
        font-size: 26px;
    }
    
    .agenda_list {
        padding-left: 16px;
        font-size: 16px;
    }
    
    .bgful_agenda {
        background: url("../images/oxford_bottom.jpg") no-repeat;
        color: #fff;
        background-size: cover;
        background-position: center;
        margin-top: -1px;
        padding: 90px 0 75px;
    }
    
    .bloq_wrap {
        position: absolute;
        top: -70px;
        left: 165px;
    }
    
    .bloq_content {
        padding-top: 55px;
    }
    /* Comprehensive sections ends */
    /* footer section starts */
    
    .foot_wrap {
        padding: 15px 0;
        background: #E9EEF1;
    }
    
    .foot_wrap p {
        font-size: 12px;
        padding-top: 7px;
        margin: 0;
    }
    
    .social_icons ul li img {
        width: 25px;
        -webkit-transition: ease-out 0.5s;
        -moz-transition: ease-out 0.5s;
        -o-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
    }
    
    .social_icons ul li img:hover {
        opacity: 0.8;
    }
    
    .social_icons ul {
        margin: 0;
    }
    
    .social_icons ul li:last-child {
        padding-right: 0;
    }
    /* footer section ends */
    /* time seconds in banner home page starts */
    
    .margin {
        margin-top: 5px;
        margin-bottom: 1px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    canvas {
        z-index: 100;
    }
    
    .labelPercentage {
        font-size: x-large;
    }
    
    .labelText {
        font-size: 7px;
        color: #CCCCCC;
        position: relative;
        top: -11px;
    }
    
    .labelContainer {
        display: block;
        text-align: center;
        width: 50px;
        font-family: Helvetica;
    }
    
    .banner_wrap #BOOKED {
        width: 100px;
        height: 50px;
        position: relative;
        top: -64px;
        left: 100px;
        max-width: 114px;
        max-height: 57px;
    }
    
    .about_timewrap #BOOKED {
        width: 100px;
        height: 50px;
        position: relative;
        top: -64px;
        left: 135px;
        max-width: 143px;
        max-height: 63px;
    }
    
    .about_timewrap .labelText,
    .about_timewrap .labelLink {
        color: #000;
    }
    
    #container {
        height: 0;
    }
    
    .labelLink {
        color: #fff;
        font-size: 11px;
        position: relative;
        top: -6px;
    }
    /* time seconds in banner home page ends */
    
    .dots {
        position: fixed;
        right: 15px;
        top: 250px;
        z-index: 99;
        display: none;
    }
    
    .home .dots {
        display: block;
    }
    
    .dots span {
        width: 18px;
        height: 18px;
        background: #989A97;
        margin: 10px 4px;
        display: block;
        border-radius: 14px;
        border: 3px solid #fff;
        font-size: 0;
        cursor: pointer;
    }
    
    .dots span.active {
        background: #01A1DD;
    }
    
    .form-group label.error {
        margin-top: 0;
        color: #ff0000;
        text-shadow: none;
        font-weight: bold;
    }
    /* agenda page starts */
    
    .agenda_bwrap {
        background: url('../images/application_bg.jpg') no-repeat;
        background-size: cover;
        background-position: center;
        color: #fff;
        min-height: 350px;
        padding-top: 140px;
    }
    
    .agenda_wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    .accordion-toggle {
        display: block;
    }
    
    .agenda_accordion#accordion {
        display: block;
        color: #000000;
    }
    
    .agenda_accordion #panel2 {
        color: #000000;
    }
    
    .agenda_accordion #panel3 {
        color: #000000;
    }
    
    .agenda_accordion #panel4 {
        color: #000000;
    }
    
    .agenda_accordion #panel5 {
        color: #000000;
    }
    
    .agenda_accordion #panel6 {
        color: #000000;
    }
    
    .panel-heading.active {
        background-color: #002049;
    }
    
    .agenda_accordion .pan1 {
        background: #307596;
    }
    
    .agenda_accordion .pan2 {
        background: #44688D;
        color: #fff;
    }
    
    .agenda_accordion .pan3 {
        background: #4A8B8E;
        color: #fff;
    }
    
    .agenda_accordion .pan4 {
        background: #564585;
        color: #fff;
    }
    
    .agenda_accordion .pan5 {
        background: #B68C6F;
        color: #fff;
    }
    
    .agenda_accordion .pan6 {
        background: #7E4259;
        color: #fff;
    }
    
    .agenda_accordion a:hover,
    .agenda_accordion a:focus {
        color: #fff;
    }
    
    .agenda_accordion .panel-default>.panel-heading {
        color: #fff;
        border-radius: 0;
    }
    
    .agenda_accordion .panel-heading.active a {
        color: #fff;
    }
    /* agenda page ends */
    /* contact page starts */
    
    .contact_bwrap {
        background: url("../images/home_bg.jpg") no-repeat;
        min-height: 350px;
        background-size: cover;
        color: #fff;
        padding-top: 160px;
        background-position: center;
    }
    
    .contact_wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    #contactus {
        /*background: #F2F2F2;*/
        padding: 0;
        border-radius: 10px;
    }
    
    #contactus .required {
        color: #C3293A;
    }
    
    #contactus .btn {
        background: #008ED3;
        color: #fff;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        /* margin-right: 7px; */
    }
    
    #contactus .btn:hover {
        background: #231F20;
    }
    
    #contactus .btn-reset {
        background: #231F20;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    #contactus .btn-reset:hover {
        background: #008ED3;
    }
    
    #contactus label {
        font-size: 12px;
        color: #000;
        width: 100%;
    }
    
    #contactus .error {
        color: #ff0000;
        font-size: 11px;
    }
    /* contact page ends */
    /* Accomodation page starts */
    
    .accomd_bwrap {
        background: url('../images/login_bg.png') no-repeat;
        background-size: cover;
        color: #fff;
        min-height: 350px;
        padding-top: 110px;
    }
    
    .accod_wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    .accod_vbg {
        background: #784D7A;
        color: #fff;
        font-weight: bold;
        padding: 40px;
        min-height: 200px;
    }
    
    .accod_brbg {
        background: #372018;
        color: #fff;
        font-weight: bold;
    }
    
    .accod_brbginner {
        padding: 25px;
        min-height: 200px;
    }
    
    .accod_bgbrwn {
        background: #372018;
        color: #fff;
        font-weight: bold;
        padding: 25px;
        min-height: 150px;
    }
    
    .accod_bgvlt {
        background: #784D7A;
        color: #fff;
        font-weight: bold;
        padding: 25px;
        min-height: 150px;
    }
    /* Accomodation page ends */
    
    canvas {
        z-index: 1;
    }
    /* profile page starts */
    
    .full_bg {
        background: #E9EEF1;
        font-family: 'Roboto', sans-serif;
    }
    
    .profileb_wrap {
        background: url("../images/home_bg.png") no-repeat;
        min-height: 350px;
        background-size: cover;
        color: #fff;
        padding-top: 160px;
        background-position: center;
    }
    
    .profile_wrap {
        /*color:#6C6E70;*/
        color: #000;
        background: #fff;
    }
    
    .profile_wrap .pdesc {
        margin: 10px 0;
        font-weight: bold;
        line-height: 17px;
        font-size: 13px;
    }
    
    .profile_wrap h4 {
        color: #6B81A4;
    }
    
    .profile_wrap h5 {
        font-size: 16px;
        margin: 15px 0;
    }
    
    .profile_wrap ul {
        padding-left: 15px;
    }
    
    .profile_wrap ul li {
        padding-left: 10px;
        margin-bottom: 10px;
    }
    
    .profile_wrap ul li span {
        font-weight: bold;
    }
    
    .bbold {
        font-weight: bold;
    }
    
    .profile_wrap hr {
        margin: 15px 0 0;
        border: 0;
        border-bottom: 2px dotted #B4B5B7;
    }
    /* .top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  background:#555;
  width: 50px;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 13px;
  font-size: 13px;
  z-index: 999;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.top img {
  position:relative;
  left:2px;
}
.top:hover { 
  background:#2985e8;
} */
    
    .sp_wrap {
        padding-top: 25px;
    }
    
    .sp_wrap .btn-blue {
        width: 100%;
    }
    
    .sp_wrap .btn-org {
        width: 100%;
        margin-top: 0;
    }
    
    .sp_wrap {
        border-bottom: 2px dotted #ccc;
    }
    
    .profile_wrap .col-img-wid {
        width: 18%;
        padding-right: 15px;
        float: left;
        min-width: 125px;
    }
    
    .profile_wrap .col-cont-wid {
        width: 100%;
    }
    
    @media (max-width:991px) and (min-width:768px) {
        .prfoile_body .foot_wrap {
            position: static;
        }
    }
    /* profile page ends */
    /* Programme Page starts here */
    
    .program_wrap {
        background: rgba(0, 0, 0, 0) url("../images/programme_bg.png") repeat scroll center center / cover;
        min-height: 350px;
        padding-top: 140px;
    }
    
    .program_wrap h1 {
        color: #fff;
    }
    
    .prog_wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    .program_wrap {
        background: rgba(0, 0, 0, 0) url("../images/programme_bg.png") repeat scroll center center / cover;
        min-height: 345px;
        padding-top: 140px;
    }
    
    .program_wrap h1 {
        color: #fff;
    }
    
    .auth-nme p {
        font-size: 11px;
        margin: 4px;
    }
    
    .auth-nme span {
        font-weight: bold;
        font-size: 13px;
    }
    
    .auth-nme img {
        width: 126px;
    }
    
    .secp {
        padding: 41px;
        background: #784D7A;
        color: #fff;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    
    @media (max-width: 599px) and (min-width: 320px) {
        .prog-prof img {
            margin-right: 15px;
            margin-bottom: 8px;
            width: 100px;
        }
    }
    /* Programme Page ends here */
    /* Customization */
    
    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #fff;
        text-decoration: none
    }
    
    @media (max-width: 599px) and (min-width: 320px) {
        h1 {
            font-size: 43px;
        }
    }
    
    .email_inpt .glyphicon-user {
        top: 10px;
        color: #A4A4A4;
        font-size: 16px;
        left: 13px;
        position: absolute;
    }
    
    .glyphicon-off {
        top: 2px;
        left: 0px;
        color: red;
        font-size: 16px;
    }
    
    .agenda_accordion #panelA {
        background: #fff;
        color: #000;
    }
    
    .agenda_accordion #panelB {
        background: #fff;
        color: #000;
    }
    
    .agenda_accordion #panelC {
        background: #fff;
        color: #000;
    }
    
    .agenda_accordion #panelD {
        background: #fff;
        color: #000;
    }
    
    .agenda_accordion #panelA h3 {
        margin: 15px 0;
        color: #18599D;
        font-family: inherit;
        font-weight: 500;
    }
    
    .agenda_accordion #panelB h3 {
        margin: 15px 0;
        color: #18599D;
        font-family: inherit;
        font-weight: 500;
    }
    
    .agenda_accordion #panelC h3 {
        margin: 15px 0;
        color: #18599D;
        font-family: inherit;
        font-weight: 500;
    }
    
    .agenda_accordion #panelD h3 {
        margin: 15px 0;
        color: #18599D;
        font-family: inherit;
        font-weight: 500;
    }
    
    .agenda_accordion #panelA a:hover {
        color: blue;
    }
    
    .agenda_accordion #panelB a:hover {
        color: blue;
    }
    
    .agenda_accordion #panelC a:hover {
        color: blue;
    }
    
    .agenda_accordion #panelD a:hover {
        color: blue;
    }
    
    .agenda_accordion hr {
        color: red;
    }
    /* popup starts */
    
    .modal-dialog.video-full {
        width: 750px;
    }
    
    .video-full .modal-header {
        display: none;
    }
    
    .video-full .modal-body iframe {
        width: 100%;
        height: 500px;
    }
    
    .video-full .modal-body {
        padding: 0px;
    }
    
    .video-full .modal-content {
        border-radius: 0;
        background: transparent;
    }
    
    .close.vid-close {
        z-index: 99;
        width: 45px;
        right: -45px;
        background: #fff;
        text-align: center;
        padding: 0px;
        position: absolute;
        height: 45px;
        color: #000;
        opacity: 1;
    }
    
    .close.vid-close:hover,
    .close.vid-close:focus {
        background: #01A1DD;
        color: #fff;
    }
    /***** gallery page starts *****/
    
    .gal_mwrap {
        position: relative;
    }
    
    .gallery_wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    .gal_mwrap .img-rounded:focus {
        border: 0;
        outline: 0;
    }
    
    .popimg_wrap {
        width: 30%;
        float: left;
        padding-right: 15px;
    }
    
    .popcont_wrap {
        width: 70%;
        float: left;
    }
    
    .popcont_wrap h6 {
        margin-top: 0;
        line-height: 20px;
    }
    
    .popcont_wrap .gallery-view {
        position: absolute;
        bottom: 0;
    }
    
    .popcont_wrap .video-view {
        position: absolute;
        bottom: 0;
        left: 350px;
    }
    /***** gallery page ends *****/
    /*** changes 2-4-18 starts ***/
    /*** goto top starts ***/
    
    .gotop {
        position: fixed;
        bottom: 65px;
        right: 15px;
        cursor: pointer;
        width: 30px;
        display: none;
        z-index: 99;
    }
    
    img {
        max-width: 100%;
    }
    /*** goto top ends ***/
    
    .panel-group .panel {
        position: relative;
    }
    
    .glyphicon.glyphicon-plus,
    .glyphicon.glyphicon-minus,
    body .days_accordion .glyphicon-minus,
    body .days_accordion .glyphicon-plus {
        font-size: 26px;
        position: absolute;
        right: 10px;
        top: 5px;
        font-family: inherit;
        font-weight: 700;
    }
    
    #contactus p {
        font-size: 18px;
        margin-bottom: 15px;
        color: #18599D;
        font-weight: 500;
    }
    
    #network {
        margin-top: -1px;
    }
    /*** changes 2-4-18 ends ***/
    /*** index page starts ***/
    
    .down_file {
        cursor: pointer;
    }
    
    a.down_file:hover,
    a.down_file:visited,
    a.down_file:focus,
    a.down_file:active {
        color: blue;
    }
    
    .sub_menu_link {
        cursor: pointer;
    }
    
    a.sub_menu_link:hover,
    a.sub_menu_link:visited,
    a.sub_menu_link:focus,
    a.sub_menu_link:active {
        color: white;
    }
    
    .self_wind_link {
        cursor: pointer;
    }
    
    .btn-login-btn {
        padding: 5px 15px;
        border: 1px solid #fff;
        color: #fff;
        -webkit-transition: ease-out 0.5s;
        -moz-transition: ease-out 0.5s;
        -o-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
        display: block;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        border-radius: 0;
        background: transparent;
        outline: 0;
    }
    
    .btn-login-btn:hover {
        color: #fff;
        background: #01A1DD;
        border: 1px solid #01A1DD;
    }
    
    .btn-login-btn:focus {
        outline: 0;
    }
    /*** index page ends ***/
    /*** transaction banking materials starts ***/
    
    .down_file {
        cursor: pointer;
    }
    
    a.down_file:hover,
    a.down_file:visited,
    a.down_file:focus,
    a.down_file:active {
        color: blue;
    }
    
    .sub_menu_link {
        cursor: pointer;
    }
    
    a.sub_menu_link:hover,
    a.sub_menu_link:visited,
    a.sub_menu_link:focus,
    a.sub_menu_link:active {
        color: white;
    }
    
    .self_wind_link {
        cursor: pointer;
    }
    /*** transaction banking materials ends ***/
    
    .graybox {
        background: #E4E4E4;
        padding: 10px 0px;
        margin-bottom: 15px;
    }
    
    @media (max-width:991px) {
        .modal-dialog.video-full {
            max-width: 85%;
            margin: 0 auto;
            margin-top: 65px;
        }
        .popcont_wrap .gallery-view {
            position: static;
        }
        /*** changes 2-4-18 starts ***/
        .bgful_agenda {
            background-position: 40%;
        }
        #network .pad40.bg_org {
            padding: 166px 0;
        }
        /*** changes 2-4-18 ends ***/
        .head_wrap {
            opacity: 1;
        }  
        .mtree-demo ul li:last-child {
               display: block;
    margin: 0 auto;
    max-width: 100px;
    margin-top: 20px;
    text-align: center;
        } 


    }
    
    @media (max-width:767px) {
        .close.vid-close {
            top: -46px;
            right: 0;
        }
        .video-full .modal-body iframe {
            height: 400px;
        }
        /*** changes 2-4-18 starts ***/
        .contact-us .mpad0,
        .contact-us .contact_wrap {
            padding-top: 0;
            padding-bottom: 0;
        }
        #contactus p {
            font-size: 16px;
        }
        /*** changes 2-4-18 ends ***/
    }
    
    @media (max-width:480px) {
        .video-full .modal-body iframe {
            height: 300px;
        }
        /* #contactus {
    padding: 25px 15px;
  } */
    }
    
    .mtree-demo {
        padding-top: 9px;
        padding-bottom: 20px;
    }
    /***  Login Page  ***/
    
    .txt-white {
        color: white;
    }
    
    .lwa-username-label {
        display: none;
    }
    
    .lwa-password-label {
        display: none;
    }
    
    .lwa-rememberme {
        display: none;
    }
    
    .lwa-submit-links label {
        display: none;
    }
    
    .lwa-submit-links a {
        color: white;
    }
    
    #lwa_wp-submit {
        padding: 5px 15px;
        border: 1px solid #fff;
        color: #fff;
        -webkit-transition: ease-out 0.5s;
        -moz-transition: ease-out 0.5s;
        -o-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
        display: block;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        border-radius: 0;
        background: transparent;
        outline: 0;
    }
    
    #lwa_wp-submit:hover {
        border-color: #0084BF;
        background: #0084BF;
    }
    /*  tbody input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 0;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    
    tbody input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    } */
    
    .lwa-username .lwa-username-input input {
        width: 100%;
    }
    
    .lwa-password .lwa-password-input input {
        width: 100%;
    }
    
    .lwa-submit-links {
        text-align: right;
    }
    
    .lwa-links-remember-cancel {
        color: #fff;
        padding: 7px 15px;
        border: 1px solid #fff;
        color: #fff;
        -webkit-transition: ease-out 0.5s;
        -moz-transition: ease-out 0.5s;
        -o-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
        display: block;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        border-radius: 0;
        background: transparent;
        outline: 0;
        text-align: center;
        margin-top: 5px;
    }
    
    .lwa-links-remember-cancel:hover {
        color: #fff;
    }
    
    .lwa-remember-email .lwa-user-remember {
        width: 100%;
    }
    
    .lwa-remember-buttons .lwa-button-remember {
        padding: 5px 15px;
        border: 1px solid #fff;
        color: #fff;
        -webkit-transition: ease-out 0.5s;
        -moz-transition: ease-out 0.5s;
        -o-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
        display: block;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        border-radius: 0;
        background: transparent;
        outline: 0;
    }
    
    .lwa-remember {
        width: 100%;
    }
    
    .lwa-remember-buttons {
        text-align: right;
    }
    
    .lgn-close {
        margin-bottom: 15px;
    }
    
    .banner_wrap p {
        color: #000;
    }
    
    .bannerset a {
        margin-top: 10px;
    }
    
    .bannerset {
        max-height: 350px;
    }
    
    .home .bannerset {
        max-height: none;
    }
    
    .imgvid-set {
        position: relative;
        cursor:pointer;
    }
    
    .imgvid-set .tran-play {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 40%;
        left: 44%;
        cursor: pointer;
    }
    
    .card-wrapper .selectbox {
        margin: 0px 5px;
    }
    
    .com-gimg img {
        width: 100%;
    }
    
    .com-gimg-parent {
        /* width: 100%;
        float: left; */
        position: relative;
        padding: 10px 0 30px;
    }
    
    .com-gimg ul li {
        width: 33.333%;
        float: left;
        padding: 0;
    }
    
    .com-gimg ul li::before {
        width: 100%;
        float: left;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        z-index: 222;
        background: rgba(0, 0, 0, 0.16);
    }
    
    .com-gimg ul.slick-dots li::before {
        display: none;
    }
    
    .com-gimg-parent h3 {
        padding-bottom: 25px;
    }
    
    .com-post-parent h3 {
        padding-bottom: 20px;
    }
    
    .com-post-parent {
        width: 100%;
        float: left;
        padding: 10px 0 0px;
    }
    
    .com-pimg {
        position: relative;
        padding: 0;
    }
    
    .com-pimg img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    .com-pcontent {
        position: absolute;
        top: 0;
        content: "";
        left: 0;
        width: 100%;
        float: left;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .com-pcontent .day-desc {
        font-size: 14px;
        font-weight: 600;
        text-shadow: -1px 0px 8px #313131;
        margin: 0;
        font-weight: 500;
    }
    
    .com-pcontent h5,
    .com-pcontent h4,
    .com-pcontent h3,
    .com-pcontent h2,
    .com-pcontent h1,
    .com-pcontent p {
        font-size: 18px;
        font-weight: 600;
        text-shadow: -1px 0px 5px #313131;
        line-height: 1.5;
        margin: 0;
    }
    
    .com-btn {
        border: 1px solid #e4e4e4;
        color: #7c7c7c;
        border-radius: 0;
        text-align: center;
        padding: 10px 20px;
        margin-top: 20px;
        font-weight: 600;
        min-width: 125px;
    }
    
    .com-btn:hover {
        color: #7c7c7c;
    }
    .com-btn:focus  {
    	color:#7c7c7c;
    }
        
    #groups-all a {
        font-weight: 500 !important;
        color: #fff !important;
        border: 0;
        background: #01A1DD !important;
        outline: none;
        text-decoration: none;
        display: inline-block;
        padding: 5px 25px;
        border-radius: 22px;
    }
    
    #groups-all a span {
        background: transparent !important;
        color: #fff !important;
        border-color: #fff !important;
    }
    
    #activity-filter-by,
    #members-order-by {
        /* height: 31px; */
        border-radius: 0;
        margin-right: 0;
        border-radius: 3px !important;
        background: url('../images/dwn-arrow.svg') #fff no-repeat right center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-position: 97% !important;
        cursor: pointer;
        padding: 2px 15px;
    }
    
    .label {
        color: #000;
        font-size: 14px;
    }
    
    #buddypress select,
    #members-order-by select {
        margin-bottom: 10px;
    }
    
    #buddypress #subnav ul,
    #buddypress #object-nav ul {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
        float: left;
    }
    
    #subnav ul li,
    #object-nav ul li {
        padding: 0 20px;
    }
    
    #buddypress #subnav ul li a,
    #buddypress #object-nav ul li a {
        padding: 8px 0;
        display: inline-block;
        border-bottom: 3px solid transparent;
        color: #aaa;
    }
    
    #buddypress #subnav ul li a:hover,
    #buddypress #object-nav ul li a:hover {
        border-bottom: 3px solid #0C80B3;
    }
    
    #buddypress #subnav ul li.current a,
    #buddypress #object-nav li.current a {
        background-color: transparent;
        opacity: 1;
        font-weight: 400;
        border-bottom: 3px solid #0C80B3;
    }
    
    #buddypress input[type="checkbox"] {
        height: auto;
        width: auto;
        margin: 0 auto;
    }
    
    #buddypress tbody input[type="radio"] {
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    
    #buddypress table.notification-settings {
        width: 100%;
    }
    
    #buddypress form input {
        max-width: 400px;
        width: 100%;
    }
    
    #buddypress input[type="submit"] {
        width: auto;
    }
    
    #buddypress #members_search {
        width: auto;
    }
    
    #buddypress #groups_search {
        width: auto;
    }
    
    #buddypress #item-actions h2 {
        font-size: 18px;
    }
    
    #buddypress h2 {
        font-size: 24px;
    }
    
    .com-gimg ul.slick-dots {
        text-align: center;
        bottom: -40px;
    }
    
    .com-gimg ul.slick-dots li {
        width: initial;
        float: inherit;
        height: auto;
    }
    
    .com-gimg ul.slick-dots li button {
        background: #d8d8d8;
        border-radius: 100%;
        width: 12px;
        height: 12px;
    }
    
    .com-gimg ul.slick-dots li button:before {
        display: none;
    }
    
    .com-gimg ul.slick-dots li.slick-active button {
        background: #634d77;
    }
    
    #buddypress #header-cover-image {
        background-position: center center;
    }
    
    #buddypress ul li.feed {
        display: none;
    }
    
    .head-community a {
        font-size: 23px;
        color: #134a65;
    }
    
    .head-community {
        font-size: 23px;
        color: #134a65;
        border-left: 2px solid #ddd;
        margin-left: 5px;
        padding: 4.5px 5px;
    }
    
    .comm-slick {
        max-height: 280px;
        overflow: hidden;
    }
    
    .comm-slick .slick-next {
        margin-right: 30px;
    }
    
    .comm-slick .slick-prev {
        margin-left: 30px;
        z-index: 999;
    }
    
    .date-title {
        font-size: 20px;
        font-weight: bold;
        color: #375FA5;
        margin: 0 0 20px;
    }
    
    .comm-slick img {
        width: 100%;
    }
    /*.head-community{
        display: none;
    }*/
    
    .page-id-1169 .head-community,
    .single-post .head-community,
    .buddypress .head-community {
        display: inline;
    }
    /* .page-id-1169 #header-menu,
    .single-post #header-menu,
    .buddypress #header-menu {
        display: none;
    } */
    
/*     .page-id-1169 .mobile_menu,
    .single-post .mobile_menu,
    .buddypress .mobile_menu {
        display: none;
    }
     */
    .video_comm {
        max-width: 50%;
    }
    
    .video_comm iframe {
        width: 100%;
        height: 300px;
    }
    
    @media (max-width:767px) {
        .video_comm {
            max-width: 100%;
        }
    }
    
    #buddypress form input[type=radio] {
        width: 15px;
        height: 12px;
    }
    
    .grp-logo {
        width: 96px;
        height: 96px;
        border-radius: 50%;
    }
    
    .carousel-info img {
        border: 1px solid #f5f5f5;
        height: 60px;
        padding: 0;
        width: 60px;
        object-fit: cover;
    }
    
    .carousel-info {
        overflow: hidden;
        padding-bottom: 10px;
        padding-top: 16px;
        min-height: 111px;
    }
    
    .member_items .carousel-info {
        padding-left: 0px;
    }
    
    .carousel-info img {
        margin-right: 15px;
    }
    
    .carousel-info span {
        display: block;
        font-size: 13px;
    }
    
    .carousel-info .other-groups {
        display: inline-block;
        font-size: 11px;
        color: #969496;
    }
    
    span.testimonials-name {
        color: #18599D;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }
    
    span.testimonials-post {
        color: #969496;
        font-size: 14px;
    }
    
    .testimonials span.testimonials-post {
        color: #656565;
        font-size: 12px;
    }
    
    #tab2 .wpcf7-not-valid-tip {
        display: none;
    }
    /* .tab-content .required-field{
        color: red;
    } */
    
    .personal-frm-msmr ul {
        list-style: none;
        width: 100%;
        float: left;
        padding-left: 0;
    }
    
    .personal-frm-msmr ul li {
        margin-bottom: 20px;
    }
    
    .personal-frm-msmr ul li input {
        width: 100%;
    }
    
    .personal-frm-msmr .mr-mrs input {
        width: 180px;
    }
    
    .personal-frm-msmr ul li span {
        width: 100%;
        float: left;
    }
    
    .personal-frm-msmr ul li span select {
        width: 100%;
        height: 34px;
        padding: 6px 12px;
		line-height: 20px;
    }
    
    .personal-frm-msmr label {
        font-weight: 400;
    }
    
    .personal-frm-msmr label.error {
        font-size: 12px;
        font-weight: bold;
        color: #f00;
        display: block;
        position: absolute;
        bottom: -26px;
        left: 0;
        width: 100%;
        float: left;
        content: "";
    }
    
    .reg-per-frm-ttl .steps ul {
        list-style: none;
        width: 100%;
        float: left;
        background-color: #6e6e6e;
        border: 2px solid #CCD0D3;
        height: 36px;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        margin: 0 0px 25px;
    }
    
    .reg-per-frm-ttl .steps ul li {
        /*  display: table-cell;
        width: 1%;
        float: none; */
        width: 33.33%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .reg-per-frm-ttl .steps ul li::before {
        content: " ";
        width: 32px;
        display: block;
        height: 32px;
        position: absolute;
        top: 0;
        right: -14px;
        border-style: solid;
        border-width: 16px 0 16px 19px;
        border-color: transparent transparent transparent #fff;
    }
    
    .reg-per-frm-ttl .steps ul li::after {
        content: " ";
        width: 32px;
        display: block;
        height: 32px;
        position: absolute;
        top: 0;
        right: -11px;
        border-style: solid;
        border-width: 16px 0 16px 19px;
        border-color: transparent transparent transparent #6e6e6e;
    }
    
    .reg-per-frm-ttl .steps ul li:last-child::after,
    .reg-per-frm-ttl .steps ul li:last-child::before {
        display: none;
    }
    
    .reg-per-frm-ttl .steps ul li.current {
        background-color: #0657A8;
    }
    
    .reg-per-frm-ttl .steps ul li.current::before {
        border-color: #6e6e6e transparent #6e6e6e #fff;
    }
    
    .reg-per-frm-ttl .steps ul li.current::after {
        border-color: transparent transparent transparent #0657A8;
    }
    
    .reg-per-frm-ttl .steps ul li a {
        line-height: 32px;
        display: block;
        color: #fff;
        position: relative;
        padding-left: 10px;
        margin-right: 10px;
    }
    
    .reg-per-frm-ttl .steps ul li a:focus {
        outline: none;
    }
    
    .reg-per-frm-ttl .steps ul li.current a::before {
        content: " ";
        width: 25px;
        display: block;
        height: 32px;
        position: absolute;
        top: 0;
        left: -17px;
        border-style: solid;
        border-width: 16px 0 16px 19px;
        border-color: #0657A8 transparent #0657A8 transparent;
    }
    
    .reg-per-frm-ttl .steps ul li:first-child a::before {
        display: none;
    }
    
    .reg-per-frm-ttl .steps ul li:last-child a {
        margin-right: 0;
    }
    
    .reg-per-frm-ttl .steps a .number {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 22px;
        width: 24px;
    }
    
    .reg-per-frm-ttl .title,
    .reg-per-frm-ttl .current-info {
        display: none;
    }
    
    .reg-per-frm-ttl .actions ul {
        list-style: none;
        padding: 25px 16px 0 17px;
    }
    
    .reg-per-frm-ttl .actions ul {
        list-style: none;
        width: 100%;
    }
    
    .reg-per-frm-ttl .actions ul li {
        display: table-cell;
        width: 1%;
        float: none;
        text-align: right;
    }
    
    .reg-per-frm-ttl .actions ul li:first-child {
        text-align: left;
    }
    
    .reg-per-frm-ttl .actions ul li a {
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        top: 40px;
        border: 1px solid white;
        display: inline-flex;
        padding: 6px 8px;
        color: white;
        justify-content: center;
        width: 120px;
    }
    
    .reg-per-frm-ttl .actions ul li a:after {
        content: ">";
        margin-left: 7px;
        position: relative;
        background: rgba(0, 0, 0, 0.76);
        color: #fff;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        text-align: center;
    }
    
    .reg-per-frm-ttl .actions ul li:first-child a:before {
        content: "<";
        margin-right: 7px;
        position: relative;
        background: rgba(0, 0, 0, 0.76);
        color: #fff;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        text-align: center;
    }
    
    .topics_wrap .btn-read-wbordr {
        text-transform: uppercase;
    }
    
    .reg-per-frm-ttl .actions ul li:first-child a:after {
        display: none;
    }
    
    .lside_cont {
        margin-top: 20px;
    }
    
    .members-list .group_items {
        position: relative;
        padding-bottom: 0;
    }
    
    body .group_items .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    
    .members-list .group_items h3 {
        margin-top: 0;
        font-size: 24px;
    }
    
    .members-list .member_items {
        padding-bottom: 0;
    }
    
    .members-list .member_items h3 {
        margin-top: 0;
        font-size: 24px;
    }
    
    .comments-area #wc-comment-header {
        max-width: 100%;
        padding: 20px 5px 0 5px;
    }
    
    .comments-area #wpcomm {
        max-width: 100%;
    }
    
    #wpcomm .wc-comment-left .wc-blog-user {
        display: none;
    }
    
    #wpcomm .avatar {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    
    #wpcomm .wc-comment .wc-comment-left {
        width: 60px;
    }
    
    #wpcomm .wc-comment .wc-comment-right {
        margin-left: 80px;
    }
    
    #wpcomm .wc-cta-button,
    #wpcomm .wc-cta-button-x {
        border-bottom: 0px solid #dddddd;
    }
    
    #wpcomm .wc-blog-administrator>.wc-comment-right .wc-comment-author,
    #wpcomm .wc-blog-administrator>.wc-comment-right .wc-comment-author a {
        color: #0657A8;
    }
    
    #wpcomm .wc-comment-author {
        font-size: 16px;
        padding: 7px 0px 2px 1px;
    }
    
    #wpcomm .wc-footer-left .wc-cta-button,
    #wpcomm .wc-footer-left .wc-cta-button-x {
        font-size: 12px;
        padding: 0px 5px;
        margin-bottom: 3px !important;
    }
    /* #wpcomm .wc-reply .wc-comment-author {
        font-size: 15px;
        padding: 3px 0px 2px 2px;
    } */
    
    #wpcomm .wc-comment-header {
        height: 32px;
    }
    
    #wpcomm .wc-reply .wc-comment-header {
        height: 30px;
    }
    /*#wpcomm .wc-comment-right .wc-comment-text {*/
    /*    padding: 5px 1px 0;*/
    /*}*/
    /* #wpcomm .wc-comment-footer {
        padding: 2px 0px 10px 0px;
    } */
    
    #wpcomm .wc-cta-button:hover {
        background: transparent !important;
        color: #0657A8;
    }
    
    #wpcomm .wc-footer-right .wc-toggle,
    #wpcomm .wc-footer-right .wc-toggle a,
    #wpcomm .wc-footer-right .wc-toggle i {
        color: #0657A8;
    }
    
    #wpcomm .wpdiscuz-sort-button-active {
        color: #0657A8!important;
    }
    
    #wpcomm .wpdiscuz-form-top-bar #wc_show_hide_loggedin_username {
        display: none;
    }
    
    #wpcomm .wpdiscuz-sort-button:hover {
        color: #0657A8!important;
    }
    
    .wpdiscuz-front-actions {
        display: none;
    }
    
    #wpcomm .wc-thread-wrapper {
        padding: 10px 0px 10px 2px;
    }
    
    #contactus .actions {
        display: none;
    }
    
    body .wc-reply-button {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    #wpcomm .wc-comment-right .wc-comment-text {
        min-height: auto;
    }
    
    .o2-groups-txt {
        display: grid;
    }
    
    .gm-pvt-btn {
        display: block;
    }
    
    .gm-pvt-btn .btn {
        background: #01A1DD;
        color: #fff;
        font-size: 13px;
        padding: 4px 10px;
        line-height: normal;
        margin: 3px 0;
    }
    
    .user-grp-det2,
    #member .memtab-theory {
        display: table;
    }
    
    .logged-in .userprofile .lg-msg-counts {
        padding: 2px;
        font-size: 10px;
        background: #333;
        color: #fff;
        border-radius: 50%;
        line-height: 16px;
        text-align: center;
        margin-left: 2px;
        border: 1px solid #333;
        width: 24px;
        height: auto;
        display: inline-block;
        float: inherit;
    }
    
    .head_menu1 {
        float: right;
    }
    
    .mgs-mail-wrap {
        background: #ecf0f5;
        padding: 10px;
    }
    
    .mmw-left {
        width: 20%;
        float: left;
    }
    
    .mmw-right {
        width: 80%;
        float: right;
        padding-left: 25px;
    }
    
    .mmw-left .nav-tabs>li {
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
    }
    
    .mmw-left .nav-tabs>li:last-child {
        border-bottom: 0px solid #f4f4f4;
    }
    
    .mmw-left .nav-tabs>li>a {
        border: 0px solid #f4f4f4;
        border-radius: 0;
        border-left: 3px solid transparent;
        color: #484848;
        font-weight: 500;
        margin: 0;
    }
    
    .mmw-left .nav>li>a:focus,
    .mmw-left .nav>li>a:hover {
        background-color: #f7f7f7;
        border-left: 3px solid #dcdcdc;
    }
    
    .mmw-left .nav-tabs>li.active>a,
    .mmw-left .nav-tabs>li.active>a:focus,
    .mmw-left .nav-tabs>li.active>a:hover {
        border: 0px solid #f4f4f4;
        border-right-color: transparent;
        border-left: 3px solid #1479b0;
        color: #1479b0;
        font-weight: 600;
        font-size: 14px;
        background-color: transparent;
    }
    
    .mmw-left .nav-tabs {
        border: 1px solid #e1e7ef;
        /*background: #ffff;*/
        border-radius: 5px;
        overflow: hidden;
    }
    
    .mmw-right .tab-pane {
        border: 1px solid #e1e7ef;
        margin-left: 0;
        padding: 15px 15px 25px;
        /*background: #ffff;*/
        border-radius: 5px;
        border-top: 3px solid #037ab0;
        overflow: auto;
    }
    
    .mmw-right .tab-pane ul {
        display: block;
        border-top: 1px solid #e2e2e2;
    }
    
    .mmw-right .tab-pane ul li {
        border-bottom: 1px solid #e2e2e2;
        width: 100%;
        float: left;
    }
    
    .msg-header h2 {
        font-size: 18px;
        font-weight: 600;
        color: #1479b0;
    }
    
    .mcheckorder {
        width: 100%;
        float: left;
        background: #fff;
        padding: 5px 0;
    }
    
    .mcheckorder.mread-list {
        background: #f3f3f3;
    }
    
    .mcheckorder span {
        display: inline;
        padding: 0 5px;
    }
    
    .mcheckorder .mail-uac {
        text-decoration: underline;
        width: 15%;
        float: left;
    }
    /* forum slick */
    
    .grp-slick-forum .slick-dots li {
        display: none;
    }
    
    .grp-slick-forum .slick-dots .slick-active {
        display: inline;
    }
    
    .grp-slick-forum .slick-dots .pager__item {
        color: #18599D;
    }
    
    .carousel-info .user-grp-det2 {
        min-height: 85px;
    }
    
    .mmw-right li {
        cursor: pointer;
    }
    /*custom message*/
    
    .custom-message .msg-header h2 {
        text-shadow: unset;
        text-transform: capitalize;
    }
    
    .msg-cnt {
        /*  padding: 30px 0; */
        padding: 10px 78px;
        /*  text-align: center; */
        margin: 0 auto;
    }
    
    .msg-action .btn {
        margin-right: 2.5rem;
    }
    
    .reply-msg-view {
        display: none;
        padding-top: 25px;
    }
    
    .mcheckorder .mail-umg-txt {
        width: 25%;
        float: left;
    }
    
    .mcheckorder .mail-umg-grp {
        width: 40%;
        float: left;
    }
    
    .mcheckorder .mail-umg-date {
        width: 20%;
        float: left;
    }
    
    .success-msg-reply {
        display: none;
    }
    
    #privateModal .modal-dialog {
        width: 465px;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    #member .rep-subject {
        margin-bottom: 0;
    }
    
    #member .modal-footer {
        padding: 0;
        border-top: 0;
    }
    
    #member .close {
        position: absolute;
        right: -13px;
        top: -15px;
        opacity: 1;
        background: #02a1dd;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 25px;
        box-shadow: 0 0 2px #ccc;
    }
    
    #member .close img {
        width: 12px;
        margin-left: 1px;
    }
    
    #member .form-group {
        min-height: 80px;
    }
    
    #pvt_msg .form-group label {
        margin-top: 0;
    }
    
    .error-message {
        display: none;
        color: #e80000;
    }
    
    .btn-blue1 {
        background: #01A1DD;
        color: #fff;
        font-size: 13px;
        padding: 4px 10px;
        line-height: normal;
        margin: 3px 0;
    }
    
    .group_items ul.slick-dots {
        text-align: right;
        position: absolute;
        top: -39px;
        right: 0;
        bottom: inherit;
    }
    
    .acf-form-submit input[type="submit"],
    .acf-form-submit input[type="button"] {
        background: #008ED3;
        color: #fff;
        border-radius: 4px;
        border: 1px solid #008ED3;
        box-shadow: 0 0 0 #ccc;
        outline: 0;
    }
    
    .acf-form-submit {
        padding: 15px 12px;
    }
    
    #acf-form select {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        background-color: white;
    }
    
    #acf-form .acf-fields>.acf-field {
        border-top: #EEEEEE solid 0px;
    }
    
    #acf-form .acf-field-radio .acf-label,
    #acf-form .acf-field-radio .acf-label label {
        display: inline;
        float: left;
        margin: 4px 0 0;
        width: auto;
        padding-right: 0;
    }
    
    #acf-form .acf-field-radio .acf-input {
        display: inline;
        float: left;
        width: auto;
        padding-left: 0;
    }
    
    #acf-form .acf-field-radio .acf-input ul li {
        float: left;
        padding: 0 0 0 10px;
    }
    
    .forum-pages .acf-form .accordian:before {
        /* border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #dd4397 transparent transparent; */
        width: 20px;
        height: 33px;
        position: absolute;
        left: -20px;
        cursor: pointer;
        background: #18546b;
        color: #fff;
        text-align: center;
        line-height: 1.7;
        font-size: 20px;
    }
    
    .forum-pages .acf-form .accordian.plus:before {
        content: "+";
    }
    
    .forum-pages .acf-form .accordian.minus:before {
        content: "-";
    }
    
    .forum-pages .acf-repeater .acf-row-handle.order+td {
        border-left-color: #DFDFDF;
        width: 100%;
    }
    
    .forum-pages .acf-repeater .acf-row-handle .acf-icon {
        /* width: 0;
        height: 0; */
    }
    
    .forum-pages .acf-repeater .acf-row {
        border-bottom: #DFDFDF solid 1px;
    }
    
    .forum-pages .acf-repeater .acf-row-handle.remove {
        /* display: none; */
    }
    
    .forum-pages #cancelBox .modal-content {
        margin-top: 50%;
    }
    
    .forum-pages #cancelBox .modal-header,
    .forum-pages #cancelBox .modal-body {
        padding: 10px;
    }
    
    .tab-content.clearfix.group-tab-content {
        display: block;
    }
    /* Card Wrapper Transaction */
    
    .card-wrapper .title-items {
        min-height: 10rem;
    }
    
    .bannersec ul.slick-dots {
        bottom: 25px;
        display: none !important;
    }
    /*
.bannersec ul.slick-dots li {
width:14px;
height:14px;
}
.bannersec ul.slick-dots li button{
background: #989A97;
border-radius:50%;
width:14px;
height:14px;
}
.bannersec ul.slick-dots li.slick-active button{
background:#01A1DD;
}
.bannersec ul.slick-dots li button:before{
display:none;
}
*/
    
    .access-denied {
        width: 100%;
        height: 85vh;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .access-denied h1 {
        color: #0084BF;
        text-shadow: none;
        margin-bottom: 10px;
        font-size: 50px;
    }
    
    .access-denied p {
        font-size: 16px;
    }
    
    .bannersec ul.slick-dots {
        bottom: 25px;
        display: block !important;
    }
    
    .bannersec ul.slick-dots li {
        background: rgba(255, 255, 255, 0.4);
        width: 15px;
        height: 15px;
        border-radius: 50%;
    }
    
    .bannersec ul.slick-dots li.slick-active {
        background: #01A1DD;
        ;
    }
    
    .bannersec.single-dots ul.slick-dots {
        display: none !important;
    }
    /* Tranction Banking */
    
    .no-result {
        margin-top: 25px;
    }
    
    .deskform .wizard>.actions>ul>li.disabled {
        display: none;
    }
    
    .deskform .steps ul li a {
        cursor: default;
    }
    
    .deskform .steps ul li.current a,
    .deskform .steps ul li.done a {
        cursor: pointer;
    }
    
    @media screen and (max-width:1320px) and (min-width: 1250px) {
        .logged-in .head_menu li a {
            font-size: 10px;
        }
    }
    
    @media screen and (max-width:1249px) and (min-width: 1024px) {
        .logged-in .head_menu li a {
            font-size: 9.5px;
        }
    }
    
    @media screen and (max-width:1023px) and (min-width: 991px) {
        .logged-in .head_menu li a {
            font-size: 8.5px;
        }
    }
    
    #mob-personalform .panel-body {
        padding: 15px 0px;
    }
    
    #mob-personalform div.wpcf7 .wpcf7-recaptcha iframe {
        transform: scale(0.8);
        margin-left: -1.8rem;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    
    .com-post-parent .com-btn {
        margin-bottom: 20px;
    }
    
    .com-btn:hover {
        background: #01A1DD;
        color: #fff;
        border-color: #01A1DD;
        box-shadow: 0 0 0 #ccc;
    }
    
    #posts .com-pimg a {
        display: block;
        border: 1px solid #ddd;
        padding: 0 15px;
    }
    
    .group-tab-content #posts {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .group-tab-content #posts .com-pimg {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    
    /*** aumni contact page change starts ***/
     .h-content p{
        float:left;
    }
    .card-wrapper .title-items .h-content p.icon{
        margin-right:5px;
    }  
    .h-content ul{
       margin:0;
       padding:0;
    }
    .h-content ul li{
        list-style: none;
    }
    .card-wrapper .title-items .h-content ul li.calender{
        padding-left: 30px;
        font-size: 14px;
        background: url(../images/calendar.svg) no-repeat;
        background-size: auto auto;
        background-size: 20px;
        margin-bottom: 10px;
    }
    .h-content ul li.home{
        padding-left: 20px;
        font-size: 13px;
        background: url(../images/home.svg) no-repeat;
        background-size: auto auto;
        background-size: 13px;
        margin-bottom: 7px;
    }
    .h-content ul li.phone{
        padding-left: 20px;
        font-size: 13px;
        background: url(../images/phone.svg) no-repeat;
        background-size: auto auto;
        background-size: 13px;
        margin-bottom: 7px;
    }
    .h-content ul li.mail{
        padding-left: 20px;
        font-size: 13px;
        background: url(../images/mail.svg) no-repeat;
        background-size: auto auto;
        background-size: 13px;
        margin-bottom: 7px;
    }
    .h-content ul li.internet{
        padding-left: 20px;
        font-size: 13px;
        background: url(../images/internet.svg) no-repeat;
        background-size: auto auto;
        background-size: 13px;
        margin-bottom: 7px;
    }
  /*** aumni contact page change ends ***/
  
  /*** Contact form spacing for recaptcha start ***/
  #contactus .wpcf7-form-control-wrap {
	margin-bottom: 20px;
  }
 /*** Contact form spacing for recaptcha start ***/
    
#menu-item-2139{
	display:none;
}
@media screen and (max-width:991px) {
	#menu-item-2139{
	display:block;
}
}

/***** Mobile menu start *****/
.mobile_menu .mtree .logout-btn {
	background: #0084BF;
    display: block;
    color: #fff;
    padding: 1px 14px;
    border-radius: 22px;
    border: 0;
    outline: 0;
}
.logged-in .mobile_menu .mtree li.logout-btn > a{
	border-bottom:none;
}
ul.mtree.transit.mob-newpost{
	    margin-top: 0;
}
.logged-in .mobile_menu .lg-msg-counts{
	padding: 2px;
    font-size: 10px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    margin-left: 2px;
    border: 1px solid #333;
    width: 24px;
    height: auto;
    display: inline-block;
    float: inherit;
}
/***** Mobile menu end *****/
/***** Mobile message start *****/
@media (max-width:480px) {
	#privateModal .modal-dialog{
		width: 90%;
		left: 48%;
	}
	.head_wrap a > img{
		max-width: 150px;
	}
}
/***** Mobile message end *****/

 /***** Login form start *****/
 .lwa-form .lwa-username-input, .lwa-form .lwa-password-input{
     position: relative;
 }
 .email_inpt .lwa-form span.glyphicon-envelope, .email_inpt .lwa-form span.glyphicon-lock{
    top: 17px;
    font-size: 16px;
 }
 .lwa-form .lwa-username-input input, .lwa-form .lwa-password-input input{
    padding-left: 35px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
 }
 /***** Login form end *****/

/**** mobile menu user starts ***/
.mobile_menu .userprofile {
	width:100%;
}
.logged-in .mobile_menu .userprofile {
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-top: 15px;
}
.logged-in .mobile_menu .mtree.transit {
    float: left;
    width: 100%;
    margin-top: 0;
}
.logged-in .mobile_menu .profile-name,
.logged-in .mobile_menu .profile-name span {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.5;
}
.logged-in .mobile_menu .userprofile img {
	width: 50px;
    height: 50px;
}
.mtree-demo {
	overflow:auto;
}
/**** mobile menu user ends ***/

.alumni-member .imgvid-items {
    position: relative;
}
.alumni-member .h-content {
    margin-bottom: 30px;
}
.alumni-member .carousel-info .user-grp-det2 {
    min-height: auto;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

/***** Login form for mobile start *****/
@media (max-width:767px) {
	.login-ban21 .banr2_head h1 br, .login-ban21 .welcome_wrap h3 br{
		display:none;
	}
	.login-ban21 div.banr2_head > h1 {
		text-align: left;
		font-size: 23px;
		margin-left: 15px;
	}
	.login-ban21 .welcome_wrap div > h3{
		margin-top: -32px;
    	font-size: 20px;
	}
}
@media (max-width:360px) {
	.login-ban21 div.banr2_head > h1 {
		text-align: left;
		font-size: 20px;
		margin-left: 15px;
	}
}
/***** Login form for mobile end *****/
#mob-personalform .wpcf7-select{
	width:100%;
}

.mcheckorder .mail-umg-grp {
	display:none;
}
@media (max-width:360px) {
	.login-ban21 div.banr2_head > h1 {
		text-align: left;
		font-size: 20px;
		margin-left: 15px;
	}
}
/***** Login form for mobile end *****/
#mob-personalform .wpcf7-select{
	width:100%;
}
select {
	line-height:34px;
	-webkit-appearance: none;
}

body.page-template-page-register div.wpcf7-mail-sent-ok {
	color: green;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.video-set {
 padding-left: 10px;
 padding-right: 10px;
}
.card-wrapper .gallery-vtitle {
 margin-bottom: 1em; 
	    margin-left: 5px;
}
.cpopupinner iframe {
	min-height:450px;
}
.video-data.item {
	padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
body .cinner-items1 {
    min-height: auto;
    border: 0;
    border-radius: 0;
}
@media (max-width:767px) {
	.cpopupinner iframe {
		min-height:300px;
	}
}
.video-set {
 padding-left: 10px;
 padding-right: 10px;
}
.card-wrapper .gallery-vtitle {
 margin-bottom: 1em; 
	    margin-left: 5px;
}
.cpopupinner iframe {
	min-height:450px;
}
.video-data.item {
	padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
@media (max-width:767px) {
	.cpopupinner iframe {
		min-height:300px;
	}
}
.video-grid .imgvid-set img{
	    border-radius: 0.3em 0.3em 0 0;
}
.video-grid .video-content{
	    border: 1px solid #cacaca;
	    padding:1.5em;
	    border-radius:0 0 0.3em 0.3em;
}
.video-grid .title{
	margin:0;
	margin-bottom:0.5em;
	font-size: 1.3em;
	    margin-bottom: 0;
}
body #content .video-grid .content p:last-child{
	margin:0 !important;
	margin-bottom:0 !important;
}
.video-grid .v-title h2{
	color: #18599D;
	text-shadow:none;
}
.video-grid .v-select .form-control.selectbox{
	width:200px;
}
.video-grid .imgvid-set .thumb-data img{
	height:17rem;
	object-fit:cover;
}
.video-grid .imgvid-set .overlay{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
    border-radius: 0.3em 0.3em 0 0;
}
body #content .video-grid .catgory{
	font-weight:bold;
	    color: #18599D;
	margin-bottom:0 !important;
}

