@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@0;1&family=Open+Sans:ital,wght@0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap');
body,*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.container {
    max-width: 1200px;
    margin:0 auto;
}
#navbar{
    background-color:#005a54;
    display: none;
}
.topnav-head{
    padding: 15px 0;
}
.topnav-head-text{
    display: flex;
    justify-content: space-between;
}
.top-head-left{
    display: flex;
    gap: 7px;
    margin-left: 360px;
    padding-top: 20px;
}
.social{
    gap: 20px;
    display: flex;
}
.top-head-left img{
    height: 20px ;
    width: 20px;
    display: none;
}
.top-head-left a{
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
}
.top-head-left a span{
    color: #c40101;
    letter-spacing: 1px;
    font-size: 14px;
}
.social .f, .social .t{
    border: 2px solid rgb(255, 255, 255);
    padding: 6px 10px;
    border-radius: 10px;
    background-color: aliceblue;
    transition: all .3s ease;
}
.social .f:hover{
    border: 2px solid rgb(255, 255, 255);
    background-color: blue;
}
.social .f a span{
    color: rgb(0, 0, 0);
    font-size: 17px;
}
.f:hover .fa-facebook {
    color: #fff;
}
.social .t{
    border: 2px solid rgb(255, 255, 255);
    padding: 6px 8px;
    border-radius: 10px;
    background-color: aliceblue;
    transition: all .3s ease;
}
.social .t:hover{
    border: 2px solid #fff;
    background-color: #05d3c5;
}
.social .t a span{
    color: #000000;
    font-size: 16px;
}
.t:hover .fa-twitter {
    color: #fff;
}
.social .w{
    border: 2px solid #fff;
    padding: 6px 8px;
    border-radius: 10px;
    background-color: aliceblue;
    transition: all .3s ease;
}
.social .w:hover{
    background-color: #00cf00;
    border: 2px solid #fff;
}
.social .w a span{
    font-weight: 600;
    color: #000000;
    font-size: 17px;
}
/* .w:hover .fa-whatsapp {
    color: #fff;
} */
.social .l{
    border: 2px solid #fff;
    padding: 6px 8px;
    border-radius: 10px;
    background-color: aliceblue;
    transition: all .3s ease;
}
.social .l:hover{
    background-color: #006bcf;
    border: 2px solid #fff;
}
.social .l a span{
    color: #000000;
    font-size: 17px;
}
.l:hover .fa-linkedin {
    color: #fff;
}
.social .y{
    border: 2px solid #fff;
    padding: 6px 7px;
    border-radius: 10px;
    background-color: aliceblue;
    transition: all .3s ease;
}
.social .y:hover{
    background-color: red;
    border: 2px solid #fff;
}
.social .y a span{
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}
.y:hover .fa-youtube {
    color: #fff;
}
.nav-logo img{
    width: 240px;
    height: 100px;
    transition: all .5s ease;
    object-fit: contain;
}
.navbar-down{
    display: flex;
    justify-content: space-between;
}
.nav-items ul{
    display: flex;
    gap: 25px;
    list-style: none;
    padding-top: 20px;
    transition: all .3s ease;
}
.new-class .nav-items ul{
    padding-top: 32px;
}
.nav-items li a{
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: sans-serif;
    color: #000000;
    font-weight: 100;
}
.nav-items li a.active, .nav-items li a:hover {
    color: red;
}
#navbar-1{
    box-shadow: 0px 5px 8px 0px #0000002b;
    position: relative;
    z-index: 111;
}
/* '''''''''''''swiper'''''''''''''' */

