/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        Mokhasan
    Author:         AimCrafters Software Pvt. Ltd.
    Primary use:    Mokhasan - Stylesheet
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES
 + APPOINTMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + 3 MENU LEVEL
-------------------------------------------------------------------*/
/*=======================================================
      WEBSITE STYLING START
========================================================*/
* {
    margin: 0;
    padding: 0;
}

body {
    background: #FFF;
    height: 100%;
    width: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    letter-spacing: 0;
    font-size: 14px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

/*=======================================================
      WRAPPER
========================================================*/
.frontCss #wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.frontCss h1, .frontCss h2, .frontCss h3, .frontCss h4, .frontCss h5, .frontCss h6 {
    font-weight: normal;
    color: #333333;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.frontCss h1 {
    font-size: 65px;
}

.frontCss h2 {
    font-size: 28px;
    font-weight: bold;
}

.frontCss h3 {
    font-size: 22px;
}

.frontCss h4 {
    font-size: 20px;
}

.frontCss h5 {
    font-size: 18px;
}

.frontCss h6 {
    font-size: 16px;
    font-weight: bold;
}

.frontCss p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.frontCss a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
    font-weight: 600;
}

.frontCss img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}

.frontCss ul {
    margin-bottom: 0;
}

.frontCss li {
    list-style: none;
}

.frontCss a {
    text-decoration: none;
    color: #757575;
}

.frontCss .font-montserrat {
    font-family: "Montserrat", sans-serif;
}

.frontCss section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.frontCss .overlay {
    background: rgba(49, 49, 49, 0.7);
}

.frontCss .btn {
    background: #333333;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.frontCss .btn-small {
    font-size: 10px;
}

.frontCss .btn-dark {
    color: #272727;
    border-color: #272727;
}

.frontCss .btn:hover {
    background: #f19100;
    color: #fff;
}

.frontCss .btn-1 {
    background: #f19100;
    color: #fff;
}

.frontCss .btn-1:hover {
    background: #333333;
    color: #fff;
}

.frontCss .form-control {
    box-shadow: none;
    border: 1px solid #f7f7f7;
    border-radius: 0;
    height: 40px;
}

.frontCss .form-control:focus {
    box-shadow: none;
}

.frontCss .margin-r-20 {
    margin-right: 20px;
}

.frontCss .margin-l-20 {
    margin-left: 20px;
}

.frontCss .margin-t-20 {
    margin-top: 20px;
}

.frontCss .margin-b-20 {
    margin-bottom: 20px;
}

.frontCss .margin-r-40 {
    margin-right: 40px;
}

.frontCss .margin-l-40 {
    margin-left: 40px;
}

.frontCss .margin-t-40 {
    margin-top: 40px !important;
}

.frontCss .margin-b-40 {
    margin-bottom: 40px;
}

.frontCss .margin-r-80 {
    margin-right: 80px;
}

.frontCss .margin-l-80 {
    margin-left: 80px;
}

.frontCss .margin-t-80 {
    margin-top: 80px;
}

.frontCss .margin-b-80 {
    margin-bottom: 80px;
}

.frontCss .padding-r-20 {
    padding-right: 20px !important;
}

.frontCss .padding-r-80 {
    padding-right: 80px !important;
}

.frontCss .padding-l-20 {
    padding-left: 20px;
}

.frontCss .padding-t-20 {
    padding-top: 20px;
}

.frontCss .padding-t-50 {
    padding-top: 50px;
}

.frontCss .padding-b-20 {
    padding-bottom: 20px;
}

.frontCss .padding-b-50 {
    padding-bottom: 50px;
}

.frontCss .no-margin {
    margin: 0 !important;
}

.frontCss .no-padding {
    padding: 0 !important;
}

.frontCss .no-padding-b {
    padding-bottom: 0 !important;
}

.frontCss .no-margin-t {
    margin-top: 0 !important;
}

.frontCss .no-padding-t {
    padding-top: 0 !important;
}

.frontCss .padding-l-60 {
    padding-left: 60px;
}

.frontCss .full-width {
    display: inline-block;
    width: 100%;
}

.frontCss .no-border {
    border: none !important;
}

.frontCss hr {
    height: 2px;
    width: 100px;
    background: #f19100;
    border: none;
}

