/*@media (min-width: 992px){
    .container {
        width: 100% !important;
    }
}
@media (min-width: 768px){
    .container {
        width: 100% !important;
    }
}
*/
.nav-custom-color {
    background-color: #424242c2 !important;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 46px;
}

.font-size-26 {
    font-size: 1.625rem;
}

.u-btn-wide {
    min-width: 9.6875rem;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 500;
}

.btn-xs {
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
}

.container.body {
    padding-top: 54px;
    z-index: 800;
    position: relative;
}

.h3, h3 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.fix-center-items {
    margin-left: -13px !important;
}

.card-text {
   height: 114px;
}


.aria-text {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4; /* number of lines to show */
   line-height: 1;        /* fallback */
   max-height: 1*4;       /* fallback */
}

.shadow-sm {
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */  
  /* background-color: white!important; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    -webkit-box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    /*border-radius: .25rem;*/
    border-radius: 14px;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.all-img-border {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.top-img-border {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.left-img-border {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.event-title-card h1{
    font-size: 28px;
    margin-top: 4px;
}
.event-description-card p{
    font-size: 20px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 4px 12px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    border-radius: 14px;
}

.btn-outline-secondary {
    /* color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d; */
    /* color: #333333; */
    color: #5a5959;
    
    background-color: transparent;
    background-image: none;
    border-color: #ac976c;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
 .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;
    
}

a.btn.btn-sm.btn-outline-secondary :hover {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;
}

.event-grid-img {
    width: 100%;
    display: block;
    /* height: 64px; */
    height: 147px;
    background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
}


/*
.pagination>li>a, .pagination>li>span {
    color: #6db91c;
    border: 1px solid #000;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #6db91c;
    border-color: #6db91c
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #6db91c;
    border-color: #6db91c
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #000; background-color: #fff; border-color: #000; cursor: not-allowed
}
*/

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination>li:first-child {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination>li:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.center {
    margin: auto;
    width: 20%;
}

.row-width {
    margin: auto;
    width: 81%;
}

.padding-card {
    padding-top: 24px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 48px;
}


.bg-card-color {
     background-color: #86868636;
}

.bg-tree {
    background-image: url("../img/bg_patterntree.jpg");
    background-repeat: repeat;
}

.bg-card-opacity-trans {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.bg-card-opacity-ok {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.card-font-size-alert{
    font-size: 16px;
    font-weight: bold;
    color: #c8b992;
}

.padding-footer{
    margin-top: 33px;
    padding-bottom: 20px;
}
.footer-font-size{
    font-size: 16px;
    font-weight: bold;
    color: #c8b992;
}

.navbar-dark .navbar-nav .show > .nav-link,
 .navbar-dark .navbar-nav .active > .nav-link,
 .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active {
        /* color: #fff !important; */
        color: #d4c396!important;
        font-weight: bold;
        /* font-size: 16px; */
}

.home-slider-alert {
    margin-top: 66px;
}




/* Style the video: 100% width and height to cover the entire window */
/* #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
} */

/* Add some content at the bottom of the video/page */
/* .content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
} */

/* Style the button used to pause/play the video */
/* #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
} */
/* 
#myBtn:hover {
    background: #ddd;
    color: black;
} */

/* .video-container {
    height: 500px;
    position: relative;
} */

/* .video-container2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
} */

/* video#myVideo { 
    position: absolute;
    top: 10%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
    object-fit: cover;
} */


  .animaition {
    margin-top: 30px;
    background-color: inherit;
    transition: ease 0.5s;
    border-width: 0;
}

.nav-border-gold{
    border-bottom: 1px solid #C4B28C;
}

.soial-media-icon {
    font-size: 36px;
}

.bg-primary {
    /* background-color: #868e96 !important; */
    background-color: #D9D9D9!important;
}
.overlay-background.overlay-gradient {
    /* background: linear-gradient(to left, rgb(0, 219, 222), rgb(80, 92, 253)); */
    /* background: linear-gradient(to left, rgb(239, 223, 165), rgb(191, 169, 114)); */
    background: linear-gradient(to top, #a7b1bb, #868e96);
}




/* external css: flickity.css */

* { box-sizing: border-box; }

body {
     /* font-family: sans-serif; */
    /* font-family: 'Open Sans'; */
    /* font-family: 'Source Sans Pro', sans-serif; */
    /* font-family: 'Indie Flower', cursive; */
    font-family: 'Nunito', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
 }

 /*
.carousel {
   background: #EEE; 
}*/

.carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
  background: #ED2;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}



.static-banner {
    position: absolute;
    background: hsla(0, 0%, 0%, 0.3);
    z-index: 1;
    padding: 2px 20px;
    font-size: 15px;
    color: white;
    pointer-events: none;
  }
  
  .static-banner1 {
    left: 10px;
    top: 10px;
  }
  
  .static-banner2 {
    right: 10px;
    bottom: 10px;
  }

  .carousel img {
    display: block;
    height: 180px;
    width: 345px;
  }

  .carousel-cell-image-home{
    object-fit: cover;
    margin-left: 10px;
    margin-right: 10px;
  }

.carousel-discrption{
    margin-bottom: -9px;
    width: 345px;
    height: 48px;
}
 
  .bottom-corner{
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  .all-corner{
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
/* 
  body {
	width: 100wh;
	height: 90vh;
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
} */

.jumbotron-custom-color{
    background-color: #ffffff !important;
}
/*
.homeDescription{

}*/

.homeDescriptionTitleTextSize{
    font-size: 58px;
    margin-bottom: 31px;
}

.homeDescriptionSubTitleTextSize{
    font-size: 38px;
    font-family: 'Dosis', sans-serif;
}

.image-list-normal{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.post-image-list-normal {
    width: 100%;
    /* height: 270px; */
    height: 200px;
    object-fit: cover;
}

.post-card-text {
    height: 29px;
 }

 .badge-info {
    color: #ffffff !important;
    background-color: #8eb4cb;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.white-text {
    color: #e2e2e2;
}

.add_main_page {
        position: absolute;
    width: 99.4%;
    padding-left: 12px;
    padding-right: 4px;
    padding-top: 53px;
    padding-bottom: 4px;
    display: none;
    margin: auto;
    /* z-index: 200; */
    /* @include media-breakpoint-up(lg) {
        display: unset;
     }; */
}

.slide-img{
    object-fit: cover;
}

@media (min-width: 576px){
    .container {
    max-width: 540px !important;
}
}

@media (max-width: 576px){
    .left-img-border {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 14px;
    }
    .col-md-8.col-sm-8 div {
        margin-bottom: 8px;
        /* margin-left: 8px;
        margin-right: 8px; */
    }

    .card .col-md-8.col-sm-8 {
        margin-top: 6px;
        margin-bottom: 8px;
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (min-width: 768px){
    .container {
    max-width: 944px !important;
}
}

@media (min-width: 992px){
    .container {
    max-width: 1022px !important;
}
}

@media (min-width: 1200px){
        .container {
        max-width: 1024px !important;
    }
}



@media (min-width: 1344px) {
    .add_main_page{
         display: unset;
    }
}

.background-color-gray{
    background-color: #333333;
}

.ado-img{
    width: 160px;
    height: 600px;
    object-fit: contain;
    padding-left: 8px;
    padding-right: 8px;
}

.ado-img-with-image{
    width: 160px;
    height: 600px;
    object-fit: contain;
}


.slider-title h3 a {
    /* color: #ceb986; */
    color: #ffffff;
    font-size: 40px;
    /* -webkit-text-stroke: 0.8px #000000; */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.aria-text-slider-title {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1;        /* fallback */
   max-height: 1*2;       /* fallback */
}

.slider-description {
    overflow: hidden;
    font-size: 28px;
    /* -webkit-text-stroke: 0.2px #ceb986; */
    color: #eaeaea;
}

.aria-text-slider-description {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1;        /* fallback */
   max-height: 1*2;       /* fallback */
}

.card a {
    /* color: #807866 !important; */
    color: #807866;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

div#carousel-home {
    z-index: 400;
}

.partner-carousel-home {
    width: 316px !important;
    object-fit: contain;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.partner-carousel-home:hover {
    object-fit: 10%;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}




.post-img {
    /* width: 150px; */
    height: 200px;
    object-fit: contain;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

/* section.HotAndHappening {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: -33px;
} */

/*.dontMissOut{

}*/
.hotAndHappening {
    z-index: 100;
}

/*
.upcomingEvents {
}*/

.overlay-event-crowd {
    /* background: linear-gradient(to left, rgb(0, 219, 222), rgb(80, 92, 253)); */
    /* background: linear-gradient(to left, rgb(239, 223, 165), rgb(191, 169, 114)); */
    /* background: linear-gradient(to top, #a7b1bb8a, #868e964a) !important; */
    /* background-color: #c16262 !important; */
    background: linear-gradient(to top, #a7b1bb8a, #ffffff91) !important;
    
}

.bg-event-crowd {
    background-image: url("../img/eventCrowd.jpg");
    /* background-repeat: repeat; */
    object-fit: 10%;
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .ado-fixed-dynamic{
    position: fixed;
    top: 50px;
} */


#footer a.u-list__link {
    color: #ababab;
    text-decoration: underline;
}

#footer a.u-list__link:hover {
    color: #c8b992;
    text-decoration: underline;
}

.post-card-text.aria-text.text-justify iframe {
    display: none;
}


.containerForMiddle {
    display: flex;
}

.btn-more {
    padding: 8px 12px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    border-radius: 14px;
    width: 240px;
}

.btn-dashboard {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    border-radius: 14px;
    /* width: 240px; */
}

.btn-outline-more {
    /* color: #333333; */
    color: #5d5c5c;
    background-color: #c8b992;
    background-image: none;
    border-color: #ac976c;
}

.btn-outline-more:not(:disabled):not(.disabled).active,
 .btn-outline-more:not(:disabled):not(.disabled):active,
  .show>.btn-outline-more.dropdown-toggle {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;
    
}

.btn-outline-more :hover {
    color: #fff !important;
    /* background-color: #6c757d;
    border-color: #6c757d; */
    background-color: #5a5959;
    border-color: #5a5959;
}

.card-home-title{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
}

.aria-text-title {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1.2;        /* fallback */
   max-height: 1*2;       /* fallback */
}

.card-home-description{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #414141;
}
.aria-text-description {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4; /* number of lines to show */
   line-height: 1;        /* fallback */
   max-height: 1*4;       /* fallback */
}

.carousel-body {
    height: -webkit-fill-available;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.overlay-event-carousel {
    /* background: linear-gradient(to left, rgb(0, 219, 222), rgb(80, 92, 253)); */
    /* background: linear-gradient(to left, rgb(239, 223, 165), rgb(191, 169, 114)); */
    /* background: linear-gradient(to top, #a7b1bb8a, #868e964a) !important; */
    background-color: #00000054 !important;
    /* background: linear-gradient(to top, #484848db, #ffffff00, #ffffff00, #ffffff00, #ffffff00) !important; */
    /* background: linear-gradient(to top, #00000082, #ffffff00, #ffffff00, #ffffff00, #ffffff00) !important; */
}


input#counter {
    background-color: #ffffff00;
    border: #ffffff00;
    height: 14px;
}

.smallDescription-event-index {
    font-size: 14px;
    font-weight: 600;
    color: #605f5f;
    line-height: 1.2 !important;
}
h3 {
    line-height: 0.6 !important;
}

hr.hr-smallDescription{
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


a.navbar-brand {
    margin-left: 22px;
}

button.navbar-toggler {
    margin-right: 29px;
}


.navbar-background-up-colors {
    background-color: rgba(66, 66, 66, 0);
    margin-top: 20px;
    border-bottom: 0px;
    height: 46px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}



.navbar-background-down-colors {
    background-color: rgba(66, 66, 66, 0.76);
    margin-top: 0px;
    border-bottom: 1px solid rgb(196, 178, 140);
    height: 46px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}



a.dropdown-item:hover {
    color: #ffffff;
    background-color: rgba(66, 66, 66, 0.76);
}


/* div#carousel-home-slider {
    max-width: 99%;
    margin: auto;
} */

.dashboard-table-size{
    width:100%;
    height:100%;
    overflow:auto;
}


.about-style{
    background-color: rgba(66, 66, 66, 0.76);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-top: 6px;
    border: 1px solid #C4B28C;
    /* font-weight: 600; */
}

.home-style{
        /* background-color: rgba(66, 66, 66, 0.76); */
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 120px;
        padding-right: 120px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        margin-top: 6px;
        /* border: 1px solid #C4B28C; */
        /* font-weight: 600; */
}

.advertise-style{
    background-color: rgba(66, 66, 66, 0.76);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-top: 6px;
    border: 1px solid #C4B28C;
    /* font-weight: 600; */
}


.about-style-title{
    /* margin: auto; */
    font-size: 25px;
    font-weight: bold;
    color: #c8b992;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.advertise-style-title{
    margin: auto;
    font-size: 34px;
    font-weight: bold;
    color: #c8b992;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.about-style-desc{
    /* margin: auto; */
    font-size: 18px;
    /* font-weight: bold; */
    color: #ffffff;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
}

.advertise-style-desc{
    /* margin: auto; */
    font-size: 20px;
    /* font-weight: bold; */
    color: #ffffff;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
    text-align: center;
}

a.about-link, a.advertise-link {
    color: #c8b992;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.about-link:hover, a.advertise-link:hover {
    color: #b8b8b8;

}

.btn-advertise:hover {
    color: #ffffff!important;
    background-color: #c8b99230 !important;
    width: 253px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 10px;
}

.btn-advertise {
    color: #ffffff!important;
    background-color: #4b4b4b30 !important;
    width: 253px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 10px;
    border-color: #ac976c;
}

.advertise-desc-data {
    padding-top: 26px;
}


.home-style{
            /* background-color: rgba(66, 66, 66, 0.76); */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 120px;
    padding-right: 120px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-top: 6px;
    border: 1px solid #C4B28C;
    /* font-weight: 600; */
    margin-top: -43px;
}

.home-desc-data {
    padding-top: 26px;
}

.home-style-desc{
    /* margin: auto; */
    font-size: 24px;
    font-weight: bold;
    color: #5a5a5a;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
    text-align: center;
}

.btn-home {
    color: #ffffff!important;
    background-color: #6f6f6f !important;
    width: 253px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 10px;
    border-color: #ac976c;
}

.btn-home:hover {
    color: #ffffff!important;
    background-color: #ac976c !important;
    width: 253px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 10px;
    border-color: #ac976c;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    /* border-color: rgba(255, 255, 255, 0.1); */
    border: 1px solid rgb(196, 178, 140);
}

/*.contact-map-contaner{
     border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border: 1px solid rgb(196, 178, 140);
    object-fit: cover;
    background-size: cover;
    padding: 0; 
}*/

.contact-map{
    /* border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px; */
    border: 1px solid rgb(196, 178, 140);
}

/* div#mapDiv {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
} */

span.mandatory {
    color: red;
}

.advertise-card-style {
    margin-bottom: 0px !important;
}

li.list-inline-item {
    position: relative;
    z-index: 400;
}

h2.Join-us {
    font-size: 80px !important;
    text-transform: uppercase;
    /* font-family: 'Monoton', cursive; */
    font-family: 'Dosis', sans-serif;
    color: black !important;
}

i.fas.fa-plus.fas-size {
    font-size: 13px;
}

.addCenter {
    margin: auto;
}

p.onesignal-customlink-explanation.onesignal-reset.state-unsubscribed.large.hide{
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}

p.onesignal-customlink-explanation.onesignal-reset.state-unsubscribed.medium.hide{
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
}

/* .addCenter{
    background-color: #C5C9B8;
    width: 100%;
    color: #333333;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
} */


a.at-branding-info.at-expanded-menu-branding {
    display: none !important;
}

a.at-branding-info {
    display: none !important;
}

div#at15pf {
    display: none !important;
}

h3 a {
    font-size: 17px;
    font-weight: 600;
    /* margin-bottom: 13px !important; */
    line-height: 1.2 !important;
}


h3.h6.mb-4.deliver-footer strong {
    line-height: 16px;
}

@media (max-width: 767.98px){
    .partner-carousel-home {
        width: 300px !important;
        object-fit: contain;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0px;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: auto;
    }
    
    div#navbarSupportedContent {
        background-color: rgba(66, 66, 66, 0.76);
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        margin-top: 6px;
        border: 1px solid #C4B28C;
        font-weight: 600;
    }
    
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 0.875rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #c7b280e8;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }
    
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #ffffff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-weight: 600;
    }
    
    .btn-home {
        color: #ffffff!important;
        background-color: #6f6f6f !important;
        width: 162px;
        margin: auto;
        margin-top: 16px;
        margin-bottom: 10px;
        border-color: #ac976c;
    }
    
    .home-style {
        /* background-color: rgba(66, 66, 66, 0.76); */
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        margin-top: 6px;
        border: 1px solid #C4B28C;
        /* font-weight: 600; */
        /* margin-top: -43px; */
    }
    
    }

    .bg-primary2 {
        background-color: #c3ac7c;
    }

    .androidapp-img-with-image {
        width: 100%;
        /* height: 600px; */
        /* object-fit: contain; */
        margin-bottom: -67px;
        margin-top: -74px;
    }

    h2.Join-us.Download-Now {
        margin-top: -82px;
        margin-bottom: 80px;
        font-size: 60px !important;
    }

    .container.width-container {
        min-width: 100%;
    }