#swiper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper.mySwiper {
    width: 100%;
    height: 100%;
}

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slider-img img {
    display: block;
    width: 100%;
    height: 712px;
    object-fit: cover;
}
.swiper-slider-img{
    position: relative;
    z-index: -1;
}
.swiper-slider-img::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000004f;
    z-index: 11;
}
.swiper-button-next, .swiper-button-prev {
    top: 57%;
}
.swiper-slider-text p{
    padding: 9px 45px 0 0;
    line-height: 26px;
    line-break: anywhere;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: sans-serif;
}
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #fff;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #fff;
}
/*.swiper-pagination {*/
/*    display: none;*/
/*}*/
.top-head-left .fa{
    margin-right: 5px;
} 
.btn a {
    color: #000000 !important;
    border: 1px solid #000000 !important;
    padding: 8px 12px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    transition: all .3s ease;
    FONT-WEIGHT: 100;
}
.btn a:hover {
    /* background: linear-gradient(0deg, rgb(138 24 24) 0%, rgb(255 61 61) 50%); */
    color: #fff !important;
    border-color: #fff !important;
    background-color: #f63a4b;
}
.inner-offer img{
    height: 200px;
    width: 242px;
}
.offer-inner-text{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding-left: 19px;
}
.inner-offer{
    width: 21.7%;
    text-align: center;
    position: relative;
}
.inner-offer h1{
    font-family: sans-serif;
    padding-left: 5px;
    text-align: left;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1px;
}
.offer-inner{
    text-align: center;
}
.inner-offer p{
    text-align: left !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    line-height: 20px !important;
    opacity: 0.8 !important;
    font-family: sans-serif !important;
    padding-left: 5px !important;
    padding: 0 !important;
}
.inner-offer::after{
    content: " ";
    display: block;
    position: absolute;
    height: 130px;
    width: 1px;
    background-color: #c40202;
    bottom: 21px;
    left: -13px;    
}
.inner-offer::before{
    left: -20px;
    content: " ";
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #c40202;
    bottom: 151px;
    border-radius: 50%;
}
.offer-inner h2{
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 100;
}
.offer-inner p{
    padding: 3px 127px;
    font-size: 17px;
    /* line-break: anywhere; */
    margin-bottom: 20px;
    font-family: sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 100;
}
#about{
    margin-top: 50px;
    background: linear-gradient(184deg, rgb(32 70 99) 0%, rgb(53 70 83) 50%);
    position: relative;
    height: 590px;
}
.about-inner{
    display: flex;
}
.about-inner-img{
    position: absolute;
    top: 72px;
    right: 0px;
}
.about-inner-img img{
    width: 560px;
    height: 377px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    object-fit: fill;
    margin-top: 34px;
}
.about-inner-text{
    width: 55%;
    position: absolute;
    padding: 0px 34px;
    top: 60px;
    right: 550px;
}
.about-inner-text h1{
    font-size: 32px;
    letter-spacing: .5px;
    font-family: sans-serif;
    color: #fff;
    line-height: 40px;
}
.about-inner-text h6{
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
    padding-left: 27px;
    padding-top: 9px;
}
.about-inner-text p{
    font-size: 16px;
    font-family: sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
    color: #fff;
    margin-top: 20px;
    font-weight: 100;
    padding-right: 34px;
}
/* .about-inner-text p{
    padding: 3px 168px;
    font-size: 17px;
    line-break: anywhere;
    margin-bottom: 20px;
    font-family: sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 100;
} */