.frontCss .tittle {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.frontCss .tittle h2 {
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.frontCss .tittle hr {
    height: 3px;
    margin: 20px auto;
}

.frontCss .tittle p {
    color: #777777;
}

.frontCss .bg-white {
    background: #fff !important;
}

.frontCss .top-bar {
    position: relative;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    background: #000000;
    overflow: hidden;
}

.frontCss .top-bar p {
    line-height: 40px;
    color: #fff;
    margin: 0;
}

.frontCss .top-bar .open-time {
    float: left;
    padding-left: 30%;
}

.frontCss .top-bar:before {
    content: "";
    background: #fff;
    position: absolute;
    right: -63px;
    top: 0;
    width: 80px;
    height: 40px;
    z-index: 9;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    transform: skew(-40deg);
}

.frontCss .top-bar .call {
    background: #f19100;
    height: 40px;
    padding: 0 30px;
    float: right;
    margin-right: 50px;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    transform: skew(40deg);
}

.frontCss .top-bar .call p {
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    transform: skew(-40deg);
}

.frontCss .top-bar .call p i, .frontCss .top-bar .call p em {
    margin-right: 10px;
}

.frontCss .sec-100px {
    padding: 100px 0;
}

.frontCss header {
    display: inline-block;
    width: 100%;
    z-index: 999;
    line-height: 0;
    top: 0;
    background: #fff;
    position: relative;
    margin-bottom: -5px;
}

.frontCss header:before {
    content: "";
    background: #fff;
    position: absolute;
    left: -12%;
    top: 0;
    width: 50.3%;
    height: 74px;
    z-index: 9;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    transform: skew(40deg);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.frontCss header .logo {
    float: left;
    margin: 20px 0;
    position: relative;
    z-index: 99;
    width: 100%;
    max-width: 190px;
}

.frontCss header .logo a img {
    width: 100%;
    height: 100%;
    max-width: 160px;
    object-fit: contain;
}

.frontCss header nav {
    display: inline-block;
    position: relative;
    z-index: 999;
    float: right;
    margin-top: 20px;
}

.frontCss header nav li a {
    padding: 10px 0;
    margin: 0;
    border-color: transparent;
    text-decoration: none;
    line-height: 20px;
    text-transform: uppercase;
    color: #616566;
    float: left;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.frontCss header nav li a.active:hover {
    color: #000;
}

.frontCss header nav li a.active {
    color: #000;
    font-weight: 600;
}

.frontCss header nav .ownmenu li {
    float: left;
    padding: 0 15px;
}

.frontCss header nav li a:hover {
    color: #af5875;
}

.frontCss header .ownmenu ul.dropdown {
    padding-bottom: 0;
    background: #fff;
}

.frontCss header .ownmenu ul.dropdown li a {
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    padding: 0 20px;
    line-height: 38px;
    background: none;
    color: #000;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.frontCss header .ownmenu ul.dropdown li a:hover {
    background: #f19100;
    color: #fff;
}

.frontCss header .ownmenu li > .megamenu li a:hover {
    background: #3dc5df;
    color: #fff;
}

.frontCss header ul.dropdown li {
    padding: 0;
}

.frontCss header ul.dropdown li:hover {
    background: none;
}

.frontCss header nav .ownmenu .indicator {
    display: none;
}

.frontCss .home-slider {
    position: relative;
    overflow: hidden;
}

.frontCss .home-slider .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.frontCss .home-slider .btn {
    padding: 15px 30px;
    background: none;
    border-radius: 50px;
    border: 2px solid #fff;
}

.frontCss .home-slider .btn:hover {
    background: #fff;
    color: #333;
}

.frontCss .home-slider .btn-1 {
    border: 2px solid #333333;
}

.frontCss .home-slider .btn-1:hover {
    background: #333;
    color: #fff;
}

.frontCss .home-slider .tp-bullets {
    background: url(../images/bullet-bg.png) center center no-repeat;
    width: 165px;
}

.frontCss .home-slider .tp-bullets.preview4 {
    bottom: 0 !important;
    height: 23px;
    padding-left: 60px;
    padding-top: 5px;
}

.frontCss .home-slider .tp-bullets.preview4 .bullet {
    width: 3px !important;
    height: 3px !important;
}

.frontCss .home-slider .tp-bullets.preview4 .bullet.selected {
    width: 3px !important;
    height: 3px !important;
}

.frontCss .home-slider .tp-bullets.preview4 .bullet:hover {
    width: 3px !important;
    height: 3px !important;
}

.frontCss .content {
    background: #ffffff;
}

.frontCss .sub-bnr {
    text-align: center;
    background: url(../images/bg/bnr-bg.jpg) center center no-repeat;
    background-size: cover;
}

.frontCss .sub-sponser {
    background: url(../images/bg/sub-sponser-bg.jpg) center center no-repeat;
    background-size: cover;
}

.frontCss .sub-contact {
    background: url(../images/bg/sub-contact-bg.jpg) center center no-repeat;
    background-size: cover;
}

.frontCss .sub-gallery {
    background: url(../images/bg/sub-gallery-bg.jpg) center center no-repeat;
    background-size: cover;
}

.frontCss .sub-event {
    background: url(../images/bg/sub-event-bg.jpg) center center no-repeat;
    background-size: cover;
}

.frontCss .sub-event-single {
    background: url(../images/bg/sub-event-bg-single.jpg) center center no-repeat;
    background-size: cover;
}

.frontCss .sub-404 {
    background: url(../images/temple_images/DSC_4055.jpg) center center no-repeat;
    background-size: cover;
}

.frontCss .sub-bnr .overlay-gr {
    padding: 100px 0;
    background: rgb(241, 145, 0); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241, 145, 0, 0.8)), color-stop(100%, rgba(199, 64, 64, 0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f19100", endColorstr="#c74040", GradientType=1); /* IE6-9 */
}

.frontCss .sub-bnr h2 {
    font-weight: normal;
    color: #fff;
    margin: 0 0 30px;
}

.frontCss .sub-bnr p {
    font-weight: 300;
    color: #fff;
    font-size: 18px;
}

.frontCss .breadcrumb {
    text-align: center;
    background: #130805;
    padding: 10px;
}

.frontCss .breadcrumb a {
    color: #fff;
}

.frontCss .breadcrumb > .active {
    color: #fff;
    font-weight: 600;
}

.frontCss .breadcrumb > li + li:before {
    content: "\f105";
    font-family: "FontAwesome", sans-serif;
    padding: 0 20px;
    font-size: 18px;
    font-weight: normal;
}

.frontCss .about h4 {
    text-transform: uppercase;
    line-height: 30px;
}

.frontCss .about a {
    color: #f19100;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.frontCss .about a i, .frontCss .about a em {
    margin-top: 2px;
    font-size: 18px;
    margin-left: 5px;
}

.frontCss .about .hrs {
    background: rgb(241, 145, 0); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(241, 145, 0) 0%, rgb(199, 64, 64) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(241, 145, 0)), color-stop(100%, rgb(199, 64, 64))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgb(241, 145, 0) 0%, rgb(199, 64, 64) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgb(241, 145, 0) 0%, rgb(199, 64, 64) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgb(241, 145, 0) 0%, rgb(199, 64, 64) 100%); /* IE10+ */
    background: linear-gradient(to right, rgb(241, 145, 0) 0%, rgb(199, 64, 64) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f19100", endColorstr="#c74040", GradientType=1); /* IE6-9 */
    padding: 40px 0 40px 20px;
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
}

.frontCss .about .hrs h3 {
    color: #fff;
    margin-top: 0;
}

.frontCss .about .hrs h3 i, .frontCss .about .hrs h3 em {
    font-size: 28px;
    margin-right: 10px;
    float: left;
    margin-top: -4px;
}

.frontCss .about .hrs ul {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.frontCss .about .hrs h5 {
    color: #fff;
    margin: 0 0 5px;
}

.frontCss .about .hrs p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}

.frontCss .about .hrs .appoiment {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 12px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.frontCss .history {
    background: #000000;
}

.frontCss .history p {
    color: #fff;
}

.frontCss .history .website-img {
    background: url(../images/temple_images/DSC_4236.jpg) center center no-repeat;
    max-height: 600px;
    display: inline-block;
    width: 100%;
    background-size: cover;
    min-height: 600px;
    margin-bottom: -10px;
}

.frontCss .history .history-detail {
    padding: 80px 33% 0 80px;
}

.frontCss .history .history-detail h4 {
    color: #fff;
}

.frontCss .history .on-view {
    margin-top: 20px;
}

.frontCss .position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.frontCss .gallery {
    background: #f8f8f8;
}

.frontCss .gallery ul li .inn-sec {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 2;
    background: #000000;
    margin-bottom: 30px;
}

.frontCss .gallery ul li img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.frontCss .gallery ul li .detail {
    padding: 30px 20px;
    position: relative;
    z-index: 2;
}

.frontCss .gallery ul li span.tag {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(241, 145, 0, 0.9);
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    padding: 7px 20px;
    font-size: 12px;
    letter-spacing: 0;
    z-index: 9;
    font-family: "Montserrat", sans-serif;
}

.frontCss .gallery ul li .detail a {
    text-transform: uppercase;
    font-size: 16px;
    color: #f19100;
}

.frontCss .gallery ul li .detail p {
    color: #fff;
    margin: 10px 0 0 0;
}

.frontCss .gallery ul li .detail p span {
    text-transform: uppercase;
}

.frontCss .gallery ul li .hover-info {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.frontCss .gallery ul li .hover-info a {
    color: #918f90;
    font-size: 60px;
    display: inline-block;
}

.frontCss .gallery ul li .hover-info a:hover {
    color: #fff;
}

.frontCss .gallery ul li:hover .hover-info {
    opacity: 1;
}

.frontCss .pagination {
    padding-top: 20px;
    border: none !important;
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    text-align: center;
}

.frontCss .pagination ul li {
    border: none;
}

.frontCss .pagination > li {
    display: inline-block;
}

.frontCss .pagination > li > a, .frontCss .pagination > li > span {
    border-radius: 0 !important;
    background: #fff;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 35px;
    color: #272727;
    margin: 0 2px;
    font-size: 12px;
    padding: 0 15px;
}

.frontCss .pagination > li > a:hover {
    background: #f19100;
    color: #fff;
    border-color: #f19100;
}

.frontCss .sponser-page {
    padding: 50px 0;
}

.frontCss .sponser-page li {
    text-align: center;
    margin: 50px 0;
}

.frontCss .sponser-page li img {
    max-width: 120px;
    width: 100%;
}

.frontCss section.event .list-group li .img-responsive {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.frontCss .event .event-detail {
    padding: 30px;
}

.frontCss .event .event-detail h4 {
    color: #f19100;
    margin: 0 0 15px;
    line-height: 30px;
}

.frontCss .event .event-detail span {
    display: inline-block;
    width: 100%;
    line-height: 26px;
    font-weight: 600;
}

.frontCss .event ul {
    display: inline-block;
    width: 100%;
    border: 2px solid #f8f8f8;
    border-left: none;
}

.frontCss .event .event-detail p {
    margin-top: 15px;
}

.frontCss .event .event-detail span i, .frontCss .event .event-detail span em {
    width: 20px;
    font-size: 18px;
    display: inline-block;
}

.frontCss .event .date {
    background: rgb(241, 145, 0); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241, 145, 0, 0.8)), color-stop(100%, rgba(199, 64, 64, 0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(241, 145, 0, 0.8) 0%, rgba(199, 64, 64, 0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f19100", endColorstr="#c74040", GradientType=1); /* IE6-9 */
    width: 90px;
    height: 85px;
    float: left;
    position: absolute;
    top: 25px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.frontCss .event .date p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.frontCss .event .eve-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    padding-right: 30px;
}

.frontCss .event-page ul {
    margin-bottom: 30px;
}

.frontCss .event-page .event-detail {
    padding-left: 0;
    padding-right: 25px;
    padding-bottom: 20px;
}

.frontCss .side-bar h5 {
    text-transform: none;
    margin: 30px 0 20px;
}

.frontCss .side-bar {
    padding: 50px 45px 50px 30px;
    background: #f8f8f8;
}

.frontCss .event-page .event-detail span {
    width: 50%;
    float: left;
    color: #333333;
}

.frontCss .event-page .event-detail p {
    display: inline-block;
    width: 100%;
}

.frontCss .event-page .btn {
    margin-top: 30px;
}

.frontCss .event-page .search {
    display: inline-block;
    width: 100%;
}

.frontCss .event-page .search input {
    display: inline-block;
    width: 100%;
    border: 1px solid #ebebeb;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
}

.frontCss .event-page .search button {
    color: #202020;
    float: right;
    position: relative;
    margin-top: -32px;
    font-size: 16px;
    background: none;
    border: none;
    margin-right: 10px;
}

.frontCss .side-bar ul {
    margin: 0;
}

.frontCss .side-bar .latest-post li {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.frontCss .latest-post li .media .media-left img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.frontCss .side-bar .latest-post li:nth-last-child(1) {
    border-bottom: none;
}

.frontCss .side-bar .latest-post li a {
    padding: 0 !important;
    line-height: 20px;
    color: #222222;
    margin-top: -5px;
    display: inline-block;
    width: 100%;
}

.frontCss .side-bar .latest-post li p {
    color: #f19100;
    margin: 0;
    font-size: 13px;
}

.frontCss .side-bar .coming-event {
    margin: 0 -10px;
}

.frontCss .side-bar .coming-event li {
    padding: 5px 10px;
    display: inline-block;
    float: left;
    width: 33.3333%;
    background-color: transparent;
    border: 0;
}

.frontCss .side-bar .coming-event li img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.frontCss .side-bar .tags {
    display: inline-block;
    width: 100%;
}

.frontCss .side-bar .tags li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

.frontCss .side-bar .tags li a {
    display: inline-block;
    border: 1px solid #ebebeb;
    color: #272727;
    float: left;
    font-size: 13px;
    padding: 5px 15px;
}

.frontCss .side-bar .tags li a:hover {
    background: #f19100;
    color: #fff;
    border-color: #f19100;
}

.frontCss .side-bar .cate li a {
    line-height: 45px;
    display: inline-block;
    width: 100%;
}

.frontCss .side-bar .cate li a:hover {
    color: #f19100;
}

.frontCss .side-bar .cate li a:before {
    content: "\f105";
    font-family: "FontAwesome", sans-serif;
    padding-right: 10px;
}

.frontCss .side-bar .conct-with {
    margin: 0 -5px;
}

.frontCss .side-bar .conct-with li {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 0 5px;
    background-color: transparent;
    border: 0;
}

.frontCss .side-bar .conct-with li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.frontCss .side-bar .conct-with li a i, .frontCss .side-bar .conct-with li a em {
    background: rgba(255, 255, 255, 0.1);
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.frontCss .side-bar .conct-with li a span {
    width: 100%;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.frontCss .side-bar .conct-with .fb {
    background: #3b59a1;
}

.frontCss .side-bar .conct-with .tw {
    background: #46b0e4;
}

.frontCss .side-bar .conct-with .g-plus {
    background: #dd4c39;
}

.frontCss #map {
    height: 520px;
}

.frontCss .event-location {
    padding: 30px;
    border: 1px solid #f1f1f1;
}

.frontCss .event-location h4 {
    text-transform: none;
    margin-top: 0;
}

.frontCss .event-location #map {
    height: 400px;
    display: inline-block;
    width: 100%;
}

.frontCss .error-page {
    padding: 100px 0;
}

.frontCss .error-page img {
    width: 100%;
    max-width: 300px;
}

.frontCss .error-page h1 {
    font-size: 150px;
    color: #333333;
    font-weight: bolder;
    margin: 50px 0;
}

.frontCss .error-page h2 {
    font-size: 43px;
    color: #333333;
    font-weight: 400;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
}

.frontCss .error-page h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 50px;
}

.frontCss .contact #contact_form {
    text-align: center;
}

.frontCss .contact .error {
    border: 1px solid red;
}

.frontCss .success-msg {
    background: #fff;
    border: 1px solid #ABD0A8;
    color: #589051;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 11px 16px;
    border-radius: 4px;
    display: none;
}

.frontCss .success-msg i, .frontCss .success-msg em {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ABD0A8;
    margin-right: 10px;
}

.frontCss #contact_form li {
    text-align: left;
    margin-bottom: 20px;
}

.frontCss #contact_form li input {
    display: inline-block;
    width: 100%;
    height: 45px;
    font-size: 13px;
    padding: 0 10px;
}

.frontCss #contact_form li .form-control {
    height: 45px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.frontCss #contact_form li textarea {
    height: 130px !important;
    font-size: 13px;
}

.frontCss #contact_form li .btn {
    text-transform: uppercase;
}

.frontCss .contact-form .tittle {
    text-align: center;
}

.frontCss .contact-form .tittle hr {
    width: 28px;
    height: 5px;
    margin: 15px auto;
    background: #448aff;
    border: none;
}

.frontCss .contact-form .tittle p {
    text-transform: none;
    font-size: 16px;
}

.frontCss .contact-form label {
    font-weight: normal;
    color: #696969;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0;
    line-height: 26px;
}

.frontCss .contact-form textarea {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 20px;
}

.frontCss .testimonial {
    text-align: center;
}

.frontCss .testimonial .qou {
    font-size: 30px;
    color: #f19100;
}

.frontCss .testimonial .testi {
    margin-top: 30px;
}

.frontCss .testimonial .testi p {
    font-size: 28px;
    line-height: 48px;
    font-weight: 300;
    width: 85%;
    margin: 0 auto;
    font-style: italic;
}

.frontCss .sponsors {
    background: url(../images/temple_images/DSC_4177.jpg) no-repeat center;
    background-size: cover;
}

.frontCss .sponsors .overlay {
    background: rgba(0, 0, 0, 0.8);
    padding: 150px 0;
}

.frontCss .sponsors .owl-item {
    text-align: center;
}

.frontCss .sponsors .owl-carousel .owl-item img {
    width: auto;
}

.frontCss footer {
    background: #000000;
    padding: 20px 0;
}

.frontCss footer .foot-link {
    float: left;
    margin-top: 15px;
}

.frontCss footer .foot-link li {
    display: inline-block;
    border-right: 1px solid #2b2b2b;
    padding-right: 15px;
}

.frontCss footer .foot-link li:nth-last-child(1) {
    border-right: none;
}

.frontCss footer .foot-link a {
    font-size: 12px;
    color: #d8d8d8;
    text-transform: uppercase;
    font-weight: bold;
}

.frontCss footer .foot-link a:hover {
    color: #fff;
}

.frontCss footer .foot-logo {
    float: right;
    width: 100%;
    max-width: 240px;
}

.frontCss footer .foot-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.frontCss footer .under-footer {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #2b2b2b;
    padding-top: 40px;
}

.frontCss footer .under-footer .con-info li {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

.frontCss footer .under-footer .con-info {
    display: inline-block;
}

.frontCss footer .under-footer .con-info li p {
    color: #fff;
}

.frontCss footer .under-footer .con-info li p i, .frontCss footer .under-footer .con-info li p em {
    margin-right: 10px;
    color: #999999;
}

.frontCss footer .social-link {
    float: right;
}

.frontCss footer .social-link li {
    display: inline-block;
    padding-left: 20px;
}

.frontCss footer .social-link a {
    font-size: 12px;
    color: #d8d8d8;
    text-transform: uppercase;
    font-weight: bold;
}

.frontCss footer .social-link a:hover {
    color: #f19100;
}

.frontCss .social_icons {
    position: relative;
    z-index: 1;
}

.frontCss .social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.frontCss .social_icons li {
    display: inline-block;
    list-style: none;
    float: left;
}

.frontCss .social_icons a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    color: #696969;
    border: 1px solid #f5f5f5;
}

.frontCss .social_icons a:hover i, .frontCss .social_icons a:hover em {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition: 0.4s ease-in-out;
    color: #fff;
}

.frontCss .social_icons .behance a:hover {
    color: #fff;
    background-color: #2b9ad2;
    border-color: #2b9ad2;
}

.frontCss .social_icons .blogger a:hover {
    color: #fff;
    background-color: #ff6500;
    border-color: #ff6500;
}

.frontCss .social_icons .deviantart a:hover {
    color: #fff;
    background-color: #536659;
    border-color: #536659;
}

.frontCss .social_icons .dribbble a:hover {
    color: #fff;
    background-color: #f973a4;
    border-color: #f973a4;
}

.frontCss .social_icons .facebook a:hover {
    color: #fff;
    background-color: #3b5a9b;
    border-color: #3b5a9b;
}

.frontCss .social_icons .flickr a:hover {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084;
}

.frontCss .social_icons .forrst a:hover {
    color: #fff;
    background-color: #2f713d;
    border-color: #2f713d;
}

.frontCss .social_icons .googleplus a:hover {
    color: #fff;
    background-color: #f63d26;
    border-color: #f63d26;
}

.frontCss .social_icons .instagram a:hover {
    color: #fff;
    background-color: #507ea4;
    border-color: #507ea4;
}

.frontCss .social_icons .lastfm a:hover {
    color: #fff;
    background-color: #da0019;
    border-color: #da0019;
}

.frontCss .social_icons .linkedin a:hover {
    color: #fff;
    background-color: #0072b2;
    border-color: #0072b2;
}

.frontCss .social_icons .paypal a:hover {
    color: #fff;
    background-color: #165c82;
    border-color: #165c82;
}

.frontCss .social_icons .picasa a:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027;
}

.frontCss .social_icons .pinterest a:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027;
}

