@charset "UTF-8";

.banner-content {
padding-top: 150px;
padding-bottom: 140px;
}
.siximg1 {
margin-left: 85%;
max-width: 40%;
}

.siximg1c {
margin-left: 28%;
margin-top: -80px;
}

.siximg2 {
margin-left: 85%;
max-width: 40%;
}

.siximg2c {
margin-left: 28%;
margin-top: -80px;
}

.siximg3 {
margin-left: -27%;
max-width: 40%;
}

.siximg3c {
margin-left: -72%;
margin-top: -80px;
}

.siximg4 {
margin-left: -27%;
max-width: 40%;
}

.siximg4c {
margin-left: -72%;
margin-top: -80px;
}

.siximg5 {
margin-left: 50%;
max-width: 40%;
}

.siximg5c {
margin-left: -22%;
margin-top: -80px;
}

.siximg6 {
/*        margin-left: 50%;*/
max-width: 40%;
}

.siximg6c {
margin-left: -22%;
margin-top: -80px;
}

strong {
font-size: 19px;
}

/* Hide the element until it has finished upgrading to a Custom Element */
read-more:not(:defined) {
visibility: visible;
}

/* Ensure the element is visible in no-js environments */
.no-js read-more:not(:defined) {
visibility: visible;
}

read-more p {
font: inherit;
line-height: inherit;
}

read-more button {
all: unset;
color: var(--color-primary);
text-decoration: underline;
text-underline-offset: 3px;
cursor: pointer;
}

read-more button:focus,
read-more button:hover {
text-decoration: none;
}

.fs {
font-size: 65px;
}

.mi {
margin-bottom: -17px;
}

.mstay {
margin-top: -263px;
}

@media only screen and (max-width: 600px) {
.mobilehide {
    display: none;
}

.banner-box1 {
    width: 100%;
    height: 100%;
    height: 208px !important;
}

.banner-box1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(19, 23, 48, 0);
    z-index: 1;
}

.fs {
    font-size: 25px;
}

.mi {
    margin-bottom: -50px;
}

.mstay {
    margin-top: -60px;
}
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
width: -webkit-fill-available;
}

.form-box {
font-size: 15px;
}

input.iti__search-input {
height: 35px;
}
.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}

.popup-content {
background: #fff;
padding: 20px;
border-radius: 8px;
text-align: center;
max-width: 100%;
width: 70%;
min-height: 97vh;
height: 87vh;
overflow-y: scroll;
}

#closePopup {

color: red;
border: none;
/*padding: 10px 10px;*/
cursor: pointer;
border-radius: 5px;
margin-top: 0px;
}

@media only screen and (max-width: 600px) {
.popup-content {
    max-width: 100%;
    width: 90%;
    min-height: 700px;
    overflow: scroll;
    height: 600px;
}
}

#registrationForm h6 {
color: red;
text-align: left;
}
.blink {
animation: blinker 1s linear infinite;
color: red;
font-weight: bold;
}

@keyframes blinker {
50% {
    opacity: 0;
}
}

.h1-title {
font-family: 'Source Sans Pro', sans-serif;
font-size: 42px;
color: #fff;
line-height: 50px;
font-weight: 700;
margin-bottom: 50px;
}

.img1 {
display: block;
border-radius: 51px;
width: 60px;
}

.slick-dots {
bottom: -50px;
font-size: 0;
line-height: 1;
display: none !important;
}

.modal-confirm {
    color: #434e65;
    width: 525px;
}

.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}

.modal-confirm .close:hover {
    opacity: 0.8;
}

.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}

.modal-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}

.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}

.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}

.main-testimonial-slider {
    width: 100%;
    position: relative;
}

/* slide */
.testimonial-slide {
    padding: 15px;
}

/* thumbnail */
.youtube-preview {
    position: relative;
    cursor: pointer;
}

.thumb-img {
    width: 90%;
    height: 250px;
    /* object-fit: cover; */
    border-radius: 10px;
}

@media screen and (min-width: 1490px) {
    .thumb-img {
        height: 300px;
    }
}

@media screen and (min-width: 1699px) {
    .thumb-img {
        height: 350px;
    }
}

/* play button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 70px;
}

/* arrows (STRICTLY SCOPED to slider only) */
.main-testimonial-slider .slick-prev,
.main-testimonial-slider .slick-next {
    position: absolute;
    top: 40%;
    z-index: 999;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* left arrow */
.main-testimonial-slider .slick-prev {
    left: -50px;
}

/* right arrow */
.main-testimonial-slider .slick-next {
    right: -50px;
}

/* icon */
.main-testimonial-slider .slick-prev i,
.main-testimonial-slider .slick-next i {
    font-size: 18px;
    color: #000;
}

/* hover */
.main-testimonial-slider .slick-prev:hover,
.main-testimonial-slider .slick-next:hover {
    background: red;
    color: #fff;
}

.prev-arrow-voice {
    /* transform: rotate(45deg); */
    left: 25px;
    border: 0;
    background: #fff;
    z-index: 99;
    border-radius: 25px;
}

.video-title {
    color: #fff;
}

.coverage-title {
    color: #000;
}

.banner-slider {
    top: 7rem !important;
    right: 80px;
}

/* ==========================
   ADVERTISEMENT POPUP
========================== */

.ads-modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:rgba(0,0,0,0.75);

    display:flex;
    justify-content:center;
    align-items:center;

    z-index:999999;
}

/* Popup Box */



.ads-box{
    position:relative;

    width:700px;
    height:420px;

    max-width:95%;
    max-height:95vh;

    overflow:hidden;
    border-radius:15px;

    background:#fff;

    box-shadow:0 15px 50px rgba(0,0,0,.4);

    animation:popupShow .4s ease;
}

/* Banner Image */
.ads-image{
    width:100%;
    height:100%;
    /*object-fit:cover;*/
    display:block;
}

/* Close Button */
.ads-close{
    position:absolute;
    top:10px;
    right:15px;

    width:38px;
    height:38px;

    border:none;
    border-radius:50%;

    background:#fff;
    color:#333;

    font-size:26px;
    font-weight:bold;

    cursor:pointer;

    z-index:100;
}

/* Title */
.ads-title{
    position:absolute;
    bottom:20px;
    left:0;
    width:100%;

    text-align:center;

    font-size:32px;
    font-weight:800;
    letter-spacing:1px;

    z-index:100;

    animation:
        titleColor 1.5s infinite,
        titleBlink .8s infinite;
}

/* Multi Color Animation */
@keyframes titleColor{

    100%{
        color:#000000;
    }
}

/* Blink + Pulse */
@keyframes titleBlink{

    0%,100%{
        opacity:1;
        transform:scale(1);
    }

    50%{
        opacity:.8;
        transform:scale(1.08);
    }
}

/* Register Button Center */
.register-wrapper{
    position:absolute;
    top:50%;
    left:50%;

    transform:translate(-50%, -50%);
    z-index:50;
}

