@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;
    margin-bottom: 15px;
    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:900;
    /*color:#c40000;*/
    margin:0;
    white-space:nowrap;
    background: -webkit-linear-gradient(#c70a0a, #7a0a0a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.media-title .line{
    flex:1;
    height:4px;
    background:#a10808;
    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*******/

/* =====================================================
   BANNER SLIDER
===================================================== */

#bannerSlider {
    margin-top: 100px;
    width: 100%;
    overflow: hidden;
}


/* =====================================================
   COMMON SLIDE HEIGHT
===================================================== */

#bannerSlider .carousel-inner,
#bannerSlider .item {
    width: 100%;
    height: calc(100vw * 0.54);
}


/* =====================================================
   IMAGE
===================================================== */

#bannerSlider .item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}


/* =====================================================
   VIDEO
===================================================== */

#bannerSlider .item .banner-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}


/* =====================================================
   SLIDE POSITION
===================================================== */

#bannerSlider .item {
    position: relative;
}


/* =====================================================
   DARK VIDEO OVERLAY
===================================================== */

.video-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgb(0 0 0 / 0%);

    z-index: 2;
}


/* =====================================================
   VIDEO CONTENT
===================================================== */

.video-banner-content {
    position: absolute;

    top: 77%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 75%;

    text-align: center;

    z-index: 3;
}


/* =====================================================
   SMALL TOP TITLE
===================================================== */

.video-small-title {
    /* display: inline-block; */
    color: #ffffff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    padding: 0 40px 7px;
    /* border-bottom: 3px solid #ffffff; */
}


/* =====================================================
   MAIN TITLE
===================================================== */

.video-title {
    display: inline-block;
    color: #ffffff;
    font-size: 90px;
    line-height: 1.05;
    font-weight: 800;
    padding: 5px 0 8px;
    border-bottom: 2px solid #ffffff;
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.8), -1px -1px 1px rgba(0, 0, 0, 0.4);
    border-top: 2px solid #ffffff;
}


/* =====================================================
   BOOK NOW BUTTON
===================================================== */

.video-book-btn {
    display: block;

    width: 300px;

    margin: 15px auto 0;

    padding: 8px 20px;

    background-image: linear-gradient(to top, #721a1a, #ef1515);
    text-shadow: 2px 2px 4px #000000;
    font-weight: 500;

    color: #ffffff;

    font-size: 30px;
    line-height: 1.2;

    font-weight: 400;

    text-align: center;

    text-decoration: none;

    border-radius: 35px;

    transition: all 0.3s ease;
}


/* Hover */

.video-book-btn:hover,
.video-book-btn:focus {
    background: #b00000;

    color: #ffffff;

    text-decoration: none;
}


/* =====================================================
   CAROUSEL INDICATORS
===================================================== */

#bannerSlider .carousel-indicators {
    bottom: 0;

    margin-bottom: 10px;

    z-index: 10;
}

#bannerSlider .carousel-indicators li {
    display: inline-block;

    width: 14px;
    height: 14px;

    margin: 5px;
    padding: 0;

    border-radius: 50%;

    border: 2px solid #ffffff;

    background: transparent;
}

#bannerSlider .carousel-indicators .active {
    width: 15px;
    height: 15px;

    background: #ffffff;

    border-color: #ffffff;
}


/* =====================================================
   HIDE CAROUSEL CONTROLS
===================================================== */

#bannerSlider .carousel-control {
    display: none;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1177px) {
    .video-banner-content {
        position: absolute;
        top: 76%;
    }
}
    
