/*-- Use For Custom Styling --*/

/* slider */
.swiper-container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.bg-black {
	background: #202020;
}
.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px){
	.p-md-0 {
			padding: 0!important;
	}
}

.swiper-slide img {
	width: 100%;
}
.slider-text {
	position: absolute;
	color: #ffffff;
}
.swiper-slide-active .slider-heading {
	font-size: 36px;
	font-weight: normal;
	opacity: 1;
	animation: fadeUp 1s forwards;
	animation-delay: .8s;
	line-height: 1.5;
}
.swiper-slide-active .slider-heading span {
	font-size: 60px;
	font-weight: bold;
}
.slider-text .btn, .slider-para, .slider-heading {
	opacity: 1;
}
.swiper-slide-active .slider-para {
	font-size: 16px;
	line-height: 1.5;
	opacity: 1;
	animation: fadeUp 1s forwards;
	animation-delay: 1.3s;
}
.slider-text .btn, .slider-para, .slider-heading {
	opacity: 1;
}
.btn.btn-white {
	background: #ffffff !important;
	border-color: #ffffff;
	color: #202020 !important;
}

.slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	width: auto;
}

.slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: table;
}

.slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
}
.slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 10px 20px;
}


.swiper-pagination-bullet {
	width: 40px!important;
	height: 40px!important;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	opacity: 1;
	background: rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet-active {
	color: #ffffff;
	background: #92d095!important;
}

/* accordion */
.faq_content #accordion .card {
	margin-bottom: 15px;
}

.faq_content #accordion1 .card {
	margin-bottom: 15px;
}

.faq_content .card-header {
	padding: 0;
	background-color: transparent;
	border-bottom: none;
}

.faq_content .card-body {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 1.85rem;
	padding-bottom: 1.35rem;
}

.faq_content .card-body p {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #2B2B2B;
}

.faq_content .card-body p:last-child {
	margin-bottom: 0;
}

.faq_content .card-header .card-link {
	display: block;
	padding: .75rem 1.25rem;
	background: #fff;
	border: none;
	font-size: 1.125rem;
	color: #26313c;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	text-decoration: none;
}

.faq_content .card-header .card-link:before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	float: right;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faq_content .card-header .card-link.collapsed:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.about-box1 {
	height: 100%;
}

.about-box1 {
    padding: 20px 15px 50px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}

.cardCss .about-box1{
	border-radius: 5px;
    padding: 50px 15px 50px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    transition: ease-in-out 0.3s;
}

.cardCss .about-box1:hover {
    background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}

.about-box1:hover {
    background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    /* -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9); */
    /* box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9); */
}

.about-box p {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.4;
	 transition: 0.8s ease;
}

.about-box:hover p {
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1280px) and (min-width: 992px){
/* Slider */
    .swiper-slide img {
        width: 300%;
        max-width: 300%;
    }
    .swiper-container {
        height: auto;
    }
    .slider-text.container {
        max-width: 912px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
/* Slider */
    .slider {
        padding: 6rem 0 0 0!important;
    }
    .swiper-slide img {
        width: 300%;
        max-width: 300%;
    }
    .swiper-container {
        height: auto;
    }
    .swiper-slide-active .slider-heading {
        font-size: 20px;
    }
    .swiper-slide-active .slider-heading span {
        font-size: 40px;
        margin-top: 10px;
    }
    .swiper-slide-active .slider-para {
        font-size: 16px;
    }
    .slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        display: none;
    }
}

@media screen and (max-width: 767px){
/* Slider */
    .slider {
        padding: 4.8rem 0 0 0!important;
    }
    .swiper-slide img {
        width: 100%;
        max-width: 100%;
    }
    .swiper-container {
        height: auto;
    }
    .swiper-slide-active .slider-heading {
        font-size: 18px;
    }
    .swiper-slide-active .slider-heading span {
        font-size: 30px;
        margin-top: 10px;
    }
    .swiper-slide-active .slider-para {
        font-size: 14px;
    }
    .slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        display: none;
    }
}

a.whats-app {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 3%;
    color: #FFF;
    border-radius: 50px;
    z-index: 100;
}
a.mb-4.mt-2.d-block.about-text1:hover{
	color: white!important;
}
a:hover{
	color: #92d095;
}

.mycss img{
	height: 80px;
}
.mycss.wow.zoomIn {
    text-align: center;
}

.about-box1 li {
	list-style-type: disc;
}

/* About Us Page */
.about-banner {
    padding-top: 6.2rem !important;
}
.about-img {
    background: url("../images/MM_about.png") no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}

.promises-img {
    background: url("../images/MM_promises.png") no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.opacity-7 {
    opacity: .7;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-blue {
    background-color: #161922;
    margin-top: 100px;
}
.rare-box-left {
    height: 195px;
    width: 100%;
    position: relative;
    left: 0.5rem;
    background: #92d095;
}
.rare-box-right {
    height: 195px;
    width: 100%;
    position: relative;
    left: 3.5rem;
    background: #92d095;
}
.image-about {
    top: -155px;
    margin-left: 30px;
    margin-bottom: -145px;
}
.font-42 {
    font-size: 42px;
}
.orange {
    color: #27b73c;
}

/* Infrastructure */

.services {
    padding-top: 125px;
    padding-bottom: 125px;
}
.card {
    border: 1px solid #27b73c !important;
    height: 100%;
}
.feature-icon {
    font-size: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    background: white;
    margin: 0 132px;
}
.feature-icon .bg-feature-icon {
    padding: 13%;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    border-radius: 30px;
    background-color: lightgreen;
}
.card .card-body {
    padding: 0 30px 20px 30px;
}
.card-body .card-title {
    font-family: 'Open Sans' , sans-serif;
    font-size: 28px;
    font-weight: 500;
}
.card-body .card-text {
    font-family: 'Open Sans' , sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}

.stats-number-inner-infra{
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    margin: 15px 0;
    color: #2b3138;
}

.infrastructure-img{
    background: url("../images/MM_infrastracture.png") no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}

.promises-content{
    width: 40%;
    float: left;
    margin-right: 50px;
    margin-bottom: 1px;
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .order-block {
        display: flex;
        flex-flow: column;
    }
    .two {
        order: 1;
    }
    .one {
        order: 2;
    }
    .three {
        order: 3;
    }
}