body {
    font-family: 'Outfit', sans-serif;
    background-image: linear-gradient(to right, #ffcb5b26, #ffeded, #ffcb5b26);
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    color: #000000;
    font-size: 18px;
}
a{text-decoration: none;}
.m-auto{
    margin: 0 auto;
}

/**/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}

/**/


.white-text{color: #fff;} 
.align{
    align-items: center;
} 
.light-back {
    background:#fff;
}
.ic-r {
    text-align: center;
    padding: 4px 0;
}
.ic-r img {
    width: 29px;
    margin-right: 5px;
}

/**/
.top-head li {
    display: inline-block;
}
.top-head {
 background: #a30000;
    padding: 5px 0;
}
.top-head-cta ul li {
    display: inline-block;
    padding: 5px 9px 5px 13px;
}
.top-head-cta ul li a {
    color: #000000;
    display: inline-block;
    text-align: right;
    position: relative;
    background: #ffe400;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 15px;
    padding-left: 40px;
        transition: 0.6s;
}
.top-head-cta ul li a:hover {
    background: #fff;
}
.top-head-cta ul li.call-cta a i {
    background: #ffffff;
    color: #a30000;
}

.top-head-cta ul li a i {
    background: #129122;
    position: absolute;
    left: 0;
    width: 35px;
    text-align: center;
    height: 100%;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.center-top-head {
    background: #ffe400;
    padding: 3px 14px;
    font-size: 16px;
    text-align: center;
    position: relative;
    border-radius: 100px;
}
  .top-bar-points {
    border-radius: 100px;
}
.ic-r p {
    color: #ff2f0d;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.light-back {
    background: #fff;
    border-radius: 45px;
}
.center-top-head marquee {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 3px;
}
/**/

.nav-menu {
    text-align: end;
}
.nav-menu ul li {
    padding: 0 !important;
    border: unset !important;
}
.nav-menu ul li a {
    color: #111;
    transition: 0.4s;
    padding: 12px 18px;
    display: block;
    margin-left: 3px;
    font-size: 18px;
}
.nav-menu ul li a:hover {
   background: #a30000;
    color: #fff;
}
ul.list-top li {
    background: #a30000;
    padding: 12px 15px;
    color: #fff !important;
}

/**/
.headline-section {
    border-top: 1px solid #1e9903;
    border-bottom: 1px solid #1e9903;
}
.main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #ffe400;
}
.headerline-section1 ul li {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;  
}
 

/**/
.container-fluid {
    max-width: 1400px !important;
}
.ic-r {
    overflow: hidden !important;
}
.mar-part marquee {
    margin-bottom: -6px;
    padding: 3px 0;
}
.mar-part {
    padding: 5px 8px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: #a20000;
}
 .vid-part video {
    border: solid 2px #7718e8;
    border-radius: 20px;
    background: #000000;
}
.post-list {
    border: solid 2px #ffe401;
    border-radius: 8px;
    margin-bottom: 15px;
}
/**/

.sab-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #ffe401;
    color: #0a0a0a;
    margin-bottom: 12px;
}
.center-title {
    margin: 0 auto;
    width: fit-content;
}
 .about-part .sab-title {
     width: fit-content;
 }
