@import url(../../css.css);
:root {
    --text-color-white: #ffffff;
    --bg-color-orange: #f98f07;
    --text-color-orange: #f98f07;
    --text-color-lightpurple: #e7d8f9;
    --text-color-lighterpurple: #b997ee;
    --text-color-lightblack: #3a3a3c;
    --text-color-grey: #e4e4e4;
    --bg-color-blue:  #2f2c82;
    --bg-color-grey: #f9f9f9;
    
    --bg-color-btn:#c24c9c;
    --bg-color-btn-gradiant: linear-gradient(#c24c9c, #e53a48);
    --bg-color-btn-tab: linear-gradient(#662d91, #e64b44);
    --bg-color-yellow:#fdd015fa;
    --bg-color-cta-yellow:#faaf49;
    --bg-color-btn-gradiant-hover:linear-gradient(#e53a48 , #c24c9c);
    --bg-color-purple: #791dae;
}

body {
    font-family: Poppins, sans-serif;
    overflow-x: hidden!important
}

a:hover {
    color: #fff;
    text-decoration: none
}

#header .owl-carousel button.owl-next i {
    position: absolute;
    top: 48%;
    right: -50px;
    font-size: 24px
}

#header .owl-carousel button.owl-prev i {
    position: absolute;
    top: 48%;
    left: -50px;
    font-size: 24px
}

#pricing-carousel.owl-carousel button.owl-next i,
#testimonial-carousel.owl-carousel button.owl-next i {
    position: absolute;
    top: 48%;
    right: -3%;
    font-size: 24px
}

#pricing-carousel.owl-carousel button.owl-prev i,
#testimonial-carousel.owl-carousel button.owl-prev i {
    position: absolute;
    top: 48%;
    left: -3%;
    font-size: 24px
}

#profolio-carousel.owl-carousel button.owl-next i {
    position: absolute;
    top: 48%;
    right: 30vw;
    font-size: 24px
}

#profolio-carousel.owl-carousel button.owl-prev i {
    position: absolute;
    top: 48%;
    left: 3%;
    font-size: 24px
}

#some-work button.owl-next i {
    position: absolute;
    top: 25%;
    right: 3%;
    font-size: 24px
}

#some-work button.owl-prev i {
    position: absolute;
    top: 25%;
    left: 3%;
    font-size: 24px
}

#some-work button.owl-prev i:hover {
    color: var(--bg-color-yellow);
}

#some-work button.owl-next i:hover {
    color: var(--bg-color-yellow);
}

.owl-prev i:hover {
    color: var(--bg-color-yellow);
}

.owl-next i:hover {
    color: var(--bg-color-yellow);
}

#navbarSupportedContent {
    color: #fff
}

#navbarSupportedContent ul li a {
    color: #3a3a3c;
    font-size: 14px
}
.form-inline p a{
    color: #3a3a3c;
}

#navbarSupportedContent ul li a:hover {
    border-top: 1px solid #fff;
    padding-top: 7px
}


ul.navbar-nav.mr-auto {
    margin: 0 auto
}

.width-auto img {
    width: auto!important
}

#header {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
header {
    background-color: var(--bg-color-grey);
}
#bannerarea{
    background-color: var(--bg-color-blue);
}
.sidebar ul {
    list-style: none;
}

#header.no-index {
    background-image: none!important;
    padding-bottom: 16px
}

#header.show-case {
    background-image: url(../img/bg-banner-showcase.jpg.jfif)!important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.slider {
    border: 10px solid #fff
}

.slider-menu {
    list-style: none;
    text-align: right
}

.slider-menu li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px
}

.slider span.sale {
    background-color: var(--bg-color-orange);
    color: var(--text-color-white);
    padding: 5px 1rem;
    font-size: 12px
}

.slider h1 {
    color: var(--text-color-white);
    font-size: 58px;
    font-weight: 700
}

.slider .text {
    color: var(--text-color-white)
}

.slider p {
    margin-bottom: 0
}

.slider-price {
    font-size: 50px;
    color: var(--text-color-orange)
}

.slider-old-price {
    color: var(--text-color-lighterpurple);
    font-size: 20px
}

.border-btn {
    border-radius: 50px;
    padding: 14px 4rem;
    color: #3a3a3c;
    font-weight: 700;
    font-size: 14px;
    border: 0;
}

.custom-btn {
    background-color: var(--bg-color-btn);
    color: #fff;
}
.custom-btn:hover{
    background-image: var(--bg-color-btn-gradiant);
    color: #fff !important;
}
    

.start-btn {
    background-image: var(--bg-color-btn-gradiant);
    border-radius: 50px;
    padding: 1rem 3rem;
    color: #fff;
    font-weight: 700;
    border: 0;
}

.lets-btn {
    background-color:  var(--bg-color-blue);
    border-radius: 50px;
    padding: 1rem 3rem;
    color: #fff;
    font-weight: 700
}

.slider-menu li a {
    color: var(--text-color-white);
    font-size: 22px
}

.slider-lower-section h4 {
    color: var(--text-color-white);
    font-size: 1.5rem;
    line-height: 30px
}

#freedom .upper-freedom h1 {
    font-size: 49px;
    color: var(--text-color-lightblack)
}

#freedom .upper-freedom p {
    font-size: 23px;
    color: #818285;
    margin-bottom: 0
}

.left-image {
    width: 33%;
    float: left;
    text-align: center;
    padding-left: 10px
}

.right-box {
    width: 67%;
    float: right;
    text-align: left
}

.right-box span {
    display: block;
    font-weight: 700
}

