@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*,
body {
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
    background-color: #000000;
}

html {
    scroll-behavior: smooth;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

:focus {
    outline: none;
}

:hover {
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 0
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.menuInfo ul li {
    display: inline-block;
}

.get-started {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 70px;
}

.get-started:hover {
    color: #2bcd63;
}

.get-started:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 43px;
    height: 1px;
    left: 0;
    top: 10px;
}

.heading {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
}

.para {
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .025em;
}

.service-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 80px;
}

.main-header-wrap {
    padding: 27px 0px 20px;
    border-bottom: 1px solid #e2e1e9;
}

.menu-wrap .navbar {
    padding: 0;
}

.nav-brdr {
    border: none !important;
    color: #ffffff;
}

.nav-brdr:hover {
    color: #ffffff;
}

.menu-wrap .navbar-collapse {
    list-style: none;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.menuInfo {
    padding-bottom: 20px;
}

.menuInfo ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.menuInfo ul li a i {
    padding-right: 11px;
}

.menu-wrap .navbar-collapse ul li a {
    color: #fff;
    padding: 0px 10px;
    position: relative;
    font-size: 15px;
}

.menu-wrap .navbar-collapse ul li a:hover {
    color: #2bcd63;
}

.menu-wrap .navbar-collapse .navbar>li:not(:first-child):after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 19px;
    position: absolute;
    top: 2px;
    transform: rotate(11deg);
    width: 2px;
    margin-right: 0px;
}

.main-banner {
    padding: 140px 0 50px;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
}

.home-banner-img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-banner-img img {
    opacity: 0.6;
    animation: kenburns 25s ease infinite;
    -ms-animation: kenburns 25s ease infinite;
    -webkit-animation: kenburns 25s ease infinite;
    -o-animation: kenburns 25s ease infinite;
    -moz-animation: kenburns 25s ease infinite;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.3) rotate(20deg);
        -ms-transform: scale(1.3) rotate(20deg);
        -webkit-transform: scale(1.3) rotate(20deg);
        -o-transform: scale(1.3) rotate(20deg);
        -moz-transform: scale(1.3) rotate(20deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.3) rotate(20deg);
        -ms-transform: scale(1.3) rotate(20deg);
        -webkit-transform: scale(1.3) rotate(20deg);
        -o-transform: scale(1.3) rotate(20deg);
        -moz-transform: scale(1.3) rotate(20deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
    }

}

.banner-heading-wrap h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #2bcd63;
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.banner-heading-wrap h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 85px;
    text-transform: uppercase;
    margin-bottom: 0;
    /* mix-blend-mode: hue; */
    letter-spacing: 2px;
}

.banner-heading-wrap p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 42px;
    text-transform: capitalize;
    padding-bottom: 0;
}

.banner-slider-text-wrap {
    background-color: #141414;
    padding: 108px 40px 70px;
}

.banner-slider-text-box p {
    color: #c0bcc9;
    font-size: 18px;
    font-weight: normal;
    padding: 13px 0px 40px;
}

.banner-slider-text-box h3 {
    color: #c0bcc9;
    font-size: 19px;
    font-weight: 600;
}

.banner-slider-img-wrap {
    background-image: linear-gradient(to left, #3bd671, #1a7138);
    padding: 0px 0px 65px 30px;
}

.main-banner-slider .row {
    align-items: flex-end;
    display: flex;
}

.main-banner-slider {
    margin-top: -43px;
    position: relative;
    z-index: 2;
}

.banner-heading-wrap {
    position: relative;
    z-index: 1;
}

.banner-slider-img-wrap .slick-next,
.banner-slider-img-wrap .slick-prev {
    bottom: -54px;
    top: auto;
}

.banner-slider-img-wrap .slick-next {
    right: 50px;
}

.banner-slider-img-wrap .slick-prev {
    display: none !important;
}

.banner-slider-img-wrap .slick-next:before,
.banner-slider-img-wrap .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    font-weight: 900;
    position: absolute;
}

.banner-slider-img-wrap .slick-next:before {
    content: "\f061";
}

.banner-slider-img-wrap .slick-prev:before {
    content: "\f060";
}


.banner-slider-text-wrap .slick-next,
.banner-slider-text-wrap .slick-prev {
    bottom: -54px;
    top: auto;
}

.banner-slider-text-wrap .slick-prev {
    left: 40px;
}

.banner-slider-text-wrap .slick-next {
    display: none !important;
}

.banner-slider-text-wrap .slick-next:before,
.banner-slider-text-wrap .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    font-weight: 900;
    position: absolute;
}

.banner-slider-text-wrap .slick-next:before {
    content: "\f061";
}

.banner-slider-text-wrap .slick-prev:before {
    content: "\f060";
}


.slider-btn-wrap {
    background-color: #000000;
    display: flex;
    align-items: center;
    height: 85px;
    justify-content: center;
    width: 100%;
}

.slider-btn-wrap p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

.header-box-wrapper {
    position: relative;
    background: url(../images/banner-bg.webp) center/cover no-repeat;
    height: 80vh;
}

.banner-mobile {}


.header-circle {
    position: relative;
}

.header-circle img {
    position: absolute;
    left: -260px;
    top: 320px;
    z-index: 1;
    animation: moveAnimation 25s ease infinite;
    -ms-animation: moveAnimation 25s ease infinite;
    -webkit-animation: moveAnimation 25s ease infinite;
    -o-animation: moveAnimation 25s ease infinite;
    -moz-animation: moveAnimation 25s ease infinite;
    opacity: 0;
    transition: .8s ease-in-out;
}

.header-circle img.selected {
    opacity: 1;
}

@-webkit-keyframes moveAnimation {
    0% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
}

@keyframes moveAnimation {
    0% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

}


.header-box-wrapper .header-circle:after {
    position: absolute;
    content: "";
    background-image: url(../images/banner-circle-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 149px;
    height: 198px;
    right: -20px;
    top: 40px;
    z-index: 1;
    animation: moveAnimation 25s ease infinite;
    -ms-animation: moveAnimation 25s ease infinite;
    -webkit-animation: moveAnimation 25s ease infinite;
    -o-animation: moveAnimation 25s ease infinite;
    -moz-animation: moveAnimation 25s ease infinite;
}

.main-about {
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #00000000, #000000);
}

.about-para p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 60px;
}

.about-para {
    padding-right: 25px;
}

.services-section {
    padding: 10px 0 100px;
    background-color: #000;
}

.project {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    color: white;
    mix-blend-mode: difference;
}

.project-title h5 {
    margin-bottom: 14px;
}

.project-title p {
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 0;
}

.testmonial_info p {
    color: #ffffff52;
    font-size: 14px;
    font-weight: normal;
    padding: 45px 0px;
    line-height: 30px;
    padding-right: 20px;
}

.testmonial_info img {
    padding-top: 50px;
}

.testmonial_info {
    padding-left: 20px;
}

.service-carousel .owl-nav {
    position: absolute;
    bottom: -10px;
    right: 30px;
}

.service-carousel .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #FFF;
    text-decoration: none;
}

.service-carousel .owl-nav button.owl-prev,
.service-carousel .owl-nav button.owl-next {
    font-size: 17px;
    color: #fff;
}

.service-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.service-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

.service-carousel .owl-nav button.owl-prev:hover,
.service-carousel .owl-nav button.owl-next:hover {
    color: #2bcd63;
}

.logo-v1 img {
    max-width: 150px;
}

.logo-slider {
    margin-top: 100px;
}

.portfolio-section {
    padding: 100px 0;
}

.portfolio-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 80px;
}

.portfolio-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #2bcd63 !important;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs {
    flex-wrap: nowrap;
}

.portfolio-tabs .nav-tabs {
    border-bottom: none;
}

.portfolio-tabs .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ffffff;
    font-size: 13px;
    text-align: left !important;
    padding: 10px 6px;
    /* margin-bottom: 18px; */
}

.portfolio-wrap {
    padding-bottom: 80px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 43px;
}

.portfolio-wrap img {
    transition: 1s;
    z-index: 10;
    position: relative;
    display: block;
}

.portfolio-wrap:hover img {
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    transition: 1s;
}

.portfolio-content {
    position: absolute;
    left: 0px;
    z-index: 20;
    margin-top: 20px;
    width: 100%;
}

.portfolio-content p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
}

.portfolio-content h3 a {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

.margin-top {
    margin-top: 75px;
}

.portfolio-item .col-md-6:nth-child(2) .portfolio-wrap {
    margin-top: 95px;
}

.portfolio-item .col-md-6:nth-child(4) {
    margin-top: 75px;
}

.main-pricing {
    background-color: #101010;
    padding: 80px 0px;
}

.pricing-heading h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 20px;
}

/*.pricing-slider {
    overflow: hidden;
}
.pricing-slider .owl-stage-outer {
    overflow: visible;
    margin: 0px 10px;
}*/
.package-box {
    padding: 37px 20px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.package-wrap {
    position: relative;
    margin: 25px 20px;
}

.pricing-slider .item .package-wrap {
    transition: all .3s ease-in-out;
}

.overlay-back {
    position: absolute;
    height: 100%;
    background-color: rgb(209, 0, 29);
    transform: rotate(0deg);
    width: 100%;
    display: block;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.package-wrap:hover .overlay-back {
    transform: rotate(-3deg);
    display: none;
}

.package-icon-heading {
    background-color: #fff;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.package-icon-heading:before {
    position: absolute;
    content: "";
}

.pricing-slider .item:nth-child(1) .package-icon-heading:before {
    background-image: url(../images/package-icon-1.png);
    width: 34px;
    height: 43px;
}

.pricing-slider .item:nth-child(2) .package-icon-heading:before {
    background-image: url(../images/package-icon-2.png);
    width: 37px;
    height: 37px;
}

.pricing-slider .item:nth-child(3) .package-icon-heading:before {
    background-image: url(../images/package-icon-3.png);
    width: 39px;
    height: 35px;
}

.package-text {}

.package-text h3 {}

.package-heading {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.package-price {
    border: 1px dotted #fff;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    margin-top: 17px;
}

.package-price h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
}

.package-price h3 span {
    font-size: 24px;
    font-weight: 600;
}

.package-detail {
    padding: 35px 0px;
}

.package-detail ul li {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: center;
}

.purchase-btn {}

.purchase-btn:hover {
    color: #fff;
}

.purchase-btn i {
    padding-left: 8px;
}

.package-btn {
    display: flex;
}

.pricing-slider .owl-dots button:focus {
    outline: none;
}

.pricing-slider .owl-dots .owl-dot.active span,
.pricing-slider .owl-dots .owl-dot:hover span {
    background: #a3071d;
    border: none;
}


/* New styling packages */


.package-box {
    padding: 37px 20px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 12px;
}

.package-wrap {
    position: relative;
    margin: 25px 20px;
}

.pricing-slider .item .package-wrap {
    transition: all .3s ease-in-out;
}

.overlay-back {
    position: absolute;
    height: 100%;
    background-image: linear-gradient(to left, #3bd671, #1a7138);
    transform: rotate(0deg);
    width: 100%;
    display: block;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.package-wrap:hover .overlay-back {
    transform: rotate(-3deg);
}

.package-icon-heading {
    background-color: #fff;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.package-icon-heading:before {
    position: absolute;
    content: "";
}

.package-text {
    padding: 10px;
}

.package-text h3 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0px;
}

.package-heading {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.package-price {
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    margin-top: 0px;
}

.package-price p {
    color: #f6f6f6;
    font-size: 16px;
    padding-left: 20px;
}

.package-price p span {
    text-decoration: line-through;
}

.package-price h3 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
}

.package-price h3 span {
    font-size: 24px;
    font-weight: 600;
}

.package-para p {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.package-detail {
    padding: 35px 20px;
    background-color: #000;
    width: 100%;
    margin: 25px 0px;
    border: 1px dotted #fff;
    border-radius: 10px;
}

.package-detail ul li {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.package-detail ul li.heading {
    font-weight: 700;
    padding-left: 0;
}

.package-detail ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    content: '';
    border-left: 5px solid #2bcd63;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    /* right: 55px; */
}

.package-detail ul li.heading:before {
    display: none;
}

.purchase-btn {
    background-image: linear-gradient(to left, #3bd671, #1a7138);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 0;
    =: 1px solid #fff;
    text-align: center;
}

.purchase-btn:hover {
    color: #fff;
}

.purchase-btn i {
    padding-left: 8px;
}

.package-btn {
    display: contents;
}

.pricing-slider .owl-dots button:focus {
    outline: none;
}

.pricing-slider .owl-dots .owl-dot.active span,
.pricing-slider .owl-dots .owl-dot:hover span {
    background: #3bd671;
    border: none;
}

.package-btn .purchase-btn {
    border: none;
    width: 100%;
}


.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #4f4f4f;
    background: transparent;
}

.main-feature {
    padding: 100px 0px;
    text-align: center;
}

.featue-heading h3 {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
}

.feature-box h3 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding-top: 10px;
}

.heading-wrap {
    text-align: center;
}

.heading-wrap h3 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}

.heading-wrap p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.footer-form-wrap {
    padding: 65px 0px 80px;
}

.footer-form-address {
    height: 430px;
    border-radius: 5px;
    padding: 35px 20px 0px;
    background-image: linear-gradient(to left, #3bd671, #1a7138);
}

.footer-form-address h3 {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 0px;
}

.footer-form-address ul {
    padding-top: 30px;
}

.footer-form-address ul li {
    padding-bottom: 20px;
}

.footer-form-address ul li a {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    display: flex;
}

.footer-form-address ul li a i {
    padding-right: 15px;
    padding-top: 5px;
}

.footer-form {
    padding-left: 15px;
}

.crd-cont {
    background-color: transparent;
    border: transparent;
}

.crd-cont button {
    color: #97949e;
    padding: 0;
}

.crd-cont button span {
    color: #3bd671;
}

.crd-cont button:hover {
    color: #fff;
}

.crd-cont .card-header {
    border-color: transparent;
}

.contact-form-control input {
    background-color: transparent;
    border: 1px solid #909097;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 29px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.contact-form-control textarea {
    background-color: transparent;
    border: 1px solid #909097;
    height: 122px;
    border-radius: 10px;
    margin-bottom: 29px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    padding-left: 15px;
    padding-top: 18px;
}

.contact-form .purchase-btn {
    background-image: linear-gradient(to left, #3bd671, #1a7138);
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    padding: 11px 60px;
    border-radius: 4px;
    transition: 0.4s;
    border: none;
}

.social {
    list-style: none;
    display: flex;
    background-color: #848484;
    padding: 0;
    margin: 0;
}

.social li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.social li {
    padding: 14px 15px;
    width: 100%;
    text-align: center;
    transition: background-color 0.15s linear;
}

.social li a {
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 4px;
}

.social li:hover.gp {
    background: #111637;
}

.social li:hover.fb {
    background: #3b5998;
}

.social li:hover.yt {
    background: #c4302b;
}

.social li:hover.ld {
    background: #0e76a8;
}

.social li:hover.pt {
    background: #E60023;
}

.social li:hover.tw {
    background: #17313b;
}

footer {
    background: #15131b;
}

.footer-menu {
    padding: 25px 0px;
    height: 100%;
}

.footer-menu h4 {
    line-height: 2rem;
    font-size: 1.1rem;
    color: #fff;
}

ul.arrow-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.arrow-list li {
    position: relative;
    padding: 5px 0;
    padding-left: 25px;
    font-size: 13px;
    color: #131119;
    font-weight: 700;
}

.footer-menu ul.arrow-list li {
    padding: 2px 0;
    padding-left: 15px;
    width: 100%;
    padding-bottom: 18px;
}

.footer-menu ul.arrow-list li a {
    font-size: 0.75rem;
    text-decoration: none;
    color: #cfcfcf;
    font-weight: 500;
}

.footer-menu ul.arrow-list li a:hover {
    color: #fff;
}

ul.arrow-list li:after {
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    content: '';
    border-left: 5px solid #2bcd63;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.footer-menu .footer-detail {
    list-style: none;
    margin: 0px -1rem;
    padding: 0px 0rem 1rem;
}

.footer-menu .footer-detail li {
    padding: 10px 0;
}

.footer-menu .footer-detail li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.footer-menu .footer-detail li a img {
    margin-right: 10px;
    width: 30px;
}

.btn-white-outline {
    color: #fff;
    border: 2px solid #2bcd63;
    background: transparent;
    border-radius: 25px;
    padding: 11px 7px;
    font-size: 0.875rem;
}

.btn-white-outline:hover {
    background: #2bcd63;
    color: #fff;
}

.footer-logo p {
    color: #8b8b8b;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    padding: 0px 29px;
}

.footer-logo {
    border: 1px solid #666666;
    padding: 0px;
}

.footer-logo h4 {
    padding: 35px 0px;
    border-bottom: 1px solid #666666;
    text-align: center;
}

.cprBar {
    background: #110f16;
    color: #97949e;
    padding: 15px 0;
    font-size: 14px;
}

.cprBar .cpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cpr a {
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}



/********INNER-PAGES*******/

.inner-header .main-header-wrap {
    border: none;
}

.inner-banner {
    background-size: cover !important;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-content h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    line-height: 60px;
}

.banner-cont-pck h2 {
    font-size: 34px;
}

.banner-content h2 strong {
    font-weight: 500;
}

.banner-content h2 span {
    font-weight: 700;
    color: #000;
    background-color: #fff;
    padding: 0 5px;
}

.banner-content h2 span.red-hd {
    color: #2bcd63;
}

.project-btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 12px 32px;
    background-image: linear-gradient(to left, #3bd671, #1a7138);
    border-radius: 3px;
    text-transform: uppercase;
}

.banner-btn {
    display: flex;
    align-items: center;
}

.banner-content p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 35px;
}

.chat-btn {
    margin-left: 29px;
}

.banner-right {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.banner-right img {
    width: unset !important;
    margin: 70px 0 0 0 !important;
}

.our-services {
    padding: 120px 0;
}

.services-hd {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.services-content p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 48px;
}

.services-content ul {
    margin-bottom: 45px;
}

.services-content ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 40%;
}

.services-content ul li i {
    color: #2bcd63;
    padding-right: 30px;
}

.red_started {
    color: #2bcd63;
}

.red_started:hover {
    color: #fff;
}

.get-started:before {
    background-color: #2bcd63;
}

.projects {
    background-color: #0e0d0d;
    padding: 48px 0;
    position: relative;
}

.projects:before {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    width: 45%;
    height: 420px;
    top: -36px;
}

.project-left ul li {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}

.project-left ul li i {
    color: #2bcd63;
    margin-right: 30px;
}

.projects-counter {
    display: flex;
    justify-content: space-between;
}

.counter-box {
    text-align: center;
}

.counter-box img {
    margin-bottom: 30px;
}

.counter-box h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.counter-box p {
    font-size: 18px;
    color: #999;
}

.inner-services-sec {
    padding-top: 75px;
    padding-bottom: 100px;
}

.services-tabs {
    display: block;
    border: none;
    margin: 0;
    bottom: inherit;
    margin-top: 5px;
}

.services-tabs li {
    border-bottom: 1px solid #ffffff40 !important;
    border: none;
    text-align: left;
    padding: 35px 0;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-indent: inherit;
    width: 100%;
    margin: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
}

.services-tabs li.active {
    position: relative;
}

.services-tabs li.active:before {
    content: "";
    position: absolute;
    background-color: #2bcd63;
    width: 3px;
    height: 67px;
    top: 19px;
    right: 0;
}

.services-tabs li span {
    font-weight: 400;
    font-size: 16px;
    margin-right: 50px;
}

.service-tab-content {
    padding: 0px;
}

.service-tab-content .carousel-item h4 {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}

.service-tab-content .carousel-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.302);
    margin-bottom: 25px;
    line-height: 26px;
}

.service-tab-content .carousel-item ul li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    width: 49.5%;
    font-weight: 400;
}