.about-inner-text li {
    list-style: none;
    font-size: 18px;
    margin-top: 20px;
    font-family: sans-serif;
    line-height: 22px;
    letter-spacing: .7px;
    color: #fff;
}
.about-inner-text .fa{
    color: #fff;
    font-size: 18px;
    padding-right: 8px;
}
.inner-key-img img{
    height: 250px;
    width: 284px;
    object-fit: cover;
}
.inner-key{
    width: 23.7%;
    position: relative;
    transition: all .3s ease-in;
}
.key-inner-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.inner-key-img{
    position: relative;
    z-index: 999;
}
.inner-key-img h2{
    position: absolute;
    bottom: 14px;
    padding-left: 10px;
    color: #fff;
    z-index: 9;
    font-family: sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.inner-key-img::after{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 4px;
    background: linear-gradient(179deg, rgb(70 107 136 / 0%) 21%, rgb(0 0 0 / 90%) 90%);
}
.inner-key-text{
    display: none;
    position: absolute;
    bottom: 4px;
    z-index: 999;
    text-align: center;
    top: 0;
    background-color: #00ffde80;
    transition: background-color .3s ease;
    cursor: pointer;
    padding: 80px 10px;
}
.inner-key-text1{
    display: none;
    position: absolute;
    bottom: 4px;
    z-index: 999;
    text-align: center;
    top: 0;
    background-color: #800080c4;
    transition: all .25s ease;
    padding: 80px 35px;
}
.inner-key-text2{
    display: none;
    position: absolute;
    bottom: 4px;
    z-index: 999;
    text-align: center;
    top: 0;
    background-color: #ff730080;
    transition: all .25s ease;
    padding: 80px 10px;
}
.inner-key-text3{
    display: none;
    position: absolute;
    bottom: 4px;
    z-index: 999;
    text-align: center;
    top: 0;
    background-color: #8dd900d6;
    transition: all .25s ease;
    padding: 80px 10px;
}
.inner-key-text4{
    display: none;
    position: absolute;
    bottom: 4px;
    z-index: 999;
    text-align: center;
    top: 0;
    background-color: #ff00ddbd;
    transition: all .25s ease;
    padding: 80px 10px;
}
.inner-key-text5{
    display: none;
    position: absolute;
    bottom: 4px;
    z-index: 999;
    text-align: center;
    top: 0;
    background-color: #000075b8;
    transition: all .25s ease;
    padding: 80px 10px;
}
.inner-key-text6{
    display: none;
    position: absolute;
    bottom: 4px;
    z-index: 999;
    text-align: center;
    top: 0;
    background-color: #4dff0080;
    transition: all .25s ease;
    padding: 80px 10px;
}
.inner-key-text7{
    display: none;
    position: absolute;
    bottom: 4px;
    z-index: 999;
    text-align: center;
    top: 0;
    background-color: #ff008080;
    transition: all .25s ease;
    padding: 80px 40px;
}
.inner-key-text p, .inner-key-text1 p, .inner-key-text2 p, .inner-key-text3 p, .inner-key-text4 p, .inner-key-text5 p, .inner-key-text6 p, .inner-key-text7 p{
    padding: 4px 13px !important;
    letter-spacing: .5px !important;
    font-size: 14px !important;
    font-family: sans-serif !important;
    color: #fff !important;
}
.inner-key-text h1, .inner-key-text1 h1, .inner-key-text2 h1, .inner-key-text3 h1, .inner-key-text4 h1, .inner-key-text5 h1, .inner-key-text6 h1, .inner-key-text7 h1{
    padding-left: 10px;
    letter-spacing: 1px;
    font-size: 20px !important;
    font-family: sans-serif;
    color: #fff;
    margin-bottom: 6px !important;
}
.inner-key:hover .inner-key-text{
    display: block;
    transition: all .25s ease;
}
.inner-key:hover .inner-key-text1{
    display: block;
    transition: all .25s ease;
}
.inner-key:hover .inner-key-text2{
    display: block;
    transition: all .25s ease;
}
.inner-key:hover .inner-key-text3{
    display: block;
    transition: all .25s ease;
}
.inner-key:hover .inner-key-text4{
    display: block;
    transition: all .25s ease;
}
.inner-key:hover .inner-key-text5{
    display: block;
    transition: all .25s ease;
}
.inner-key:hover .inner-key-text6{
    display: block;
    transition: all .25s ease;
}
.inner-key:hover .inner-key-text7{
    display: block;
    transition: all .25s ease;
}
.inner-key:hover .inner-key-img h2{
    display: none;
}
.inner-key:hover .inner-key-img::after{
    display: none;
}
 .aa{
     background-color: #00cf00;
     display: none;
}
.inner-key:hover .aa{
    display: block;
}
.key-inner{
    text-align: center;
}
.key-inner h1{
    margin-bottom: 15px;
    font-size: 30px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 500;
}
.bbt{
    padding: 25px 0;
}
.key-inner p{
    padding: 3px 168px;
    font-size: 17px;
    line-break: anywhere;
    margin-bottom: 20px;
    font-family: sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 100;
}
#key{
    margin-top: 30px;
}
.facebook-inner-img img{
    height: 255px;
    width: 100%;
    object-fit: cover;
}
.facebook-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.facebook-inner-inner{
    width: 30%;
}
.inner-fb-text{
    width: 100%;
    gap: 42px;
    display: flex;
    padding-bottom: 60px;
}
.facebook-inner-inner1{
    width: 31%;
    box-shadow: 0px 2px 11px 0px #00000057;
    background-color: #fff;
}
#facebook{
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: #f2f2f5;
}
.facebook-inner-text{
    padding: 8px 14px;
}
.facebook-inner-text p{
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 24px;
    line-break: anywhere;
    padding-bottom: 10px;
    font-family: sans-serif;
}
.inner-fb{
    padding: 9px 20px;
    background-color: #c7c7c7;
}
.facebook-inner-text h1{
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
.facebook{
    text-align: center;
    padding-bottom: 25px;
}
.facebook p{
    padding: 3px 151px;
    font-size: 17px;
    line-break: anywhere;
    margin-bottom: 20px;
    font-family: sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 100;
}
.facebook h1{
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 35px;
    margin-bottom: 20px;
}
.facebook-inner-text a{
    text-decoration: none;
    color: #c40202;
    border: 1px solid #c40202;
    padding: 5px 8px;
    border-radius: 20px;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all .3 ease;
}
.facebook-inner-text a:hover{
    background: linear-gradient(0deg, rgb(138 24 24) 0%, rgb(255 61 61) 50%);
    color: #fff !important;
}
/* '''''''''''''' */

.new-class {
    margin-top: -47px;
    transition: all .5s;
    width: 100%;
    animation: mymove2 2s;
}
.nn {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all .5s;
    background-color: #fff;
}
.new-class .nav-logo img {
    width: 150px;
    height: 75px;
    margin-top: 44px;
    transition: all .5s ease;
}
.new-class .top-head-left{
    padding-top: 28px;
}
/* '''''''''''''''footer''''''''''' */
.footer-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 40px; 
}
.inner-footer1{
    width: 30%;
}
.inner-footer2{
    width: 30%;
    margin-top: 40px;
}
.inner-footer-footer2{
    display: flex;
    gap: 50px;
}
.inner-footer3{
    width: 30% ;
    margin-top: 40px;
}
.inner-footer1 img{
    height: 100px;
    width: 250px;
    object-fit: contain;
}
.inner-footer1 p{
    font-size: 17px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 100;
    line-height: 23px;
    color: #fff;
}
.social2{
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.addds, .no, .enve{
    display: flex;
    gap: 10px;
}
#footer{
    /* background: linear-gradient(151deg, rgb(87 100 110) 0%, rgb(38 46 53) 50%); */
    background: linear-gradient(184deg, rgb(32 70 99) 0%, rgb(53 70 83) 50%);
}
.inner-footer-footer2 ul{
    list-style: square;
    color: #6f6f6f;
    margin-left: 20px;
}
.inner-footer-footer2 ul li{
    margin-top: 15px;
}
.inner-footer-footer2 ul li a{ 
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-family: sans-serif;
    letter-spacing: 1px;
}
.footer-text{
    font-size: 25px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    font-family: sans-serif;
}
.inner-footer3 p{
    line-height: 24px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 100;
    padding-top: 10px;
}
.inner-footer3 span{
    color: #6f6f6f;

    padding-top: 15px;
}
.social2 span{
    font-size: 25px;
    color: #b0b0b0;
    transition: all .3s ease;
}
.social2 span:hover{
    color: red;
}
#down-footer{
    background-color: #fff;
}
.down-footer-inner{
    text-align: center;
    padding: 25px 0px;
}
.down-footer-inner h1{
    font-size: 17px;
    color: #000000;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 400;
}
.down-footer-inner a{
    text-decoration: none;
    color: #0413b6;
    transition: all .3s ease;
}
.down-footer-inner a:hover{
    color: red;
}
.wht-img img {
    width: 40px;
    position: fixed;
    z-index: 9999999999;
    right: 10px;
    bottom: 15px;
}
.client-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.client-text{
    text-align: center;
    width: 18.4%;
    padding: 30px 0px;
    background-color: #fff;
    /* box-shadow: 0px 0px 11px 1px #0000003b; */
    transition: all .3s ease-in;
    box-shadow: 0px 0px 4px 0px #d5d0d0;
}
.client-text:hover{
    /* box-shadow: 0px 0px 3px 0px #e9e8e885; */
    transform: translatey(6px);
    box-shadow: -3px -3px 11px 1px #0000003b;
}
#client{
    margin-bottom: 45px;
}
.client-head{
    text-align: center;
}
.client-head p{
    padding: 3px 151px;
    font-size: 17px;
    line-break: anywhere;
    margin-bottom: 20px;
    font-family: sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 100;
}
.client-head h1{
    margin-bottom: 20px;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 10px;
}
.client-text h3{
    font-size: 19px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 100;
    padding-bottom: 10px;   
    margin-top: 10px;
}
.client-text h6{
    font-size: 13px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 100;
}
.client-text img{
    height: 80px;
    width: 196px;
    object-fit: contain;
}
/* '''''''''''''''About page'''''''''''''''' */
#about-head{
    background-image: url(../image/banner.jpg);
    padding-top: 95px;
    text-align: center;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#about-head::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006a;
    z-index: -1;
}
#media-head{
    background-image: url(../image/elevator-header.jpg);
    padding-top: 95px;
    text-align: center;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: initial;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#media-head::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006a;
    z-index: -1;
}
#service-head{
    background-image: url(../image/elevators.jpg);
    padding-top: 95px;
    text-align: center;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: revert;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#service-head::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006a;
    z-index: -1;
}
#client-head{
    background-image: url(../image/17876785.jpg);
    padding-top: 95px;
    text-align: center;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#client-head::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006a;
    z-index: -1;
}
#gallery-head{
    background-image: url(../image/elevator-company-miami.jpg);
    padding-top: 95px;
    text-align: center;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#gallery-head::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006a;
    z-index: -1;
}
#contact-head{
    background-image: url(../image/maxresdefault.jpg);
    padding-top: 95px;
    text-align: center;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#contact-head::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006a;
    z-index: -1;
}
#media-read-1-head{
    background-image: url(../image/twelev.webp);
    padding-top: 95px;
    text-align: center;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#media-head::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006a;
    z-index: -1;
}
#freequote-head{
    background-image: url(../image/zzzzzz.jpg);
    padding-top: 95px;
    text-align: center;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
}
#freequote-head::after{
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006a;
    z-index: -1;
}
.btn_n a {
    text-decoration: none;
    color: white;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 1px;
}
.btn_n a:first-child {
    color: #d62f59 !important;
}
.abt_text h1 {
    font-size: 35px;
    letter-spacing: 5px;
    font-weight: 600;
    font-family: sans-serif;
}
#about-inner{
    margin-top: 130px;
}
.inner-abt{
    display: flex;
    gap: 20px;
}
.abt-img img{
    /* height: 327px;
    width: 500px;
    margin-top: 67px; */
    height: 364px;
    width: 565px;
}
#about-inner p{
    font-size: 15px;
    letter-spacing: 1px;
    font-family: sans-serif;
    line-height: 25px;
    text-align: justify;
}
.inr-head h1{
    display: none;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 100;
}
.mission{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.mission-inner{
    width: 33%;
    padding: 70px 30px;
}
.mission-inner img{
    width: 100%;
    height: 110px;
    margin-top: 46px;
}
#mission{   
    background-color: #f63a4b;
    margin-top: 30px;
}
.mission-inner:nth-child(2){
    background-color: #ececec;
}
.mission-inner h2{
    letter-spacing: 1px;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 100;
    padding-bottom: 10px;
    color: #fff;
    text-align: justify;
}
.mission-inner p{
    font-size: 16px;
    letter-spacing: 1px;
    font-family: sans-serif;
    line-height: 25px;
    text-align: left;
    color: #fff;
}
.mission-btn{
    text-align: center;
    padding: 30px 0;
}
.mission-btn span{
    font-size: 18px;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}