.right-box p {
    font-size: 20px;
    line-height: 29px
}

#package,
#technologies {
    background-color: var(--bg-color-grey)
}

.upper-package h1 {
    color: var(--text-color-lightblack);
    font-size: 49px;
    line-height: 52px
}

.upper-package h1 span{
    color:  var(--bg-color-purple);
}
.price-box {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #d4d4d4
}

.price-upper {
    background-color:  var(--bg-color-blue);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 20px;
    padding: 16px 0
}

.price-upper p {
    margin-bottom: 0
}

.offer-price span {
    font-size: 35px;
    font-weight: 700;
    padding-right: 12px;
    border-right: 1px solid #ccc
}

.off-price {
    font-weight: 700;
    margin-top: 5px
}

.off-price span {
    display: block
}

.off-price p {
    font-size: 22px;
    line-height: 22px
}

.scroll ul {
    padding: 20px 1rem;
    list-style: none;
}

.scroll ul li {
    line-height: 2;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5
}

.price-lower p {
    padding-right: 15px;
    margin-bottom: 0
}

.border-right {
    border-right: 0 solid #ccc
}

#call {
    background-color:  var(--bg-color-blue);
    color: #fff
}

#call .lets-btn {
    background-color: #fff!important;
    color: #000!important
}

#testimonial {
    background-color: #f9f9f9
}

.testimonial-text {
    line-height: 26px;
    font-size: 20px
}

.client-owner {
    color:  var(--bg-color-blue);
    font-weight: 700;
    font-size: 22px
}

.client-owner span {
    color: var(--text-color-lightblack);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: block
}

#contact {
    background-color:  var(--bg-color-blue);
    color: #fff
}

#contact h1 {
    color: #fff
}

#call-new ul li:last-child,
#call ul li:last-child,
#myTabContent .chat {
    display: none !important;
}

.contact-form input[type=email],
.contact-form input[type=text],
.contact-form select {
    height: 50px!important;
    padding-left: 15px;
    font-size: 18px
}

.custom-btn a {
    width: 206px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
    background-color: transparent
}

.custom-btns {
    width: 206px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
    background-color: transparent
}

#contact .border-btn {
    border: 1px solid #fff;
    padding: 17px 0
}

#footer {
    background-color: #2d2d2d;
    color: #fff
}

.accept,
.connect {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.accept li,
.connect li {
    display: inline-block
}

#footer h6 {
    margin-bottom: 1rem;
    font-size: 20px
}

#footer .input-group {
    width: 76%
}

#footer .input-group input {
    background-color: #303030;

}

.btn-green {
    background-image: var(--bg-color-btn-gradiant);
    color: #f9fbf0;
    border-color:var(--bg-color-btn-gradiant)
}

.footer-upper {
    border-bottom: 2px solid #444
}

.footer-middle ul {
    list-style: none;
    padding-left: 0
}

.footer-middle ul li a {
    color: #ababab
}

.footer-middle .col-lg {
    border-right: 2px solid #444
}

.footer-middle ul li {
    line-height: 30px
}

.footer-middle ul li a:hover {
    color: #fff
}

.footer-middle .col-lg:last-child {
    border: 0
}

.footer-middle {
    border-bottom: 2px solid #444
}

.footer-lower ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.final-footer {
    background-color: #262626;
    text-align: center;
    color: #fff;
    padding: 1rem 0
}

.final-footer p {
    margin-bottom: 0
}

#pricing-carousel .owl-item.active {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    transform: scale(.9)
}

#pricing-carousel .owl-item.center {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    transform: scale(1)
}

#pricing-carousel .owl-item.center .row i {
    color:  var(--bg-color-blue)
}

#pricing-carousel .owl-item.center .price-upper {
    background-color:  var(--bg-color-blue)
}

#showcase {
    width: 100%;
    height: 460px
}

#item-title {
    color: #f31414;
    font-size: 29px;
    letter-spacing: .13em;
    text-shadow: 1px 1px 6px #c72b2b;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 22px
}

#nav {
    text-align: center
}

#nav>button {
    width: 64px;
    height: 36px;
    color: #666;
    font: bold 16px arial;
    text-align: center;
    margin: 5px;
    text-shadow: 0 1px 0 #f5f5f5;
    background: #f6f6f6;
    border: solid 2px rgba(0, 0, 0, .4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .4);
    cursor: pointer
}

#nav>button.down,
#nav>button:active {
    background: #dfdfdf;
    border: solid 2px rgba(0, 0, 0, .6);
    box-shadow: none
}

#share {
    top: -9px
}

#credits {
    top: -15px
}

#committed a,
.porfolio-slider-center a {
    padding: .8rem 2.2rem!important;
    width: 220px;
    font-size: 13px
}


#customer {
    background-image: url(../img/progress-bg.jpg.jfif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.progressbar-text {
    top: 36%
}

.testimonial-left .col-md-1 img {
    width: auto;
    text-align: right;
    float: right
}

.laptop-frame {
    position: absolute;
    width: 39vw;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 25px;
    z-index: 101
}

#portfolio span.left,
#portfolio span.right {
    display: block;
    margin-top: 3rem;
    cursor: pointer
}

#committed h6 {
    color: #2d2d2d
}

.bg-dotted-line {
    margin-bottom: 2rem;
    height: auto;
    background: url(../img/dottedline.png) repeat-y center
}

.bg-dotted-line label.top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: .7rem 0;
    margin-bottom: 0
}

.bg-dotted-line label.middle {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: .7rem 0;
    margin-bottom: 0
}

.bg-dotted-line label.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: .7rem 0;
    margin-bottom: 0
}

