
@font-face {
    font-family: 'Muli regular';
    src: url('../fonts/Muli/Muli-Regular.woff2') format('woff2'),
        url('../fonts/Muli/Muli-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli bold';
    src: url('../fonts/Muli/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Muli semi';
    src: url('../fonts/Muli/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli/Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
svg { pointer-events: none; }
.about_col_wrap {
    width: 94%;
}
.footer_hr {
    background-color: #ffffff4d;
}
li.contact_margin_zero {
    display: none;
}
.view_download {
    display: block !important;
    animation: fade-in 3s;
}
g.person {
    opacity: 0;
}
/* .st91{
    display: none;
} */
g.price{
   opacity: 0;
}
/* .scale{
    animation: scale 0.5s 1 ease-in-out;
}
@keyframes scale{

    100%{
   
        transform: scale(1.1) translate(56.7%,29.7%);

    }
 } */
.car,.shadow_of_car {
    animation: car_moving 3s 1 ease-out;
    /* transform: translate(-2000px); */
}
.display{
   opacity: 1 !important;
   animation: animate_show 1s;
}
.hide{
   opacity: 0 !important;
   animation: animate_hide 2s;
}
@keyframes animate_show{
   0%{
      opacity: 0;
   }
   100%{
      opacity: 1;
   }
}
@keyframes animate_hide{
   0%{
      opacity: 1;
   }
   100%{
      opacity: 0;
   }
}
.wheel{
    position: relative;
}
.sitted_person{
   opacity: 1;
}
.rim {
    animation: wheel_moving 0.9s 3 linear;
    transform: rotate(0deg);
    transform-box: fill-box;
    transform-origin: 50% 50% 0px;
}
@keyframes car_moving{
   100% {
    transform: translateY(-1px);
    /* transform: translateX(-1000px); */
    transform: translate(0);
    animation: appear 1s 1 linear;
}
50% {
    /* transform: translate(-2000px,1px); */
}
0% {
    transform: translate(-2000px,-1px);
}
}
/* .shadow_of_car {
    display: none;
}
.display2{
    display: block;
} */
@keyframes wheel_moving{
  to{
      transform: rotate(360deg);
  }
}
@keyframes appear{
   100%{

   }
}
@keyframes fade-in {
    0% { 
      opacity: 0; 
    }
    100%{
        opacity: 1;
    }
  }
  @keyframes fade-out {
    0% { 
      opacity: 1; 
    }
    100%{
        opacity: 0;
    }
  }
li.nav-item.contact_margin_zero {
    margin-left: 30px;
}
.footer_copy_right_text {
    color: #ffffffbf;
    font-size: 11px !important;
}
a.play-wrap {
    text-decoration: none;
    color: #1f2021;
    padding: 10px;
}
body{
    font-family: 'Muli regular';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.watch_video {
    position: relative;
}
a.play-wrap {
    text-decoration: none;
    color: green;
    padding: 10px;
    background-color: white;
    border-radius: 27px;
    /* margin-bottom: 10px; */
    border: 1px solid #56bf4b;
    /* padding: 6px 27px; */
    position: absolute;
    top: 9px;
    height: 30px;
    width: 30px;
    margin-left:10px ;
    box-shadow: 5px 5px 6px #56bf5647; 
}
a.watch_vedio {
    color: #56bf56;
    cursor: pointer;
    border: 1px solid #56bf56;
    border-radius: 30px;
    text-decoration: none;
    margin-left: 17px;
    padding: 6px 6px;
    display: inline-flex;

    text-align: center;

}
span.play_img {
    display: inline-block;
    width: 7%;
    position: absolute;
    top: 48%;
    /* left: 50%; */
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: relative;
    right: -5px;
}
.but {
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 14px 20px;
    transition: 300ms all cubic-bezier(.4,0,.2,1);
    background-color: #56bf4b;
}
.play_vedio_button{
    display: none;
}
a .but{
    text-decoration: none
}
.display_vedio_section {
    display: block;
    text-align: center;
    padding-top: 70px;
}
.but svg, .card-button svg {
    width: 28px;
    height: 28px;
    margin: 0 12px 0 0;
}
.social_icons i:hover {
    /* color: #5c5d5c; */
    background-color: #56bf4b;
    color: white !important;
}
.btn-group-button{
width:50%
}
div#no_connection_animation {
    width: 100%;
    height: 300px;
}
.short_line_in_btgrp:after {
    content: '';
    width: 0;
    height: 60%;
    position: absolute;
    border: 0.5px solid green;
    top: 9px;
    left: 143px;
}
.btn-group button {
    background-color: #56bf56;
    color: white;
    padding: 8px 24px;
    cursor: pointer;
    box-shadow: 5px 5px 6px #56bf5647;
    border:1px;
}
  .background_image{
      position: relative;

  }
  .navbar{
      z-index:99
  }
  .navbar-ul-shadow {
    box-shadow: 2px 2px 2px rgba(86, 191, 75, 0.5);
    padding-bottom: 15px;
}
  .svg_curve {
    position: absolute;
    bottom: -1px;
    z-index: 9;
    left:0;
}
.close {
    position: absolute;
    right: 0;
    z-index: 9;
}
iframe {
    width: 100%;
    /* height: 881px; */
}
.Right_leaves {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.Left_leaves {
    position: absolute;
    bottom: 10%;
    max-width: 248px;
}
span.app {
    display: block;
    width: 90%;
    margin: 0 auto;
    
}

span.google {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 6px
}
.vedio-model .modal-dialog.modal-dialog-centered.custom-modal-lg .modal-header {
    padding: 0;
}
.fixedbutton {
    display: none;
}
  
  .btn-group button:not(:last-child) {
    border-right: none;
    /* border-radius: 32px; */
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
}
.animated {
    -webkit-animation-duration: 10s !important;
    /* animation-duration: 1s; */
    -webkit-animation-fill-mode: both;
    /* animation-fill-mode: both; */
}
.btn-group button:last-child {
    border-left: none;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 53px;
}
  
  /* Add a background color on hover */
  .btn-group button:hover {
    background-color: #3e8e41;
  }
  .btn-group .btn:first-child {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
button:focus {
    outline: none;
}
.preserve_state_color{
color:#fff !important
}
.hover_effect{
    color: #ffffff !important;
    text-decoration:none !important;

}
i.fa.fa-apple {
    padding: 0 3px;
}
i.fa.fa-google{
    padding: 0 3px;
}
i.fa.fa-play {
    padding: 0 3px;
}
.social_icons i:hover{
color:#56bf4b;
}
#menu li a:hover {
    /* font-size: 14px; */
    color: #fff !important;
    opacity: 0.8;
}
.header_section{
/* margin-top:-58px; */
 position: relative;
}
.btn-group-wrapper{
    width:18em;
}
.Aligner_left {
    padding-right: 80px;
}
.Aligner_right {
    padding-left: 80px;
}

.header_image {
    width: 64%;
}

.centered {
    position: absolute;
    top: 26%;
    /* left: 10%; */
    transform: translateY(-26%);
    width: 50%;
}

.centered_image{
     position: absolute;
    top: 40%;
    /* left: 10%; */
    transform: translateY(-40%);
    width: 50%;
    right:0%
}
.header_image {
    width: 64%;
    padding-left: 17px;
}

.tag_line {
    font-family: 'Muli regular';
}
/*
html {
    scroll-behavior: smooth;
  }
*/
.Aligner-item{
    padding: 0 45px;
}
a.visit_website:hover{
    background-color:#c8e89e8a
}
a.visit_website {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  a.download_app {
    background-color: #56bf56;
    color: white;
    padding: 7px 24px;
    cursor: pointer;
    float: left;
    box-shadow: 5px 5px 6px #56bf5647;
    border: 1px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
}
  a.visit_website:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0;
    transition: 0.5s;
    font-size: 20px;
    padding-right: 10px;
}
  
  a.visit_website:hover {
    padding-right: 25px;
  }
  
  a.visit_website:hover:after {
    opacity: 1;
    right: 0;
  }
  .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #56bf4b;
}
span.abc {
    display: block;
    text-align: center;
    /* font-family: 'Muli bold'; */
    color: white;
}
  hr.tag_underline {
    width: 10%;
    background-color: #56bf4b40;
       height: 1px;
}
span.social_icons {
    margin: 5px;
}
.navbar-toggler {
    padding: 0px;
}
.text-info {
    font-weight: bolder;
}
.carousel-indicators  .active{
    background-color:#00c5ad
}
.navbar-light .navbar-toggler-icon {
  background-image: url("../images/menu.png");
}
.how-to-use-main-heading {
    font-family: 'Muli bold';
    font-size: 35px;
    color: #1f2021;
}
.pricing-color{
    color: #475069 !important;

}
.tag-line-content {
    text-align: center!important;
    font-family: 'Muli regular';
    color: #1f2021;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 35px
}
h2.text_set {
    text-shadow: 1px 1px #32323296;
    font-family: 'Muli bold';
    font-size: 47px;
}
.navbar-light .navbar-nav .nav-link {
    /* border-bottom: 1px solid transparent; */
    font-family: 'Muli regular' !important;
}
.navbar-light .navbar-nav .nav-link.active{
    font-family: 'Muli bold' !important;
}
.paragraph_font {
    color: #1f2021;
    font-size: 18px;
    font-family: 'Muli regular';  
    padding-top: 7px;
}
.paragraph_font2 {
    color: #46526b;
    font-size: 16px;
    font-family: 'Muli regular';
}
.instructions {
    width: 85%;
    margin: 0 auto;
    font-size: 20px;
    font-family: 'Muli regular';
    line-height: 1.4;
    /* letter-spacing: 0px; */
    font-weight: lighter;
}
h5.profit {
     color: #1f2021;
    font-family: 'Bw Nista Geometric bold';
}
.how-to-use-subheadings {
    color: #56bf4b!important;
    font-family: 'Muli semi';
    font-size: 30px;
}
button#videocover {
    background-color: white;
    position: absolute;
    right: -13px;
    border: 1px solid;
    border-radius: 47px;
    height: 30px;
    width: 30px;
    padding: -19px;
    /* color: wheat; */
    color: #6d6d6d;
    background-color: #6d6d6d;
    top: -14px;
}
.modal{
    z-index: 9999999
}
span.cross {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -57%);
    color: white;
}
.al .close {

     opacity: 1; 
}
.al .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.al .close:hover {
    color: #000;
    text-decoration: none;
    background-color: black !important;
}
a.btn1.center:hover {
   opacity: 0.8;
}
h5.more_about {
    font-size: 35px;
    font-family: 'Muli bold';
     color: #1f2021;
     margin-bottom:13px
}
a.btn4.center:hover {
    opacity: 0.8;
}
span.highlight {
    font-family: 'Muli bold';
    display: inline-block;
}
.price{
    width: 43%;
    margin: 0 auto;
    font-size:20px
}
.about{
padding-top: 40px ;
}
h4.autocrysto_app {
    font-size: 30px;
    font-family: 'Bw Nista Geometric Bold';
    color: #475069;
}
.sticky{
    transition:0.2s ease-in-out;
}
.pop {
transform: scale(1.1);

}
.watch_video_text{
    transition:0.2s ease-in-out;
}
.tik {
    width: 30px;
    /* padding-right: 4px; */
    margin-right: 10px;
}
.scale_gradient{
    animation: mymove 2s ease-in-out
}
@keyframes mymove{
    0%{
        transform: scale(1)
    }
    50%{
        transform: scale(1.2)
    }
   
}
span.app:hover{
    display: block;
    transition-duration: 0.5s;
    transform: scale(1.1);
}
span.google:hover{
    display: block;
    transition-duration: 0.5s;
    transform: scale(1.1);
}
span.website {
    width: 80%;
    font-size: 18px;
    font-family: 'Muli regular';
}

.logo {
    width: 8em;
}
.logo2 {
    width: 54%;
}
.address{
    display: block;
    line-height: 13px;
}
.drops{
    position:relative;
    padding-top:50px;
}
section.drops.second-drops{
    padding-top: 98px;
}
 .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-indicators li{
   height: 6px;
  width: 6px;
  border-radius: 50%;
  display: inline-block;
      border: 1px solid #00c5ad;
  }
  .flex-custom {
    display: flex;
}
ul#download_list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 6px;
}
.skycap {
    font-family: 'Muli regular';
    font-size: 31px;
    text-shadow: 2px 2px 4px #0000004f;
    display: block;
}
.offered {
    font-family: 'Muli regular';
    font-size: 10px;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 6px;
}
a.visit_website {
    border: 1px solid;
    padding: 7px 17px;
    text-decoration: none;
    border-radius:30px 
}
a{
    text-decoration: none;
}
.cro {
    position: relative;
    padding-bottom: 5px;
}
.gradient_ul li{
    display: inline-block;
}
.gradient_ul li:not(:first-child) {
    padding-left:35px;
    text-align: center;
}
.gradient_ul{

    padding: 0;
}
span.info_text {
    display: block;
    text-align: center;
    font-family: 'Muli semi'
}
p.text_set2 {
    font-family: 'Muli regular';
    font-size:16px;
}
.gradient{
    width: 70px;
    height: 70px;
    /* background-color: yellow; */
    border-radius: 50%;
    display: inline-block;
    padding-top: 13px;
    position: relative;
    color: white;
    box-shadow: 7px 7px 9px #0854048a;
    margin: 12px;
    pointer-events: none;
}
.navbar-ul-shadow{
    box-shadow: 2px 2px 2px rgba(86, 191, 75, 0.5);
}
.installs{
    background-image: linear-gradient(to right, #8099cf, #4c75e7);
    transform: scale(1);
    animation: purple_pulse 2s infinite;
}
.users{
    background-image: linear-gradient(to right, #ffe000, #ff952a);
    transform: scale(1);
    animation: yellow_pulse 2s infinite;
}
.rating{
    background-image: linear-gradient(to right, #f7896d, #f93030); 
    transform: scale(1);
    animation: red_pulse 2s infinite;
}
.cash_free{ 
    background-image: linear-gradient(to right, #7eb933, #3aa135); 
    transform: scale(1);
    animation: green_pulse 2s infinite;
}
@keyframes purple_pulse {
    0% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(76, 117, 231, 0.7);
    }

    70% {
        /* transform: scale(1); */
        box-shadow: 0 0 0 15px rgba(76, 117, 231, 0);
    }

    100% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(76, 117, 231, 0);
    }
}
@keyframes yellow_pulse {
    0% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(255, 224, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 224, 0, 0);
    }

    100% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(255, 224, 0, 0);
    }
}
@keyframes red_pulse {
    0% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(249, 48, 48, 0.7);
    }

    70% {
        /* transform: scale(1); */
        box-shadow: 0 0 0 15px rgba(249, 48, 48, 0);
    }

    100% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(249, 48, 48, 0);
    }
}
@keyframes green_pulse {
    0% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(126, 185, 51, 0.7);
    }

    70% {
        /* transform: scale(1); */
        box-shadow: 0 0 0 15px rgba(126, 185, 51, 0);
    }

    100% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(126, 185, 51, 0);
    }
}
.gradient_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.left_drops {
    width: 12%;
    position: absolute;
    left: -18px;
    /* transform: rotate(334deg); */
    overflow: hidden;
    opacity: 0;
 
}
.left_drops2 {
    position: absolute;
    width: 12%;
    left: -18px;
    /* transform: rotate(334deg); */
    opacity: 0;
  
}
.drop_search_section_margin {
    margin-top: 30px;
}
section#HowToUse {
    overflow: hidden;
}
.save_money_section {
    display: flex;
    background-image: url(../images/SaveMoneyBg.png);
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 100px;
    padding: 120px 0;
}
.scooter {
    /* flex: 1; */
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.information {
    flex: 1;
    align-items: center;
    float: right;
}
a.download_link {
    color: #56bf56;
    text-decoration: none;
    margin: 0;
    border: 1px solid #56bf56;
    border-radius: 28px;
    padding: 5px 28px;
}
a.download_link:hover {
    background-color: #56bf56
}
li.contact_margin_zero:hover a.download_link{
    color: white !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none
}

.right_drops {
    width: 12%;
    position: absolute;
    right: -19px;
    bottom: -14px;
    opacity: 0;
}

.road-line{
    animation: animate 0.4s infinite steps(2, start);
}
.light{
    animation: lightSpeedIn 5s infinite;
}
.scooter_img{
    animation: scooter 1s infinite linear;
}
.eyes{
    animation: eyes 1s infinite linear;
}
.cartoon{
    animation: cartoon 1s infinite linear
}
.eyebrow{
    animation: cartoon 1s infinite linear
}
.scooter_image {
    width: 120%;
}
.head_light{
    animation: cartoon 1s infinite linear
}
@keyframes eyes{

    20% {
        transform: translate(0,-2px);
    }
}
@keyframes cartoon{
    100% {
        transform: translateY(-1px);
    }
    50%{
        transform: translatey(1px);
    }
    0% {
        transform: translateY(-1px);
    }
}
@keyframes scooter{
    100% {
        transform: translateY(-1px);
    }
    50%{
        transform: translatey(1px);
    }
    0% {
        transform: translateY(-1px);
    }
}
/* @keyframes scooter2{
    100% {
        transform: translateY(-3px);
    }
    50%{
        transform: translatey(3px);
    }
    0% {
        transform: translateY(-3px);
    }
} */
@keyframes animate{
    100% {
        transform: translateX(-40px);
    }
}
/* @keyframes animate{
    20% {
        transform: translate(10px, 0px);
    }
    50%{
        transform: translate(20px, 0px);
    }
    70% {
        transform: translate(30px, 0px);
    }
    100% {
        transform: translate(40px, 0px);
    }
} */
@keyframes lightSpeedIn {
    0% {
-webkit-transform: translateX(0%);
opacity: 0;
}
5% {
-webkit-transform: translateX(0%) skewX(-1deg);
opacity: 1;

}
10%{
    opacity: 0;
}
20%,100%{
opacity: 1;
}
 }
.effect_on_drops {
    opacity: 1 !important;
    transition: 1s cubic-bezier(0, 0, 0.03, 0) ;
}
/* .sticky{
    opacity: 0;
} */
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: white;
    opacity: 1;
}
/* .effect_on_buttons{
    opacity: 1 !important;
    transition: 1s cubic-bezier(0.4, 0, 1, 1) !important;
} */
  .grad {
    background-image:url('../images/SaveMoneyBg.png');
    position:relative;
    margin-top:20px;
  }