.mission-btn a{
    margin-left: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #f63a4b;
    padding: 5px 18px 6px;
    border-radius: 20px;
    color: #f63a4b;
    transition: all .3s ease;
}
.mission-btn a:hover{
    background-color:#f63a4b ;
    color: #fff;
}
#mission-end{
    background-color: #ececec;
}
/* '''''''''''''''''''''contact'''''''''''''''''''' */
#contact{
    background-color: #f63a4b;
    margin-bottom: 50px;
    padding: 60px 0;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
}
.from-group {
    width: 48%;
    margin-bottom: 25px;
}
.star {
    color: #fff;
}
.form-control {
    outline: none;
    height: 40px;
    width: 100%;
    padding-left: 20px;
    border-radius: 0;
    border: 1px solid #e7dfdfc7;
    transition: all .2s ease;
    margin-top: 5px;
    background: none;
    font-size: 15px;
    background-color: #fff;
}
.from-group.width-full {
    width: 100%;
}
.from-group.width-full textarea {
    padding-top: 20px;
    height: 85px;
}
.inner-contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.contact-section-form-outer{
    width: 60%;
}
.contact-address{
    width: 40%;
    padding-right: 100px;
    color: #fff;
}
.contact-tx h1{
    letter-spacing: 1px;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 100;
    padding-bottom: 10px;
    color: #fff;
    margin-bottom: 10px;
}
label{
    color: #fff;
}
.form-control:focus, .form-control:hover {
    box-shadow: 0 0 5px rgb(0 0 0);
    border: 1px solid #c2c2c2;
}
.contact-address li{
    list-style: none;
}
.contact-address p{
    font-size: 15px;
    letter-spacing: 1px;
    font-family: sans-serif;
    line-height: 25px;
    padding-left: 25px;
}
.contact-address h1{
    margin-bottom: 9px;
    margin-top: 10px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}
