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: #0c0c0c;
	font-size: 16px;
}
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: linear-gradient(to right, #00c18f, #005a39);
    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: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    padding: 3px 15px 5px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
}
.top-head-cta ul li a i {
    display: inline-block;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    position: absolute;
    left: -11px;
    text-align: center;
    top: -1px;
    background: #ffc800;
    transform: rotate(45deg);
    fill: #ffffff;
}
.center-top-head {
    padding: 5px 8px;
    font-size: 16px;
    text-align: center;
    position: relative;
    background: linear-gradient(to right, #ffdb85, #f7bf2c);
}
.center-top-head li {
    margin: 0 2px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.center-top-head li i {
        background: linear-gradient(to right, #00c18f, #005a39);
    color: #fff;
    border-radius: 7px;
    width: 28px;
    height: 28px;
    font-size: 15px;
    padding: 6px 0;
    fill: #ffffff;
    position: relative;
    top: -0.5px;
}
.center-top-head:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #ffdb84;
    left: -5px;
    top: 7px;
    z-index: 1;
    transform: rotate(45deg);
}
.center-top-head:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #f7c133;
    right: -5px;
    top: 7px;
    z-index: 1;
    transform: rotate(45deg);
}
.ic-r p {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.light-back {
    background: #fff;
    border-radius: 45px;
}

/**/
.headline-section {
    border-top: 1px solid #ffca4c;
    border-bottom: 1px solid #ffca4c;
}
.main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: linear-gradient(to right, #f7c133, #ffdb84);
}
.headerline-section1 ul li {
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    border-right: 1px solid #000000;
    padding: 8px   5px;
}
.headerline-section1 ul li:first-child {
    border-left: 1px solid #000000;
}

/**/
.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: 16px;
    font-weight: 600;
    color: #ffffff;
        background: linear-gradient(to right, #00c18f, #005a39);
}

/**/
.main-services {
    position: relative;
}
.main-services1 {
    padding: 10px;
    width: 20%;
    text-align: center;
}
.main-services2 {
    padding: 30px 25px 25px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 0 60px 0 60px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
}
.main-services2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
     border-radius: 0 60px 0 60px;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #00c18f, #005a39);
    z-index: -9;
    transition: transform .5s ease;
    transform: scaleX(0);
    transform-origin: right;
}
.main-services2:after {
    height: 300px;
    width: 300px;
    background: #ffffff;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    opacity: 0;
    top: 250px;
    transform-origin: left;
    transition: transform .5s ease,opacity .5s ease;
}
.main-services2 span {
    background: #f5f5f5;
    border: solid 1px #ffd06d;
    height: 130px;
    width: 130px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 130px;
}
.main-services2 strong {
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #005c3b;
    font-weight: 600;
    padding: 16px  0 0 0;
    display: block;
}
.main-services2 p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 21px;
    padding: 9px 0 0 0;
}
.main-services2:hover:before {
    transform: scale(1);
    transform-origin: left;
}
.main-services2:hover:after {
    opacity: 0.1;
    transform: perspective(150px) scaleX(1);
}
.main-services2:hover strong {
    color: #fff;
}
.main-services2:hover p {
    color: #fff;
}
/**/
.line-style {
    background: #ffca4c;
    height: 1px;
}
.sab-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #ffc800;
    color: #0a0a0a;
    position: relative;
    top: -15px;
    display: flex;
}
.center-title {
    margin: 0 auto;
    width: fit-content;
}
.title-h2 {
    font-size: 42px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #005c3b;
    font-weight: 700;
}
.about-list-btn li {
    display: inline-block;
    margin-right: 10px;
    background: linear-gradient(to right, #ffc800, #ffca4c, #ffc800);
    padding: 8px 25px;
    border-radius: 100px;
    color: #000000;
    border: solid 1px #ffcc5d;
    font-size: 16px;
    font-weight: 500;
}
.about-list-btn {
    margin: 11px  0;
}
.about-list-btn li i {
    color: #005c3b;
}
.title-h3 {
    line-height: 1.2;
    text-transform: capitalize;
    color: #005c3b;
    font-weight: 700;
    font-size: 30px;
}
.cta-card {
    background: linear-gradient(to right, #ffc800, #ffca4c, #ffc800);
    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: #005c3b;
    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: #005c3b;
    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;
}
.ser-card {
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
        background: linear-gradient(to right, #00c18f, #005a39);
    padding: 0 20px 20px 20px;
    border-top: unset;
    margin-bottom: 25px;
}
.ser-card img {
    padding: 0px;
    border-radius: 0 0 200px 200px;
    border: 6px solid #ffffff;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.ser-card h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 0;
    background: linear-gradient(to right, #ffdd9805, #ffffffe3, #ffffffe3, #ffffffe3, #ffdd9805);
    color: #0a0a0a;
    text-align: center;
}
.ser-card h3 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}
.ser-card p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
}
.cta-card-link {
    color: #ffffff;
    background: #000000;
    padding: 10px 19px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.cta-card-link:hover{
    background: #fff;
    color: #000;
}

/**/
.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 #ffdf68;
}

.testimonial-prt .testimonial-title {
    margin: 7px 0 0 0;
    color: #000000;
    font-size: 20px;
}
.testimonial-prt {
    padding: 45px 0; 
}
.testimonial .description {
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
        background: linear-gradient(to right, #00c18f, #005a39);
    padding: 60px 20px 20px 20px;
    margin-top: 15px;
    font-size: 20px;
}
.testimonial .pic {
    margin-bottom: -68px;
}
.owl-theme .owl-controls .owl-page span {
    background: #005c3b !important;
}
.testimonial-prt h3 {
    color: #000000;
    font-size: 18px;
}
.testimonial-prt .line-style {
    background: #005c3b;
}
.testimonial-prt   .sab-title {
        background: linear-gradient(to right, #00c18f, #005a39);
    color: #fff;
}
/**/
.why-chose {
    padding: 50px 0;
    background: linear-gradient(to right, #ffcd71, #ffffff, #ffcd71);
    margin-top: 45px;
}
.why-c {
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
    border-radius: 12px;
}
ul.list-li li {
    color: #30051f;
    font-size: 16px;
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
}
ul.list-li li i {
    position: absolute;
    left: 2px;
    top: 1px;
}
ul.list-li li i {
    margin-right: 4px;
    padding: 5px 0;
    color: #005b3a;
}
.cta-card-link.left-align {
    margin: 25px 0 0 0;
        background: linear-gradient(to right, #00c18f, #005a39);
    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 #ffc800;
    border-radius: 12px;
}
.fac-1 {
    margin: 0;
    border-right: dashed 1px #00bf8d;
    padding: 0 5px;
}
.fac-1 img {
    background: #ffc800;
    border-radius: 41px;
    padding: 10px 10px;
    margin-bottom: 11px;
}
.fac-1 h3 {
    margin: 5px;
    padding: 0;
    font-size: 20px;
    color: #005c3b;
}
.fac-1 p {
    color: #000000;
    font-size: 18px;
}
.fac-1 p a {
    color: #005c3b;
    font-weight: 600;
}
.card-services {
    border: solid 1px #fcd108;
}
.cta-part {
        background: linear-gradient(to right, #00c18f, #005a39);
    padding: 50px 0;
}
.cta-part h2 {
    font-size: 42px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #ffc800;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.cta-part p {
    font-size: 35px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
    margin: 25px 0;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-link {
    color: #000000;
    background: #ffc800;
    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;
}

/**/
.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: -123px;
    width: 185px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}
.call-part ul li a {
       background: linear-gradient(to right, #00c18f, #005a39);
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #88888852;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #000000;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #ffffff;
    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;
}
/**/
.about-list-btn li { 
    margin-bottom: 10px; 
}
@media (min-width:992px) and (max-width:1199px) {
 .top-head-cta ul li a { 
    font-size: 10px; 
}
.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;
}
.main-services2 {
    padding: 25px 15px 35px; 
}
.top-head-cta ul li a i { 
    width: 28px;
    height: 28px;
    line-height: 27px; 
}


}


@media (max-width:991px){ 
.top-head-cta {
    text-align: center;
    margin: 0 0 5px 0;
}
.top-head {
        background: linear-gradient(to right, #00c18f, #005a39);
    padding: 8px 0;
}
.top-head-cta ul li { 
    padding: 3px 9px 7px 13px;
}
.headerline-section1 ul li {
    font-size: 17px;
}
.main-services1 { 
    width: 30%; 
}
.main-services .row {
    justify-content: center;
}
.title-h2 {
    font-size: 30px;  
}
.title-h3 { 
    font-size: 25px;
}


}

@media (max-width:767px){ 
.logo-center-head {
    border-top: dotted 1px #00bb8a;
    border-bottom: dotted 1px #00bb8a;
    padding: 7px 0;
    margin: 7px 0;
}

.top-head-cta ul li a { 
    font-size: 13px;
    padding: 3px 9px 5px 26px; 
}
.top-head-cta ul li a i {
    width: 24px;
    height: 25px;
    line-height: 25px;
    left: -3px;
    top: 1px;
    font-size: 16px;
}
.top-head-cta ul li {
    padding: 3px 6px 6px 0px;
}
 
.center-top-head li i { 
    width: 22px;
    height: 22px;
    font-size: 12px;
    padding: 5px 0; 
}
.center-top-head li { 
    font-size: 12.5px;
}
.center-top-head { 
    z-index: 5;
}
.center-top-head:after { 
    left: -5px;
    top: 5px;
    z-index: -1; 
}
.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(3) {
    background: linear-gradient(to right, #00c18f, #005a39);
    width: 100%;
    color: #ffffff;
}
.main-services1 {
            width: 50%;
        max-width: 190px;
}
.main-services2 span { 
    height: 85px;
    width: 85px; 
    line-height: 85px;
}
.main-services2 strong {
    font-size: 17px; 
}
.main-services2 p {
    font-size: 14px; 
    line-height: 18px; 
}
.d-none-m{display: none;}
.main-services2 {
    padding: 24px 15px 15px;
}
.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 #00bf8d;
    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;
}
.headerline-section1 ul li:nth-child(2) {
display: none;
}
.headerline-section1 ul li:nth-child(4) {
display: none;
}
.call-part ul li { 
    right: -128px; 
}

}

@media (max-width:350px){ 
.top-head-cta ul li a {
    font-size: 11px;
    padding: 4px 8px 5px 22px;
}
.top-head-cta {
    padding: 0 5px;
}
.headerline-section1 ul li {
    font-size: 15px;
}
.center-top-head li {
    font-size: 11px;
}
.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;
}
.top-head-cta ul li a i {
    width: 23px;
    height: 23px; 
    left: -6px; 
}
.center-top-head li i {
    width: 18px;
    height: 18px;
    font-size: 11px;
    padding: 3px 0;
}


}