.title-h2 {
    font-size: 38px;
    line-height: 1.2;
    text-transform: capitalize;
    background: #a30000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700 !important;
    margin-top: 15px;
}
.about-list-btn li {
    display: inline-block;
    margin-right: 10px;
    background: linear-gradient(to right, #ffdd98, #ffca4c, #ffdd98);
    padding: 8px 25px;
    border-radius: 100px;
    color: #000000;
    border: solid 1px #ffcc5d;
    font-size: 16px;
    font-weight: 500;
}
.about-list-btn {
    margin: 11px  0;
}
.light-yellow {
    background: #ffe40124;
    border-left: solid 3px #ffe401;
    padding: 15px 15px;
}
.about-list-btn li i {
    color: #911243;
}
.title-h3 {
    line-height: 1.2;
    text-transform: capitalize;
    color: #ab0606;
    font-weight: 700;
    font-size: 28px;
}
.cta-card {
    background: linear-gradient(to right, #ffdd98, #ffca4c, #ffdd98);
    padding: 15px 25px;
    border-radius: 8px;
    border: solid 1px #ffcc5d;
    text-align: center;
}
.cta-card a {
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #8d0d45;
    font-weight: 700;
}
.cta-card a i {
    font-size: 40px;
}
.sab-change {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #24013e;
    color: #ffffff;
    position: relative;
    top: -15px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 25px;
}
.ser-section {
    /*margin-top: 60px;*/
    padding: 60px 0;
    background-image: url(../images/bg-black.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.ser-section h2.title-h2 {
    color: #ffe401!important;
    -webkit-text-fill-color: unset;
}
.ser-card {
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 2px solid #ffffff;
    background: #ffffff;
    padding: 0 20px 20px 20px;
    margin-bottom: 25px;
}
.ser-card img {
    padding: 0px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px; 
    margin-top: 15px; 
}
.ser-card h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    color: #000000;
    text-align: center;
}
.ser-card h3 {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 5px;
    background: #a30000;
    color: #fff;
}
.why-chose h2.title-h2 {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ser-card p {
    color: #000000;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
}
.cta-card-link {
    color: #000000;
    padding: 10px 19px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    background: #ffe401;
}
.cta-card-link:hover{
    background: #a30000;
    color: #fff;
}
/**/
.why-card i {
    width: 100px;
    height: 100px;
        background: #a30000;
    border-radius: 50%;
    line-height: 90px;
    font-size: 45px;
    text-align: center;
    color: #ffffff;
    border: 4px solid #fff;
    box-shadow: 0px 0px 20px -2px #43921d;
    animation: chbdd 800ms linear infinite;
}
@keyframes chbdd{
  0%{transform:translateY(-10px);}
  50%{transform:translateY(0px);}
  100%{transform:translateY(-10px);}
}
.why-card {
    text-align: center;
    border: solid 2px #ffffff;
    border-radius: 14px;
    padding: 30px 10px 10px 10px;
    box-shadow: 0 0 3px 1px #00000024;
    background: #ffe401;
        margin-bottom: 20px;
}
.why-card h3 {
    font-size: 21px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 10px;
    color: #da2524;
    letter-spacing: 1px;
}
.why-card p {
    font-size: 16px;
}



/**/
.testimonial {
    padding: 0 10px;
    text-align: center;
}
.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 0px;
    overflow: hidden;
    border: solid 4px #ffffff;
}

.testimonial-prt .testimonial-title {
    margin: 0;
    color: #ffe401;
    font-size: 22px;
}
p.add {
    color: #fff;
}

.testimonial-prt { 
    padding: 60px 0;
    background-image: url(../images/bg-black.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.testimonial-prt h2.title-h2.text-center {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.testimonial .description {
    color: #111;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 2px solid #ffffff;
    background: #ffe401;
    padding: 60px 20px 20px 20px;
    margin-top: 15px;
    font-size: 18px;
}

.cta-part h3 {
    color: #e9bd19;
    font-weight: 700;
    width: fit-content;
    background: rgba(0, 0, 0, 0.34);
    margin: 10px auto;
    margin-top: 8px;
    padding: 16px 18px;
    border-radius: 8px;
}
.testimonial .pic {
    margin-bottom: -68px;
}
.owl-theme .owl-controls .owl-page span {
    background: #ffe401 !important;
}
.banner-4 {
    border-top: solid 2px #ffc938;
    border-bottom: solid 2px #ffc938;
}
.testimonial-prt h3 {
    color: #000000;
    font-size: 18px;
}
.testimonial-prt .line-style {
    background: #860747;
}
 
/**/
 
.why-c {
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    border-radius: 12px;
}
ul.list-li li {
    color: #000000;
    font-size: 18px;
    margin: 12px 0;
    padding-left: 28px;
    position: relative;
}
ul.list-li li i {
    position: absolute;
    left: 2px;
    top: 0px;
}
ul.list-li li i {
    margin-right: 4px;
    padding: 5px 0;
    color: #7716e8;
}
.cta-card-link.left-align {
    margin: 25px 0 0 0;
 background: #a30000;
    color: #fff;
    padding: 14px 36px;
}

.payment-option {
    background: linear-gradient(0deg, #ffffff, #fff3ba);
    padding: 9px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    border-radius: 12px;
}
.fac-1 {
    margin: 0;
    border-right: dashed 1px #8a0d45;
    padding: 0 5px;
}
.fac-1 img {
       background: linear-gradient(to right, #ffcd71, #ffffff, #ffcd71);
    border-radius: 41px;
    padding: 10px 10px;
    margin-bottom: 11px;
}
.fac-1 h3 {
    margin: 5px;
    padding: 0;
    font-size: 20px;
    color: #911243;
}
.fac-1 p {
    color: #000000;
    font-size: 16px;
}
.card-services {
    border: solid 1px #fcd108;
}
.cta-part {
 background: #a30000;
    padding: 50px 0;
    background-image: url(../images/color-back.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.cta-part h2 {
    font-size: 40px;
    line-height: 2;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
}
.cta-part p {
    font-size: 40px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
}
.btn-link {
    color: #000000;
    background: #e9bd19;
    padding: 10px 25px;
    display: block;
    width: fit-content;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
}
.btn-link:hover {
     color: #000000;
}
.insta {
    width: 190px;
    background: #fff;
    padding: 5px 13px;
    border-radius: 57px;
    margin-bottom: 10px;
}
/**/
.ftr-sec {
    background: #000000;
    text-align: center;
    display: block;
    padding: 20px 0;
    border-top: solid 1px #ffd994;
}
.white-text {
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ffffff26;
    padding: 10px 0;
}
.awards {
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    border-radius: 12px;
    margin-bottom: 20px;
}

/**/
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}
.call-part ul li a {
 background: #a30000;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #000000;
    box-shadow: 0 0 1px 2px #00000073;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #e9bd19;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #000000;
    margin-right: 10px;
}
.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li.whats {
    bottom: 100px;
}
.call-part ul li.whats i {
    background: #129122;
    color: #fff;
}
.call-part ul li:hover {
    right: 0;
}
/**/

ul.ch-list-line {
    list-style: none;
    margin: 0;
    padding: 18px;
    background: #fff;
}
ul.ch-list-line li {
    text-align: left;
    color: #300520;
    font-weight: 600;
        text-transform: capitalize;
    border-bottom: dashed 1px #a5a5a5;
    padding: 10px 0;
}
ul.ch-list-line li a{ 
    color: #1a1a1a; 
}
ul.ch-list-line li i {
    padding: 4px 5px;
    background: #a30000;
    font-size: 15px;
    margin-right: 5px;
    color: #fff;
    border-radius: 50px;
}
ul.ch-list-line li a:hover {
    color: #a30000;
}
.list-part-li h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 20px 0;
    background: #ffe401;
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin: 0;
}

/**/
.contant-list li{
    text-align: left;
    color: #300520;
    font-weight: 600;
        text-transform: capitalize; 
    padding: 10px 0;
}
.contant-list li i {
        padding: 4px 5px;
    background: #129122;
    font-size: 15px;
    margin-right: 5px;
    color: #fff;
    border-radius: 50px;
}
.our-img {
    border-radius: 15px;
    border: solid 4px #e9bd19;
    box-shadow: 0 5px 8px 5px #00000017;
}
 .dsclmr2 {
    color: #000;
    font-size: 15px;
    background-image: linear-gradient(to right, #e9bd19, #ffe401);
    font-weight: 600;
    border-radius: 100px;
    padding: 5px 12px;
}
 /**/

 .dsclmr2.location {
    width: fit-content;
    margin: 15px auto;
    background: #ffffff;
}
.dsclmr2.location i {
    color: #a60002;
    margin-right: 3px;
}


 /**/
.about-list-btn li { 
    margin-bottom: 10px; 
}
@media (min-width:992px) and (max-width:1199px) {
 
.center-top-head li { 
    font-size: 13px;
}
.ic-r p {
    color: #ff2f0d;
    font-size: 12px; 
}


 
}

@media (max-width:1199px){ 
.headerline-section1 ul li { 
    font-size: 15px; 
}
.headerline-section1 ul li {
    font-size: 11px;
}
.cta-part { 
    padding: 30px 0; 
} 

}


@media (max-width:991px){ 
    .top-bar-points {
    margin: 0 0 10px 0;
}
.top-head-cta {
    text-align: center;
    margin: 0 0 5px 0;
}
.top-head {
 background: #a30000;
    padding: 8px 0;
}
.top-head-cta ul li { 
    padding: 3px 9px 7px 13px;
}
.headerline-section1 ul li {
    font-size: 12px;
}
 
.title-h2 {
    font-size: 30px;  
}
.title-h3 { 
    font-size: 25px;
}
.nav-menu ul li a { 
    padding: 10px 10px; 
}

}

@media (min-width:767px){ 
.logo-mobile{
    display: none !important;
}
.dask-none{
    display:none !important;
}
}

@media (max-width:767px){ 
    .m-none{
display: none !important;
    }
    .logo-mobile {
    margin-top: -4px;
}

    .logo-center-head {
    border-top: dotted 1px #24013e;
    border-bottom: dotted 1px #24013e;
    padding: 4px 0;
    margin: 7px 0;
}
.top-head-cta ul li a {
    font-size: 13px;
    padding: 3px 9px;
    letter-spacing: 1px;
    padding-left: 40px;
}
 
.top-head-cta ul li {
    padding: 3px 6px 6px 0px;
}
.center-top-head li {
    margin: 0 4px; 
    font-size: 12px;
}
.center-top-head li i { 
    width: 22px;
    height: 22px;
    font-size: 12px;
    padding: 5px 0; 
}
.center-top-head li { 
    font-size: 14px;
}
.center-top-head { 
    z-index: 5;
}
 
.center-top-head:before { 
    right: -5px;
    top: 5px;
    z-index: -1; 
}
.ic-r p { 
    font-size: 18px; 
}
.ic-r { 
    padding: 4px 0;
    margin: 8px 0 0 0;
}
.headerline-section1 ul li:first-child {
    border-left: unset;
}
.headerline-section1 ul li { 
    border-right: unset; 
    border-bottom: 1px solid #ffca4c47; 
    padding: 5px 15px 5px;
}
.headerline-section1 ul li:nth-child(2) {
    background-image: linear-gradient(to right, #ffcb5b6b, #ffd6d6, #ffcb5b6b); 
    width: 100%;
}

.d-none-m{display: none;}
 
.about-list-btn li {
    width: 100%;
    margin: 4px 0;
 font-size: 18px;
}
.cta-card { 
    padding: 10px 15px; 
}
.sab-change {
    font-size: 12px; 
    padding: 8px 13px 5px; 
}
.cta-card a {
    font-size: 35px; 
}
.cta-card a i {
    font-size: 25px;
}
.payment-option {
    margin: 0 0 12px 0;
}
.fac-1 { 
    border-right: unset;
    border-bottom: dashed 1px #8a0d45;
    padding: 20px 14px;
}
.cta-part h2 {
    font-size: 25px; 
}
br.mnone {
    display: none;
}
.cta-part p {
    font-size: 17px; 
    margin: 18px 0;
}
.btn-link { 
    font-size: 20px; 
}
.ftr-sec p {
    font-size: 15px;
}
.center-top-head { 
    padding: 1px 8px; 
}
.headerline-section1 ul li {
    font-size: 15px;
    text-align: center;
}
.nav-menu {
    display: none;
}
.headerline-section1 ul {
    display: flex;
    justify-content: center;
}
.about-part h2.title-h2 {
    font-size: 25px;
}
section.why-chose h2.title-h2 {
    font-size: 26px;
}
.row-reverse {
    flex-direction: column-reverse;
}
.cta-part h2 {
    font-size: 23px;
}
.cta-part p {
    font-size: 16px;
    margin: 18px auto;
}
.colum-reverse {
    display: flex;
    flex-direction: column-reverse;
}
.why-card {
    margin: 8px 0;
}
.why-chose {
    padding: 30px 0;
}
.ser-section {
    margin-top: 30px;
    padding: 40px 0; 
}

}

@media (max-width:400px){ 
.headerline-section1 ul li {
    font-size: 13px; 
}
.about-part h2.title-h2 {
    font-size: 25px;
}

}


@media (max-width:355px){ 
    .headerline-section1 ul li { 
    padding: 8px 0;
}
.top-head-cta ul li a {
    font-size: 11px;
    padding: 4px 8px  ;
    padding-left: 36px;
}
.top-head-cta {
    padding: 0 5px;
}
.headerline-section1 ul li {
    font-size: 12px;
}
.center-top-head li {
    font-size: 12px;
}
.main-services2 strong {
    font-size: 17px;
}
.main-services2 p {
    font-size: 12px;
    line-height: 16px;
}
.about-list-btn li { 
 font-size: 15px;
}
.cta-card a {
    font-size: 28px; 
}
.cta-card a i {
    font-size: 20px;
}
.cta-part p {
    font-size: 13px;
    margin: 18px auto;
}



}