.btt{
    background-color: #fff;
    margin-left: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #ffffff;
    padding: 3px 17px 5px 17px;
    border-radius: 20px;
    color: #f63a4b;
    transition: all .3s ease;
}
.btt:hover{
    background-color: #f63a4b;
    color: #fff;
    border: 2px solid #ffffff;
}
#map{
    margin-bottom: 30px;
    margin-top: 120px;
}
.contact-add-inner{
    padding: 12px 17px;
    background-color: #000000;
    border-radius: 20px;
}



/* '''''''''''''media'''''''''''''''' */



.news__imgWrapper img{
    width: 100%;
}
#news__wrapper{
    margin-top: 130px;
}
.news__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news__inner{
    width: 30%;
}




.calender-top{
    display: flex;
    justify-content: space-between;
}
.calender{
    display: flex;
    gap: 10px;
}
.calender .fa{
    margin-top: 4px;
    color: #d12d5b;
}
.calender p{
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

#news__wrapper{
    position: relative;
    top: 20px;
    margin-bottom: 20px;
    padding: 0rem 0 4rem;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
}
.news__wrapper{
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.news__inner{
    width: 32%;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 40%);
}
.news__textWrapper{
    padding: 15px 20px;
}
.news__textWrapper h3{
    font-size: 25px;
    font-weight: 600;
    color: #000000;
}
.news__textWrapper p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #282828;
}
.news__textWrapper .class__btn{
    margin-left: 20px;
    font-size: 17px;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #f63a4b;
    padding: 5px 17px 5px 17px;
    border-radius: 20px;
    color: #f63a4b;
    transition: all .3s ease;
}
.news__textWrapper .class__btn:hover{
    background-color: #f63a4b;
    color: #fff;
}

