/*--------------- Css Reset ---------------*/
:root {
    --main-color: 0, 0, 0;
    --main-bg-color: 255, 255, 255;
    --light-main-bg-color: #FBFDFF;
    --red-color: #FD003A;
    --green-color: 141, 198, 63;
    --big-btn: 1rem 2rem;
    --small-btn: 1rem 2rem;
    --brown-color: #8B6B0F;
    --color-gray: 41,41,41;
    --yellow-color: 255, 212, 0;
    --prpl-color: 154, 37, 143;
    --teal-color: 0, 179, 181;
}

html {
    font: 400 16px/1.5 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
.container {
    max-width: 1140px !important;
}
body {
    margin: 0;
    right: 0;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    transition: right 0.4s ease-in-out 0s;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    font: 400 16px/1.5 'Poppins', sans-serif;
    color: rgba(var(--main-color), 1);
    width: 100%;
}

* {
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

b,
strong {
    font-weight: 700;
    position: relative;
}

a:active,
a:focus,
a:hover {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
}

.f-60{
    font-size: 60px
}
.f-50{
    font-size: 50px;
}
.f-42{
    font-size: 42px;
}
.f-30{
    font-size: 30px;
}
.f-20{
    font-size: 20px;
}
.smallheading{
    color: rgba(var(--teal-color))
}
button:active,
button:focus {
    outline: none !important;
    text-decoration: none;
}

.color p,
.primary-code,
.secondary-code {
    font-size: 11px;
    cursor: pointer;
}

.primary-code:hover,
.secondary-code:hover {
    border: 2px solid #FFFFFF
}

.clr-teal {
    color: rgba(var(--teal-color)) !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

:focus {
    outline: none !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-transition: bottom .2s ease;
    -ms-transition: bottom .2s ease;
    -o-transition: bottom .2s ease;
    transition: bottom .2s ease;
}

.vh-75 {
    height: calc(100vh - 100px);
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fs-1 {
    font-size: 1rem;
}

.fs30 {
    font-size: 26px;
}

.padding-t {
    padding-top: 90px !important;
}

.padding-b {
    padding-bottom: 90px;
}

.margin-t {
    margin-top: 90px;
}

.padding-b-2 {
    padding-bottom: 150px;
}

.margin-t-2 {
    margin-top: -150px;
}

.margin-t-3 {
    margin-top: -250px;
}

.padding-t-3 {
    padding-top: 250px;
}

.padding-b-3 {
    padding-bottom: 250px;
}

.padding-t-2 {
    padding-top: 150px;
}

.margin-b-2 {
    margin-bottom: -150px;
}

.margin-t-1 {
    margin-top: -90px;
}

.wrapper {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.navbar-brand {
    width: 200px;
}
.testi .slick-list{
        padding: 0 350px 0 0 !important
    }
.box {
    padding: 50px;
    position: relative;
    z-index: 1;
    max-width: 490px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    /*padding-left: 60px;*/
    z-index: 2;
    color: rgba(var(--main-bg-color), 1);
    background: #cccccc94;
    border-radius: 10px;
}
.card {
    margin: 10px 0;
    box-shadow: 0 0 10px #00000020;
    background: #fff;
    border: none;
}
.card-header {
    border: none;
    background: #fff;
}
.hero-other {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

h5.subHeading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .15rem;
    color: #de002e;
}

.logos img {
    height: 32px;
    opacity: .9;
    margin: 0 auto;
    text-align: center;
}

.innerPage.hero-other {
    min-height: auto
}

/*.innerPage.gray-Bg-Color::before {
min-height: 358px;
}
*/
.innerPage.gray-Bg-Color::before {
    display: none;
}

.innerPage h1 {
    text-transform: capitalize;
    color: #fff;
}
.innerPage .lead {
    color: #fff;
}
.whitecolor .rowvh {
    visibility: hidden;
}

/*navigation*/
.nav-down,
.nav-up {
    transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    background: #FFF;
    box-shadow: 0px 4px 10px #b9b9b9;
    /*background: linear-gradient(180deg, rgb(var(--main-bg-color), 1) 2.45%, rgba(var(--main-bg-color), 0) 97%);*/
}
header .tellLink {
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.5rem;
    transition-duration: 0.8s;
}
header .tellLink a:hover {
    color: rgb(var(--prpl-color));
}

header .tellLink .icon-chat:before,
header .tellLink .icon-phone:before {
    font-size: .7rem;
}
.nav-bar ul li  {
    display: block;
    padding: .5rem;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05rem;
    transition-duration: 0.8s;
}
.nav-bar a:hover{
    color: rgb(var(--prpl-color));
}
.dropdown-cont {
    display: none;
    position: absolute;
    left: -20px;
    box-shadow: 0 0 16px #0000001c;
    transition-duration: 0.8s;
    background: rgb(var(--main-bg-color));
}
.dropdown-cont li{
    white-space: nowrap;
    width: 100%;
    padding: 5px 20px;
}
.dropdown:hover .dropdown-cont{
    display: block;
    z-index: 99;
}
/*homeFirstSection*/
.logoshape {
    position: absolute;
    left: -10%;
    top: 0px;
    z-index: -1;
}

.gray-Bg-Color,
.gray-Bg-Color-2 {
    position: relative;
    color: rgba(var(--main-color), 1);
    background-color: rgba(var(--main-color), .015);
}

.light-blue-Bg-Color {
    background: #E0F3FF;
    position: relative;
}

.light-blue-Bg-Color:before,
.gray-Bg-Color:before,
.gray-Bg-Color-2:before {
    content: "";
    height: 0;
    border-top: 5vw solid #ffffff;
    border-right: 100vw solid transparent;
    position: absolute;
    top: 0;
    z-index: 1;
}

light-blue-Bg-Color:before,
.gray-Bg-Color:before {
    border-top: 5vw solid #FFFFFF;
}

.main-bg-color {
    background-color: rgba(var(--main-bg-color), 1);
    position: relative;
    color: rgba(var(--main-color), 1);
}
.padding-t180 {
    padding-top: 180px;
}
.shapeinBg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    height: 450px;
}
.main-bg-color-2 {
    background-color: rgba(var(--main-bg-color), .9);
    position: relative;
    color: rgba(var(--main-color), 1);
}

.maker {
    position: absolute;
    right: 0;
    animation: 5s ease-in-out 0s infinite alternate none running animate;
}

@keyframes animate {
    from {
        top: 0%
    }

    to {
        top: 10%
    }
}

.h-150 {
    height: 150px;
}

/*servicestabs*/
.servcs h3 {
    color: #0c1517;
    font-size: 55px;
    display: block;
    font-weight: bold;
    width: 100%;
    padding: 6px 0 0;
    text-transform: capitalize;
}

.servcs p {
    color: #5a5c5d;
    width: 100%;
    font-size: 1rem;
}

.servcs ul {
    width: 100%;
    margin: 0px 0 0 0;
    font-size: 0;
    padding: 0;
}

.servcs ul li {
    display: inline-block;
    top: 0;
    position: relative;
    vertical-align: top;
    -webkit-transition: top .3s;
    transition: top .3s;
    min-height: 170px;
    border-radius: 5px;
    padding: 1rem 2rem;
    color: rgba(var(--main-color), 1);
}

.servcs ul li a {
    box-shadow: 10px 10px 10px -4px rgba(var(--main-color), .08);
    background: linear-gradient(150deg, rgba(255, 255, 255, .5) 30%, rgba(250, 254, 254, 4) 100%);
    padding: 1.5rem 1rem;
}

.servcs ul li .iconsBg {
    width: 50px;
    height: 80px;
}

.servcs ul li:hover {
    transition: top .3s;
    top: -9px;
}

.servcs ul li strong {
    font-weight: 600;
    font-size: 14px;
}

.servcs ul li.ylw h5,
.servcs ul li.ylw i,
.servcs ul li.ylw strong {
    color: var(--brown-color);
}

.servcs ul li.grn h5,
.servcs ul li.grn i,
.servcs ul li.grn strong {
    color: rgb(var(--green-color));
}

.servcs ul li.prpl h5,
.servcs ul li.prpl i,
.servcs ul li.prpl strong {
    color: rgb(var(--prpl-color));
}

.servcs ul li.prpl i {
    background: rgba(var(--prpl-color), .2);
    ;
}

.servcs ul li.ylw i {
    background: rgba(var(--yellow-color), .2);
}

.servcs ul li.grn i {
    background: rgba(var(--green-color), .2);
}

.innerServices ul li a {
    background: transparent;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.innerServices ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 #ccc;
}

.servcs .slick-track {
    padding: 30px 0 0 0;
}
.slick-next:before {
    content: "\e91b";
    font-family: 'icomoon' !important;
    color: #dad7d7;
    font-size: 50px;
    font-weight: 300;
}

.servcs .slick-next:hover:before {
    color: #e67a3f;
}

.servcs .slick-prev:hover:before {
    color: #e67a3f;
}

.slick-prev:before {
    content: "\e91a";
    font-family: 'icomoon' !important;
    color: #dad7d7;
    font-size: 50px;
    font-weight: 300;
}

.servcs .slick-prev {
    left: -50px;
}

.servcs .slick-next {
    right: -50px;
}

.servcs ul li img {
    width: 50%;
    margin: 0 auto;
}

.servcs ul li h5 {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
}

.servcs ul li i {
    font-size: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 1rem;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 55.5%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

/*cta*/
.ctainner {
    margin-top: 50px;
    position: relative;
    padding: 20px;
    border: 1px solid rgba(var(--main-color), .2);
    border-radius: 8px;
    width: 80%;
    margin: 40px auto 40px;
}

.same {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}

.same a {
    font-size: 16px;
    color: var(--shrap-red);
    text-decoration: underline;
}


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

.nav-tabs .nav-link.active {
    border: 1px solid #00b3b5;
    background: #00b3b5;
    color: #fff;
}

.nav-tabs .nav-link {
    margin-right: 1rem;
    border-radius: .25rem;
    border: 1px solid #00b3b5;
}


/*buttons*/
.btn {
    padding: var(--btnPadding);
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: background-color .8s ease-out;
    -moz-transition: background-color .8s ease-out;
    -o-transition: background-color .8s ease-out;
    transition: background-color .8s ease-out;
    position: relative;
    color: rgba(var(--main-color), 1);
    border: none;
    z-index: 2;
    border-radius: 0px;
}

.btn-1 {
    background: rgb(var(--yellow-color));
    padding: var(--big-btn);
}

.btn-2 {
    background: rgb(var(--green-color));
    padding: var(--small-btn);
    color: rgb(var(--main-color));
}

.btn-2,
.btn-2:hover {
    color: rgb(var(--main-bg-color));
}

.btn.btn-Line-2 {
    border: 1px solid rgb(var(--teal-color));
    padding: 1rem 2rem !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn.btn-Line-2:hover {
    color:rgb(var(--teal-color));
}

.btn.btn-Line-2:after,
.btn.btn-Line-2:before {
    display: none;
}
.btn:hover{
    background:rgb(var(--prpl-color));
     color:rgb(var(--main-bg-color)) !important;
}

a:not([href]):not([tabindex]) {
    color: rgba(var(--main-color), 1);
}

.portfolio {
    position: relative;
    display: block;
    overflow: hidden
}

.portfolio .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0 solid #fff;
    transition: border .5s;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.portfolio:hover .mask {
    border: 10px solid #fff;
    box-sizing: border-box
}

.portfolio .content {
    position: relative;
    opacity: 0;
    text-align: left
}

.portfolio .content h2 {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    color: rgba(var(--main-color), 1);
    padding-right: 3rem;
    padding-left: 1rem
}

.portfolio .svg-wrap {
    position: absolute;
    right: -5px;
    top: 10px
}

.portfolio:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(var(--shrap-red), .8);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0
}

.portfolio:hover .content {
    opacity: 1
}

.portfolio:hover:after {
    top: 0
}

.portfolio:hover img {
    transform: scale(1.5);
    transition: all 3s linear 0s
}
.vhm{ display: inline-block; font-size:14px;   vertical-align: middle;}

.package {
    -webkit-transition: background-color .1s ease-out;
    -moz-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    z-index: 2;
    color: rgba(var(--main-color), 1);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 1rem;
}

.packageHeader {
    border-radius: 1rem 1rem 0px 0px;
    color: rgba(var(--main-bg-color), 1);
    
}

.packagefooter {
    border-radius: 0px 0px 1rem 1rem;
    background: rgba(var(--main-color), .05)
}

.package:nth-child(2n+1) .packageHeader,
.package:nth-child(2n+1) .btn-2

    {
    background: rgb(var(--green-color));
}

.package:nth-child(2n) .packageHeader,
.package:nth-child(2n) .btn-2,section .btn-2

    {
    background: rgb(var(--teal-color));
    color: #fff !important
}

.package:nth-child(3n) .packageHeader,
.package:nth-child(3n) .btn-2

    {
    background: rgb(var(--prpl-color));
}

.packagePrice{padding:1.5rem ;margin-bottom:  1rem}}

.package:nth-child(2n+1) .packagePrice
    {
    background: #F3F9EB;
}

.package:nth-child(2n) .packagePrice

    {
    background:#E5F7F8;
}

.package:nth-child(3n) .packagePrice
    {
    background: #F2E2F0;
}


.package .btn-2 {
   width:   100%;
   margin: 1rem auto;    
}


.pack-shadow {
    box-shadow: 0px 4px 10px -4px rgba(var(--main-color), 1);
    border-radius: 1rem;
    background: rgba(var(--main-bg-color), 1)
}

.pack-icon {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 1.5rem;
    box-shadow: 2px 10px 10px -4px rgba(var(--main-color), .08);
}

.textClr a small {
    color: rgba(var(--main-bg-color), 1);
}

.megapackage {
    position: relative;
    background: #f4f4ff;
    background-repeat: no-repeat;
    background-size: 100%;
    /* color: rgba(var(--main-bg-color),1); */
    padding: 80px 0;
}

.megapackageLeftCol-btn {
    margin-bottom: 20px;
}
.stamp img {
    max-width: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.package .textClr {
    margin-top: 2rem;
    border-top: 1px solid #de002e;
}

.package:hover .textClr,
.package.active .textClr {
    border-top: 1px solid #aa181f;
}

.package h3 {
    margin-bottom: 1rem;
}

.package h3,
.package h4 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
}

.package h3 i {
    font-size: 2rem;
    float: left;
    margin-right: 1rem;
}

.package p {
    line-height: 1;
    margin-top: .75rem;
}

.package h3 i::before {
    color: var(--green-color)
}

.package h4,
.lp .hero h2,
.lp .hero h1 span {
    color: #de002e;
}

.package ul + h4 {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.ul_pkg {
    max-height: 200px;
    width: 100%;
    overflow: auto;
}


.ul_pkg::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000000
}

.ul_pkg::-webkit-scrollbar {
    width: 5px
}

.ul_pkg::-webkit-scrollbar-thumb {
    background: rgba(var(--main-color), 1);
    border-radius: 10px
}

.ul_pkg ul {
    padding: 0px;
    margin: 0px;
}

.ul_pkg ul li {
    width: 96%;
    margin-top: .25rem;
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.package i:before {
    animation: textMulticolor 44s infinite
}

.ul_pkg ul li:before,
.text-list li:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    margin-right: 1rem;
    color: var(--green-color);
    animation: textMulticolor 44s infinite
}

h3 small {
    text-transform: capitalize;
}

.innerPage .text-list li {
    width: 100%;
}

.icon {
    position: relative;
    z-index: 1;
    padding: 3rem .5rem 2rem;
    background-color: #fff;
    text-align: center;
    border-radius: .5rem;
    background: #f8f9fc;
    font-size: .75rem;
    margin: 1.5rem auto;
}

.icon i {
    font-size: 3rem;
    color: #de002e;
}

.icon h5 {
    font-size: 1rem;
}

.text-list li {
    width: 40%;
    display: inline-block;
    margin-right: 2%;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

.web-ul_pkg ul + strong,
.web-ul_pkg ul + h5,
.web-ul_pkg h5,
.ul_pkg ul + strong,
.ul_pkg ul + h5,
.ul_pkg h5 {
    margin-top: 1rem;
    display: block;
    padding-left: 1.3rem;
}

.package h5 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.price h4 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .02rem;
    color: var(--green-color);
}

.price h4 small {
    letter-spacing: 0rem;
    font-size: 20px;
}

.price h4 sup {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: -1.2rem;
    margin-right: .25rem;
}

.package .oldPrice {
    position: relative;
    color: #FF0000;
    font-size: 13px;
}

.package .oldPrice::after {
    border-bottom: 0.12rem solid #FF0000;
    content: "";
    left: 0;
    margin-top: calc(0.2rem / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.oldPrice {
    position: relative;
    color: #1200BF;
}

.oldPrice small {
    font-weight: 700;
}

.oldPrice::after {
    border-bottom: 0.12rem solid #1200BF;
    content: "";
    eft: 0;
    margin-top: calc(-.2rem / 1 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.package ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: .5rem;
}

.dp-iBlock {
    display: inline-block;
}

.stamp {
    width: 60%;
}

.weBestSection i {
    font-size: 4rem;
}

.weBestSection p {
    color: rgba(var(--main-color), 1);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 30px;
}

.weBestSection i {
    color: rgb(var(--main-color));
    padding: 20px;
    border-radius: 50%;
}
.weBestSection i.icon-satisfaction{
    background: #FFECEF;
}
.weBestSection i.icon-customer{
    background: #E5F7F8;
}
.weBestSection i.icon-ownership{
    background: #FFF6D3;
}
.weBestSection i.icon-moneyBack{
    background:#E4FFEE;
}
.weBestSection i.icon-industrySpecific{
    background:#F4F4FF;
}
.text-list {
    padding: 0px;
}

.lp .hero h1 {
    font-size: 38px;
    text-transform: capitalize;
}

.lp .lead {
    font-weight: 600;
}

.box .form-control,
.modal-body .form-control {
    margin: 0;
    border: solid 1px #ffffff59;
    background: white;
    padding: 1.2rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.095);
    color: #000;
    font-size: 13px;
    font-weight: 400;
    outline: none !important;
    resize: none;
    border-radius: 10px;
}
.box .btn {
    border-radius: 10px;
}
.form-control {
    padding: 2rem 1rem;
    font-weight: 600;
    color: #fd0a5c;
    margin-bottom: 1rem;
    height: 50px;
    border-radius: 6px;
    color: #333;
    border: solid 1px #ccc;
    font-size: 14px;
}

/*.form-control:disabled, .form-control[readonly] {
background-color: #000000;
}*/
select.form-control {
    height: 62px;
    padding: 0px 1rem;
}

input[type=file] {
    padding: 1rem 1rem 3rem;
}

.form-control:focus {
    box-shadow: none;
    color: #000000;
    border-color: #8c8c8c;
    outline: 0;
    font-weight: 600;
}

ul.points li figcaption {
    text-align: center;
    display: inline-block;
    width: 75px;
    margin: -8px 15px 0 0;
    font-size: 4rem;
}

ul.points li,
.black-bg-color ul.points {
    padding: 0px;
    margin-bottom: 1rem;
}

ul.points {
    margin: 30px 0 0px 0;
    padding: 0px;
}

ul.points li .list-text {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    font-size: .9rem;
}

ul.points li .list-text h5 {
    font-weight: 600;
}
.testim-wrp img {
    border-radius: 50%;
    height: 70px;
    object-fit: cover;
    width: 70px;
    /*margin-right: 10px;*/
}
    
.test-bg-t {
    z-index: -1;
    max-width: 130%;
    position: absolute;
    left: -94px;
    bottom: -92px;
}

.test-bg-b {
    z-index: -1;
    max-width: 130%;
    position: absolute;
    left: -94px;
    bottom: -92px;
}

.testi .test-text {
    text-transform: initial;
}

.testimnl .txt-wrp {
    padding-right: 60px;
    padding-left: 34%;
}

.testimnl .testim-wrp {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    margin: 0 40px 0 0;
    box-shadow: 0 0 22px #00000012;
    transition-duration: 0.8s;
    min-height: 292px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testi .slick-slide .testim-wrp:hover {
background: #00B3B5;
color: #fff
}
.slick-dots {
    display: none !important;
}
.testi .slick-arrow{
    top: -10%;
}
.testi .slick-prev{
    left: 93%
}
.testi .slick-next{
    left:   95%
}
.icon-star {
    font-size: .7rem;
}

.icon-star:before {
    color: var(--green-color);
}
.container-fluid.padding-l{
    padding-left: 10%;
    padding-right: 0;
    width: 100% !important
}
.copyrghts {
    padding-top: 1rem;
    font-size: 11px;
}

footer {
    font-size: 12px;
    font-weight: 400;
    background-color: rgba(var(--main-bg-color), .895);
    position: relative;
}

footer img {
    width: 75%
}



footer .list-inline-item:not(:last-child) {
    margin-right: 2.5rem;
    margin-bottom: .7rem;
}

.bdr-t {
    border-top: 1px solid #1143e4;
}

footer ul,
footer ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

footer ul.col-50 li {
    float: left;
    width: 48%;
    font-size: 12px;
}

.disclaimer {
    position: relative;
    font-size: 10px;
    padding-top: 1rem;
}

.copy {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}

footer a:hover {
    color: #FFE07D
}

.popup-message {
    position: fixed;
    bottom: 40px;
    left: 25px;
    background: #fff;
    padding: 8px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.popup-data h3 {
    color: #0686d8;
    margin: 0;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    font-size: 15px !important;
}

.popup-data p#client_review {
    width: 100%;
    letter-spacing: -0.0px;
    font-size: 13px !important;
    margin-bottom: 5px;
    font-style: italic;
    line-height: 18px !important;
    text-align: left;
    color: rgba(var(--main-color), 1);
}

.popup-data p.trusted {
    color: purple;
    font-weight: 600;
    width: 50%;
    float: right;
    font-size: 11px !important;
    margin-bottom: 0px;
    font-style: normal;
    text-align: right;
}

.popup-data {
    width: 285px;
}

.popup-data p.rating {
    margin: 0;
    width: calc(50% - 20px);
    float: left;
    color: #ffe433;
    font-size: 9px !important;
    margin-top: 1px;
}

.popup-data p.star-before {
    margin: 0;
    width: 20px;
    float: left;
    color: #ffe433;
    font-size: 9px !important;
}

@media only screen and (max-width: 800px) {
    .popup-message {
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
    .testi .slick-list{
        padding: 0 80px 0 0 !important
    }
}

.animated.fadeInUp {
    opacity: 1;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 3s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.jst-hours {
    float: left;
    font-weight: 700
}

.jst-minutes {
    float: left;
    font-weight: 700;
    color: #000
}

.jst-seconds {
    float: left;
    font-weight: 700;
    color: #000
}

.jst-clearDiv {
    clear: both
}

.timer {
    font-size: 48px;
    background: -webkit-linear-gradient(#ff9900, #f10037);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff
}

#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal p {
    color: #344a5f
}

#ouibounce-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

#ouibounce-modal .modal-footer {
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #eb302b;
    color: #eb302b;
    font-weight: 700;
    margin-bottom: 0;
}

#ouibounce-modal .modal-footer {
    border-top: 1px solid #e4e4e4;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#ouibounce-modal {
    z-index: 55555;
}

#ouibounce-modal .modal {
    display: block;
}

.modal-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -4px -6px -4px -4px;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#F44336), to(#3F51B5));
    background: linear-gradient(to right, #673AB7, #dd3d38, #E91E63, #eb6021, #3F51B5);
    box-shadow: 0px 0px 75px #ff000066;
}

.terms ul li {
    font-size: 12px;
    list-style-type: disc;
    margin-top: 5px;
    color: #4f4f4f;
    font-weight: 600;
    margin-left: 10px
}

.terms h4 {
    margin: 35px 0 15px 0
}

button.close {
    position: absolute;
    right: -30px;
    background: #de002e;
    padding: 0px;
    border-radius: 26rem;
    width: 32px;
    font-size: 1.5rem;
    height: 33px;
    border: 4px solid #de002e;
    line-height: 0;
}

.modal-body p {
    font-size: 14px;
}

.modal-body {
    border-radius: 3rem;
    background-color: #fbfbfb;
    background-repeat: no-repeat;
    background-position: bottom center;
    color: rgba(var(--main-color), 1);
    background-size: cover;
}

.modal-content {
    border-radius: 3.5rem
}

.modal-body .form-group {
    margin-bottom: .5rem
}

/*.modal-body .form-control {
border: 1px solid #f43d34;
background: #171414;
font-weight: 600;
margin-bottom: .8rem;
padding: 1.4rem 1rem;
box-shadow: -2px 3px 0px #E20000;
}
.modal-body .form-control:focus {
box-shadow: 0 0 6px 1px #ef2d1f
}
.modal-body .form-control:focus {
color: #f44336;
border: 1px solid #f44336
}*/
.close {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1
}

#nav-icon3 {
    width: 8px;
    height: 25px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}
.display-n {
    display: none;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 8px;
    width: 100%;
    background: #fd003a;
    /*    border-radius: 9px;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon3 span:nth-child(1) {
    top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 10px
}

#nav-icon3 span:nth-child(4) {
    top: 20px
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

@media (max-width: 1367px) {
    .testi .slick-list{
        padding: 0 150px 0 0 !important
    }
}
@media only screen and (max-width: 1600px) {
    .homeHeadershape {
        top: -20%;
    }
}

@media only screen and (max-width: 1200px) {
    .modal-open nav.navbar {
        background: rgba(var(--main-bg-color), 1);
    }
    .testi .slick-list{
        padding: 0 100px 0 0 !important
    }
    header .row {
        justify-content: space-between;
    }
    .col-lg-4.m-rightCol {
        max-width: 45.33% !important;
        flex: 45.33% !important;
        display: flex !important;
        justify-content: flex-end;
        gap: 15px;
        align-items: center;
    }
    .display-n {
        display: inline-block;
        margin: 0 !important;
    }
    .nav-bar {
        position: fixed;
        transform: translateX(-100%);
        background: #e0f3ff;
        padding: 0;
        z-index: -1;
        transition-duration: 0.8s;
        top: 0;
        left: 0;
        max-width: 360px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }
    .nav-bar.active{
        transform: translateX(0);
    }
    .nav-bar ul {
        flex-direction: column;
    }
    .nav-bar ul li {
        font-size: 16px;
    }
    .nav-bar ul li ul li {
        font-size: 14px;
    }
    .dropdown-menu{
        box-shadow: none;
        text-align:right; 
    }
    .float-right {
        float: unset !important;
    }
    .hero-other.hero {
        min-height: 650px;
        height: unset;
    }
    .box {
        padding: 50px 30px;
    }
}
@media only screen and (max-width: 1025px) {}
@media only screen and (max-width: 992px) {

    .pwrhse ul li:nth-child(1),
    .pwrhse ul li {
        width: 100%;
    }


    .test-bg-t {
        max-width: 136%;
        bottom: -17px;
    }

    .test-bg-b {
        max-width: 136%;
        bottom: -17px;
    }

    .inqform:after {
        background-image: none;
    }

    .padding-t-3 {
        padding-top: 2rem
    }

    .margin-t-3 {
        margin-top: -190px;
    }

    .padding-b-2.margin-t-3 {
        padding-bottom: 0px;
    }

    .padding-b {
        padding-bottom: 45px;
    }

    .padding-t {
        padding-top: 45px;
    }

    .ctainner {
        width: 100%;
    }

    h1,
    .lp .hero h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.6rem;
    }

    .text-list li {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .hero-other.hero .justify-content-between {
        justify-content: center !important;
        text-align: center;
    }
    .hero-other.hero img {
        max-width: 850px !important;
        object-fit: cover;
        object-position: center;
    }
    .innerPage h1 {
        font-size: 34px;
    }
    .innerPage .lead {
        font-size: 16px;
    }
    .innerPage .rowvh {
        text-align: center;
    }
    .innerPage .rowvh img {
        max-width: 600px;
        object-fit: cover;
        object-position: center;
    }
    .innerPage .text-list {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .innerPage .text-list li {
        width: auto;
    }
    .seo-img {
        max-width: 450px !important;
        width: 100%;
    }
}
@media only screen and (max-width: 910px) {
    .col-lg-4.m-rightCol {
        max-width: 55.33% !important;
        flex: 55.33% !important;
    }
    section.gray-Bg-Color.padding-t-2.padding-b {
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px) {
.testi .slick-list{
        padding: 0  !important
    }
    .package::before,
    .package::after {
        display: none;
    }

    .package,
    .package.active {
        box-shadow: none;
        padding-left: 1rem !important;
        color: rgba(var(--main-color), 1);
       
    }
    .testimnl .txt-wrp {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .btn:before {
        width: 92%;
        height: 92%;
        left: 20px;
        bottom: -5px;
    }
    .innerPage .icon img {
        max-width: 120px;
    }
    .testimnl .testim-wrp {
        margin: 1.5rem 10px 0 0;
    }

    .footer-margin {
        display: none;
    }

    .footer {
        position: relative;
        padding-bottom: 10px !important;
    }

    .btn.btn-1 {
        padding: .75rem 1rem !important;
    }
    .innerBanner-btn {
        text-align: center;
    }
    .text {
        text-align: center;
        margin: 50px 0 0;
    }
    .text ul.points li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section.gray-Bg-Color .order-lg-last {
        text-align: center;
    }
    .weBestSection {
        justify-content: center;
    }
    header .tellLink {
        display: none;
    }
    .nav-bar {
        flex-direction: column;
        gap: 15px;
    }
    .nav-bar .tellLink {
        display: block;
    }
    footer ul, footer ul li {
        margin: 0px 0 5px;
        font-size: 14px;
    }
    .footer p {
        font-size: 12px;
    }
    .innerPage .icon {
        padding: 0 0 !important;
    }
    .innerPage .subHeading {
        text-align: center;
    }
    .innerPage h1 {
        text-align: center;
    }
    .innerPage .lead {
        text-align: center;
    }
    .megapackage h2 {
        text-align: center;
        margin: 0 auto 10px !important;
    }
    .megapackage p {
        text-align: center;
        margin: 0 auto 15px !important;
    }
    .megapackageLeftCol-btn {
        text-align: center;
    }
    .seo-img {
        max-width: 350px !important;
    }
    .stamp {
        text-align: center;
        width: 100%;
    }
    .nav-tabs .nav-item {
        margin-bottom: 15px;
    }
    .inqform h2 {
        text-align: center;
        padding: 0 80px;
    }
    .inqform p {
        text-align: center;
    }
}
@media only screen and (max-width:575px) {
    .col-lg-4.m-rightCol .btn {
        display: none;
    }
    .nav-bar .btn {
        display: inline-block;
        width: 100%;
        max-width: 250px;
    }
    button.close {
        right: -2%;
        top: -5%;
        opacity: 1 !important;
        color: #fff !important;
    }
    .ctainner {
        text-align: center;
    }
    .container {
        max-width: unset;
    }
    .inqform h2 {
        padding: 0 30px;
    }
}
@media only screen and (max-width:560px) {
    .icon {
        margin: 0.5rem auto;
    }

    .box {
        width: 100%;
    }

    .text-list li {
        width: 100%;
    }

    .modal-body {
        padding: 1rem 0rem;
    }

    .navbar .btn {
        font-size: .9rem;
        padding: .8rem .5rem
    }

    .navbar-brand {
        width: 150px
    }

    .btn {
        width: 100%;
        margin-bottom: 1rem
    }
    .f-60{
    font-size: 50px
}
.f-50{
    font-size: 40px;
}
.f-42{
    font-size: 32px;
}
.f-30{
    font-size: 20px;
}
.f-20{
    font-size: 16px;
}
header .tellLink {
    padding: .5rem 1rem;
}
.dropdown-cont{
    background:none;
    position: relative;
    box-shadow: unset;
    padding-left: 20px;
}
.package {
    max-width: 90%;
    width: 100%;
}
}

@media only screen and (max-width:360px) {
    .navbar-brand {
        width: 140px;
    }
}
@media only screen and (max-width:385px) {
    .nav-bar {
        max-width: 280px;
    }
    .nav-tabs {
        justify-content: center;
        gap: 10px;
    }
    .light-blue-Bg-Color {
        text-align: center;
        padding: 70px 0px;
    }
    .light-blue-Bg-Color .padding-b-3 {
        padding-bottom: 150px;
    }
    .light-blue-Bg-Color:before, .gray-Bg-Color:before, .gray-Bg-Color-2:before {
        left: 0;
    }
    .innerPage.hero-other.hero {
        min-height: 550px;
        height: auto;
    }
    .innerPage h1 {
        font-size: 28px;
    }
    .innerPage h2 {
        font-size: 26px;
        margin: 15px 0;
    }
    h2 {
        font-size: 28px;
    }
    .packagefooter a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .gray-Bg-Color .padding-t-2 {
        padding-top: 30px;
    }
    .gray-Bg-Color.padding-t-2 {
        padding-top: 50px;
    }
    .inqform h2 {
        padding: 0 10px;
    }
}
@media (min-width: 769px) {
    .media-content {
        position: absolute;
        width: 55%;
        right: 0;
        top: 105px;
        z-index: -1;
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .media-content {
        width: 65%;
        top: 34%;
        transform: translateX(20%);
    }
}

@media (min-width: 1367px) {
    .container-fluid {
        width: 90%
    }
}

@media (min-width: 1681px) {
    .container-fluid {
        width: 80%
    }
}
@media (min-width: 1600px) {
   
    .test-bg-t {
        max-width: 110%;
    }

    .test-bg-b {
        max-width: 110%;
    }
}


/*** MEGA PACKAGE CARD CSS START
*************************************/
.megapackage .pack-shadow {
    color: #000;
}
.megapackage .packageHeader {
    background: #9a258f;
    padding: 20px 0px;
}
.megapackage .packageHeader h3 {
    font-size: 26px;
}
.megapackage .packageHeader p {
    line-height: 1.1;
    font-size: 16px;
    font-weight: 400;
}
.megapackage .packagePrice {
    background: #f2e2f0;
}
.megapackage .oldPrice {
    position: relative;
    color: #FF0000;
}
.megapackage .ul_pkg h4 {
    padding-left: 20px;
    font-size: 20px;
    margin: 15px 0;
}
.megapackage .ul_pkg ul li {
    font-size: 13px;
}
.megapackage .packagefooter {
    padding: 10px 15px;
    margin-top: 30px;
}
/*** MEGA PACKAGE CARD CSS END
*************************************/

.paymentCards-image img {
    max-width: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.footerSocial-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.footerSocial-links a {
    font-size: 18px;
}