.price-box strike {
    color: #aaa
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../../niklausgerber/PreLoadMe/master/img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#profolio-carousel .owl-item {
    height: 26vh;
    margin-top: 53px;
    overflow: hidden
}

#profolio-carousel.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    width: 82%;
    margin: 0 56px 0;
    position: relative
}

#myTab,
.button-group-home.filters-button-group {
    text-align: center;
    display: inline-flex;
    border-radius: 35px;
    overflow: hidden;
    border-bottom: 5px solid var(--bg-color-cta-yellow);
}

#myTab a.active,
.button-group-home.filters-button-group button.button.is-checked {
    background-image: var(--bg-color-btn-gradiant);
    color: #fff;
    outline: 0
}

#myTab a:hover,
.button-group-home.filters-button-group button:hover {
    background-color: var(--bg-color-btn);
    color: #fff
}

#myTab li a,
.button-group-home.filters-button-group button {
    background-color: #fff;
    border-radius: 0!important;
    padding: 10px 26px;
    outline: 0;
    border: 0
}

.button-group-home.filters-button-group button:focus {
    outline: 0;
    box-shadow: none!important
}

.button-group-home.filters-button-group button:last-child {
    border-top-right-radius: 24px!important
}

#myTab li:first-child a,
.button-group-home.filters-button-group button:first-child {
    border-top-left-radius: 24px!important
}

.key-feature {
    background-color: #f9f9f9
}

.white-color {
    background-color: #fff!important
}

.grey-color {
    background-color: #f9f9f9
}

.grid .price-lower i {
    color:  var(--bg-color-blue)
}

.grid .scroll {
    height: 250px!important
}

.color-purple {
    color:  var(--bg-color-blue)
}

hr.green-border {
    border: 1px solid var(--bg-color-yellow);
    width: 2rem;
    margin: 0 auto
}

.upper-contact {
    -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 1)
}

.border-right-grey {
    border-right: 1px solid #e2e2e2
}

.black-border-btn {
    border: 2px solid #000;
    color: #000;
    padding: 1rem 3rem!important;
    font-size: 15px
}

.fancy-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: red
}

.fancy-grid img,
.isotope-items-wrap img {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.fancy-grid img:hover,
.isotope-items-wrap img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04)
}

#header.logo-design {
    background-image: url(../img/purple-pattern-bg.png)!important
}

#header.content-banner {
    background-image: url(../img/purple-pattern-bg.png)!important
}

#header.video-animation {
    background-image: url(../img/purple-pattern-bg.png)!important
}

#header.seo-design {
    background-image: url(../img/purple-pattern-bg.png)!important
}

#header.seo-design-new {
    background-image: url(../img/orange-bg.png)!important
}

#header.smm-design {
    background-image: url(../img/purple-pattern-bg.png)!important
}

#header.smm-new-design {
    background-image: url(../img/pink-bg.png)!important
}

.logo-banner {
    color: #fff
}

#lets-start {
    background-image: url(../img/cta-new-bg.jpg.jfif)
}

#lets-start .form-group {
    margin-bottom: 0
}

#lets-start .form-group input {
    height: 61px;
    border-radius: 50px;
    padding-left: 24px;
    line-height: 50px
}

.limited-image {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 42%;
    top: -62px
}

.btn-purple {
    background-color:  var(--bg-color-blue)!important;
    border-color:  var(--bg-color-blue)!important
}

.let-start-green {
    background-color: var(--bg-color-yellow)!important;
    color: #fff
}

.color-black {
    color: #000
}

.color-black .color-white {
    color: #fff!important
}

.color-green {
    color: var(--bg-color-yellow)
}

.green-border-right {
    border-right: 1px solid #8da80e
}

#some-work.owl-carousel .owl-item img {
    width: auto!important;
    margin: 0 auto!important
}

.border-bottom-grey {
    border-bottom: 2px solid var(--text-color-grey)
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    webkit-transition: all .25s ease;
    moz-transition: all .25s ease;
    ms-transition: all .25s ease;
    o-transition: all .25s ease;
    transition: all .25s ease
}

.dropdown-menu li:hover .sub-menu {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    visibility: visible
}

.dropdown:hover .dropdown-menu {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: block;
    padding: 0
}

ul#menu1 {
    width: 12rem
}

.nav-pills .dropdown-menu,
.nav-tabs .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0
}

.dropdown-menu li a {
    color: #000!important;
    display: block;
    padding: 10px 8px!important
}

.dropdown-menu li {
    border-bottom: 1px solid #f0f0f0
}

.combo ul li i {
    color:  var(--bg-color-blue);
    margin-right: 4px;
    margin-top: 8px;
    font-size: 10px
}

.combo ul li {
    line-height: 26px;
    font-size: 15px
}

.beautiful-container {
    position: relative;
    z-index: 9999999;
    margin-top: 3rem
}

.dropdown a:hover {
    text-decoration: none
}

.combo-button a {
    width: 80%;
    margin-top: 12px!important
}

.combo .off-price p {
    margin-bottom: 0!important;
    font-size: 30px
}

.combo .packgePrice {
    margin-top: 8px!important;
    line-height: 42px;
    font-size: 56px;
    border-right: 0!important;
    padding-right: 0!important;
    display: block
}

.combo-button img {
    margin-top: 22px
}

.combo .eight {
    font-weight: 700;
    font-size: 26px
}

#scroll-button {
    display: inline-block;
    background-color: #8b9c3b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999
}

#scroll-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    font-style: normal;
    line-height: 50px;
    color: #fff
}