/* '''''''''''media read'''''''''' */
#media-read-inner{
    margin-top: 130px;
    margin-bottom: 45px;
}
.media-read{
    line-height: 30px;
}
.calender1{
    display: flex;
    padding-top: 5px;
    gap: 9px;
}
.calender1 .fa{
    margin-top: 1px;
    color: #f63a4b;
    font-size: 23px;
}
.calender p{
    font-weight: 100;
    letter-spacing: 1px;
}
.media-read h1{
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.media-read p{
    font-size: 17px;
    font-weight: 400;
    font-family: sans-serif;
    padding: 0px 76px 0px 0px;
    letter-spacing: 1px;
}
.media-read-text{
    border-left: 4px solid #f63a4b;
    padding-left: 10px;
    margin-top: 10px;
}
.media-read img{
    width: 400px;
}
#client-2{
    margin-top: 130px;
    margin-bottom: 40px;
}
/* '''''''''''''''gallery''''''''''''' */




@import url('https://fonts.googleapis.com/css?family=Abel');
/* h1{
  font-family: 'Abel', sans-serif;
  font-weight:100;
  font-size: 40px;
  text-align:center;
} */
/* .container{
  width:80%;
  margin:0 auto;
} */
#gallery{
    margin-top: 130px;
    margin-bottom: 40px;
}

