body{
    color: #272B73;
}
.main-wrap {
    min-height: calc(100vh - 209px);
}
button:focus, button:active{
    outline: 0;
}
.cc-mandatary-field:after{
	content: "*";
	color: #E1271E;
	margin-left: 1px;
}
.cc-mandatary-field:after{
	content: "*";
	color: #E1271E;
	margin-left: 1px;
}
.cc-cursor-pointer{
    cursor: pointer;
}
.cc-d-none{
    display: none;
}
.card-1{
    -webkit-box-shadow: 0 8px 10px rgba(212, 212, 212, 0.3), 0 10px 10px rgba(202, 202, 202, 0.22);
    -ms-box-shadow: 0 8px 10px rgba(212, 212, 212, 0.3), 0 10px 10px rgba(202, 202, 202, 0.22);
    box-shadow: 0 8px 10px rgba(212, 212, 212, 0.3), 0 10px 10px rgba(202, 202, 202, 0.22);
}
.cc-fw-7{
    font-weight: 700;
}
.cc-fw-6{
    font-weight: 600;
}
.cc-fw-5{
    font-weight: 500;
}
.cc-oh{
    overflow: hidden;
}
.owl-nav .owl-next, .owl-nav .owl-prev{
    position: absolute !important;
    top: 50%;
    font-size: 25px;
}
.owl-nav .owl-next{
    right: 0;
}
.owl-nav .owl-prev{
    left: 0;
}
.bg-blue-pattern{
    background-color: #384988;
}
.bg-red{
    background-color: #A8170F;
}
.bg-pink{
    background-color: #E91E63;
}
.bg-yellow{
    background-color: #F6BA00;
}
.bg-blue{
    background-color: #245DE3;
}
.bg-khaki{
    background-color: #708250;
}
.bg-indigo{
    background-color: #3F51B5;
}
.bg-aqua{
    background-color: #6C609E;
}
.bg-purple{
    background-color: #996188;
}
.bg-orange{
    background-color: #3BB3C3;
}
.modal-dialog{
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px){
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

/*OTP Login*/
.enter-otp-modal{
    width: 350px;
    max-width: 350px;
}
.enter-otp-modal .lead{
    line-height: 27px;
}
.enter-otp-modal .modal-body{
    padding: 35px;
}
/*OTP Login*/

/*Navigation*/
.marquee{
    overflow: hidden;
}
.marquee .marq-notif{
    animation: marquee;
    animation-delay: 1000ms;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    will-change: transform;
    white-space: nowrap;
}
@keyframes marquee{
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}
.notification-toggle{
    position: relative;
    padding-right: 40px;
}
.notification-toggle .close-notif{
    right: 0px;
    top: 0px;
    cursor: pointer;
    padding: 8px 15px;
}
.navigation .custnavar > li a{
    color: inherit;
    font-weight: 500;
    padding: 5px 12px !important;
}
.navigation a.is-selected{
    color: #f66600 !important;
}
@media screen and (min-width:992px){
    .logo{
        display: inline-block;
        height: 50px;
    }
    .logo img{
        height: 100%;
    }
    .navigation ul.custnavar{
        margin-left: auto;
    }
    .navigation .custnavar > li{
        display: inline-block;
    }
    .navigation .custnavar > li .nav-link{
        color: #fff;
    } 
}
.navigation .custnavar > li a:hover{
    color: #f66600;
}
@media screen and (max-width:991px){
    .logo{
        display: inline-block;
    }
    .logo img{
        width: 200px;
        height: auto;
    }
    .popoverlap{
        position: fixed;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        background-color: rgba(0,0,0,0.8);
        display: none;
    }
    .navigation .custnavar{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff !important;
        width: 230px;
        height: 100%;
        z-index: 3;
        margin-left: -230px;
        transition: all linear .3s;
    }
    .is-collapsed .navigation .custnavar{
        margin-left: 0;
    }
    .is-collapsed .popoverlap{
        display: block;
    }
    .navigation .custnavar > li a{
        color: #000;
        padding: 11px 15px !important;
        border-bottom: 1px solid #eee;
    }
}
/*Navigation*/

/*Banner*/
.hm-banner{
    background-image: url(../img/projectimage/hm-banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 470px;
}
.hm-banner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: radial-gradient(at bottom,#df0101,#02081f 70%);
    z-index: -1;
}
.hm-banner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom:0;
    background-image: url(../img/projectimage/hills-banner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    z-index: -1;
    opacity: 0.2;
}
@media screen and (max-width:767px){
    .hm-banner{
        height: 260px;
        background-size: 700px;
    }
}
@media screen and (min-width:768px) and (max-width:992px){
    .hm-banner{
        height: 300px;
        background-size: 100%;
    }
}
/*Banner*/

.hm-grid-tiles{
    min-height: 137px;
}
.hm-tiles-title{
    min-height: 40px;
    font-size: 14px;
}

/*Home Upcoming Events*/
.event-det-heightlight, .blog-short-info{
    border-top: 5px solid #8b8c9b;
}
.latest-events{
    cursor: pointer;
}
.latest-events .card-header{
    background-color: #3c5a9b;
    padding: 7px 15px;
}
.latest-events h4{
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 55px;
}
.latest-events h4 a{
    color: #3c5a9b;
    font-size: 18px;
}
.latest-events .event-des{
    height: 118px;
    border-bottom: 1px solid #efefef;
}
.event-des *{
    font-size: 15px !important;
    font-weight: 400;
    line-height: 24px;
    font-family: inherit !important;
}
.latest-events .event-des:after {
    content: "";
    background-image: linear-gradient(transparent, #edeff1);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
}
.latest-events .media-left .event-mounth{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
/*Home Upcoming Events*/

.owlthumbslider .owl-next{
    position: absolute;
    right: -4%;
    top: 38%;
}
.owlthumbslider .owl-prev{
    position: absolute;
    left: -4%;
    top: 38%;
}
.owl-dots{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.owl-next, .owl-prev{
    width: 40px;
    height: 40px;
    line-height: 33px !important;
}
.top-main-area ul li a{
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    background-color: transparent;
}
.inner-banner{
    min-height: 250px;
    background-image: url(../img/projectimage/subs_header.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.inner-banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}
@media screen and (max-width:767px){
    .inner-banner{
        min-height: 150px;
        background-position: right;
    }
}
.title-holder{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.title-holder h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
}
.title-holder-subtitle {
    color: rgba(255, 255, 255, 0.6);
}
.page-column{
    display: inline-block;
    vertical-align: top;
    width: 420px;
}
.page-column + .page-column{
    margin-left: 70px;
}
.grid{
    margin: -10px;
}
.grid__item{
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

/*About*/
.aboutUs p{
    line-height: 24px;
}
/*About*/

/*Events*/
.blog-list-box .newsinnersec{
    min-height: 130px;
}
.workshoplist, .blog-list-box{
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.workshoplist .event-date{
    font-size: 35px;
    line-height: 35px;
}
.workshoplist a, .blog-body a{
    color: inherit;
}
.workshoplist:hover, .blog-list-box:hover{
    -webkit-box-shadow: 0 8px 10px rgba(202, 202, 202, 0.3), 0 10px 10px rgba(193, 193, 193, 0.22);
    -ms-box-shadow: 0 8px 10px rgba(202, 202, 202, 0.3), 0 10px 10px rgba(193, 193, 193, 0.22);
    box-shadow: 0 8px 10px rgba(202, 202, 202, 0.3), 0 10px 10px rgba(193, 193, 193, 0.22);
}
.workshoplist a:hover .workshop-heading{
    color: #24116d;
}
.event-category ul li a{
    position: relative;
    color: inherit;
    padding-right: 25px;
}
.event-category ul li a .badge{
    right: 0;
    top: 10px;
}
.event-category ul li a:hover{
    color: #dc3545;
    border: 0;
}
.evtbody{
    font-size: inherit !important;
}
.eventDate h3{
    color: #ec3237;
}
.event-description ul li{
    margin-bottom: 14px;
}
.event-reg-address{
    min-height: 203px;
}
.event-reg-map{
    height: 267px;
    overflow: hidden;
}
.evnt-det-dateaside{
    position: sticky;
    top:20px;
}
@media screen and (min-width:767px){
    .event-category{
        position: sticky;
        top: 20px;
    }
}
/*Events*/

/*Center*/
.center-location{
    height: 165px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
}
.center-location .readmorehover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
}
.center-location:hover .readmorehover{
    display: block;
}

.center-location:hover .readmorehover .btn{
    background-color: #3c5a9b;
    border-color: #3c5a9b;
    color: #fff;
}
.center-details-sec{
    border-top: 1px solid #f1f1f1;
}
.center-det-address .cel-add-col{
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}
.center-det-address .cel-add-col:last-child{
    margin-bottom: 0;
}
.center-det-address .cel-add-col .fa{
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    color: #fff;
}
/*Center*/

/*News*/
.blog-thumb img{
    max-width: 100%;
    max-height: 100%;
}
.blog-box figure a{
    color: inherit;
}
.blog-body .blog-title{
    font-size: 16px;
    font-weight: 500;
}
.blog-pub-detail span{
    margin-right: 20px;
}
.blog-pub-detail .fa{
    margin-right: 2px;
}
.side-border{
    border-left: 5px solid #ff1515;
}
.filterbtn{
    right: 15px;
    top: -40px;
    width: 55px;
    height: 55px;
}
@media screen and (max-width:767px){
    .filtercategory{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-left: 0;
        border-radius: 0;
        z-index: 3;
        overflow: auto;
        display: none;
    }
}
@media screen and (min-width:768px){
    .categ-body{
        height: 410px;
        overflow: auto;
    }
}
.blg-list-summary{
    height: 190px;
    overflow:hidden;
}
.blg-list-summary *{
    font-size: 15px !important;
    white-space: break-spaces;
    word-break: break-all;
    word-wrap:break-word; 
}
.blg-list-summary:after{
    content: "";
    background-image: linear-gradient(transparent, #fff);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}
/*News*/

/*Contact*/
.custom-form input[type="text"], .custom-form input[type="password"], .custom-form select{
    height: 42px;
}
.contat-address{
    border-radius: 8px;
}
.contat-address .cot-col-title{
    opacity: 0.7;
}
.contactform .caprefresh{
    font-size: 15px;
    padding: 9px 14px;
}
.map iframe{
    height: 100%;
    min-height: 250px;
    display: block;
}
/*Contact*/

.dropdown-menu-checkbox{
    height: 300px;
    overflow: auto;
}
.user-account-pic{
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.accnt-sideba-nav li a{
    color: inherit;
}
/*Footer*/
.social-icon li{
    display: inline-block;
    margin-right: 5px;
}
.social-icon a{
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
    border-radius: 50px;
}
.social-icon li.facebook a{
    background: #3B5998;
    color: #fff;
}
.social-icon li.twitter a{
    background: #00ACED;
    color: #fff;
}
.social-icon li.youtube a{
    background: #ff0000;
    color: #fff;
}
.footer-address ul li{
    display: inline-block;
    padding-right: 10px;
}
.footer-address .fa{
    color: #FFDF00;
}
.footer-address li:first-child:after{
    content: "|";
    margin-left: 10px;
}
/*Footer*/

/*Enquiry On SMS*/
.sentEnquiry {
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 10;
    width: 330px;
    display: none;
}

.sendenqbtn{
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50px;
}
/*Enquiry On SMS*/