/* Register Button */
.register-wrapper{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:999;
}

.register-btn{
    position:relative;
    display:inline-block;

    padding:15px 40px;

    color:#fff !important;
    text-decoration:none !important;

    font-size:24px;
    font-weight:700;
    letter-spacing:1px;

    border-radius:50px;
    background:#ff0000;

    overflow:hidden;
    z-index:1;

    animation:buttonBlink .8s infinite;
}

/* Animated Zigzag / Multi-Color Border */
.register-btn::before{
    content:"";

    position:absolute;
    top:-4px;
    left:-4px;
    right:-4px;
    bottom:-4px;

    border-radius:55px;

    background:
    repeating-conic-gradient(
        #ff0000 45deg 60deg,
    );

    animation:rotateBorder 2s linear infinite;

    z-index:-2;
}

/* Inner Layer */
.register-btn::after{
    content:"";

    position:absolute;
    top:4px;
    left:4px;
    right:4px;
    bottom:4px;

    background:#ff0000;

    border-radius:50px;

    z-index:-1;

    animation:bgColorChange 1s infinite;
}

/* Border Rotation */
@keyframes rotateBorder{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

/* Background Color Change */
@keyframes bgColorChange{

    100%{
        background:#ff0000;
    }
}

/* Blink + Zoom */
@keyframes buttonBlink{

    0%,100%{
        transform:scale(1);
        opacity:0.5;
    }

    50%{
        transform:scale(1.12);
        opacity:.9;
    }
}

/* Hover */
.register-btn:hover{
    color:#fff !important;
    text-decoration:none !important;

    transform:scale(1.1);
}


/*register modal form*/
.register-modal{
    position:fixed;
    inset:0;

    background:rgba(0,0,0,.75);

    display:none;

    justify-content:center;
    align-items:center;

    z-index:999999;
}

.register-box{
    position:relative;

    width:750px;
    max-width:95%;
    max-height:90vh;

    overflow-y:auto;

    background:#fff;

    border-radius:15px;

    padding:25px;

    box-shadow:0 20px 60px rgba(0,0,0,.4);

    animation:registerPopup .25s ease;
}

.register-heading{
    margin:0 0 20px;
    text-align:center;
    font-weight:700;
    color:#337ab7;
}

.register-close{
    position:absolute;
    top:10px;
    right:15px;

    border:none;
    background:none;

    font-size:32px;
    cursor:pointer;
}

@keyframes registerPopup{

    from{
        opacity:0;
        transform:scale(.9);
    }

    to{
        opacity:1;
        transform:scale(1);
    }
}

@media(max-width:768px){

    .register-box{
        width:95%;
        padding:15px;
    }
} 


/*dropdown - service register*/
.premium-select-box{
    margin-bottom:25px;
    text-align: center;
}

.premium-label{
    display:block;
    margin-bottom:8px;

    font-size:15px;
    font-weight:700;
    color:#2c3e50;
    font-size: x-large;
    text-transform:uppercase;
    letter-spacing:1px;
}

.premium-select{
    height:50px !important;

    border:2px solid #337ab7;
    border-radius:10px;

    font-size:15px;
    font-weight:600;

    background:#f8fbff;

    box-shadow:0 3px 10px rgba(51,122,183,.12);

    transition:.3s;
}

.premium-select:focus{
    border-color:#28a745;

    box-shadow:
        0 0 0 3px rgba(40,167,69,.15),
        0 5px 15px rgba(40,167,69,.2);
}

.premium-label:before{
    content:"★ ";
    color:#f39c12;
}

/*job info*/
.job-info-box{

    min-height:92px;

    padding:5px;

    border-radius:12px;

    background:linear-gradient(
        135deg,
        #f8fbff,
        #eef6ff
    );

    border-left:5px solid #337ab7;

    box-shadow:0 3px 15px rgba(0,0,0,.08);

    animation:fadeIn .3s ease;
}

.job-info-title{
    font-size:15px;
    font-weight:700;
    color:#337ab7;

    margin-bottom:8px;
}

#jobInfoContent{
    font-size:13px;
    line-height:1.6;
    color:#555;
}

@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media (max-width: 515px) {
    /* Your CSS here */
    .ads-box {
        height: 246px;
    }
    
    .register-btn {
        white-space: nowrap;
        padding: 8px 26px;
        font-size: 20px;
    }
    
    .ads-title {
        font-size: 22px;
        white-space: nowrap;
    }
}

.contact-us-btn,
.join-btn {
    padding: 18px;
    border-radius:6px;
}

