:root {
    --color-primary: #4f1fe1;
    --color-secondary: #f7971e;
    --color-secondary-2: #fc8d8d;
    --color-secondary-3: #6925a3;
    --color-light-blue: #d3c7f7;
    --color-white: #ffffff;
    --color-black: #070707;
    --color-gray: #626369;
    --color-gray-2: #f6f3ff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
button:focus,
input:focus {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-black);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
body {
    font-size: 15px;
    line-height: 26px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-gray);
}
.theme-font {
    font-family: Roboto, sans-serif !important;
}
.sidenav {
    display: none;
}
.t-color-primary {
    color: var(--color-primary) !important;
}
.t-color-secondary {
    color: #f4cd0b !important;
}
.bg-primary {
    background: #ed1c24 !important;
}


.donwloadimg img{
	position:relative;
	left:-72px;
}
.bg-white {
    background: var(--color-white) !important;
}
.bg-black {
       background-color: #ed1c24;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-regular {
    font-weight: 400 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.font-weight-semi-bold {
    font-weight: 600 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-size-70px {
    font-size: 70px !important;
}
.font-size-65px {
    font-size: 56px !important;
}
.font-size-60px {
    font-size: 60px !important;
}
.font-size-55px {
    font-size: 55px !important;
}
.font-size-50px {
    font-size: 50px !important;
}
.font-size-45px {
    font-size: 45px !important;
}
.font-size-40px {
    font-size: 40px !important;
}
.font-size-35px {
    font-size: 35px !important;
}
.font-size-30px {
    font-size: 30px !important;
}
.font-size-28px {
    font-size: 28px !important;
}
.font-size-26px {
    font-size: 26px !important;
}
.font-size-24px {
    font-size: 24px !important;
}
.font-size-22px {
    font-size: 22px !important;
}
.font-size-20px {
    font-size: 20px !important;
}
.font-size-18px {
    font-size: 18px !important;
}
.font-size-16px {
    font-size: 16px !important;
}
.font-size-15px {
    font-size: 15px !important;
}
.font-size-14px {
    font-size: 14px !important;
}
.font-size-13px {
    font-size: 13px !important;
}
.font-size-12px {
    font-size: 12px !important;
}
.line-height-85px {
    line-height:50px !important;
}
.line-height-80px {
    line-height: 80px !important;
}
.line-height-75px {
    line-height: 75px !important;
}
.line-height-70px {
    line-height: 70px !important;
}
.line-height-65px {
    line-height: 65px !important;
}
.line-height-60px {
    line-height: 60px !important;
}
.line-height-55px {
    line-height: 55px !important;
}
.line-height-50px {
    line-height: 50px !important;
}
.line-height-45px {
    line-height: 45px !important;
}
.line-height-40px {
    line-height: 40px !important;
}
.line-height-35px {
    line-height: 35px !important;
}
.line-height-30px {
    line-height: 30px !important;
}
.line-height-25px {
    line-height: 25px !important;
}
.line-height-20px {
    line-height: 20px !important;
}
.padding-top-120px {
    padding-top: 120px !important;
}
.padding-top-110px {
    padding-top: 110px !important;
}
.padding-top-100px {
    padding-top: 100px !important;
}
.padding-top-90px {
    padding-top: 90px !important;
}
.padding-top-80px {
    padding-top: 80px !important;
}
.padding-top-70px {
    padding-top: 70px !important;
}
.padding-top-60px {
    padding-top: 60px !important;
}
.padding-top-50px {
    padding-top: 50px !important;
}
.padding-top-40px {
    padding-top: 40px !important;
}
.padding-top-30px {
    padding-top: 30px !important;
}
.padding-top-20px {
    padding-top: 20px !important;
}
.padding-top-10px {
    padding-top: 10px !important;
}
.padding-bottom-120px {
    padding-bottom: 120px !important;
}
.padding-bottom-110px {
    padding-bottom: 110px !important;
}
.padding-bottom-100px {
    padding-bottom: 100px !important;
}
.padding-bottom-90px {
    padding-bottom: 90px !important;
}
.padding-bottom-80px {
    padding-bottom: 80px !important;
}
.padding-bottom-70px {
    padding-bottom: 70px !important;
}
.padding-bottom-60px {
    padding-bottom: 60px !important;
}
.padding-bottom-50px {
    padding-bottom: 50px !important;
}
.padding-bottom-40px {
    padding-bottom: 40px !important;
}
.padding-bottom-30px {
    padding-bottom: 30px !important;
}
.padding-bottom-20px {
    padding-bottom: 14px !important;
}
.padding-bottom-10px {
    padding-bottom: 10px !important;
}
.padding-right-120px {
    padding-right: 120px !important;
}
.padding-right-110px {
    padding-right: 110px !important;
}
.padding-right-100px {
    padding-right: 100px !important;
}
.padding-right-90px {
    padding-right: 90px !important;
}
.padding-right-80px {
    padding-right: 80px !important;
}
.padding-right-70px {
    padding-right: 70px !important;
}
.padding-right-60px {
    padding-right: 60px !important;
}
.padding-right-50px {
    padding-right: 50px !important;
}
.padding-right-40px {
    padding-right: 40px !important;
}
.padding-right-30px {
    padding-right: 30px !important;
}
.padding-right-20px {
    padding-right: 20px !important;
}
.padding-right-10px {
    padding-right: 10px !important;
}
.padding-left-120px {
    padding-left: 120px !important;
}
.padding-left-110px {
    padding-left: 110px !important;
}
.padding-left-100px {
    padding-left: 100px !important;
}
.padding-left-90px {
    padding-left: 90px !important;
}
.padding-left-80px {
    padding-left: 80px !important;
}
.padding-left-70px {
    padding-left: 70px !important;
}
.padding-left-60px {
    padding-left: 60px !important;
}
.padding-left-50px {
    padding-left: 50px !important;
}
.padding-left-40px {
    padding-left: 40px !important;
}
.padding-left-30px {
    padding-left: 30px !important;
}
.padding-left-20px {
    padding-left: 20px !important;
}
.padding-left-10px {
    padding-left: 10px !important;
}
.margin-top-50px {
    margin-top: 50px !important;
}
.margin-top-45px {
    margin-top: 45px !important;
}
.margin-top-40px {
    margin-top: 40px !important;
}
.margin-top-35px {
    margin-top: 35px !important;
}
.margin-top-30px {
    margin-top: 30px !important;
}
.margin-top-25px {
    margin-top: 25px !important;
}
.margin-top-20px {
    margin-top: 20px !important;
}
.margin-top-15px {
    margin-top: 15px !important;
}
.margin-top-10px {
    margin-top: 10px !important;
}
.margin-bottom-50px {
    margin-bottom: 50px !important;
}
.margin-bottom-45px {
    margin-bottom: 45px !important;
}
.margin-bottom-40px {
    margin-bottom: 40px !important;
}
.margin-bottom-35px {
    margin-bottom: 35px !important;
}
.margin-bottom-30px {
    margin-bottom: 30px !important;
}
.margin-bottom-25px {
    margin-bottom: 25px !important;
}
.margin-bottom-20px {
    margin-bottom: 20px !important;
}
.margin-bottom-15px {
    margin-bottom: 15px !important;
}
.margin-bottom-10px {
    margin-bottom: 10px !important;
}
.container {
    max-width: 1200px;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
   .container {
    max-width: 1140px;
}
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
#loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}
.loader-col .loader {
    width: 50px;
    height: 50px;
    position: relative;
}
.download-app-wrapper-overlay {
    position: absolute;
    background-color: #30eaa9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
img.download-app-iphone {
    margin-top: -88px;
    width: 500px;
}
.download-app-wrapper {
    background: url(images/bgimage1.png) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}
.download-app-wrapper-overlay {
    position: absolute;
    background-color: #fff!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.shape-grey-image-top {
    background: url(../img/shape-top-right-grey.png) top center no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 100%;
    max-height: 200px;
    padding: 100px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.padding-top-100 {
    padding-top: 100px !important;
}
.download-app-wrapper h2 {
    padding-top: 24px;
    font-size: 45px;
    padding-bottom: 20px;
    font-weight:600;	
    color: #ed1c24;
}
.white-text {
    color: #fff;
}
.download-app-wrapper p {
    font-size: 20px;
    padding-bottom: 40px;
    color: #908787;
}
.loader-col #loader {
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.navbar-brand img {
    width: 220px;
}
.loader-col #loader:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 25px;
    height: 25px;
    background-color: var(--color-primary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    animation: flip 1s infinite;
}
@keyframes flip {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(180deg) rotateX(180deg);
    }
}
.section-padding {
    padding-top: 30px !important;
    padding-bottom: 30px;
}
.section--padding {
    padding-top: 60px;
    padding-bottom: 30px;
}
.theme-btn {
   background: #ed1c24;
    color: var(--color-white);
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 9px;
    text-transform: capitalize;
    transition: 0.3s;
}
.theme-btn:hover {
    background: #191919 !important;
    transform: translateY(-2px);
}
.theme-btn.bg-primary:hover {
    background: #3f08e4 !important;
}
.btn-icon {
    width: 20px;
    height: 40px;
    line-height: 37px;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    color: var(--color-white);
}
.btn-icon-2 {
    background-color: var(--color-light-blue);
}
.btn-icon-3 {
    background-color: #7955e7;
}
.theme-btn:hover {
    color: var(--color-white);
}
.btn-shadow {
    box-shadow: 0 2px 15px 0 #fdc3c3;
}
.btn-shadow-2 {
    box-shadow: 0 4px 10px 0 #d1c3fb;
}
.section__badge {
    background-color: var(--color-secondary-3);
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: var(--color-white);
    padding-right: 10px;
}
.section__badge .badge {
    background-color: var(--color-secondary);
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
}
.section-content .section__subtitle {
    font-size: 18px;
    color: #ed1c24;
    font-weight: 600;
}

.footer-content h2{
 color:#ed1c24!important;
}
.section-content .section__title {
    font-size: 45px;
    line-height: 60px;
    color: var(--color-black);
    font-weight: 600!important;
}
.section-content .section__desc {
    line-height: 25px;
    color: var(--color-gray);
    font-size: 20px;
}
.line-shape {
    width: 86px;
    height: 6px;
    background-image: url(../img/line-shape.png);
}
.line-shape-2 {
    width: 65px;
    height: 2px;
    border-radius: 4px;
    background-color: #ed1c24;
    position: relative;
}
.list-items li {
    position: relative;
    color: var(--color-black);
    padding-left: 20px;
}
.list-items li a {
    color: var(--color-black);
}
.list-items li:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 2px;
}
.info-list li {
    color: var(--color-black);
    margin-bottom: 19px;
}
/*.info-list .btn-icon {
    background-color: #f7971e;
}*/
.info-list li a {
    color: var(--color-black);
    transition: 0.3s;
}
.info-list li a:hover {
    color: #ed1c24;
}
.info-list-white li {
    color: var(--color-white);
}
.info-list-white li a {
    color: var(--color-white);
}
.social-icons li {
    display: inline-block;
}
.social-icons li + li {
    margin-left: 7px;
}
.social-icons li a {
    color: var(--color-white);
    line-height: 35px;
    text-align: center;
    display: block;
    transition: 0.3s;
}
.social-icons li a:hover {
    background-color:none;
}
.social-icons-colored li a {
    background-color: rgba(254, 105, 105, 0.2);
    color: var(--color-secondary);
}
.social-icons-colored li a:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
}
.section-pagination .page-link {
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 8px;
    font-size: 20px;
    padding: 7px 14px;
    color: var(--color-gray);
    border-color: var(--color-gray);
    transition: 0.3s;
}
.section-pagination .page-item.active .page-link,
.section-pagination .page-link:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    border-color: var(--color-secondary);
    box-shadow: 0 2px 15px 0 #fdc3c3;
}
.section-pagination .page-item:first-child .page-link,
.section-pagination .page-item:last-child .page-link {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}
.section-pagination .page-item:first-child .page-link:hover,
.section-pagination .page-item:last-child .page-link:hover {
    background-color: transparent;
    box-shadow: none;
    color: var(--color-secondary);
}
.header-menu-area {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1024;
    transition: 0.5s;
}
.header-menu-area.fixed-top {
    position: fixed;
    top: 0;
    background-color: var(--color-white);
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}
.header-menu-area.fixed-top .main-menu-container {
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
}
.main-menu-container {
    background-color: var(--color-white);
    border-radius: 8px;
    transition: 0.5s;
}
.navbar {
    padding: 0 !important;
}
.main-menu li {
    padding-right: 24px;
}
.main-menu li:last-child {
    padding-right: 0;
}
.main-menu li a {
    text-transform: capitalize;
    color: var(--color-black);
    transition: 0.3s;
}
.main-menu-container .navbar-light .main-menu li a {
    color: var(--color-black);
    font-size: 19px;
}
.main-menu-container .navbar-light .main-menu li a:hover {
    color: var(--color-secondary);
}
.main-menu li a:hover {
    color: var(--color-secondary);
}
.main-menu li .btn,
.main-menu li .btn:hover {
    color: var(--color-white) !important;
}
.main-menu-container .navbar-light .main-menu li.active a {
    color: var(--color-secondary);
}
.hero-area {
    position: relative;
    height:100vh;
}
.hero-area.dot-bg:after {
    position: absolute;
    bottom: 0;
    left: 180px;
}
.hero-bg {
    background: linear-gradient(to right, #f4cd0b, #f9a72e);
    background-size: cover;
    background-position: center;
}
.dot-bg {
    position: relative;
}
/*.dot-bg:after {
    position: absolute;
    content: "";
    width: 140px;
    height: 300px;
    background-image: url(../img/dot-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}*/
.about-area .section-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hero-img img {
    width: 94%;
    position: relative;
    top: -35px;
}
.about-area.dot-bg:after {
    bottom: -140px;
    right: 200px;
    z-index: 2;
}
.patter-bg {
    position: relative;
    z-index: 999 !important;
}
.patter-bg:after,
.patter-bg:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}
.patter-bg:before {
    top: 0;
    left: 0;
    background-image: url(../img/bar-shape-2.png);
    width: 210px;
    height: 262px;
}
.patter-bg:after {
    bottom: 0;
    right: 0;
    background-image: url(../img/bar-shape.png);
    width: 211px;
    height: 277px;
}
.info-card {
    text-align: center;
    border-radius: 8px;
    padding: 30px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 30px;
    z-index: 99999999 !important;
}
.service2 img {
    width: 338px;
}
.info-card:hover:after {
    opacity: 1;
    visibility: visible;
}
.info-card:hover .info__icon {
    background-image: url(../img/icon-shape-white.png);
}
.info-card:hover .info__svg {
    fill: var(--color-primary);
}
.info-card .info__icon {
    width: 128px;
    height: 104px;
    line-height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/icon-shape-blue.png);
    transition: 0.3s;
}
.info-card .info__svg {
    fill: var(--color-white);
    position: relative;
    top: -4px;
    left: -4px;
    transition: 0.3s;
}
.info-card .info__title {
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
    color: #ed1c24;
}


