.header-call-icon {
    width: 72px;
    position: relative;
    left: -15px;
}
.navbar.nav-crev {
	top: 18px;
    padding: 1px 0 3px 0  !important;
}
.banner-form-box .registration-box {
    padding: 18px 35px 27px;
    border-bottom: #000 10px solid;
    min-height: 662px;
    background: #fff;
}
.banner-form-box .registration-box h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 30px;
    color: #000;
}
.banner-form-box .registration-box h4{
	color: #000;
	font-size: 22px;
	    margin-bottom: 2px;
}
.banner-form-box .registration-box h5{
	color: #000;
	font-size: 20px;
}

.banner-form-box .registration-box p{
	  color: #000;
	    font-weight: 500;
}
.registration-box {
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    border-bottom: #393e52 1px solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
    padding-left: 0px;
    min-height: 40px;
	color: #6c757d;
}
.submit-btn {
    background: #000;
    color: #fff;
    padding: 12px 45px;
    border: none!important;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 0px;
    margin-top: 30px;
    width: 100%;
}
.default-padding {
    padding: 60px 0;
}
#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width:1200px) {
#gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
}

@media (max-width:800px) {
#gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
}

@media (max-width:600px) {
#gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}
#gallery img, #gallery video {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.modal-img, .model-vid {
    width: 100%;
    height: auto;
}
.modal-body {
    padding: 0px;
}
.serv-box .serv-item{
		    padding: 18px 16px 30px;
	}
.services .serv-items-crev .item{
	padding: 25px 35px;
}
header.full-height{
	padding: 150px 0 0px;
}
.serv-box .serv-item{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
/*	border: none;*/
	border-radius: 0px;
}
.banner-form-box .registration-box h5.text-orange{
	color: #f58335;
}
.blink {
  animation: blinker 1.5s step-end infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.about-us-thumb-1 {
    position: relative;
    padding: 0px 48px;
    /* border-radius: 1000px 1000px 0px 0px; */
}
.about-us-thumb-1 .counter-area__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.counter-area__btn .circle-btn {
    width: 150px;
    height: 150px;
}
.circle-btn {
    height: 180px;
    width: 180px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.counter-area__btn .circle-btn .icon-box {
    background: #333333a8;
}
.circle-btn .icon-box {
    height: 120px;
    width: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--clr-theme-2);
    border-radius: 50%;
    font-size: 38px;
    font-weight: 400;
    background: var(--clr-common-white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-us-thumb-1:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 88%;
    border: 1px solid #D9D9D9;
    left: 0;
    top: 60px;
    z-index: -1;
}

@media screen and (max-width: 767px){
	.row.md-marg > * {
    padding-left: 25px;
    padding-right: 25px;
}
	.about-us-thumb-1{
		padding: 0px 15px;
	}
	.about-us-thumb-1:after{
		    top: 40px;
	}
}




.aboutContent {
    margin-bottom: 10px;
}

.benifitList {
    line-height: 1.8;
    font-size: 16px;
  
    color: #ddd;
    margin-bottom: 20px;

}

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

.about .img .afdCafe {
    position: absolute;
    bottom: 0;
    right: 70%;
    padding: 16px;
    z-index: 3;
}
#BenifitImg{
    width: 100% !important;
}

}

#BenifitImg{
    width: 95%;
}



.main-color {
    color: #F58634 !important;
}



.cb-monogram{
    vertical-align: baseline;
    max-width: 90px;

}



.swiper-container {
    width: 80%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.swiper-slide {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.swiper-container-thumbs {
    height: 100px;
    padding: 10px 0;
}
.swiper-container-thumbs .swiper-slide {
    width: 80px;
    height: 80px;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.swiper-container-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #007aff;
}


.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: .7;
}







@media screen and (max-width: 767px){
    .card {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 350px;
        min-height: 420px;
        margin-top: 7rem !important;
        padding: 10px;
        box-shadow: 1px 1px 17px -5px #000000f5;
        border-radius: 1rem;
        position: relative;
        flex-direction: column;
        text-align: center;
        background: none;
        position: relative;
    }

    .blog-row{
        display: flex;
        flex-direction: row;
        justify-content: end;
        gap: 80px;
    }
}


.card {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 420px;
    margin-top: 2rem;
    padding: 10px;
    box-shadow: 1px 1px 17px -5px #000000f5;
    border-radius: 1rem;
    position: relative;
    flex-direction: column;
    text-align: center;
    background: none;
    position: relative;
}
.card-title {
    position: absolute;
    bottom: 30px;
    font-weight: 800;
    color: rgb(247, 247, 247);
    text-transform: uppercase;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    font-size: 18px;
    padding: 0 10px 0 10px;
}
/* 
.date-title {
    position: absolute;
    bottom: 120px;
    font-weight: normal;
    color: rgb(247, 247, 247);
    text-transform: uppercase;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    font-size: 13px !important;
    padding: 0 10px 0 10px;
    font-size: 13px;
    text-align: center;
    margin-left: 0;
    left: 23px;
    padding-bottom: 25px;
} */

.date-title {
    position: absolute;
    bottom: 120px;
    font-weight: normal;
    color: rgb(247, 247, 247);
    text-transform: uppercase;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    font-size: 13px !important;
    padding: 0 10px 25px 10px;
    text-align: center;
    
    /* Center alignment */
    left: 50%;
    transform: translateX(-50%);
}

.card:hover .date-title{
  
    transform: translateY(30px);
    opacity: 0;
}


.card:hover .card-title {
    transform: translateY(40px);
    opacity: 0;
}

.card-image {
    border-radius: 1rem;
    position: absolute;
    top: -50px;
    max-width: 80%;
    margin: 0 auto;
    height: 280px;
    z-index: 100;
    box-shadow: 1px 1px 9px -2px #000000;
    transition: top 0.5s ease-in-out;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
}

.card:hover .card-image {
    top: -150px;
}


.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    transform: translateY(0); /* Remove initial translateY */
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    margin-top: 10px;
}




.card-content .title {
    text-align: center;
    line-height: 28px;
    font-weight: 800;
    font-size: 17px;
    color: #fafafaee;
}

.card-content .text {
    letter-spacing: 1px;
    padding: 0 10px;
    text-align:center;
    line-height: 1.3;
}

.card-content .link {
    display: inline-block;
    cursor: pointer !important;
    width: 50%;
    color:rgb(255, 255, 255);
    margin: 1rem 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 0;
    border-radius: 6px;
    background-color: #FF8205;
    /* box-shadow: 1px 1px 10px 2px #ccc; */
    transition: background-color 0.3s ease, border 0.3s ease;
  
}

.card-content .link:hover {
    background-color: #4F120D;
}

.card:hover .card-content {
    transform: translateY(60px);
    opacity: 1;
    transition-delay: 0.2s;
    z-index: 100000;
}

.blog-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0px;
}

.valign {

    min-width: 60px;
}

.tagBox a {
    display: inline-block; /* Ensures spacing works */
    margin-bottom: 10px; /* Adjust as needed */
}
.main-post .info-area .tags a:hover, .main-post .info-area .share-icon a:hover {
    background: #ff8205;
    color: #fff;
    cursor: none;
}

.navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 20px 10px 15px 10px;
    margin: 0 10px !important;
}

.blog-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
    row-gap: 60px;
}