@media (max-width: 991px) {

    #bannerSlider {
        margin-top: 70px;
    }

    #bannerSlider .carousel-inner,
    #bannerSlider .item {
        height: calc(100vw * 0.50);
    }


    .video-small-title {
        font-size: 30px;

        padding-left: 30px;
        padding-right: 30px;

        padding-bottom: 5px;

        border-width: 2px;
    }


    .video-title {
        font-size: 65px;

        padding-top: 4px;
        padding-bottom: 6px;

        border-width: 2px;
    }


    .video-book-btn {
        width: 260px;

        margin-top: 12px;

        padding: 7px 15px;

        font-size: 25px;
    }
    
    .video-banner-content {
        position: absolute;
        top: 70%;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

    #bannerSlider .carousel-inner,
    #bannerSlider .item {
        height: calc(100vw * 0.50);
    }


    .video-small-title {
        font-size: 30px;

        padding-left: 20px;
        padding-right: 20px;

        padding-bottom: 4px;
    }


    .video-title {
        font-size: 50px;

        padding-top: 3px;
        padding-bottom: 5px;
    }


    .video-book-btn {
        width: 220px;

        margin-top: 10px;

        padding: 6px 15px;

        font-size: 21px;

        border-radius: 30px;
    }
    
    .video-banner-content {
        position: absolute;
        top: 75%;
    }

}


@media (max-width: 670px) {
    
    .video-banner-content {
        position: absolute;
        top: 70%;
    }
    
    .video-small-title {
        font-size: 25px;
    }


    .video-title {
        font-size: 45px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    #bannerSlider {
        margin-top: 60px;
    }


    #bannerSlider .carousel-inner,
    #bannerSlider .item {
        height: calc(100vw * 0.50);
    }


    .video-small-title {
        font-size: 12px;

        padding-left: 15px;
        padding-right: 15px;

        padding-bottom: 3px;

        border-width: 2px;
    }


    .video-title {
        font-size: 18px;

        padding-top: 3px;
        padding-bottom: 4px;

        border-width: 2px;
    }


    .video-book-btn {
        width: 165px;

        margin-top: 7px;

        padding: 5px 10px;

        font-size: 17px;

        border-radius: 25px;
    }


    #bannerSlider .carousel-indicators {
        margin-bottom: 4px;
    }


    #bannerSlider .carousel-indicators li {
        width: 9px;
        height: 9px;

        margin: 3px;
    }


    #bannerSlider .carousel-indicators .active {
        width: 10px;
        height: 10px;
    }
    
    .video-banner-content {
        position: absolute;
        top: 68%;
    }

}
/*******maitys banner section end*******/


/*******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 #6d0d0d;
}

/* 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:5px 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(
        22px,
        calc(55px + (60 - 18) * ((100vw - 320px) / (1920 - 320))),
        70px
    );
    font-size: 10rem;
    font-weight: bold;
    background: -webkit-linear-gradient(#250202, #eb1111);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:700;
    line-height:1.05;
    /*margin-bottom:18px;*/
    margin: 1px !important;
}

.heritage-content h5 {
    font-size: 8rem;
    font-weight: bold;
    color: #121a76;
    margin: 1px !important;
}
    
.heritage-content h2 span{
    display:block;
}

.red-line{
    width:100%; 
    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.3;
    color:#222;
    margin-bottom: 5px;
}

.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:50rem;
    height:50rem;
    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;
}

/* Paragraph */
.heritage-content p{
    font-size:clamp(
        14px,
        calc(18px + (22 - 9) * ((100vw - 320px) / (1920 - 320))),
        24px
    );
    text-align: justify;
}

/* Image Container */
.heritage-image{
    width:100%;
    height:clamp(
        235px,
        calc(200px + (700 - 250) * ((100vw - 320px) / (1920 - 320))),
        700px
    );
    display:block;
    align-items:stretch;
    justify-content:flex-end;
}

/* Image */
.heritage-image img{
    width:50rem;
    height:50rem;
    object-fit:fill;
    display:block;
}
/*=========================
Large Laptop
==========================*/

@media(max-width:1400px){

    .heritage-wrapper{
        gap:35px;
    }

    .heritage-content h2{
        font-size:8rem;
    }
    .heritage-content h5{
        font-size:6rem;
    }

    .heritage-content p{
        font-size:22px;
    }

    .heritage-content .join-btn{
        font-size:28px;
    }
    
    .heritage-image img {
        width: 45rem;
        height: 46rem;
    }

}


/*=========================
Laptop
==========================*/