.padding-bottom-80px {
    padding-bottom: 80px !important;
}
.screenshots-area{
	background: #f7f7f7;
}


.info-card .info__desc {
    transition: 0.3s;
}
.hiw-list-item .media-icon {
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.hiw-list-item .media-icon svg {
    fill: var(--color-primary);
}
.video-btn-box {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
}
.video-btn-box .video-play-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--color-secondary);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.video-btn-box .video-play-btn:after {
    position: absolute;
    content: "";
    width: 146px;
    height: 146px;
    top: -25px;
    left: -25px;
    background-image: url(../img/shadow.png);
    background-size: cover;
    background-position: center;
}
.video-btn-box .video-play-btn svg {
    fill: var(--color-white);
}
.cta-img-box {
    position: relative;
    margin-top: -50px;
}
.cta-img-box img {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 91%;
    height: 636px;
    object-fit: cover;
}
.cta-content {
    padding-right: 291px;
}
.circle-bg {
    width: 30px;
    height: 30px;
    background-color: #724ce7;
    display: inline-block;
}
.circle-bg-1 {
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
}
.circle-bg-1,
.circle-bg-4 {
    width: 240px;
    height: 220px;
}
.circle-bg-4 {
    bottom: 0;
    left: 0;
}
.circle-bg-2 {
    top: 320px;
    right: 130px;
}
.circle-bg-2,
.circle-bg-5 {
    width: 100px;
    height: 100px;
}
.circle-bg-5 {
    bottom: 320px;
    left: 130px;
}
.circle-bg-3 {
    bottom: 87px;
    right: 97px;
}
.circle-bg-6 {
    top: 87px;
    left: 97px;
}
.screenshot-active-bg {
    position: relative;
}
.screenshot-active-bg:after {
    content: "";
    position: absolute;
    top: 49%;
    left: 50%;
    background-image: url(../img/iPhone.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 352px;
    height: 673px;
    background-size: 100% auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}
.screenshot-slider {
    width: 96%;
}
.screenshot-slider .screenshots-image img {
    display: block;
    margin: auto;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.screenshot-slider .swiper-slide {
    width: 382px;
    padding: 0 46px;
}
.screenshot-slider .swiper-pagination-bullet {
    transition: 0.4s;
    background-color: #b9b9b9;
    opacity: 1;
    outline: 0;
}
.screenshot-slider .swiper-pagination-bullet-active {
    background-color: var(--color-secondary);
    width: 50px;
    border-radius: 30px;
}
.accordion-wrap .card {
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.accordion-wrap > .card:not(:first-of-type):not(:last-of-type) {
    border-radius: 10px;
}
.accordion-wrap .card-header {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0 !important;
    background-color: transparent;
}
.accordion-wrap .btn-link {
    width: 100%;
    padding: 5px 5px 5px 25px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black);
    text-decoration: none;
    border-radius: 10px;
    text-align: left;
}
.accordion-wrap .btn-link .btn-icon {
    background-color: var(--color-primary);
    color: var(--color-white);
    flex-shrink: 0;
    margin-left: 10px;
}
.accordion-wrap .btn-link[aria-expanded="true"] {
    background-color: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 4px 20px #cdc0f7;
}
.accordion-wrap .btn-link[aria-expanded="true"] .btn-icon {
    background-color: var(--color-secondary);
}
.accordion-wrap .btn-link[aria-expanded="true"] .btn-icon:before {
    content: "\f00d";
}
.accordion-wrap .card-body {
    padding: 16px 26px;
}
.partners-brand {
    background-color: var(--color-white);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 165px;
    height: 165px;
    line-height: 165px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.partners-brand:nth-child(1),
.partners-brand:nth-child(3),
.partners-brand:nth-child(4),
.partners-brand:nth-child(6) {
    position: relative;
    top: 110px;
}
.switch-toggle-list li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-gray);
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}
.switch-toggle-list li.active a {
    color: var(--color-secondary);
}
.switcher {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
}
.switcher-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--color-secondary);
    border-radius: 34px;
}
.switcher-slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: -1px;
    bottom: 0;
    background-color: var(--color-white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.3);
}
.switcher.off .switcher-slider:before {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
}
.pricing-card {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 35px;
    text-align: center;
    margin-bottom: 30px;
    border-top: 10px solid transparent;
}
.pricing-card.has-border {
    border-top-color: var(--color-primary);
}
.pricing-card:hover .btn {
    background-color: var(--color-secondary) !important;
    box-shadow: 0 2px 15px 0 #fdc3c3;
}
.pricing-card:hover .btn-icon {
    background-color: var(--color-secondary-2);
}
.pricing-card .btn-icon {
    transition: 0.3s;
}
.pricing-card .card-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 26px;
    color: var(--color-black);
}
.pricing-card .card-img-top {
    border-radius: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.pricing-card .card-price {
    font-size: 45px;
    font-weight: 700;
    color: var(--color-primary);
}
.pricing-card .card-price span {
    font-size: 15px;
    color: var(--color-black);
}
.pricing-card .divider {
    border-top-width: 2px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 28px;
}
.list-items-flash li {
    font-size: 18px;
    color: var(--color-gray);
    margin-bottom: 8px;
    padding-left: 0;
}
.list-items-flash li:after {
    display: none;
}
.testimonial-content {
    width: 615px;
    margin-left: auto;
    position: relative;
    top: 78px;
    margin-bottom: 10px;
}
.testimonial-item {
    position: relative;
    padding: 27px;
    z-index: 1;
}
.testimonial-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 120px;
    height: 235px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: -1;
}
.testimonial-item .media-body {
    position: relative;
}
.testimonial-item img {
    border-radius: 9px;
    height: 87px;
}
.testimonial-item .fa-quote-left {
    font-size: 65px;
    color: var(--color-white);
    opacity: 0.2;
    position: absolute;
    top: -37px;
    left: -9px;
}
.testimonial-item h5,
.testimonial-item p {
    color: var(--color-white);
}
.testimonial-item p {
    margin-bottom: 10px;
}
.testimonial-item h5 {
    font-weight: 700;
    font-size: 18px;
}
.testimonial-item span {
   color: #ffb456;
    font-weight: 600;
}
.testimonial-slider .swiper-button-next {
    right: auto;
    left: 75px;
}
.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--color-white);
    color: var(--color-secondary);
    border-radius: 9px;
    outline: 0;
    transition: 0.3s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    top: 5px;
    margin-top: 0;
    margin-left: -10px;
}
.testimonial-slider .swiper-button-next:after,
.testimonial-slider .swiper-button-prev:after {
    font-size: 19px;
}
.testimonial-slider .swiper-button-next:hover,
.testimonial-slider .swiper-button-prev:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
}
.blog-card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
}
.blog-card .card-img-top {
    border-radius: 9px;
}
.blog-card .card-body {
    padding-left: 0;
    padding-right: 0;
}
.list-items-bullet li {
    display: inline-block;
    color: var(--color-primary);
}
.list-items-bullet li + li {
    margin-left: 30px;
}
.list-items-bullet li:after {
    border-radius: 50%;
}
.blog-card .card-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 0;
}
.blog-card .card-title a {
    color: var(--color-black);
    transition: 0.3s;
}
.blog-card .card-title a:hover {
    color: var(--color-primary);
}
.blog-card-list .card-body {
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 26px;
    padding-top: 26px;
}
.blog-card-list .card-body:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.form-action .form-control {
    height:65px;
    border-radius: 9px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        width: 450px;
    padding-left: 35px;
    border: 0;
}
.form-action .theme-btn {
    margin-left: -90px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.patter-bg-2 {
	padding-bottom:20px;
       background: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-item h3 {
    color: var(--color-white);
    font-size: 25px;
}

.map{
	padding-top:20px;
}
.footer-item .list-items li {
    font-size: 15px;
    margin-bottom: 4px;
}
.footer-item .list-items li a {
    color: var(--color-white);
    transition: 0.3s;
}
.footer-item .list-items li a:hover {
    color:#ed1c24;
}
#scroll-top {
    position: fixed;
    bottom: 57px;
    right: 20px;
    z-index: 1024;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.opportunities .info-list-white li a {
    color: #000;
}
.opportunities .section-content .section__subtitle {
    position: relative;
    left: -30px;
}
.opportunities .section-content .section__title {
    position: relative;
    left: -30px;
}
.opportunities .section-content .line-shape {
    margin-bottom: 30px;
}
.opportunities .info-list p {
    color: #000;
}
.opportunities ol li {
    margin-bottom: 15px;
}
.opportunities ol li h5 {
    color: #f7971e;
    margin-bottom: 10px;
}
::marker {
    color: #f7971e;
    font-size: 18px;
    font-weight: 700;
}
.opportunities {
    padding: 50px 0;
}
#scroll-top.active {
    opacity: 1;
    visibility: visible;
}
.breadcrumb-area {
    height: 350px;
}
.about-area .info-card {
    z-index: 999 !important;
}
.bread-bg {
    background-image: url(../img/bread-bg.png);
    background-size: cover;
    background-position: center;
}
.bread-list .breadcrumb-item,
.bread-list .breadcrumb-item a {
    color: var(--color-white);
}
.bread-list .breadcrumb-item a {
    transition: 0.3s;
}
.bread-list .breadcrumb-item a:hover {
    color: var(--color-secondary);
}
.bread-list .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: var(--color-secondary);
}
.intro-bg {
    background-image: url(../img/small-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar-widget {
    padding: 26px 30px 30px 30px;
    border-radius: 12px;
}
.sidebar-widget + .sidebar-widget {
    margin-top: 30px;
}
.sidebar-search {
    box-shadow: 0 4px 10px 0 #d1c3fb;
    height: 169px;
}
.sidebar-search .form-action .form-control {
    width: 100%;
    height: 46px;
    padding-left: 20px;
}
.sidebar-search .form-action .theme-btn {
    margin-left: 0;
    padding: 11px 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.border-dashed {
    border: 1px dashed #959595;
}
.border-dashed-top {
    border-top: 1px dashed #959595;
}
.border-dashed-right {
    border-right: 1px dashed #959595;
}
.border-dashed-bottom {
    border-bottom: 1px dashed #959595;
}
.border-dashed-left {
    border-left: 1px dashed #959595;
}
.mini-post-item h5 {
    font-weight: 700;
    font-size: 18px;
    color: var(--color-black);
}
.mini-post-item .mini-post-link {
    transition: 0.3s;
    color: var(--color-black);
}
.mini-post-item .mini-post-link:hover {
    color: var(--color-secondary);
}
.archives-post li {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.archives-post .badge {
    padding: 0;
    width: 45px;
    height: 25px;
    line-height: 25px;
    border-radius: 30px;
    font-size: 15px;
    background-color: #eee;
    transition: 0.3s;
    color: var(--color-gray);
    font-weight: 500;
}
.archives-post li a {
    background-color: var(--color-white);
    transition: 0.3s;
    padding: 7px 18px;
    border-radius: 6px;
    color: var(--color-gray);
    margin-bottom: 5px;
}
.archives-post li:last-child a {
    margin-bottom: 0;
}
.archives-post li a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.archives-post li a:hover .badge {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.post-option li a {
    color: var(--color-gray);
}
.post-option li a i {
    color: var(--color-primary);
}
.blockquote-item {
    padding: 10px 0 10px 25px;
    position: relative;
    font-size: 15px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 4px;
}
.blockquote-item .fa-quote-right {
    position: absolute;
    color: #ccb7fd;
    bottom: 0;
    font-size: 40px;
    right: 0;
}
.blockquote-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--color-secondary);
    border-radius: 30px;
}
.comment .c-avatar {
    border-radius: 10px;
}
.comment-replay {
    margin-left: 50px;
}
.btn-text {
    color: var(--color-primary);
    font-weight: 600;
    transition: 0.3s;
}
.btn-text:hover {
    color: var(--color-secondary);
}
.generic-wrap .form-group {
    margin-bottom: 20px;
}
.generic-wrap .form-control {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 0;
    height: 45px;
    padding-left: 30px;
}
.generic-wrap .textarea-control {
    height: 128px;
}
.modal-container .modal-lg {
    max-width: 700px;
}

.shadow-lg{
	box-shadow:none!important
}
.modal-container .contact-title-box {
    background: #000;
    padding: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.contact-form-box {
    border-radius: 10px;
}
.modal-container .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -8px;
    top: -16px;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    color: var(--color-white);
    background-color: var(--color-secondary);
    text-shadow: none;
    opacity: 1;
}
.modal-container .modal-header .close:hover {
    opacity: 1;
    background-color: #fd4e4e;
}
@media only screen and (max-width: 1280px) {
    .cta-content {
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .main-menu li {
        width: 100%;
        padding-right: 0;
    }
    .main-menu li:last-child {
        padding-top: 15px;
    }
    .hero-area {
        height: auto;
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .hero-area .col-lg-6 {
        padding-left: 15px !important;
    }
    .hero-area.dot-bg:after {
        left: 50px;
    }
    .hero-content .section-content .section__title {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .about-area.dot-bg:after {
        right: 50px;
    }
    .about-img,
    .hiw-img,
    .partners-content {
        margin-bottom: 60px;
    }
    .cta-img-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .cta-area .container-fluid {
        padding-left: 15px !important;
    }
    .video-btn-box {
        top: auto;
        right: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        bottom: -45px;
    }
    .cta-content {
        padding-right: 0;
    }
    .partners-brand-box {
        justify-content: center;
    }
    .partners-brand {
        margin-left: 15px;
        margin-right: 15px;
    }
    .testimonial-content {
        padding-top: 90px;
        width: auto;
        position: inherit;
        top: auto;
        margin-bottom: 50px;
    }
    .form-action {
        flex-direction: column;
        position: relative;
    }
    .form-action .form-group {
        width: 100%;
    }
    .form-action .form-control {
        width: 100%;
    }
    .form-action .theme-btn {
        margin-left: 0;
        position: absolute;
        top: 17px;
        right: 17px;
    }
    .patter-bg-2 {
        height: auto;
    }
    .footer-item {
        margin-bottom: 50px;
    }
    .copyright-area {
        text-align: center;
    }
    .copyright-area .social-icons {
        text-align: center !important;
        padding-top: 10px;
    }
    .sidebar {
        margin-top: 60px;
    }
    .modal-container .modal-lg {
        max-width: 500px;
    }
    .contact-title-box {
        border-radius: 10px;
        margin-bottom: 40px;
        margin-right: -15px;
    }
    .modal-container .generic-form-box {
        margin-right: -25px;
        padding-bottom: 35px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .main-menu li {
        width: 100%;
        padding-right: 0;
    }
    .main-menu li:last-child {
        padding-top: 15px;
    }
    .hero-area {
        height: auto;
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .hero-area .col-lg-6 {
        padding-left: 15px !important;
    }
    .hero-area.dot-bg:after {
        left: 50px;
    }
    .hero-content .section-content .section__title {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .about-area.dot-bg:after {
        right: 50px;
    }
    .about-img,
    .hiw-img,
    .partners-content {
        margin-bottom: 60px;
    }
    .cta-img-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .cta-area .container-fluid {
        padding-left: 15px !important;
    }
    .video-btn-box {
        top: auto;
        right: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        bottom: -45px;
    }
    .cta-content {
        padding-right: 0;
    }
    .partners-brand-box {
        justify-content: center;
    }
    .partners-brand {
        margin-left: 15px;
        margin-right: 15px;
    }
    .partners-brand:nth-child(1),
    .partners-brand:nth-child(3),
    .partners-brand:nth-child(4),
    .partners-brand:nth-child(6) {
        position: inherit;
        top: auto;
    }
    .testimonial-content {
        padding-top: 90px;
        width: auto;
        position: inherit;
        top: auto;
        margin-bottom: 50px;
    }
    .form-action {
        flex-direction: column;
        position: relative;
    }
    .form-action .form-group {
        width: 100%;
    }
    .form-action .form-control {
        width: 100%;
    }
    .form-action .theme-btn {
        margin-left: 0;
        position: absolute;
        top: 17px;
        right: 17px;
    }
    .patter-bg-2 {
        height: auto;
    }
    .footer-item {
        margin-bottom: 50px;
    }
    .copyright-area {
        text-align: center;
    }
    .copyright-area .social-icons {
        text-align: center !important;
    }
    .sidebar {
        margin-top: 60px;
    }
    .modal-container .modal-lg {
        max-width: 100%;
    }
    .contact-title-box {
        border-radius: 10px;
        margin-bottom: 40px;
        margin-right: -15px;
    }
    .modal-container .generic-form-box {
        margin-right: -25px;
        padding-bottom: 35px;
    }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .header-menu-area {
        top: 0;
    }
    .main-menu-container {
        border-radius: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .main-menu li {
        width: 100%;
        padding-right: 0;
    }
    .main-menu li:last-child {
        padding-top: 15px;
    }
    .hero-area {
        height: auto;
        padding-top: 170px;
        padding-bottom: 170px;
    }
    .breadcrumb-area {
        height: auto;
        padding-top: 170px;
        padding-bottom: 80px;
    }
    .breadcrumb-content {
        padding-top: 0 !important;
    }
    .hero-area .col-lg-6 {
        padding-left: 15px !important;
    }
    .about-area.dot-bg:after,
    .hero-area.dot-bg:after {
        display: none;
    }
    .breadcrumb-content .section__title,
    .hero-content .section-content .section__title,
    .modal-container .section__title {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .section-btn-box .btn {
        margin-bottom: 20px;
    }
    .section-content .section__title {
        font-size: 35px;
        line-height: 45px;
    }
    .about-img,
    .hiw-img,
    .partners-content {
        margin-bottom: 60px;
    }
    .cta-img-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .cta-area .container-fluid {
        padding-left: 15px !important;
    }
    .video-btn-box {
        top: auto;
        right: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        bottom: -45px;
    }
    .cta-content {
        padding-right: 0;
    }
    .partners-brand-box {
        justify-content: center;
    }
    .partners-brand {
        margin-left: 15px;
        margin-right: 15px;
    }
    .partners-brand:nth-child(1),
    .partners-brand:nth-child(3),
    .partners-brand:nth-child(4),
    .partners-brand:nth-child(6) {
        position: inherit;
        top: auto;
    }
    .testimonial-content {
        padding-top: 90px;
        width: auto;
        position: inherit;
        top: auto;
        margin-bottom: 50px;
    }
    .testimonial-item {
        flex-direction: column;
        padding-bottom: 0;
        padding-right: 0;
    }
    .testimonial-item img {
        margin-right: 0 !important;
        margin-bottom: 16px;
    }
    .form-action .form-group {
        width: 100%;
    }
    .form-action .form-control {
        width: 100%;
        padding-left: 20px;
        height: 60px;
    }
    .form-action .theme-btn {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .patter-bg-2 {
        height: auto;
    }
    .footer-item {
        margin-bottom: 50px;
    }
    .copyright-area {
        text-align: center;
        height:120px;
    }
    .copyright-area .social-icons {
        text-align: center !important;
    }
    .sidebar {
        margin-top: 60px;
    }
    .sidebar-search {
        height: auto;
    }
    .sidebar-search .form-action .theme-btn {
        width: auto;
        margin-top: 0;
    }
    .comment {
        flex-direction: column;
        text-align: center;
    }
    .comment .c-avatar {
        margin-bottom: 1rem;
        margin-right: auto !important;
        margin-left: auto;
    }
    .comment-replay {
        margin-left: 0;
    }
    .modal-container .modal-lg {
        max-width: 100%;
    }
    .contact-title-box {
        border-radius: 10px;
        margin-bottom: 40px;
        margin-right: -15px;
    }
    .modal-container .generic-form-box {
        margin-right: -25px;
        padding-bottom: 35px;
    }
}
.info-card img {
    width: 220px;
    border-radius: 50%;
}
@media (max-width: 768px) {
    img.download-app-iphone {
        display: none !important;
    }
    .copyright-area {
    text-align: center;
    height: 120px;
}
    .mobile-btn{
        display:block!important;
    }
    .sidenav {
        display: block !important;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.1);
        position: relative;
        right: 16px;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background: #000;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 50px;
        text-align: left;
    }
    .sidenav a {
        padding: 10px 10px 10px 32px;
        text-decoration: none;
        font-size: 15px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }
    .footer-area .padding-top-70px {
        padding-top: 20px !important;
    }
    .footer-area .section-content .section__title {
        font-size: 25px !important;
    }
    .footer-area .padding-bottom-70px {
        padding-bottom: 40px !important;
    }
    .footer-area .footer-item {
        margin-bottom: 25px;
    }
    .py-4 {
        padding-top: 0 !important;
    }
    .footer-area .btn-icon {
        display: none !important;
    }
    .btn_app_banner img {
        margin-bottom: 20px;
    }
    .download-app-wrapper .padding-top-100 {
        padding-top: 20px !important;
    }
    .download-app-wrapper p {
        font-size: 15px;
    }
    .download-app-wrapper h2 {
        font-size: 29px;
    }
    .screenshot-slider .screenshots-image img {
        width: auto !important;
    }
    .info-card {
        padding: 10px;
        margin-bottom: 0 !important;
    }
    .mb-5,
    .my-5 {
        margin-bottom: 0 !important;
    }
    .section--padding {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .padding-top-40px {
        padding-top: 20px !important;
    }
    .section-content .section__desc {
        text-align: justify;
        text-justify: distribute;
    }
    .section-content .section__title {
        font-size: 29px;
    }
    .about-img {
        margin-bottom: 0;
    }
    .about-content {
        padding: 0 20px 20px;
    }
    .hero-area {
        padding-bottom: 34px !important;
    }
    .opportunities {
        padding: 50px 45px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }
    .sidenav .closebtn {
        border: medium none;
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 26px;
        margin-left: 50px;
    }
    .sidenav li {
        list-style-type: none;
    }
    .sidenav a {
        font-size: 18px;
    }
    .navbar-brand img {
        width: 220px;
        margin-left: 10px;
    }
}

.pl-50{
    padding-left:80px;
}

.hero-area img {
    max-width:60%;
}

.hero-content{
	padding-top:60px!important;
	position:relative;
	z-index:99;
}

.mt-80 {
    margin-top:150px;
}

.st-wave-animation.st-white:before, .st-wave-animation.st-white:after {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.st-wave-animation.st-white:before, .st-wave-animation.st-white:after {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.st-wave-animation:after {
    animation-delay: -3s;
}

.st-wave-animation:before, .st-wave-animation:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(12, 184, 182, 0.2);
    top: 50%;
    left: 50%;
    border: 1px solid rgba(12, 184, 182, 0.5);
    transform: translate(-50%, -50%);
    animation: st-wave-animation 6s linear infinite;
}
.st-wave-animation:before, .st-wave-animation:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(12, 184, 182, 0.2);
    top: 50%;
    left: 50%;
    border: 1px solid rgba(12, 184, 182, 0.5);
    transform: translate(-50%, -50%);
    animation: st-wave-animation 6s linear infinite;
}
@keyframes st-wave-animation {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
.st-wave-animation.st-white:before, .st-wave-animation.st-white:after {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}



.st-wave-animation {
    width: 1500px;
    height: 1500px;
    position: absolute;
    bottom: 0;
    left: -1500px;
}
.st-wave-animation.st-white:before, .st-wave-animation.st-white:after {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.st-wave-animation:after {
    animation-delay: -3s;
}
.st-wave-animation:before, .st-wave-animation:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(12, 184, 182, 0.2);
    top: 50%;
    left: 50%;
    border: 1px solid rgba(12, 184, 182, 0.5);
    transform: translate(-50%, -50%);
    animation: st-wave-animation 6s linear infinite;
}


.hero-area:before {
    left: -10%;
    right: -10%;
    background-image: url(../img/bgimage.jpg);
    background-position: top center;
    opacity: 0.4;
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    top: 0;
    margin: auto;
}

.waveWrapper .bgTop {
    z-index: 15;
    opacity: 0.5;
}
.waveWrapper .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
 .waveWrapper .waveTop {
    background-image: url(../img/wave1.png);
    background-size: 40% 100px;
}

.waveWrapper .wave {
    position: absolute;
    left: 0;
    width: 1000%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.waveWrapper .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.waveWrapper .wave {
    position: absolute;
    left: 0;
    width: 1000%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.waveWrapper .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
.waveWrapper .bgBottom {
    z-index: 5;
}

.waveWrapper .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.waveWrapper .wave {
    position: absolute;
    left: 0;
    width: 1000%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.waveWrapper .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.hero-area{
	position:relative;
}

.waveWrapper .bgTop {
    z-index: 15;
    opacity: 0.5;
}
.waveWrapper .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
.waveWrapper .waveBottom {
    background-image: url(../img/wave1.png);
    background-size: 40% 100px;
    -webkit-animation: move_wave 25s linear infinite;
    animation: move_wave 25s linear infinite;
}

.waveWrapper .waveTop {
    background-image: url(../img//wave1.png);
    background-size: 40% 100px;
}

.waveWrapper .waveBottom {
    background-image: url(../img/wave1.png);
    background-size: 40% 100px;
    -webkit-animation: move_wave 25s linear infinite;
    animation: move_wave 25s linear infinite;
}
@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    }
}
@keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    }
}


@-webkit-keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}
@keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

#main-header .waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    top: 0;
    margin: auto;
}
#main-header .waveWrapper .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
#main-header .waveWrapper .bgTop {
    z-index: 15;
    opacity: 0.5;
}
#main-header .waveWrapper .bgBottom {
    z-index: 5;
}
#main-header .waveWrapper .wave {
    position: absolute;
    left: 0;
    width: 1000%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
#main-header .waveWrapper .waveTop {
    background-image: url("../images/background/wave1.png");
    background-size: 40% 100px;
}
#main-header .waveWrapper .waveBottom {
    background-image: url("../images/background/wave1.png");
    background-size: 40% 100px;
    -webkit-animation: move_wave 25s linear infinite;
    animation: move_wave 25s linear infinite;
}
@-webkit-keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}
@keyframes move_wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}


.hero-area{
    background-image: url(../img/bannerbg3.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 299px 0 264px 0;
}
@media (max-width:1200px){
	html{
		overflow-x:hidden!important;
	}
	
	body{
		overflow-x:hidden!important;
	}
	.main-menu-container .navbar-light .main-menu li a {
    color: var(--color-black);
    font-size: 16px;
}
}
@media (max-width:1050px){
	html{
		overflow-x:hidden!important;
	}
	body{
		overflow-x:hidden!important;
	}
	
	.main-menu li {
    padding-right: 10px!important;
}
}
@media (max-width:850px){
	html{
		overflow-x:hidden!important;
	}
	.hero-area{
		height:100vh!important;
	}
	body{
		overflow-x:hidden!important;
	}
	.hero-img{
		display:none!important
	}
	
}

@media (max-width: 991px){
	html{
		overflow-x:hidden!important;
	}
	.hero-area{
		height:100vh!important;
	}
	body{
		overflow-x:hidden!important;
	}
	.hero-img{
		display:none!important
	}
	
}
@media (max-width: 768px){
.hero-content {
    padding-top: 60px!important;
    padding-bottom: 289px;
}
.pl-50{
    padding-left:0px!important;
}
.mobile-btn {
    display: block;
    background: transparent;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999999!important;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}
.mobile-btn .container {
    max-width: 100%;
}
.mobile-btn a.ph-btn {
    background: linear-gradient(to bottom, #e00e1b 0%, #c40813 100%);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    float: left;
    padding: 12px 0px;
    width: 100%;
    display: block;
    text-decoration: none;
}
.mobile-btn .col-12 {
    padding: 0px !important;
}
.form-action .theme-btn {
    margin-left: 0;
    position: absolute;
    top: 6px;
    right: 17px;
}
.hero-content .section-content .section__title {
    font-size: 40px !important;
    line-height: 60px !important;
}
.section-content .section__desc {
    line-height: 25px;
    color: var(--color-gray);
    font-size: 16px;
    padding-top:5px!important;
}
}
@media (max-width: 576px){
.container {
    max-width:450px;
}
}
@media (max-width:468px){
.container {
    max-width: 340px;
}
.hero-content .section-content .section__title {
    font-size: 35px!important;
    line-height: 60px !important;
}
.screenshots-area .container{
	max-width:100%!important;
}
.testimonial-content{
	margin-bottom:0px!important;
}
.testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev{
	display:none!important;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: inherit;
}
.padding-top-120px {
    padding-top:0px!important;
}
.section-content .section__title {
    font-size: 23px;
}
.form-inline{
	display:none!important;
}
.patter-bg:before{
	display:none!important;
}
.patter-bg:after{
	display:none!important;
}
.header-menu-area {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1024;
    transition: 0.5s;
}
.getit{
	display:none!important;
}
.main-menu-container {
    background-color: var(--color-white);
    border-radius: 8px;
    transition: 0.5s;
}
}

.mobile-btn{
    display:none;
}