h3.text_set2 {
    font-family: 'Muli regular';
}
  .leaf {
     width: 40%;
    opacity: 2.5;
    position: absolute;
    bottom: 0px;
  }
  .top-hero-content {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 4;
  }
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  span.provided_by {
    position: absolute;
    bottom: 5px;
    right: 9%;
    font-family: 'Muli regular';
    font-size: 12px;
    color: #1f2021;
}
.more_about_section{
 
 
    margin-top: 100px;

}
nav.navbar.navbar-expand-md.navbar-light.bg-faded {
    padding: 0px;
}
.update {
    width: 78%;
    margin: 0 auto;
}
.updated_text {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Muli regular';
    padding: 12px 0;
}


.Leave {
    position: absolute;
    bottom: 0;
    right: 0;
    /* max-width: 79%; */
    width: 6%;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(76, 175, 80, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.heading {
    color: #1f2021;
    font-size: 47px;
    font-family: 'Muli regular';
    /* padding-top: 204px; */
    /* padding-right: 0; */
    max-width: 90%;
}
  .daily_fuel{
    font-family: 'Muli bold';
  }
  .free_download {
    font-family: 'Muli regular';
    display: block;
    padding-top: 2px;
    color: #202021d1;
}
  .more {
    padding-left: 50px;
}
.header {
    background-image: url("../images/back.png");
    background-repeat: no-repeat;
    margin-top: -65px;
    position: relative;
    height: 1080px;
    font-family: 'BwRegular';
    background-position: 0px -100px;
    background-size: cover;
      -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.footer-menu{
padding-left:0px;
list-style:none;
}
.contact_info{
font-size:13px;
font-family: 'Muli regular'
}
  .bar{
          position: relative;
    z-index: 999;
  }
  .how_to_use {
    position: relative;
    color: #323232;
}
.relative{
    padding-top: 68px
}
.monthly_subscription{
    display: block;
}

.lorel2 {
    padding-top: 30px;
    position: relative;
    background-color: #fff;
    z-index: 99999;
    /* margin-bottom: 30px; */
    padding-bottom: 30px;
    box-shadow: 0px 0px 48px rgb(223, 250, 251);
    border: 1px solid white;
    border-radius: 28px;
}

div#container-vedio {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
div#container-vedio  iframe,div#container-vedio object,
div#container-vedio embed {
    position: absolute;
    top: 0px; 
    left: 0px;
    width: 100%; 
    height: 100%;
    clip-path: inset(2px 2px);
    /* box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh; */
}
  .lorel1{
      padding-top: 35px;
      font-size: 15px;
      padding-bottom: 40px;
  }
  ul#list li {
    display: flex;
    padding-bottom: 3px;
}
  ul#list{
      padding-left: 0px;
    list-style: none;
    margin-bottom: 6px
  }