.frontCss .social_icons .skype a:hover {
    color: #fff;
    background-color: #00aaf1;
    border-color: #00aaf1;
}

.frontCss .social_icons .soundcloud a:hover {
    color: #fff;
    background-color: #ff6900;
    border-color: #ff6900;
}

.frontCss .social_icons .stumbleupon a:hover {
    color: #fff;
    background-color: #eb4823;
    border-color: #eb4823;
}

.frontCss .social_icons .twitter a:hover {
    color: #fff;
    background-color: #2baae1;
    border-color: #2baae1;
}

.frontCss .social_icons .vimeo a:hover {
    color: #fff;
    background-color: #40b2dc;
    border-color: #40b2dc;
}

.frontCss .social_icons .youtube a:hover {
    color: #fff;
    background-color: #ff3330;
    border-color: #ff3330;
}

.frontCss .social_icons .tumblr a:hover {
    color: #fff;
    background-color: #35506b;
    border-color: #35506b;
}

.frontCss .slider_slide {
    position: relative;
}

.frontCss .home-slider .slick-slide img {
    width: 100%;
}

.frontCss .large-image-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 99;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.3);
}

.frontCss #large_image_content_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.frontCss .large-image-close {
    position: absolute;
    top: 32px;
    right: 32px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.frontCss .m-0 {
    margin: 0 !important;
}

