body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x: hidden !important;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
}

html{
    scroll-behavior: smooth;
}
span{
    vertical-align: baseline;
}

section {
    padding: 50px 0;
    clear: both;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
    /* font-family: 'Poppins', sans-serif; */
}
p {
    color: #0f1110;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

img{
    max-width: 100%;
}

header {
    padding: 10px 0;
    position: relative;
    z-index: 2;
    /* max-width: 1600px; */
    margin: 0 auto;
    background-color: #fff;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-block;
    padding: 0 7px;
    position: relative;
    z-index: 1;
    transition: .5s all;
    color: #000000;
}

.nav-link {
    padding: 0;
}

header ul li a {
    color: #161616 !important;
    font-weight: 600;
    transition: .5s all;
    font-size: 16px;
}

header ul li:first-child {
    padding-left: 0;
}

header ul li:last-child {
    padding-right: 0;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 5px;
    border: 1px solid;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #ffc41230;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
    transition: .5s all;
}

.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
    z-index: 5000000 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus, .dropdown-item:hover {background: #1ea361;color: #ffffff !important;}


a{
    text-decoration: none !important;
}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  } 

label.error {     display: none !important;}



a#back-top.show {
    display: inline-block;
    background-color: #cedffb;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

a#back-top.show {
    cursor: pointer;
    background-color: #f8c600;
}
a#back-top.show {
    background-color: #1d1d1d;
}
a#back-top.show {
    opacity: 1;
    visibility: visible;
}

a#back-top.show i {
    position: relative;
    top: 0;
    color: #fff;
}




header ul {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header ul.btn-ul {
    text-align: right;
}

header ul.btn-ul li.me-btn a.btn {
    background: #4c56c0;
    color: #fff !important;
}



.btn-tel {
    background: transparent;
    color: #000;
}

.purp {
    background: #1ea361;
    color: #fff !important;
    border-color: #1ea361;
    /* display: none; */
    border: 1px solid #fff;
}

header .btn {
    font-size: 14px;
}

.btn-yel {
    background: #fff;
    border-color: #0f1110;
    color: #000000 !important;
    border: 1px solid #fff;
}

.info-banner h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.info-banner h1 + p {
    color: #fff;
    padding-left: 0px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    /* margin-bottom: 35px; */
}

.info-banner h1 + p::before {
    position: absolute;
    /* content: ""; */
    /* background: #1ea361; */
    /* height: 4px; */
    /* width: 48px; */
    /* left: 0; */
    /* top: 9px; */
}

.btn-block .btn:first-child {
    margin-right: 5px;
}
.our-banner {
    background: linear-gradient(to right, rgb(21 16 13 / 94%), rgb(0 0 0 / 21%)), url(../images/banner-img.webp) no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding: 80px 0;
    z-index: 1;
}

.our-banner .btn-block img {
    position: absolute;
    right: 50px;
    top: 0px;
}

.our-banner .btn-block {
    position: relative;
}

.info-banner h1::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 100%;
    border-radius: 25px;
    left: -10px;
    background: rgb(135,115,238);
    background: linear-gradient(90deg, rgb(30 163 97) 0%, #1ea361 20%);
    z-index: -1;
    top: 5px;
}


.our-detail {
    padding: 40px 0;
}

.info-det p {
    margin-bottom: 0;
    color: #0f1110;
    font-size: 14px;
    line-height: 22px;
}

.info-det h4 {
    color: #0f1110;
    font-family: times new roman;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0;
    line-height: 48px;
    letter-spacing: -2px;
}

.info-det {
    text-align: center;
    position: relative;
    z-index: 1;
}

.info-det::before {
    position: absolute;
    content: "";
    /* background: url("../images/bg1.webp") no-repeat; */
    max-width: 162px;
    height: 162px;
    width: 100%;
    background-size: 100%;
    left: 45px;
    bottom: -20px;
    z-index: -1;
}

.info-det h4 + p {
    text-align: left;
    width: 74%;
    margin-left: auto;
    padding-top: 8px;
    position: relative;
    z-index: 1;
}

.info-det h4 + p::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    background: #1ea261;
    width: 23px;
    height: 5px;
}

.our-detail .row {
    align-items: end;
}

.our-welcome {
    background: linear-gradient(#0f1110, #0f11105e), url(../images/wellcome-section-img.webp) no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
    position: relative;
    line-height: 70px;
    z-index: 1;
    margin-bottom: 0;
}

h6 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    z-index: 1;
    display: inline-block;
}

h6::before,h6::after {
    /* width: 0; */
    /* height: 0; */
    /* position: absolute; */
    /* right: -50px; */
    /* bottom: 7px; */
    /* border-bottom: 3px solid #1ea361; */
    /* border-right: 40px solid transparent; */
    /* content: ""; */
}

h6::after {
    display: none;
}

.text-center h6::after {
    display: revert;
    right: inherit;
    left: -50px;
    border-right: none;
    border-left: 40px solid transparent;
}

.our-welcome h2 {
    color: #fff;
}

.our-welcome h6 {
    color: #1ea361;
}

h2 + h5 {font-size: 18px;margin-bottom: 20px;}