#scroll-button:hover {
    cursor: pointer;
    background-color: #333
}

#scroll-button:active {
    background-color: #555
}

#scroll-button.show {
    opacity: 1;
    visibility: visible
}

.start-btn:hover {
    background-image:  var(--bg-color-btn-gradiant-hover);
}

.lets-btn:hover {
    background-color: var(--bg-color-yellow)
}

#contact a.start-btn:hover {
    background-color: #fff;
    color: #000
}


#call .btn-purple:hover {
    background-color: #fff!important;
    color: #000
}

#portfolio .black-border-btn:hover,
.logo-banner .border-btn:hover {
    background-color: var(--bg-color-yellow);
    color: #fff;
    border-color: var(--bg-color-yellow)
}

.logo-banner .btn-green:hover {
    border-color: #fff;
    background-color:  var(--bg-color-blue)
}

#lets-start .btn-purple:hover {
    background-color: #fff!important;
    color: #000!important
}

.offer-price {
    color:  var(--bg-color-blue)
}

.showcase-banner {
    color: #fff!important;
    position: relative
}

.price-lower .black-border-btn:hover {
    background-color: var(--bg-color-yellow)
}

.form-white {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    margin-top: 20px
}

.form-white form {
    padding: 30px 30px 20px;
    float: left;
    width: 100%
}

.form-white label {
    color: #171717;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

label.error {
    text-transform: none;
    color: red;
    width:100%;
}
.alert{text-align: left}
.offr-frm label.error {
    text-transform: none;
    color: red;
    font-size: 10px;
    margin: 0
}

.form-white .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 0;
    font-size: 12px
}

.form-white .form-control:focus {
    border-bottom: 2px solid #171717
}

.form-white .btn {
    color: #fff;
    font-size: 16px;
    padding: 14px 40px;
    margin-top: 10px
}

.form-white .btn {
    color: #fff;
    font-size: 16px;
    padding: 14px 40px;
    margin-top: 10px;
    background-color:  var(--bg-color-blue);
    border-radius: 50px
}

.form-white .btn:hover {
    background-color: var(--bg-color-yellow)
}

.further-steps #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 6rem;
    counter-reset: step;
    position: relative;
    z-index: 99;
    padding-left: 0
}

.further-steps #progressbar li {
    list-style-type: none;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px
}

.further-steps #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 20px;
    color: #333;
    background: #cccaca;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 39
}

.further-steps #progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background:  var(--bg-color-blue);
    position: absolute;
    left: -50%;
    top: 28px;
    z-index: 38
}

.further-steps #progressbar li:first-child:after {
    content: none
}

#progressbar li.active:after,
.further-steps #progressbar li.active:before {
    background:  var(--bg-color-blue);
    color: #fff;
    text-align: center
}

.heading {
    background:  var(--bg-color-blue)
}

.heading h1 {
    font-size: 30px;
    color: #fff;
    padding: 0 24px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}

.nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    display: inline-flex
}

.dropdown-menu .fa-arrow-alt-circle-right,
.dropdown-menu i {
    float: left!important;
    margin-right: 8px;
    margin-left: 10px
}

.having-border-bottom li {
    border-bottom: 1px solid #e5e5e5!important
}

.having-border-bottom li span {
    color:  var(--bg-color-blue);
    font-weight: 700
}

@media only screen and (max-width:812px) {
    .border-right,
    .price-lower p {
        text-align: center!important
    }
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(255, 255, 255, .99);
    background-color: #fff
}

header .container .owl-carousel.owl-theme .owl-nav .owl-next {
    font-size: 50px;
    position: absolute;
    bottom: 0;
    color: #fff;
    right: 40%;
    top: 551px;
    background-color: #0000
}

header .container .owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    font-size: 50px;
    color: #fff;
    bottom: 0;
    left: 40%;
    top: 551px;
    background-color: #0000
}

@media only screen and (max-width:360px) {
    header .container .owl-carousel.owl-theme .owl-nav .owl-prev {
        font-size: 50px;
        top: 180px
    }
    header .container .owl-carousel.owl-theme .owl-nav .owl-next {
        font-size: 50px;
        top: 180px
    }
}

.border-right-grey {
    border-right: 1px solid #d8d8d8
}

#achive hr {
    margin-bottom: 0;
    border-color: #d8d8d8
}

.web_design .isotope-item {
    height: 500px;
    overflow: hidden
}

.web_design .isotope-item .box {
    height: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75)
}

#NewsLetterForm button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#NewsLetterForm input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.border-bottom-grey {
    border-bottom: 1px solid #d8d8d8
}

#some-work .imageBox {
    position: relative;
    cursor: pointer
}

#some-work .imageBox .hoverImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none
}

#some-work .imageBox:hover .hoverImg {
    display: block
}

.new-lets-start {
    color: #fff
}

.new-lets-start h2 {
    top: -48px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 60px;
    font-size: 32;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.new-lets-start h5 {
    color:  var(--bg-color-blue);
    font-size: 46px;
    font-weight: 700;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
    margin-bottom: 14px
}

.new-lets-start h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 26px
}

#lets-start h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px
}

.new-lets-start h3 span.offer {
    font-size: 21px
}

.simple-text p {
    font-size: 16px
}

.types-of-website ul.nav li a {
    text-transform: uppercase;
    border: 1px solid  var(--bg-color-blue);
    display: block;
    text-align: center;
    color: #000;
    border-radius: 50px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 14px;
    font-weight: 600
}

.types-of-website ul.nav li a.active {
    background-color:  var(--bg-color-blue);
    color: #fff
}

