@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');
@font-face {
    font-family: mycustomfont;
    src: url("./font/proxima.otf");
  }
*
{
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}  
body{
    font-family: 'Poppins', sans-serif;
    /* font-family: 'mycustomfont'; */
    overflow-x: hidden;

}
a{
    text-decoration: none;
    color: unset;
}

.spacing-5{
    height: 5em;
}
.spacing-1
{
  height: 1em;
}
.spacing-2
{
  height: 2em;
}
.spacing-3
{
  height: 3em;
}
.spacing-4
{
  height: 4em;
}
.spacing-10
{
  height: 10em;
}
.spacing-11
{
  height: 11em;
}
.spacing-12
{
  height: 12em;
}
.spacing-8
{
  height: 8em;
}
.spacing-7
{
  height: 7em;
}
.spacing-6
{
  height: 6em;
}



/* nav bar */
.header
{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding-top: 20px;
padding-bottom: 15px;
font-family: 'Lato', sans-serif;
font-weight: 600;
position: fixed;
top: 0;
right: 0;
left: 0;
background: white;
z-index: 2147483647;
}
.nav-logo
{
    /* width: 82%; */
    width: 200px;
    height: 100px;
}
.nav-button
{
    display: none;
}
@media(max-width:900px)
{
    .header{
        flex-direction: column;
        justify-content: center;
    }
    .nav-button
    {
        display: block;
        width: 50px;
    }
    .nav-logo
    {
       width: 200px;
       height: 107px;
    }
}
.menu-logo
{   width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}
.nav-menu-log
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.menu-bar
{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.nav-links
{
    font-size: 17px;
    font-weight: 600;
    color: rgb(29, 29, 29);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
    margin-left: 9px;
}

.nav-links:hover
{
    transform: scale(1.04);
    cursor: pointer;
}
.nav-dropdown
{
    position: relative;

}
.nav-links-dropdown
{
    position: absolute;
    width: max-content;
    min-width: 240px;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    padding: 13px 20px 13px 10px;
    border-radius: 5px;
    margin-top: 12px;
}

.dropdown-links
{
    margin-bottom: 15px;
}
.dropdown-up-arrow
{
    /* display: none; */
    position: absolute;
    width: 25%;
    margin-left: 20px;
    filter: invert(48%) sepia(79%) saturate(2%) hue-rotate(86deg) brightness(152%) contrast(119%)

    /* margin-top: 4px; */
}
@media (max-width:1100px) and (min-width:900px)
{
    .nav-links
    {
        font-size: 13px;
    }   
}
.nav-bar-links-1
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 65%;
}

.nav-bar-links-2
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 30%;
}
.request-for-demo
{
    background-color: #f0b30b;
    color: white;
    padding: 12px;
    padding-right: 23px;
    padding-left: 23px;
    /* 17 */
    border-radius: 30px;
}
.login-btn
{
    border-bottom: 2px solid rgb(0, 140, 255);
    padding:0px 5px 5px 5px;
}