.text-center h2 + h5 {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.info-welcome h2 + h5 {
    color: #fff;
}

.our-welcome h6::before,.our-welcome h6::after {border-bottom-color: #1ea361;}

.info-welcome p {
    color: #fff;
    margin: 25px 0 40px;
}

.wel-rat i {
    color: #fdce16;
    font-size: 18px;
}

.wel-rat ul {
    display: inline-block;
}

.wel-rat h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 12px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.wel-rat::before,.wel-rat::after {
    position: absolute;
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    width: 30%;
    height: 2px;
    right: 6%;
    bottom: 12px;
}

.wel-rat {
    position: relative;
    z-index: 1;
}

.wel-rat::after {
    right: inherit;
    left: 6%;
    background: rgb(255,255,255);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.site-logos {
    padding: 25px 0 20px;
    background: #F5F1EE;
}

.info-ser h6::before {
    display: none;
}

.info-ser h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.info-ser h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.info-ser span {
    position: absolute;
    left: -5px;
    font-size: 30px;
    color: #1ea361;
    font-weight: 600;
    top: 12px;
    line-height: 30px;
}

.info-ser {
    position: relative;
    z-index: 1;
    padding-left: 40px;
}

.info-ser span::before {
    position: absolute;
    content: "";
    left: -3px;
    height: 12px;
    width: 40px;
    background: #1ea361;
    bottom: -10px;
    border-radius: 4px;
}

.info-ser p {
    font-size: 14px;
    margin-bottom: 0;
}

.home-service .row {
    align-items: center;
    margin-bottom: 60px;
}

.home-service .img-ser {
    display: table;
    margin: auto;
}

.home-service .row:last-child {
    margin-bottom: 0;
}

.info-ser ul {margin-top: 20px;}

.info-ser ul li {
    font-size: 16px;
    color: #3e4651;
    font-weight: 600;
    width: 49%;
    display: inline-block;
    margin-bottom: 3px;
    position: relative;
    z-index: 1;
}

.info-ser ul li img {
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}

.info-ser ul li::before {
    position: absolute;
    content: "";
    left: 3px;
    height: 8px;
    width: 25px;
    background: #f5f1ed;
    bottom: 4px;
    border-radius: 2px;
    z-index: -1;
}

.cta {
    padding: 40px 0;
    background: rgb(107,87,210);
    background: linear-gradient(75deg, #269d74 58%, rgba(32, 30, 26, 1) 58%);
}

.info-cta h3 {
    font-size: 37px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}

.info-cta h3 > span {
    font-size: 25px;
    display: block;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: initial;
    width: 83%;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 6px;
}

.info-cta2 p {
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
}

.info-cta2 {
    margin-left: -10px;
}

.info-cta2 a {display: inline-block;width: 62%;color: #fff !important;font-weight: 700;font-size: 25px;line-height: 23px;text-transform: uppercase;letter-spacing: -1px;}

.info-cta2 a > span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.info-cta2 a:last-child {
    width: 36%;
    color: #269d74 !important;
}

.cta .row {
    align-items: center;
}

.img-cta {
    position: absolute;
    bottom: -43px;
    max-width: 340px;
    left: -120px;
}

.cta .container {
    position: relative;
}
.info-text {
    margin-bottom: 30px;
}

.img-oth {
    position: absolute;
    top: -30px;
    left: 350px;
    right: 0;
    margin: auto;
    display: table;
}

.other-service .container {
    position: relative;
}

.other-service {
    padding: 80px 0;
}

.other-service::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: transparent;
    max-width: 772px;
    height: 691px;
    background-position: 100%;
    width: 100%;
    z-index: -1;
}

.info-oth {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #269d74;
    box-shadow: 0 5px 15px #00000075;
    position: relative;
    z-index: 1;
    transition: 0.7s;
    height: 320px;
}

.info-oth img {
    margin-bottom: 20px;
}

.info-oth h4 {
    color: #0f1110;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.info-oth h4::before {
    background: #269d74;
    width: 50px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.info-oth h4 + p {
    color: #0f1110;
    font-size: 14px;
    margin-bottom: 0;
}

.info-oth::before {
    background: transparent;
    max-width: 103px;
    height: 70px;
    width: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    left: 60px;
    right: 0;
    margin: auto;
    top: 30px;
    z-index: -1;
}

.our-help{
    background: url("../images/bg-help.webp") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding: 50px 0;
}

.our-help h2 {
    color: #fff;
    margin-bottom: 22px;
}

.our-help h2 span {
    color: #269d74;
}

.info-help h6 {
    color: #269d74;
}

.info-help h6::before {
    border-bottom-color: #269d74;
}

.info-help2 h6 {
    color: #fff;
}

.info-help2 h6::before {
    border-bottom-color: #fff;
}

.info-help p {
    color: #fff;
}

.our-help .btn-block {margin-top: 40px;}

.info-help2 ul li {color: #fff;font-size: 16px;font-weight: 700;margin-bottom: 8px;}

.info-help2 ul li img {
    margin-right: 12px;
    filter: brightness(66.5);
}

.info-help2 ul li:last-child {
    margin-bottom: 0;
}

.info-help2 {
    position: relative;
    padding-left: 60px;
    z-index: 1;
}

.info-help2::before {
    background: url('../images/bg3.webp') no-repeat;
    max-width: 236px;
    height: 490px;
    width: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    left: 20px;
    top: -40px;
    z-index: -1;
    opacity: 0.5;
}

.sl {
    background: transparent;
}

.sl h6 {
    margin-bottom: 20px;
    font-size: 21px;
}

.portfolio-tab a {
    display: block;
}

.portfolio-tab .nav-fill .nav-item {
    width: 100%;
    text-align: left;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #0f1110;
    background: #e7dfd9;
    margin-bottom: 12px;
    transition: .5s all;
    height: 35px;
    display: flex;
    align-items: center;
}

/*.tab-content>.active .portfolio-img img {
    z-index: 1;
    transform: scale(1.08);
    box-shadow: -1.22px 2.741px 40px 0px rgb(0 0 0 / 74%), inset 0px 3px 29px 0px rgba(0, 0, 0, 0.6);
    position: relative;
}

.fade:not(.show) {
    opacity: 1;
}

.tab-content>.tab-pane {
    display: inline-block !important;
    width: 18.4%;
    margin: 0 3px;
    margin-bottom: 10px;
}*/
.portfolio-images-wrap .tab-content{
    display: inline-block;
    justify-content: center;
    padding-top: 0 !important;
}

.tab-content .portfolio-img img {
    transition: .5s all;
}
.portfolio-tab .nav-tabs {
    border:  none;
}

.portfolio-tab .nav-fill .nav-item.active {
    background: #269d74;
    color: #fff;
}

.portfolio-tab .nav-fill .nav-item > span {
    background: #0f1110;
    width: 40px;
    height: 100%;
    display: inline-block;
    margin-right: 12px;
    clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}

.our-portfolio .container::before {position: absolute;content: "";bottom: 0;right: 0;background: rgb(253,206,22);background: linear-gradient(90deg, rgba(253, 206, 22, 0) 0%, rgb(38 157 116) 40%);width: 100%;height: 20%;}


.portfolio-tab .nav-fill:nth-child(2) .nav-item > span {width: 50px;}



.portfolio-tab .nav-fill .nav-item:nth-child(2) > span {width: 75px;clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);}

.portfolio-tab .nav-fill .nav-item:nth-child(3) > span {
    width: 87px;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(4) > span {
    width: 103px;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(5) > span {
    width: 118px;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(6) > span {
    width: 132px;
    clip-path: polygon(0 0, 91.5% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(7) > span {
    width: 145px;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(8) > span {
    width: 159px;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(9) > span {
    width: 172px;
    clip-path: polygon(0 0, 93.5% 0, 100% 100%, 0% 100%);
}

.our-portfolio::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 82%;
    background: #f5f1ed;
    content: "";
    z-index: -1;
}

.our-portfolio::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 82%;
    background: rgb(205,191,179);
    background: linear-gradient(180deg, rgba(205, 191, 179, 0) 10%, rgb(245 241 237) 100%);
    content: "";
    z-index: -1;
}



footer {
    padding: 60px 0 0;
    position: relative;
    background: url("../images/bg-foot.webp") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 55% bottom;
    z-index: 1;
}

.copy p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}

.copy {
    padding: 40px 0 20px;
}



.copy ul {
}
 .copy .row {
        align-items: center;
    }

    .copy ul li {
        display: inline-block;
        position: relative;
        padding: 0px 10px;
        font-size: 12px;
        margin-bottom: 0;
    }

    .copy ul li::before {content: "";height: 80%;width: 2px;position: absolute;right: -3px;top: 10%;background: #fff;}

    .copy ul li:last-child::before {
        display: none;
    }

    .copy ul li a {
        color: #fff !important;
        font-size: 14px;
    }

footer h5 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

footer h5 + a {
    color: #fff !important;
    margin-left: 10px;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

footer h5::before {
    width: 70px;
    height: 70px;
    right: -40px;
    content: "";
    top: 0;
    position: absolute;
    background: #1ea261;
    border-radius: 50%;
    z-index: -1;
}

footer ul li a,footer ul li p {
    color: #fff !important;
    font-size: 16px;
    line-height: 19px;
}

footer ul li i {
    color: #289b74;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
}

footer ul li {
    padding-left: 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul {
    margin: 20px 0 30px;
}   

footer ul li:last-child i {
    font-size: 19px;
    top: 0;
}

.copy ul {
    margin: 0 0 16px;
}

.copy ul li:first-child {
    padding-left: 5px;
}

.copy ul + img {
    position: relative;
    left: -10px;
}

footer::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #3d4046;
    width: 35%;
    left: 0;
    bottom: 170px;
}

.social-foot h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.social-foot h4 + ul {
    margin: 0;
    display: inline-block;
    margin-left: 10px;
}

.social-foot h4 + ul li {
    /* width: 25px; */
    /* height: 25px; */
    /* background: #3c3635; */
    display: inline-block;
    margin-bottom: 0;
    /* left: 16px; */
}

.social-foot h4 + ul li i {
    color: #b8b8b8;
    font-size: 15px;
    width: 25px;
    text-align: center;
    height: 25px;
    top: inherit;
    line-height: 25px;
}

.social-foot {
    position: absolute;
    bottom: 157px;
    left: 36%;
}


.accordion .card-header.collapsed:after {
    background: url("../images/plus.webp") no-repeat;
    background-size: 100%;
}

.accordion .card-header:after {
    content: "";
    left: 15px;
    position: absolute;
    top: 9px;
    background: url("../images/minus.webp") no-repeat;
    max-width: 23px;
    height: 23px;
    width: 100%;
    background-size: 100%;
}


.our-faq .card-header {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
}


.our-faq .panel {
    margin-bottom: 12px;
    box-shadow: 0 0 5px #dde4e8;
}

.our-faq .card-header a {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 10px 45px;
    font-size: 16px;
    color: #131423;
    font-weight: 600;
}

.our-faq .card {
    border: 0;
}

.our-faq h2::before{
    display:none;
}

.info-faq {margin-top: 40px;}


.card-body p {
    font-size: 14px;
    margin-bottom: 10px;
}

.our-faq{
    position: relative;
    z-index: 1;
    padding: 80px 0 0;
}

.our-faq::before{
    background: url("../images/bg-faq.webp") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 93%;
    background-size: cover;
    background-position: 60%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.card-body {
    padding: 15px 45px;
}

.our-faq h6 {
    color: #3e4651;
}

.our-faq h6::before {
    border-bottom-color: #3e4651;
}


.cta2{
    background: url("../images/bg-cta2.webp") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    margin-top: -50px;
    padding: 100px 0 60px;
}

.cta2 h2 {
    color: #fff;
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -1px;
}

.cta2 span {
    display: block;
    text-align: right;
}

.cta2 span a {
    color: #fff;
    font-size: 51px;
    font-weight: 700;
    margin-left: 15px;
}

.cta2 .row {
    align-items: center;
}


.our-testimonial::before{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    /* background: url("../images/bg-test.webp") no-repeat; */
    max-width: 94%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #1ea361;
    background-size: 100%;
    border: solid 2px #000;
    background-position: bottom;
    border-radius: 20px;
}

.our-testimonial h2,.our-testimonial h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
}

.our-testimonial h6::before,.our-testimonial h6::after {
    border-bottom-color: #0f1110;
}

.info-test p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

.info-test h4 {
    color: #0f1110;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.our-testimonial {
    margin-top: 50px;
    z-index: 1;
    padding: 50px 0;
}

.our-testimonial .container {position: relative;}

.our-testimonial .container::before{
    position: absolute;
    content: "";
    left: 45px;
    top: 20px;
    background: url("../images/bg-test2.webp") no-repeat;
    max-width: 185px;
    height: 154px;
    width: 100%;
    background-size: 100%;
}


.our-testimonial .container::after{
    position: absolute;
    content: "";
    right: -50px;
    top: 20px;
    background: url("../images/bg-test1.webp") no-repeat;
    max-width: 420px;
    height: 173px;
    width: 100%;
    background-size: 100%;
}


.owl-testimonial.owl-carousel .owl-nav button.owl-prev::before, .owl-testimonial.owl-carousel .owl-nav button.owl-next::before{
    /* position: absolute; */
    /* content: ""; */
    max-width: 50px;
    background: url("../images/left.webp") no-repeat;
    height: 50px;
    width: 100%;
    background-size: 100%;
    left: -35px;
    top: 0;
}




.owl-testimonial.owl-carousel .owl-nav button.owl-next::before{
    background: url("../images/right.webp") no-repeat;
    width: 100%;
    background-size: 100%;
}

.owl-testimonial.owl-carousel .owl-nav button.owl-next, .owl-testimonial.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
}

.owl-testimonial.owl-carousel .owl-nav button span {
    display: none;
}

.owl-testimonial.owl-theme .owl-nav{position: absolute;top: -10px;left: 0;margin-top: 0;width: 100%;}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}



.our-portfolio  .info-port:first-child {
    margin-bottom: 15px;
}

.owl-testimonial.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.info-test {
    max-width: 70%;
    margin: auto;
}

.about-banner{
    background: url("../images/about-banner.webp") no-repeat;
    background-position: 40%;
    background-size: cover;
}

.btn-grey {
    background: #3e4651;
    border-color: #3e4651;
    color: #fff !important;
}

.about-banner .info-banner h1::before {
    display: none;
}



.solution-img {
    position: absolute;
    right: 0;
    bottom: 70px;
    max-width: 44%;
}

.solution-img img {
    height: 450px;
}


.our-solution {
    max-width: 1600px;
    margin: 0 auto;
}

.our-solution .info-text p {
    width: 65%;
    margin: auto;
}

.our-solution .info-text {
    margin-bottom: 60px;
}

.info-solution h2 {
    /* color: #17a2b8; */
    font-size: 41px;
    margin-bottom: 16px;
    line-height: 45px;
    letter-spacing: -1px;
}

.btn-black {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.our-solution .info-text h2 {
    margin-bottom: 12px;
}

.info-off h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info-off h2 + p {
    margin-bottom: 0;
}

.info-off h6 {
    color: #3e4651;
}

.info-off h6::before {
    border-bottom-color: #3e4651;
}

.info-offer {
    background: #ffff;
    border-radius: 5px;
    padding: 60px 25px 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px #00000017;
}

.our-offer {
    background: #f0f2f5;
    padding: 0;
}

.our-offer .row {
    align-items: center;
}

.info-offer h4 {
    color: #3d4650;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}

.info-offer img {
    position: absolute;
    right: 20px;
    top: 20px;
}

.info-offer p {
    color: #3e4651;
    margin-bottom: 0;
}



.owl-offer.owl-carousel .owl-nav button.owl-prev::before, .owl-offer.owl-carousel .owl-nav button.owl-next::before{
    position: absolute;
    content: "";
    max-width: 50px;
    background: url("../images/left2.webp") no-repeat;
    height: 51px;
    width: 100%;
    background-size: 100%;
    left: 0;
    top: 0;
}




.owl-offer.owl-carousel .owl-nav button.owl-next::before{
    background: url("../images/right2.webp") no-repeat;
    width: 100%;
    background-size: 100%;
}

.owl-offer.owl-carousel .owl-nav button.owl-next, .owl-offer.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 8px;
}

.owl-offer.owl-carousel .owl-nav button span {
    display: none;
}

.owl-offer.owl-theme .owl-nav{position: absolute;left: 0;margin-top: 0;bottom: 60px;}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.info-offer:last-child {
    margin-bottom: 0;
}

.our-offer .container {
    position: relative;
    top: -10px;
}

.our-offer + .our-help {
    margin-top: 0;
    margin-top: -20px;
}

.info-offer h4::before {
    background: #102da2;
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    left: 0;
    bottom: 0;
}


.cover-banner{
    background: url("../images/cover-banner.webp") no-repeat;
    background-position: 40%;
    background-size: cover;
}


.our-rates h2 {
    margin-bottom: 15px;
}

.our-rates h2 + p {
    max-width: 80%;
    margin: auto;
}


.info-rates {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 5px 15px #0000000f;
}

.info-rates h4 {
    margin-bottom: 0;
    color: #0f1110;
    font-size: 24px;
    font-weight: 300;
}

.info-rates img {
    margin-bottom: 15px;
}

.our-rates::before {position: absolute;content: "";left: 0;bottom: 0;background: #f9f9fb;width: 100%;height: 40%;z-index: -1;}

.info-type {
    padding: 150px 25px 35px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.our-type .row:first-child {
    margin-bottom: 50px;
}

.info-cover {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    margin: 120px 0;
}

.info-cover::before {
    background: #000;
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    height: 100%;
    z-index: -1;
    left: -60px;
    top: 0;
    box-shadow: -20px 20px #fef0b9;
}

.info-cover * {
    color: #fff;
}

.img-cover {
    position: absolute;
    top: 60px;
    right: 0;
    max-width: 60%;
}

.img-cover img {
    background-size: cover;
    height: 822px;
}

.co-text {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    width: 220px;
    top: -65px;
    right: -60px;
}

.co-text::before {
    position: absolute;
    content: "";
    height: 220px;
    width: 220px;
    background: #fd6036;
    z-index: -1;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px #0000002e;
}

.co-text h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'oswald' , sans-serif;
}

.our-cover {
    max-width: 1900px;
    margin: 0 auto;
}

.info-cover h2 {line-height: 50px;margin: 5px 0 25px;}

.info-cover h2 + p {
    margin-bottom: 0;
}


.our-type .row:nth-child(2) {
    margin-bottom: 20px;
}

.our-type .btn-block {
    margin-top: 40px;
}

.aff h4 {
    width: 24.5%;
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e4651;
    height: 185px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.aff h4::before {
    position: absolute;
    content: "";
    background: #f2fad6;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    z-index: -1;
}

.aff h4:nth-child(2)::before {
    background: #dcd9f3;
}

.aff h4:nth-child(3)::before {
    background: #f4c9ff78;
}

.aff h4:nth-child(4)::before {
    background: #3e46513d;
}

.img-afford {
    position: relative;
    left: -85px;
}

.img-afford img {
    max-width: 115%;
}

.info-afford h2 {
    margin-bottom: 20px;
}

.info-afford p {
    margin-bottom: 20px;
}

.info-afford .aff {margin: 70px 0 30px;}

span.line {
    border-bottom: 8px solid #17a2b8;
    border-right: 90px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
}

.info-edser h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.info-edser h2 + p {
    color: #0f1110;
    margin-bottom: 30px;
}

.info-edser ul li {
    color: #1c1c1d;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 22px;
    padding-left: 32px;
    position: relative;
}

.info-edser ul {
    max-width: 90%;
    min-height: 290px;
}

.info-edser ul li img {
    position: absolute;
    left: 0;
}

.info-edser ul li:last-child {
    margin-bottom: 0;
}

.ed-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
    z-index: 2;
}

.ed-img img {
    height: 530px;
}

.info-edser {
    position: relative;
    z-index: 2;
    max-width: 98%;
}

.info-edser::before {
    content: "";
    /* position: absolute; */
    /* left: -15px; */
    /* width: calc(100% + 15px); */
    /* height: 50%; */
    /* background: #f4f3fa; */
    /* top: 32%; */
    /* z-index: -2; */
}

.editing-service {
    max-width: 1750px;
    margin: 0 auto;
}

.ed2 .ed-img {
    right: inherit;
    left: 0;
    max-width: 48%;
}

.ed2 .info-edser {
    padding-left: 60px;
}

.ed2 .info-edser ul {
    max-width: 96%;
}

.editing-service + .our-help {
    margin-top: 60px;
}

.info-feature h4 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-right: 70px;
    position: relative;
    z-index: 1;
}

.our-feature::before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    background: #289d75;
    top: 0;
    z-index: -1;
    left: 0;
}

.our-feature {
    padding: 40px 0;
    background: #f5f1ed;
    z-index: 1;
}

.info-feature.if2 h4 {
    color: #000;
    margin-left: 10px;
}

.our-feature .row {
    align-items: center;
}

.info-feature h4::before {
    content: "\f101";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 150px;
    line-height: 130px;
    bottom: -55px;
    right: -90px;
    opacity: 0.1;
    color: #000;
}


.print-banner{
    background: url("../images/print-banner.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
}

.info-afford ul li {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.info-afford ul li img {
    margin-right: 10px;
}

.info-afford ul {
    margin: 30px 0 50px;
}

.print-service .info-edser h2 {
    font-size: 45px;
}

.print-service .ed-img.pr-img {
    bottom: 20px;
}

.print-service.ed2 .ed-img.pr-img {
    max-width: 50%;
}

.print-service.ed2 .info-edser {
    padding-left: 30px;
}

.print-service .ed-img img {
    height: 570px;
}

.print-service + .our-data{
    margin-top: 60px;
}

.our-data{
    background: url("../images/bg-data.webp") no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
    background-position: 50%;
}

.info-data h4 {
    color: #000;
    font-size: 31px;
    line-height: 34px;
    font-weight: 700;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 0;
}

.info-data {
    padding: 0 30px;
}

.info-data p {
    margin: 8px 0 0;
}

.our-data .row:first-child {
    margin-bottom: 60px;
}

.our-data + .our-testimonial {
    margin-top: -20px;
}

.publish-banner{
    background: url("../images/publish-banner.webp") no-repeat;
    background-position: 50%;
    background-size: cover;
}



.pub-service .info-ser ul li {
    width: 100%;
    margin-bottom: 5px;
}

.pub-service .info-ser ul {
    margin-top: 28px;
}

.pub-service .info-ser h2 {
    margin-bottom: 5px;
}

.pub-service .info-text h2 {
    margin-bottom: 20px;
}

.pub-service .info-text h2 + p {
    max-width: 85%;
    margin: auto;
}

.pub-service .info-text {
    margin-bottom: 60px;
}

.pub-afford .img-afford img {
    max-width: 120%;
}

.pub-afford .img-afford {
    left: -100px;
}

.pub-afford h2 {
    text-transform: uppercase;
}

.img-real {
    position: absolute;
    right: 0;
    bottom: -20px;
    max-width: 60%;
    z-index: 1;
}

.info-real h3 {
    font-size: 36px;
    font-weight: 700;
    color: #289d75;
    line-height: 40px;
    margin-bottom: 30px;
}

.info-real ul li {
    font-size: 17px;
    font-weight: 600;
    color: #1c1c1d;
    margin-bottom: 6px;
}

.info-real ul li img {
    margin-right: 10px;
}

.info-real ul {
    margin-bottom: 40px;
}

.our-reality {
    padding-top: 0;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 2;
}

.pub-afford {
    padding-bottom: 10px;
}

.img-real img {
    height: 460px;
}

.info-real {
    position: relative;
    z-index: 1;
}

.info-real::before {
    content: "";
    /* position: absolute; */
    /* left: -15px; */
    /* width: calc(150% + 15px); */
    /* height: 28%; */
    /* background: #f4f3fa; */
    /* top: 35%; */
    /* z-index: -2; */
}

.our-count {
    background: #201e1a;
    padding: 50px 0;
}

.info-count h4 {
    color: #289d75;
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 0;
    display: inline-block;
    letter-spacing: -3px;
    line-height: 65px;
}

.info-count h4 + p {color: #fff;display: inline-block;margin-bottom: 0;font-size: 24px;margin-left: 8px;}

.info-count {
    position: relative;
    z-index: 1;
    text-align: center;
}

.info-count::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    /* background: #38342d; */
    max-width: 37%;
    height: 80%;
    margin: auto;
    top: 5%;
    z-index: -1;
}


.business-banner{
    background: url("../images/business-banner.webp") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.book-service h2 {
    margin-bottom: 20px;
}

.book-service .info-text {
    margin-bottom: 60px;
}

.info-bser h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 25px;
}

.info-bser img {
    margin-bottom: 25px;
}

.info-bser {
    position: relative;
    z-index: 1;
    padding: 0 25px 25px;
}

.info-bser::before {
    position: absolute;
    content: "";
    background: #fff9e3;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    z-index: -1;
    left: 40px;
    top: 10px;
}

.info-bser p {
    margin-bottom: 0;
}

.info-bser::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: #f8f8f8;
    width: calc(100% + 5px);
    height: 53%;
    bottom: 0;
    left: 2px;
}

.book-service [class*='col']::before,.book-service [class*='col']:last-child::after {
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    height: 100%;
    background: #c7c7c7;
    bottom: 0;
}

.book-service [class*='col']:last-child::after {
    left: inherit;
    right: 0;
}

.book-service [class*='col']:first-child::before, .book-service [class*='col']:last-child::after {
    height: 115%;
}

.book-service .info-text p {
    max-width: 75%;
    margin: auto;
}

.busi-ser ul {
    min-height: auto;
    margin:  40px 0;
}

.busi-ser .ed-img {
    max-width: 43%;
    top: 70px;
}


.busi-ser .info-edser::before {
    display: none;
}

.info-tsp h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.two-seprator img {
    height: 450px;
}

.two-seprator  .row {
    align-items: center;
}

.our-help + .cta2 {
    margin: 5px 0 0;
    padding: 60px 0;
}


.celebrity-banner{
    background: url("../images/celebrity-banner.webp") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.cbs [class*='col']::before, .cbs [class*='col']:last-child::after {
    display: none;
}


.cbs .info-bser {
    padding: 0 5px;
}

.cbs .info-bser::after {
    display: none;
}

.cbs .info-bser img {
    display: block;
    margin-bottom: 12px;
}

.cbs .info-bser h4 {
    margin-top: 8px;
    font-size: 32px;
    line-height: 34px;
}


.cel-ser .ed-img {
    left: 0;
    right: inherit;
}

.cel-ser ul li {
    margin-bottom: 12px;
    font-size: 16.5px;
}

.cel-ser .ed-img img {
    height: 600px;
}

.cel-ser {
    max-width: 1800px;
    padding-bottom: 30px;
}


.real-banner{
    background: url("../images/real-banner.webp") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.real-img img {
    max-width: 110%;
}

.real-img {
    position: relative;
    left: -60px;
}

.real-ser .info-edser::before {
    display: none;
}

.cel-ser + .our-help {
    margin-top: 0;
}

.me-ser .info-text h2 {
    margin-bottom: 20px;
}

.me-ser .info-text {
    margin-bottom: 50px;
}

.me-ser .ed-img {
    bottom: 50px;
}

.me-ser .info-text p {
    max-width: 75%;
    margin: auto;
}

.me-ser ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 12px;
}

.me-ser ul {
    min-height: auto;
}

.ms2 .ed-img {
    left: 0;
    right: inherit;
    max-width: 48%;
    bottom: 20px;
}

.ms2 {
    padding-bottom: 20px;
}

.me-ser .info-edser::before {
    display: none;
}

.me-ser + .our-help {
    margin:  0 0;
}

.me-ser {
    max-width: 1650px;
}

.nfiction-banner{
    background: url("../images/nfiction-banner.webp") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.fic-ser .info-edser h2 {font-size: 46px;}

.fic-ser {
    padding: 60px 0;
}

.fic-ser .ed-img img {
    height: 560px;
}

.fic-ser .ed-img {
    bottom: 30px;
}

.our-facinate::before {
    position: absolute;
    background: #fff9e3;
    width: 50%;
    height: 100%;
    right: 0;
    content: "";
    top: 0;
    z-index: -2;
}

.our-facinate .row {
    align-items: center;
}

.info-faci h4 {
    font-size: 22px;
    font-weight: 600;
    background: #269d74;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    margin-left: 30px;
}

.info-faci p {
    background: #fff;
    /* padding: 30px 30px 30px; */
    margin-top: -20px;
    margin-bottom: 0;
    box-shadow: 0 5px 10px #00000026;
    padding: 30px !important;!i;!;
}

.info-faci {
    margin-bottom: 30px;
}

.info-faci:last-child {
    margin-bottom: 0;
}

.img-faci img {
    max-width: 100%;
}

.img-faci {
}

.our-facinate + .cta2 {
    margin: 0;
    padding: 60px 0;
}

.our-facinate{
    z-index: 1;
}

.our-facinate::after{
    position: absolute;
    content: "";
    top: 10px;
    right: 20px;
    background: url("../images/bg5.webp") no-repeat;
    max-width: 300px;
    height: 280px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

.fiction-banner{
    background: url("../images/fiction-banner.webp") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.fs2 .ed-img {
    bottom: 60px;
}


.info-gen {
    margin: 0 20px 0 50px;
    padding: 30px 40px;
    background: #fff9e3;
    height: 100%;
    position: relative;
    z-index: 1;
}

.info-gen ul li {
    display: inline-block;
    width: 49%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px;
}

.info-gen ul li img {
    margin-right: 8px;
}

.info-gen h2 {
    margin-bottom: 15px;
}

.info-gen p {
    margin-bottom: 25px;
}

.info-gen::before,.info-gen::after {
    position: absolute;
    content: "";
    left: -25px;
    bottom: -25px;
    background: #e3dfc8;
    width: 100%;
    height: 25px;
    z-index: -1;
}

.fic-gen {
   padding: 0 0 80px;
}

.info-gen::after {
    height: 100%;
    width: 25px;
}

.fic-gen [class*='col']:last-child .info-gen {
    background: #f1eff7;
}

.fic-gen [class*='col']:last-child .info-gen::before,.fic-gen [class*='col']:last-child .info-gen::after {
    background: #d6d3e5;
}


.pricing-banner{
    background: url("../images/pricing-banner.webp") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.our-pricing h2 {
    margin-bottom: 20px;
}

.our-pricing .info-text {
    margin-bottom: 60px;
}

.our-pricing .info-text p {
    max-width: 75%;
    margin: auto;
}

.info-price h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.info-price {
    padding: 35px 30px;
}

.info-price::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 100%;
    background: #fff;
    z-index: -1;
    box-shadow: 0 5px 15px #00000045;
    top: 0;
}

.info-price h3 {
    font-size: 47px;
    font-weight: 600;
    letter-spacing: -4px;
    text-align: center;
    color: #fff;
    line-height: 47px;
    margin-bottom: 0;
}

.info-price h3 > span {
    font-weight: 500;
    font-size: 24px;
}

.info-price::after {
    position: absolute;
    content: "";
    background: #8773ee;
    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
    top: 78px;
    height: 65px;
    z-index: -1;
}

.info-price ul {
    margin: 25px 0 40px;
}

.info-price ul li {
    color: #6e6e6e;
    font-size: 13px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.info-price ul li img {
    margin-right: 7px;
}

.info-price ul li::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 88%;
    left: 5px;
    right: 0;
    margin: auto;
    bottom: -7.5px;
    background: #e5e5e5;
}

.info-price .btn {
    margin: auto;
    display: table;
    width: 50%;
}

.our-pricing .row {
    margin-bottom: 40px;
}

.our-pricing .row:last-child {
    margin-bottom: 0;
}

.marketing-banner{
    background: url("../images/marketing-banner.webp") no-repeat;
    background-position: 60%;
    background-size: cover;
}


.our-quality{
    background: linear-gradient(#0f1110c7, #0f1110fa), url("../images/bg-quality.webp")no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding: 60px 0 80px;
}

.our-quality h2 {
    margin-bottom: 20px;
}

.our-quality .info-text {
    margin-bottom: 60px;
}

.our-quality .info-text p {
    margin: auto;
    max-width: 75%;
}

.info-quality ul li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.info-quality ul li:last-child {
    margin-bottom: 0;
}

.info-quality ul li img {
    margin-right: 8px;
}

.info-quality::after {position: absolute;content: "";width: 15px;height: 15px;background: #17a2b8;border-radius: 50%;right: 12.5px;bottom: -30px;}

.info-quality::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    width: 1px;
    height: 115%;
    background: #17a2b8;
}

.our-quality [class*='col']:last-child .info-quality::before,.our-quality [class*='col']:last-child .info-quality::after {
    display: none;
}

.mkt-service .info-ser h2 {
    padding-top: 20px;
}

.mkt-service .info-text {
    margin-bottom: 70px;
}

.mkt-service .info-text h2 {
    margin-bottom: 25px;
}

.mkt-service .info-text p {
    max-width: 90%;
    margin: 0 auto 30px;
}

.mkt-service .info-text .btn-block {
    margin-top: 40px;
}

.mkt-service .info-ser p {
    font-size: 15px;
}


.contact-banner{
    background: url("../images/contact-banner.webp") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.contact-banner + .our-detail::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #f5f1ed;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}

.info-contact .form-control {
    margin-bottom: 15px;
    height: 50px;
    font-size: 13px;
    border-radius: 0;
    border-color: #6e7174;
}

.info-contact textarea.form-control {
    height: 140px;
    resize: none;
    margin-bottom: 25px;
}


.info-contact .info-form {
    max-width: 95%;
}

.contact-detail ul li img {
    display: block;
    margin-bottom: 5px;
}

.contact-detail ul li:first-child a {
    color: #ffffff !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
}

.contact-detail ul li p , 
.contact-detail ul li a {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 18px;
}
.contact-detail ul li p {
    line-height: 25px;
} 
.our-contact .row {
    align-items: center;
}

.contact-detail ul li {
    margin-bottom: 50px;
}

.our-contact h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.our-contact h2::before {
    border-bottom: 10px solid #17a2b8;
    border-right: 100px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    content: "";
    position: absolute;
    top: 34px;
    /* z-index: -1; */
}
ul.con-social {
    text-align: right;
    position: relative;
    right: 15%;
}

ul.con-social li {
    display: inline-block;
    padding: 0 2px;
}

ul.con-social li i {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #171a21;
    border-radius: 50%;
    text-align: center;
    color: #171a21;
    font-size: 18px;
}


.our-contact::before{
    position: absolute;
    content: "";
    right: 0;
    top: 40px;
    background: url("../images/contact-img.webp") no-repeat;
    max-width: 43%;
    height: calc(100% - 80px );
    width: 100%;
    background-size: cover;
    z-index: -1;
}

.contact-detail h3 {
    font-size: 41px;
    line-height: 43px;
    letter-spacing: -2px;
    font-weight: 700;
    color: #fdce16;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.info-contact .btn {width: 200px;}

div#popupform {
    max-width: 1100px;
    padding: 0 35px 90px 0;
    background: transparent;
    overflow: hidden;
}

.modal-body {
    padding: 0;
}

.popup-bann {
    max-width: 330px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.popup-content {display: inline-block;max-width: 1020px;background: #fff;margin-left: -290px;padding: 25px 40px 20px 310px;border: 10px solid #269d74;}

.popup-content h2 {
    color: #313131;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 4px;
    letter-spacing: 0;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2 + p {
    color: #313131;
    font-size: 16px;
    margin-bottom: 20px;
}

.popup-content .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    height: 48px;
    font-size: 13px;
}

.popup-content textarea.form-control {height: 92%;resize: none;}

.popup-content p.form_tagline {
    font-size: 13px;
    color: #000;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    width: 40%;
    margin-bottom: 0;
    vertical-align: top;
    font-weight: 500;
}

.popup-content p.form_tagline input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
}

.popup-content .btn {
    display: inline-block;
    margin-left: 0px;
    width: 190px;
    background: #1ea361;
    color:#fff;
}

.popup-content textarea.form-control {
    height: 92%;
    resize: none;
}

.fancybox-slide--html .fancybox-close-small {
    top: 3px;
    background: #0f1110;
    width: 40px;
    height: 40px;
    right: 20px;
    opacity: 1;
    border-radius: 8px;
    padding: 6px;
}

.fancybox-button svg {
    color: #fff;
    position: relative;
    left: 1px;
}

.fancybox-button svg path {
    stroke: #fff;
    stroke-width: 1px;
}


.btn-sub {
    margin-top: 20px;
}


.pop-text {
    padding-left: 180px;
}

.popup-bann::before {
    content: "";
    position: absolute;
    background: url("../images/off.webp") no-repeat;
    max-width: 254px;
    height: 101px;
    width: 100%;
    background-size: 100%;
    right: -180px;
    top: 40px;
}

.popup-content::before{
    position: absolute;
    content: "";
    background: url("../images/popup-bef.webp") no-repeat;
    max-width: 270px;
    height: 237px;
    width: 100%;
    background-size: 100%;
    bottom: -96px;
    right: -35px;
}

body.pricing ul.nav.nav-tabs li.active a:after {
    /* content: "\f105"; */
    position:  absolute;
    top: 10px;
    right: 9px;
    font-family:  fontawesome;
    }
body.pricing .mainabout {margin: 0px 0;padding: 30px 0;}
body.pricing h3 span {color: #000;}
body.pricing .priceright h3 {    margin-top: 23px;}
ul.price-cols {clear: both;display:  block;margin: 0 0;float:  left;width:  100%;min-height: 475px;position:  relative;}
ul.price-cols > li {width: 48%;display:  inline-block;float:  left;padding: 0px 15px;border-radius: 3px;position:  relative;}
ul.price-cols > li:nth-child(even) {    float:  right;}
ul.price-cols > li:after {content:  "";position:  absolute;left: 102%;height:  100%;border-right: 1px dashed #a6c7cb;top: 0;}
ul.price-cols li:nth-child(even):after {    display:  none;}
ul.price-cols li h5 {margin-bottom: 0;color: #000000;font-size: 18px;font-weight: 600;text-transform:  uppercase;margin: 0 0 6px;}
ul.price-cols span.cost {
    font-size: 26px;
    font-weight: 600;
    clear:  both;
    color: #000;
    display:  block;
    margin-bottom: 15px;
    }
a.package-btn {
    background-color: #34373d;
    color: #fff;
    padding: 9px 20px;
    display:  table;
    clear:  both;
    font-size:  16px;
    border-radius: 3px;
    margin-top: 39px;
    display:  table;
    position: static;
    bottom: 0;
    border-radius: 0;
    }
ul.price-cols > li li {
    font-size: 14px;
    margin-bottom: 5px;
    float:  left;
    width:  100%;
    line-height: 1.5;
    position:  relative;
    padding-left: 15px;
    }
ul.price-cols ul {display: block;width:  100%;margin-bottom: 20px;float: left;}
ul.price-cols > li li:before {
    /* content: "\f105"; */
    position:  absolute;
    left: 0;
    top: -2px;
    font-family: fontawesome;
    color: #34383d;
    }
ul.price-cols small {margin-bottom: 20px;font-size: 15px;display:  block;color: #757c80;line-height: 1.5;}
ul.price-cols.single li:after {    display:  none;	}
body.pricing ul.nav.nav-tabs {
    width: 100%;
    border: 1px solid #d7e4e5;
    float:  left;
    border-radius: 3px;
    background-color:  #fff;
    box-shadow: 0px 0px 21px #e0dfdf;
    margin-bottom: 20px;
    padding-top: 4px;
    }
	body.pricing ul.nav.nav-tabs li {
    width: 100%;
    display: block;
    padding: 0px 8px 8px;
    margin: 4px 0 4px;
    border-bottom: 1px solid #d7e4e5;
}
body.pricing ul.nav.nav-tabs li a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}
body.pricing h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}
body.pricing h3 small {
    clear: both;
    display: block;
    color: #000;
    font-size: 20px;
}
body.pricing ul.nav.nav-tabs li.active a {
    display: block;
    background-color: #000;
    color: #fff;
    background: #000;
    border: 1px solid #D7E4E7;
    border-radius: 4px;
    position: relative;
}
.tab-content>.active {
    display: block;
    opacity: 1;
}
body.pricing .mainabout h2 {
    font-size: 25px;
    letter-spacing: inherit;
    font-weight: 600;
    line-height: 32px;
}

body.pricing ul.nav.nav-tabs li a.active {
    display: block;
    background-color: #000;
    color: #fff;
    background: #8773ee;
    border: 1px solid #D7E4E7;
    border-radius: 4px;
    position: relative;
}
body.pricing .priceright p {
    font-size: 14px;
    margin: 0 0 25px;
}
.mainabout .info-text {
    margin: 0 0 50px;
}
.mainabout .btn-yel {
    background: #8773ee;
    border: none;
    color: #fff !important;
    padding: 9px 20px;
    font-size: 14px;
    letter-spacing: 1px;
}
.inner h2 , .aboutleft h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight:  bold;
    color: #000;
    text-transform:  uppercase;
    margin-top: 30px;
    border-bottom:  1px solid #e6e6e6;
    padding-bottom: 10px;
}

ul.price-cols > li li:before {
    content: '';
    position: absolute;
    border: solid #000000ed;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 8px;
}


.about-offer {
     content: '';
     background: linear-gradient(#0f1110bd, #0f1110b5), url(../images/SECTION-TWO-BG-IMG.webp) no-repeat;
     background-size: cover;
} 

.converted:after { 
    filter: invert(1);
} 

.text-center {
    text-align: center!important;
} 

.text-white { 
    color: #fff!important;
} 

.heading { 
    margin: 0 0 40px;
} 


.no-gutters { 
    margin-right: 0; 
    margin-left: 0;
} 

.about-offer .row  { 
    align-items: center;
} 


.heading h2  { 
    position: relative; 
    z-index: 1; 
    margin: 0;
} 

.heading.text-white *  {
    color: white;
} 

.heading h2::after {
    content: '';
    /* background: url("../images/heading-after.webp") no-repeat; */
    /* height: 16px; */
    /* width: 313px; */
    /* position: absolute; */
    /* left: 0; */
    bottom: -14px;
    z-index: -1;
} 

.heading.text-center h2::after { 
    right: 0; 
    margin: auto;
} 


.no-gutters > [class*="col-"]  { 
    padding-right: 0; 
    padding-left: 0;
} 

.about-offer .left  { 
    position: relative; 
    left: 40px; 
    z-index: 1;
} 

.converted .left  { 
    left: 80px;
} 

.about-offer .right  { 
    position: relative; 
    right: 20px; 
    z-index: 1;
} 

.converted .right  { 
    right: 70px;
} 

.about-offer .box  { 
    padding: 50px 30px; 
    border: 3px solid #fff; 
    position: relative; 
    box-shadow: 0 9px 5px #00000054;
} 

.converted .box  { 
    padding: 40px 20px; 
    border-width: 2px; 
    margin: 0 0 16px; 
    height: 200px;
} 

.about-offer .box::after { 
    content: ''; 
    background: #ffb30c; 
    width: 100%; 
    height: 50px; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    clip-path: polygon(0 0, 100% 59%, 100% 100%, 0% 100%);
} 

.converted .box::after { 
    height: 21px;
} 

.converted .box h3  { 
    color: white; 
    font-size: 27px;
} 


.leading { 
    background: #f0f0f6;
} 




.heading { 
    margin: 0 0 40px;
} 


.heading h2  { 
    position: relative; 
    z-index: 1; 
    margin: 0;
} 

.heading h2::after {
    /* content: ''; */
    /* background: url("../images/heading-after.webp") no-repeat; */
    height: 16px;
    width: 313px;
    position: absolute;
    left: 0;
    bottom: -14px;
    z-index: -1;
} 


.heading p  { 
    margin-top: 40px; 
    font-size: 20px; 
    line-height: 26px; 
    margin-bottom: 0;
} 



.leading .box  {
    text-align: center;
    border-top: 4px solid #1ea361;
    padding-top: 20px;
    height: 310px;
} 

.leading .box img  { 
    margin: 0 0 20px;
} 


.leading .box h4  { 
    font-size: 20px; 
    margin: 0 0 10px;
} 

.leading .box p  { 
    margin: 0;
} 

.section-tree{
    background: linear-gradient(#0f111091, #0f111096), url(../images/section-three.webp);
    background-size: cover;
}


img.pub-yleft {
    position: absolute;
    left: 0;
    bottom: 200px;
    display: none;
} 

img.pub-yright {
    position: absolute;
    right: 0;
    top: 70px;
    display: none;
} 


.pub-green .col-md-6  { 
    margin-bottom: 30px;
} 

.pub-green img.pub-coolage  { 
    margin-top: 20px;
} 

.pb_item { 
    position: relative; 
    padding-bottom: 20px; 
    margin-bottom: 20px; 
    width: 90%;
} 

.pb_item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 195px;
    height: 7px;
    background: #0f1110;
    bottom: 0;
} 



.pb_item *  { 
    color: #fff;
} 

.pb_item h3  { 
    font-size: 32px; 
    position: absolute; 
    right: 50px; 
    margin: 0; 
    top: -10px;
} 

.pb_item h3::before { 
    content: ""; 
    background: url(../images/pub-tri-shape-dark.webp) no-repeat scroll left center; 
    width: 75px; 
    height: 65px; 
    position: absolute; 
    left: -10px; 
    top: -24px;
} 


.pb_item h4  { 
    font-weight: 700;
} 


.pb_item p  { 
    margin-bottom: 0; 
    margin-top: 10px;
} 

.pb_item.pbdk h3::before { 
    background: url(../images/pub-tri-shape-lght.webp) no-repeat scroll left center;
} 



.pb_item h3 span  { 
    position: relative;
} 


 .our-banner form  { 
    position: relative;
} 

.our-banner form  { 
    text-align: center;
} 

.our-banner form  {
    /* width: 100%; */
    /* height: 100%; */
    border: .4375rem solid var(--black);
    border-radius: 11px;
    background-color: #1ea361;
    padding: 30px 0;
    /* border: 5px solid #fff; */
} 



.our-banner  form img { 
    animation: 1s linear infinite blinker;
} 

.our-banner  form img { 
    position: absolute; 
    top: -10%; 
    right: -20%;
} 

.our-banner h6 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h6 { 
    font-size: 1rem;
} 

.our-banner h6 { 
    margin-bottom: 0;
} 

.our-banner  form h6 { 
    font-size: 1.25rem;
} 

.our-banner h4 {
    /* margin-top: 0; */
    /* margin-bottom: .5rem; */
    /* font-weight: 500; */
    /* line-height: 1.2; */
} 

.our-banner h4 {
    /* font-size: calc(1.275rem + .3vw); */
} 
 

.py-1 { 
    padding-top: .25rem!important; 
    padding-bottom: .25rem!important;
} 

.our-banner  form h4 {
    font-size: 26px;
    font-weight: 600;
    color: #0f1110;
} 


.our-banner input { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

.our-banner input { 
    outline: none;
} 

.our-banner input  {
    width: 25.3125rem;
    font-size: .9375rem;
    background-color: transparent;
    margin-bottom: .625rem;
    color: #fff;
} 

.our-banner input  {
    height: 2.8125rem;
    border: .0625rem solid #fff;
    border-radius: .3125rem;
    padding-left: .9375rem;
    color: #fff;
} 

.our-banner textarea { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

.our-banner textarea { 
    resize: vertical;
} 

.our-banner textarea  { 
    width: 25.3125rem; 
    font-size: .9375rem; 
    background-color: var(--grey); 
    margin-bottom: .625rem;
} 

.our-banner textarea  {
    height: 10rem;
    border: .0625rem solid #fff;
    border-radius: .3125rem;
    padding: 1.25rem;
} 

.our-banner button { 
    border-radius: 0;
} 

.our-banner button { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

.our-banner button {
    text-transform: none;
    width: 87%;
    height: 50px;
    color: #fff;
    border: 2px solid #fff;
    background-color: #000;
    border-radius: 6px;
} 

[type="submit"],button { 
    -webkit-appearance: button;
} 

.banner form button { 
    font-size: 1rem; 
    font-weight: 500; 
    background-color: var(--blue); 
    color: var(--white); 
    padding: .625rem 3.125rem; 
    border-radius: 1.875rem;
} 

[type="submit"]:not(:disabled),button:not(:disabled) { 
    cursor: pointer;
} 

.banner form button:hover { 
    background-color: var(--yellow); 
    color: var(--black);
} 
.info-banner  p {
    color: #fff;
    padding-left: 55px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    /* margin-bottom: 35px; */
}

.fancybox-close-small.close {
    padding: 0;
    background-color: #FFBE00 !important;
    border: none;
    opacity: 1;
    color: #fff;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    font-size: 16px;
    z-index: 11;
    position: absolute;
    top: 17px;
    right: 80px;
}

.borderOnly,
.floatbutton2 .clickbutton2 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.floatbutton .clickbutton,
.floatbutton2 .clickbutton2 {
    height: 270px;
    display: inline-block;
    vertical-align: top;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

.txt {
    width: 100% !important;
    /* margin: 10px 0 0 !important; */
    padding: 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 7px !important;
    resize: none !important;
    height: 100px !important
}

.fancybox-close-small.close img {
    width: 48%;
    filter: invert(1)
}

.modal {
    top: 0 !important;
    overflow: hidden !important
}

.modal-content {
    height: 100%;
    background-color: transparent;
}

.modal-content:before {
    content: '';
    background: url(../images/popup-label-70.webp) no-repeat;
    height: 183px;
    width: 111px;
    position: absolute;
    left: 0;
    right: 240px;
    margin: auto;
    top: 0px;
}
.floatbutton.active {
    right: 0;
    z-index: 11;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton,
.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 99999
}

.floatbutton .clickbutton {
    border-radius: 0;
    width: 50px;
    z-index: 9;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    background: #1ea361;
    margin-top: 198px;
    font-size: 14px;
    position: relative;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before,
.floatbutton2 .clickbutton2 .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after,
.floatbutton2 .clickbutton2 .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: -100%;
    white-space: pre;
    bottom: 122px;
    font-weight: 700
}

.floatbutton .clickbutton .crossplus.rotate,
.floatbutton2 .clickbutton2 .crossplus.rotate {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i,
.floatbutton2 .clickbutton2 .crossplus i {
    font-size: 18px;
    color: #f43535;
    margin: 17px 0 0 15px
}

.floatbutton .banner-form,
.floatbutton2 .banner-form {
    background: #000;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 110px 0 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;

    z-index: 9999;
}

.floatbutton .banner-form .ban-form input,
.floatbutton2 .banner-form .ban-form input {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #677c6b;
    background: 0 0;
    padding: 10px 15px;
    color: #ffff !important;
    font-size: 16px;
    border-radius: 3px;
    height: 45px;
    font-weight: 400;
    outline: 0 !important
}

.banner-form .intl-tel-input,
.cta-side-img img,
.floatbutton .banner-form .intl-tel-input,
.floatbutton2 .banner-form .intl-tel-input,
.main-banner .form-st .form-div,
.main-banner .form-st .form-div input,
.our-testimonial .img-fluid,
.why-choose-img img,
section.sec_portfolio .resume_inner .resume_box img {
    width: 100%
}

.floatbutton .btns_wrap .call_wrap,
.floatbutton .btns_wrap .chat_wrap {
    right: -225px;
    width: 280px;
    box-shadow: 0 0 40px #00000026 !important;
    position: absolute;
    padding: 0;
    overflow: hidden
}

.floatbutton .banner-form h3,
.floatbutton2 .banner-form h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px
}

.floatbutton .banner-form .ban-form input[type=submit],
.floatbutton2 .banner-form .ban-form input[type=submit] {
    color: #fff;
    font-weight: 600;
    background: #f43535;
    border-radius: 3px;
    text-align: center;
    background: linear-gradient(45deg, #1ea361, #1ea361);
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent
}

.floatbutton .banner-form .ban-form textarea,
.floatbutton2 .banner-form .ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0 !important;
    margin: 15px 0 0
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0;
    background: #fff
}

.floatbutton .btns_wrap .call_wrap {
    top: 120px;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    top: 40px;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 18px 16px 16px;
    border-right: none;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
    box-shadow: 1px 0 13px #184dc1c2;
    background: #1ea361;
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px
}

#mins-text,
#secs-text,
.footer-nav2 li:first-child:before,
.packages-sec .pack-wrap .bdarea ul li.heading:before {
    display: none
}

.countdown {
    display: block;
    width: 65%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 6px;
    padding: 5px 0;
    border: 2px solid #fff;
    border-right: 0;
    border-left: 0;
    border-radius: 6px;
    animation: 1s linear infinite bf-animate-2;
    display: none;

}

.floatbutton .banner-form button,
.floatbutton2 .banner-form button {
    padding: 0;
    background-color: #1ea361 !important;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    z-index: 11;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px
}

.floatbutton2 {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    left: -375px;
    top: 40%;
    font-size: 0;
    width: 420px;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    flex-direction: row-reverse
}

.floatbutton2 .clickbutton2 .crossplus,
.floatbutton2.active {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.justify-content-center,
.modaL_order2 #countdown ul {
    display: flex;
    justify-content: center
}

.floatbutton2 .clickbutton2 {
    border-radius: 0;
    width: 50px;
    z-index: 999;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    background: #FFBE00;
    margin-top: 198px;
    font-size: 14px;
    position: relative;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
    border-right: 2px solid #fff
}

.modaL_order2 .btn-close,
.modaL_order2 form button {
    box-shadow: 2px 1px 27px #c48f3b;
    background: #c48f3b
}

.floatbutton2 .clickbutton2 .crossplus {
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #000;
    left: -85%;
    white-space: pre;
    bottom: 122px;
    font-weight: 700
}

.floatbutton2.active {
    left: 0;
    z-index: 11;
    transition: .4s
}

.borderOnly {
    border-left: 2px solid #fff
}

a {
    cursor: pointer
}

.modaL_order2 .modal-dialog {
    width: 567px
}

.modaL_order2 form textarea {
    width: 100%;
    border-radius: 7px;
    padding: 17px;
    font-size: 16px;
    margin: 7px 0 0;
    resize: none;
    height: 133px
}

.modaL_order2 .modal-header {
    padding: 0;
    position: relative;
    border: none;
    z-index: 100000
}

.modaL_order2 .btn-close {
    position: absolute;
    right: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffff;
    top: -13px;
    opacity: 1
}

.modaL_order2 .modal-dialog .modal-content {
    padding: 0;
    border: none
}

.modaL_order2 .modal-body h5 {
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 9px
}

.modaL_order2 .modal-body h2 {
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-top: 20px
}

.modaL_order2 .modal-body h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #c48f3b;
    text-align: center;
    margin: 11px 0
}

.modaL_order2 .modal-body h4 span {
    font-size: 17px;
    background: #c48f3b;
    border-radius: 2px;
    padding: 4px;
    color: #fff;
    box-shadow: 2px 1px 27px #c28e3b
}

.modaL_order2 form input,
.modaL_order2 form select {
    margin: 10px 0;
    border: none;
    outline: 0;
    font-size: 16px;
    width: 100%
}

.modaL_order2 form input {
    padding: 19px 18px;
    border-radius: 7px
}

.modaL_order2 form select {
    border-radius: 7px;
    padding: 0 25px;
    height: 60px
}

.modaL_order2 form input::placeholder,
.modaL_order2 form textarea::placeholder {
    color: #000
}

.modaL_order2 form button {
    border: none;
    outline: 0;
    width: 139px;
    border-radius: 38px;
    display: block;
    margin: 3% auto 0;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.modaL_order2 #countdown {
    background: #1615156b;
    padding: 9px 13px;
    border-radius: 10px;
    text-align: center;
    background: #c48f3b;
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    margin: 20px 0
}

.modaL_order2 #countdown ul {
    /* font-family: nunito; */
    font-weight: 600
}

.modaL_order2 #countdown ul li {
    margin: 0 15px;
    background: #ffc107;
    display: inline-block;
    padding: 7px;
    border-radius: 4px;
    width: 105px;
    box-shadow: 2px 1px 27px #fabd07ab
}

.modaL_order2 #countdown ul li span {
    font-size: 19px
}

.modaL_order2 #countdown:before {
    content: "";
    width: 8px;
    height: 65px;
    background: #ca973f;
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 14%;
    border: 1px solid #111;
    left: -10px
}

.modaL_order2 #countdown:after {
    content: "";
    width: 8px;
    height: 65px;
    background: #ce9e42;
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 14%;
    right: -10px
}

.modaL_order2 #countdown #tiles {
    position: relative;
    z-index: 1
}

.modaL_order2 #countdown #tiles>span {
    width: 63px;
    max-width: 63px;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image: -moz-linear-gradient(top, #bbb, #eee);
    background-image: -ms-linear-gradient(top, #bbb, #eee);
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .7);
    margin: 0 7px;
    padding: 12px 0;
    display: inline-block;
    position: relative;
    font-size: 27px;
    font-weight: 600
}

.modaL_order2 #countdown #tiles>span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1
}

.modaL_order2 #countdown #tiles>span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%;
    left: 0
}

.modaL_order2 #countdown .labels li {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    margin: 0 16px;
    text-shadow: 2px 1px 27px #97d1ce;
    text-align: center
}

@media only screen and (min-width:1200px) and (max-width:1399px) {

    .modaL_order2 form input,
    .modaL_order2 form select {
        margin: 5px 0;
        padding: 11px 25px;
        font-size: 13px
    }

    .modaL_order2 .modal-body h4 {
        font-size: 20px;
        margin: 12px 0
    }

    .modaL_order2 #countdown .labels li {
        font-size: 11px
    }

    .modaL_order2 .btn-close {
        width: 33px;
        height: 32px;
        top: -22px;
        line-height: 11px
    }

    .modaL_order2 .modal-body h4 span {
        font-size: 15px;
        padding: 4px
    }

    .modaL_order2 form select {
        height: 40.5px
    }

    .modaL_order2 .modal-body h2 {
        font-size: 23px;
        letter-spacing: 1px;
        margin-top: 7px
    }

    .modaL_order2 .modal-dialog {
        width: 405px
    }

    .modaL_order2 .modal-body h5 {
        font-size: 27px;
        margin-bottom: 19px
    }

    header .logo_area img {
        width: 127px
    }

    .main_banner .banner_form {
        padding: 28px;
        box-shadow: -1px -2px 20px #0009
    }

    .modaL_order2 form button {
        width: 110px;
        margin: 2% auto 0;
        padding: 4px 0;
        font-size: 14px
    }

    .modaL_order2 #countdown {
        padding: 13px 11px 5px
    }

    .modaL_order2 #countdown #tiles span {
        font-size: 18px
    }
}

span.btn-cht {
    display: block;
    text-align: center !important;
  
}

span.btn-cht a {
    font-size: 17px;
    font-weight: 500;
    /* text-transform: capitalize; */
    color: #1ea361;
}

span.btn-cht a > img {margin-right: 3px;width: 17px;/* filter: brightness(0) invert(1); */}


span.btn-cl a.tel-phone {/* display: block; */font-size: 17px;font-weight: 500;line-height: 24px;color: #1ea361;}

span.btn-cl img {
    /* position: absolute; */
    left: -50px;
    top: 0;
    bottom: 0;
    /* margin: auto; */
    width: 17px;
    /* filter: brightness(0) invert(1); */
}

.our-service {
   background: linear-gradient(#0f1110, #0f111085), url(../images/section-2.webp) no-repeat;
   background-size: 100%;
   border-bottom: 6px solid #000;
   padding: 50px 0 50px;
   position: relative;
   overflow: hidden;
} 

.our-service:before { 
    content: ''; 
    background: url("../images/service-before.webp") no-repeat; 
    height: 498px; 
    width: 309px; 
    position: absolute; 
    left: 17px; 
    bottom: -209px; 
    background-size: 54%;
} 

.our-service:after { 
    content: ''; 
    background: url("../images/service-after.webp") no-repeat; 
    height: 458px; 
    width: 285px; 
    position: absolute; 
    right: -120px; 
    background-size: 53%; 
    bottom: -190px;
} 



.heading { 
    margin: 0 0 40px;
} 

.our-service .btn-block  { 
    margin-top: 40px;
} 



.heading h2  {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #333;
} 

.heading h2::after {
    /* content: ''; */
    /* background: url("../images/heading-after.webp") no-repeat; */
    height: 16px;
    width: 313px;
    position: absolute;
    left: 0;
    bottom: -14px;
    z-index: -1;
} 

.heading.text-center h2::after { 
    right: 0; 
    margin: auto;
} 


.heading p  { 
    margin-top: 40px; 
    font-size: 20px; 
    line-height: 26px; 
    margin-bottom: 0;
} 

.heading.text-center p  {
    width: 85%;
    margin: 40px auto 0;
    color: #fff;
} 



.our-service .box  {
    position: relative;
    padding: 20px 20px;
    height: 470px;
    border: 3px solid #fff;
    z-index: 1;
    background-color: #1ea361;
    transition: 0.7s;
} 


.our-service .box h3  { 
    font-size: 26px; 
    color: white; 
    font-weight: 600; 
    margin: 20px 0 10px 0;
} 


.our-service .box h4  { 
    color: white; 
    margin: 0; 
    font-size: 26px; 
    position: absolute; 
    right: 10px; 
    top: 10px;
} 

.our-service .box p  { 
    margin: 0; 
    color: white;
} 


.our-service .box img  {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
} 



.pursuit { 
    position: relative; 
    padding-bottom: 0;
} 





.leftColumn { 
    position: absolute; 
    left: 0; 
    top: 0; 
    padding: 0;
} 




.pursuit ul  { 
    margin-top: 30px;
} 




li { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

.pursuit ul li  {
    display: inline-block;
    width: 49%;
    margin: 0 0 12px;
    /* font-family: 'Lora', serif; */
} 

.pursuit ul li img  { 
    margin-right: 6px;
} 


.some-excep {
    background: linear-gradient(#0f1110c7, #0f1110fa), url(../images/section-3.webp) no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

/* .some-excep:before { 
    content: ''; 
    background: url("../images/ex-before.webp") no-repeat; 
    height: 391px; 
    width: 364px; 
    position: absolute; 
    left: -120px; 
    top: -10px; 
    background-size: 70%;
} 

.some-excep:after { 
    content: ''; 
    background: url("../images/ex-after.webp") no-repeat; 
    height: 586px; 
    width: 524px; 
    position: absolute; 
    right: -270px; 
    bottom: -180px; 
    background-size: 70%;
}  */

div { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

.container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1200px;
  } 
}     

.some-excep .container  { 
    position: relative; 
    z-index: 1;
} 

.row { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

.row { 
    margin: 0 -10px;
} 



@media (min-width: 768px){ 
  .col-md-6 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 50%; 
    flex: 0 0 50%; 
    max-width: 50%;
  } 
}     

.col-md-6 { 
    padding: 0 10px;
} 

.text-white { 
    color: #fff!important;
} 

.heading { 
    margin: 0 0 40px;
} 

p { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p {
    color: #404146;
    /* font-family: 'Ysabeau', sans-serif; */
    font-size: 18px;
    /* font-weight: 500; */
    padding-left: 0px !important;
} 

.some-excep p  { 
    color: #fff;
} 

ul { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

ul { 
    list-style: none;
} 

ul { 
    margin-top: 0; 
    margin-bottom: 0;
} 

h2 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

h2 { 
    margin-top: 0; 
    margin-bottom: .5rem;
} 

h2 { 
    margin-bottom: .5rem; 
    font-family: inherit; 
    font-weight: 500; 
    line-height: 1.2; 
    color: inherit;
} 

h2 { 
    font-size: 2rem;
} 

h2 {
    /* font-family: 'Lora', serif; */
} 

.heading h2  { 
    position: relative; 
    z-index: 1; 
    margin: 0;
} 

.heading.text-white *  { 
    color: white;
} 

.heading h2::after {
    /* content: ''; */
    /* background: url("../images/heading-after.webp") no-repeat; */
    height: 16px;
    width: 313px;
    position: absolute;
    left: 0;
    bottom: -14px;
    z-index: -1;
} 

li { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

.some-excep ul li  { 
    color: white;
} 

img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 

img { 
    max-width: 100%;
} 

.some-excep ul li p  {
    margin: 0;
    display: inline-block;
    width: 90%;
    margin-left: 9px;
    /* font-family: 'Lora', serif; */
    font-weight: 400;
    margin-bottom: 17px;
    font-size: 17px;
} 

span { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

.some-excep ul li p span  { 
    font-weight: 600; 
    vertical-align: text-bottom;
} 

.our-banner input::placeholder {
   
    color: #fff;
}
.our-banner textarea::placeholder {
   
    color: #fff;
}
.our-choice { 
    background: url("../images/choice-bg.webp")no-repeat; 
    background-size: cover; 
    background-position: 100%;
} 





.text-center { 
    text-align: center!important;
} 

.heading { 
    margin: 0 0 40px;
} 


.our-choice .row  { 
    align-items: center;
} 



.heading h2  { 
    position: relative; 
    z-index: 1; 
    margin: 0;
} 

.heading h2::after {
    /* content: ''; */
    /* background: url("../images/heading-after.webp") no-repeat; */
    /* height: 16px; */
  
    width: 313px;
    /* position: absolute; */
    /* left: 0; */
    /* bottom: -14px; */
    /* z-index: -1; */
} 

.heading.text-center h2::after { 
    right: 0; 
    margin: auto;
} 


.heading p  { 
    margin-top: 40px; 
    font-size: 20px; 
    line-height: 26px; 
    margin-bottom: 0;
} 

.heading.text-center p  {
    width: 85%;
    margin: 20px auto 0;
} 

   

.col-md-6 { 
    padding: 0 10px;
} 

.owl-carousel { 
    -webkit-tap-highlight-color: transparent; 
    position: relative;
} 

.owl-carousel { 
    display: none; 
    width: 100%; 
    z-index: 1;
} 

.owl-carousel.owl-loaded { 
    display: block;
} 

img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 

img { 
    max-width: 100%;
} 

.our-choice img.sec-img  {
    margin-left: 0px;
    max-width: 100%;
} 

.owl-carousel .owl-stage-outer  { 
    position: relative; 
    overflow: hidden; 
    -webkit-transform: translate3d(0,0,0);
} 

.owl-theme .owl-nav  { 
    text-align: center; 
    -webkit-tap-highlight-color: transparent;
} 

.owl-theme .owl-nav  { 
    margin-top: 10px;
} 

.owl-theme .owl-nav  { 
    text-align: left; 
    margin-top: 20px; 
    position: relative;
} 

.owl-theme .owl-nav::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #ffbb4b;
    position: absolute;
    bottom: 0;
    right: -3px;
    border-radius: 30px;
    top: 0;
    margin: auto;
} 

.owl-theme .owl-dots  { 
    text-align: center; 
    -webkit-tap-highlight-color: transparent;
} 

.owl-carousel .owl-dots.disabled  { 
    display: none;
} 

.owl-carousel .owl-stage  { 
    position: relative; 
    -ms-touch-action: pan-Y; 
    touch-action: manipulation; 
    -moz-backface-visibility: hidden;
} 

.owl-carousel .owl-stage::after { 
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden; 
    line-height: 0; 
    height: 0;
} 

button { 
    border-radius: 0;
} 

button { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

button { 
    overflow: visible;
} 

button { 
    text-transform: none;
} 

button,[type="button"]  { 
    -webkit-appearance: button;
} 

.owl-theme .owl-nav [class*="owl-"]  { 
    color: #FFF; 
    font-size: 14px; 
    margin: 5px; 
    padding: 4px 7px; 
    background: #D6D6D6; 
    display: inline-block; 
    cursor: pointer; 
    border-radius: 3px;
} 

.owl-carousel .owl-nav .owl-prev  { 
    cursor: pointer; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
} 

.owl-carousel .owl-nav button.owl-prev  { 
    background: 0 0; 
    color: inherit; 
    border: none; 
    padding: 0!important; 
    font: inherit;
} 

button:hover { 
    outline: none;
} 

.owl-theme .owl-nav [class*="owl-"]:hover { 
    background: #869791; 
    color: #FFF; 
    text-decoration: none;
} 

button:focus { 
    outline: 1px dotted; 
    outline: 5px auto -webkit-focus-ring-color;
} 

button:focus { 
    outline: none;
} 

.owl-carousel .owl-nav .owl-next  { 
    cursor: pointer; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
} 

.owl-carousel .owl-nav button.owl-next  { 
    background: 0 0; 
    color: inherit; 
    border: none; 
    padding: 0!important; 
    font: inherit;
} 

button:hover,button:focus { 
    outline: none;
} 


.prev-slide {
    background: url("../images/prev.webp")no-repeat;
    height: 36px;
    width: 36px;
    display: none;
} 

.next-slide {
    background: url("../images/next.webp")no-repeat;
    height: 36px;
    width: 36px;
    display: none;
} 

.our-choice .box  {
    padding: 20px 20px;
    position: relative;
    margin: 0;
    height: 350px;
    text-align: center;
} 



.our-choice .box .txt  {
    margin-top: 10px;
    text-align: center;
} 


.our-choice .box h4  { 
    font-size: 22px; 
    font-weight: 700; 
    margin: 0 0 10px; 
    font-style: italic;
} 

.our-choice .box p  { 
    margin: 0; 
    font-size: 18px; 
    font-weight: 500;
} 
.happy-customer {
    overflow: hidden;
    padding: 100px 0;
    background-color: #1ea261;
    color: #fff !important;
} 






.rightColumn { 
    position: absolute; 
    right: 0; 
    top: 0; 
    padding: 0;
} 

.happy-customer .rightColumn  {
    background: linear-gradient(#0f1110d6, #0f1110cc), url("../images/footer-from-img.webp")no-repeat;
    right: -30px;
    padding: 30px 40px;
    height: 823px;
    background-size: 100%;
} 

.happy-customer .rightColumn  {
    right: -100px;
} 

.heading { 
    margin: 0 0 40px;
} 

.owl-carousel { 
    -webkit-tap-highlight-color: transparent; 
    position: relative;
} 

.owl-carousel { 
    display: none; 
    width: 100%; 
    z-index: 1;
} 

.owl-carousel.owl-loaded { 
    display: block;
} 

form { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

.happy-customer form  { 
    width: 56%;
} 

img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 

img {
    max-width: 100%;
} 

.happy-customer .heading img  { 
    margin-bottom: 15px;
} 



.heading h2  {
    position: relative;
    z-index: 1;
    margin: 0;
} 

.heading h2::after {
    /* content: ''; */
    /* background: url("../images/heading-after.webp") no-repeat; */
    /* height: 16px; */
    /* width: 313px; */
    /* position: absolute; */
    /* left: 0; */
    /* bottom: -14px; */
    /* z-index: -1; */
} 

.owl-carousel .owl-stage-outer  { 
    position: relative; 
    overflow: hidden; 
    -webkit-transform: translate3d(0,0,0);
} 

.owl-theme .owl-nav  { 
    text-align: center; 
    -webkit-tap-highlight-color: transparent;
} 

.owl-theme .owl-nav  { 
    margin-top: 10px;
} 

.owl-theme .owl-nav  { 
    text-align: left; 
    margin-top: 20px; 
    position: relative;
} 

.owl-theme .owl-nav::after {
    content: '';
    width: 83%;
    height: 4px;
    background: #0f1110;
    position: absolute;
    bottom: 0;
    right: -3px;
    border-radius: 30px;
    top: 0;
    margin: auto;
} 

.happy-customer .owl-theme .owl-nav::after {
    right: -1px;
    width: 100%;
} 

.owl-theme .owl-dots  { 
    text-align: center; 
    -webkit-tap-highlight-color: transparent;
} 

.owl-carousel .owl-dots.disabled  { 
    display: none;
} 

.happy-customer .rightColumn h2  { 
    color: white;
} 

input { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

input { 
    overflow: visible;
} 

.form-control { 
    display: block; 
    width: 100%; 
    padding: .375rem .75rem; 
    font-size: 1rem; 
    line-height: 1.5; 
    color: #495057; 
    background-color: #fff; 
    background-clip: padding-box; 
    border: 1px solid #ced4da; 
    border-radius: .25rem; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 

.happy-customer .form-control  { 
    margin: 0 0 10px; 
    height: 42px;
} 

textarea { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

textarea { 
    overflow: auto; 
    resize: vertical;
} 

textarea { 
    resize: none;
} 

.happy-customer textarea.form-control  { 
    height: 100px;
} 

button { 
    border-radius: 0;
} 

button { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

button { 
    overflow: visible;
} 

button { 
    text-transform: none;
} 

[type="submit"],button { 
    -webkit-appearance: button;
} 

.btn { 
    display: inline-block; 
    font-weight: 400; 
    text-align: center; 
    white-space: nowrap; 
    vertical-align: middle; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    border: 1px solid transparent; 
    padding: .375rem .75rem; 
    font-size: 1rem; 
    line-height: 1.5; 
    border-radius: .25rem; 
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 

.btn {
    color: #fff;
    background: #1ea261;
    padding: 6px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
} 

.btn-black {
    background: #1ea260;
} 

.happy-customer form .btn  { 
    margin-top: 10px;
} 

.btn:not(:disabled):not(.disabled) { 
    cursor: pointer;
} 

button:hover { 
    outline: none;
} 

.btn:hover { 
    text-decoration: none;
} 

.owl-carousel .owl-stage  { 
    position: relative; 
    -ms-touch-action: pan-Y; 
    touch-action: manipulation; 
    -moz-backface-visibility: hidden;
} 

.owl-carousel .owl-stage::after { 
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden; 
    line-height: 0; 
    height: 0;
} 

button,[type="button"]  { 
    -webkit-appearance: button;
} 

.owl-theme .owl-nav [class*="owl-"]  { 
    color: #FFF; 
    font-size: 14px; 
    margin: 5px; 
    padding: 4px 7px; 
    background: #D6D6D6; 
    display: inline-block; 
    cursor: pointer; 
    border-radius: 3px;
} 

.owl-carousel .owl-nav .owl-prev  { 
    cursor: pointer; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
} 

.owl-carousel .owl-nav button.owl-prev  { 
    background: 0 0; 
    color: inherit; 
    border: none; 
    padding: 0!important; 
    font: inherit;
} 

.owl-theme .owl-nav [class*="owl-"]:hover { 
    background: #869791; 
    color: #FFF; 
    text-decoration: none;
} 

.owl-carousel .owl-nav .owl-next  { 
    cursor: pointer; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
} 

.owl-carousel .owl-nav button.owl-next  { 
    background: 0 0; 
    color: inherit; 
    border: none; 
    padding: 0!important; 
    font: inherit;
} 

.owl-carousel .owl-item  { 
    -webkit-tap-highlight-color: transparent; 
    position: relative;
} 

.owl-carousel .owl-item  { 
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden; 
    -ms-backface-visibility: hidden; 
    -webkit-transform: translate3d(0,0,0); 
    -moz-transform: translate3d(0,0,0); 
    -ms-transform: translate3d(0,0,0);
} 

.owl-carousel .owl-item  { 
    min-height: 1px; 
    float: left; 
    -webkit-backface-visibility: hidden; 
    -webkit-touch-callout: none;
} 

.owl-carousel.owl-drag .owl-item  { 
    -ms-touch-action: pan-y; 
    touch-action: pan-y; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
} 

.prev-slide { 
    background: url("../images/prev.webp")no-repeat; 
    height: 36px; 
    width: 36px;
} 

.next-slide { 
    background: url("../images/next.webp")no-repeat; 
    height: 36px; 
    width: 36px;
} 



.happy-customer p  {
    /* font-family: 'Lora', serif; */
    font-style: italic;
    font-weight: 400;
    color: #fff;
} 


.happy-customer h4  {
    color: #f6be2f;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
} 




.ftr-cta .ring  { 
    text-align: center; 
    position: relative; 
    z-index: 1;
} 



.our-choice p{
    color: #000 !important;
}

.pub-list .col-md-4  { 
    margin-bottom: 30px;
} 

.pib-item {
    background: #1ea361;
    height: 100%;
    padding: 30px 20px;
    width: 100%;
} 

img.pub-red { 
    min-height: 120px; 
    object-fit: cover;
} 

h3 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

h3 { 
    margin-top: 0; 
    margin-bottom: .5rem;
} 

h3 { 
    margin-bottom: .5rem; 
    font-family: inherit; 
    font-weight: 500; 
    line-height: 1.2; 
    color: inherit;
} 

h3 { 
    font-size: 1.75rem;
} 

h3 {
    /* font-family: 'Lora', serif; */
} 

.pib-item h3  {
    background: #0f1110;
    margin: 0px 0 20px 0;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    color: #fff;
} 

.ph h3  { 
    min-height: auto !important;
} 

h4 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

h4 { 
    margin-top: 0; 
    margin-bottom: .5rem;
} 

h4 { 
    margin-bottom: .5rem; 
    font-family: inherit; 
    font-weight: 500; 
    line-height: 1.2; 
    color: inherit;
} 

h4 { 
    font-size: 1.5rem;
} 

h4 {
    /* font-family: 'Lora', serif; */
} 

.pib-item h4  { 
    min-height: 60px; 
    font-size: 21px; 
    color: #fff;
} 

.ph h4  { 
    min-height: auto;
} 

.pib-item p  { 
    color: #fff; 
    font-size: 16px; 
    letter-spacing: -0.4px; 
    margin: 0 0 8px;
} 
.snipcss0-5-5-8{
    color: #000 !important;
}
.info-oth:hover {
    text-align: center;
    padding: 30px 20px;
    background: #000;
    border: 1px solid #269d74;
    box-shadow: 0 5px 15px #00000075;
    position: relative;
    z-index: 1;
    transform: translate(0, -15px);
    color: #fff;
}
.info-oth:hover h4 {
  
    color: #fff;
}
.info-oth:hover p {
  
    color: #fff;
}
@keyframes shake {
    0% { transform: translate(0.5px, 0.5px) rotate(0deg); }
    10% { transform: translate(-0.5px, -1px) rotate(-0.5deg); }
    20% { transform: translate(-1px, 0px) rotate(0.5deg); }
    30% { transform: translate(1px, 1px) rotate(0deg); }
    40% { transform: translate(0.5px, -0.5px) rotate(0.5deg); }
    50% { transform: translate(-0.5px, 1px) rotate(-0.5deg); }
    60% { transform: translate(-1px, 0.5px) rotate(0deg); }
    70% { transform: translate(1px, 0.5px) rotate(-0.5deg); }
    80% { transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
    90% { transform: translate(0.5px, 1px) rotate(0deg); }
    100% { transform: translate(0.5px, -1px) rotate(-0.5deg); }
}

.shake-element {
    animation: shake 1s;
    animation-iteration-count: infinite; /* Animation continuously repeat hogi */
}

  @keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  .float-element {
    animation: float 3s ease-in-out infinite;
  }
  .animated-border {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #0f1110; /* Light background for better visibility */
}

.animated-border:before,
.animated-border:after {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    border: 4px solid transparent;
    border-radius: 10px;
    animation: rotate-border 4s linear infinite;
    z-index: 0; /* Behind the form */
}

.animated-border:after {
    animation-direction: reverse; /* Reverse rotation for the second border */
}

@keyframes rotate-border {
    0% {
        border-color: #ff6a00; /* Starting color */
        transform: rotate(0deg);
    }
    25% {
        border-color: #ff512f; /* Second color */
        transform: rotate(90deg);
    }
    50% {
        border-color: #ff6a00; /* Third color */
        transform: rotate(180deg);
    }
    75% {
        border-color: #ff512f; /* Fourth color */
        transform: rotate(270deg);
    }
    100% {
        border-color: #ff6a00; /* Back to starting color */
        transform: rotate(360deg);
    }
}

form {
    position: relative;
    z-index: 1; /* Make sure the form is above the animated border */
}

input,
textarea {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%; /* Full width */
}

.our-service .box:hover {
    background: #000;
    transform: translate(0, -15px);
}
.btn-yel1 {
    background: #1ea361;
    border-color: #0f1110;
    color: #fff !important;
    border: 1px solid #fff;
}
.logo img{
    width: 150px;
}



.thank-you{
    padding: 100px 0;
  }
  
.thank-you a{
    border-radius: 50px;
    padding: 15px 65px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    width: 30%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease-in-out;
    height: auto;
    background: #25235f;
    display: block;
    margin: 0 auto 20px ;
    }
    .info-det-p{
    display: inline-flex;
    position: relative;
    left: -17px;
    }
    .info-banner h6{
        color: #fff;
    }
    .socail_links img{
        width: 40px !important;
    }

    .socail_links{
        display: inline-block;
        margin-right: 20px;
        filter: invert(1) brightness(2) !important;
    }
  
.info-2{
    width: 50% !important;
}
