@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Poppins Bold"), local("Poppins-Bold"), url(css/fonts/poppins-700.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(css/fonts/signika-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    font: 400 16px/1.5 'Signika', sans-serif;
    scroll-behavior: smooth;
}

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.4 'Signika', sans-serif;
    color: #4e4e4e;
    width: 100%;
    background-color: #fff;
}


*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul,
li,
ol {
    list-style: none;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

b,
strong {
    font-weight: 700;
    position: relative;
}

a:active,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.smallheading {
    font-weight: 700;
    color: #000000;
    font-family: Poppins, sans-serif;
}

h1 {
    font-size: 52px;
}

h2,.big-heading {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h4 samll {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 1rem;
}

button:active,
button:focus {
    outline: 0 !important;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-transition: bottom 0.2s ease;
    -ms-transition: bottom 0.2s ease;
    -o-transition: bottom 0.2s ease;
    transition: bottom 0.2s ease;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fs-0 {
    font-size: 1vw;
}

.fs-1 {
    font-size: 1.15vw;
}

.fs-3 {
    font-size: 1.5rem;
}

.fs30 {
    font-size: 26px;
}

.padding-b {
    padding-bottom: 5vw;
}

.margin-t {
    margin-top: 200px;
}

.padding-left-1 {
    padding-left: 4vw;
}

.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-t {
    padding-top: 90px;
}

.padding-b {
    padding-bottom: 90px;
}

.margin-b-2 {
    margin-bottom: -150px;
}

.margin-t-1 {
    margin-top: -90px;
}

.clr-1,
a:hover {
    color: #FF2C00
}
.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
}

.nav-link {
    font-size: 13px;
    font-weight: 700;
    color: #000000;
}
.dropdown-item {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
.dropdown-menu {    background-color: #000000;}

.wrapper {
    position: relative;
    z-index: 0;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.tellLink,
.textLink {
    font-weight: 700;
}

.navbar-brand {
    width: 180px
}

.nav-down, .nav-up, .navbar {
    transition: top 0.3s ease-in-out;
    background: linear-gradient(180deg, rgb(255 255 255) 50%, rgb(255 255 255 / 2%) 100%);
    color: #FFFFFF;}

.hero-other {
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    background-size: 80%
}

.content p {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}


.btn-1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 1.2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    position: relative;
    z-index: 5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ff2c00;
    color: #FFF;
    font-size: 14px;
    line-height: 2.2;
        border: 2px solid transparent;
            box-shadow: 0px 6px 16px rgba(0, 0, 0, .2);

}
.btn-1.btn-3{      padding-left: 3rem; padding-right: 3rem;
 
}
.btn-1.btn-3, .btn-1.btn-2:hover,  .btn-1.btn-1:hover{
    background: none;
    color: #ff2c00;
     border: 2px solid #ff2c00;
}
.btn-1.btn-3:hover{    background: #ff2c00; color: #FFFFFF;
}

nav .btn-1,
.tellLink {
    font-size: 13px;

}

.tellLink a {
    color: #000000;
    border-bottom: 1px solid;
}
.tellLink a:hover{
    border-bottom: none;
}

.btn-1:hover {
    color: #FFFFFF;
}

.btn-1.btn-2 {
    background: #FF2C00;
    padding: .5rem 2rem;
    color: #FFFFFF;
}

.container.w-80 {
    max-width: 90%;
}

.slick-slide img,
{
    opacity: .5;
    width: 100%;
}


.portfolio  img { width: 100%;border-radius: 10px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, .2); }
.hover-shadow-3d {
    box-shadow: 0 0 0 transparent;
}

.hover-shadow-3d:hover {
    transform: translate3d(-4px, -4px, 0) rotateZ(-1deg);
}

.slick-slide img:hover,
.portfolio img:hover {
    opacity: 1
}

.text-list {
    padding: 0px;
    padding-left: 25px;
}

.text-list li {
    width: 45%;
    display: inline-block;
    margin-right: 2%;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}
.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);
           position: absolute;
    margin-left: -25px;
    margin-top: 7px;
}
button.close {
    position: absolute;
    right: -16px;
    background: #fddd62;
    padding: 0px;
    border-radius: 26rem;
    width: 32px;
    font-size: 1.5rem;
    height: 33px;
    border: 4px solid #de002e;
    line-height: 0;
}

.abt {

    background-image: url(images/svg-bg-2.svg);
    background-position:  right center;
    background-repeat:  no-repeat;

}

.testimnBg {
    background: url(images/bg-5.svg) no-repeat;
    background-size: 95%;
    padding: 8rem 3rem;
}

.testimnBg img {
    border-radius: 50%;
    height: 70px;
    object-fit: cover;
    width: 70px;
    /* margin-right: 10px; */
}

.test-text {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
}

.cta {
    background: #fffbfb  url(images/ctabg.svg) no-repeat;
    background-size: 100%
}

.cta .content {
    font-size: 3vw;
    font-weight: 700;
    color: #000;
    font-family: Ubuntu, sans-serif;
    line-height: 1.2;
}

.cta .content span {
    font-size: 7vw;
}

.cta .btn-1.btn-2:hover {
    background: #000000;
    color: #FFFFFF;
}

.box {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .08);
    background: linear-gradient(150deg, rgba(255, 255, 255, .5) 30%, rgba(250, 254, 254, 4) 100%);
    padding: 1.5rem 1rem;
    font-size: 14px;
}

.box-2 {
    font-size: 12px;
    background: #fff2f0;
    padding: 1.5rem 1rem;
}

.box-2 h3 {
    font-size: 1.1rem;
}

.box:hover a p {
    color: #4e4e4e
}

.box:hover a strong {
    color: #FF2C00
}

.box a strong {
    border-bottom: 2px solid #FF2C00
}

.box i {
    font-size: 48px;
    padding: 1rem;
    color: #FF2C00;
}



.weBestSection i {
     font-size: 2rem;
    padding: .8rem;
    border-radius: 50%;
    background: #22FFAA;
    color: #000000;


}

footer {
    background: #000000 url(images/footerBg.svg) no-repeat;
    color: #9A9A9A;
    font-size: 12px;
    background-size: 100%
}

footer h5 {
    color: #FFFFFF
}

footer a:hover {
    color: #FFFFFF
}

footer .disclaimer {
    font-size: 11px;
}

.slick-vertical .slick-slide {
    padding: 0rem;
    margin: -2rem
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 2rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.aboutPage .testimnBg .slick-dots{ display: none !important; }

.accordion .card-title {
    display: block;
    width: 100%;
    background: url(images/arrow-up.png) no-repeat right center;
    background-size: 12px;
    cursor: pointer;
    padding-left: 1rem;
    font-size: 14px;
    outline: none;
    border: none;
    line-height: 1.6;
    font-family: Ubuntu, sans-serif;
    padding-top: .75rem;
}

.card {
    border: none;
}

.card-header {
    background-color: rgb(213 255 239);
}

.card-body {
    font-size: 13px;
    line-height: 1.8;
}

.accordion .collapsed.card-title {
    background-image: url(images/arrow-down.webp);
}

.package {
   
    background-color: #fff;
    margin-bottom: 2em;
    position: relative;
    text-align: center;
    border-radius: 16px;
    box-shadow: 14px 14px 70px rgba(0, 0, 0, 0.07);
}
.package.active{
    z-index: 1
}

.package .oldPrice {
    position: relative;
    color: #FF2C00;
    font-size: 1.5rem;
}

.package .oldPrice::after {
    border-bottom: 0.12rem solid #FF2C00;
    content: "";
    left: 0;
    margin-top: calc(0.2rem / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.package h5.title {
      display: inline-block;
    padding: 1rem 2rem;
    margin: 0;
    background-color: #ffffff;
    border-radius: 50em;
    font-size: 13px;
    line-height: 1.5em;
    color: #2D3136;
    box-shadow: 7px 10px 30px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    letter-spacing: 2px;


}


.package h3 {
    font-size: 36px;
    margin-bottom: .5rem;
}

.oldPrice {
    position: relative;
    color: #1200bf;
}

.oldPrice small {
    font-weight: 700;
}

.oldPrice::after {
    border-bottom: 0.12rem solid #1200bf;
    content: "";
    eft: 0;
    margin-top: calc(-0.2rem / 1 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}


.package ul li {

  border-image-slice: 1;
        border-image-source:linear-gradient(to left, #743ad500 2%, #dadada) ; 
            position: relative;
    padding-left: 25px;


   }
.package ul  {
    padding-left: 0;
    list-style: none;
}   
.package ul li:last-child {
    border: none;
}
.ul_pkg {
 max-height: 300px;
    width: 88%;
    overflow: auto;
    margin-bottom: 1.5rem;
    scrollbar-color: #0A4C95 #C2D2E4;
    scrollbar-width: thin;
    font-size: .9rem;
    text-align: left;
    padding-left: 2rem;

}


.package.active .ul_pkg {
    max-height: 200px;
    width: 92%;}

.ul_pkg::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey
}

.ul_pkg::-webkit-scrollbar {
    width: 2px
}

.ul_pkg::-webkit-scrollbar-thumb {
    background: #FF2C00;
    border-radius: 10px
}


.form-control {
      font-weight: 700;
    margin-bottom: 1rem;
    height: 50px;
    border-radius: 0;
    color: #333;
    border: solid 1px #ffcaa7;
    font-size: 12px;
    background: #fff3f1;
}

.color p,
.primary-code,
.secondary-code {
    font-size: 11px;
    cursor: pointer;
}

.primary-code:hover,
.secondary-code:hover {
    border: 2px solid #FFFFFF
}

@media (max-width: 1280px){
.hero-other {
    background-size: 58%;
}
.testimnBg {

    padding: 4.5rem 3rem;
}
}
@media (max-width: 560px) {
    h1 {
    font-size: 30px;
}
h2, .big-heading {
    font-size: 24px;
}
.text-list li {
    width: 100%;}
    .testimnBg{
         padding: 1rem;
    }
.abt {
    background-image: url(images/aboutBg.svg), url(images/svg-bg-2.svg);
    background-position: -184px -104px, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 50%;
}

h1.padding-right {
    font-size: 28px;
}

.padding-b {
    padding-bottom: 0 !important;
}


.testimonial-slider {
    padding: 0 !important;
}

.testimonial-slider p {
    width: 100%;
}

.testimnBg {
}

.slick-track:after {
    display: none;
}


.padding-b {
    padding-bottom: 40 !important;
}

.padding-t {
    padding-top: 40px;
}

.nav-down, .nav-up, .navbar {
    background-color: #fff;
}

.hero-other {
    height: 75vh;
}

.testimnBg {background: #ffd7cf;padding: 50px 15px;}

}

.modal-open nav.navbar {
     background: #dcfff1;
    height: 100%;}
.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 1200px) {


}

@media (min-width: 1025px) {
    .hero-other {
        background-size: 55%
    }

    .padding-right {
        padding-right: 170px;
    }


    .container.w-80 {
        max-width: 80%;
    }
}



@media (min-width: 1400px) {
    .test-text {
        font-size: 14px;
    }
}
    @media (min-width: 1600px) {
  header .container-fluid{
    width: 80%;
  }
}

@media (max-width: 1399px) {
    h1{
        font-size: 42px;
    }
      header .container-fluid{
    width: 94%;
  }
}

@media (max-width: 479) {


    
}