.frontCss .m-1 {
    margin: 0.25rem !important;
}

.frontCss .m-2 {
    margin: 0.5rem !important;
}

.frontCss .m-3 {
    margin: 1rem !important;
}

.frontCss .m-4 {
    margin: 1.5rem !important;
}

.frontCss .m-5 {
    margin: 3rem !important;
}

.frontCss .mt-0, .frontCss .my-0 {
    margin-top: 0 !important;
}

.frontCss .mt-1, .frontCss .my-1 {
    margin-top: 0.25rem !important;
}

.frontCss .mt-2, .frontCss .my-2 {
    margin-top: 0.5rem !important;
}

.frontCss .mt-3, .frontCss .my-3 {
    margin-top: 1rem !important;
}

.frontCss .mt-4, .frontCss .my-4 {
    margin-top: 1.5rem !important;
}

.frontCss .mt-5, .frontCss .my-5 {
    margin-top: 3rem !important;
}

.frontCss .mb-0, .frontCss .my-0 {
    margin-bottom: 0 !important;
}

.frontCss .mb-1, .frontCss .my-1 {
    margin-bottom: 0.25rem !important;
}

.frontCss .mb-2, .frontCss .my-2 {
    margin-bottom: 0.5rem !important;
}

.frontCss .mb-3, .frontCss .my-3 {
    margin-bottom: 1rem !important;
}

.frontCss .mb-4, .frontCss .my-4 {
    margin-bottom: 1.5rem !important;
}

.frontCss .mb-5, .frontCss .my-5 {
    margin-bottom: 3rem !important;
}

.frontCss .ml-0, .frontCss .mx-0 {
    margin-left: 0 !important;
}

.frontCss .ml-1, .frontCss .mx-1 {
    margin-left: 0.25rem !important;
}

.frontCss .ml-2, .frontCss .mx-2 {
    margin-left: 0.5rem !important;
}

.frontCss .ml-3, .frontCss .mx-3 {
    margin-left: 1rem !important;
}

.frontCss .ml-4, .frontCss .mx-4 {
    margin-left: 1.5rem !important;
}

.frontCss .ml-5, .frontCss .mx-5 {
    margin-left: 3rem !important;
}

.frontCss .mr-0, .frontCss .mx-0 {
    margin-right: 0 !important;
}

.frontCss .mr-1, .frontCss .mx-1 {
    margin-right: 0.25rem !important;
}

.frontCss .mr-2, .frontCss .mx-2 {
    margin-right: 0.5rem !important;
}

.frontCss .mr-3, .frontCss .mx-3 {
    margin-right: 1rem !important;
}

.frontCss .mr-4, .frontCss .mx-4 {
    margin-right: 1.5rem !important;
}

.frontCss .mr-5, .frontCss .mx-5 {
    margin-right: 3rem !important;
}

@media (min-width: 576px) {
    .frontCss .m-sm-0 {
        margin: 0 !important;
    }

    .frontCss .m-sm-1 {
        margin: 0.25rem !important;
    }

    .frontCss .m-sm-2 {
        margin: 0.5rem !important;
    }

    .frontCss .m-sm-3 {
        margin: 1rem !important;
    }

    .frontCss .m-sm-4 {
        margin: 1.5rem !important;
    }

    .frontCss .m-sm-5 {
        margin: 3rem !important;
    }

    .frontCss .mt-sm-0, .frontCss .my-sm-0 {
        margin-top: 0 !important;
    }

    .frontCss .mt-sm-1, .frontCss .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .frontCss .mt-sm-2, .frontCss .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .frontCss .mt-sm-3, .frontCss .my-sm-3 {
        margin-top: 1rem !important;
    }

    .frontCss .mt-sm-4, .frontCss .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .frontCss .mt-sm-5, .frontCss .my-sm-5 {
        margin-top: 3rem !important;
    }

    .frontCss .mb-sm-0, .frontCss .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .frontCss .mb-sm-1, .frontCss .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .frontCss .mb-sm-2, .frontCss .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .frontCss .mb-sm-3, .frontCss .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .frontCss .mb-sm-4, .frontCss .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .frontCss .mb-sm-5, .frontCss .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .frontCss .ml-sm-0, .frontCss .mx-sm-0 {
        margin-left: 0 !important;
    }

    .frontCss .ml-sm-1, .frontCss .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .frontCss .ml-sm-2, .frontCss .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .frontCss .ml-sm-3, .frontCss .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .frontCss .ml-sm-4, .frontCss .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .frontCss .ml-sm-5, .frontCss .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .frontCss .mr-sm-0, .frontCss .mx-sm-0 {
        margin-right: 0 !important;
    }

    .frontCss .mr-sm-1, .frontCss .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .frontCss .mr-sm-2, .frontCss .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .frontCss .mr-sm-3, .frontCss .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .frontCss .mr-sm-4, .frontCss .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .frontCss .mr-sm-5, .frontCss .mx-sm-5 {
        margin-right: 3rem !important;
    }
}