@media(max-width:900px)
{
    .request-for-demo
    {
        background-color: goldenrod;
    }
    .login-btn
    {
        border-color: goldenrod;
    }
    .menu-bar{
        flex-direction: column;
        justify-content: center;
        background-color: rgb(35, 64, 160);
        width: 98%;
        border-radius: 4px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .nav-bar-links-1
    {
        flex-direction: column;
        align-items: flex-start;
        width: 70%;
        margin: auto;
    }
    .nav-bar-links-2
    {
        width: 100%;
    }
    .menu-logo
    {
        width: 90%;
        padding-bottom: 15px;
    }
    .nav-menu-log
    {
        justify-content: unset;
    }
    .nav-links
    {
        margin-top: 25px;
        color: white;
    }
    .nav-links-dropdown
    {
        position: relative;
        background:rgba(219, 219, 219, 0.212) ;
        padding-top: 5px;
    }
    .dropdown-links
    {
        margin-bottom: 7px;
    }
    .dropdown-up-arrow
    {
        display: none;
    }
}

@media(max-width:700px)
{
    .header
    {
        padding-bottom:4px;
    }
}

/* -------------- */

.first-page
{
    position: relative;
    overflow: hidden;
}
.first-page-inner
{
    display: flex;
    flex-direction: column;
    /* background-color: gray; */
    width: 100%;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}
.first-page-text-1
{
    width: 40%;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.27;
    text-align: center;
    margin: auto;
    padding-left: 80px;
    color: rgb(30, 40, 94);
}
.first-page-text-2
{
    width: 50%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.28;
    text-align: center;
    margin: auto;
    margin-top: 52px;
    color: rgb(29, 29, 29);
}
.first-page-btn
{
    width: max-content;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.28;
    text-align: center;
    margin: auto;
    margin-top: 22px;
    color: rgb(29, 29, 29); 
    background-color: #37279C;
    padding:10px 25px 10px 25px;
    border-radius: 25px;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: #1b1b4057 0px 11px 13px -3px;
    z-index: 5;
}
.first-page-btn:hover
{
    transform: scale(1.09);
}

.check-img
{
    width: 80px;
    height: 40px;
}

.left-grid-first-page
{
    position: absolute;
    top: 20%;
    left: 0;
    z-index: -1;
}
.right-grid-first-page
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.mobile-first-page
{
    position: absolute;
    bottom: 8%;
    left: 8%;
}
.pie-first-page
{
    position: absolute;
    right: 5%;
    bottom: 0%;

}
.plane-first-page
{
    display: none;
}
.border-first-page
{
    position: absolute;
    width: 100%;
    /* height: 190%; */
    top: 3%;
    left: -5%;
    left: 1%;
    z-index: -1;
}

@media(max-width:1100px)
{
.first-page-text-1
{
    width: 70%;
    font-size: 44px;
}
.first-page-text-2
{
    width: 80%;
}
}


@media(max-width:700px)
{
    .header
    {
        padding-bottom:4px;
    }
    .border-first-page
    {
        display: none;
    }
.first-page-text-1
{
    width: 100%;
    font-size: 31px;
    padding-left: 40px;
}
.first-page-text-2
{
    width: 99%;
    margin-top: 36px;
}
.left-grid-first-page
{
    display: none;
}
.check-img
{
    width: 50px;
    height: 20px;
}
.first-page-btn
{
    margin-top:53px;
}
.pie-first-page {
    position: absolute;
    bottom: 10%;
    right: -4%;
    width: 22%;
}
.mobile-first-page
{
    display: none;
}
.plane-first-page
{
    display: block;
    position: absolute;
    top: 0%;
    left: -1%;
}
}
/* second-page-recharge */
.second-page
{
    position: relative;
}
.second-page-inner
{
position: absolute;
width: 62%;
top: 0;
left: 0;
right: 0;
margin:auto;
}
.second-page-inner-2
{
width: 62%;
left: 0;
right: 0;
margin:auto;
}
.second-page-slider
{
    position: absolute;
    width:100%;
}


.second-page-slider-image
{
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: rgba(54, 54, 54, 0.384) 3px 2px 20px 2px;
}


/* slider  */

.second-page-slider:nth-child(1)
{
    transform: rotate(-3deg);
}
.second-page-slider:nth-child(2)
{
    transform: rotate(3deg);
}
.second-page-slider:nth-child(3)
{
    transform: rotate(1deg);
}

.second-page-slider:nth-child(4)
{
    transform: rotate(3deg);
}
.second-page-slider-inner
{
    position: relative;
    max-width: 100%;
}
/* .second-page-slider-content
{
    position: absolute;
    width: 20em;
    height: 22em;
    right: 10%;
    top: 25%;
    border-radius: 5px;
    background-color: rgb(243, 243, 243);
    transform: rotate(3deg);
} */

.active-slide
{
    animation: sliderAnimation;
    animation-duration: 1.3s;
    z-index: 1;
    animation-fill-mode: forwards;
}
.second-page-btn
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.second-arrow
{
    color: rgb(15, 27, 77);
    font-size: 30px;
    opacity: 0.3;
}

.second-arrow:hover
{
    animation:arrowAnimation;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}


@media (min-width:900px){

    .second-page-btn
    {
        justify-content: space-between;
    }
    .second-page-left-btn
    {
        position: absolute;
        left: 6%;
        top: 50%;
    }
    .second-page-right-btn
    {
        position: absolute;
        right: 6%;
        top: 50%;
        z-index: 2147483646;
    }
    .second-arrow
    {
        color: rgb(15, 27, 77);
        font-size: 40px;
    }
}
@keyframes arrowAnimation
{
    100%
    {
        opacity:1;
        transform: scale(1.08);
    }
}

@keyframes sliderAnimation
{
    0%
    {
       opacity: 1; 
       /* transform: rotate(0deg); */
       transform: scale(1.01);
       /* background-color: rgb(255, 255, 255); */
    }
    50%
    {
        opacity: 1;
        transform: scale(1.02);
    }
   
    100%
    {
      transform: scale(1);
      /* transform: rotate(-3deg); */
        opacity: 1;
    }
}

@media(max-width:700px)
{
    .second-page-inner-2
    {
    width: 99%;
   
    }
    .second-page-inner
    {
    width: 99%;

    }
}

/* third-page */
.third-page
{
    overflow:hidden;
    /* background-image: url('./images/videoback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 800px;
    background-size: cover;
    background-position-y: -100px;
    background-position-x: 50px; */
}

.third-page-header.mob
{
    display: none;
}
.third-page-header
{
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    color:white;
    margin-bottom: 20px;
}
.third-page-content
{
    width: 65%;
    position: absolute;
    margin: auto;
    /* margin-top:40px; */
    bottom: 5%;
    left:20%;
}
.third-page-content::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 98.8%;
    /* background-color: rgba(5, 97, 172, 0.295); */
    border-radius: 5px;
}
.third-page-img
{
    max-width: 100%;
    border-radius: 5px;
    z-index: 2;
    box-shadow: rgb(16 16 16 / 52%) -13px 13px 15px 0px;
}