.links {
    color:red;
}
  #menu li{
      list-style-type: none;
  }
  .footer{
      background-color: #56bf4b;
      background-repeat: no-repeat;
      padding-top: 11px;
      color: #ffffff;
      margin-top:100px;


  }
.navbar-light .navbar-nav .nav-link{
    border-bottom: 1px solid transparent;


}
.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
    width: 100%;
    top: -2px;
    background-color: #fff;
    padding: 5px 0;
    animation: smoothScroll 1s forwards;
}
.header_shadow{
    box-shadow: 2px 2px 2px rgba(86, 191, 75, 0.5);
}

/* .video_section{
    position: sticky;  
    z-index: 9;
    top: 0px;
} */
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
li.nav-item .nav-link:hover{
color:#1f2021 !important
}
li.nav-item .nav-link::after{position:relative;content:'';display:block;width:0px;height:2px;background:#56bf4b;transition: 0.8s;}
li.nav-item .nav-link.active::after{
width:100%;
}
.nav-link.active{
    color:#1f2021 !important
}
.paragraph_font2 {
    margin-bottom: 14px;
    flex:1
}
.navbar-light .navbar-nav .nav-link {
      padding:8px 16px;
}
.tag_line_wrapper {
     padding-top: 30px;
    font-size: 30px;
    color: #1f2021;
 
}
  .image2{
      width:316px;
  }
  .data{
      top:120px;
  }
  .wal{
      height:476px;
  }
  .nav-link{
      color:#1f2021 !important;
  }
  .box{
      border: 1px solid black;
  }

  .footer {
    /* padding: 40px 0px; */
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 1px;
}
span.SkycapLogo {
    width: 70px;
    /* box-shadow: 2px 5px 6px; */
    display: block;
    box-shadow: 2px 2px 2px #56bf4b;
}
 .footer p {
    font-size: 13px;
    font-family: 'Muli regular';
}

  .footer a{
      font-size: 13px;
      color:#fff;
      font-family: 'Muli regular';
      text-decoration: none;
  }
  .footer address{
      font-size: 13px;
  }

  .address {
    padding-top: 7px;
    padding-bottom: 12px;
    line-height: 18px;
}
  .social {
    border: 1px solid white;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 7px;
    color: #56bf4b;
    width: 27px;
    height: 27px;
    text-align: center;
}
  .Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
  }

 hr.line {
    border-color: #dae2e2;
    width: 60%;
    height: 118%;
}

.nav-item {
    /* padding: 0 24px; */
    margin: 0 13px;
}
.font {
    padding-top: inherit;
    font-size: 38px;
}

  img {
    max-width: 100%;
}