.service-tab-content .carousel-item ul li i {
    color: #2bcd63;
    padding-right: 22px;
}

.services-tabs-control {
    position: absolute;
    top: inherit;
    bottom: -40px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: left;
    width: initial;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.services-tabs-control:hover {
    color: #2bcd63;
}

.services-tabs-control.carousel-control-next {
    left: 35px;
    right: inherit;
}

.services-tabs-control .carousel-control-prev-icon,
.services-tabs-control .carousel-control-next-icon {
    background-image: none;
    font-size: 18px;
}


.inner-about-sec {
    padding: 97px 0px;
}

.inner-about-img-wrap {
    background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    padding: 74px 45px 64px;
    margin-left: 18px;
    position: relative;
}

.inner-about-img-wrap:before {
    content: "";
    position: absolute;
    background-color: rgb(133, 0, 0);
    left: -17px;
    width: 40%;
    height: 100%;
    z-index: -1;
    top: 20px;
}

.inner-about-text-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-about-img-wrap h3 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
}

.inner-about-img-wrap p {
    color: #ffffff6b;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
}

.inner-about-text-wrap h3 {
    font-weight: bold;
    color: #fff;
    font-size: 38px;
    margin-bottom: 0px;
}

.inner-about-text-wrap p {
    color: #ffffff4d;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    padding-top: 35px;
}

.inner-core-sec {
    padding-bottom: 65px;
}

.core-heading p {
    font-weight: normal;
    font-size: 18px;
    color: #999999;
}

.core-box-wrap {
    padding-top: 37px;
}

.core-box {
    background-color: #0e0d0d;
    padding: 37px 33px;
    margin-bottom: 25px;
}

.core-box h3 {
    font-weight: bold;
    color: #d1001d;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 25px 0px;
}

.core-box p {
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    margin-bottom: 0px;
}

.inner-our-skill {
    background-color: #101010;
    padding: 63px 0px;
}

.inner-our-skill .heading-wrap p {
    font-size: 18px;
    color: #999999;
}

.our-skill-wrap {
    padding: 75px 0px 15px;
}

.skill-text-wrap p {
    color: #999999;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}


.progress-bar {
    margin: 0px 0 0px;
    overflow: hidden;
}

.progress-title-holder {
    padding-bottom: 20px;
    position: relative;
    margin: 0 0;
    line-height: 23px;
    font-weight: 400;
    color: #2e2e2e;
}

.progress-title {
    z-index: 100;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}

.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}

.progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    -ms-transform: translateX(-50%);
    /* -webkit-transform: translateX(-120%); */
}

.progress-number-wrapper,
.progress-number-mark {
    font-size: 22px;
    line-height: 24px;
    height: auto;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 30px;
}

.progress-content-outter {
    height: 12px;
    background-color: #999999;
    border-radius: 10px;
    margin-bottom: 35px;
}

.progress-content {
    height: 13px;
    background-color: #d1001d;
    width: 0%;
    border-radius: 10px;
}

.skill-progress-wrap .progress-bar {
    background-color: transparent;
    text-align: left;
    position: relative;
}

.bbb-logo {
    padding-top: 34px;
}