@media (min-width: 768px) {
    .frontCss .m-md-0 {
        margin: 0 !important;
    }

    .frontCss .m-md-1 {
        margin: 0.25rem !important;
    }

    .frontCss .m-md-2 {
        margin: 0.5rem !important;
    }

    .frontCss .m-md-3 {
        margin: 1rem !important;
    }

    .frontCss .m-md-4 {
        margin: 1.5rem !important;
    }

    .frontCss .m-md-5 {
        margin: 3rem !important;
    }

    .frontCss .mt-md-0, .frontCss .my-md-0 {
        margin-top: 0 !important;
    }

    .frontCss .mt-md-1, .frontCss .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .frontCss .mt-md-2, .frontCss .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .frontCss .mt-md-3, .frontCss .my-md-3 {
        margin-top: 1rem !important;
    }

    .frontCss .mt-md-4, .frontCss .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .frontCss .mt-md-5, .frontCss .my-md-5 {
        margin-top: 3rem !important;
    }

    .frontCss .mb-md-0, .frontCss .my-md-0 {
        margin-bottom: 0 !important;
    }

    .frontCss .mb-md-1, .frontCss .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .frontCss .mb-md-2, .frontCss .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .frontCss .mb-md-3, .frontCss .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .frontCss .mb-md-4, .frontCss .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .frontCss .mb-md-5, .frontCss .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .frontCss .ml-md-0, .frontCss .mx-md-0 {
        margin-left: 0 !important;
    }

    .frontCss .ml-md-1, .frontCss .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .frontCss .ml-md-2, .frontCss .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .frontCss .ml-md-3, .frontCss .mx-md-3 {
        margin-left: 1rem !important;
    }

    .frontCss .ml-md-4, .frontCss .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .frontCss .ml-md-5, .frontCss .mx-md-5 {
        margin-left: 3rem !important;
    }

    .frontCss .mr-md-0, .frontCss .mx-md-0 {
        margin-right: 0 !important;
    }

    .frontCss .mr-md-1, .frontCss .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .frontCss .mr-md-2, .frontCss .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .frontCss .mr-md-3, .frontCss .mx-md-3 {
        margin-right: 1rem !important;
    }

    .frontCss .mr-md-4, .frontCss .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .frontCss .mr-md-5, .frontCss .mx-md-5 {
        margin-right: 3rem !important;
    }
}