.third-page-play-btn
{
    position: absolute;
    width: 20%;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s;
}
.third-page-play-btn:hover
{
    width: 25%;
}
.third-page-inner
{
    position: relative;
}
/* .third-page-rectangle
{
    width: 150%;
    height: 360px;
    position: absolute;
    top: 40%;
    left: -20%;
    background-color: rgb(0, 140, 255);
    transform: rotate(-13deg);
    z-index: -1;
} */
/* .third-page-background
{
    position: absolute;
    max-width:100%;
    top: -10%;
    left:0%;
    bottom:0;
    right:-130px;
    z-index: -1;   
} */
.third-page-background
{
    width: 70%;
}

@media(max-width:700px)
{
    .third-page-header
    {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 40px;
        text-align: center;
        display: none;
    }
    .third-page-header.mob
    {
        color: black;
        display: block;
    }
    /* .third-page-content
    {
        width: 100%;
        left: 1%;
    } */
    .third-page-content {
        width: 71%;
        /* left: 1%; */
        left: 0%;
        right: 0%;
        top: 43%;
        margin: auto;
    }
    .third-page-rectangle
    {
        height: 269px;
    }
}

/* forth page */
.forth-page-header
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.26;
}

.forth-page-inner-content
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.forth-page-img-col
{
    width: 25%;
    margin: 20px;
    position: relative;
}
.forth-page-image
{
    max-width: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.forth-page-card-image
{
    position: relative;
}
.forth-page-card-image::after
{
    content: "";
    position: absolute;
    background-color: rgba(137, 43, 226, 0.719);
    top: 0;
    left: 0;
    right: -40%;
    width: 102%;
    height: 100%;
    opacity: 0.8;
    border-radius: 4px;
    z-index: -1;
}

.forth-page-img-col:nth-child(1) .forth-page-card-image::after
{
    background-color: yellow;
}
.forth-page-img-col:nth-child(2) .forth-page-card-image::after
{
    background-color: rgba(214, 41, 11, 0.884);
}
.forth-page-img-col:nth-child(3) .forth-page-card-image::after
{
    background-color: rgb(0, 255, 115);
}
.forth-page-img-col:nth-child(4) .forth-page-card-image::after
{
    background-color: rgb(247, 0, 255);
}
.forth-page-img-col:nth-child(5) .forth-page-card-image::after
{
    background-color: rgb(0, 225, 255);
}

.forth-page-img-col:nth-child(6) .forth-page-card-image::after
{
    background-color: rgba(255, 0, 64, 0.897);
}

.forth-page-image-title
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.forth-page-card-title
{
    font-size: 25px;
    font-weight: 600;
    color: rgb(45, 51, 145);
}

@media(max-width:700px)
{
    .forth-page-header
    {
        font-size: 38px;
    }
    .forth-page-img-col
    {
        width: 80%;
    }
}

/* divider line */

.divider-line
{
    background-color: rgb(173, 170, 170);
    height: 1px;
    width: 90%;
    margin: auto;
}


/* fifth -page */

/* footer */
.footer-outer
{
    position: relative;
    z-index: 2147483646;
}
.footer-img
{
    position: absolute;
    bottom:-18%;
    right: 34%;
    width: 28%;
    z-index: 1;
}
.footer
{
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.footer-inner
{
    display: flex;
    color: gray;
    flex-wrap: wrap;
}

.footer-col-1
{
    width: 35%;
}
.footer-col-2
{
    width: 65%;

}
.footer-col-1-inner
{
    width: 80%;
    margin: auto;
}
.footer-col-1-txt-1
{
    font-size: 26px;
    font-weight: 500;
}
.footer-col-1-txt-2,.footer-col-1-txt-3
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
}
.footer-col-1-txt-2
{
    margin-top: 10px;
}

.footer-col-1-txt-5
{
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
}
.footer-icon
{
    font-size: 40px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
}
.footer-icon:nth-child(1):hover
{
    color: black;
    transform: scale(1.04);
}
.footer a
{
    transition: all 0.3s;
}
.footer a:hover
{
    color: rgb(34, 33, 92);
    transform: scale(1.04);
    cursor: pointer;
}
.footer-col-1-txt-3.android-icon:hover
{
    color: rgb(121, 247, 3);
}
.footer-col-1-txt-2.ios-icon:hover
{
    color: rgb(20, 20, 20);
}
.footer-col-1-txt-3
{
    margin-top: 30px;
}
.footer-col-1-txt-4
{
    margin-top: 20px;
    font-size: 35px;
}
.social-icon
{
    margin-left:10px;
}
.footer-col-2
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.footer-col-2-txt-header
{
    font-size: 19px;
    font-weight: 500;
}

.footer-col-2-inner-1,.footer-col-2-inner-2,.footer-col-2-inner-3,.footer-col-2-inner-4
{
    display: flex;
    flex-direction: column;
}

@media(max-width:700px)
{
    .footer-col-1
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-col-2
    {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
    }
    .footer-col-1-inner {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-col-2-inner-1
    {
        /* width: 100%; */
        display: flex;
    /* justify-content: center;
    align-items: center; */
    /* margin-top: 20px; */
    margin-bottom: 20px;
    }
    .footer-col-2-inner-3
    {
        width: 86%;

    }
    .footer-img {
        bottom: 37px;
        /* right: 34%; */
        right: 30px;
        width: 50%;
        z-index: 1;
    }
}

/* sixth - page */
.sixth-page-header
{
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    margin-bottom: 70px;
}

.sixth-page-inner
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 85%;
    margin:auto;
}
.sixth-page-col
{
    width: 27%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;

}
.sixth-page-col-image
{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    position: relative;
}
.sixth-col-img
{
    width: 150px;
    height: 150px;
}
/* .sixth-col-img.exposure
{
    width: 22%;
} */
.sixth-image-title
{
font-size: 28px;
border-bottom: 2px solid rgb(3, 133, 240);
margin-top: 10px;
margin-bottom: 30px;
font-weight:600;

}

.sixth-page-col-description
{
    font-size: 17px;
    text-align: justify;
}

@media(max-width:700px)
{
    .sixth-page-header
    {
        font-size: 30px;
    }
    .sixth-page-col
    {
        width: 90%;
    }
    .sixth-col-img.exposure {
        width: 101px;
        height: 85px;
        padding-left:25px;
    }
}

/* video-playback */
.yt-video
{
    display: none;
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    /* height: 900px; */
    z-index: 6;
    bottom: 0;
}
.video-playback
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: black;
    height: 100%;
    width: 100%;
    
}
.video-playback-inner
{
    width: 90%;
    height: 100%;
    margin:auto;
   
}
.video-section
{
    width: 100%;
    height: 90%;
    margin: auto;
}
.youtube-video
{
    width: 100%;
    height: inherit;
}
.video-close-btn
{
    font-size: 30px;
    color: white;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transform: all 0.3s;
}
.video-close-btn:hover
{
    font-size: 29px;
}
.close-btn
{
    background-color: maroon;
   padding:2px 10px 2px 10px;
   border-radius: 4px;
   cursor: pointer;
}
/* seventh */
/* seventh-page */
.seventh-page-inner
{
  width: 70%;
  margin: auto;
  border-radius: 6px;
  min-height: 350px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(239, 241, 252);
}