.contact-us-btn{
    /*padding:14px 34px;*/
    background:#3A4692;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}



/* Partner box */

/* ============================
   OUR SERVICES SECTION
============================ */

.main-services-section .container {
    width: auto !important;
}

.main-services-section {
    background: #fff;
    padding-bottom: 35px;
}

/* Blue Heading */

.services-title {
    background-image: linear-gradient(to top, #721a1a, #ef1515);
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 42px;
}

.services-title h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
    text-shadow: 2px 2px 4px #000000;
}

/* Slider */

.services-slider {
    margin: 0 -10px;
}

/* Individual Service */

.service-item {
    text-align: center;
    padding: 0 10px;
}

/* Circular Image */

.service-image {
    width: 180px;
    height: 180px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

/* Service Title */

.service-item h4 {
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

/* Remove Slick Arrows */

.services-slider .slick-prev,
.services-slider .slick-next {
    display: none !important;
}

/* Responsive */

@media (max-width: 1199px) {

    .services-title h2 {
        font-size: 50px;
    }

    .service-image {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 991px) {

    .services-title {
        margin-bottom: 30px;
    }

    .services-title h2 {
        font-size: 42px;
    }

    .service-image {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px) {

    .services-title {
        padding: 10px;
        margin-bottom: 25px;
    }

    .services-title h2 {
        font-size: 34px;
    }

    .service-image {
        width: 140px;
        height: 140px;
    }

    .service-item h4 {
        font-size: 14px;
    }
}



/*******media slider start*******/
 .media-section{
    padding: 20px 0;
    background:#fff;
}

.media-title{
    display:flex;
    align-items:center;
    margin-bottom:0px;
}

.media-title h2{
    font-size:56px;
    font-weight:700;
    color:#c40000;
    margin:0;
    white-space:nowrap;
}

.media-title .line{
    flex:1;
    height:4px;
    background:#c40000;
    margin-left:20px;
}

.media-slider{
    position:relative;
}

.media-slider .slick-slide{
    padding:20px 15px;
}

.media-card{
    width:100%;
    height:100%;
    background:#f6ead7;
    padding:14px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.media-card img{
    width:100%;
    height:220px;
    object-fit:fill;
    display:block;
}

.media-card p {
    margin: 12px 0 0;
    font-size: 24px;
    color: #333;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.media-section .slick-arrow {
    top: 55% !important;
}

/* Slick Arrows */

.media-slider .slick-prev,
.media-slider .slick-next{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,.15);
    z-index:10;
}

.media-slider .slick-prev{
    left:-22px;
}

.media-slider .slick-next{
    right:-22px;
}

.media-slider .slick-prev:before,
.media-slider .slick-next:before{
    color:#000;
    font-size:28px;
    opacity:1;
}

@media(max-width:768px){
    
    .media-title h2{
        font-size:43px;
    }
}

@media(max-width:480px){
    
    .media-title h2{
        font-size:33px;
    }
}

/*******media slider end*******/



/*******maitys banner section start*******/
#bannerSlider {
    margin-top: 100px;
}

.carousel .item img {
    width: 100%;
    height: calc(100vw * 0.44); /* 40% of viewport width */
    object-fit: fill;
    display: block;
}

/* Caption */
.carousel-caption{
    top:50%;
    transform:translateY(-50%);
    bottom:auto;
    text-shadow:none;
}

.carousel-caption h2{
    font-size:48px;
    font-weight:bold;
}

.carousel-caption p{
    font-size:18px;
    margin-top:15px;
}

.btn-banner{
    margin-top:20px;
    padding:12px 30px;
    font-size:16px;
    background:#ff6600;
    color:#fff;
    border:none;
    border-radius:4px;
}

.btn-banner:hover{
    background:#e65c00;
    color:#fff;
}

/* Bottom Dots */
.carousel-indicators{
    bottom: 0px;
}

.carousel-indicators li{
    display: inline-flex !important;
    width:14px;
    height:14px;
    border-radius:50%;
    border:2px solid #ffffff;
    background:transparent;
    margin:5px;
}

.carousel-indicators .active{
    background:#ffffff;
    border-color:#ffffff;
    height: 15px;
    width: 15px;
}

/* Hide Left & Right Controls */
.carousel-control{
    display:none;
}


@media(max-width:991px){
    #bannerSlider {
        margin-top: 70px;
    }
}

@media(max-width:768px){
    
    .carousel-caption h2{
        font-size:28px;
    }
    
    .carousel-caption p{
        font-size:15px;
    }

}

@media(max-width:480px){

    .carousel,
    .carousel .item,
    .carousel .item img{
        height: calc(100vw * 0.44);
    }

}
/*******maitys banner section start*******/


/*******about maitys start*******/

/* ================================
   WHY MAITYS SECTION
================================ */

.why-maitys {
    background: #fff;
    padding: 30px 0;
    overflow: hidden;
}

/* Bootstrap 3 row vertical alignment */
.why-maitys .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* ================================
   LEFT CONTENT
================================ */

.why-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Heading */

.why-title {
    font-size: clamp(31px, 4.2vw, 58px);
    line-height: 1.1;
    font-weight: 800;
    color: #0d1b75;
    margin: 0 0 20px;
    text-shadow: 2px 0 #0d1b75;
}

.why-title span {
    color: #bd0b0b;
    text-shadow: 2px 0 #bd0b0b;
}

/* Description */

.why-text {
    font-size: clamp(18px, 1.15vw, 20px);
    line-height: 1.45;
    color: #222;
    margin: 0 0 20px;
}

.why-text strong {
    font-weight: 700;
    font-size: 12px !important;
}

/* Horizontal line */

.why-maitys hr {
    border: 0;
    border-top: 1px solid #222;
    margin: 20px 0;
}

/* ================================
   WHY ITEMS
================================ */

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

.why-item i {
    flex-shrink: 0;
    color: #d40000;
    font-size: clamp(25px, 1.3vw, 24px);
    margin-top: 3px;
}

.why-item div {
    font-size: clamp(19px, 1.05vw, 18px);
    line-height: 1.4;
    color: #222;
}

.why-item strong {
    color: #d40000;
    font-size: 22px;
}

/* ================================
   JOIN BUTTON
================================ */

.why-maitys .join-btn-wrap {
    text-align: left;
    margin-top: 20px;
}

.why-maitys .join-btn {
    text-shadow: 2px 2px 4px #000000;
    background: linear-gradient(to top, rgb(114, 26, 26), rgb(239, 21, 21)) rgb(153, 0, 0) !important;
    display: inline-block;
    background: #bb0b0b;
    color: #fff;
    padding: clamp(10px, 1.2vw, 20px)
             clamp(25px, 3vw, 60px);
    font-size: clamp(30px, 2vw, 36px);
    line-height: 1;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 6px 5px 8px 3px #04040457;
    transition: all 0.3s ease;
}

.why-maitys .join-btn:hover,
.why-maitys .join-btn:focus {
    background: #b00000;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* ================================
   RIGHT IMAGE
================================ */

.why-image-wrap {
    width: 100%;
    text-align: center;
}

.blob-image {
    width: min(100%, 560px);
    height: auto;
    aspect-ratio: 560 / 650;
    margin: 0 auto;
    overflow: hidden;

    /*border-radius:*/
    /*    45% 55% 60% 40% /*/
    /*    35% 45% 55% 65%;*/

    /*background: #f2f2f2;*/
}

.blob-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}


/* =========================================
   LARGE DESKTOP
   1200px+
========================================= */

@media (min-width: 1200px) {

    .why-maitys {
        padding: 30px 0;
    }

    .why-content {
        padding-right: 20px;
    }

    .why-image-wrap {
        padding-left: 20px;
    }

}


/* =========================================
   TABLET / SMALL DESKTOP
   992px - 1199px
========================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .why-content {
        padding-right: 15px;
    }

    .why-image-wrap {
        padding-left: 15px;
    }
    
    .why-title {
        font-size: clamp(31px, 4.2vw, 58px);
    }
    
    .why-text {
        font-size: clamp(18px, 1.15vw, 20px);
    }
    
    .why-item i {
        font-size: clamp(25px, 1.3vw, 24px);
    }
    
    .why-item div {
        font-size: clamp(19px, 1.05vw, 18px);
    }
    
    .why-item strong {
        font-size: 22px;
    }
    
    .why-maitys .join-btn {
        display: inline-block;
        background: #bb0b0b;
        color: #fff;
        padding: clamp(15px, 1.2vw, 20px) clamp(30px, 3vw, 60px);
        font-size: clamp(30px, 2vw, 36px);
        line-height: 1;
        font-weight: 700;
        border-radius: 12px;
        text-decoration: none;
        box-shadow: 6px 5px 8px 3px #04040457;
        transition: all 0.3s ease;
    }
}


/* =========================================
   TABLET
   768px - 991px
========================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .why-maitys {
        padding: 25px 0;
    }

    .why-title {
        font-size: clamp(25px, 4vw, 40px);
    }

    .why-text {
        font-size: 15px;
    }

    .why-item div {
        font-size: 14px;
    }

    .why-item i {
        font-size: 17px;
    }

    .why-maitys .join-btn {
        font-size: 22px;
        padding: 12px 30px;
    }

    .blob-image {
        width: 100%;
        max-width: 400px;
    }

}


/* =========================================
   MOBILE
   0px - 767px

   IMPORTANT:
   Content remains LEFT
   Image remains RIGHT
========================================= */

@media (max-width: 767px) {

    .why-maitys {
        padding: 20px 0;
    }

    .why-maitys .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .why-maitys .col-xs-7,
    .why-maitys .col-xs-5 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .why-content {
        padding: 0;
    }

    .why-title {
        font-size: clamp(20px, 6vw, 30px);
        margin-bottom: 10px;
        text-shadow: 1px 0 #0d1b75;
    }

    .why-title span {
        text-shadow: 1px 0 #bd0b0b;
    }

    .why-text {
        font-size: clamp(10px, 2.5vw, 14px);
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .why-maitys hr {
        margin: 10px 0;
    }

    .why-item {
        gap: 5px;
        margin-bottom: 5px;
    }

    .why-item i {
        font-size: clamp(10px, 2.8vw, 16px);
        margin-top: 2px;
    }

    .why-item div {
        font-size: clamp(12px, 2.2vw, 13px);
        line-height: 1.3;
    }

    .why-maitys .join-btn-wrap {
        margin-top: 12px;
        text-align: left;
    }

    .why-maitys .join-btn {
        font-size: clamp(12px, 3.5vw, 20px);
        padding: 9px 20px;
        border-radius: 8px;
        box-shadow: 3px 3px 5px 2px #04040457;
    }

    .why-image-wrap {
        padding: 0;
    }

    .blob-image {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 560 / 650;
    }

    .why-item strong {
        font-size: 15px !important;
    }
}


/* =========================================
   VERY SMALL MOBILE
   0px - 400px
========================================= */

@media (max-width: 400px) {

    .why-maitys .col-xs-7 {
        width: 60%;
    }

    .why-maitys .col-xs-5 {
        width: 40%;
    }

    .why-title {
        font-size: 25px;
    }

    .why-text {
        font-size: 10px;
    }

    .why-item div {
        font-size: 10px;
    }

    .why-item i {
        font-size: 10px;
    }

    .why-maitys .join-btn {
        font-size: 11px;
        padding: 7px 15px;
    }
    
    .why-item strong {
        font-size: 12px !important;
    }

}
/*******about maitys end*******/




/*******maitys voice section start*******/
.main-newsletter{
    background:#252d7d;
    padding:35px 0;
    background-image: linear-gradient(#bf1010, #7f0a0a, #590404);
}
.main-newsletter .h2-title {
    color: #fff;
    font-size: 70px;
    text-shadow: 5px 3px 4px #0c0c0c;
}

.maitys-voice-slider .video-item {
    overflow: hidden;
}

/* Slick spacing */

.maitys-voice-slider .slick-slide{
    padding:0 12px;
}

.maitys-voice-slider .slick-list{
    margin:0 -12px;
}

/* Card */

.video-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.video-wrapper{
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:8px;
    background:#000;
}

.video-wrapper iframe{
    width:100%;
    height:100%;
    border:0;
}

.video-caption{
    color:#fff;
    font-size:15px;
    font-weight:600;
    line-height:1.4;
    text-align:center;
    margin-top:20px;

    min-height:120px;

    display:flex;
    justify-content:center;
    align-items:flex-start;
    padding:0 12px;
    overflow: hidden;
    max-height: 1px;
}

/* Equal height */

.maitys-voice-slider .slick-track{
    display:flex !important;
}

.maitys-voice-slider .slick-slide{
    height:inherit !important;
}

.maitys-voice-slider .slick-slide>div{
    height:100%;
}

/* Arrows */

.maitys-voice-slider .slick-prev,
.maitys-voice-slider .slick-next{
    width:45px;
    height:45px;
    z-index:99;
}

.maitys-voice-slider .slick-prev{
    left:-55px;
}

.maitys-voice-slider .slick-next{
    right:-55px;
}

.maitys-voice-slider .slick-prev:before,
.maitys-voice-slider .slick-next:before{
    font-size:40px;
    color:#fff;
}

/* Dots */

.maitys-voice-slider .slick-dots li button:before{
    color:#fff;
    font-size:12px;
}

.maitys-voice-slider .slick-dots li.slick-active button:before{
    color:#fff;
}

.main-newsletter.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
    margin-top: 45px !important;
}

/* Tablet */

@media(max-width:991px){

    /*.h2-title{*/
    /*    font-size:45px;*/
    /*}*/

    .video-caption{
        font-size:22px;
        min-height:90px;
    }

}

/* Mobile */

@media(max-width:767px){

    .main-newsletter{
        padding:35px 0;
    }

    /*.h2-title{*/
    /*    font-size:36px;*/
    /*    margin-bottom:35px;*/
    /*}*/

    .video-caption{
        font-size:18px;
        min-height:auto;
    }

    .slick-prev{
        left:0;
    }

    .slick-next{
        right:0;
    }

}

@media(max-width:480px){
    .main-newsletter .h2-title {
        font-size: 50px;
    }
}

/*******maitys voice section end*******/



/*******maitys heritage section start*******/
   /*=========================
Heritage Section
==========================*/

.heritage-section{
    background:#fff;
    padding:70px 0;
    overflow:hidden;
}

.heritage-wrapper{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    gap:40px;
}

/*=========================
Left Content
==========================*/

.heritage-content{
    width:100%;
    position:relative;
    display:flex;
    flex-direction:column;
}

.dot-pattern{
    display:grid;
    grid-template-columns:repeat(10,10px);
    gap:10px;
    margin-bottom:45px;
}

.dot-pattern span{
    width:8px;
    height:8px;
    background:#1a237e;
    border-radius:50%;
}

.heritage-content h2{
    color:#b90000;
    font-size:clamp(
        18px,
        calc(25px + (60 - 18) * ((100vw - 320px) / (1920 - 320))),
        60px
    );
    font-weight:700;
    line-height:1.05;
    margin-bottom:18px;
}

.heritage-content h2 span{
    display:block;
}

.red-line{
    width:82%; 
    height:4px;
    background:#b90000;
    margin-bottom:25px;
}

.heritage-content p{
    font-size:clamp(
        22px,
        calc(15px + (22 - 9) * ((100vw - 320px) / (1920 - 320))),
        22px
    );
    line-height:1.55;
    color:#222;
    margin-bottom:35px;
}

.heritage-content .join-btn{
    text-shadow: 2px 2px 4px #000000;
    background:#990000 !important;
    background-image: linear-gradient(to top, #721a1a, #ef1515) !important;
    display:inline-block;
    width:max-content;
    color:#fff;
    padding:18px 55px;
    border-radius:60px;
    font-size:32px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    margin-top: 5px;
}

.heritage-content .join-btn:hover{
    background:#990000;
    color:#fff;
    text-decoration:none;
}


/*=========================
Right Image
==========================*/

.heritage-image{
    width:42%;
    display:flex;
    align-items:stretch;
    justify-content:flex-end;
}

.heritage-image img{
    width:100%;
    height:100%;
    object-fit:fill;
    display:block;
    margin-left:auto;
}

.heritage-content .join-btn{
    display:inline-block;
    background:#0c168c;
    color:#fff;
    padding:18px 55px;
    border-radius:60px;
    font-size:32px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
}

.heritage-content .join-btn:hover{
    background:#06106f;
    color:#fff;
    text-decoration:none;
}
/*=========================
Large Laptop
==========================*/

@media(max-width:1400px){

    .heritage-wrapper{
        gap:35px;
    }

    .heritage-content h2{
        font-size:52px;
    }

    .heritage-content p{
        font-size:20px;
    }

    .heritage-content .join-btn{
        font-size:28px;
    }

}


/*=========================
Laptop
==========================*/

@media(max-width:1199px){

    .heritage-wrapper{
        gap:30px;
    }

    .heritage-content{
        width:100%;
    }

    .heritage-image{
        width:100%;
    }

    .heritage-content h2{
        font-size:46px;
    }

    .heritage-content p{
        font-size:18px;
    }

    .heritage-content .join-btn{
        font-size:24px;
        padding:16px 45px;
    }

}


/*=========================
Tablet
==========================*/

@media(max-width:991px){

    .heritage-wrapper{
        display:flex;
        flex-direction:row;
        align-items:stretch;
        gap:25px;
    }

    .heritage-content{
        width:100%;
    }

    .heritage-image{
        width:100%;
        display:flex;
        align-items:stretch;
    }

    .heritage-image img{
        width:100%;
        height:100%;
        object-fit: fill;
        display: block;
    }

    .heritage-content h2{
        font-size:34px;
    }

    .heritage-content p{
        font-size:15px;
        line-height:1.7;
    }

    .heritage-content .join-btn{
        font-size:18px;
        padding:14px 28px;
    }

    .dot-pattern{
        margin-bottom:25px;
    }

}


/*=========================
Mobile
==========================*/

@media(max-width:767px){

    .heritage-section{
        padding:25px 0;
    }

    .heritage-wrapper{
        display:flex;
        flex-direction:row;
        align-items:stretch;
        justify-content:space-between;
        gap:10px;
    }

    .heritage-content{
        width:100%;
        padding-right:5px;
    }

    .heritage-image{
        width:40%;
        display:flex;
        align-items:stretch;
        justify-content:flex-end;
    }

    .heritage-image img{
        width:100%;
        height:100%;
        object-fit:fill;
        display:block;
    }


    /*=========================
    Dots
    ==========================*/

    .dot-pattern{
        grid-template-columns:repeat(6,6px);
        gap:6px;
        margin-bottom:12px;
    }

    .dot-pattern span{
        width:5px;
        height:5px;
    }


    /*=========================
    Heading
    ==========================*/

    .heritage-content h2{
        font-size:18px;
        line-height:1.1;
        margin-bottom:8px;
    }


    /*=========================
    Red Line
    ==========================*/

    .red-line{
        width:100%;
        height:2px;
        margin-bottom:10px;
    }


    /*=========================
    Paragraph
    ==========================*/

    .heritage-content p{
        font-size:9px;
        line-height:1.35;
        text-align:justify;
        margin-bottom:12px;
    }


    /*=========================
    Button
    ==========================*/

    .heritage-content .join-btn {
        display: inline-block;
        width: max-content;
        padding: 10px 20px;
        font-size: 25px;
        border-radius: 30px;
        font-weight: 600;
    }

}

/* Heading */
.heritage-content h2{
    font-size:clamp(
        22px,
        calc(25px + (60 - 18) * ((100vw - 320px) / (1920 - 320))),
        60px
    );
}


/* Paragraph */
.heritage-content p{
    font-size:clamp(
        12px,
        calc(18px + (22 - 9) * ((100vw - 320px) / (1920 - 320))),
        22px
    );
}

/* Image Container */
.heritage-image{
    width:100%;
    height:clamp(
        235px,
        calc(235px + (700 - 250) * ((100vw - 320px) / (1920 - 320))),
        700px
    );
    display:block;
    align-items:stretch;
    justify-content:flex-end;
}

/* Image */
.heritage-image img{
    width:100%;
    height:100%;
    object-fit:fill;
    display:block;
}

/*=========================
Small Mobile
==========================*/
@media (min-width: 480px) and (max-width: 590px){
    .heritage-content p {
         font-size: 16px !important; 
    }
    .heritage-content h2 {
         font-size: 25px !important; 
    }
}


@media(max-width:480px){


    .heritage-wrapper{
        gap:12px;
    }

    .heritage-content{
        width:70%;
    }

    .heritage-image{
        width:47%;
        height: 200px;
    }

    .heritage-content h2{
        font-size:22px;
    }

    .heritage-content p{
        font-size:13px;
        line-height:1.3;
    }

    .heritage-content .join-btn{
        padding:4px 15px;
        font-size:14px;
    }

    .heritage-image img{
        width:100%;
        height:100%;
        object-fit:fill;
        display: block;
    }

}
/*******maitys heritage section end*******/



/*******maitys our achievement section start*******/
/* =========================================================
   ACHIEVEMENT SECTION
========================================================= */

.our-maitys-achievements {
    margin-top: 25px !important;
}  

.achievement-section {
    width: 100%;
    padding: 55px 0 75px;

    background-image: url("assets/images/art.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    overflow: hidden;
}


/* =========================================================
   HEADER
========================================================= */

.achievement-header {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.achievement-header h2 {
    margin: 0;
    padding: 0;
    font-size: 68px;
    line-height: 1.1;
    font-weight: 700;
        background: -webkit-linear-gradient(#250202, #eb1111);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* =========================================================
   SLICK
========================================================= */

.achievement-slider {
    position: relative;
    width: 100%;
}

.achievement-slide {
    width: 100%;
    outline: none;
}

.our-maitys-achievements .slick-dotted.slick-slider {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.achievement-slider .slick-slide {
    outline: none;
}

.achievement-slider .slick-list {
    width: 100%;
}

.achievement-slider .slick-track {
    display: flex;
}


/* =========================================================
   ROW
========================================================= */

.achievement-row {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;

    display: table;
    table-layout: fixed;
}


/* =========================================================
   IMAGE COLUMN
========================================================= */

.achievement-image-col {
    display: table-cell;

    float: none !important;

    vertical-align: middle;

    width: 50%;
}

.achievement-image {
    border: 5px solid #bbaeae;
    width:100%;
    height:370px;
}

.achievement-image img {
    width:100%;
    height:100%;
    object-fit:fill;
    display: block;
}


/* =========================================================
   CONTENT COLUMN
========================================================= */

.achievement-content-col {
    display: table-cell;

    float: none !important;

    vertical-align: middle;

    width: 50%;
}

.achievement-content {
    padding: 0 25px;

    text-align: left;
}

.achievement-content h3 {
    margin: 0 0 30px;

    color: #080808;

    font-size: 31px;
    line-height: 1.15;

    font-weight: 700;
}

.achievement-content p {
    margin: 0;

    color: #080808;

    font-size: 20px;
    line-height: 1.4;

    font-weight: 400;
}


/* =========================================================
   SLICK ARROWS
========================================================= */

.achievement-prev,
.achievement-next {
    position: absolute;

    top: 50%;

    z-index: 20;

    width: 45px;
    height: 45px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.5);

    color: #fff;

    font-size: 18px;

    line-height: 45px;

    text-align: center;

    cursor: pointer;

    transform: translateY(-50%);
}

.achievement-prev {
    left: -55px;
}

.achievement-next {
    right: -55px;
}

.achievement-prev:hover,
.achievement-next:hover {
    background: rgba(0, 0, 0, 0.8);
}


/* =========================================================
   SLICK DOTS
========================================================= */

.achievement-slider .slick-dots {
    position: relative;

    bottom: auto;

    margin: 35px 0 0;

    padding: 0;

    text-align: center;
}

.achievement-slider .slick-dots li {
    margin: 0 3px;
}

.achievement-slider .slick-dots li button:before {
    color: #fff;

    font-size: 10px;

    opacity: 0.5;
}

.achievement-slider .slick-dots li.slick-active button:before {
    color: #fff;

    opacity: 1;
}


/* =========================================================
   992px+
   DESKTOP
========================================================= */
@media (min-width: 992px) {
    
    .achievement-section {
        padding-top: 55px;
        padding-bottom: 75px;
    }

    .achievement-header {
        margin-bottom: 0px;
    }

    .achievement-header h2 {
        font-size: 68px;
    }

    .achievement-image {
        padding-left: 0;
        padding-right: 0px;
    }

    .achievement-content {
        padding-left: 30px;
        padding-right: 0;
    }

    .achievement-image {
        width:100%;
        height:370px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .achievement-image img {
        width:100%;
        height:100%;
        object-fit:fill;
        display: block;
    }
    .achievement-content h3 {
        font-size: 31px;
    }

    .achievement-content p {
        font-size: 20px;
    }

    .achievement-row {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .achievement-image-col,
    .achievement-content-col {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }

}

/* =========================================================
   1200px+
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .achievement-header h2 {
        font-size: 68px;
    }

    .achievement-header {
        margin-bottom: 0px;
    }

    .achievement-image img {
        width:100%;
        height:100%;
        object-fit:fill;
        display:block;
    }

    .achievement-content {
        padding-left: 35px;
    }

    .achievement-content h3 {
        font-size: 32px;
    }

    .achievement-content p {
        font-size: 20px;
        line-height: 1.4;
    }
}




/* =========================================================
   TABLET
   BELOW 992px
========================================================= */

@media (max-width: 991px) {

    .achievement-section {
        padding: 5px 0 55px;
    }

    .achievement-header {
        margin-bottom: 0px;
    }

    .achievement-header h2 {
        font-size: 50px;
        line-height: 1.1;
    }

    .achievement-row {
        display: block;

        width: 100%;
    }

    .achievement-image-col,
    .achievement-content-col {
        display: block;

        width: 100%;

        float: none !important;
    }
    
    .achievement-image {
        width: 100%;
        height:270px;
    }

    .achievement-image img {
        width:100%;
        height:100%;
        object-fit:fill;
        display: block;
    }


    .achievement-content {
        padding: 15px 15px;

        text-align: left;
    }

    .achievement-content h3 {
        font-size: 30px;
        line-height: 1.15;

        margin-bottom: 20px;
    }

    .achievement-content p {
        font-size: 18px;
        line-height: 1.4;
    }


    /* Arrows */

    .achievement-prev {
        left: 5px;
    }

    .achievement-next {
        right: 5px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {


    .achievement-image {
        width: 100%;
        height:470px;
    }

    .achievement-image img {
        width:100%;
        height:100%;
        object-fit:fill;
        display: block;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .achievement-section {
        padding: 5px 0 5px;
    }

    .achievement-header {
        margin-bottom: -25px;

        padding: 0 15px;

        text-align: center;
    }

    .achievement-header h2 {
        font-size: 38px;

        line-height: 1.05;
    }

     .achievement-image {
        width: 100%;
        height: 400px;
    }

    .achievement-image img {
        width:100%;
        height:100%;
        object-fit:fill;
        display: block;
    }

    .achievement-content {
        padding: 15px 15px 10px;
    }

    .achievement-content h3 {
        font-size: 25px;

        line-height: 1.15;

        margin-bottom: 18px;
    }

    .achievement-content p {
        font-size: 18px;

        line-height: 1.4;
    }


    /* Mobile arrows */

    .achievement-prev,
    .achievement-next {
        width: 38px;
        height: 38px;

        line-height: 38px;

        font-size: 14px;
    }

    .achievement-prev {
        left: 0;
    }

    .achievement-next {
        right: 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .achievement-header h2 {
        font-size: 30px;
    }

    .achievement-content h3 {
        font-size: 15px;
    }

    .achievement-content p {
        font-size: 12px;
    }
    
    .achievement-image {
        width: 100%;
        height:200px;
    }

    .achievement-image img {
        width:100%;
        height:100%;
        object-fit:fill;
        display: block;
    }
    
    .our-maitys-achievements .slick-dotted.slick-slider {
        margin-bottom: 2px !important;
        margin-top: 20px !important;
    }

}
/*******maitys our achievement section end*******/

.main-Partner-logo .h2-title {
    font-size: 45px !important;
}

@media (max-width: 767px) {
    .main-Partner-logo .h2-title {
        font-size: 35px !important;
    }
}

@media (max-width: 480px) {
    .main-Partner-logo .h2-title {
        font-size: 25px !important;
    }
}



/****************Maitys review clients start**************/
.main-testimonial{
    background-image: linear-gradient(#bf1010, #7f0a0a, #590404) !important;
    background:#f5f5f5;
    padding:20px 0;
}

.main-testimonial h2{
    color: #fff;
    text-shadow: 6px 2px 4px #000000 !important;
}

.main-testimonial .testimonial-slider{
    margin-top:5px;
}

.main-testimonial .slick-arrow {
    top: 65% !important;
}

.main-testimonial .testimonial-card{
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    background:#ffffff;

    border-radius:10px;

    padding:25px;

    height:280px;

    display:flex;
    flex-direction:column;

    justify-content:flex-start;

    position:relative;

    overflow:hidden;

    margin:10px;
    opacity: 0.5;
}

.main-testimonial .client-info{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.main-testimonial .client-info img{

    width:65px;
    height:65px;

    border-radius:50%;
    object-fit:fill;
    display: block;
}

.main-testimonial .client-info h4{
    margin:0;
    font-size:20px;
}

.main-testimonial .client-info span{
    color:#d32f2f;
    font-size:18px;
}

.main-testimonial .testimonial-content{
    height: 90px;
    overflow: hidden;
    position: relative;
    transition: height .3s ease;
}

.testimonial-content.expanded {
    height: auto;
}


.show-more {
    color: #b00000;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
}

.main-testimonial .testimonial-content p{

    margin:0;

    font-size:18px;

    line-height:1.8;

    color:#222;
}

/* Quote icon */

.main-testimonial .testimonial-card::after{

    content:"❞";

    position:absolute;

    right:20px;

    top:20px;

    font-size:80px;

    color:#f4bcbc;
}

/* Slick */

.main-testimonial .slick-slide{
    padding:10px;
}

.main-testimonial .slick-track{
    display:flex;
}

.main-testimonial .slick-slide{
    height:inherit;
}

.main-testimonial .slick-slide > div{
    height:100%;
}

/* arrows */

.main-testimonial .slick-prev,
.main-testimonial .slick-next{

    width:50px;
    height:50px;

    border-radius:50%;

    background:#fff;

    box-shadow:0 5px 15px rgba(0,0,0,.15);

    z-index:99;
}

.main-testimonial .slick-prev:before,
.main-testimonial .slick-next:before{

    color:#000;
    font-size:22px;
}

.main-testimonial .slick-prev{
    left:-20px;
}

.main-testimonial .slick-next{
    right:-20px;
}

.main-testimonial .toggle-text {
    color:#c62828;
    font-weight:600;
    font-size: 18px;
    text-decoration:none;
    cursor:pointer;
}


/* Laptop */

@media (min-width:1200px){

    .main-testimonial .testimonial-card{

        height:280px;
    }
}

/* Tablet */

@media (max-width:991px){

    .main-testimonial .testimonial-card{

        height:250px;
    }

    .main-testimonial .client-info h4{

        font-size:18px;
    }

    .main-testimonial .testimonial-content p{

        font-size:16px;
    }
}

/* Mobile */

@media (max-width:767px){

    .main-testimonial .testimonial-card{

        height:230px;

        padding:18px;
    }

    .main-testimonial .client-info img{

        width:55px;
        height:55px;
    }

    .main-testimonial .client-info h4{

        font-size:18px;
    }

    .main-testimonial .testimonial-content p{

        font-size:15px;
        line-height:1.6;
    }

    .main-testimonial .slick-prev{

        left:5px;
    }

    .main-testimonial .slick-next{

        right:5px;
    }
}

@media (max-width:480px){
    .main-testimonial .toggle-text {
        font-size: 12px;
    }
    
    .main-testimonial .client-info h4 {
        font-size: 18px;
    }
}
/****************Maitys review clients end**************/



/****************Maitys subscribe for news letter clients start**************/
/* ==========================================
   NEWSLETTER SECTION
========================================== */

.suscriber-section {
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 35px 25px;
    background: linear-gradient(25deg, #bac2f3 0%, #c8d0ff 35%, #f1c0c0 72%, #fd7878 100%);
    /*border-radius: 15px;*/
    overflow: hidden;
    /*border: 1px solid #222;*/
    box-sizing: border-box;
}

.suscriber-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.newsletter-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* ==========================================
   LEFT CONTENT
========================================== */

.newsletter-text {
    flex: 1;
}

.newsletter-text h2 {
    margin: 0 0 22px;
    color: #111;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

.newsletter-text p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
}

/* ==========================================
   FORM
========================================== */

.newsletter-form {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.newsletter-form form {
    width: 100%;
    max-width: 470px;
}

.email-box {
    width: 100%;
    height: 54px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

/* Email icon */

.email-icon {
    width: 52px;
    min-width: 52px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
    background: #f5f5f5;
    font-size: 18px;
}

/* Input */

.email-box input {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 13px;
    color: #333;
    background: #fff;
}

.email-box input::placeholder {
    color: #999;
}

/* Subscribe Button */

.email-box button {
    height: 100%;
    min-width: 125px;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.email-box button:hover {
    background: #333;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .suscriber-section {
        padding: 35px 25px;
    }

    .newsletter-content {
        gap: 30px;
    }

    .newsletter-text h2 {
        font-size: 31px;
    }

    .newsletter-form form {
        max-width: 420px;
    }

    .email-box {
        height: 50px;
    }

    .email-box button {
        min-width: 110px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .suscriber-section {
        padding: 35px 20px;
        /*border-radius: 12px;*/
    }

    .newsletter-content {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
    }

    .newsletter-text {
        width: 100%;
    }

    .newsletter-text h2 {
        font-size: 29px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .newsletter-text p {
        font-size: 12px;
    }

    .newsletter-form {
        width: 100%;
        display: block;
    }

    .newsletter-form form {
        width: 100%;
        max-width: none;
    }

    .email-box {
        width: 100%;
        height: 52px;
    }

    .email-icon {
        width: 45px;
        min-width: 45px;
    }

    .email-box input {
        min-width: 0;
        font-size: 12px;
        padding: 0 10px;
    }

    .email-box button {
        min-width: 105px;
        padding: 0 12px;
        font-size: 10px;
        letter-spacing: 1px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .suscriber-section {
        padding: 28px 15px;
    }

    .newsletter-text h2 {
        font-size: 25px;
    }

    .newsletter-text p {
        font-size: 11px;
    }

    .email-box {
        height: 48px;
    }

    .email-icon {
        width: 40px;
        min-width: 40px;
        font-size: 15px;
    }

    .email-box input {
        font-size: 11px;
        padding: 0 8px;
    }

    .email-box button {
        min-width: 90px;
        padding: 0 8px;
        font-size: 9px;
    }
}
/****************Maitys subscribe for news letter clients end**************/


/****************Our Presence Start**************/
.main-partners-section .container {
    width: auto !important;
}

.main-partners-section {
    background: #fff;
    padding-bottom: 35px;
}

.partners-title {
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 10px;
    font-family: system-ui;
}

.partners-title h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
    background: -webkit-linear-gradient(#ef0505, #290202);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partners-title span {
    font-size: 60px;
    font-weight: 700;
    background: -webkit-linear-gradient(#ef0505, #290202);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Slider */

.partners-slider {
    margin: 0 -10px;
}

/* Individual partners*/

.partners-item {
    text-align: center;
    padding: 0 10px;
}

/* Circular Image */

.partners-image {
    width: 160px;
    height: 100px;
    margin: 20px auto 16px;
    border-radius: 5%;
    overflow: hidden;
    box-shadow: -3px 2px 18px rgba(0, 0, 0, 0.25);
}

.partners-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

/* partners Title */

.partners-item h4 {
    color: #111;
    font-size: 15px; 
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

/* Remove Slick Arrows */

.partners-slider .slick-prev,
.partners-slider .slick-next {
    display: none !important;
}

/* Responsive */

@media (max-width: 1199px) {

    .partners-title h2 {
        font-size: 50px;
    }
    
    .partners-title span {
        font-size: 50px;
    }

    .partners-image {
        width: 160px;
        height: 110px;
    }
}

@media (max-width: 991px) {

    .partners-title {
        margin-bottom: 5px;
    }

    .partners-title h2 {
        font-size: 45px;
    }
    
    .partners-title span {
        font-size: 45px;
    }

    .partners-image {
        width: 150px;
        height: 100px;
    }
    
    .main-partners-section {
        padding-bottom: 0px;
    }
}


@media (max-width: 767px) {

    .partners-title {
        padding: 10px;
        margin-bottom: 0px;
    }

    .partners-title h2 {
        font-size: 40px;
    }
    
    .partners-title span {
        font-size: 40px;
    }

    .partners-image {
        width: 130px;
        height: 80px;
    }

    .partners-item h4 {
        font-size: 14px;
    }
    
    .main-partners-section {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {

    .partners-title h2 {
        font-size: 35px;
    }
    
    .partners-title span {
        font-size: 35px;
    }    
}
/****************Our Presence end**************/


/****************Maitys Get In Touch start**************/
.get-in-btn {
    border-radius: 6px;
    margin-top: 10px;
    background: #8375f0;
    color: #ffffff;
    background-image: linear-gradient(to top, #615cb7, #9186eb);
    border: 1px solid #9086d7;
    text-shadow: 2px 2px 4px #0a04a5;
    border-radius: 6px;
}

.get-in-btn:hover {
    color: #ffffff;
    background-image: linear-gradient(to top, #7872eb, #3628af);
}

.main-get-touch-in img {
    border-radius: 20px;
}

.main-get-touch-in .contact-form {
    margin-top: 0pc !important;
}

.main-get-touch-in .h2-title {
    color: #7f0909;
}

@media screen and (min-width: 1200px) {
    
    .main-get-touch-in .h2-title {
        margin-top: 0px !important;
        font-size: 40px;
    }
    
    .main-get-touch-in form {
        /*margin-top: 80px;*/
    }
}

@media screen and (max-width: 1200px) {
    
    .main-get-touch-in .h2-title {
        /*margin-top: 0px !important;*/
        font-size: 40px;
    }
    
    .main-get-touch-in form {
        /*margin-top: 45px;*/
    }
}

@media screen and (max-width: 991px) {
    
    .main-get-touch-in .h2-title {
        /*margin-top: 0px !important;*/
        font-size: 30px;
    }
    
    .appointment-form {
        margin-top: -45px !important;
    }
}
@media screen and (max-width: 767px) {
    
    .main-get-touch-in .h2-title {
        /*margin-top: 0px !important;*/
        font-size: 30px;
    }
    
    .appointment-form {
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 480px) {
    
    .main-get-touch-in .h2-title {
        font-size: 25px;
    }
    
    .appointment-form {
        margin-top: 20px !important;
    }
}
/****************Maitys Get In Touch end**************/


/****************Simmer Our Service start*****************/

.lazy-service{
    opacity:0;
    transition:opacity .4s ease;
}

.lazy-service.loaded{
    opacity:1;
}
.our-service-shimmer-card{
    text-align:center;
}

.our-service-shimmer-box,
.our-service-shimmer-text{
    background:linear-gradient(
        90deg,
        #ececec 25%,
        #f8f8f8 50%,
        #ececec 75%
    );
    background-size:200% 100%;
    animation:shimmer 1.2s infinite linear;
}

.our-service-shimmer-box{
    width:130px;
    height:130px;
    margin:0 auto 15px;
    border-radius:50px;
}

.our-service-shimmer-text{
    width:90%;
    height:16px;
    margin:10px auto;
    border-radius:4px;
}

.our-service-shimmer-text.short{
    width:65%;
}

.shimmer-img{
    width:100%;
    height:auto;
    min-height:420px;
    display:block;
    background:linear-gradient(
        90deg,
        #f2f2f2 25%,
        #e6e6e6 50%,
        #f2f2f2 75%
    );
    background-size:200% 100%;
    animation:shimmer 1.5s infinite;
}

.shimmer-img.loaded{
    background:none;
    animation:none;
}

.media-coverage-simmer {
    width: 100%;
    height: 220px;
    object-fit: fill;
    display: block;
    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 50%, #f2f2f2 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.media-coverage-text-simmer {
    margin: 12px 0 0;
    font-size: 24px;
    color: #333;
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 50%, #f2f2f2 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.maity-voice-simmer{
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:8px;
    background:#000;
    background:linear-gradient(
        90deg,
        #f2f2f2 25%,
        #e6e6e6 50%,
        #f2f2f2 75%
    );
    background-size:200% 100%;
    animation:shimmer 1.5s infinite;
}

.achievement-simmer{
    background:linear-gradient(
        90deg,
        #f2f2f2 25%,
        #e6e6e6 50%,
        #f2f2f2 75%
    );
    background-size:200% 100%;
    animation:shimmer 1.5s infinite;
}

.achievement-text-simmer p {
    background:linear-gradient(
        90deg,
        #f2f2f2 25%,
        #e6e6e6 50%,
        #f2f2f2 75%
    );
    background-size:200% 100%;
    animation:shimmer 1.5s infinite;
    width:90%;
    height:16px;
    margin:10px auto;
    border-radius:4px;
}

.achievement-text-simmer h3 {
    background:linear-gradient(
        90deg,
        #f2f2f2 25%,
        #e6e6e6 50%,
        #f2f2f2 75%
    );
    background-size:200% 100%;
    animation:shimmer 1.5s infinite;
    width:90%;
    height:16px;
    margin:10px auto;
    border-radius:4px;
}

.our-maitys-achievements {
    margin-top: 20px !important;
    margin-bottom: 20px !important; 
} 

.our-maitys-achievements {
    margin-top: 20px !important;
    margin-bottom: 20px !important; 
} 

.testimonial-card-simmer {  
    background:linear-gradient(
        90deg,
        #f2f2f2 25%,
        #e6e6e6 50%,
        #f2f2f2 75%
    );
    background-size:200% 100%;
    animation:shimmer 1.5s infinite;
}

.testimonial-card-header-simmer {
    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 50%, #f2f2f2 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    width: 100px;
    height: 12px;
}

.testimonial-card-title-simmer {
    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 50%, #f2f2f2 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    width: 150px;
    height: 12px;
}

.testimonial-profile-simmer {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: fill;
    display: block;
    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 50%, #f2f2f2 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer{
    0%{
        background-position:200% 0;
    }
    100%{
        background-position:-200% 0;
    }
}

/****************Simmer Our Service end*****************/