@media (min-width: 992px) {
    .frontCss .m-lg-0 {
        margin: 0 !important;
    }

    .frontCss .m-lg-1 {
        margin: 0.25rem !important;
    }

    .frontCss .m-lg-2 {
        margin: 0.5rem !important;
    }

    .frontCss .m-lg-3 {
        margin: 1rem !important;
    }

    .frontCss .m-lg-4 {
        margin: 1.5rem !important;
    }

    .frontCss .m-lg-5 {
        margin: 3rem !important;
    }

    .frontCss .mt-lg-0, .frontCss .my-lg-0 {
        margin-top: 0 !important;
    }

    .frontCss .mt-lg-1, .frontCss .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .frontCss .mt-lg-2, .frontCss .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .frontCss .mt-lg-3, .frontCss .my-lg-3 {
        margin-top: 1rem !important;
    }

    .frontCss .mt-lg-4, .frontCss .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .frontCss .mt-lg-5, .frontCss .my-lg-5 {
        margin-top: 3rem !important;
    }

    .frontCss .mb-lg-0, .frontCss .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .frontCss .mb-lg-1, .frontCss .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .frontCss .mb-lg-2, .frontCss .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .frontCss .mb-lg-3, .frontCss .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .frontCss .mb-lg-4, .frontCss .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .frontCss .mb-lg-5, .frontCss .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .frontCss .ml-lg-0, .frontCss .mx-lg-0 {
        margin-left: 0 !important;
    }

    .frontCss .ml-lg-1, .frontCss .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .frontCss .ml-lg-2, .frontCss .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .frontCss .ml-lg-3, .frontCss .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .frontCss .ml-lg-4, .frontCss .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .frontCss .ml-lg-5, .frontCss .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .frontCss .mr-lg-0, .frontCss .mx-lg-0 {
        margin-right: 0 !important;
    }

    .frontCss .mr-lg-1, .frontCss .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .frontCss .mr-lg-2, .frontCss .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .frontCss .mr-lg-3, .frontCss .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .frontCss .mr-lg-4, .frontCss .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .frontCss .mr-lg-5, .frontCss .mx-lg-5 {
        margin-right: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .frontCss .m-xl-0 {
        margin: 0 !important;
    }

    .frontCss .m-xl-1 {
        margin: 0.25rem !important;
    }

    .frontCss .m-xl-2 {
        margin: 0.5rem !important;
    }

    .frontCss .m-xl-3 {
        margin: 1rem !important;
    }

    .frontCss .m-xl-4 {
        margin: 1.5rem !important;
    }

    .frontCss .m-xl-5 {
        margin: 3rem !important;
    }

    .frontCss .mt-xl-0, .frontCss .my-xl-0 {
        margin-top: 0 !important;
    }

    .frontCss .mt-xl-1, .frontCss .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .frontCss .mt-xl-2, .frontCss .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .frontCss .mt-xl-3, .frontCss .my-xl-3 {
        margin-top: 1rem !important;
    }

    .frontCss .mt-xl-4, .frontCss .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .frontCss .mt-xl-5, .frontCss .my-xl-5 {
        margin-top: 3rem !important;
    }

    .frontCss .mb-xl-0, .frontCss .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .frontCss .mb-xl-1, .frontCss .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .frontCss .mb-xl-2, .frontCss .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .frontCss .mb-xl-3, .frontCss .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .frontCss .mb-xl-4, .frontCss .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .frontCss .mb-xl-5, .frontCss .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .frontCss .ml-xl-0, .frontCss .mx-xl-0 {
        margin-left: 0 !important;
    }

    .frontCss .ml-xl-1, .frontCss .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .frontCss .ml-xl-2, .frontCss .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .frontCss .ml-xl-3, .frontCss .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .frontCss .ml-xl-4, .frontCss .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .frontCss .ml-xl-5, .frontCss .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .frontCss .mr-xl-0, .frontCss .mx-xl-0 {
        margin-right: 0 !important;
    }

    .frontCss .mr-xl-1, .frontCss .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .frontCss .mr-xl-2, .frontCss .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .frontCss .mr-xl-3, .frontCss .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .frontCss .mr-xl-4, .frontCss .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .frontCss .mr-xl-5, .frontCss .mx-xl-5 {
        margin-right: 3rem !important;
    }
}

@media (min-width: 1400px) {
    .frontCss .m-xxl-0 {
        margin: 0 !important;
    }

    .frontCss .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .frontCss .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .frontCss .m-xxl-3 {
        margin: 1rem !important;
    }

    .frontCss .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .frontCss .m-xxl-5 {
        margin: 3rem !important;
    }

    .frontCss .mt-xxl-0, .frontCss .my-xxl-0 {
        margin-top: 0 !important;
    }

    .frontCss .mt-xxl-1, .frontCss .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .frontCss .mt-xxl-2, .frontCss .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .frontCss .mt-xxl-3, .frontCss .my-xxl-3 {
        margin-top: 1rem !important;
    }

    .frontCss .mt-xxl-4, .frontCss .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .frontCss .mt-xxl-5, .frontCss .my-xxl-5 {
        margin-top: 3rem !important;
    }

    .frontCss .mb-xxl-0, .frontCss .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .frontCss .mb-xxl-1, .frontCss .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .frontCss .mb-xxl-2, .frontCss .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .frontCss .mb-xxl-3, .frontCss .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .frontCss .mb-xxl-4, .frontCss .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .frontCss .mb-xxl-5, .frontCss .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .frontCss .ml-xxl-0, .frontCss .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .frontCss .ml-xxl-1, .frontCss .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .frontCss .ml-xxl-2, .frontCss .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .frontCss .ml-xxl-3, .frontCss .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    .frontCss .ml-xxl-4, .frontCss .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .frontCss .ml-xxl-5, .frontCss .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    .frontCss .mr-xxl-0, .frontCss .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .frontCss .mr-xxl-1, .frontCss .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .frontCss .mr-xxl-2, .frontCss .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .frontCss .mr-xxl-3, .frontCss .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    .frontCss .mr-xxl-4, .frontCss .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .frontCss .mr-xxl-5, .frontCss .mx-xxl-5 {
        margin-right: 3rem !important;
    }
}

.frontCss .p-0 {
    padding: 0 !important;
}

.frontCss .p-1 {
    padding: 0.25rem !important;
}

.frontCss .p-2 {
    padding: 0.5rem !important;
}

.frontCss .p-3 {
    padding: 1rem !important;
}

.frontCss .p-4 {
    padding: 1.5rem !important;
}

.frontCss .p-5, .frontCss .py5 {
    padding: 3rem !important;
}

.frontCss .pt-0, .frontCss .py-0 {
    padding-top: 0 !important;
}

.frontCss .pt-1, .frontCss .py-1 {
    padding-top: 0.25rem !important;
}

.frontCss .pt-2, .frontCss .py-2 {
    padding-top: 0.5rem !important;
}

.frontCss .pt-3, .frontCss .py-3 {
    padding-top: 1rem !important;
}

.frontCss .pt-4, .frontCss .py-4 {
    padding-top: 1.5rem !important;
}

.frontCss .pt-5, .frontCss .py-5 {
    padding-top: 3rem !important;
}

.frontCss .pb-0, .frontCss .py-0 {
    padding-bottom: 0 !important;
}

.frontCss .pb-1, .frontCss .py-1 {
    padding-bottom: 0.25rem !important;
}

.frontCss .pb-2, .frontCss .py-2 {
    padding-bottom: 0.5rem !important;
}

.frontCss .pb-3, .frontCss .py-3 {
    padding-bottom: 1rem !important;
}

.frontCss .pb-4, .frontCss .py-4 {
    padding-bottom: 1.5rem !important;
}

.frontCss .pb-5, .frontCss .py-5 {
    padding-bottom: 3rem !important;
}

.frontCss .pl-0, .frontCss .px-0 {
    padding-left: 0 !important;
}

.frontCss .pl-1, .frontCss .px-1 {
    padding-left: 0.25rem !important;
}

.frontCss .pl-2, .frontCss .px-2 {
    padding-left: 0.5rem !important;
}

.frontCss .pl-3, .frontCss .px-3 {
    padding-left: 1rem !important;
}

.frontCss .pl-4, .frontCss .px-4 {
    padding-left: 1.5rem !important;
}

.frontCss .pl-5, .frontCss .px-5 {
    padding-left: 3rem !important;
}

.frontCss .pr-0, .frontCss .px-0 {
    padding-right: 0 !important;
}

.frontCss .pr-1, .frontCss .px-1 {
    padding-right: 0.25rem !important;
}

.frontCss .pr-2, .frontCss .px-2 {
    padding-right: 0.5rem !important;
}

.frontCss .pr-3, .frontCss .px-3 {
    padding-right: 1rem !important;
}

.frontCss .pr-4, .frontCss .px-4 {
    padding-right: 1.5rem !important;
}

.frontCss .pr-5, .frontCss .px-5 {
    padding-right: 3rem !important;
}

@media (min-width: 576px) {
    .frontCss .p-sm-0 {
        padding: 0 !important;
    }

    .frontCss .p-sm-1 {
        padding: 0.25rem !important;
    }

    .frontCss .p-sm-2 {
        padding: 0.5rem !important;
    }

    .frontCss .p-sm-3 {
        padding: 1rem !important;
    }

    .frontCss .p-sm-4 {
        padding: 1.5rem !important;
    }

    .frontCss .p-sm-5 {
        padding: 3rem !important;
    }

    .frontCss .pt-sm-0, .frontCss .py-sm-0 {
        padding-top: 0 !important;
    }

    .frontCss .pt-sm-1, .frontCss .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .frontCss .pt-sm-2, .frontCss .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .frontCss .pt-sm-3, .frontCss .py-sm-3 {
        padding-top: 1rem !important;
    }

    .frontCss .pt-sm-4, .frontCss .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .frontCss .pt-sm-5, .frontCss .py-sm-5 {
        padding-top: 3rem !important;
    }

    .frontCss .pb-sm-0, .frontCss .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .frontCss .pb-sm-1, .frontCss .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .frontCss .pb-sm-2, .frontCss .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .frontCss .pb-sm-3, .frontCss .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .frontCss .pb-sm-4, .frontCss .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .frontCss .pb-sm-5, .frontCss .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .frontCss .pl-sm-0, .frontCss .px-sm-0 {
        padding-left: 0 !important;
    }

    .frontCss .pl-sm-1, .frontCss .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .frontCss .pl-sm-2, .frontCss .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .frontCss .pl-sm-3, .frontCss .px-sm-3 {
        padding-left: 1rem !important;
    }

    .frontCss .pl-sm-4, .frontCss .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .frontCss .pl-sm-5, .frontCss .px-sm-5 {
        padding-left: 3rem !important;
    }

    .frontCss .pr-sm-0, .frontCss .px-sm-0 {
        padding-right: 0 !important;
    }

    .frontCss .pr-sm-1, .frontCss .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .frontCss .pr-sm-2, .frontCss .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .frontCss .pr-sm-3, .frontCss .px-sm-3 {
        padding-right: 1rem !important;
    }

    .frontCss .pr-sm-4, .frontCss .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .frontCss .pr-sm-5, .frontCss .px-sm-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 768px) {
    .frontCss .p-md-0 {
        padding: 0 !important;
    }

    .frontCss .p-md-1 {
        padding: 0.25rem !important;
    }

    .frontCss .p-md-2 {
        padding: 0.5rem !important;
    }

    .frontCss .p-md-3 {
        padding: 1rem !important;
    }

    .frontCss .p-md-4 {
        padding: 1.5rem !important;
    }

    .frontCss .p-md-5 {
        padding: 3rem !important;
    }

    .frontCss .pt-md-0, .frontCss .py-md-0 {
        padding-top: 0 !important;
    }

    .frontCss .pt-md-1, .frontCss .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .frontCss .pt-md-2, .frontCss .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .frontCss .pt-md-3, .frontCss .py-md-3 {
        padding-top: 1rem !important;
    }

    .frontCss .pt-md-4, .frontCss .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .frontCss .pt-md-5, .frontCss .py-md-5 {
        padding-top: 3rem !important;
    }

    .frontCss .pb-md-0, .frontCss .py-md-0 {
        padding-bottom: 0 !important;
    }

    .frontCss .pb-md-1, .frontCss .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .frontCss .pb-md-2, .frontCss .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .frontCss .pb-md-3, .frontCss .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .frontCss .pb-md-4, .frontCss .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .frontCss .pb-md-5, .frontCss .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .frontCss .pl-md-0, .frontCss .px-md-0 {
        padding-left: 0 !important;
    }

    .frontCss .pl-md-1, .frontCss .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .frontCss .pl-md-2, .frontCss .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .frontCss .pl-md-3, .frontCss .px-md-3 {
        padding-left: 1rem !important;
    }

    .frontCss .pl-md-4, .frontCss .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .frontCss .pl-md-5, .frontCss .px-md-5 {
        padding-left: 3rem !important;
    }

    .frontCss .pr-md-0, .frontCss .px-md-0 {
        padding-right: 0 !important;
    }

    .frontCss .pr-md-1, .frontCss .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .frontCss .pr-md-2, .frontCss .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .frontCss .pr-md-3, .frontCss .px-md-3 {
        padding-right: 1rem !important;
    }

    .frontCss .pr-md-4, .frontCss .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .frontCss .pr-md-5, .frontCss .px-md-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 992px) {
    .frontCss .p-lg-0 {
        padding: 0 !important;
    }

    .frontCss .p-lg-1 {
        padding: 0.25rem !important;
    }

    .frontCss .p-lg-2 {
        padding: 0.5rem !important;
    }

    .frontCss .p-lg-3 {
        padding: 1rem !important;
    }

    .frontCss .p-lg-4 {
        padding: 1.5rem !important;
    }

    .frontCss .p-lg-5 {
        padding: 3rem !important;
    }

    .frontCss .pt-lg-0, .frontCss .py-lg-0 {
        padding-top: 0 !important;
    }

    .frontCss .pt-lg-1, .frontCss .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .frontCss .pt-lg-2, .frontCss .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .frontCss .pt-lg-3, .frontCss .py-lg-3 {
        padding-top: 1rem !important;
    }

    .frontCss .pt-lg-4, .frontCss .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .frontCss .pt-lg-5, .frontCss .py-lg-5 {
        padding-top: 3rem !important;
    }

    .frontCss .pb-lg-0, .frontCss .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .frontCss .pb-lg-1, .frontCss .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .frontCss .pb-lg-2, .frontCss .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .frontCss .pb-lg-3, .frontCss .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .frontCss .pb-lg-4, .frontCss .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .frontCss .pb-lg-5, .frontCss .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .frontCss .pl-lg-0, .frontCss .px-lg-0 {
        padding-left: 0 !important;
    }

    .frontCss .pl-lg-1, .frontCss .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .frontCss .pl-lg-2, .frontCss .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .frontCss .pl-lg-3, .frontCss .px-lg-3 {
        padding-left: 1rem !important;
    }

    .frontCss .pl-lg-4, .frontCss .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .frontCss .pl-lg-5, .frontCss .px-lg-5 {
        padding-left: 3rem !important;
    }

    .frontCss .pr-lg-0, .frontCss .px-lg-0 {
        padding-right: 0 !important;
    }

    .frontCss .pr-lg-1, .frontCss .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .frontCss .pr-lg-2, .frontCss .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .frontCss .pr-lg-3, .frontCss .px-lg-3 {
        padding-right: 1rem !important;
    }

    .frontCss .pr-lg-4, .frontCss .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .frontCss .pr-lg-5, .frontCss .px-lg-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .frontCss .p-xl-0 {
        padding: 0 !important;
    }

    .frontCss .p-xl-1 {
        padding: 0.25rem !important;
    }

    .frontCss .p-xl-2 {
        padding: 0.5rem !important;
    }

    .frontCss .p-xl-3 {
        padding: 1rem !important;
    }

    .frontCss .p-xl-4 {
        padding: 1.5rem !important;
    }

    .frontCss .p-xl-5 {
        padding: 3rem !important;
    }

    .frontCss .pt-xl-0, .frontCss .py-xl-0 {
        padding-top: 0 !important;
    }

    .frontCss .pt-xl-1, .frontCss .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .frontCss .pt-xl-2, .frontCss .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .frontCss .pt-xl-3, .frontCss .py-xl-3 {
        padding-top: 1rem !important;
    }

    .frontCss .pt-xl-4, .frontCss .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .frontCss .pt-xl-5, .frontCss .py-xl-5 {
        padding-top: 3rem !important;
    }

    .frontCss .pb-xl-0, .frontCss .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .frontCss .pb-xl-1, .frontCss .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .frontCss .pb-xl-2, .frontCss .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .frontCss .pb-xl-3, .frontCss .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .frontCss .pb-xl-4, .frontCss .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .frontCss .pb-xl-5, .frontCss .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .frontCss .pl-xl-0, .frontCss .px-xl-0 {
        padding-left: 0 !important;
    }

    .frontCss .pl-xl-1, .frontCss .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .frontCss .pl-xl-2, .frontCss .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .frontCss .pl-xl-3, .frontCss .px-xl-3 {
        padding-left: 1rem !important;
    }

    .frontCss .pl-xl-4, .frontCss .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .frontCss .pl-xl-5, .frontCss .px-xl-5 {
        padding-left: 3rem !important;
    }

    .frontCss .pr-xl-0, .frontCss .px-xl-0 {
        padding-right: 0 !important;
    }

    .frontCss .pr-xl-1, .frontCss .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .frontCss .pr-xl-2, .frontCss .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .frontCss .pr-xl-3, .frontCss .px-xl-3 {
        padding-right: 1rem !important;
    }

    .frontCss .pr-xl-4, .frontCss .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .frontCss .pr-xl-5, .frontCss .px-xl-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 1400px) {
    .frontCss .p-xxl-0 {
        padding: 0 !important;
    }

    .frontCss .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .frontCss .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .frontCss .p-xxl-3 {
        padding: 1rem !important;
    }

    .frontCss .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .frontCss .p-xxl-5 {
        padding: 3rem !important;
    }

    .frontCss .pt-xxl-0, .frontCss .py-xxl-0 {
        padding-top: 0 !important;
    }

    .frontCss .pt-xxl-1, .frontCss .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .frontCss .pt-xxl-2, .frontCss .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .frontCss .pt-xxl-3, .frontCss .py-xxl-3 {
        padding-top: 1rem !important;
    }

    .frontCss .pt-xxl-4, .frontCss .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .frontCss .pt-xxl-5, .frontCss .py-xxl-5 {
        padding-top: 3rem !important;
    }

    .frontCss .pb-xxl-0, .frontCss .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .frontCss .pb-xxl-1, .frontCss .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .frontCss .pb-xxl-2, .frontCss .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .frontCss .pb-xxl-3, .frontCss .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .frontCss .pb-xxl-4, .frontCss .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .frontCss .pb-xxl-5, .frontCss .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .frontCss .pl-xxl-0, .frontCss .px-xxl-0 {
        padding-left: 0 !important;
    }

    .frontCss .pl-xxl-1, .frontCss .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .frontCss .pl-xxl-2, .frontCss .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .frontCss .pl-xxl-3, .frontCss .px-xxl-3 {
        padding-left: 1rem !important;
    }

    .frontCss .pl-xxl-4, .frontCss .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .frontCss .pl-xxl-5, .frontCss .px-xxl-5 {
        padding-left: 3rem !important;
    }

    .frontCss .pr-xxl-0, .frontCss .px-xxl-0 {
        padding-right: 0 !important;
    }

    .frontCss .pr-xxl-1, .frontCss .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .frontCss .pr-xxl-2, .frontCss .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .frontCss .pr-xxl-3, .frontCss .px-xxl-3 {
        padding-right: 1rem !important;
    }

    .frontCss .pr-xxl-4, .frontCss .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .frontCss .pr-xxl-5, .frontCss .px-xxl-5 {
        padding-right: 3rem !important;
    }
}

.frontCss .w-25 {
    width: 25% !important;
}

.frontCss .w-50 {
    width: 50% !important;
}

.frontCss .w-75 {
    width: 75% !important;
}

.frontCss .w-100 {
    width: 100% !important;
}

.frontCss .h-25 {
    height: 25% !important;
}

.frontCss .h-50 {
    height: 50% !important;
}

.frontCss .h-75 {
    height: 75% !important;
}

.frontCss .h-100 {
    height: 100% !important;
}

@media (min-width: 576px) {
    .frontCss .w-sm-25 {
        width: 25% !important;
    }

    .frontCss .w-sm-50 {
        width: 50% !important;
    }

    .frontCss .w-sm-75 {
        width: 75% !important;
    }

    .frontCss .w-sm-100 {
        width: 100% !important;
    }

    .frontCss .h-sm-25 {
        height: 25% !important;
    }

    .frontCss .h-sm-50 {
        height: 50% !important;
    }

    .frontCss .h-sm-75 {
        height: 75% !important;
    }

    .frontCss .h-sm-100 {
        height: 100% !important;
    }
}

@media (min-width: 768px) {
    .frontCss .w-md-25 {
        width: 25% !important;
    }

    .frontCss .w-md-50 {
        width: 50% !important;
    }

    .frontCss .w-md-75 {
        width: 75% !important;
    }

    .frontCss .w-md-100 {
        width: 100% !important;
    }

    .frontCss .h-md-25 {
        height: 25% !important;
    }

    .frontCss .h-md-50 {
        height: 50% !important;
    }

    .frontCss .h-md-75 {
        height: 75% !important;
    }

    .frontCss .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 992px) {
    .frontCss .w-lg-25 {
        width: 25% !important;
    }

    .frontCss .w-lg-50 {
        width: 50% !important;
    }

    .frontCss .w-lg-75 {
        width: 75% !important;
    }

    .frontCss .w-lg-100 {
        width: 100% !important;
    }

    .frontCss .h-lg-25 {
        height: 25% !important;
    }

    .frontCss .h-lg-50 {
        height: 50% !important;
    }

    .frontCss .h-lg-75 {
        height: 75% !important;
    }

    .frontCss .h-lg-100 {
        height: 100% !important;
    }
}

@media (min-width: 1200px) {
    .frontCss .w-xl-25 {
        width: 25% !important;
    }

    .frontCss .w-xl-50 {
        width: 50% !important;
    }

    .frontCss .w-xl-75 {
        width: 75% !important;
    }

    .frontCss .w-xl-100 {
        width: 100% !important;
    }

    .frontCss .h-xl-25 {
        height: 25% !important;
    }

    .frontCss .h-xl-50 {
        height: 50% !important;
    }

    .frontCss .h-xl-75 {
        height: 75% !important;
    }

    .frontCss .h-xl-100 {
        height: 100% !important;
    }
}

@media (min-width: 1400px) {
    .frontCss .w-xxl-25 {
        width: 25% !important;
    }

    .frontCss .w-xxl-50 {
        width: 50% !important;
    }

    .frontCss .w-xxl-75 {
        width: 75% !important;
    }

    .frontCss .w-xxl-100 {
        width: 100% !important;
    }

    .frontCss .h-xxl-25 {
        height: 25% !important;
    }

    .frontCss .h-xxl-50 {
        height: 50% !important;
    }

    .frontCss .h-xxl-75 {
        height: 75% !important;
    }

    .frontCss .h-xxl-100 {
        height: 100% !important;
    }
}

.frontCss .d-none {
    display: none !important;
}

.frontCss .d-flex {
    display: flex !important;
}

.frontCss .d-block {
    display: block !important;
}

.frontCss .d-inline-block {
    display: inline-block !important;
}

.frontCss .d-inline-flex {
    display: inline-flex !important;
}

.frontCss .flex-wrap {
    flex-wrap: wrap !important;
}

.frontCss .flex-nowrap {
    flex-wrap: nowrap !important;
}

.frontCss .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.frontCss .flex-column {
    flex-direction: column !important;
}

.frontCss .flex-row {
    flex-direction: row !important;
}

.frontCss .flex-column-reverse {
    flex-direction: column-reverse !important;
}

.frontCss .flex-row-reverse {
    flex-direction: row-reverse !important;
}

.frontCss .justify-content-space-between {
    justify-content: space-between !important;
}

.frontCss .justify-content-flex-end {
    justify-content: flex-end !important;
}

.frontCss .justify-content-flex-start {
    justify-content: flex-start !important;
}

.frontCss .justify-content-center {
    justify-content: center !important;
}

.frontCss .align-items-flex-end {
    align-items: flex-end !important;
}

.frontCss .align-items-flex-start {
    align-items: flex-start !important;
}

.frontCss .align-items-center {
    align-items: center !important;
}

@media (min-width: 576px) {
    .frontCss .d-sm-none {
        display: none !important;
    }

    .frontCss .d-sm-flex {
        display: flex !important;
    }

    .frontCss .d-sm-block {
        display: block !important;
    }

    .frontCss .d-sm-inline-block {
        display: inline-block !important;
    }

    .frontCss .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .frontCss .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .frontCss .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .frontCss .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .frontCss .flex-sm-column {
        flex-direction: column !important;
    }

    .frontCss .flex-sm-row {
        flex-direction: row !important;
    }

    .frontCss .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .frontCss .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .frontCss .justify-sm-content-space-between {
        justify-content: space-between !important;
    }

    .frontCss .justify-sm-content-flex-end {
        justify-content: flex-end !important;
    }

    .frontCss .justify-sm-content-flex-start {
        justify-content: flex-start !important;
    }

    .frontCss .justify-sm-content-center {
        justify-content: center !important;
    }

    .frontCss .align-sm-items-flex-end {
        align-items: flex-end !important;
    }

    .frontCss .align-sm-items-flex-start {
        align-items: flex-start !important;
    }

    .frontCss .align-sm-items-center {
        align-items: center !important;
    }
}

@media (min-width: 768px) {
    .frontCss .d-md-none {
        display: none !important;
    }

    .frontCss .d-md-flex {
        display: flex !important;
    }

    .frontCss .d-md-block {
        display: block !important;
    }

    .frontCss .d-md-inline-block {
        display: inline-block !important;
    }

    .frontCss .d-md-inline-flex {
        display: inline-flex !important;
    }

    .frontCss .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .frontCss .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .frontCss .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .frontCss .flex-md-column {
        flex-direction: column !important;
    }

    .frontCss .flex-md-row {
        flex-direction: row !important;
    }

    .frontCss .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .frontCss .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .frontCss .justify-md-content-space-between {
        justify-content: space-between !important;
    }

    .frontCss .justify-md-content-flex-end {
        justify-content: flex-end !important;
    }

    .frontCss .justify-md-content-flex-start {
        justify-content: flex-start !important;
    }

    .frontCss .justify-md-content-center {
        justify-content: center !important;
    }

    .frontCss .align-md-items-flex-end {
        align-items: flex-end !important;
    }

    .frontCss .align-md-items-flex-start {
        align-items: flex-start !important;
    }

    .frontCss .align-md-items-center {
        align-items: center !important;
    }
}

@media (min-width: 992px) {
    .frontCss .d-lg-none {
        display: none !important;
    }

    .frontCss .d-lg-flex {
        display: flex !important;
    }

    .frontCss .d-lg-block {
        display: block !important;
    }

    .frontCss .d-lg-inline-block {
        display: inline-block !important;
    }

    .frontCss .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .frontCss .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .frontCss .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .frontCss .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .frontCss .flex-lg-column {
        flex-direction: column !important;
    }

    .frontCss .flex-lg-row {
        flex-direction: row !important;
    }

    .frontCss .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .frontCss .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .frontCss .justify-lg-content-space-between {
        justify-content: space-between !important;
    }

    .frontCss .justify-lg-content-flex-end {
        justify-content: flex-end !important;
    }

    .frontCss .justify-lg-content-flex-start {
        justify-content: flex-start !important;
    }

    .frontCss .justify-lg-content-center {
        justify-content: center !important;
    }

    .frontCss .align-lg-items-flex-end {
        align-items: flex-end !important;
    }

    .frontCss .align-lg-items-flex-start {
        align-items: flex-start !important;
    }

    .frontCss .align-lg-items-center {
        align-items: center !important;
    }
}

@media (min-width: 1200px) {
    .frontCss .d-xl-none {
        display: none !important;
    }

    .frontCss .d-xl-flex {
        display: flex !important;
    }

    .frontCss .d-xl-block {
        display: block !important;
    }

    .frontCss .d-xl-inline-block {
        display: inline-block !important;
    }

    .frontCss .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .frontCss .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .frontCss .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .frontCss .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .frontCss .flex-xl-column {
        flex-direction: column !important;
    }

    .frontCss .flex-xl-row {
        flex-direction: row !important;
    }

    .frontCss .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .frontCss .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .frontCss .justify-xl-content-space-between {
        justify-content: space-between !important;
    }

    .frontCss .justify-xl-content-flex-end {
        justify-content: flex-end !important;
    }

    .frontCss .justify-xl-content-flex-start {
        justify-content: flex-start !important;
    }

    .frontCss .justify-xl-content-center {
        justify-content: center !important;
    }

    .frontCss .align-xl-items-flex-end {
        align-items: flex-end !important;
    }

    .frontCss .align-xl-items-flex-start {
        align-items: flex-start !important;
    }

    .frontCss .align-xl-items-center {
        align-items: center !important;
    }
}

@media (min-width: 1400px) {
    .frontCss .d-xxl-none {
        display: none !important;
    }

    .frontCss .d-xxl-block {
        display: block !important;
    }

    .frontCss .d-xxl-inline-block {
        display: inline-block !important;
    }

    .frontCss .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .frontCss .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .frontCss .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .frontCss .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .frontCss .flex-xxl-column {
        flex-direction: column !important;
    }

    .frontCss .flex-xxl-row {
        flex-direction: row !important;
    }

    .frontCss .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .frontCss .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .frontCss .justify-xxl-content-space-between {
        justify-content: space-between !important;
    }

    .frontCss .justify-xxl-content-flex-end {
        justify-content: flex-end !important;
    }

    .frontCss .justify-xxl-content-flex-start {
        justify-content: flex-start !important;
    }

    .frontCss .justify-xxl-content-center {
        justify-content: center !important;
    }

    .frontCss .align-xxl-items-flex-end {
        align-items: flex-end !important;
    }

    .frontCss .align-xxl-items-flex-start {
        align-items: flex-start !important;
    }

    .frontCss .align-xxl-items-center {
        align-items: center !important;
    }
}

.frontCss .bg-transparent {
    background-color: transparent !important;
}

.frontCss .border-0 {
    border: 0;
}

@media only screen and (max-width: 767px) {
    .frontCss header .logo {
        max-width: 100%;
    }

    .frontCss .event-page .event-detail span {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .frontCss .rev_slider_slide_title {
        font-size: 32px;
    }

    .frontCss .rev_slider_slide_description {
        font-size: 16px;
    }
}

.register_button {
    border: 1px solid #f19101 !important;
    margin: 0 4px;
    padding: 6px 16px;
    border-radius: 8px;
}

.register_button:hover {
    background-color: #f19101 !important;
    color: #fff !important;
}