body {
	color: var(--delogis-black) !important;
}

img {
    width: 38%;
    margin: 0px 47px;
}
.main-menu-three__logo {
    display: block;
    padding: 5px 0;
    margin-right: 0px;
}
.main-menu-three__wrapper-inner {
        background: #132031;
}
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
}
.main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a {
    color: #ffffff;
    text-shadow: 0.05px 0 0 rgb(26 20 20 / 80%);
}
.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
    margin-left: 40px;
}
.site-footer__top {
    position: relative;
    display: block;
    background-color: #132031;
    padding: 25px 0px 25px;
    z-index: 1;
}
@media(max-width:992px){ 
.main-menu-three__logo {
    display: block;
    padding: 5px 0;
    margin-right: 0px;
    width: 66%;
}
.main-menu .mobile-nav__toggler:hover {
    color: #ffffff;
}
.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}
}
h2.mar15 {
    margin-bottom: 15px;

}
.services-two__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.get-one__video-link {
	display: none;
}
.we-good .get-one__points-text {
	font-size: 18px;
	line-height: normal;
}
.get-one__points-text-box.we-good {
	top: 35px;
}
.logo-icon > img {
	width: 90px;
	height: 90px;
	object-fit: contain;
}
.ft-logo img {
	margin-left: 0;
	width: 100%;
	max-width: 130px;
	object-fit: contain;
}
.footer-widget__logo {
	margin-bottom: 10px !important;
}
.about-one__curved-circle-box {
	display: none;
}
/* .counter-one {
	background-color: #132031b2 !important;
} */

.black-btn .thm-btn::before {
	transform: scalex(1.0);
	transform-origin: left center;
}
.site-footer__social a {
	background-color: #87ced6 !important;
}
.services-three__btn {
	display: none;
}
.custom-icon img {
	margin: 0;
	width: 100%;
	max-width: 70px;
	filter: brightness(100);
}
.services-details__img > img {
	margin-left: 0;
}
.services-details h3 {
	margin: 20px 0;
}
.testimonial-one__content .testimonial-one__text {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #000;
    max-width: 600px;
    text-align: justify;
}
.owl-stage-outer {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	padding: 40px 0px;
}
.main-header-three {
	position: relative !important;
}
.owl-stage-outer {
	padding: 0px 0px !important;
}
.why-choose-three__progress-box-img {
	display: none;
}
.about-more h5 {
	margin: 20px 0;
	font-size: 25px;
	font-weight: 600;
}
.about-more p {
	text-align: justify;
	max-width: 900px;
}
.about-more {
	padding-left: 40px;
}
.thm-breadcrumb li:nth-child(3) {
	pointer-events: none !important;
}
.social-icon i {
	font-size: 30px;
}
.social-icon .site-footer__social a {
	height: 80px;
	width: 80px;
	margin-right: 15px;
}
.sc-logo .row {
	align-items: center;
}
.social-icon .site-footer__social {
	justify-content: center;
}
.no-break {
	white-space: nowrap !important;
}
.counter-one__text p {
	font-size: 17px !important;
}
.contact-two__form-input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: none;
	background-color: var(--delogis-white);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 13px;
	color: var(--delogis-gray);
	display: block;
	font-weight: 400;
	border-radius: var(--delogis-bdr-radius);
}
.pay-button {
    margin-top: 100px;
    text-align: center;
}

.thank-page {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px 0 100px 0;
    /* position: relative; */
}
#closeModal {
	font-size: 60px;
	font-weight: 300;
	padding: 20px;
}

.thank-page .col-50 {
    width: auto;
    max-width: max-content;
}

.pay-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #85ccd4;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 60px 15px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    text-decoration: none;
}

.secc-msg strong {
    font-size: 30px;
    background: #35cc35ab;
    padding: 30px 60px;
    line-height: normal;
    color: #fff;
    text-transform: capitalize;
}

.barcode-image img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.barcode-image {
    text-align: center;
}
#barcodeModal {
	width: 50%;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}




@media(max-width:767px){
    img {
        margin: 0px 0;
    }
    .banner-one {
        display: none;
    }
    .about-more p {
        max-width: 100%;
    }
    .about-more {
        padding-left:0px;
    }
    .mobile-menu .dropdown:nth-child(1) button, .mobile-menu .dropdown:nth-child(2) button, .mobile-menu .dropdown:nth-child(6) button {
        display: none;
    }
    
}

