:root {
    --base-color: #F5A71A !important;
    --secondary-color-two: #1D2D85 !important;
}

@media only screen and (min-width: 768px) {
    .header .navbar-logo img {
        max-width: 100% !important;
        height: 50px !important;
    }
}

.header .navbar-logo img {
    max-width: 160px;
    height: auto;
}

.preloader {
    background-color: #122f2a !important;
}

.preloader img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-size: 40px;
    color: var(--black);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: flipY 3s linear infinite;
    animation: flipY 3s linear infinite;
    object-fit: cover;
    min-width: 100px !important;
    min-height: 100px !important;
}

.gallery_slider {
    height: 300px;
    width: 100% !important;
    object-fit: cover;
}

.founder-bio {
    font-size: 18px !important;
    white-space: pre-line !important;
    color: #1c1b1b !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

.my-word h5 {
    text-transform: capitalize !important;
}

.team .team__single-thumb img {
    height: 300px !important;
    object-fit: cover !important;
    object-position: top;
}

.f16 {
    font-size: 16px !important;
}

.event .event__single-thumb img {
    width: 100%;
    max-height: 600px !important;
    border-radius: 5px;
}


@media only screen and (max-width: 600px) {
    .footer-two__widget-logo img {
        height: 40px !important;
    }
}

.difference {
    background: #f1f6f7 !important;
}

.blog-main .blog__single-thumb a img {
    height: 300px !important;
    object-fit: cover;
}

.blog-main .blog__single-meta {
    margin-bottom: 10px;
}

.blog .blog__single:hover {
    background-color: #fff !important;
}

.blog .blog__single:hover .blog__single-content h5 {
    color: black;
}

.blog__single-cta {
    max-height: 110px;
    overflow: scroll;
    margin-top: 4px !important;
}

.card.galery-card {
    padding: 14px;
    border-radius: 12px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.galery-card img {
    height: 250px !important;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    cursor: pointer;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.event {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.fieldset {
    padding: 20px;
    border: 2px solid #122f2a;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
}

.fieldset legend {
    background-color: #fff;
    color: #122f2a;
    padding: 23px 10px;
    width: auto;
    border-radius: 3px;
    margin-top: -42px;
    font-weight: bold;
}

.fieldset p {
	color: #122f2a;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	line-height: 35px;
}

.fieldset p span {
    color: #122f2a;
    font-size: 17px;
    font-weight: bold;
}

.payview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin-top: 27px;
}

.footer-two .footer-two__widget .footer-two__widget-content--contact a {
    text-transform: uppercase !important;
}