.web-content h5 {
    font-weight: 600;
    font-size: 24px;
    color: #212121!important
}

.web-content p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px
}

.type-logos ul li,
.web-content ul li {
    display: flex;
    font-size: 14px;
    line-height: 24px
}

.type-logos ul li i,
.web-content ul li i {
    margin-top: 6px;
    margin-right: 4px;
    color:  var(--bg-color-blue)
}

.web-content .button li {
    display: inline-block
}

.type-logos .button li a,
.web-content .button li a {
    display: inline-block;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 50px;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.type-logos .button li:first-child a,
.web-content .button li:first-child a {
    padding: 12px 40px;
    color: #212121;
    border: 1px solid #212121
}

#contact .start-btn:hover {
    border: 1px solid #fff
}

#NewsLetterForm button:hover {
    background-color:  var(--bg-color-blue);
    border-color:  var(--bg-color-blue)
}

.type-logos .button li:last-child a,
.web-content .button li:last-child a {
    background-color: var(--bg-color-yellow);
    border: 1px solid var(--bg-color-yellow);
    color: #fff;
    padding: 12px 40px;
    margin-left: 10px
}

.social-counts {
    background: #fff;
    position: relative;
    height: 114px;
    overflow: hidden;
    margin-top: -7px!important
}

.social-counts .wrapper {
    width: 1170px!important;
    margin: 0 auto
}

.social-left {
    font-weight: 700;
    color: #000;
    float: left;
    width: 20%;
    padding: 20px 60px 20px 0;
    background: #fff;
    text-align: center;
    height: 114px;
    position: relative;
    font-size: 15px
}

.social-right {
    float: left;
    width: 78%;
    margin: 0 0 0 20px
}

.social-left p {
    line-height: 20px!important;
    background-color: #fff!important
}

.social-left::after {
    content: "";
    position: absolute;
    background: url(../img/shadow-sep.png) no-repeat;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0
}

.new-cta ul {
    margin-top: 1.2rem
}

.new-cta ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px
}

.new-cta .text-purple {
    font-weight: 700;
    color: #831fb3
}

.new-cta ul li a {
    font-size: 16px;
    font-weight: 600!important
}

span.or {
    font-size: 18px;
    font-weight: 600
}

.new-cta .border-btn:hover {
    background-color:  var(--bg-color-blue)
}

.content .content-overlay {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    text-align: center
}

.content {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.content:hover .content-overlay {
    opacity: 1
}

.isotope-item {
    cursor: pointer
}

.content-overlay i {
    display: inline-block;
    color: #fff;
    font-size: 44px;
    left: 0;
    right: 0;
    top: 40%;
    position: absolute
}

.content:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.purple-bg-image {
    background-image: url(../img/cta3.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.purple-bg-image span.text-purple {
    color: var(--bg-color-cta-yellow)!important;
    font-weight: 700!important
}

.purple-bg-image p span {
    display: block
}

.purple-bg-image ul li a {
    padding-right: 42px;
    display: inline-block
}

.purple-bg-image ul li {
    position: relative
}

a.new-phone:before {
    content: "";
    position: absolute;
    left: 38px;
    width: 44px;
    height: 44px;
    background-image: url(../img/new-cta-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

a.new-phone:hover:before {
    background-image: url(../img/new-cta-phone-white.png)
}

a.new-chat:before {
    content: "";
    position: absolute;
    left: 38px;
    width: 44px;
    height: 44px;
    background-image: url(../img/new-cta-chat.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

a.new-chat:hover:before {
    background-image: url(../img/new-cta-chat-black.png)
}

.purple-bg-image ul li p {
    padding-left: 25px;
    line-height: 20px;
    text-align: left
}

.new-yellow {
    background-color: var(--bg-color-cta-yellow)!important;
    color: #000!important;
}

.new-chat {
    border: 1px solid #fff!important
}

.new-chat span {
    color: var(--bg-color-yellow)!important
}

li.sensation-active button {
    background-color:  var(--bg-color-blue)
}

.border-box {
    cursor: pointer;
    border: 1px solid #d9d9d9;
    padding-top: 20px;
    margin: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .75)
}

.border-box i {
    color: #2d2d2d;
    font-size: 44px
}

.process-box img {
    width: 80%
}

.border-box h5 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 17px
}

.process-box label {
    display: -webkit-inline-box
}

.process-box .form-control {
    display: -webkit-inline-box;
    width: auto
}

.process-box h6 {
    font-weight: 700;
    font-size: 16px
}

.process-box p {
    color: #636363
}

.process-box.active h6 {
    color:  var(--bg-color-blue)
}

.process-box.active label {
    color: #000
}

.process-box.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.process-box:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.process-box:hover label {
    color: #000
}

.process-box:hover h6 {
    color:  var(--bg-color-blue)
}

.process-box {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer
}


.new-chat:hover {
    background-color: var(--bg-color-yellow)!important;
    color: #000!important
}

.new-chat:hover span {
    color: #000!important
}

.type-logos .button li:first-child a:hover,
.web-content .button li:first-child a:hover {
    background-color: var(--bg-color-yellow);
    border: 1px solid var(--bg-color-yellow)!important;
    color: #fff
}

.type-logos .button li:last-child a:hover,
.web-content .button li:last-child a:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000
}

.types-of-website ul.nav li a:hover {
    background-color:  var(--bg-color-blue);
    color: #fff
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 10px;
    left: 20px;
    height: 22px;
    width: 22px;
    background-color: #eee ;
    border-radius: 50%
}

.radio-container:hover input~.checkmark {
    background-color: #ccc
}

.radio-container input:checked~.checkmark {
    background-color: #2196f3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container input:checked~.checkmark:after {
    display: block
}

.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.check-label input {
    visibility: hidden
}

.process-box .checkmark {
    left: 43%
}

.process-box input {
    visibility: hidden
}

.process-box.active .checkmark {
    background-color: var(--bg-color-btn)!important;
}

.process-box.active .checkmark:after {
    display: block
}

.new-old-cta {
    background-image: url(../img/cta-old-bg.jpg.jfif);
    background-size: cover
}

.pulse {
    animation: pulse 2s infinite;
    margin: 0 auto;
    display: table;
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.new-old-cta h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bg-color-cta-yellow);
    margin-top: 8px;
    font-size: 40px
}

.new-old-cta h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 28px
}

.new-old-cta ul li p {
    text-align: left
}

.new-old-cta ul li span {
    display: block
}

.new-old-cta ul li a {
    padding-left: 84px
}

.new-old-cta ul li a:last-child {
    margin-top: 8px
}

.new-old-cta a.new-chat:before,
.new-old-cta a.new-phone:before {
    left: 50px
}

.new-old-cta ul li .new-yellow span {
    font-size: 16px;
    color: var(--bg-color-purple)
}

.new-old-cta .new-chat span {
    color: #fff!important
}

.process-box label {
    margin-bottom: 0;
    color: #d6d7d7;
    font-size: 20px
}

.process-box img {
    filter: grayscale(100%);
    margin: 14px 0;
    width: 26%;
    height: 5rem
}

.border-box:hover i {
    color:  var(--bg-color-blue)
}

.border-box:hover {
    border: 1px solid #fff
}

.new-old-cta .new-yellow:hover {
    background-color: transparent;
    color: #fff
}

.new-old-cta .new-yellow:hover span {
    color: #fff!important
}

.new-old-cta .new-chat:hover span {
    color: #000!important
}

.new-lets-start sup {
    text-transform: lowercase
}

.black-border-btn {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px
}

#freedom .btn {
    font-size: 16px;
    font-weight: 600;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    margin-top: 10px
}


.lower-freedom h6 {
    margin-top: 16px;
    font-size: 16px;
    color: #3a3a3c;
    font-weight: 600
}

.lower-freedom img {
    filter: grayscale(100%)
}

.lower-freedom>div {
    cursor: pointer
}

.lower-freedom>div:hover img {
    filter: grayscale(0)
}

#achive img {
    cursor: pointer;
    filter: grayscale(100%)
}

