/* Mobile */

@media (max-width: 768px) {
    

.headbar {
    background: #4E4B56;
    padding: 10px 0px;
}

.headbar .text-bar {}

.headbar .text-bar p {
    margin-bottom: 0px;
    font-family: "Bubblegum Sans", sans-serif;
    color: white;
    font-weight: normal;
    font-size: 12px;
}

.header_main {
    padding: 0.7rem 0;
}

.header_main .logo {
}

.header_main .logo img {
    width: auto;
    height: 58px;
}

.header_main .header-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
}

.header_main .header-cta .cta_cm {
    display: flex;
    align-items: baseline;
    gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: center;
}

.header_main .header-cta .cta_cm ul {
    list-style: none;
    display: flex;
    align-items: end;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 6px;
}

.header_main .header-cta .cta_cm ul img.cta_icon {
    width: 14px;
}

.header_main .header-cta .cta_cm ul p {
    margin-bottom: 0px;
    color: #36B4B4;
    font-family: "Baloo 2", sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.header_main .header-cta .cta_cm ul h6 {
    margin-bottom: 0px;
    font-family: "Bubblegum Sans", sans-serif;
    color: #515050;
    font-weight: normal;
    font-size: 14px;
}

.header_main .header-cta .button_cta a {
    background: #4E4B56;
    border: none;
    border-radius: 10px;
    font-family: 'Bubblegum Sans';
    font-size: 16px;
    text-transform: capitalize;
    padding: 13px 27px;
}
.row_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.header_main .header-cta .cta_cm ul a {
    text-decoration: none;
}

/*  Banner  */

section.banner {
    background: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0px 7rem 0px;
    background-position: left;
    background-color: #0216158a;
    background-blend-mode: color;
}

section.banner .content-banner {
    width: 95%;
    margin: auto;
}

section.banner .content-banner .text-section {
    padding-bottom: 2.4rem;
}

section.banner .content-banner .text-section h3 {
    font-family: 'Bubblegum Sans';
    font-size: 70px;
    color: white;
    font-weight: normal;
    -webkit-text-stroke: 1px black;
    margin-bottom: 0px;
}

section.banner .content-banner .text-section h2 {
    font-family: 'Baloo 2';
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    font-size: 34px;
    /* -webkit-text-stroke: 1px black; */
    width: 95%;
    margin: auto;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.cta-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cta-buttons a.btn.btn-dark {
    background: #4E4B56;
    border: 1px solid black;
}

.cta-buttons a.btn {
    border-radius: 6px;
    padding: 10px 55px;
}

.cta-buttons a.btn span {
    font-family: 'Bubblegum Sans';
    font-size: 20px;
    font-weight: normal;
}
.cta-buttons.centered-btns {
    justify-content: center;
}


section.banner-form-sec {
    background: #4E4B56;
    padding: 2rem 0;
}

section.banner-form-sec .head_sec {
    text-align: center;
    width: 100%;
    margin: auto;
}

section.banner-form-sec .head_sec h3 {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    font-family: 'Bubblegum Sans';
    font-size: 28px;
    color: white;
    text-transform: capitalize;
    font-weight: normal;
}



section.banner-form-sec .row_form {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-direction: column;
    flex-wrap: wrap;
}

section.banner-form-sec .row_form .input-group {
    align-items: center;
    background: white;
    border-radius: 5px;
}

section.banner-form-sec .row_form .input-group .input-group-prepend {
}

section.banner-form-sec .row_form .input-group .input-group-prepend span {
    background: transparent;
    border: none;
}

section.banner-form-sec .row_form .input-group input {
    height: 50px;
    border-radius: 0px 5px 5px 0px !important;
}

section.banner-form-sec .row_form  input[type="submit"] {
    background: #22ACAC;
    border: none;
    font-family: 'Bubblegum Sans';
    color: white;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 5px !IMPORTANT;
}


section.sec_2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

section.sec_2 .row {
    align-items: center;
}

section.sec_2 .sec_image {}

section.sec_2 .sec_image img {
    width: 80%;
}

section.sec_2 .text_sec {
    padding-bottom: 0.5rem;
    padding-top: 2rem;
}

section.sec_2 .text_sec h3 {
    color: #22ACAC;
    font-family: 'Baloo 2';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

section.sec_2 .text_sec h2 {
    color: #222222;
    font-size: 40px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    padding-bottom: 0px;
}

section.sec_2 .text_sec p {
    color: #737373;
    font-family: 'Baloo 2';
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
}

.buttons_group {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.buttons_group a.btn.btn-theme {
    color: white;
    background: #22ACAC;
}

.buttons_group a.btn {
    font-size: 14px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 6px;
    padding: 12px 50px;
}

.buttons_group a.btn.btn-dark {
    background: #4E4B56;
    color: white;
}

section.services_sec {padding-top: 1.5rem;padding-bottom: 3rem;}

section.services_sec .sec_head {
    width: 95%;
    margin: auto;
    padding-bottom: 1.7rem;
}

section.services_sec .sec_head h3 {
    color: #222222;
    font-family: 'Bubblegum Sans';
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 0.7rem;
}

section.services_sec .sec_head p {
    color: #737373;
    font-size: 14px;
    font-family: 'Baloo 2';
    font-weight: normal;
}

.services_slider {
   padding-bottom: 3rem;
   padding-left: 30px;
   padding-right: 30px;
}
.services_slider .swiper-pagination {
    position: relative;
    bottom: -2.5rem;
}
.services_slider .item {
    background: transparent;
    border: 2px solid #395d4152;
    border-radius: 20px;
    padding: 20px 20px;
    height:auto;
}
.services_slider .swiper-pagination span.swiper-pagination-bullet {
    background: #2D4632;
    opacity: 0.4;
    width: 10px;
    height: 10px;
}

.services_slider .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
}
.services_slider .item .image_box {}

.services_slider .item .image_box img {}

.services_slider .item  .text_slide {
    padding-top: 0.7rem;
    width: 99%;
}

.services_slider .item  .text_slide h4 {
    color: #262626;
    text-transform: capitalize;
    font-family: poppins;
    font-size: 20px;
    font-weight: bold;
    width: 60%;
}

.services_slider .item  .text_slide p {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #3D3D3D;
}

section.limited_offer_sec {
    background: url(../images/limited_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #00000059;
    background-blend-mode: saturation;
}

section.limited_offer_sec .sec_head {}

section.limited_offer_sec .sec_head h3 {
    font-size: 40px;
    font-family: 'Bubblegum Sans';
    color: white;
    padding-bottom: 1.2rem;
    text-transform: capitalize;
}

.limited_books_slider {}

.limited_books_slider .item .image_book {
    text-align: center;
}

.limited_books_slider .item .image_book img {
    width: 65%;
    aspect-ratio: auto;
    object-fit: cover;
}
.limited_buttons_group.centered_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.9rem;
}

.limited_buttons_group {
    padding-top: 2.2rem;
}

.limited_buttons_group a.btn.btn-light {
    box-shadow: 0px 1px 3px 1px #4d4d4d75;
    font-size: 22px;
    font-family: 'Bubblegum Sans';
    text-transform: capitalize;
    font-weight: normal;
    color: #2B2B2B;
    background: white;
    border-radius: 10px;
    padding: 12px 30px;
}
section.sec_2.sec_5 .row {
    align-items: end;
}

section.portfolio_sec {
    background: url(../images/folio_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
}
section.portfolio_sec .sec_head {
    padding-bottom: 1.7rem;
    width: 95%;
    margin: auto;
}

section.portfolio_sec .sec_head h3 {
    color: #22ACAC;
    font-family: 'Baloo 2';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: capitalize;
}

section.portfolio_sec .sec_head p {
    color: #C2C2C2;
    font-family: 'Baloo 2';
    font-size: 16px;
    line-height: 25px;
}

section.portfolio_sec .sec_head h2 {
    color: #fff;
    font-size: 40px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    padding-bottom: 0px;
}
section.portfolio_sec .image_folio {}

section.portfolio_sec .image_folio img {
    width: 100%;
}
.folio_slider {
    padding-bottom: 0.8rem;
}
section.sec_2.sec_5 .text_sec {
    width: 95%;
}
section.exclusive_sec {
    background: #2E323A;
    padding: 4rem 0;
}

section.exclusive_sec .row {
    align-items: start;
}

section.exclusive_sec .image_sec img {
    width: 90%;
}

section.exclusive_sec .text_sec h2 {
    font-family: 'Bubblegum Sans';
    font-size: 42px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-top: 1rem;
}

section.exclusive_sec .text_sec p {
    color: #C2C2C2;
    font-size: 16px;
    font-family: 'Baloo 2';
    font-weight: normal;
    line-height: 27px;
}

.buttons_large {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    padding-top: 0.8rem;
}

.buttons_large a.btn.btn-light {
    color: #2B2B2B;
    background: white;
    font-family: 'Bubblegum Sans';
    text-transform: capitalize;
    font-size: 18px;
    padding: 12px 34px;
    border-radius: 6px;
}
footer .footer_main {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

footer {
    background: #4B4F56;
}

footer .footer_main .logo_footer img {
    width: 55%;
    height: auto;
}

footer .footer_main  .text_footer p {
    font-family: 'Poppins';
    color: white;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 12px;
}

footer .footer_bottom {
    border-top: 1.80px solid #329AE3;
    width: 98%;
    margin: auto;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

footer .footer_bottom p.copyrights_text {
    margin-bottom: 0px;
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 12px;
}

footer .footer_bottom ul.terms_pages {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    justify-content: center;
    padding-top: 0.4rem;
}

footer .footer_bottom ul.terms_pages a {
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
}

.buttons_footer {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 80%;
    margin: auto;
}

.buttons_footer a.btn.btn-theme {
    font-size: 18px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    border-radius: 6px;
    background: #22ACAC;
    color: white;
    padding: 12px 18px;
}

.buttons_footer a.btn.btn-light {
    font-size: 18px;
    font-family: 'Bubblegum Sans';
    font-weight: normal;
    border-radius: 6px;
    color: #555555;
    padding: 12px 18px;
}
footer .footer_main .row {
    align-items: center;
}


/*  Popup  */


#contact-popup .modal-body {
	display: flex;
	width: 100%;
	gap: 30px;
	padding: 15px 15px;
	flex-direction: column;
}

#contact-popup .modal-header {
	position: absolute;
	width: 100%;
	z-index: 1;
	border: none
}

.boxpopupimage {
	position: absolute;
	bottom: 0;
	width: 100%;
	top: 0;
}

.modal-left-content img {
	border-radius: 10px;
	width: 100%
}

.modal-left-content {
	width: 50%;
}

.modal-right-content {
	width: 100%;
	display: flex;
	align-items: center
}

	.modal-right-content .form-box {
		padding: 0;
		width: 100%;
		background:white;
	}

div#contact-popup form input[type="submit"]{
    color: #fff;
    background-color: #22acac;
    padding: 8px 45px 8px;
    margin-bottom: 0px;
    font-size: 18px;
    border: 1px solid #22acac;
    border-radius: 50px !important;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.modal-content {
	border-radius: 20px;
	border: none;
	background: #eee !important;
	width: 92%;
	margin: auto;
}

	.modal-content .form-box .row {
		margin-bottom: 12px
	}

#contact-popup button.close {
	position: absolute;
	right: -15px;
	background: #22acac;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-shadow: none;
	top: -15px
}

	#contact-popup button.close:focus {
		outline: 0
	}

	#contact-popup button.close img {
		max-width: 15px;
		filter: brightness(15) invert(1)
	}

.form-box h3 + p {
	margin-bottom: 24px
}

.form-box label {
	font-size: 15px;
	color: #000;
	font-weight: 700
}

.logo-popups img {
	width: auto;
	padding-left: 130px;
	padding-top: 21px;
	padding-bottom: 40px;
	max-width: 100%;
}

.form-box h3 {
	font-size: 25px;
	color: #6d6d6d;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 700
}

.form-box p.my-pform {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    font-family: 'Poppins';
}

.form-box {
	-webkit-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 30px 0 rgba(0,0,0,.1);
	border-radius: 30px;
	padding: 30px !important;
	margin: 0 0px 0 0;
}

	.form-box button.web-blue-btn {
		color: #fff;
		border: 1px solid #22acac;
		background-color: #22acac;
		display: inline-block;
		padding: 10px 40px 6px;
		text-decoration: none;
		font-weight: 500;
		font-family: "Josefin Sans",serif;
		font-size: 18px;
		text-transform: uppercase;
		border-radius: 50px;
		text-align: center;
		margin: 16px auto 0;
		width: 180px
	}

	.form-box input.form-control {
		height: 45px;
		border-color: #707070
	}

	.form-box input::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea::placeholder {
		color: #6d6d6d;
		opacity: .5
	}

	.form-box textarea.form-control {
		border-color: #707070
	}

    .boxpopupimage {
    	padding-left: 60px;
    }
    
    span.clr-changed {
       color: #22acac;
    }

/*  Popup End */

    .header_main .header-cta .button_cta {
        display: none;
    }
    
    footer .footer_main .text_footer {
        padding: 20px 0px;
    }
    
    footer .footer_bottom .row {flex-direction: column;text-align: center;}


}
    