.inner-portfolio-box {
    transform: scale(1);
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.portfolio-box-wrap .inner-portfolio-box:hover {
    z-index: 2;
}

.portfolio-box-wrap .inner-portfolio-box:hover .hovereffects-det {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.hovereffects-det {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to left, #3bd671, #1a7138);
    margin: auto;
    width: 100%;
    @import url('https: //fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

    *,
    body {
        font-family: 'Poppins', sans-serif;
    }

    body {
        overflow-x: hidden;
        background-color: #000000;
    }

    html {
        scroll-behavior: smooth;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 20px;
        font-weight: 700;
        line-height: 1.2;
        font-family: 'Poppins', sans-serif;
    }

    a {
        text-decoration: none;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    a:hover {
        text-decoration: none
    }

    a:focus,
    a:hover {
        text-decoration: none;
        outline: none;
    }

    : focus {
        outline: none;
    }

    : hover {
        transition: 0.3s;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    p {
        margin-bottom: 0
    }

    ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0
    }

    .menuInfo ul li {
        display: inline-block;
    }

    .get-started {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        padding-left: 70px;
    }

    .get-started: hover {
        color: #2bcd63;
    }

    .get-started: before {
        position: absolute;
        content: "";
        background-color: #ffffff;
        width: 43px;
        height: 1px;
        left: 0;
        top: 10px;
    }

    .heading {
        color: #fff;
        font-weight: bold;
        font-size: 38px;
    }

    .para {
        line-height: 1.5;
        margin-bottom: 20px;
        font-weight: 300;
        color: #fff;
        font-family: "Poppins", sans-serif;
        -webkit-font-smoothing: antialiased;
        letter-spacing: .025em;
    }

    .service-heading {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 80px;
    }

    .main-header-wrap {
        padding: 27px 0px 20px;
        border-bottom: 1px solid #e2e1e9;
    }

    .menu-wrap .navbar {
        padding: 0;
    }

    .nav-brdr {
        border: none !important;
        color: #ffffff;
    }

    .nav-brdr: hover {
        color: #ffffff;
    }

    .menu-wrap .navbar-collapse {
        list-style: none;
        padding: 0;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
    }

    .menuInfo {
        padding-bottom: 20px;
    }

    .menuInfo ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
    }

    .menuInfo ul li a i {
        padding-right: 11px;
    }

    .menu-wrap .navbar-collapse ul li a {
        color: #fff;
        padding: 0px 10px;
        position: relative;
        font-size: 15px;
    }

    .menu-wrap .navbar-collapse ul li a:hover {
        color: #2bcd63;
    }

    .menu-wrap .navbar-collapse .navbar>li:not(:first-child):after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 19px;
        position: absolute;
        top: 2px;
        transform: rotate(11deg);
        width: 2px;
        margin-right: 0px;
    }

    .main-banner {
        padding: 140px 0 50px;
        position: relative;
        z-index: 99;
        display: flex;
        align-items: center;
    }

    .home-banner-img {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .home-banner-img img {
        opacity: 0.6;
        animation: kenburns 25s ease infinite;
        -ms-animation: kenburns 25s ease infinite;
        -webkit-animation: kenburns 25s ease infinite;
        -o-animation: kenburns 25s ease infinite;
        -moz-animation: kenburns 25s ease infinite;
    }

    @-webkit-keyframes kenburns {
        0% {
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
        }

        50% {
            transform: scale(1.3) rotate(20deg);
            -ms-transform: scale(1.3) rotate(20deg);
            -webkit-transform: scale(1.3) rotate(20deg);
            -o-transform: scale(1.3) rotate(20deg);
            -moz-transform: scale(1.3) rotate(20deg);
        }

        100% {
            transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
        }
    }

    @keyframes kenburns {
        0% {
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
        }

        50% {
            transform: scale(1.3) rotate(20deg);
            -ms-transform: scale(1.3) rotate(20deg);
            -webkit-transform: scale(1.3) rotate(20deg);
            -o-transform: scale(1.3) rotate(20deg);
            -moz-transform: scale(1.3) rotate(20deg);
        }

        100% {
            transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
        }

    }

    .banner-heading-wrap h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #2bcd63;
        font-size: 42px;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

    .banner-heading-wrap h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        color: #fff;
        font-size: 85px;
        text-transform: uppercase;
        margin-bottom: 0;
        /* mix-blend-mode: hue; */
        letter-spacing: 2px;
    }

    .banner-heading-wrap p {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: #ffffff;
        font-size: 42px;
        text-transform: capitalize;
        padding-bottom: 0;
    }

    .banner-slider-text-wrap {
        background-color: #141414;
        padding: 108px 40px 70px;
    }

    .banner-slider-text-box p {
        color: #c0bcc9;
        font-size: 18px;
        font-weight: normal;
        padding: 13px 0px 40px;
    }

    .banner-slider-text-box h3 {
        color: #c0bcc9;
        font-size: 19px;
        font-weight: 600;
    }

    .banner-slider-img-wrap {
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        padding: 0px 0px 65px 30px;
    }

    .main-banner-slider .row {
        align-items: flex-end;
        display: flex;
    }

    .main-banner-slider {
        margin-top: -43px;
        position: relative;
        z-index: 2;
    }

    .banner-heading-wrap {
        position: relative;
        z-index: 1;
    }

    .banner-slider-img-wrap .slick-next,
    .banner-slider-img-wrap .slick-prev {
        bottom: -54px;
        top: auto;
    }

    .banner-slider-img-wrap .slick-next {
        right: 50px;
    }

    .banner-slider-img-wrap .slick-prev {
        display: none !important;
    }

    .banner-slider-img-wrap .slick-next: before,
    .banner-slider-img-wrap .slick-prev:before {
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        font-weight: 900;
        position: absolute;
    }

    .banner-slider-img-wrap .slick-next: before {
        content: "\f061";
    }

    .banner-slider-img-wrap .slick-prev: before {
        content: "\f060";
    }


    .banner-slider-text-wrap .slick-next,
    .banner-slider-text-wrap .slick-prev {
        bottom: -54px;
        top: auto;
    }

    .banner-slider-text-wrap .slick-prev {
        left: 40px;
    }

    .banner-slider-text-wrap .slick-next {
        display: none !important;
    }

    .banner-slider-text-wrap .slick-next: before,
    .banner-slider-text-wrap .slick-prev:before {
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        font-weight: 900;
        position: absolute;
    }

    .banner-slider-text-wrap .slick-next: before {
        content: "\f061";
    }

    .banner-slider-text-wrap .slick-prev: before {
        content: "\f060";
    }


    .slider-btn-wrap {
        background-color: #000000;
        display: flex;
        align-items: center;
        height: 85px;
        justify-content: center;
        width: 100%;
    }

    .slider-btn-wrap p {
        color: #fff;
        font-size: 16px;
        font-style: italic;
    }

    .header-box-wrapper {
        position: relative;
        background: url(../images/banner-bg.webp) center/cover no-repeat;
        height: 80vh;
    }

    .banner-mobile {}


    .header-circle {
        position: relative;
    }

    .header-circle img {
        position: absolute;
        left: -260px;
        top: 320px;
        z-index: 1;
        animation: moveAnimation 25s ease infinite;
        -ms-animation: moveAnimation 25s ease infinite;
        -webkit-animation: moveAnimation 25s ease infinite;
        -o-animation: moveAnimation 25s ease infinite;
        -moz-animation: moveAnimation 25s ease infinite;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .header-circle img.selected {
        opacity: 1;
    }

    @-webkit-keyframes moveAnimation {
        0% {
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

        50% {
            transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -webkit-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            -moz-transform: rotate(20deg);
        }

        100% {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }
    }

    @keyframes moveAnimation {
        0% {
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

        50% {
            transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -webkit-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            -moz-transform: rotate(20deg);
        }

        100% {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

    }


    .header-box-wrapper .header-circle: after {
        position: absolute;
        content: "";
        background-image: url(../images/banner-circle-right.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 149px;
        height: 198px;
        right: -20px;
        top: 40px;
        z-index: 1;
        animation: moveAnimation 25s ease infinite;
        -ms-animation: moveAnimation 25s ease infinite;
        -webkit-animation: moveAnimation 25s ease infinite;
        -o-animation: moveAnimation 25s ease infinite;
        -moz-animation: moveAnimation 25s ease infinite;
    }

    .main-about {
        padding: 100px 0;
        background-image: linear-gradient(to bottom, #00000000, #000000);
    }

    .about-para p {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        padding-bottom: 60px;
    }

    .about-para {
        padding-right: 25px;
    }

    .services-section {
        padding: 10px 0 100px;
        background-color: #000;
    }

    .project {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 17px 0;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        color: white;
        mix-blend-mode: difference;
    }

    .project-title h5 {
        margin-bottom: 14px;
    }

    .project-title p {
        line-height: 21px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .testmonial_info p {
        color: #ffffff52;
        font-size: 14px;
        font-weight: normal;
        padding: 45px 0px;
        line-height: 30px;
        padding-right: 20px;
    }

    .testmonial_info img {
        padding-top: 50px;
    }

    .testmonial_info {
        padding-left: 20px;
    }

    .service-carousel .owl-nav {
        position: absolute;
        bottom: -10px;
        right: 30px;
    }

    .service-carousel .owl-nav [ class*=owl-]:hover {
        background: #86979100;
        color: #FFF;
        text-decoration: none;
    }

    .service-carousel .owl-nav button.owl-prev,
    .service-carousel .owl-nav button.owl-next {
        font-size: 17px;
        color: #fff;
    }

    .service-carousel .owl-nav button.owl-prev:focus {
        outline: none;
    }

    .service-carousel .owl-nav button.owl-next:focus {
        outline: none;
    }

    .service-carousel .owl-nav button.owl-prev:hover,
    .service-carousel .owl-nav button.owl-next:hover {
        color: #2bcd63;
    }

    .logo-v1 img {
        max-width: 150px;
    }

    .logo-slider {
        margin-top: 100px;
    }

    .portfolio-section {
        padding: 100px 0;
    }

    .portfolio-heading {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 80px;
    }

    .portfolio-tabs .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #2bcd63 !important;
        background-color: transparent;
        border-color: transparent;
    }

    .nav-tabs {
        flex-wrap: nowrap;
    }

    .portfolio-tabs .nav-tabs {
        border-bottom: none;
    }

    .portfolio-tabs .nav-tabs .nav-link {
        border: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #ffffff;
        font-size: 13px;
        text-align: left !important;
        padding: 10px 6px;
        /* margin-bottom: 18px; */
    }

    .portfolio-wrap {
        padding-bottom: 80px;
        padding-right: 0;
        position: relative;
        overflow: hidden;
        margin-bottom: 43px;
    }

    .portfolio-wrap img {
        transition: 1s;
        z-index: 10;
        position: relative;
        display: block;
    }

    .portfolio-wrap: hover img {
        -ms-transform: scale(0.9, 0.9);
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        transition: 1s;
    }

    .portfolio-content {
        position: absolute;
        left: 0px;
        z-index: 20;
        margin-top: 20px;
        width: 100%;
    }

    .portfolio-content p {
        margin-bottom: 0px;
        font-size: 14px;
        color: #fff;
    }

    .portfolio-content h3 a {
        color: #fff;
        font-weight: bold;
        font-size: 28px;
    }

    .margin-top {
        margin-top: 75px;
    }

    .portfolio-item .col-md-6:nth-child(2) .portfolio-wrap {
        margin-top: 95px;
    }

    .portfolio-item .col-md-6:nth-child(4) {
        margin-top: 75px;
    }

    .main-pricing {
        background-color: #101010;
        padding: 80px 0px;
    }

    .pricing-heading h3 {
        color: #ffffff;
        font-size: 38px;
        font-weight: bold;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    /*.pricing-slider {
    overflow: hidden;
}
.pricing-slider .owl-stage-outer {
    overflow: visible;
    margin: 0px 10px;
}*/
    .package-box {
        background-color: #000000;
        padding: 37px 20px 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .package-wrap {
        position: relative;
        margin: 25px 20px;
    }

    .pricing-slider .item .package-wrap {
        transition: all .3s ease-in-out;
    }

    .overlay-back {
        position: absolute;
        height: 100%;
        background-color: rgb(209, 0, 29);
        transform: rotate(0deg);
        width: 100%;
        display: block;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    .package-wrap: hover .overlay-back {
        transform: rotate(-3deg);
        display: none;
    }

    .package-icon-heading {
        background-color: #fff;
        border-radius: 50px;
        width: 90px;
        height: 90px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .package-icon-heading: before {
        position: absolute;
        content: "";
    }

    .pricing-slider .item:nth-child(1) .package-icon-heading: before {
        background-image: url(../images/package-icon-1.png);
        width: 34px;
        height: 43px;
    }

    .pricing-slider .item:nth-child(2) .package-icon-heading: before {
        background-image: url(../images/package-icon-2.png);
        width: 37px;
        height: 37px;
    }

    .pricing-slider .item:nth-child(3) .package-icon-heading: before {
        background-image: url(../images/package-icon-3.png);
        width: 39px;
        height: 35px;
    }

    .package-text {
        background-color: #101010;
        padding: 10px 20px;
        margin: 12px 0px 20px;
    }

    .package-text h3 {
        color: #d1001d;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .package-heading {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .package-price {
        /* border: 1px dotted #fff; */
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
        margin-top: 17px;
    }

    .package-price h3 {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0px;
    }

    .package-price h3 span {
        font-size: 24px;
        font-weight: 600;
    }

    .package-detail {
        padding: 35px 0px;
    }

    .package-detail ul li {
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        padding-bottom: 15px;
        text-align: center;
    }

    .purchase-btn {
        background-image: -moz-linear-gradient(-90deg, rgb(209, 0, 29) 0%, rgb(130, 12, 29) 100%);
        background-image: -webkit-linear-gradient(-90deg, rgb(209, 0, 29) 0%, rgb(130, 12, 29) 100%);
        background-image: -ms-linear-gradient(-90deg, rgb(209, 0, 29) 0%, rgb(130, 12, 29) 100%);
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        padding: 13px 30px;
        border-radius: 4px;
    }

    .purchase-btn: hover {
        color: #fff;
    }

    .purchase-btn i {
        padding-left: 8px;
    }

    .package-btn {
        display: flex;
    }

    .pricing-slider .owl-dots button:focus {
        outline: none;
    }

    .pricing-slider .owl-dots .owl-dot.active span,
    .pricing-slider .owl-dots .owl-dot:hover span {
        background: #a3071d;
        border: none;
    }


    /* New styling packages */


    .package-box {
        padding: 37px 20px 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    }

    .package-wrap {
        position: relative;
        margin: 25px 20px;
    }

    .pricing-slider .item .package-wrap {
        transition: all .3s ease-in-out;
    }

    .overlay-back {
        position: absolute;
        height: 100%;
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        transform: rotate(0deg);
        width: 100%;
        display: block;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    .package-wrap: hover .overlay-back {
        transform: rotate(-3deg);
    }

    .package-icon-heading {
        background-color: #fff;
        border-radius: 50px;
        width: 90px;
        height: 90px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .package-icon-heading: before {
        position: absolute;
        content: "";
    }

    .package-text {
        background-color: #101010;
        padding: 10px 20px;
        margin: 12px 0px 20px;
    }

    .package-text h3 {
        color: #2bcd63;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 17px;
        margin-bottom: 0px;
    }

    .package-heading {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .package-price {
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
        margin-top: 0px;
    }

    .package-price p {
        color: #999999;
        font-size: 16px;
        padding-left: 20px;
    }

    .package-price p span {
        text-decoration: line-through;
    }

    .package-price h3 {
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0px;
    }

    .package-price h3 span {
        font-size: 24px;
        font-weight: 600;
    }

    .package-para p {
        color: #8c8c8c;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }

    .package-detail {
        padding: 35px 20px;
        background-color: #000;
        width: 100%;
        border: 1px solid #cccccc69;
        margin: 25px 0px;
    }

    .package-detail ul li {
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        padding-bottom: 15px;
        text-align: left;
        position: relative;
        padding-left: 20px;
    }

    .package-detail ul li.heading {
        font-weight: 700;
        padding-left: 0;
    }

    .package-detail ul li:before {
        position: absolute;
        left: 0;
        top: 6px;
        width: 0;
        height: 0;
        content: '';
        border-left: 5px solid #2bcd63;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        /* right: 55px; */
    }

    .package-detail ul li.heading:before {
        display: none;
    }

    .purchase-btn {
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        padding: 13px 30px;
        border-radius: 4px;
        border: 1px solid #fff;
    }

    .purchase-btn: hover {
        color: #fff;
    }

    .purchase-btn i {
        padding-left: 8px;
    }

    .package-btn {
        display: flex;
    }

    .pricing-slider .owl-dots button:focus {
        outline: none;
    }

    .pricing-slider .owl-dots .owl-dot.active span,
    .pricing-slider .owl-dots .owl-dot:hover span {
        background: #3bd671;
        border: none;
    }

    .package-btn .purchase-btn {
        border: none;
    }


    .owl-theme .owl-dots .owl-dot span {
        border: 1px solid #4f4f4f;
        background: transparent;
    }

    .main-feature {
        padding: 100px 0px;
        text-align: center;
    }

    .featue-heading h3 {
        color: #fff;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 40px;
        text-align: center;
    }

    .feature-box h3 {
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        padding-top: 10px;
    }

    .heading-wrap {
        text-align: center;
    }

    .heading-wrap h3 {
        color: #fff;
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .heading-wrap p {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

    .footer-form-wrap {
        padding: 65px 0px 80px;
    }

    .footer-form-address {
        height: 430px;
        border-radius: 5px;
        padding: 35px 20px 0px;
        background-image: linear-gradient(to left, #3bd671, #1a7138);
    }

    .footer-form-address h3 {
        color: #fff;
        font-weight: bold;
        font-size: 34px;
        margin-bottom: 0px;
    }

    .footer-form-address ul {
        padding-top: 30px;
    }

    .footer-form-address ul li {
        padding-bottom: 20px;
    }

    .footer-form-address ul li a {
        color: #fff;
        font-weight: normal;
        font-size: 15px;
        display: flex;
    }

    .footer-form-address ul li a i {
        padding-right: 15px;
        padding-top: 5px;
    }

    .footer-form {
        padding-left: 15px;
    }

    .crd-cont {
        background-color: transparent;
        border: transparent;
    }

    .crd-cont button {
        color: #97949e;
        padding: 0;
    }

    .crd-cont button span {
        color: #3bd671;
    }

    .crd-cont button:hover {
        color: #fff;
    }

    .crd-cont .card-header {
        border-color: transparent;
    }

    .contact-form-control input {
        background-color: transparent;
        border: 1px solid #909097;
        height: 50px;
        border-radius: 10px;
        margin-bottom: 29px;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
    }

    .contact-form-control textarea {
        background-color: transparent;
        border: 1px solid #909097;
        height: 122px;
        border-radius: 10px;
        margin-bottom: 29px;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        width: 100%;
        padding-left: 15px;
        padding-top: 18px;
    }

    .contact-form .purchase-btn {
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        color: #fff;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600;
        padding: 11px 60px;
        border-radius: 4px;
        transition: 0.4s;
        border: none;
    }

    .social {
        list-style: none;
        display: flex;
        background-color: #848484;
        padding: 0;
        margin: 0;
    }

    .social li:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .social li {
        padding: 14px 15px;
        width: 100%;
        text-align: center;
        transition: background-color 0.15s linear;
    }

    .social li a {
        color: #fff;
        font-size: 20px;
        display: block;
        line-height: 4px;
    }

    .social li:hover.gp {
        background: #111637;
    }

    .social li:hover.fb {
        background: #3b5998;
    }

    .social li:hover.yt {
        background: #c4302b;
    }

    .social li:hover.ld {
        background: #0e76a8;
    }

    .social li:hover.pt {
        background: #E60023;
    }

    .social li:hover.tw {
        background: #17313b;
    }

    footer {
        background: #15131b;
    }

    .footer-menu {
        padding: 25px 0px;
        height: 100%;
    }

    .footer-menu h4 {
        line-height: 2rem;
        font-size: 1.1rem;
        color: #fff;
    }

    ul.arrow-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    ul.arrow-list li {
        position: relative;
        padding: 5px 0;
        padding-left: 25px;
        font-size: 13px;
        color: #131119;
        font-weight: 700;
    }

    .footer-menu ul.arrow-list li {
        padding: 2px 0;
        padding-left: 15px;
        width: 100%;
        padding-bottom: 18px;
    }

    .footer-menu ul.arrow-list li a {
        font-size: 0.75rem;
        text-decoration: none;
        color: #cfcfcf;
        font-weight: 500;
    }

    .footer-menu ul.arrow-list li a:hover {
        color: #fff;
    }

    ul.arrow-list li:after {
        position: absolute;
        left: 0;
        top: 6px;
        width: 0;
        height: 0;
        content: '';
        border-left: 5px solid #2bcd63;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .footer-menu .footer-detail {
        list-style: none;
        margin: 0px -1rem;
        padding: 0px 0rem 1rem;
    }

    .footer-menu .footer-detail li {
        padding: 10px 0;
    }

    .footer-menu .footer-detail li a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .footer-menu .footer-detail li a img {
        margin-right: 10px;
        width: 30px;
    }

    .btn-white-outline {
        color: #fff;
        border: 2px solid #2bcd63;
        background: transparent;
        border-radius: 25px;
        padding: 11px 7px;
        font-size: 0.875rem;
    }

    .btn-white-outline: hover {
        background: #2bcd63;
        color: #fff;
    }

    .footer-logo p {
        color: #8b8b8b;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        padding: 0px 29px;
    }

    .footer-logo {
        border: 1px solid #666666;
        padding: 0px;
    }

    .footer-logo h4 {
        padding: 35px 0px;
        border-bottom: 1px solid #666666;
        text-align: center;
    }

    .cprBar {
        background: #110f16;
        color: #97949e;
        padding: 15px 0;
        font-size: 14px;
    }

    .cprBar .cpr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .cpr a {
        font-weight: 700;
        text-decoration: none;
        color: #fff;
    }



    /********INNER-PAGES*******/

    .inner-header .main-header-wrap {
        border: none;
    }

    .inner-banner {
        background-size: cover !important;
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

    .banner-content h2 {
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        line-height: 60px;
    }

    .banner-cont-pck h2 {
        font-size: 34px;
    }

    .banner-content h2 strong {
        font-weight: 500;
    }

    .banner-content h2 span {
        font-weight: 700;
        color: #000;
        background-color: #fff;
        padding: 0 5px;
    }

    .banner-content h2 span.red-hd {
        color: #2bcd63;
    }

    .project-btn {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        padding: 12px 32px;
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        border-radius: 3px;
        text-transform: uppercase;
    }

    .banner-btn {
        display: flex;
        align-items: center;
    }

    .banner-content p {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 35px;
    }

    .chat-btn {
        margin-left: 29px;
    }

    .banner-right {
        position: absolute;
        right: 0;
        top: 50%;
        height: 100%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
    }

    .banner-right img {
        width: unset !important;
        margin: 70px 0 0 0 !important;
    }

    .our-services {
        padding: 120px 0;
    }

    .services-hd {
        font-size: 38px;
        font-weight: 700;
        color: #fff;
    }

    .services-content p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 48px;
    }

    .services-content ul {
        margin-bottom: 45px;
    }

    .services-content ul li {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        width: 40%;
    }

    .services-content ul li i {
        color: #2bcd63;
        padding-right: 30px;
    }

    .red_started {
        color: #2bcd63;
    }

    .red_started: hover {
        color: #fff;
    }

    .get-started: before {
        background-color: #2bcd63;
    }

    .projects {
        background-color: #0e0d0d;
        padding: 48px 0;
        position: relative;
    }

    .projects: before {
        content: "";
        position: absolute;
        background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        width: 45%;
        height: 420px;
        top: -36px;
    }

    .project-left ul li {
        font-size: 18px;
        color: #fff;
        line-height: 50px;
    }

    .project-left ul li i {
        color: #2bcd63;
        margin-right: 30px;
    }

    .projects-counter {
        display: flex;
        justify-content: space-between;
    }

    .counter-box {
        text-align: center;
    }

    .counter-box img {
        margin-bottom: 30px;
    }

    .counter-box h3 {
        font-size: 42px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }

    .counter-box p {
        font-size: 18px;
        color: #999;
    }

    .inner-services-sec {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .services-tabs {
        display: block;
        border: none;
        margin: 0;
        bottom: inherit;
        margin-top: 5px;
    }

    .services-tabs li {
        border-bottom: 1px solid #ffffff40 !important;
        border: none;
        text-align: left;
        padding: 35px 0;
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        text-indent: inherit;
        width: 100%;
        margin: 0;
        background-color: transparent;
        opacity: 1;
        height: 100%;
    }

    .services-tabs li.active {
        position: relative;
    }

    .services-tabs li.active:before {
        content: "";
        position: absolute;
        background-color: #2bcd63;
        width: 3px;
        height: 67px;
        top: 19px;
        right: 0;
    }

    .services-tabs li span {
        font-weight: 400;
        font-size: 16px;
        margin-right: 50px;
    }

    .service-tab-content {
        padding: 0px;
    }

    .service-tab-content .carousel-item h4 {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        margin-bottom: 25px;
    }

    .service-tab-content .carousel-item p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.302);
        margin-bottom: 25px;
        line-height: 26px;
    }

    .service-tab-content .carousel-item ul li {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        width: 49.5%;
        font-weight: 400;
    }

    .service-tab-content .carousel-item ul li i {
        color: #2bcd63;
        padding-right: 22px;
    }

    .services-tabs-control {
        position: absolute;
        top: inherit;
        bottom: -40px;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: left;
        width: initial;
        color: #fff;
        text-align: center;
        opacity: 1;
        transition: opacity .15s ease;
    }

    .services-tabs-control: hover {
        color: #2bcd63;
    }

    .services-tabs-control.carousel-control-next {
        left: 35px;
        right: inherit;
    }

    .services-tabs-control .carousel-control-prev-icon,
    .services-tabs-control .carousel-control-next-icon {
        background-image: none;
        font-size: 18px;
    }


    .inner-about-sec {
        padding: 97px 0px;
    }

    .inner-about-img-wrap {
        background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        padding: 74px 45px 64px;
        margin-left: 18px;
        position: relative;
    }

    .inner-about-img-wrap: before {
        content: "";
        position: absolute;
        background-color: rgb(133, 0, 0);
        left: -17px;
        width: 40%;
        height: 100%;
        z-index: -1;
        top: 20px;
    }

    .inner-about-text-wrap {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .inner-about-img-wrap h3 {
        color: #fff;
        font-weight: bold;
        font-size: 30px;
        text-transform: capitalize;
        line-height: 40px;
    }

    .inner-about-img-wrap p {
        color: #ffffff6b;
        font-weight: normal;
        font-size: 13px;
        line-height: 24px;
    }

    .inner-about-text-wrap h3 {
        font-weight: bold;
        color: #fff;
        font-size: 38px;
        margin-bottom: 0px;
    }

    .inner-about-text-wrap p {
        color: #ffffff4d;
        font-size: 14px;
        font-weight: normal;
        line-height: 25px;
        padding-top: 35px;
    }

    .inner-core-sec {
        padding-bottom: 65px;
    }

    .core-heading p {
        font-weight: normal;
        font-size: 18px;
        color: #999999;
    }

    .core-box-wrap {
        padding-top: 37px;
    }

    .core-box {
        background-color: #0e0d0d;
        padding: 37px 33px;
        margin-bottom: 25px;
    }

    .core-box h3 {
        font-weight: bold;
        color: #d1001d;
        font-size: 22px;
        margin-bottom: 0px;
        padding: 25px 0px;
    }

    .core-box p {
        font-weight: normal;
        color: #999999;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .inner-our-skill {
        background-color: #101010;
        padding: 63px 0px;
    }

    .inner-our-skill .heading-wrap p {
        font-size: 18px;
        color: #999999;
    }

    .our-skill-wrap {
        padding: 75px 0px 15px;
    }

    .skill-text-wrap p {
        color: #999999;
        font-weight: normal;
        font-size: 14px;
        line-height: 30px;
    }


    .progress-bar {
        margin: 0px 0 0px;
        overflow: hidden;
    }

    .progress-title-holder {
        padding-bottom: 20px;
        position: relative;
        margin: 0 0;
        line-height: 23px;
        font-weight: 400;
        color: #2e2e2e;
    }

    .progress-title {
        z-index: 100;
        font-weight: bold;
        color: #fff;
        font-size: 22px;
    }

    .progress-number-wrapper {
        width: 100%;
        z-index: 10;
    }

    .progress-number-mark {
        margin-bottom: 4px;
        border-radius: 3px;
        padding: 0 8px;
        position: absolute;
        bottom: 0;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        /* transform: translateX(-50%); */
        -ms-transform: translateX(-50%);
        /* -webkit-transform: translateX(-120%); */
    }

    .progress-number-wrapper,
    .progress-number-mark {
        font-size: 22px;
        line-height: 24px;
        height: auto;
        letter-spacing: 0px;
        font-weight: 600;
        font-style: normal;
        text-transform: none;
        color: #ffffff;
        position: absolute;
        top: 0;
        right: 30px;
    }

    .progress-content-outter {
        height: 12px;
        background-color: #999999;
        border-radius: 10px;
        margin-bottom: 35px;
    }

    .progress-content {
        height: 13px;
        background-color: #d1001d;
        width: 0%;
        border-radius: 10px;
    }

    .skill-progress-wrap .progress-bar {
        background-color: transparent;
        text-align: left;
        position: relative;
    }

    .bbb-logo {
        padding-top: 34px;
    }

    .inner-portfolio-box {
        transform: scale(1);
        transition: all .5s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .portfolio-box-wrap .inner-portfolio-box: hover {
        z-index: 2;
    }

    .portfolio-box-wrap .inner-portfolio-box: hover .hovereffects-det {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .hovereffects-det {
        background-image: -moz-linear-gradient(to left, #11b9b7ab, #0856afb3);
        background-image: linear-gradient(to left, #11b9b7ab, #0856afb3);
        background-image: -ms-linear-gradient(to left, #11b9b7ab, #0856afb3);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: column;
        justify-content: center;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -o-transition: 5;
        transition: .6s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        opacity: 0;
    }

    .btnstyles-nn {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btnstyles-nn a {
        color: #fff;
        border-radius: 20px;
        font-size: 18px;
        font-weight: 500;
        margin: 5px;
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .btnstyles-nn a i {
        margin: 0 5px;
        font-size: 40px;
    }

    .offering {
        background: url(../images/offering.jpg) no-repeat;
        background-size: cover;
        padding: 80px 0;
    }

    .offering-content {
        text-align: center;
    }

    .offering-content h3 {
        font-size: 38px;
        font-weight: 700;
        color: #fff;
    }

    .offering-content p {
        font-size: 20px;
        color: #ffffff;
        margin: 30px 0 50px;
    }

    .offering-content a {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 42px;
        border: 1px solid #fff;
        border-radius: 3px;
    }

    .offering-content li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }


    .process-detail {
        padding-top: 160px;
    }

    .process-box {
        border: 1px solid rgb(153, 153, 153);
        padding: 65px 0px;
        width: 100%;
        position: relative;
        text-align: center;
        height: 227px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .process-box h2 {
        font-size: 130px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        margin-bottom: 0px;
        color: #ffffff1f;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .process-box: after {
        content: "";
        position: absolute;
    }

    #pointer {
        width: 1px;
        position: relative;
        transform: rotate(90deg);
        left: -19px;
        bottom: -67px;
    }

    #pointer: before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid rgb(255, 255, 255);
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    #pointer: after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid #000000;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .process-content {
        text-align: center;
        padding-top: 47px;
    }

    .process-content h3 {
        font-weight: 700;
        font-size: 22px;
        color: #2bcd63;
    }

    .process-content p {
        font-size: 14px;
        color: #999;
    }

    .process {
        padding: 97px 0;
    }

    .process-wrap.selected .process-box {
        background-image: -moz-linear-gradient(90deg, rgb(148, 0, 14) 0%, rgb(216, 0, 20) 100%);
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        background-image: -ms-linear-gradient(90deg, rgb(148, 0, 14) 0%, rgb(216, 0, 20) 100%);
        border: none;
    }

    .process-wrap.selected .process-box #pointer: after {
        border-left: 20px solid #fff;
    }

    .process-wrap.selected .process-box #pointer: before {
        border-left: 20px solid #fff;
    }

    .process-wrap.selected .process-box img {
        filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(355deg) brightness(183%) contrast(101%);
    }

    .process-wrap {
        position: relative;
    }

    .process-wrap: before {
        content: "";
        position: absolute;
        height: 9px;
        width: 100%;
        background-color: #999999;
        left: 0;
        top: -90px;
    }

    .process-wrap.selected: before {
        background-color: #fff;
    }

    .process-wrap: last-child:before {
        border-bottom-right-radius: 12px;
        border-top-right-radius: 12px;
    }

    .process-wrap: first-child:before {
        border-bottom-left-radius: 12px;
        border-top-left-radius: 12px;
    }

    .testimonial {
        background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        padding: 80px 0;
    }

    .testimonial-headings h5 {
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        margin-bottom: 15px;
    }

    .testimonial-headings {
        padding-right: 30px;
        padding-top: 30px;
    }

    .testimonial-headings h3 {
        font-weight: 700;
        font-size: 42px;
        color: #fff;
        margin-bottom: 35px;
    }

    .testimonial-headings p {
        font-size: 18px;
        color: #999;
        margin-bottom: 70px;
    }

    .testi-btn span {
        color: #10b3b6;
    }

    .testi-btn {
        background-color: #fff;
        text-transform: uppercase;
        height: 47px;
        width: 305px;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        border-radius: 3px;
        border: none;
    }

    .testimonialSlider {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        width: 100%;
    }

    .testimonialSlider li {
        padding: 0 15px;
        text-align: center;
    }

    .testimonialSlider li .quotedBy {
        background: #fff;
        padding: 28px;
        position: relative;
        text-align: left;
        height: 268px;
    }

    .client-name {
        display: flex;
        align-items: flex-end;
    }

    .testimonialSlider li .quotedBy:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 100%;
        width: 0;
        height: 0;
        border-top: 20px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }

    .testimonialSlider li .quotedBy p {
        font-size: 14px;
        color: #666;
        line-height: 1.7;
    }

    .testimonialSlider li .quotedBy h5 {
        font-size: 12px;
        color: #666;
        margin: 15px 0 0;
    }

    .testimonialSlider li .quotedBy h5 span {
        font-size: 18px;
        display: block;
        color: #2bcd63;
        font-weight: 600;
    }

    .testimonialSlider li img {
        margin: 35px auto 0;
    }

    .slick-initialized .slick-slide {
        outline: 0;
    }

    .testimonialSlider .slick-arrow {
        position: absolute;
        top: calc(55% - 20px);
        padding: 0;
        width: auto;
        background: transparent;
    }

    .testimonialSlider .slick-arrow.slick-next {
        right: unset;
        left: calc(100% + 13px);
    }

    .testimonialSlider .slick-arrow.slick-prev {
        right: 100%;
        left: unset;
        transform: rotate(180deg);
    }

    .testimonialSlider .slick-arrow.slick-next: before {
        content: url(../images/arrow.png);
    }

    .testimonialSlider .slick-arrow.slick-prev: before {
        content: url(../images/arrow.png);
    }



    .btn-10 {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .btn-10: before,
    .btn-10:after,
    .btn-10 span:before,
    .btn-10 span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 80px;
        background-color: #2bcd63;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        z-index: -1;
    }

    .btn-10: after,
    .btn-10 span:before {
        left: auto;
        right: 0;
    }

    .btn-10 span:before,
    .btn-10 span:after {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .btn-10: hover {
        color: #ffffff;
        -webkit-transform: translateY(-4px);
        -khtml-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    .btn-10: hover:before,
    .btn-10:hover:after,
    .btn-10:hover span:before,
    .btn-10:hover span:after {
        width: 250px;
    }

    .btn-10: active {
        background-color: #6c0f0b;
    }

    .inner-portfolio-wrap {
        padding-top: 110px;
    }

    .banner-btn .btn-10: hover {
        color: #ffffff;
        -webkit-transform: translateY(-4px);
        -khtml-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    .main-pricing .portfolio-heading {
        margin-bottom: 30px;
    }



    .form_wrap span i {
        position: absolute;
        top: 17px;
        left: 36px;
        font-size: 15px;
        color: #db1e5a
    }

    .entry-right input {
        border-radius: 5px;
        height: 51px;
        padding-left: 20px;
        border: 2px solid #e3e3e3;
        box-shadow: none;
        background: #fafafa;
        margin: 5px 0
    }

    .entry-right {
        background-color: #eff1ff;
        background-size: cover;
        background-position: 100% 0;
        padding: 0 4%;
        border-radius: 10px;
        box-shadow: inset 0 0 250px 0 rgba(0, 0, 0, .11)
    }

    form.offr-frm {
        height: 100%
    }

    .modal-dialog.modal-dialog-centered {
        max-width: 100% !important
    }

    .offr-frm .close {
        background-color: transparent;
        color: #f5f5f5;
        border-radius: 23px;
        width: 47px;
        height: 44px;
        position: absolute;
        right: 2px;
        z-index: 1;
        top: -70px;
        cursor: pointer;
        opacity: 1;
        border: 3px solid #f5f5f5;
    }

    #entry-popup {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99999990;
        align-items: center;
        background-color: rgba(0, 0, 0, .6);
        display: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .entry-box {
        background: #fff;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 0 0 50px 0 #000;
        position: relative;
        pointer-events: auto;
        width: 837px !important;
        height: 597px;
        background: url(../images/popup_bgset.jpg);
        background-size: cover;
    }

    .entry-box h1 {
        text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 60px
    }

    .entry-box h1 span {
        color: #ffd800
    }

    .entry-box h1 {
        text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
        color: #fff;
        font-size: 70px;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: capitalize;
        line-height: 79px;
    }

    .popup_top .text {
        position: relative;
        padding: 93px 0 0 46px
    }

    .popup_top .text h2 {
        font-size: 30px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0;
        font-weight: 300;
        line-height: 65px;
    }

    .entry-right .text h2 span {
        color: #eb0000
    }

    .text_dis_in {
        background-color: #101010;
        width: 85%;
        padding-left: 15px;
        padding-top: 23px;
        padding-bottom: 22px;
        position: relative;
    }

    .text_dis_in: before {
        width: 0;
        height: 0;
        border-bottom: 30px solid #101010;
        border-left: 30px solid transparent;
        position: absolute;
        content: "";
        top: -30px;
        right: 0;
    }

    .text_dis {
        display: flex;
        justify-content: flex-end;
        margin-top: 50px
    }

    .text_dis_in h2 {
        font-size: 30px;
        color: #d3d7f2;
        margin: 0
    }

    .text_dis {
        display: flex;
        justify-content: flex-end
    }

    .text_dis_in h1 {
        color: #d1001d;
        font-size: 65px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
    }

    .entry-right .text: before {
        content: "";
        width: 6px;
        height: 50px;
        background: #1473e6;
        border-radius: 20%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden
    }

    .form-control.error {
        border-color: red !important
    }

    label.error {
        display: none !important
    }

    .entry-right .text strong {
        text-transform: uppercase
    }

    .entry-right .form-control: focus {
        border-color: #e2001b;
        box-shadow: 0 0 5px 0 #dee2e4;
        background-color: #fff;
        box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2)
    }

    .entry-right input {
        border-radius: 5px;
        height: 54px;
        padding-left: 0;
        border: 1px solid #dedede;
        box-shadow: none;
        background: #f5f5f5;
        border: 1px solid #959595;
        border-radius: 40px;
        border-left: 0;
        margin: 0 !important;
    }

    span.input-group-text.set_inp_gr {
        background-color: #f5f5f5;
        border: 1px solid #959595;
        border-radius: 40px;
        color: #d1001d;
        padding: 0 23px;
    }

    .entry-right input[type=email],
    .leaving-box input[type=email] {
        background-color: #fff !important;
        color: #555 !important
    }

    .entry-right .intl-tel-input {
        width: 100%
    }

    .entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
        padding-left: 0
    }

    .entery-submit {
        width: 100%;
        background-color: #d1001d !important;
        box-shadow: 0 9px 27px 0 rgba(0, 0, 0, .22);
        color: #f3f3f3;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        border: none !important;
        border: 1px solid #05062b;
        height: 61px;
        cursor: pointer;
        margin-top: 6px;
        border-radius: 40px;
    }

    .text_topfr h2 {
        font-size: 31px;
        margin: 0;
        color: #d1001d;
        font-weight: 400;
        text-align: center;
        padding-bottom: 14px;
    }

    .text_topfr h4 {
        font-size: 36px;
        margin: 0;
        color: #0c0c0c;
        font-weight: 700;
        text-align: center;
        padding-bottom: 30px;
    }

    .entry-right a {
        height: 60px;
        line-height: 60px;
        display: block;
        width: 100%;
        background-color: #ffd800;
        border-radius: 50px;
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
        font-weight: 600
    }

    .entry-right a i {
        margin-left: 6px
    }

    .popup_top p {
        color: #fff;
        font-size: 30px;
        margin: 0;
        padding-top: 4px
    }

    .entry-right label {
        margin: 0
    }

    .entry-right .form-group {
        margin-bottom: 10px
    }

    a#entry-box_close {
        position: absolute;
        right: 5px;
        background-color: #69c626;
        width: 40px;
        height: 40px;
        border-radius: 50pc;
        color: #fff;
        font-size: 29px;
        top: 10px;
        z-index: 9
    }

    .text_topfr {
        margin-top: 93px
    }

    .error,
    .invalid {
        border-color: red !important
    }


    /* New form styling */
    .form-left-art h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 30px;
        color: #292929;
        margin-bottom: 20px;
    }

    .form-left-art h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 54px;
        color: #2bcd63;
        margin-bottom: 40px;
    }

    .form-left-art sup {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        vertical-align: super;
        position: absolute;
        left: 49px;
        top: 27px;
    }

    .form-left-art h4 {
        font-family: 'Poppins', sans-serif;
        font-size: 111px;
        margin-bottom: 0;
        background-color: #2bcd63;
        color: #fff;
        margin-left: -50px;
        position: relative;
        padding: 0 106px;
        line-height: 125px;
        max-width: 380px;
    }


    .popup-main-wrap {
        padding: 80px 36px;
        background-color: #000;
        border: 5px solid #16b6b8;
        border-radius: 15px;
    }

    .form-right-art h3 {
        font-weight: 400;
        font-size: 25px;
        color: #a1a1a1;
        margin-bottom: 0;
    }

    .form-right-art h2 {
        font-weight: 700;
        font-size: 41px;
        color: #fff;
    }

    .form-left-art {
        background-image: url(../images/popup-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px 90px 20px 50px;
        border-radius: 15px;
        margin-left: -125px;
    }

    .sup2 {
        left: 310px !important;
        top: 46px !important;
    }

    .ftr-frm input,
    .ftr-frm button {
        border-radius: 50rem !important;
        padding: 10px 31px !important;
        height: auto;
    }

    .ftr-frm button {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 22px;
        background-color: #2bcd63;
        color: #fff;
        border: 2px solid #fff;
        width: 100%;
    }

    .ftr-frm button:focus {
        outline: none;
    }

    .entry-box1 {
        max-width: 900px;
        margin: 0 auto;
        max-height: 580px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        overflow: unset !important;
        display: none;
    }

    .cross {
        position: absolute;
        color: #fff;
        right: -30px;
        top: -76px;
        padding: 10px 15px !important;
        background-color: #2bcd63 !important;
        border-radius: 50%;
        opacity: 1;
    }


    .form-left-art h4::after {
        content: "";
        position: absolute;
        width: 45px;
        height: 125px;
        background-color: #2bcd63;
        clip-path: polygon(100% 47%, 0 0, 0 100%);
        top: 0;
        right: -44px;
    }

    .form-error {
        display: block;
    }


    /* banner step form */
    .banner_step_form .tab {
        display: none;
    }

    .banner_step_form input[type="text"] {
        border-radius: 4px 0px 0 4px;
        height: 50px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        background-color: #00000040;
        border: 0;
        color: #fff;
        padding: 0 37px;
        border: 1px solid #e98f00;
    }

    .banner_step_form input[type="text"]::placeholder {
        color: #fff;
    }

    .form_btn_wrap {
        border-radius: 0 4px 4px 0px;
        background-color: #e98f00;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        border: 0;
        line-height: 14px;
        padding: 0 15px;
        height: 50px;
        width: auto;
    }

    .form_btn_wrap button {
        border: 0;
        background-color: transparent;
        width: auto;
        height: 100%;
        padding: 0 15px 0 15px;
        color: #fff;
    }

    .form_btn_wrap button:focus {
        outline: none;
    }

    .banner_step_form {
        display: flex;
        margin-bottom: 17px;
    }

    .banner_step_form input[type="text"].invalid {
        background-color: rgb(255 0 0 / 12%);
    }

    .banner_step_form {
        display: flex;
    }

    span.help-block.form-error {
        display: none;
    }

    /* banner step form */
    .package-para p {
        display: none;
    }

    .seo_pkgs .package-para p {
        display: block;
    }

    .package-price .price_wrap p {
        font-size: 13px;
        padding: 0;
    }


    /* privacy-thankyou-css */

    .main-privacy {
        padding: 60px 0 80px;
        background-color: #fff;
    }

    .main-privacy h3 {
        color: #000;
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 600;
    }

    .main-privacy h4 {
        font-size: 26px;
        color: #000;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .main-privacy p,
    .main-privacy li {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 22px;
    }

    input.error {
        border-color: black !important;
    }

    .thankyou_sec {
        padding: 0px;
        height: 75vh;
        display: flex;
        align-items: center;
        background-color: #fff;
    }

    .main-thankyou {
        text-align: center;
    }

    .main-content__checkmark {
        font-size: 9.75rem !important;
        line-height: 1 !important;
        color: #15b8cb;
    }

    .site-header__title {
        font-size: 6.5rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .main-content__body {
        margin: 20px 0 0;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .start_live_chat {
        font-size: 20px;
        background-color: #16171a;
        padding: 15px 35px;
        display: inline-block;
        border-radius: 4px;
        margin: 20px 0 0;
        color: white !important;
        text-decoration: none;
        border-radius: 50px;
        line-height: 16px;
    }

    .inner-new-header {
        /* background-color: #ffeded; */
        padding-bottom: 30px;
        position: absolute;
    }






    /* combo packages */

    .combo-pack-head {
        background-color: #262626;
        padding: 10px 0;
    }

    .combo-pack-head h5 {
        font-size: 43px;
        font-weight: 700;
        margin: 0;
        padding: 12px 0 0px 0;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    .combo-pack-info p {
        margin: 0;
        padding: 0;
        font-size: 17px;
        text-align: center;
        font-weight: 500;
        color: #424343;
    }

    .combo-pack-info {
        padding: 10px 0;
        background-color: #fff;
        border-bottom: 1px solid #000;
    }

    .comb-pack-desc-main-box {
        padding: 20px 30px;
        background-color: #fff;
        position: relative;
        z-index: 9;
    }

    .combo-pack-box h6 {
        margin: 0;
        padding: 0 0 15px 0;
        font-size: 25px;
        text-transform: capitalize;
        font-weight: 600;
        color: #000000;
    }

    .combo-pack-box ul li {
        margin: 0;
        padding: 0 0 20px 30px;
        font-size: 14px;
        color: #000000;
        /* font-weight: 600; */
        position: relative;
    }

    .combo-pack-box {
        margin-bottom: 15px;
    }

    .combo-pack-box ul li::before {
        content: '';
        background-image: url('../images/combo-before-img.png');
        height: 23px;
        width: 26px;
        position: absolute;
        left: 0;
        top: -5px;
    }

    .combo-pack-price h6 {
        font-size: 50px !important;
        margin: 0;
        padding: 0;
        color: #2bcd63;
        font-weight: 800;
    }

    .combo-package-desc-price {
        text-align: center;
        padding: 30px 0px 0px 0px;
    }

    .btn-combo {
        background-color: #2bcd63;
        color: #000 !important;
        /* padding: 6px 20px; */
        border-radius: 10px;
        font-size: 13px;
        font-weight: 700;
        color: #fff !important;
        cursor: pointer;
        text-transform: capitalize;
        padding: 8px 30px;
        margin-top: 10px;
        display: inline-block;
    }

    .combo-package-chat-box .chat-btn {
        padding: 40px 0 5px 0;
    }

    .combo-package-chat-box .chat-btn a h4 {
        font-weight: 600;
        font-size: 20px;
        color: #505050;
        margin-bottom: 0px;
        text-transform: capitalize;
    }

    .combo-package-chat-box .chat-btn a h4 span {
        font-weight: 700;
        font-size: 36px;
        color: #505050;
        display: block;
        text-transform: capitalize;
    }

    .btn-combo-view {
        background-color: #000;
        color: #fff !important;
        padding: 8px 30px;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 10px;
    }

    .btn-combo: hover {
        color: #fff !important;
    }

    .combo-pack-sec {
        background-color: #efefef;
    }

    .combo-pack-sec {
        background-color: #efefef !important;
    }

    .portfolio-box-wrap {
        border: 1px solid #ccc;
    }

    .disclaimer-para {
        font-size: 15px !important;
        color: #ddd !important;
        line-height: 20px;
        text-align: center;
        margin-bottom: 15px;
        font-weight: 5;
        font-weight: 500;
    }

    .footer-form-address ul li a img {
        margin-right: 10px;
    }

    .menu-wrap .navbar-collapse ul li a img {
        margin-right: 2px;
        width: 30px;
    }

    .trustpilot-box {
        display: block;
    }

    .footer-widgets {
        display: flex;
    }

    .footer-services-menu {
        padding-bottom: 0px;
    }

    .footer-services-menu .last {
        padding-bottom: 0px !important;
    }

    .bark-box {
        margin-left: 10px;
    }

    /* Tabs Style 01 */

    .tabs-style-01 .icon-tabs .nav-tabs {
        border-top: 0px solid #f1f1f1;
        border-bottom: 1px solid #f6f6f6;
        margin-bottom: 25px;
        background-color: transparent;
        padding-bottom: 30px;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li {
        display: inline-block;
        width: 25%;
        float: left;
        text-align: left;
    }

    .tabs-style-01 .icon-tabs p {
        margin-bottom: 1rem;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li>a {
        margin-right: 0;
        font-size: 25px;
        line-height: 25px;
        color: #24182e;
        border: 0;
        border-radius: 0;
        padding: 0px;
        text-align: left;
        font-weight: 700;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li>a h1 {
        color: #3bd671;
        font-weight: 800;
        margin-top: 0;
        position: relative;
        z-index: 2;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li>a h1:before {
        position: absolute;
        top: 5px;
        left: -25px;
        width: 60px;
        height: 60px;
        background-color: #e6f8f9;
        content: '';
        border-radius: 100px;
        z-index: -1;
    }

    .tabs-style-01 .icon-tabs .nav>li>a:focus,
    .tabs-style-01 .icon-tabs .nav>li>a:hover {
        background-color: transparent;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li.active>a,
    .tabs-style-01 .icon-tabs .nav-tabs>li.active>a:focus,
    .tabs-style-01 .icon-tabs .nav-tabs>li.active>a:hover {
        border: 0;
        color: #24182e;
        position: relative;
        background: transparent;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li>a i {
        display: block;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .services-sec {
        background-color: #fff;
        padding: 5rem 0;
    }

    .tabs-style-01 .get-started {
        color: #000;
    }

    .feature-box img {
        filter: brightness(0) saturate(100%) invert(71%) sepia(53%) saturate(618%) hue-rotate(82deg) brightness(94%) contrast(81%);
    }

    ;
    display: flex;
    align-items: center;
    @import url('https: //fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

    *,
    body {
        font-family: 'Poppins', sans-serif;
    }

    body {
        overflow-x: hidden;
        background-color: #000000;
    }

    html {
        scroll-behavior: smooth;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 20px;
        font-weight: 700;
        line-height: 1.2;
        font-family: 'Poppins', sans-serif;
    }

    a {
        text-decoration: none;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    a:hover {
        text-decoration: none
    }

    a:focus,
    a:hover {
        text-decoration: none;
        outline: none;
    }

    : focus {
        outline: none;
    }

    : hover {
        transition: 0.3s;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    p {
        margin-bottom: 0
    }

    ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0
    }

    .menuInfo ul li {
        display: inline-block;
    }

    .get-started {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        padding-left: 70px;
    }

    .get-started: hover {
        color: #2bcd63;
    }

    .get-started: before {
        position: absolute;
        content: "";
        background-color: #ffffff;
        width: 43px;
        height: 1px;
        left: 0;
        top: 10px;
    }

    .heading {
        color: #fff;
        font-weight: bold;
        font-size: 38px;
    }

    .para {
        line-height: 1.5;
        margin-bottom: 20px;
        font-weight: 300;
        color: #fff;
        font-family: "Poppins", sans-serif;
        -webkit-font-smoothing: antialiased;
        letter-spacing: .025em;
    }

    .service-heading {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 80px;
    }

    .main-header-wrap {
        padding: 27px 0px 20px;
        border-bottom: 1px solid #e2e1e9;
    }

    .menu-wrap .navbar {
        padding: 0;
    }

    .nav-brdr {
        border: none !important;
        color: #ffffff;
    }

    .nav-brdr: hover {
        color: #ffffff;
    }

    .menu-wrap .navbar-collapse {
        list-style: none;
        padding: 0;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
    }

    .menuInfo {
        padding-bottom: 20px;
    }

    .menuInfo ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
    }

    .menuInfo ul li a i {
        padding-right: 11px;
    }

    .menu-wrap .navbar-collapse ul li a {
        color: #fff;
        padding: 0px 10px;
        position: relative;
        font-size: 15px;
    }

    .menu-wrap .navbar-collapse ul li a:hover {
        color: #2bcd63;
    }

    .menu-wrap .navbar-collapse .navbar>li:not(:first-child):after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 19px;
        position: absolute;
        top: 2px;
        transform: rotate(11deg);
        width: 2px;
        margin-right: 0px;
    }

    .main-banner {
        padding: 140px 0 50px;
        position: relative;
        z-index: 99;
        display: flex;
        align-items: center;
    }

    .home-banner-img {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .home-banner-img img {
        opacity: 0.6;
        animation: kenburns 25s ease infinite;
        -ms-animation: kenburns 25s ease infinite;
        -webkit-animation: kenburns 25s ease infinite;
        -o-animation: kenburns 25s ease infinite;
        -moz-animation: kenburns 25s ease infinite;
    }

    @-webkit-keyframes kenburns {
        0% {
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
        }

        50% {
            transform: scale(1.3) rotate(20deg);
            -ms-transform: scale(1.3) rotate(20deg);
            -webkit-transform: scale(1.3) rotate(20deg);
            -o-transform: scale(1.3) rotate(20deg);
            -moz-transform: scale(1.3) rotate(20deg);
        }

        100% {
            transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
        }
    }

    @keyframes kenburns {
        0% {
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
        }

        50% {
            transform: scale(1.3) rotate(20deg);
            -ms-transform: scale(1.3) rotate(20deg);
            -webkit-transform: scale(1.3) rotate(20deg);
            -o-transform: scale(1.3) rotate(20deg);
            -moz-transform: scale(1.3) rotate(20deg);
        }

        100% {
            transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
        }

    }

    .banner-heading-wrap h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #2bcd63;
        font-size: 42px;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

    .banner-heading-wrap h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        color: #fff;
        font-size: 85px;
        text-transform: uppercase;
        margin-bottom: 0;
        /* mix-blend-mode: hue; */
        letter-spacing: 2px;
    }

    .banner-heading-wrap p {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: #ffffff;
        font-size: 42px;
        text-transform: capitalize;
        padding-bottom: 0;
    }

    .banner-slider-text-wrap {
        background-color: #141414;
        padding: 108px 40px 70px;
    }

    .banner-slider-text-box p {
        color: #c0bcc9;
        font-size: 18px;
        font-weight: normal;
        padding: 13px 0px 40px;
    }

    .banner-slider-text-box h3 {
        color: #c0bcc9;
        font-size: 19px;
        font-weight: 600;
    }

    .banner-slider-img-wrap {
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        padding: 0px 0px 65px 30px;
    }

    .main-banner-slider .row {
        align-items: flex-end;
        display: flex;
    }

    .main-banner-slider {
        margin-top: -43px;
        position: relative;
        z-index: 2;
    }

    .banner-heading-wrap {
        position: relative;
        z-index: 1;
    }

    .banner-slider-img-wrap .slick-next,
    .banner-slider-img-wrap .slick-prev {
        bottom: -54px;
        top: auto;
    }

    .banner-slider-img-wrap .slick-next {
        right: 50px;
    }

    .banner-slider-img-wrap .slick-prev {
        display: none !important;
    }

    .banner-slider-img-wrap .slick-next: before,
    .banner-slider-img-wrap .slick-prev:before {
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        font-weight: 900;
        position: absolute;
    }

    .banner-slider-img-wrap .slick-next: before {
        content: "\f061";
    }

    .banner-slider-img-wrap .slick-prev: before {
        content: "\f060";
    }


    .banner-slider-text-wrap .slick-next,
    .banner-slider-text-wrap .slick-prev {
        bottom: -54px;
        top: auto;
    }

    .banner-slider-text-wrap .slick-prev {
        left: 40px;
    }

    .banner-slider-text-wrap .slick-next {
        display: none !important;
    }

    .banner-slider-text-wrap .slick-next: before,
    .banner-slider-text-wrap .slick-prev:before {
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        font-weight: 900;
        position: absolute;
    }

    .banner-slider-text-wrap .slick-next: before {
        content: "\f061";
    }

    .banner-slider-text-wrap .slick-prev: before {
        content: "\f060";
    }


    .slider-btn-wrap {
        background-color: #000000;
        display: flex;
        align-items: center;
        height: 85px;
        justify-content: center;
        width: 100%;
    }

    .slider-btn-wrap p {
        color: #fff;
        font-size: 16px;
        font-style: italic;
    }

    .header-box-wrapper {
        position: relative;
        background: url(../images/banner-bg.webp) center/cover no-repeat;
        height: 80vh;
    }

    .banner-mobile {}


    .header-circle {
        position: relative;
    }

    .header-circle img {
        position: absolute;
        left: -260px;
        top: 320px;
        z-index: 1;
        animation: moveAnimation 25s ease infinite;
        -ms-animation: moveAnimation 25s ease infinite;
        -webkit-animation: moveAnimation 25s ease infinite;
        -o-animation: moveAnimation 25s ease infinite;
        -moz-animation: moveAnimation 25s ease infinite;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .header-circle img.selected {
        opacity: 1;
    }

    @-webkit-keyframes moveAnimation {
        0% {
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

        50% {
            transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -webkit-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            -moz-transform: rotate(20deg);
        }

        100% {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }
    }

    @keyframes moveAnimation {
        0% {
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

        50% {
            transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -webkit-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            -moz-transform: rotate(20deg);
        }

        100% {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

    }


    .header-box-wrapper .header-circle: after {
        position: absolute;
        content: "";
        background-image: url(../images/banner-circle-right.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 149px;
        height: 198px;
        right: -20px;
        top: 40px;
        z-index: 1;
        animation: moveAnimation 25s ease infinite;
        -ms-animation: moveAnimation 25s ease infinite;
        -webkit-animation: moveAnimation 25s ease infinite;
        -o-animation: moveAnimation 25s ease infinite;
        -moz-animation: moveAnimation 25s ease infinite;
    }

    .main-about {
        padding: 100px 0;
        background-image: linear-gradient(to bottom, #00000000, #000000);
    }

    .about-para p {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        padding-bottom: 60px;
    }

    .about-para {
        padding-right: 25px;
    }

    .services-section {
        padding: 10px 0 100px;
        background-color: #000;
    }

    .project {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 17px 0;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        color: white;
        mix-blend-mode: difference;
    }

    .project-title h5 {
        margin-bottom: 14px;
    }

    .project-title p {
        line-height: 21px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .testmonial_info p {
        color: #ffffff52;
        font-size: 14px;
        font-weight: normal;
        padding: 45px 0px;
        line-height: 30px;
        padding-right: 20px;
    }

    .testmonial_info img {
        padding-top: 50px;
    }

    .testmonial_info {
        padding-left: 20px;
    }

    .service-carousel .owl-nav {
        position: absolute;
        bottom: -10px;
        right: 30px;
    }

    .service-carousel .owl-nav [ class*=owl-]:hover {
        background: #86979100;
        color: #FFF;
        text-decoration: none;
    }

    .service-carousel .owl-nav button.owl-prev,
    .service-carousel .owl-nav button.owl-next {
        font-size: 17px;
        color: #fff;
    }

    .service-carousel .owl-nav button.owl-prev:focus {
        outline: none;
    }

    .service-carousel .owl-nav button.owl-next:focus {
        outline: none;
    }

    .service-carousel .owl-nav button.owl-prev:hover,
    .service-carousel .owl-nav button.owl-next:hover {
        color: #2bcd63;
    }

    .logo-v1 img {
        max-width: 150px;
    }

    .logo-slider {
        margin-top: 100px;
    }

    .portfolio-section {
        padding: 100px 0;
    }

    .portfolio-heading {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 80px;
    }

    .portfolio-tabs .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #2bcd63 !important;
        background-color: transparent;
        border-color: transparent;
    }

    .nav-tabs {
        flex-wrap: nowrap;
    }

    .portfolio-tabs .nav-tabs {
        border-bottom: none;
    }

    .portfolio-tabs .nav-tabs .nav-link {
        border: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #ffffff;
        font-size: 13px;
        text-align: left !important;
        padding: 10px 6px;
        /* margin-bottom: 18px; */
    }

    .portfolio-wrap {
        padding-bottom: 80px;
        padding-right: 0;
        position: relative;
        overflow: hidden;
        margin-bottom: 43px;
    }

    .portfolio-wrap img {
        transition: 1s;
        z-index: 10;
        position: relative;
        display: block;
    }

    .portfolio-wrap: hover img {
        -ms-transform: scale(0.9, 0.9);
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        transition: 1s;
    }

    .portfolio-content {
        position: absolute;
        left: 0px;
        z-index: 20;
        margin-top: 20px;
        width: 100%;
    }

    .portfolio-content p {
        margin-bottom: 0px;
        font-size: 14px;
        color: #fff;
    }

    .portfolio-content h3 a {
        color: #fff;
        font-weight: bold;
        font-size: 28px;
    }

    .margin-top {
        margin-top: 75px;
    }

    .portfolio-item .col-md-6:nth-child(2) .portfolio-wrap {
        margin-top: 95px;
    }

    .portfolio-item .col-md-6:nth-child(4) {
        margin-top: 75px;
    }

    .main-pricing {
        background-color: #101010;
        padding: 80px 0px;
    }

    .pricing-heading h3 {
        color: #ffffff;
        font-size: 38px;
        font-weight: bold;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    /*.pricing-slider {
    overflow: hidden;
}
.pricing-slider .owl-stage-outer {
    overflow: visible;
    margin: 0px 10px;
}*/
    .package-box {
        background-color: #000000;
        padding: 37px 20px 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .package-wrap {
        position: relative;
        margin: 25px 20px;
    }

    .pricing-slider .item .package-wrap {
        transition: all .3s ease-in-out;
    }

    .overlay-back {
        position: absolute;
        height: 100%;
        background-color: rgb(209, 0, 29);
        transform: rotate(0deg);
        width: 100%;
        display: block;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    .package-wrap: hover .overlay-back {
        transform: rotate(-3deg);
        display: none;
    }

    .package-icon-heading {
        background-color: #fff;
        border-radius: 50px;
        width: 90px;
        height: 90px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .package-icon-heading: before {
        position: absolute;
        content: "";
    }

    .pricing-slider .item:nth-child(1) .package-icon-heading: before {
        background-image: url(../images/package-icon-1.png);
        width: 34px;
        height: 43px;
    }

    .pricing-slider .item:nth-child(2) .package-icon-heading: before {
        background-image: url(../images/package-icon-2.png);
        width: 37px;
        height: 37px;
    }

    .pricing-slider .item:nth-child(3) .package-icon-heading: before {
        background-image: url(../images/package-icon-3.png);
        width: 39px;
        height: 35px;
    }

    .package-text {
        background-color: #101010;
        padding: 10px 20px;
        margin: 12px 0px 20px;
    }

    .package-text h3 {
        color: #d1001d;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .package-heading {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .package-price {
        /* border: 1px dotted #fff; */
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
        margin-top: 17px;
    }

    .package-price h3 {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0px;
    }

    .package-price h3 span {
        font-size: 24px;
        font-weight: 600;
    }

    .package-detail {
        padding: 35px 0px;
    }

    .package-detail ul li {
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        padding-bottom: 15px;
        text-align: center;
    }

    .purchase-btn {
        background-image: -moz-linear-gradient(-90deg, rgb(209, 0, 29) 0%, rgb(130, 12, 29) 100%);
        background-image: -webkit-linear-gradient(-90deg, rgb(209, 0, 29) 0%, rgb(130, 12, 29) 100%);
        background-image: -ms-linear-gradient(-90deg, rgb(209, 0, 29) 0%, rgb(130, 12, 29) 100%);
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        padding: 13px 30px;
        border-radius: 4px;
    }

    .purchase-btn: hover {
        color: #fff;
    }

    .purchase-btn i {
        padding-left: 8px;
    }

    .package-btn {
        display: flex;
    }

    .pricing-slider .owl-dots button:focus {
        outline: none;
    }

    .pricing-slider .owl-dots .owl-dot.active span,
    .pricing-slider .owl-dots .owl-dot:hover span {
        background: #a3071d;
        border: none;
    }


    /* New styling packages */


    .package-box {
        padding: 37px 20px 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    }

    .package-wrap {
        position: relative;
        margin: 25px 20px;
    }

    .pricing-slider .item .package-wrap {
        transition: all .3s ease-in-out;
    }

    .overlay-back {
        position: absolute;
        height: 100%;
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        transform: rotate(0deg);
        width: 100%;
        display: block;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    .package-wrap: hover .overlay-back {
        transform: rotate(-3deg);
    }

    .package-icon-heading {
        background-color: #fff;
        border-radius: 50px;
        width: 90px;
        height: 90px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    .package-icon-heading: before {
        position: absolute;
        content: "";
    }

    .package-text {
        background-color: #101010;
        padding: 10px 20px;
        margin: 12px 0px 20px;
    }

    .package-text h3 {
        color: #2bcd63;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 17px;
        margin-bottom: 0px;
    }

    .package-heading {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .package-price {
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
        margin-top: 0px;
    }

    .package-price p {
        color: #999999;
        font-size: 16px;
        padding-left: 20px;
    }

    .package-price p span {
        text-decoration: line-through;
    }

    .package-price h3 {
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0px;
    }

    .package-price h3 span {
        font-size: 24px;
        font-weight: 600;
    }

    .package-para p {
        color: #8c8c8c;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }

    .package-detail {
        padding: 35px 20px;
        background-color: #000;
        width: 100%;
        border: 1px solid #cccccc69;
        margin: 25px 0px;
    }

    .package-detail ul li {
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        padding-bottom: 15px;
        text-align: left;
        position: relative;
        padding-left: 20px;
    }

    .package-detail ul li.heading {
        font-weight: 700;
        padding-left: 0;
    }

    .package-detail ul li:before {
        position: absolute;
        left: 0;
        top: 6px;
        width: 0;
        height: 0;
        content: '';
        border-left: 5px solid #2bcd63;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        /* right: 55px; */
    }

    .package-detail ul li.heading:before {
        display: none;
    }

    .purchase-btn {
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        padding: 13px 30px;
        border-radius: 4px;
        border: 1px solid #fff;
    }

    .purchase-btn: hover {
        color: #fff;
    }

    .purchase-btn i {
        padding-left: 8px;
    }

    .package-btn {
        display: flex;
    }

    .pricing-slider .owl-dots button:focus {
        outline: none;
    }

    .pricing-slider .owl-dots .owl-dot.active span,
    .pricing-slider .owl-dots .owl-dot:hover span {
        background: #3bd671;
        border: none;
    }

    .package-btn .purchase-btn {
        border: none;
    }


    .owl-theme .owl-dots .owl-dot span {
        border: 1px solid #4f4f4f;
        background: transparent;
    }

    .main-feature {
        padding: 100px 0px;
        text-align: center;
    }

    .featue-heading h3 {
        color: #fff;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 40px;
        text-align: center;
    }

    .feature-box h3 {
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        padding-top: 10px;
    }

    .heading-wrap {
        text-align: center;
    }

    .heading-wrap h3 {
        color: #fff;
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .heading-wrap p {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

    .footer-form-wrap {
        padding: 65px 0px 80px;
    }

    .footer-form-address {
        height: 430px;
        border-radius: 5px;
        padding: 35px 20px 0px;
        background-image: linear-gradient(to left, #3bd671, #1a7138);
    }

    .footer-form-address h3 {
        color: #fff;
        font-weight: bold;
        font-size: 34px;
        margin-bottom: 0px;
    }

    .footer-form-address ul {
        padding-top: 30px;
    }

    .footer-form-address ul li {
        padding-bottom: 20px;
    }

    .footer-form-address ul li a {
        color: #fff;
        font-weight: normal;
        font-size: 15px;
        display: flex;
    }

    .footer-form-address ul li a i {
        padding-right: 15px;
        padding-top: 5px;
    }

    .footer-form {
        padding-left: 15px;
    }

    .crd-cont {
        background-color: transparent;
        border: transparent;
    }

    .crd-cont button {
        color: #97949e;
        padding: 0;
    }

    .crd-cont button span {
        color: #3bd671;
    }

    .crd-cont button:hover {
        color: #fff;
    }

    .crd-cont .card-header {
        border-color: transparent;
    }

    .contact-form-control input {
        background-color: transparent;
        border: 1px solid #909097;
        height: 50px;
        border-radius: 10px;
        margin-bottom: 29px;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
    }

    .contact-form-control textarea {
        background-color: transparent;
        border: 1px solid #909097;
        height: 122px;
        border-radius: 10px;
        margin-bottom: 29px;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        width: 100%;
        padding-left: 15px;
        padding-top: 18px;
    }

    .contact-form .purchase-btn {
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        color: #fff;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600;
        padding: 11px 60px;
        border-radius: 4px;
        transition: 0.4s;
        border: none;
    }

    .social {
        list-style: none;
        display: flex;
        background-color: #848484;
        padding: 0;
        margin: 0;
    }

    .social li:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .social li {
        padding: 14px 15px;
        width: 100%;
        text-align: center;
        transition: background-color 0.15s linear;
    }

    .social li a {
        color: #fff;
        font-size: 20px;
        display: block;
        line-height: 4px;
    }

    .social li:hover.gp {
        background: #111637;
    }

    .social li:hover.fb {
        background: #3b5998;
    }

    .social li:hover.yt {
        background: #c4302b;
    }

    .social li:hover.ld {
        background: #0e76a8;
    }

    .social li:hover.pt {
        background: #E60023;
    }

    .social li:hover.tw {
        background: #17313b;
    }

    footer {
        background: #15131b;
    }

    .footer-menu {
        padding: 25px 0px;
        height: 100%;
    }

    .footer-menu h4 {
        line-height: 2rem;
        font-size: 1.1rem;
        color: #fff;
    }

    ul.arrow-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    ul.arrow-list li {
        position: relative;
        padding: 5px 0;
        padding-left: 25px;
        font-size: 13px;
        color: #131119;
        font-weight: 700;
    }

    .footer-menu ul.arrow-list li {
        padding: 2px 0;
        padding-left: 15px;
        width: 100%;
        padding-bottom: 18px;
    }

    .footer-menu ul.arrow-list li a {
        font-size: 0.75rem;
        text-decoration: none;
        color: #cfcfcf;
        font-weight: 500;
    }

    .footer-menu ul.arrow-list li a:hover {
        color: #fff;
    }

    ul.arrow-list li:after {
        position: absolute;
        left: 0;
        top: 6px;
        width: 0;
        height: 0;
        content: '';
        border-left: 5px solid #2bcd63;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .footer-menu .footer-detail {
        list-style: none;
        margin: 0px -1rem;
        padding: 0px 0rem 1rem;
    }

    .footer-menu .footer-detail li {
        padding: 10px 0;
    }

    .footer-menu .footer-detail li a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .footer-menu .footer-detail li a img {
        margin-right: 10px;
        width: 30px;
    }

    .btn-white-outline {
        color: #fff;
        border: 2px solid #2bcd63;
        background: transparent;
        border-radius: 25px;
        padding: 11px 7px;
        font-size: 0.875rem;
    }

    .btn-white-outline: hover {
        background: #2bcd63;
        color: #fff;
    }

    .footer-logo p {
        color: #8b8b8b;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        padding: 0px 29px;
    }

    .footer-logo {
        border: 1px solid #666666;
        padding: 0px;
    }

    .footer-logo h4 {
        padding: 35px 0px;
        border-bottom: 1px solid #666666;
        text-align: center;
    }

    .cprBar {
        background: #110f16;
        color: #97949e;
        padding: 15px 0;
        font-size: 14px;
    }

    .cprBar .cpr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .cpr a {
        font-weight: 700;
        text-decoration: none;
        color: #fff;
    }



    /********INNER-PAGES*******/

    .inner-header .main-header-wrap {
        border: none;
    }

    .inner-banner {
        background-size: cover !important;
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

    .banner-content h2 {
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        line-height: 60px;
    }

    .banner-cont-pck h2 {
        font-size: 34px;
    }

    .banner-content h2 strong {
        font-weight: 500;
    }

    .banner-content h2 span {
        font-weight: 700;
        color: #000;
        background-color: #fff;
        padding: 0 5px;
    }

    .banner-content h2 span.red-hd {
        color: #2bcd63;
    }

    .project-btn {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        padding: 12px 32px;
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        border-radius: 3px;
        text-transform: uppercase;
    }

    .banner-btn {
        display: flex;
        align-items: center;
    }

    .banner-content p {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 35px;
    }

    .chat-btn {
        margin-left: 29px;
    }

    .banner-right {
        position: absolute;
        right: 0;
        top: 50%;
        height: 100%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
    }

    .banner-right img {
        width: unset !important;
        margin: 70px 0 0 0 !important;
    }

    .our-services {
        padding: 120px 0;
    }

    .services-hd {
        font-size: 38px;
        font-weight: 700;
        color: #fff;
    }

    .services-content p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 48px;
    }

    .services-content ul {
        margin-bottom: 45px;
    }

    .services-content ul li {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        width: 40%;
    }

    .services-content ul li i {
        color: #2bcd63;
        padding-right: 30px;
    }

    .red_started {
        color: #2bcd63;
    }

    .red_started: hover {
        color: #fff;
    }

    .get-started: before {
        background-color: #2bcd63;
    }

    .projects {
        background-color: #0e0d0d;
        padding: 48px 0;
        position: relative;
    }

    .projects: before {
        content: "";
        position: absolute;
        background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        width: 45%;
        height: 420px;
        top: -36px;
    }

    .project-left ul li {
        font-size: 18px;
        color: #fff;
        line-height: 50px;
    }

    .project-left ul li i {
        color: #2bcd63;
        margin-right: 30px;
    }

    .projects-counter {
        display: flex;
        justify-content: space-between;
    }

    .counter-box {
        text-align: center;
    }

    .counter-box img {
        margin-bottom: 30px;
    }

    .counter-box h3 {
        font-size: 42px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }

    .counter-box p {
        font-size: 18px;
        color: #999;
    }

    .inner-services-sec {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .services-tabs {
        display: block;
        border: none;
        margin: 0;
        bottom: inherit;
        margin-top: 5px;
    }

    .services-tabs li {
        border-bottom: 1px solid #ffffff40 !important;
        border: none;
        text-align: left;
        padding: 35px 0;
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        text-indent: inherit;
        width: 100%;
        margin: 0;
        background-color: transparent;
        opacity: 1;
        height: 100%;
    }

    .services-tabs li.active {
        position: relative;
    }

    .services-tabs li.active:before {
        content: "";
        position: absolute;
        background-color: #2bcd63;
        width: 3px;
        height: 67px;
        top: 19px;
        right: 0;
    }

    .services-tabs li span {
        font-weight: 400;
        font-size: 16px;
        margin-right: 50px;
    }

    .service-tab-content {
        padding: 0px;
    }

    .service-tab-content .carousel-item h4 {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        margin-bottom: 25px;
    }

    .service-tab-content .carousel-item p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.302);
        margin-bottom: 25px;
        line-height: 26px;
    }

    .service-tab-content .carousel-item ul li {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        width: 49.5%;
        font-weight: 400;
    }

    .service-tab-content .carousel-item ul li i {
        color: #2bcd63;
        padding-right: 22px;
    }

    .services-tabs-control {
        position: absolute;
        top: inherit;
        bottom: -40px;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: left;
        width: initial;
        color: #fff;
        text-align: center;
        opacity: 1;
        transition: opacity .15s ease;
    }

    .services-tabs-control: hover {
        color: #2bcd63;
    }

    .services-tabs-control.carousel-control-next {
        left: 35px;
        right: inherit;
    }

    .services-tabs-control .carousel-control-prev-icon,
    .services-tabs-control .carousel-control-next-icon {
        background-image: none;
        font-size: 18px;
    }


    .inner-about-sec {
        padding: 97px 0px;
    }

    .inner-about-img-wrap {
        background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        padding: 74px 45px 64px;
        margin-left: 18px;
        position: relative;
    }

    .inner-about-img-wrap: before {
        content: "";
        position: absolute;
        background-color: rgb(133, 0, 0);
        left: -17px;
        width: 40%;
        height: 100%;
        z-index: -1;
        top: 20px;
    }

    .inner-about-text-wrap {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .inner-about-img-wrap h3 {
        color: #fff;
        font-weight: bold;
        font-size: 30px;
        text-transform: capitalize;
        line-height: 40px;
    }

    .inner-about-img-wrap p {
        color: #ffffff6b;
        font-weight: normal;
        font-size: 13px;
        line-height: 24px;
    }

    .inner-about-text-wrap h3 {
        font-weight: bold;
        color: #fff;
        font-size: 38px;
        margin-bottom: 0px;
    }

    .inner-about-text-wrap p {
        color: #ffffff4d;
        font-size: 14px;
        font-weight: normal;
        line-height: 25px;
        padding-top: 35px;
    }

    .inner-core-sec {
        padding-bottom: 65px;
    }

    .core-heading p {
        font-weight: normal;
        font-size: 18px;
        color: #999999;
    }

    .core-box-wrap {
        padding-top: 37px;
    }

    .core-box {
        background-color: #0e0d0d;
        padding: 37px 33px;
        margin-bottom: 25px;
    }

    .core-box h3 {
        font-weight: bold;
        color: #d1001d;
        font-size: 22px;
        margin-bottom: 0px;
        padding: 25px 0px;
    }

    .core-box p {
        font-weight: normal;
        color: #999999;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .inner-our-skill {
        background-color: #101010;
        padding: 63px 0px;
    }

    .inner-our-skill .heading-wrap p {
        font-size: 18px;
        color: #999999;
    }

    .our-skill-wrap {
        padding: 75px 0px 15px;
    }

    .skill-text-wrap p {
        color: #999999;
        font-weight: normal;
        font-size: 14px;
        line-height: 30px;
    }


    .progress-bar {
        margin: 0px 0 0px;
        overflow: hidden;
    }

    .progress-title-holder {
        padding-bottom: 20px;
        position: relative;
        margin: 0 0;
        line-height: 23px;
        font-weight: 400;
        color: #2e2e2e;
    }

    .progress-title {
        z-index: 100;
        font-weight: bold;
        color: #fff;
        font-size: 22px;
    }

    .progress-number-wrapper {
        width: 100%;
        z-index: 10;
    }

    .progress-number-mark {
        margin-bottom: 4px;
        border-radius: 3px;
        padding: 0 8px;
        position: absolute;
        bottom: 0;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        /* transform: translateX(-50%); */
        -ms-transform: translateX(-50%);
        /* -webkit-transform: translateX(-120%); */
    }

    .progress-number-wrapper,
    .progress-number-mark {
        font-size: 22px;
        line-height: 24px;
        height: auto;
        letter-spacing: 0px;
        font-weight: 600;
        font-style: normal;
        text-transform: none;
        color: #ffffff;
        position: absolute;
        top: 0;
        right: 30px;
    }

    .progress-content-outter {
        height: 12px;
        background-color: #999999;
        border-radius: 10px;
        margin-bottom: 35px;
    }

    .progress-content {
        height: 13px;
        background-color: #d1001d;
        width: 0%;
        border-radius: 10px;
    }

    .skill-progress-wrap .progress-bar {
        background-color: transparent;
        text-align: left;
        position: relative;
    }

    .bbb-logo {
        padding-top: 34px;
    }

    .inner-portfolio-box {
        transform: scale(1);
        transition: all .5s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .portfolio-box-wrap .inner-portfolio-box: hover {
        z-index: 2;
    }

    .portfolio-box-wrap .inner-portfolio-box: hover .hovereffects-det {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .hovereffects-det {
        background-image: -moz-linear-gradient(to left, #11b9b7ab, #0856afb3);
        background-image: linear-gradient(to left, #11b9b7ab, #0856afb3);
        background-image: -ms-linear-gradient(to left, #11b9b7ab, #0856afb3);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: column;
        justify-content: center;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -o-transition: 5;
        transition: .6s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        opacity: 0;
    }

    .btnstyles-nn {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btnstyles-nn a {
        color: #fff;
        border-radius: 20px;
        font-size: 18px;
        font-weight: 500;
        margin: 5px;
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .btnstyles-nn a i {
        margin: 0 5px;
        font-size: 40px;
    }

    .offering {
        background: url(../images/offering.jpg) no-repeat;
        background-size: cover;
        padding: 80px 0;
    }

    .offering-content {
        text-align: center;
    }

    .offering-content h3 {
        font-size: 38px;
        font-weight: 700;
        color: #fff;
    }

    .offering-content p {
        font-size: 20px;
        color: #ffffff;
        margin: 30px 0 50px;
    }

    .offering-content a {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 42px;
        border: 1px solid #fff;
        border-radius: 3px;
    }

    .offering-content li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }


    .process-detail {
        padding-top: 160px;
    }

    .process-box {
        border: 1px solid rgb(153, 153, 153);
        padding: 65px 0px;
        width: 100%;
        position: relative;
        text-align: center;
        height: 227px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .process-box h2 {
        font-size: 130px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        margin-bottom: 0px;
        color: #ffffff1f;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .process-box: after {
        content: "";
        position: absolute;
    }

    #pointer {
        width: 1px;
        position: relative;
        transform: rotate(90deg);
        left: -19px;
        bottom: -67px;
    }

    #pointer: before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid rgb(255, 255, 255);
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    #pointer: after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid #000000;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .process-content {
        text-align: center;
        padding-top: 47px;
    }

    .process-content h3 {
        font-weight: 700;
        font-size: 22px;
        color: #2bcd63;
    }

    .process-content p {
        font-size: 14px;
        color: #999;
    }

    .process {
        padding: 97px 0;
    }

    .process-wrap.selected .process-box {
        background-image: -moz-linear-gradient(90deg, rgb(148, 0, 14) 0%, rgb(216, 0, 20) 100%);
        background-image: linear-gradient(to left, #3bd671, #1a7138);
        background-image: -ms-linear-gradient(90deg, rgb(148, 0, 14) 0%, rgb(216, 0, 20) 100%);
        border: none;
    }

    .process-wrap.selected .process-box #pointer: after {
        border-left: 20px solid #fff;
    }

    .process-wrap.selected .process-box #pointer: before {
        border-left: 20px solid #fff;
    }

    .process-wrap.selected .process-box img {
        filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(355deg) brightness(183%) contrast(101%);
    }

    .process-wrap {
        position: relative;
    }

    .process-wrap: before {
        content: "";
        position: absolute;
        height: 9px;
        width: 100%;
        background-color: #999999;
        left: 0;
        top: -90px;
    }

    .process-wrap.selected: before {
        background-color: #fff;
    }

    .process-wrap: last-child:before {
        border-bottom-right-radius: 12px;
        border-top-right-radius: 12px;
    }

    .process-wrap: first-child:before {
        border-bottom-left-radius: 12px;
        border-top-left-radius: 12px;
    }

    .testimonial {
        background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
        padding: 80px 0;
    }

    .testimonial-headings h5 {
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        margin-bottom: 15px;
    }

    .testimonial-headings {
        padding-right: 30px;
        padding-top: 30px;
    }

    .testimonial-headings h3 {
        font-weight: 700;
        font-size: 42px;
        color: #fff;
        margin-bottom: 35px;
    }

    .testimonial-headings p {
        font-size: 18px;
        color: #999;
        margin-bottom: 70px;
    }

    .testi-btn span {
        color: #10b3b6;
    }

    .testi-btn {
        background-color: #fff;
        text-transform: uppercase;
        height: 47px;
        width: 305px;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        border-radius: 3px;
        border: none;
    }

    .testimonialSlider {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        width: 100%;
    }

    .testimonialSlider li {
        padding: 0 15px;
        text-align: center;
    }

    .testimonialSlider li .quotedBy {
        background: #fff;
        padding: 28px;
        position: relative;
        text-align: left;
        height: 268px;
    }

    .client-name {
        display: flex;
        align-items: flex-end;
    }

    .testimonialSlider li .quotedBy:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 100%;
        width: 0;
        height: 0;
        border-top: 20px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }

    .testimonialSlider li .quotedBy p {
        font-size: 14px;
        color: #666;
        line-height: 1.7;
    }

    .testimonialSlider li .quotedBy h5 {
        font-size: 12px;
        color: #666;
        margin: 15px 0 0;
    }

    .testimonialSlider li .quotedBy h5 span {
        font-size: 18px;
        display: block;
        color: #2bcd63;
        font-weight: 600;
    }

    .testimonialSlider li img {
        margin: 35px auto 0;
    }

    .slick-initialized .slick-slide {
        outline: 0;
    }

    .testimonialSlider .slick-arrow {
        position: absolute;
        top: calc(55% - 20px);
        padding: 0;
        width: auto;
        background: transparent;
    }

    .testimonialSlider .slick-arrow.slick-next {
        right: unset;
        left: calc(100% + 13px);
    }

    .testimonialSlider .slick-arrow.slick-prev {
        right: 100%;
        left: unset;
        transform: rotate(180deg);
    }

    .testimonialSlider .slick-arrow.slick-next: before {
        content: url(../images/arrow.png);
    }

    .testimonialSlider .slick-arrow.slick-prev: before {
        content: url(../images/arrow.png);
    }



    .btn-10 {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .btn-10: before,
    .btn-10:after,
    .btn-10 span:before,
    .btn-10 span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 80px;
        background-color: #2bcd63;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        z-index: -1;
    }

    .btn-10: after,
    .btn-10 span:before {
        left: auto;
        right: 0;
    }

    .btn-10 span:before,
    .btn-10 span:after {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .btn-10: hover {
        color: #ffffff;
        -webkit-transform: translateY(-4px);
        -khtml-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    .btn-10: hover:before,
    .btn-10:hover:after,
    .btn-10:hover span:before,
    .btn-10:hover span:after {
        width: 250px;
    }

    .btn-10: active {
        background-color: #6c0f0b;
    }

    .inner-portfolio-wrap {
        padding-top: 110px;
    }

    .banner-btn .btn-10: hover {
        color: #ffffff;
        -webkit-transform: translateY(-4px);
        -khtml-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    .main-pricing .portfolio-heading {
        margin-bottom: 30px;
    }



    .form_wrap span i {
        position: absolute;
        top: 17px;
        left: 36px;
        font-size: 15px;
        color: #db1e5a
    }

    .entry-right input {
        border-radius: 5px;
        height: 51px;
        padding-left: 20px;
        border: 2px solid #e3e3e3;
        box-shadow: none;
        background: #fafafa;
        margin: 5px 0
    }

    .entry-right {
        background-color: #eff1ff;
        background-size: cover;
        background-position: 100% 0;
        padding: 0 4%;
        border-radius: 10px;
        box-shadow: inset 0 0 250px 0 rgba(0, 0, 0, .11)
    }

    form.offr-frm {
        height: 100%
    }

    .modal-dialog.modal-dialog-centered {
        max-width: 100% !important
    }

    .offr-frm .close {
        background-color: transparent;
        color: #f5f5f5;
        border-radius: 23px;
        width: 47px;
        height: 44px;
        position: absolute;
        right: 2px;
        z-index: 1;
        top: -70px;
        cursor: pointer;
        opacity: 1;
        border: 3px solid #f5f5f5;
    }

    #entry-popup {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99999990;
        align-items: center;
        background-color: rgba(0, 0, 0, .6);
        display: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }

    .entry-box {
        background: #fff;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 0 0 50px 0 #000;
        position: relative;
        pointer-events: auto;
        width: 837px !important;
        height: 597px;
        background: url(../images/popup_bgset.jpg);
        background-size: cover;
    }

    .entry-box h1 {
        text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 60px
    }

    .entry-box h1 span {
        color: #ffd800
    }

    .entry-box h1 {
        text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
        color: #fff;
        font-size: 70px;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: capitalize;
        line-height: 79px;
    }

    .popup_top .text {
        position: relative;
        padding: 93px 0 0 46px
    }

    .popup_top .text h2 {
        font-size: 30px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0;
        font-weight: 300;
        line-height: 65px;
    }

    .entry-right .text h2 span {
        color: #eb0000
    }

    .text_dis_in {
        background-color: #101010;
        width: 85%;
        padding-left: 15px;
        padding-top: 23px;
        padding-bottom: 22px;
        position: relative;
    }

    .text_dis_in: before {
        width: 0;
        height: 0;
        border-bottom: 30px solid #101010;
        border-left: 30px solid transparent;
        position: absolute;
        content: "";
        top: -30px;
        right: 0;
    }

    .text_dis {
        display: flex;
        justify-content: flex-end;
        margin-top: 50px
    }

    .text_dis_in h2 {
        font-size: 30px;
        color: #d3d7f2;
        margin: 0
    }

    .text_dis {
        display: flex;
        justify-content: flex-end
    }

    .text_dis_in h1 {
        color: #d1001d;
        font-size: 65px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
    }

    .entry-right .text: before {
        content: "";
        width: 6px;
        height: 50px;
        background: #1473e6;
        border-radius: 20%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden
    }

    .form-control.error {
        border-color: red !important
    }

    label.error {
        display: none !important
    }

    .entry-right .text strong {
        text-transform: uppercase
    }

    .entry-right .form-control: focus {
        border-color: #e2001b;
        box-shadow: 0 0 5px 0 #dee2e4;
        background-color: #fff;
        box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2)
    }

    .entry-right input {
        border-radius: 5px;
        height: 54px;
        padding-left: 0;
        border: 1px solid #dedede;
        box-shadow: none;
        background: #f5f5f5;
        border: 1px solid #959595;
        border-radius: 40px;
        border-left: 0;
        margin: 0 !important;
    }

    span.input-group-text.set_inp_gr {
        background-color: #f5f5f5;
        border: 1px solid #959595;
        border-radius: 40px;
        color: #d1001d;
        padding: 0 23px;
    }

    .entry-right input[type=email],
    .leaving-box input[type=email] {
        background-color: #fff !important;
        color: #555 !important
    }

    .entry-right .intl-tel-input {
        width: 100%
    }

    .entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
        padding-left: 0
    }

    .entery-submit {
        width: 100%;
        background-color: #d1001d !important;
        box-shadow: 0 9px 27px 0 rgba(0, 0, 0, .22);
        color: #f3f3f3;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        border: none !important;
        border: 1px solid #05062b;
        height: 61px;
        cursor: pointer;
        margin-top: 6px;
        border-radius: 40px;
    }

    .text_topfr h2 {
        font-size: 31px;
        margin: 0;
        color: #d1001d;
        font-weight: 400;
        text-align: center;
        padding-bottom: 14px;
    }

    .text_topfr h4 {
        font-size: 36px;
        margin: 0;
        color: #0c0c0c;
        font-weight: 700;
        text-align: center;
        padding-bottom: 30px;
    }

    .entry-right a {
        height: 60px;
        line-height: 60px;
        display: block;
        width: 100%;
        background-color: #ffd800;
        border-radius: 50px;
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
        font-weight: 600
    }

    .entry-right a i {
        margin-left: 6px
    }

    .popup_top p {
        color: #fff;
        font-size: 30px;
        margin: 0;
        padding-top: 4px
    }

    .entry-right label {
        margin: 0
    }

    .entry-right .form-group {
        margin-bottom: 10px
    }

    a#entry-box_close {
        position: absolute;
        right: 5px;
        background-color: #69c626;
        width: 40px;
        height: 40px;
        border-radius: 50pc;
        color: #fff;
        font-size: 29px;
        top: 10px;
        z-index: 9
    }

    .text_topfr {
        margin-top: 93px
    }

    .error,
    .invalid {
        border-color: red !important
    }


    /* New form styling */
    .form-left-art h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 30px;
        color: #292929;
        margin-bottom: 20px;
    }

    .form-left-art h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 54px;
        color: #2bcd63;
        margin-bottom: 40px;
    }

    .form-left-art sup {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        vertical-align: super;
        position: absolute;
        left: 49px;
        top: 27px;
    }

    .form-left-art h4 {
        font-family: 'Poppins', sans-serif;
        font-size: 111px;
        margin-bottom: 0;
        background-color: #2bcd63;
        color: #fff;
        margin-left: -50px;
        position: relative;
        padding: 0 106px;
        line-height: 125px;
        max-width: 380px;
    }


    .popup-main-wrap {
        padding: 80px 36px;
        background-color: #000;
        border: 5px solid #16b6b8;
        border-radius: 15px;
    }

    .form-right-art h3 {
        font-weight: 400;
        font-size: 25px;
        color: #a1a1a1;
        margin-bottom: 0;
    }

    .form-right-art h2 {
        font-weight: 700;
        font-size: 41px;
        color: #fff;
    }

    .form-left-art {
        background-image: url(../images/popup-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px 90px 20px 50px;
        border-radius: 15px;
        margin-left: -125px;
    }

    .sup2 {
        left: 310px !important;
        top: 46px !important;
    }

    .ftr-frm input,
    .ftr-frm button {
        border-radius: 50rem !important;
        padding: 10px 31px !important;
        height: auto;
    }

    .ftr-frm button {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 22px;
        background-color: #2bcd63;
        color: #fff;
        border: 2px solid #fff;
        width: 100%;
    }

    .ftr-frm button:focus {
        outline: none;
    }

    .entry-box1 {
        max-width: 900px;
        margin: 0 auto;
        max-height: 580px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        overflow: unset !important;
        display: none;
    }

    .cross {
        position: absolute;
        color: #fff;
        right: -30px;
        top: -76px;
        padding: 10px 15px !important;
        background-color: #2bcd63 !important;
        border-radius: 50%;
        opacity: 1;
    }


    .form-left-art h4::after {
        content: "";
        position: absolute;
        width: 45px;
        height: 125px;
        background-color: #2bcd63;
        clip-path: polygon(100% 47%, 0 0, 0 100%);
        top: 0;
        right: -44px;
    }

    .form-error {
        display: block;
    }


    /* banner step form */
    .banner_step_form .tab {
        display: none;
    }

    .banner_step_form input[type="text"] {
        border-radius: 4px 0px 0 4px;
        height: 50px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        background-color: #00000040;
        border: 0;
        color: #fff;
        padding: 0 37px;
        border: 1px solid #e98f00;
    }

    .banner_step_form input[type="text"]::placeholder {
        color: #fff;
    }

    .form_btn_wrap {
        border-radius: 0 4px 4px 0px;
        background-color: #e98f00;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        border: 0;
        line-height: 14px;
        padding: 0 15px;
        height: 50px;
        width: auto;
    }

    .form_btn_wrap button {
        border: 0;
        background-color: transparent;
        width: auto;
        height: 100%;
        padding: 0 15px 0 15px;
        color: #fff;
    }

    .form_btn_wrap button:focus {
        outline: none;
    }

    .banner_step_form {
        display: flex;
        margin-bottom: 17px;
    }

    .banner_step_form input[type="text"].invalid {
        background-color: rgb(255 0 0 / 12%);
    }

    .banner_step_form {
        display: flex;
    }

    span.help-block.form-error {
        display: none;
    }

    /* banner step form */
    .package-para p {
        display: none;
    }

    .seo_pkgs .package-para p {
        display: block;
    }

    .package-price .price_wrap p {
        font-size: 13px;
        padding: 0;
    }


    /* privacy-thankyou-css */

    .main-privacy {
        padding: 60px 0 80px;
        background-color: #fff;
    }

    .main-privacy h3 {
        color: #000;
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 600;
    }

    .main-privacy h4 {
        font-size: 26px;
        color: #000;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .main-privacy p,
    .main-privacy li {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 22px;
    }

    input.error {
        border-color: black !important;
    }

    .thankyou_sec {
        padding: 0px;
        height: 75vh;
        display: flex;
        align-items: center;
        background-color: #fff;
    }

    .main-thankyou {
        text-align: center;
    }

    .main-content__checkmark {
        font-size: 9.75rem !important;
        line-height: 1 !important;
        color: #15b8cb;
    }

    .site-header__title {
        font-size: 6.5rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .main-content__body {
        margin: 20px 0 0;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .start_live_chat {
        font-size: 20px;
        background-color: #16171a;
        padding: 15px 35px;
        display: inline-block;
        border-radius: 4px;
        margin: 20px 0 0;
        color: white !important;
        text-decoration: none;
        border-radius: 50px;
        line-height: 16px;
    }

    .inner-new-header {
        /* background-color: #ffeded; */
        padding-bottom: 30px;
        position: absolute;
    }






    /* combo packages */

    .combo-pack-head {
        background-color: #262626;
        padding: 10px 0;
    }

    .combo-pack-head h5 {
        font-size: 43px;
        font-weight: 700;
        margin: 0;
        padding: 12px 0 0px 0;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    .combo-pack-info p {
        margin: 0;
        padding: 0;
        font-size: 17px;
        text-align: center;
        font-weight: 500;
        color: #424343;
    }

    .combo-pack-info {
        padding: 10px 0;
        background-color: #fff;
        border-bottom: 1px solid #000;
    }

    .comb-pack-desc-main-box {
        padding: 20px 30px;
        background-color: #fff;
        position: relative;
        z-index: 9;
    }

    .combo-pack-box h6 {
        margin: 0;
        padding: 0 0 15px 0;
        font-size: 25px;
        text-transform: capitalize;
        font-weight: 600;
        color: #000000;
    }

    .combo-pack-box ul li {
        margin: 0;
        padding: 0 0 20px 30px;
        font-size: 14px;
        color: #000000;
        /* font-weight: 600; */
        position: relative;
    }

    .combo-pack-box {
        margin-bottom: 15px;
    }

    .combo-pack-box ul li::before {
        content: '';
        background-image: url('../images/combo-before-img.png');
        height: 23px;
        width: 26px;
        position: absolute;
        left: 0;
        top: -5px;
    }

    .combo-pack-price h6 {
        font-size: 50px !important;
        margin: 0;
        padding: 0;
        color: #2bcd63;
        font-weight: 800;
    }

    .combo-package-desc-price {
        text-align: center;
        padding: 30px 0px 0px 0px;
    }

    .btn-combo {
        background-color: #2bcd63;
        color: #000 !important;
        /* padding: 6px 20px; */
        border-radius: 10px;
        font-size: 13px;
        font-weight: 700;
        color: #fff !important;
        cursor: pointer;
        text-transform: capitalize;
        padding: 8px 30px;
        margin-top: 10px;
        display: inline-block;
    }

    .combo-package-chat-box .chat-btn {
        padding: 40px 0 5px 0;
    }

    .combo-package-chat-box .chat-btn a h4 {
        font-weight: 600;
        font-size: 20px;
        color: #505050;
        margin-bottom: 0px;
        text-transform: capitalize;
    }

    .combo-package-chat-box .chat-btn a h4 span {
        font-weight: 700;
        font-size: 36px;
        color: #505050;
        display: block;
        text-transform: capitalize;
    }

    .btn-combo-view {
        background-color: #000;
        color: #fff !important;
        padding: 8px 30px;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 10px;
    }

    .btn-combo: hover {
        color: #fff !important;
    }

    .combo-pack-sec {
        background-color: #efefef;
    }

    .combo-pack-sec {
        background-color: #efefef !important;
    }

    .portfolio-box-wrap {
        border: 1px solid #ccc;
    }

    .disclaimer-para {
        font-size: 15px !important;
        color: #ddd !important;
        line-height: 20px;
        text-align: center;
        margin-bottom: 15px;
        font-weight: 5;
        font-weight: 500;
    }

    .footer-form-address ul li a img {
        margin-right: 10px;
    }

    .menu-wrap .navbar-collapse ul li a img {
        margin-right: 2px;
        width: 30px;
    }

    .trustpilot-box {
        display: block;
    }

    .footer-widgets {
        display: flex;
    }

    .footer-services-menu {
        padding-bottom: 0px;
    }

    .footer-services-menu .last {
        padding-bottom: 0px !important;
    }

    .bark-box {
        margin-left: 10px;
    }

    /* Tabs Style 01 */

    .tabs-style-01 .icon-tabs .nav-tabs {
        border-top: 0px solid #f1f1f1;
        border-bottom: 1px solid #f6f6f6;
        margin-bottom: 25px;
        background-color: transparent;
        padding-bottom: 30px;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li {
        display: inline-block;
        width: 25%;
        float: left;
        text-align: left;
    }

    .tabs-style-01 .icon-tabs p {
        margin-bottom: 1rem;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li>a {
        margin-right: 0;
        font-size: 25px;
        line-height: 25px;
        color: #24182e;
        border: 0;
        border-radius: 0;
        padding: 0px;
        text-align: left;
        font-weight: 700;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li>a h1 {
        color: #3bd671;
        font-weight: 800;
        margin-top: 0;
        position: relative;
        z-index: 2;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li>a h1:before {
        position: absolute;
        top: 5px;
        left: -25px;
        width: 60px;
        height: 60px;
        background-color: #e6f8f9;
        content: '';
        border-radius: 100px;
        z-index: -1;
    }

    .tabs-style-01 .icon-tabs .nav>li>a:focus,
    .tabs-style-01 .icon-tabs .nav>li>a:hover {
        background-color: transparent;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li.active>a,
    .tabs-style-01 .icon-tabs .nav-tabs>li.active>a:focus,
    .tabs-style-01 .icon-tabs .nav-tabs>li.active>a:hover {
        border: 0;
        color: #24182e;
        position: relative;
        background: transparent;
    }

    .tabs-style-01 .icon-tabs .nav-tabs>li>a i {
        display: block;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .services-sec {
        background-color: #fff;
        padding: 5rem 0;
    }

    .tabs-style-01 .get-started {
        color: #000;
    }

    .feature-box img {
        filter: brightness(0) saturate(100%) invert(71%) sepia(53%) saturate(618%) hue-rotate(82deg) brightness(94%) contrast(81%);
    }

    ;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: 5;
    transition: .6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0;
}

.btnstyles-nn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnstyles-nn a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.btnstyles-nn a i {
    margin: 0 5px;
    font-size: 40px;
}

.offering {
    background: url(../images/offering.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.offering-content {
    text-align: center;
}

.offering-content h3 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.offering-content p {
    font-size: 20px;
    color: #ffffff;
    margin: 30px 0 50px;
}

.offering-content a {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 42px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.offering-content li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}


.process-detail {
    padding-top: 160px;
}

.process-box {
    border: 1px solid rgb(153, 153, 153);
    padding: 65px 0px;
    width: 100%;
    position: relative;
    text-align: center;
    height: 227px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.process-box h2 {
    font-size: 130px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-bottom: 0px;
    color: #ffffff1f;
    left: 50%;
    transform: translate(-50%, -50%)
}

.process-box:after {
    content: "";
    position: absolute;
}

#pointer {
    width: 1px;
    position: relative;
    transform: rotate(90deg);
    left: -19px;
    bottom: -67px;
}

#pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(255, 255, 255);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #000000;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.process-content {
    text-align: center;
    padding-top: 47px;
}

.process-content h3 {
    font-weight: 700;
    font-size: 22px;
    color: #2bcd63;
}

.process-content p {
    font-size: 14px;
    color: #999;
}

.process {
    padding: 97px 0;
}

.process-wrap.selected .process-box {
    background-image: -moz-linear-gradient(90deg, rgb(148, 0, 14) 0%, rgb(216, 0, 20) 100%);
    background-image: linear-gradient(to left, #3bd671, #1a7138);
    background-image: -ms-linear-gradient(90deg, rgb(148, 0, 14) 0%, rgb(216, 0, 20) 100%);
    border: none;
}

.process-wrap.selected .process-box #pointer:after {
    border-left: 20px solid #fff;
}

.process-wrap.selected .process-box #pointer:before {
    border-left: 20px solid #fff;
}

.process-wrap.selected .process-box img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(355deg) brightness(183%) contrast(101%);
}

.process-wrap {
    position: relative;
}

.process-wrap:before {
    content: "";
    position: absolute;
    height: 9px;
    width: 100%;
    background-color: #999999;
    left: 0;
    top: -90px;
}

.process-wrap.selected:before {
    background-color: #fff;
}

.process-wrap:last-child:before {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.process-wrap:first-child:before {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.testimonial {
    background-image: -moz-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(13, 12, 12) 0%, rgb(30, 30, 30) 100%);
    padding: 80px 0;
}

.testimonial-headings h5 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.testimonial-headings {
    padding-right: 30px;
    padding-top: 30px;
}

.testimonial-headings h3 {
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    margin-bottom: 35px;
}

.testimonial-headings p {
    font-size: 18px;
    color: #999;
    margin-bottom: 70px;
}

.testi-btn span {
    color: #10b3b6;
}

.testi-btn {
    background-color: #fff;
    text-transform: uppercase;
    height: 47px;
    width: 305px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    border: none;
}

.testimonialSlider {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
}

.testimonialSlider li {
    padding: 0 15px;
    text-align: center;
}

.testimonialSlider li .quotedBy {
    background: #fff;
    padding: 28px;
    position: relative;
    text-align: left;
    height: 268px;
}

.client-name {
    display: flex;
    align-items: flex-end;
}

.testimonialSlider li .quotedBy:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.testimonialSlider li .quotedBy p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.testimonialSlider li .quotedBy h5 {
    font-size: 12px;
    color: #666;
    margin: 15px 0 0;
}

.testimonialSlider li .quotedBy h5 span {
    font-size: 18px;
    display: block;
    color: #2bcd63;
    font-weight: 600;
}

.testimonialSlider li img {
    margin: 35px auto 0;
}

.slick-initialized .slick-slide {
    outline: 0;
}

.testimonialSlider .slick-arrow {
    position: absolute;
    top: calc(55% - 20px);
    padding: 0;
    width: auto;
    background: transparent;
}

.testimonialSlider .slick-arrow.slick-next {
    right: unset;
    left: calc(100% + 13px);
}

.testimonialSlider .slick-arrow.slick-prev {
    right: 100%;
    left: unset;
    transform: rotate(180deg);
}

.testimonialSlider .slick-arrow.slick-next:before {
    content: url(../images/arrow.png);
}

.testimonialSlider .slick-arrow.slick-prev:before {
    content: url(../images/arrow.png);
}



.btn-10 {
    position: relative;
    display: block;
    overflow: hidden;
}

.btn-10:before,
.btn-10:after,
.btn-10 span:before,
.btn-10 span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 80px;
    background-color: #2bcd63;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.btn-10:after,
.btn-10 span:before {
    left: auto;
    right: 0;
}

.btn-10 span:before,
.btn-10 span:after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.btn-10:hover {
    color: #ffffff;
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.btn-10:hover:before,
.btn-10:hover:after,
.btn-10:hover span:before,
.btn-10:hover span:after {
    width: 250px;
}

.btn-10:active {
    background-color: #6c0f0b;
}

.inner-portfolio-wrap {
    padding-top: 110px;
}

.banner-btn .btn-10:hover {
    color: #ffffff;
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.main-pricing .portfolio-heading {
    margin-bottom: 30px;
}



.form_wrap span i {
    position: absolute;
    top: 17px;
    left: 36px;
    font-size: 15px;
    color: #db1e5a
}

.entry-right input {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0
}

.entry-right {
    background-color: #eff1ff;
    background-size: cover;
    background-position: 100% 0;
    padding: 0 4%;
    border-radius: 10px;
    box-shadow: inset 0 0 250px 0 rgba(0, 0, 0, .11)
}

form.offr-frm {
    height: 100%
}

.modal-dialog.modal-dialog-centered {
    max-width: 100% !important
}

.offr-frm .close {
    background-color: transparent;
    color: #f5f5f5;
    border-radius: 23px;
    width: 47px;
    height: 44px;
    position: absolute;
    right: 2px;
    z-index: 1;
    top: -70px;
    cursor: pointer;
    opacity: 1;
    border: 3px solid #f5f5f5;
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.entry-box {
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 #000;
    position: relative;
    pointer-events: auto;
    width: 837px !important;
    height: 597px;
    background: url(../images/popup_bgset.jpg);
    background-size: cover;
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px
}

.entry-box h1 span {
    color: #ffd800
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 79px;
}

.popup_top .text {
    position: relative;
    padding: 93px 0 0 46px
}

.popup_top .text h2 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 65px;
}

.entry-right .text h2 span {
    color: #eb0000
}

.text_dis_in {
    background-color: #101010;
    width: 85%;
    padding-left: 15px;
    padding-top: 23px;
    padding-bottom: 22px;
    position: relative;
}

.text_dis_in:before {
    width: 0;
    height: 0;
    border-bottom: 30px solid #101010;
    border-left: 30px solid transparent;
    position: absolute;
    content: "";
    top: -30px;
    right: 0;
}

.text_dis {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px
}

.text_dis_in h2 {
    font-size: 30px;
    color: #d3d7f2;
    margin: 0
}

.text_dis {
    display: flex;
    justify-content: flex-end
}

.text_dis_in h1 {
    color: #d1001d;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #1473e6;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.form-control.error {
    border-color: red !important
}

label.error {
    display: none !important
}

.entry-right .text strong {
    text-transform: uppercase
}

.entry-right .form-control:focus {
    border-color: #e2001b;
    box-shadow: 0 0 5px 0 #dee2e4;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2)
}

.entry-right input {
    border-radius: 5px;
    height: 54px;
    padding-left: 0;
    border: 1px solid #dedede;
    box-shadow: none;
    background: #f5f5f5;
    border: 1px solid #959595;
    border-radius: 40px;
    border-left: 0;
    margin: 0 !important;
}

span.input-group-text.set_inp_gr {
    background-color: #f5f5f5;
    border: 1px solid #959595;
    border-radius: 40px;
    color: #d1001d;
    padding: 0 23px;
}

.entry-right input[type=email],
.leaving-box input[type=email] {
    background-color: #fff !important;
    color: #555 !important
}

.entry-right .intl-tel-input {
    width: 100%
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0
}

.entery-submit {
    width: 100%;
    background-color: #d1001d !important;
    box-shadow: 0 9px 27px 0 rgba(0, 0, 0, .22);
    color: #f3f3f3;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    border: 1px solid #05062b;
    height: 61px;
    cursor: pointer;
    margin-top: 6px;
    border-radius: 40px;
}

.text_topfr h2 {
    font-size: 31px;
    margin: 0;
    color: #d1001d;
    font-weight: 400;
    text-align: center;
    padding-bottom: 14px;
}

.text_topfr h4 {
    font-size: 36px;
    margin: 0;
    color: #0c0c0c;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.entry-right a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background-color: #ffd800;
    border-radius: 50px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.entry-right a i {
    margin-left: 6px
}

.popup_top p {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding-top: 4px
}

.entry-right label {
    margin: 0
}

.entry-right .form-group {
    margin-bottom: 10px
}

a#entry-box_close {
    position: absolute;
    right: 5px;
    background-color: #69c626;
    width: 40px;
    height: 40px;
    border-radius: 50pc;
    color: #fff;
    font-size: 29px;
    top: 10px;
    z-index: 9
}

.text_topfr {
    margin-top: 93px
}

.error,
.invalid {
    border-color: red !important
}


/* New form styling */
.form-left-art h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #292929;
    margin-bottom: 20px;
}

.form-left-art h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 54px;
    color: #2bcd63;
    margin-bottom: 40px;
}

.form-left-art sup {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    vertical-align: super;
    position: absolute;
    left: 49px;
    top: 27px;
}

.form-left-art h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 111px;
    margin-bottom: 0;
    background-color: #2bcd63;
    color: #fff;
    margin-left: -50px;
    position: relative;
    padding: 0 106px;
    line-height: 125px;
    max-width: 380px;
}


.popup-main-wrap {
    padding: 80px 36px;
    background-color: #000;
    border: 5px solid #16b6b8;
    border-radius: 15px;
}

.form-right-art h3 {
    font-weight: 400;
    font-size: 25px;
    color: #a1a1a1;
    margin-bottom: 0;
}

.form-right-art h2 {
    font-weight: 700;
    font-size: 41px;
    color: #fff;
}

.form-left-art {
    background-image: url(../images/popup-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 90px 20px 50px;
    border-radius: 15px;
    margin-left: -125px;
}

.sup2 {
    left: 310px !important;
    top: 46px !important;
}

.ftr-frm input,
.ftr-frm button {
    border-radius: 50rem !important;
    padding: 10px 31px !important;
    height: auto;
}

.ftr-frm button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 22px;
    background-color: #2bcd63;
    color: #fff;
    border: 2px solid #fff;
    width: 100%;
}

.ftr-frm button:focus {
    outline: none;
}

.entry-box1 {
    max-width: 900px;
    margin: 0 auto;
    max-height: 580px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    overflow: unset !important;
    display: none;
}

.cross {
    position: absolute;
    color: #fff;
    right: -30px;
    top: -76px;
    padding: 10px 15px !important;
    background-color: #2bcd63 !important;
    border-radius: 50%;
    opacity: 1;
}


.form-left-art h4::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 125px;
    background-color: #2bcd63;
    clip-path: polygon(100% 47%, 0 0, 0 100%);
    top: 0;
    right: -44px;
}

.form-error {
    display: block;
}


/* banner step form */
.banner_step_form .tab {
    display: none;
}

.banner_step_form input[type="text"] {
    border-radius: 4px 0px 0 4px;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background-color: #00000040;
    border: 0;
    color: #fff;
    padding: 0 37px;
    border: 1px solid #e98f00;
}

.banner_step_form input[type="text"]::placeholder {
    color: #fff;
}

.form_btn_wrap {
    border-radius: 0 4px 4px 0px;
    background-color: #e98f00;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: 0;
    line-height: 14px;
    padding: 0 15px;
    height: 50px;
    width: auto;
}

.form_btn_wrap button {
    border: 0;
    background-color: transparent;
    width: auto;
    height: 100%;
    padding: 0 15px 0 15px;
    color: #fff;
}

.form_btn_wrap button:focus {
    outline: none;
}

.banner_step_form {
    display: flex;
    margin-bottom: 17px;
}

.banner_step_form input[type="text"].invalid {
    background-color: rgb(255 0 0 / 12%);
}

.banner_step_form {
    display: flex;
}

span.help-block.form-error {
    display: none;
}

/* banner step form */
.package-para p {
    display: none;
}

.seo_pkgs .package-para p {
    display: block;
}

.package-price .price_wrap p {
    font-size: 13px;
    padding: 0;
}


/* privacy-thankyou-css */

.main-privacy {
    padding: 60px 0 80px;
    background-color: #fff;
}

.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.main-privacy h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-privacy p,
.main-privacy li {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
}

input.error {
    border-color: black !important;
}

.thankyou_sec {
    padding: 0px;
    height: 75vh;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.main-thankyou {
    text-align: center;
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: #15b8cb;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 20px;
    background-color: #16171a;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 16px;
}

.inner-new-header {
    /* background-color: #ffeded; */
    padding-bottom: 30px;
    position: absolute;
}






/* combo packages */

.combo-pack-head {
    background-color: #262626;
    padding: 10px 0;
}

.combo-pack-head h5 {
    font-size: 43px;
    font-weight: 700;
    margin: 0;
    padding: 12px 0 0px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.combo-pack-info p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    color: #424343;
}

.combo-pack-info {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.comb-pack-desc-main-box {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.combo-pack-box h6 {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
}

.combo-pack-box ul li {
    margin: 0;
    padding: 0 0 20px 30px;
    font-size: 14px;
    color: #000000;
    /* font-weight: 600; */
    position: relative;
}

.combo-pack-box {
    margin-bottom: 15px;
}

.combo-pack-box ul li::before {
    content: '';
    background-image: url('../images/combo-before-img.png');
    height: 23px;
    width: 26px;
    position: absolute;
    left: 0;
    top: -5px;
}

.combo-pack-price h6 {
    font-size: 50px !important;
    margin: 0;
    padding: 0;
    color: #2bcd63;
    font-weight: 800;
}

.combo-package-desc-price {
    text-align: center;
    padding: 30px 0px 0px 0px;
}

.btn-combo {
    background-color: #2bcd63;
    color: #000 !important;
    /* padding: 6px 20px; */
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    cursor: pointer;
    text-transform: capitalize;
    padding: 8px 30px;
    margin-top: 10px;
    display: inline-block;
}

.combo-package-chat-box .chat-btn {
    padding: 40px 0 5px 0;
}

.combo-package-chat-box .chat-btn a h4 {
    font-weight: 600;
    font-size: 20px;
    color: #505050;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.combo-package-chat-box .chat-btn a h4 span {
    font-weight: 700;
    font-size: 36px;
    color: #505050;
    display: block;
    text-transform: capitalize;
}

.btn-combo-view {
    background-color: #000;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
}

.btn-combo:hover {
    color: #fff !important;
}

.combo-pack-sec {
    background-color: #efefef;
}

.combo-pack-sec {
    background-color: #efefef !important;
}

.portfolio-box-wrap {
    border: 1px solid #ccc;
}

.disclaimer-para {
    font-size: 15px !important;
    color: #ddd !important;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 5;
    font-weight: 500;
}

.footer-form-address ul li a img {
    margin-right: 10px;
}

.menu-wrap .navbar-collapse ul li a img {
    margin-right: 2px;
    width: 30px;
}

.trustpilot-box {
    display: block;
}

.footer-widgets {
    display: flex;
}

.footer-services-menu {
    padding-bottom: 0px;
}

.footer-services-menu .last {
    padding-bottom: 0px !important;
}

.bark-box {
    margin-left: 10px;
}

/* Tabs Style 01 */

.tabs-style-01 .icon-tabs .nav-tabs {
    border-top: 0px solid #f1f1f1;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 25px;
    background-color: transparent;
    padding-bottom: 30px;
}

.tabs-style-01 .icon-tabs .nav-tabs>li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: left;
}

.tabs-style-01 .icon-tabs p {
    margin-bottom: 1rem;
}

.tabs-style-01 .icon-tabs .nav-tabs>li>a {
    margin-right: 0;
    font-size: 25px;
    line-height: 25px;
    color: #24182e;
    border: 0;
    border-radius: 0;
    padding: 0px;
    text-align: left;
    font-weight: 700;
}

.tabs-style-01 .icon-tabs .nav-tabs>li>a h1 {
    color: #3bd671;
    font-weight: 800;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.tabs-style-01 .icon-tabs .nav-tabs>li>a h1:before {
    position: absolute;
    top: 5px;
    left: -25px;
    width: 60px;
    height: 60px;
    background-color: #e6f8f9;
    content: '';
    border-radius: 100px;
    z-index: -1;
}

.tabs-style-01 .icon-tabs .nav>li>a:focus,
.tabs-style-01 .icon-tabs .nav>li>a:hover {
    background-color: transparent;
}

.tabs-style-01 .icon-tabs .nav-tabs>li.active>a,
.tabs-style-01 .icon-tabs .nav-tabs>li.active>a:focus,
.tabs-style-01 .icon-tabs .nav-tabs>li.active>a:hover {
    border: 0;
    color: #24182e;
    position: relative;
    background: transparent;
}

.tabs-style-01 .icon-tabs .nav-tabs>li>a i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.services-sec {
    background-color: #fff;
    padding: 5rem 0;
}

.tabs-style-01 .get-started {
    color: #000;
}

.feature-box img {
    filter: brightness(0) saturate(100%) invert(71%) sepia(53%) saturate(618%) hue-rotate(82deg) brightness(94%) contrast(81%);
}

a.navbar-brand img,
.footer-menu.footer-logo img {
    width: 190px;
}