#achive img:hover {
    filter: grayscale(0)
}


#call-new .lower-freedom ul li p {
    padding-left: 60px
}

#freedom {
    background: var(--bg-color-grey)
}

.smm-tabs {
    margin-top: 10px;
    text-align: center
}

a {
    color: inherit
}

.phone a:hover {
    color: #000
}

.no-cursor>div {
    cursor: auto
}

.portfolio-left,
.portfolio-right {
    font-size: 30px;
    position: relative;
    top: 3rem
}

.price-lower a.chat:hover {
    color:  var(--bg-color-blue)!important
}

.price-lower .phone a:hover {
    color:  var(--bg-color-blue)!important
}

textarea {
    font-size: 18px!important
}

#freedom .btn {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    margin-top: 0!important
}

#committed a,
.border-btn,
.porfolio-slider-center a {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    font-size: 16px!important
}

.new-cta ul {
    margin-bottom: 0
}

#grid>div.fweb {
    height: 24rem;
    overflow: hidden
}

.upper-package p {
    margin-bottom: 0!important;color: #818285;}

ul.button {
    margin-bottom: 0;
    margin-top: 6px
}

.combo-button a {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.web-content ul.button {
    margin-top: 20px
}

.service-bg {
    background-image: url(../img/service-bg-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5rem;
    width: fit-content;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

.quality-bg {
    background-image: url(../img/quality-bg-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5rem;
    width: fit-content;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

.teamwork-bg {
    background-image: url(../img/teamwork-bg-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5rem;
    width: fit-content;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

.service-box {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer
}

.service-box:hover .service-bg {
    background-image: url(../img/service-bg.png)
}

.service-box:hover .quality-bg {
    background-image: url(../img/quality-bg.png)
}

.service-box:hover .teamwork-bg {
    background-image: url(../img/teamwork-bg.png)
}

.pakage-price {
    margin-top: 20px!important
}

.sec-7 .nav-tabs {
    width: 100%
}


/* new packages */
.pkg_sec .owl-dots{text-align: center;padding: 20px 0 0;}
.pkg_sec .owl-dots button{ outline: none;}
.pkg_sec .owl-dot span {background: #000;border-radius: 100%;width: 10px;height: 10px;display: block;margin:5px 2px !important;}
.pkg_sec .owl-dot.active span{background:var(--bg-color-yellow) !important;}

.typeof_website {
    padding: 70px 0;
}
.typeofweb_nav .nav-tabs {
    text-align: center;
    margin: 0 auto 40px;
    width: 50%;
}
.typeoflogo_nav .nav-tabs {
    border-bottom: 0;
    margin-bottom: 40px;
    align-items: center;
}
.typeoflogo_nav.typeofweb_nav{text-align: center;}
.typeoflogo_nav.typeofweb_nav .nav-tabs{width:auto;}

.typeoflogo_nav .nav-tabs li {
    margin-right: 25px;
}
.typeoflogo_nav .nav-tabs li:last-child {
    margin-right: 0;
}
.typeoflogo_nav .nav-tabs li a {
    border: 0;
    background-color: #efefef;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 10px 30px;
}
.typeoflogo_nav .nav-tabs li a.active {
  color: #fff;
  background-color:  var(--bg-color-blue);
  border-color:  var(--bg-color-blue);
}
.tab_text h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
}
.tab_text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 500;
}
.tab_btn {
    display: flex;
}
.btn_div a {
    color: #000;
    font-weight: 600;
    display: block;
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}
.btn_div {
    margin-right: 30px;
    flex: 1;
}
.btn_div a.btn {
    display: block;
    padding: 12px 30px;
    border: 0;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}
.btn_green {
    background-color: var(--bg-color-yellow);
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.btn_green:hover{
  background-color:  var(--bg-color-blue);
  border-color:  var(--bg-color-blue) !important;
}
.btn_purple {
    background-color:  var(--bg-color-blue);
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.btn_purple:hover{
  background-color: var(--bg-color-yellow);
   border-color:  var(--bg-color-blue) !important;
}
.pkg_sec {
    padding: 70px 0;
    background-image: url(../img/bg_develope.jpg.jfif);
    background-repeat: no-repeat;
    background-size: cover;
}
.pkg_box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 9px;
    margin-left: 9px;
    margin-right: 9px;
}
.purple_box .head_bgclr, .purple_box .pkg_btn .btn_green {
    background-color:  var(--bg-color-blue);
    border-color:  var(--bg-color-blue);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pkg_head {
    display: flex;
}
.head_bgclr, .pkg_price {
    flex: 0 0 50%;
}
.head_bgclr {
    background-color: var(--bg-color-yellow);
}
.head_bgclr h5 {
    color: #fff;
    padding: 25px 10px 25px 21px;
    font-size: 20px;
    position: relative;
}
.head_bgclr h5:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid var(--bg-color-yellow);
  position: absolute;
  bottom: -18px;
}
.purple_box .head_bgclr h5:before {
    border-top: 12px solid  var(--bg-color-blue);
}
.pkg_price {
    font-size: 32px;
    color: #000;
    font-weight: 800;
    text-align: right;
    padding: 0 0px 0px 8px;
    line-height: 34px;
    padding-right: 0px;
    display: flex;
    align-items: center;
}
.pkg_price strike {
    font-size: 25px;
    font-weight: 600;
    color: #ff0000;
}
.for_border {
    border-bottom: 1px solid #000;
    margin-right: 32px;
    padding: 2px 0;
}
.pkg_detail {
    padding: 25px 30px;
}
.pkg_detail ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.pkg_detail ul li {
    line-height: 24px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    list-style: none;
}
.pkg_detail ul li b {
    color:  var(--bg-color-blue) !important;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #000;
    width: 100%;
    display: block;
}
.pkg_detail ul:nth-last-child(1) {
    border-bottom: 0;
}
.pkg_btn .btn {
    display: block;
    padding: 12px 20px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.for_scroll {
    margin-right: 30px;
}
.slimScrollDiv {
    /* margin-right: -30px; */
}
.slimScrollDiv .scroll .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pkg_btn .btn_green {
    border-color: var(--bg-color-yellow);
    color: #fff;
    margin-bottom: 10px;
}
.upper-contact  p {font-size: 14px;}


















.dropdown-menu, .navbar-main .dropdown-menu {
    background-color: #ffffff;
    min-width: 240px;
    border: 0;
    padding: 12px 12px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    z-index: 9999;
}

.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown-menu {
    display: block;
    -webkit-transform-origin: 75% 0%;
    -moz-transform-origin: 75% 0%;
    -ms-transform-origin: 75% 0%;
    transform-origin: 75% 0%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    left: -20px !important;
}

.dropdown-menu:before {
    position: absolute;
    content: "";
    top: -7px;
    right: 173px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.navbar-nav .dropdown-menu{
    position: absolute;
}

.dropdown-menu > li > a {
    color: #69677e;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px 12px;
}

.dropdown-menu > li:first-child a:focus, .dropdown-menu > li:first-child a:hover{
    border-radius: 8px 9px 0px 0;
}

.dropdown-menu > li:last-child a:focus, .dropdown-menu > li:last-child a:hover{
    border-radius:  0px 0 8px 9px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
   background-color:  var(--bg-color-blue);
    color: #fff !important;
    border-top: none !important;
}

.dropdown-menu.dropdown-mega {
    z-index: 9998;
    padding: 20px 0;
    margin-top: 12px !important;
    display: block;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    opacity: 0;
}

.dropdown-menu.dropdown-unity {
    -webkit-transform-origin: 85% 0%;
    -moz-transform-origin: 85% 0%;
    -ms-transform-origin: 85% 0%;
    transform-origin: 10% 0;
}

.dropdown {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
    display: block;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown.mega {
    position: inherit;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown.mega > a {
    position: relative;
    z-index: 9999;
}

.dropdown.mega > a:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 50%;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown.mega:hover > a:before, .dropdown.mega:focus > a:before {
    opacity: 1;
}

.dropdown.mega:hover .dropdown-menu.dropdown-mega, .dropdown.mega:focus .dropdown-menu.dropdown-mega {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown.mega .dropdown-menu.dropdown-mega:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0;
}

.dropdown.mega .dropdown-menu.dropdown-mega:before {
    display: none;
}

.dropdown.mega p {
    font-size: 15px;
    font-weight: 300;
    color: #7a7896;
    margin-top: 5px;
    padding: 10px;
}

.dropdown.unity-menu {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown.unity-menu > a {
    position: relative;
    z-index: 9999;
}

.dropdown.unity-menu:hover > a:before, .dropdown.unity-menu:focus > a:before {
    opacity: 1;
}

.dropdown.unity-menu:hover .dropdown-menu.dropdown-unity, .dropdown.unity-menu:focus .dropdown-menu.dropdown-unity {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown.unity-menu .dropdown-menu.dropdown-unity:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0;
}

.dropdown.unity-menu p {
    font-size: 15px;
    font-weight: 300;
    color: #7a7896;
    margin-top: 5px;
    padding: 10px;
}

.dropdown-menu .fa-arrow-alt-circle-right, .dropdown-menu i{
  margin-top: 5px;
  float: right;
}

.navbar-brand img {
    width: 200px;
}

    /*.hidden {
        display: none;
    }*/
    /*swipper*/
    .swiper-container {
        width: 100%;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 220px !important;
        height: 420px !important;
        background-position: 0px 0px;
    }
    .banner-right-image{
        height: max-content;
    }
    .logo-banner .btns {
        text-align: center;
        color: white;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
    .logo-banner .btns i {
        font-size: 20px;
        margin-left: 8px;
        margin-right: 8px;
        cursor: pointer;
    }
    .sensation-initialized .sensation-slide {
        display: block;
    }
    .border-box-effect {
        position: relative;
        padding: 10px;
        display: inline-block;
    }
    .border-box-effect:hover:before, .border-box-effect:hover:after {
        -webkit-transform: scale(1);
    }
    .border-box-effect:hover:before, .border-box-effect:hover:after {
        -webkit-transform: scale(1);
    }
    .border-box-effect:before, .border-box-effect:after {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        z-index: 3;
        content: '';
        position: absolute;
        top: 15px;
        left: 15px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        z-index: 1;
    }
    .border-box-effect:before {
        border-bottom: 3px solid #FFF;
        border-left: 3px solid #FFF;
        -webkit-transform-origin: 0 100%;
    }
    .border-box-effect:after {
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform-origin: 100% 0%;
    }
    .border-box-effect > *:after {
        content: "+";
        font-size: 74px;
        color: #ffffff;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        line-height: 36px;
        z-index: 2;
        font-weight: 200;
        display: none;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
    .border-box-effect > * {
        position: relative;
        display: block;
    }
    .sensation-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    .sensation-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .sensation-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .sensation-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .sensation-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: wheat;
        border: 0;
        outline: none;
        background: #efefef;
        border-radius: 50px;
    }
    .sensation-dots li.sensation-active button:before {
        opacity: 1;
        color: #16a085;
    }
    .sensation-dots li.sensation-active button{
        color: #831fb2;
    }
    .sensation-dots li button:before {
        content: "•";
    }
    .sensation-dots li{position: relative;
        display: inline-block;
        width: 20px !important;
        height: 20px!important;
        background: transparent;
        border: 0px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;}
    .sensation-dots{text-align: center;margin-bottom: 0px;}
    .lp_portslider{width: 100% !important}
    .sensation-list{height: max-content !important;}
    .san-dots:before {
        color: #446cb3 !important;
        -webkit-transition: color 300ms ease-in-out;
    }
    .sensation-prev,.sensation-next{opacity:0 !important}
    .sensation-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.sensation-list:focus{outline:none}.sensation-list.dragging{cursor:pointer;cursor:hand}.sensation-slider .sensation-track,.sensation-slider .sensation-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.sensation-track{position:relative;top:0;left:0;display:block}.sensation-track:before,.sensation-track:after{display:table;content:''}.sensation-track:after{clear:both}.sensation-loading .sensation-track{visibility:hidden}.sensation-slide{display:none;float:left;height:100%;min-height:1px;outline:none}[dir='rtl'] .sensation-slide{float:right}.sensation-slide img{display:block}.sensation-slide.sensation-loading img{display:none}.sensation-slide.dragging img{pointer-events:none}.sensation-initialized .sensation-slide{display:block}.sensation-loading .sensation-slide{visibility:hidden}.sensation-vertical .sensation-slide{display:block;height:auto;border:1px solid transparent}.sensation-arrow.sensation-hidden{display:none}
    .border-box-effect img {width: 475px;height: 266px;}
    .border-box-effect figure{margin-bottom: 0px;}
    .border-box-effect:before {
        border-bottom: 3px solid #FFF;
        border-left: 3px solid #FFF;
        -webkit-transform-origin: 0 100%; }
    .border-box-effect:after {
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform-origin: 100% 0%; }
    .border-box-effect:before, .border-box-effect:after {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        z-index: 3;
        content: '';
        position: absolute;
        top: 15px;
        left: 15px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        z-index: 1; }
    .border-box-effect:hover:before, .border-box-effect:hover:after {
        -webkit-transform: scale(1); }
    .border-box-effect > * {
        position: relative;
        display: block; }
    .border-box-effect > *.new-anim:after {
        content: "\e92d";
        font-family: 'ingicdesign';
        color: #fb2224;
        font-size: 50px; }
    .border-box-effect > *:before {
        background: rgba(0, 0, 0, 0.2);
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        display: none;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
    .border-box-effect > *:after {
        content: "+";
        font-size: 74px;
        color: #ffffff;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        line-height: 36px;
        z-index: 2;
        font-weight: 200;
        display: none;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
    .border-box-effect > *:hover:before, .border-box-effect > *:hover:after {
        display: block; }
    .portwrapper{margin-top: 40px;}
    
    .chkbox input[type="checkbox"] {
    width: auto;
    height: auto;
    position: absolute;
    left: 2px;
    top: -3px;
}
.chkbox label {
    color: black;
    font-size: 12px;
    padding-left: 19px;
}
    