a{
	outline: 0 !important;
}
.magnific-img img {
    width: 100%;
    height: 340px;
    object-fit: fill;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 33%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: 500px;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;  
  display: none;
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    .fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
        display: none;
    }

    /* ''''''''''''''service'''''''''''''''''''''' */
    #service{
        margin-top: 130px;
    }
    .service_inner{
        display: flex;
        justify-content: space-between;
        text-align: center;
        flex-wrap: wrap;
    }
    .service_content{
        width: 24%;
    }
    .ss_text{
        text-align: center;
        padding-bottom: 15px;
    }
    .ss_text h1{
        font-family: sans-serif;
        font-size: 30px;
        font-weight: 100;
        letter-spacing: 1px;
        padding-bottom: 10px;
    }
    .service_content h2{
        font-size: 20px;
        font-family: sans-serif;
        font-weight: 100;
        letter-spacing: 1px;
        padding-bottom: 10px;
    }
    .service_content p{
        font-size: 17px;
        padding: 0  15px;
        font-family: sans-serif;
        font-weight: 100;
        opacity: 0.9;
    }
    .inner-service-img img{
        width: 100%;
        height: 400px;
    }
    .inner-service-2{
        width: 49%;
        position: relative;
    }
    #service-2{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .service-2-inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .inner-service-img{
        position: relative;
    }
    .inner-service-img::after{
        background: linear-gradient(360deg, rgb(70 107 136 / 0%) 21%, rgb(0 0 0 / 90%) 90%);
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        transition: all 3s ease;
    }
    .inner-service-2:hover  .inner-service-img::after{
        background: none;
    }
    .inner-service-text{
        position: absolute;
        top: 0;
    }
    .inner-service-text h1{
        letter-spacing: 1px;
        font-size: 25px;
        font-family: sans-serif;
        font-weight: 100;
        color: #ffffff;
        text-align: justify;
        padding-left: 20px;
        padding-top: 30px;
    }
    .inner-service-text p{
        font-size: 17px;
        font-family: sans-serif;
        font-weight: 100;
        opacity: 0.9;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: left;
    
    }
    #service-3{
        background-image: url(../image/18303707.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
        margin-top: 30px;
    }
    .service3-inner{
        padding: 115px 10px;
    }
    .service3-inner h1{
        font-size: 35px;
        font-family: sans-serif;
        font-weight: 800;
        letter-spacing: 1px;
        color: #fff;
    }
    .boton{
        margin-top: 15px;
    }
    .boton a{
        text-decoration: none;
        color: #ffffff;
        border: 1px solid #f9f9f9;
        padding: 7px 10px;
        border-radius: 20px;
        letter-spacing: 1px;
        font-size: 16px;
        transition: all .3s ease;
    }
    .boton a:hover{
        background-color: #fff;
        border: 1px solid #fff;
        color: red;
    }
    #service-3::after{
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: #0000008c;
    }
    .service3-inner p{
        padding: 0 455px 0 0;
        color: #fff;
        letter-spacing: 1px;
        padding-top: 10px;
        line-height: 25px;
        font-family: sans-serif;
        font-size: 17px;
    }


    /* '''''''''''''''''''freequote'''''''''''''''''' */