@media(max-width:1199px){

    .heritage-wrapper{
        gap:30px;
    }

    .heritage-content{
        width:100%;
    }

    .heritage-image{
        width:100%;
    }

    .heritage-content h2{
        font-size:8rem;
    }
    
    .heritage-content h5 {
        font-size:6rem;
    }

    .heritage-content p{
        font-size:20px;
    }
    
    .heritage-image img {
        width: 40rem;
        height: 40rem;
    }

    .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:60px;
    }

    .heritage-content p{
        font-size:18px;
        line-height:1.5;
    }

    .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: 80%;
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        height: 250px;
    }

    .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:50px;
        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;
    }

}


/*=========================
Small Mobile
==========================*/
@media (min-width: 480px) and (max-width: 590px){ 
    .heritage-content p {
        font-size: 16px !important; 
    }
    .heritage-content h2 {
        font-size: 40px !important; 
    }
    .heritage-content h5 {
        font-size: 30px;
    }
}


@media(max-width:480px){


    .heritage-wrapper{
        gap:12px;
    }

    .heritage-content{
        width:70%;
    }

    .heritage-image {
        width: 53%;
        height: 180px;
    }

    .heritage-content h2{
        font-size:30px;
    }
    
    .heritage-content h5 {
        font-size: 25px;
    }
    
    .heritage-content p{
        font-size:12px;
        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-achievement_new_new SECTION START**********************/
/* ===================================================== ACHIEVEMENT SECTION ===================================================== */
 .achievement_news-section {
	 width: 100%;
	 background: #fff;
	 overflow: hidden;
	 padding: 0 0 50px;
}
/* ===================================================== CONTAINER ===================================================== */
 .achievement_news-container {
	 position: relative;
	 width: 100%;
	 max-width: 1700px;
	 margin: 0 auto;
}
/* ===================================================== TITLE ===================================================== */
 .achievement_news-title {
	 margin: 0 0 30px 60px;
	 padding: 0;
	 font-family: 'Montserrat', sans-serif;
	 font-size: 72px;
	 line-height: 1;
	 font-weight: 800;
	 letter-spacing: -3px;
}
 .achievement_news-title .red-text {
	 color: #c00000;
}
 .achievement_news-title .blue-text {
	 color: #05056f;
}
/* ===================================================== SLICK SLIDER ===================================================== */
 .achievement_slider {
	 width: 100%;
}
 .achievement_slider .slick-list {
	 overflow: hidden !important;
}
 .achievement_slider .slick-track {
	 display: flex;
	 align-items: center;
}
 .achievement_slider .slick-slide {
	 height: auto;
}
 .achievement_slider .slick-slide > div {
	 height: 100%;
}
/* ===================================================== ACHIEVEMENT WRAPPER ===================================================== */
 .achievement_new-wrapper {
	 position: relative;
	 width: 100% !important;
	 height: 430px !important;
	 display: flex !important;
	 align-items: center;
	 box-sizing: border-box;
}
/* ===================================================== RED CONTENT ===================================================== */
 .achievement_new-content {
	 position: relative;
	 width: 43%;
	 height: 250px !important;
	 box-sizing: border-box;
	 padding: 35px 55px 35px 40px;
	 background: linear-gradient( to bottom, #d00000 0%, #a90000 55%, #750000 100% );
	 z-index: 1;
	 margin-right: -5%;
}
/* ===================================================== CONTENT HEADING ===================================================== */
 .achievement_new-content h3 {
	 margin: 0 0 25px;
	 color: #fff;
	 font-family: 'Montserrat', sans-serif;
	 font-size: 25px;
	 line-height: 1.28;
	 font-weight: 800;
}
/* ===================================================== CONTENT PARAGRAPH ===================================================== */
 .achievement_new-content p {
	 margin: 0;
	 color: #fff;
	 font-family: 'Montserrat', sans-serif;
	 font-size: 20px;
	 line-height: 1.4;
}
/* ===================================================== IMAGE DIV - FIXED SIZE ===================================================== */
 .achievement_new-image {
	 position: relative;
	 width: 57%;
	 height: 380px !important;
	 z-index: 2;
	 box-sizing: border-box;
	 overflow: hidden;
	 box-shadow: 2px 2px 20px 1px #888888;
}
/* ===================================================== IMAGE ===================================================== */
 .achievement_new-image img {
	 display: block;
	 width: 100%;
	 height: 100%;
	 object-fit: fill;
	 object-position: center;
	 box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
/* ===================================================== CUSTOM NEXT BUTTON ===================================================== */
 .achievement_new-next {
	 position: absolute;
	 right: 0;
	 top: 50%;
	 width: 60px;
	 height: 60px;
	 transform: translateY(-50%);
	 background: #c00000;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 z-index: 20;
	 cursor: pointer;
	 text-decoration: none;
}
 .achievement_new-next:hover {
	 background: #a50000;
}
/* ===================================================== NEXT ARROW ===================================================== */
 .achievement_new-next span {
	 width: 18px;
	 height: 18px;
	 border-top: 6px solid #fff;
	 border-right: 6px solid #fff;
	 transform: rotate(45deg);
	 margin-left: -7px;
}
/* ===================================================== HIDE SLICK DEFAULT ARROWS ===================================================== */
 .achievement_slider .slick-prev, .achievement_slider .slick-next {
	 display: none !important;
}
/* ===================================================== DOTS ===================================================== */
 .achievement_slider .slick-dots {
	 position: relative;
	 bottom: auto;
	 margin: 25px 0 0;
	 padding: 0;
	 text-align: center;
}
 .achievement_slider .slick-dots li {
	 margin: 0 4px;
}
 .achievement_slider .slick-dots li button:before {
	 font-size: 9px;
	 color: #c00000;
	 opacity: 0.35;
}
 .achievement_slider .slick-dots li.slick-active button:before {
	 color: #c00000;
	 opacity: 1;
}
/* ===================================================== LARGE DESKTOP ===================================================== */
 @media (min-width: 1501px) {
	 .achievement_new-wrapper {
		 height: 500px !important;
	}
	 .achievement_new-content {
		 width: 43%;
		 height: 300px !important;
		 padding: 40px 70px 40px 45px;
	}
	 .achievement_new-image {
		 width: 57%;
		 height: 450px !important;
	}
	 .achievement_new-content h3 {
		 font-size: 28px;
	}
	 .achievement_new-content p {
		 font-size: 21px;
	}
	 .achievement_new-next {
		 width: 70px;
		 height: 70px;
	}
	 .achievement_new-next span {
		 width: 21px;
		 height: 21px;
		 border-width: 7px;
	}
}
/* ===================================================== LAPTOP ===================================================== */
 @media (min-width: 992px) and (max-width: 1500px) {
	 .achievement_news-title {
		 font-size: 64px;
		 margin-left: 45px;
	}
	 .achievement_new-wrapper {
		 height: 420px !important;
	}
	 .achievement_new-content {
		 width: 44%;
		 height: 240px !important;
		 padding: 30px 55px 30px 40px;
		 margin-right: -5%;
	}
	 .achievement_new-image {
		 width: 56%;
		 height: 370px !important;
	}
	 .achievement_new-content h3 {
		 font-size: 18px;
	}
	 .achievement_new-content p {
		 font-size: 13px;
	}
	 .achievement_new-next {
		 width: 55px;
		 height: 55px;
	}
	 .achievement_new-next span {
		 width: 17px;
		 height: 17px;
		 border-width: 6px;
	}
}
/* ===================================================== TABLET ===================================================== */
 @media (min-width: 768px) and (max-width: 991px) {
	 .achievement_news-section {
		 padding-bottom: 40px;
	}
	 .achievement_news-title {
		 font-size: 52px;
		 margin-left: 25px;
	}
	 .achievement_new-wrapper {
		 height: 350px !important;
	}
	 .achievement_new-content {
		 width: 44%;
		 height: 190px !important;
		 padding: 25px 40px 25px 25px;
		 margin-right: -5%;
	}
	 .achievement_new-image {
		 width: 56%;
		 height: 300px !important;
	}
	 .achievement_new-content h3 {
		 font-size: 13px;
		 line-height: 1.3;
		 margin-bottom: 15px;
	}
	 .achievement_new-content p {
		 font-size: 11px;
		 line-height: 1.35;
	}
	 .achievement_new-next {
		 width: 50px;
		 height: 50px;
	}
	 .achievement_new-next span {
		 width: 16px;
		 height: 16px;
		 border-width: 5px;
	}
}
/* ===================================================== MOBILE ===================================================== */
 @media (max-width: 767px) {
	 .achievement_news-section {
		 padding: 30px 0 50px;
	}
	 .achievement_news-container {
		 padding: 0 15px;
		 box-sizing: border-box;
	}
	 .achievement_news-title {
		 margin: 0 0 40px;
		 text-align: center;
		 font-size: 40px;
		 letter-spacing: -1.5px;
	}
	/* ============================================= WRAPPER ============================================= */
	 .achievement_new-wrapper {
		 width: 100% !important;
		 height: 500px !important;
		 display: flex !important;
		 flex-direction: column;
		 align-items: center;
		 justify-content: flex-start;
	}
	/* ============================================= CONTENT ============================================= */
	 .achievement_new-content {
		 order: 1;
		 width: 88%;
		 height: 260px !important;
		 min-height: 0 !important;
		 padding: 30px 25px 80px;
		 margin: 0;
		 box-sizing: border-box;
		 z-index: 1;
	}
	 .achievement_new-content h3 {
		 font-size: 16px;
		 line-height: 1.3;
		 margin-bottom: 18px;
	}
	 .achievement_new-content p {
		 font-size: 13px;
		 line-height: 1.45;
	}
	/* ============================================= IMAGE ============================================= */
	 .achievement_new-image {
		 order: 2;
		 width: 94%;
		 height: 280px !important;
		 margin-top: -55px;
		 z-index: 2;
		 overflow: hidden;
	}
	 .achievement_new-image img {
		 width: 100%;
		 height: 100%;
		 object-fit: cover;
	}
	/* ============================================= NEXT BUTTON ============================================= */
	 .achievement_new-next {
		 width: 50px;
		 height: 50px;
		 right: 0;
		 top: auto;
		 bottom: 15px;
		 transform: none;
	}
	 .achievement_new-next span {
		 width: 16px;
		 height: 16px;
		 border-width: 5px;
		 margin-left: -6px;
	}
	/* ============================================= DOTS ============================================= */
	 .achievement_slider .slick-dots {
		 margin-top: 25px;
	}
}
/* ===================================================== SMALL MOBILE ===================================================== */
 @media (max-width: 480px) {
	 .achievement_news-title {
		 font-size: 34px;
	}
	 .achievement_new-wrapper {
		 height: 470px !important;
	}
	 .achievement_new-content {
		 width: 90%;
		 height: 240px !important;
		 padding: 25px 20px 70px;
	}
	 .achievement_new-content h3 {
		 font-size: 14px;
	}
	 .achievement_new-content p {
		 font-size: 12px;
	}
	 .achievement_new-image {
		 width: 95%;
		 height: 250px !important;
		 margin-top: -45px;
	}
	 .achievement_new-next {
		 width: 45px;
		 height: 45px;
	}
	 .achievement_new-next span {
		 width: 14px;
		 height: 14px;
		 border-width: 5px;
	}
}
/* ========================================= MOBILE ========================================= */
/*********************Maitys-achievement_new_new 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: 3px 1px 4px #0c0c0c;
    font-weight: 800;
    font-size: 40px;
}

.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: #f4ecec;

    border-radius:10px;

    padding:25px;

    height:280px;

    display:flex;
    flex-direction:column;

    justify-content:flex-start;

    position:relative;

    overflow:hidden;

    margin:10px;
    opacity: 1;
}

.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;
    }
    
    .main-testimonial h2 {
        font-size: 35px;
    }
}

/* 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 h2 {
        font-size: 30px;
    }

    .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;
    }
    
    .main-testimonial h2 {
        font-size: 30px;
    }
}
/****************Maitys review 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;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
    background: #990000 !important;
    background-image: linear-gradient(to top, #721a1a, #ef1515) !important;
    border: 1px solid #ef1515;
    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*****************/