.seventh-page-txt
{
  font-size: 30px;
}

.seventh-page-btn
{
  font-size: 30px;
  padding:15px;
  background-color: rgb(26, 56, 138);
  color: white;
  font-weight: 600;
  border-radius: 5px;
}

@media (max-width:600px)
{
  .seventh-page-txt
{
  font-size: 25px;
  text-align: center;
}
  .seventh-page-inner{
    width: 95%;
    min-height: 300px;
    background: unset;
  }
  .seventh-page-btn
  {
    font-size: 22px;
  }
  .spacing-5-only-mob
  {
    height: 5em;
  }
}
/* eight */
.eight-page
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -50px;
    
}

/* ninth-page */
.ninth-page-col
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 85%;
    margin-left: auto;
    margin-right: 25px;
}
.ninth-page-col-inner
{
    width: 30%;
    transform: rotate(-15deg);
}
.ninth-page-col-img
{
    max-width: 100%;
    width: 100%;
    /* z-index: -1; */
}
.ninth-page-inner
{
    display: flex;
    position: relative;
}
.features-grid-left
{
    position: absolute;
    top: 50%;
    bottom: 50%;
    /* z-index: 5; */
    left: 0;
}
.features-grid-right
{
    position: absolute;
    /* z-index: 5; */
    right: 0;

}