/* 
    .freequote-img img{
        width: 100%;
    }
    .inner-form{
        height: 45px;
        width: 100%;
    }
    #freequote{
        margin-bottom: 30px;
        margin-top: 130px;
        background-color: #8db8eb;
    }
    .freequote-inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 80px 0;
    }
    .freequote-img{
        width: 40%;
    }
    .form-control1 {
        outline: none;
        height: 40px;
        width: 100%;
        padding-left: 20px;
        border-radius: 0;
        border: 1px solid #ffffffc7;
        transition: all .2s ease;
        margin-top: 5px;
        background: none;
        font-size: 15px;
        background-color: #8db8eb;
    }
    .form-control1:focus, .form-control1:hover {
        box-shadow: 0 0 5px rgb(255 255 255 / 39%);
        border: 1px solid #c2c2c2;
    }
    .contact-section-form-outer1 {
        width: 60%;
        padding: 0 40px;
    }
    .contact-section-form-outer1 label{
        color: #ffffff;
    }
    .contact-section-form-outer1 .star {
        color: rgb(255, 4, 4);
    }
    .bttt {
        background-color: #fff;
        margin-left: 20px;
        font-size: 20px;
        letter-spacing: 1px;
        text-decoration: none;
        border: 2px solid #ffffff;
        padding: 3px 17px 5px 17px;
        border-radius: 20px;
        color: #457bbc;
        transition: all .3s ease;
    }
    .bttt:hover {
        background-color: #8db8eb;
        color: #fff;
        border: 2px solid #ffffff;
    } */
    
    
    .quick_suc {
    width: 100%;
    padding: 30px;
    height: 100vh;
    background-color: #00000094;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999;
    display: none;
}
.quick_sucInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    max-width: 300px;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
}
.quick_suc h3 {
    font-size: 30px;
    font-family: var(--heading);
    color: #ff5722;
    font-weight: 700;
}
.quick_suc .hero_btn {
    padding: 7px 26px;
    text-transform: capitalize;
    margin-top: 30px;
    border-radius: 20px;
    background-color: #fc3d4d;
    color: #fff;
    border: 1px solid white;
    letter-spacing: 1px;
    font-size: 14px;
}
.quick_suc .hero_btn:hover{
    background-color: #fff;
    color: #fc3d4d;
    border:1px solid #fc3d4d;
}
 .quick_sucInner p{
    margin-top: 10px;
}
    .pay-btn {
        z-index: 9;
        background: #c30505;
        margin: 0 auto;
        position: fixed;
        width: 48px;
        right: 0;
        text-align: center;
        top: 40%;
        vertical-align: middle;
        font-size: 0;
        color: #f2f2f2;
        outline: 0;
        border: 0;
        transition: 0.5s all;
        height: 95px;
        line-height: 19px;
    }
    .pay-btn i {
        font-size: 17px;
        border: 1px solid rgba(255, 255, 255, 0.32);
        border-radius: 2px;
        padding: 5px 13px;
        margin: 10px 0;
        color: rgba(255, 255, 255, 0.6901960784313725);
    }
    .pay-btn span {
        line-height: 0px;
        color: #fff;
        text-decoration: none;
        transition: all 0.2s ease;
        font-family: 'Raleway';
        font-size: 13px;
    }
    .pay-btn a{
        text-decoration: none;
    }
    .pay-btn:hover{
        background-color: rgb(123, 0, 0);
    }
    .pay-btnn{
        display: none;
    }
            .swiper-pagination-bullet{
            width: 22px;
            height: 3px;
            background: #fff;
            border-radius: 0;
        }
        .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: 20px;
            left: 0;
            width: 100%;
        }
        .s-text{
        position: absolute;
        top: 49%;
        left: 7%;
        z-index: 99;
    }
    .s-text h1{
        font-size: 50px;
        width: 750.2px;
        text-align: start;
        color: #fff;
        letter-spacing: 1px;
        font-family: serif;
        font-weight: 100;
    }
    .swiper-slide.swiper-slide-active .fadeup {
        width: 100%;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }
    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
            }
    }
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
        } 