@media(max-width:700px)
{
    .ninth-page-col
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.ninth-page-col-inner
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: unset;
    margin: auto;
    padding-left: 40px;
}


.features-grid-right,.features-grid-left
{
  display: none;

}
}

/* backed by */
.backed-by-header
{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.backed-by-testinomial
{
 /* display: flex; */
 flex-direction:row;
 justify-content:space-around;
}

.backed-by-testinomial
{
  display: none;
}

.page-5-support-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3em;
    grid-template-areas: "uincept do cic vridian";
  }
  .page-5-support-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-5-support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.09);
  }
  .page-5-support {
    height: 250px;
    width: 250px;
    overflow: hidden;
    margin: 0 auto;
  }
  .page-5-support-big {
    height: 340px;
    width: 340px;
  }
  .page-5-support img {
    width: 150px;
  }
  .page-5-support-big img {
    width: 200px;
  }

  @media(max-width:992px)
  {
    .page-5-support-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "uincept vridian" "cic do";
      }
  }

  @media screen and (max-width: 600px) {
    .page-5-support-grid {
      grid-template-columns: repeat(1, 1fr);
      grid-template-areas: "uincept" "do" "cic" "vridian";
    }
  }

  @media(max-width:480px)
  {
    .page-5-support-big {
        height: 250px;
        width: 250px;
      }
      .page-5-support-big img {
        width: 150px;
      }
  }
@media (max-width:600px)
{
    .backed-grid
    {
        display: none;
    }

    .backed-by-testinomial
    {
        display: flex;
    }
    .backed-by-testinomial .page-5-support-inner
    {
        display: none;
        animation: backedimg;
        opacity: 0.4;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }
    .backed-by-header
    {
    font-size: 35px;
    }
}

@keyframes backedimg
{
    100%
    {
opacity: 1;
    }
}

/* end of backed by */
/* spacing */
@media(max-width:700px)
{
  .spacing-7.dec-mob-3
  {
    height: 3em;
  }
  .spacing-10.dec-mob-5
  {
    height: 5em;
  }

  .spacing-10.dec-mob-3
  {
    height: 3em;
  }

  .spacing-5-only-mob
  {
    height: 5em;
  }
  .spacing-8.dec-5
  {
      height: 5em;
  }
  .spacing-11.dec-5
  {
      height: 5em;
  }
  .spacing-3.dec-0
  {
      height: unset;
  }
  .spacing-6.dec-3
  {
      height: 3em;
  }
  .spacing-6.dec-2
  {
      height: 2em;
  }
}

.fb_iframe_widget iframe {
    z-index: 2147483645!important;
}