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

	Theme Name : LadidApp
	Theme URI  : http://themeforest.net/user/zytheme
	Description: LadidApp is a pixel perfect creative html5 ebook landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author     : zytheme
	Author URI : http://themeforest.net/user/zytheme
	Version    : 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

1.  Global Styles
2.  Typography
3.	Color
4.	Align
5.	Grid
6.	Background
7.	Buttons
8.	Forms
9.	Heading
10. Loading
11. Contact
12. Header
13. Menu
14. Clients
15. Hero
16. Video
17. Services
18. Thank You
19. Testimonial
20. Feature
21. Action
22. Pricing
23. Carousel
24. Landing

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
    overflow-x: hidden;
}

html {
    font-size: 13px;
}

body {
    background-color: #ffffff;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    color: #919294;
    line-height: 1.5;
    margin: 0;
}

.wrapper {
    background-color: #ffffff;
}

* {
    outline: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    background-color: #1BB5E0;
    color: #ffffff;
    text-shadow: none;
}

a {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #1BB5E0;
}
a:hover {
    color: #7630d4;
    text-decoration: none;
}
a:focus {
    color: #7630d4;
    outline: none;
    text-decoration: none;
}
a:active {
    color: #7630d4;
    outline: none;
    text-decoration: none;
}

hr {
    margin: 0;
}

textarea {
    resize: none;
}

button.btn {
    margin-bottom: 0;
}

section {
    background-color: #fff;
}

.modal-backdrop {
    z-index: 1020;
    background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
    height: 100vh !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .fullscreen {
        height: auto !important;
    }
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #31274f;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.h1,
h1 {
    font-size: 52px;
}

.h2,
h2 {
    font-size: 42px;
}

.h3,
h3 {
    font-size: 38px;
}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 18px;
}

p {
    color: #919294;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.lead {
    font-size: 16px;
    line-height: 1.8;
}

/* Aligning Text */
.text--left {
    text-align: left !important;
}

.text--right {
    text-align: right !important;
}

.text--center {
    text-align: center !important;
}

.text--just {
    text-align: justify !important;
}

.align--top {
    vertical-align: top;
}

.align--bottom {
    vertical-align: bottom;
}

.align--middle {
    vertical-align: middle;
}

.align--baseline {
    vertical-align: baseline;
}

/* Weight Text */
.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.break-word {
    word-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
}

/* Text Color */
.text-white {
    color: #ffffff !important;
}

.text-gray {
    color: #faf8fb !important;
}

.text-black {
    color: #31274f;
}

.text-theme {
    color: #1BB5E0;
}

.text--capitalize {
    text-transform: capitalize !important;
}

.text--uppercase {
    text-transform: uppercase !important;
}

.font-heading {
    font-family: "Poppins", sans-serif;
}

.font-body {
    font-family: "Poppins", sans-serif;
}

.font-18 {
    font-size: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-40 {
    font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    text-center-xs {
        text-align: center !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    text-center-sm {
        text-align: center !important;
    }
}

.higlighted-style1 {
    background-color: #1BB5E0;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style2 {
    background-color: #31274f;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style3 {
    background-color: #faf8fb;
    color: #1BB5E0;
    padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
    color: #31274f !important;
}

.color-theme {
    color: #1BB5E0 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #faf8fb !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

/* All margin */
.m-0 {
    margin: 0 !important;
}

.m-xs {
    margin: 10px;
}

.m-sm {
    margin: 20px;
}

.m-md {
    margin: 40px;
}

.m-lg {
    margin: 80px;
}

/* top margin */
.mt-0 {
    margin-top: 0;
}

.mt-xs {
    margin-top: 10px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px;
}

/* bottom margin */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
    margin-right: 0;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-150 {
    margin-right: 150px;
}

/* left margin */
.ml-0 {
    margin-left: 0;
}

.ml-xs {
    margin-left: 10px;
}

.ml-sm {
    margin-left: 20px;
}

.ml-md {
    margin-left: 40px;
}

.ml-lg {
    margin-left: 80px;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-150 {
    margin-left: 150px;
}

/* All padding */
.p-0 {
    padding: 0 !important;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 20px;
}

.p-md {
    padding: 40px;
}

.p-lg {
    padding: 80px;
}

/* top padding */
.pt-0 {
    padding-top: 0 !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

/* bottom padding */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px;
}

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

.pb-100 {
    padding-bottom: 100px !important;
}

/* right padding */
.pr-0 {
    padding-right: 0;
}

.pr-xs {
    padding-right: 10px;
}

.pr-sm {
    padding-right: 20px;
}

.pr-md {
    padding-right: 40px;
}

.pr-lg {
    padding-right: 80px;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-150 {
    padding-right: 150px;
}

/* left padding */
.pl-0 {
    padding-left: 0 !important;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-150 {
    padding-left: 150px;
}

/* Postions */
.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

/* Zindex*/
.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

/* Borders */
.border-all {
    border: 1px solid #1BB5E0;
}

.border-top {
    border-top: 1px solid #1BB5E0;
}

.border-bottom {
    border-bottom: 1px solid #1BB5E0;
}

.border-right {
    border-right: 1px solid #1BB5E0;
}

.border-left {
    border-left: 1px solid #1BB5E0;
}

/* Display */
.inline {
    display: inline;
}

.block {
    display: block;
}

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

.hide {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .pull-none-xs {
        float: none !important;
        text-align: center !important;
    }
    .mb-15-xs {
        margin-bottom: 15px;
    }
    .mb-30-xs {
        margin-bottom: 30px !important;
    }
    .mb-50-xs {
        margin-bottom: 50px;
    }
    .mb-60-xs {
        margin-bottom: 60px !important;
    }
    .p-none-xs {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
    .mb-0-sm {
        margin-bottom: 0;
    }
    .mb-15-sm {
        margin-bottom: 15px;
    }
    .mb-30-sm {
        margin-bottom: 30px !important;
    }
    .mb-50-sm {
        margin-bottom: 50px;
    }
    .mb-60-sm {
        margin-bottom: 60px;
    }
    .pb-15-sm {
        padding-bottom: 15px;
    }
    .pb-30-sm {
        padding-bottom: 30px;
    }
    .pb-50-sm {
        padding-bottom: 50px;
    }
    .pb-60-sm {
        padding-bottom: 60px;
    }
    .p-none-sm {
        padding-right: 0;
        padding-left: 0;
    }
    .pull-none-sm {
        float: none !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 992px) {
    .p-lg-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-content {
    padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-content {
        padding: 40px !important;
    }
}

.col-img {
    height: 600px !important;
    padding: 60px;
    overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-img {
        height: auto;
        min-height: 600px;
    }
}

/* Postion Helpers */
.pos-fixed {
    position: fixed;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-static {
    position: static;
}

.pos-top {
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.height-700 {
    height: 700px !important;
}

.height-500 {
    height: 500px !important;
}

.height-800 {
    height: 800px !important;
}

@media only screen and (min-width: 992px) {
    .hidden-lg,
    .hidden-md {
        display: none;
    }
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
    background-color: #1BB5E0 !important;
}

.bg-primary-alt {
    background-color: #1BB5E0 !important;
}

.bg-gray {
    background-color: #faf8fb !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-pink {
    background-color: #fefbff !important;
    border-top: 1px solid #f8e2ff;
    border-bottom: 1px solid #f8e2ff;
}

.bg-dark {
    background-color: #31274f !important;
}

.bg-gradient {
    background: bottom center #ffffff;
}

.bg-light-primary {
    background-color: #f1f8fe !important;
}

/* Background Image */
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-light:before {
    background-color: #ffffff;
    opacity: 0.8;
}

.bg-overlay-dark:before {
    background-color: #212529;
    opacity: 0.7;
}

.bg-overlay-theme:before {
    background-color: #1BB5E0;
    opacity: 0.7;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-ytvideo.bg-overlay:before {
    z-index: 1;
    opacity: 0.7;
}

/* Background Color Palettes */
.bg-purple {
    color: #ffffff;
    background-color: #cc66cc !important;
}

.bg-sun-flower {
    color: #ffffff;
    background-color: #f1c40f !important;
}

.bg-orange {
    color: #ffffff;
    background-color: #f39c12 !important;
}

.bg-carrot {
    color: #ffffff;
    background-color: #e67e22 !important;
}

.bg-pumpkin {
    color: #ffffff;
    background-color: #d35400 !important;
}

.bg-alizarin {
    color: #ffffff;
    background-color: #e74c3c !important;
}

.bg-pomegranate {
    color: #ffffff;
    background-color: #c0392b !important;
}

.bg-turquoise {
    color: #ffffff;
    background-color: #1abc9c !important;
}

.bg-green-sea {
    color: #ffffff;
    background-color: #16a085 !important;
}

.bg-emerald {
    color: #ffffff;
    background-color: #2ecc71 !important;
}

.bg-nephritis {
    color: #ffffff;
    background-color: #27ae60 !important;
}

.bg-peter-river {
    color: #ffffff;
    background-color: #3498db !important;
}

.bg-belize-hole {
    color: #ffffff;
    background-color: #2980b9 !important;
}

.bg-amethyst {
    color: #ffffff;
    background-color: #9b59b6 !important;
}

.bg-wisteria {
    color: #ffffff;
    background-color: #8e44ad !important;
}

.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}

.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}

.bg-midnight-blue {
    color: #ffffff;
    background-color: #2c3e50 !important;
}

.bg-silver {
    color: #ffffff;
    background-color: #bdc3c7 !important;
}

.bg-concrete {
    color: #ffffff;
    background-color: #859596 !important;
}

.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}

.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}

.bg-graphite {
    color: #ffffff;
    background-color: #454545 !important;
}

.bg-gray-0 {
    background-color: #eeeeee !important;
    color: #454545;
}

.bg-gray-1 {
    background-color: #ececec !important;
    color: #454545;
}

.bg-gray-2 {
    background-color: #bdc3c7 !important;
    color: #454545;
}

.bg-gray-3 {
    background-color: #dadfe1 !important;
    color: #454545;
}

.bg-gray-5 {
    background-color: #ecf0f1 !important;
    color: #454545;
}

.bg-gray-4 {
    background-color: #f2f1ef !important;
    color: #454545;
}

.bg-gray-6 {
    background-color: #d2d7d3 !important;
    color: #454545;
}

.bg-gray-7 {
    background-color: #e6e6e6 !important;
    color: #454545;
}

.bg-orange-1 {
    background-color: #f9690e !important;
    color: #ffffff;
}

.bg-orange-2 {
    background-color: #d35400 !important;
    color: #ffffff;
}

.bg-orange-3 {
    background-color: #f89406 !important;
    color: #ffffff;
}

.divider-1 {
    height: 1px;
    background-color: #fce5e6;
}

.divider-2 {
    height: 1px;
    width: 100%;
    background-color: #f8e2ff;
}

.skew-divider {
    display: none;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: -o-linear-gradient(left top, #fefbff 49%, #fff 50%), -o-linear-gradient(140deg, #ffffff 16px, #000 0);
    background: linear-gradient(to right bottom, #fefbff 49%, #fff 50%), linear-gradient(-50deg, #ffffff 16px, #000 0);
}
.skew-divider.divider-theme {
    background: -o-linear-gradient(left top, #1BB5E0 49%, #fff 50%), -o-linear-gradient(140deg, #ffffff 16px, #000 0);
    background: linear-gradient(to right bottom, #1BB5E0 49%, #fff 50%), linear-gradient(-50deg, #ffffff 16px, #000 0);
}

.skew-divider-top {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0;
    background: #000;
    background: #000;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    padding: 0;
    width: 170px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}
.btn.active,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .icon {
    margin-left: 10px;
}

.btn-video {
    width: 73px;
    height: 73px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #1BB5E0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-video svg {
    fill: #1BB5E0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-video:hover {
    background-color: #1BB5E0;
}
.btn-video:hover svg {
    fill: #ffffff;
}

a.back {
    position: absolute;
    top: 54px;
    left: 70px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    text-transform: capitalize;
    color: #ffffff;
}
a.back:hover span {
    -webkit-transform: rotate(-180deg) translateX(10px);
    -ms-transform: rotate(-180deg) translateX(10px);
    transform: rotate(-180deg) translateX(10px);
}
a.back span {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-right: 15px;
}

/* Button Primary */
.btn--primary {
    background-color: #1BB5E0;
    color: #ffffff;
}
.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    color: #ffffff;
    background-color: #ff914d;
    border-color: #ff914d;
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
    background-color: #1BB5E0;
    color: #ffffff;
}

/* Button Secondary*/
.btn--secondary {
    background-color: #ff914d;
    color: #ffffff;
}
.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: #1BB5E0;
    color: #ffffff;
}
.btn--secondary.btn--hover-white:active,
.btn--secondary.btn--hover-white:focus,
.btn--secondary.btn--hover-white:hover {
    background-color: #ffffff;
    color: #1BB5E0;
}

/* Button White */
.btn--white {
    background-color: #ffffff;
    color: #31274f;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: #1BB5E0;
    color: #ffffff;
    border-color: #1BB5E0;
}

/* Button Block */
.btn--block {
    width: 100%;
}

.btn--auto {
    width: auto;
    padding: 0 17px;
}

/* Button Rounded */
.btn--rounded {
    border-radius: 50px;
}

/* Button Bordered */
.btn--bordered {
    background-color: transparent;
}
.btn--bordered.btn--primary {
    color: #fff;
    background-color: #1BB5E0;
}
.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
    color: #ffffff;
    background-color: #ff914d;
    border-color: #ff914d;
}
.btn--bordered.btn--secondary {
    color: #31274f;
    border-color: #31274f;
}
.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color: #ffffff;
    background-color: #31274f;
    border-color: #31274f;
}
.btn--bordered.btn--white {
    color: #ffffff;
    border-color: #ffffff;
}
.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
    color: #1BB5E0;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn--white.btn--secondary {
    color: #ff914d;
    border-color: #ffffff;
    background-color: #ffffff;
}
.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
    color: #ffffff;
    background-color: #1BB5E0;
    border-color: #1BB5E0;
}

/* Btn Arrows */
.btn--arrows {
    position: relative;
}
.btn--arrows:before {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
    line-height: 51px;
    font-family: "icomoon";
    content: "\e901";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn--arrows span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.btn--arrows span i {
    margin-left: 7px;
}
.btn--arrows:hover span {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}
.btn--arrows:hover:before {
    top: 0;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
    color: #919294;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 57px;
    height: 57px;
    text-transform: none;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #1BB5E0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.form-control::-webkit-input-placeholder {
    color: #919294;
}
.form-control:-moz-placeholder {
    color: #919294;
}
.form-control::-moz-placeholder {
    color: #919294;
}
.form-control:-ms-input-placeholder {
    color: #919294;
}

/* Placeholder */
.input-group {
    border-radius: 0;
    border: 1px solid grey;
    background-color: transparent;
    overflow: hidden;
    padding: 3px;
}
.input-group .btn {
    width: 160px;
}
.input-group .input-group-btn {
    border-radius: 50px;
    overflow: hidden;
}

.subscribe-alert {
    margin-top: 1.5rem;
    font-weight: 400;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
.subscribe-alert .alert {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border-radius: 4px;
}

.form-inline .form-control {
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    width: 221px;
    height: 51px;
    border-radius: 50px;
    margin-right: 30px;
    padding-left: 20px;
    border-bottom: none;
    margin-bottom: 0;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
    margin-top: 40px;
}
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
    -webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
    box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
    border: none;
    background-color: #ffffff;
    margin-bottom: 24px;
    border-radius: 4px;
    border-left: 4px solid #1BB5E0;
}
.accordion .card.style-1,
.accordion .card:first-of-type.style-1,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1,
.accordion .card:last-of-type.style-1 {
    border-left-color: #f57565;
}
.accordion .card.style-1 .card-heading .card-link:after,
.accordion .card:first-of-type.style-1 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1 .card-heading .card-link:after,
.accordion .card:last-of-type.style-1 .card-heading .card-link:after {
    color: #f57565;
}
.accordion .card.style-2,
.accordion .card:first-of-type.style-2,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2,
.accordion .card:last-of-type.style-2 {
    border-left-color: #9eebe6;
}
.accordion .card.style-2 .card-heading .card-link:after,
.accordion .card:first-of-type.style-2 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2 .card-heading .card-link:after,
.accordion .card:last-of-type.style-2 .card-heading .card-link:after {
    color: #9eebe6;
}
.accordion .card.style-3,
.accordion .card:first-of-type.style-3,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3,
.accordion .card:last-of-type.style-3 {
    border-left-color: #9775f9;
}
.accordion .card.style-3 .card-heading .card-link:after,
.accordion .card:first-of-type.style-3 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3 .card-heading .card-link:after,
.accordion .card:last-of-type.style-3 .card-heading .card-link:after {
    color: #9775f9;
}
.accordion .card.style-4,
.accordion .card:first-of-type.style-4,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4,
.accordion .card:last-of-type.style-4 {
    border-left-color: #1BB5E0;
}
.accordion .card.style-4 .card-heading .card-link:after,
.accordion .card:first-of-type.style-4 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4 .card-heading .card-link:after,
.accordion .card:last-of-type.style-4 .card-heading .card-link:after {
    color: #1BB5E0;
}
.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.accordion .card:last-of-type .card-heading {
    padding: 30px;
}
@media screen and (max-width: 991px) {
    .accordion .card .card-heading,
    .accordion .card:first-of-type .card-heading,
    .accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
    .accordion .card:last-of-type .card-heading {
        padding: 15px 25px 15px 15px;
    }
}
.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
.accordion .card:last-of-type .card-heading .card-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #31274f;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    display: block;
    padding-left: 0;
}
@media screen and (max-width: 991px) {
    .accordion .card .card-heading .card-link,
    .accordion .card:first-of-type .card-heading .card-link,
    .accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
    .accordion .card:last-of-type .card-heading .card-link {
        font-size: 16px;
        line-height: 1.8;
    }
}
.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
.accordion .card:last-of-type .card-heading .card-link:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 600;
    color: #1BB5E0;
}
@media screen and (max-width: 991px) {
    .accordion .card .card-heading .card-link:after,
    .accordion .card:first-of-type .card-heading .card-link:after,
    .accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
    .accordion .card:last-of-type .card-heading .card-link:after {
        top: 5px;
        right: -10px;
        font-size: 14px;
    }
}
.accordion .card .card-heading .card-link.collapsed:after,
.accordion .card:first-of-type .card-heading .card-link.collapsed:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:after,
.accordion .card:last-of-type .card-heading .card-link.collapsed:after {
    content: "\f078";
}
.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
.accordion .card:last-of-type .card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Poppins", sans-serif;
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
@media screen and (max-width: 991px) {
    .accordion .card .card-body,
    .accordion .card:first-of-type .card-body,
    .accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
    .accordion .card:last-of-type .card-body {
        padding: 15px;
    }
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
    margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
    .heading {
        text-align: center;
    }
}
.heading .heading-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 12px;
    color: #ff914d;
    text-transform: capitalize;
}
.heading .heading-title {
    font-family: "Poppins", sans-serif;
    color: #31274f;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 0px;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .heading .heading-title {
        font-size: 27px;
        line-height: 1.2;
    }
}
.heading .heading-title + .heading-desc {
    margin-top: 20px;
}
.heading .heading-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    padding: 0;
}
.heading.heading-light .heading-title {
    color: #ffffff;
}
.heading.heading-light .heading-desc {
    color: #ffffff;
}
.heading.heading-1 .heading-subtitle {
    margin-bottom: 29px;
}
.heading.heading-1 .heading-title {
    font-size: 48px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
    .heading.heading-1 .heading-title {
        font-size: 32px;
        line-height: 1.2;
    }
}
.heading.heading-1 .heading-desc {
    color: #7d7b8f;
    margin-bottom: 43px;
}
.heading.heading-2 {
    margin-bottom: 76px;
}
.heading.heading-3 {
    margin-bottom: 49px;
}
.heading.heading-4 {
    margin-bottom: 78px;
}

/*------------------------------------*\
	#LOADING-SECTION
\*------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    overflow: hidden;
}

/*------------------------------------*\
    #Blog
\*------------------------------------*/
@media screen and (max-width: 991px) {
    .blog .blog-panel {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .blog .blog-panel {
        max-width: 370px;
        margin: 0 auto 40px;
    }
}

.blog .blog-panel:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .blog-panel .blog-img {
    overflow: hidden;
    border-radius: 8px;
}
.blog .blog-panel .blog-img img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    max-width: 100%;
}

.blog .blog-panel .blog-content {
    padding-top: 26px;
}
@media screen and (max-width: 991px) {
    .blog .blog-panel .blog-content {
        text-align: center;
    }
}
.blog .blog-panel .blog-content .blog-meta-container {
    margin-bottom: 17px;
}
.blog .blog-panel .blog-content .blog-meta-container div {
    display: inline-block;
}
.blog .blog-panel .blog-content .blog-meta-container div:first-of-type {
    margin-right: 22px;
}
@media screen and (max-width: 767px) {
    .blog .blog-panel .blog-content .blog-meta-container div:first-of-type {
        margin-bottom: 15px;
    }
}
.blog .blog-panel .blog-content .blog-meta-container div i {
    font-size: 16px;
    margin-right: 10px;
    color: #1BB5E0;
}
.blog .blog-panel .blog-content .blog-meta-container div span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #7d7b8f;
}
.blog .blog-panel .blog-content .blog-title {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    color: #31274f;
    margin-bottom: 13px;
}
.blog .blog-panel .blog-content .blog-title a {
    color: #31274f;
}
.blog .blog-panel .blog-content .blog-title a:hover {
    color: #1BB5E0;
}
.blog .blog-panel .blog-content .blog-desc {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #7d7b8f;
    margin-bottom: 19px;
}
.blog .blog-panel .blog-content .read-more a {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: #1BB5E0;
    position: relative;
    padding-bottom: 3px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.blog .blog-panel .blog-content .read-more a:hover {
    color: #31274f;
}
.blog .blog-panel .blog-content .read-more a:hover::before {
    background-color: #31274f;
    width: 80%;
}
.blog .blog-panel .blog-content .read-more a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1BB5E0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*------------------------------------*\
    #Contact Form
\*------------------------------------*/
@media screen and (max-width: 767px) {
    .modal-dialog {
        max-width: 385px;
        border-radius: 4px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 585px;
        border-radius: 4px;
    }
}

.popup-contact-form {
    background-color: #ffffff;
    text-align: center;
    padding: 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(233, 120, 74, 0.16);
    box-shadow: 0 3px 6px rgba(233, 120, 74, 0.16);
}
@media screen and (max-width: 767px) {
    .popup-contact-form {
        padding: 10px;
    }
}
.popup-contact-form .form-group {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
.popup-contact-form .form-group label {
    background-color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 8px;
    z-index: 1;
}
.popup-contact-form .form-group .form-control {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 0;
    padding-left: 17px;
}
.popup-contact-form .heading .heading-title {
    font-size: 30px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .popup-contact-form .heading .heading-title {
        font-size: 26px;
    }
}
.popup-contact-form .heading .heading-desc {
    line-height: 1.31;
}
.popup-contact-form p.notice {
    font-size: 12px;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .popup-contact-form p.notice {
        padding: 0 45px;
    }
}

.connect {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #919294;
    line-height: 1.5;
}
.connect .connect-link {
    display: inline-block;
}
.connect .connect-link a {
    text-transform: capitalize;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #31274f;
    text-transform: capitalize;
    position: relative;
}
.connect .connect-link a span {
    display: inline-block;
    position: relative;
}
.connect .connect-link a span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #e9ecef;
}
.connect .connect-link a i {
    margin-left: 8px;
}
.connect .connect-link a:hover {
    color: #1BB5E0;
}
.connect .connect-link a:hover span:before {
    background-color: #1BB5E0;
}
.connect.connect-light {
    color: #ffffff;
}
.connect.connect-light .connect-link a {
    color: #31274f;
}
.connect.connect-light .connect-link a span:before {
    background-color: #31274f;
}
.connect.connect-light .connect-link a:hover {
    color: #ffffff;
}
.connect.connect-light .connect-link a:hover span:before {
    background-color: #ffffff;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
    height: 84px;
}
.header.header-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

@media screen and (min-width: 992px) {
    .header-2 .navbar-expand-lg > .container,
    .header-2 .navbar-expand-lg > .container-fluid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 70px;
    }
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
    background-color: #fefbff;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 84px;
    border: none;
    padding: 0;
}
.header .navbar .navbar-brand {
    margin-right: 0;
}
.header .navbar .navbar-brand .logo-dark {
    display: none;
      width: 300px;
}
.header .navbar .navbar-brand .logo-light {
    display: inline-block;
        width: 300px;
}
.header .navbar .navbar-nav > li {
    margin-right: 27px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.header .navbar .navbar-nav > li:last-child {
    margin-right: 0;
}
.header .navbar .navbar-nav > li > a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 22px;
    color: #31274f;
    padding: 0;
    position: relative;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
    .header .navbar .navbar-nav > li > a::before {
        position: absolute;
        left: 0;
        bottom: -8px;
        content: "";
        height: 2px;
        width: 0;
        background-color: #31274f;
        -webkit-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out;
    }
}
.header .navbar .navbar-nav > li.active > a,
.header .navbar .navbar-nav > li > a:focus,
.header .navbar .navbar-nav > li > a:hover {
    color: #1BB5E0;
}
@media screen and (min-width: 992px) {
    .header .navbar .navbar-nav > li.active > a:before,
    .header .navbar .navbar-nav > li > a:focus:before,
    .header .navbar .navbar-nav > li > a:hover:before {
        background-color: #1BB5E0;
        width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .header .navbar .navbar-nav > li {
        margin-right: 0;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .header .navbar .navbar-nav > li a {
        margin-right: 0;
        padding: 15px 10px;
        color: #31274f;
        line-height: 1;
    }
    .header .navbar .navbar-nav > li.active,
    .header .navbar .navbar-nav > li:hover,
    .header .navbar .navbar-nav > li:focus,
    .header .navbar .navbar-nav > li:active {
        background-color: #1BB5E0;
    }
    .header .navbar .navbar-nav > li.active a,
    .header .navbar .navbar-nav > li:hover a,
    .header .navbar .navbar-nav > li:focus a,
    .header .navbar .navbar-nav > li:active a {
        color: #ffffff;
    }
}
.header .navbar.navbar-fixed {
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    -webkit-animation: navbarFixed 0.8s;
    animation: navbarFixed 0.8s;
}
.header .navbar.navbar-fixed .navbar-brand .logo-dark {
    display: inline-block;
}
.header .navbar.navbar-fixed .navbar-brand .logo-light {
    display: none;
}

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

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

/* Small Devices, Tablets */
@media only screen and (max-width: 576px) {
    .navbar .navbar-brand {
        max-width: 200px;
    }
    .navbar .navbar-brand img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-brand {
        margin-left: 15px;
        line-height: 63px;
    }
    .navbar .navbar-brand img {
        max-width: 100%;
        height: auto;
    }
    .navbar .navbar-toggler {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        cursor: pointer;
        outline: none;
        margin-right: 30px;
        padding: 0;
    }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
    .navbar .navbar-toggler {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler-icon.active {
        background-color: transparent !important;
    }
    .navbar-toggler-icon.active:before,
    .navbar-toggler-icon.active:after {
        top: 0 !important;
    }
    .navbar-toggler-icon.active::before {
        -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }
    .navbar-toggler-icon.active::after {
        -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
    }
    .navbar .navbar-toggler .navbar-toggler-icon {
        width: 100%;
        height: 2px;
        background-color: #1BB5E0;
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .navbar .navbar-toggler .navbar-toggler-icon:before,
    .navbar .navbar-toggler .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #1BB5E0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .navbar .navbar-toggler .navbar-toggler-icon:before {
        top: -10px;
    }
    .navbar .navbar-toggler .navbar-toggler-icon:after {
        top: 10px;
    }
    .navbar .navbar-collapse {
        background-color: #ffffff;
        padding: 15px;
    }
    /*.navbar.navbar-fixed .navbar-toggler:not(.collapsed) .navbar-toggler-icon {*/
    /*  background-color: transparent; }*/
    .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
        background-color: #1BB5E0;
    }
    .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before,
    .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
        background-color: #1BB5E0;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header .navbar .navbar-nav > li {
        margin-right: 16px;
    }
    .module .module-icon,
    .module-consultation .btn {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

/*------------------------------------*\
    #Modules
\*------------------------------------*/
.header .module-container {
    padding-left: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .header .module-container {
        padding-left: 15px;
    }
}
@media screen and (max-width: 991px) {
    .header .module-container {
        padding-left: 0;
        margin-top: 15px;
    }
}
.header .module-container .module-cta .btn {
    width: auto;
    height: 50px;
    padding: 0 25px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    background-color: #1BB5E0;
    border: 1px solid #1BB5E0;
}
.header .module-container .module-cta .btn i {
    margin-right: 10px;
}
.header .module-container .module-cta .btn .icon {
    margin-left: 15px;
}
.header .module-container .module-cta .btn:hover {
    background-color: #ff914d;
    border-color: #ff914d;
    color: #ffffff;
}
@media screen and (max-width: 991px) {
    .header .module-container .module-cta .btn {
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-right: 0px;
        background-color: #ff914d;
        border-color: #ff914d;
        color: #ffffff;
    }
    .header .module-container .module-cta .btn:before {
        line-height: 40px;
    }
}

.header .navbar-fixed .module-container .module-cta .btn {
    background-color: #ff914d;
    border-color: #ff914d;
    color: #ffffff;
}
.header .navbar-fixed .module-container .module-cta .btn:hover,
.header .navbar-fixed .module-container .module-cta .btn:active,
.header .navbar-fixed .module-container .module-cta .btn:focus {
    background-color: #1BB5E0;
    border-color: #1BB5E0;
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.hero {
    padding-top: 4rem;
    overflow: visible;
    position: relative;
    background-color: #fefbff;
}
@media screen and (max-width: 991px) {
    .hero {
        padding: 40px 0;
    }
}
.hero .hero-cotainer {
    position: relative;
}
.hero .hero-cotainer .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
@media screen and (max-width: 991px) {
    .hero .hero-cotainer .hero-bg {
        top: 50%;
        width: 100%;
    }
}
.hero .hero-cotainer .hero-bg img {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
   /*filter: hue-rotate(292deg);*/
    
}
.hero .hero-cotainer .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    height: 100%;
        padding-top: 6rem;
}

@media screen and (max-width: 991px) {
    .hero .hero-cotainer .hero-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-top:0;
    }
}
.hero .hero-cotainer .hero-content .card-alert {
    border-radius: 27px;
    background-color: #f6f0fd;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .card-alert {
        text-align: left;
        padding:10px;
    }
}
@media screen and (min-width: 768px) {
    .hero .hero-cotainer .hero-content .card-alert {
        padding-right: 20px;
    }
}
@media screen and (min-width: 992px) {
    .hero .hero-cotainer .hero-content .card-alert {
        width: 470px;
        padding-right: 6px;
    }
}
.hero .hero-cotainer .hero-content .card-alert .btn {
    width: 104px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    background-color: #1BB5E0;
    border-radius: 38px;
    color: #ffffff;
    margin-right: 18px;
}
.hero .hero-cotainer .hero-content .card-alert .btn i {
    margin-right: 7px;
}
.hero .hero-cotainer .hero-content .card-alert .btn:hover {
    background: #ff914d;
}
.hero .hero-cotainer .hero-content .card-alert span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
}
.hero-headline {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 17px;
    text-transform: capitalize;
    position:relative;
    z-index: 99;
}
.hero-headline:before {
    content:'';
    width:100px;
    height:4px;
    background: #fd924c;
    position:absolute;
    left: 50%;
    bottom:0;
    transform: translate(-50%, 10px);
}
.pricing .box{
    position:relative;
    text-align: center;
    border: 3px solid #23add6;
    padding: 22px 0;
    border-radius: 30px;
    width: 95%;
    margin: 0 auto;
    /* overflow: hidden; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    background: #fff;
    z-index: 99;
}
.pricing .box:before{
    content:'';
    width: 100%;
    height: 220px;
    position:absolute;
    top: -60px;
    right: 0;
    left: 0px;
    /* background: url(../images/shape-015.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index:1;
    /*background: #08a1c9;*/
}
.pricing .box:after{
    content:'';
    width: 100%;
    height: 242px;
    position:absolute;
    bottom: -0px;
    right: 0;
    /* background: url(../images/shape-011.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index:1;
}

.cardheader,.cardbody,.cardfooter{
    z-index:9;
      position:relative;
}
.cardheader .price {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 9px;
}
.cardheader .price span{
    font-size: 40px;
    font-weight: 600;
    border-radius: 24%;
    /* border: 2px solid #f3fcff; */
    /* width: 80px; */
    position: relative;
    display: flex;
    /* height: 80px; */
    justify-content: center;
    align-items: center;
    /* background: #08a1c9; */
    color: #121b1d;
    border-bottom: 3px solid #08a1c9;
    padding: 3px;
}
.cardbody{
    font-size: 35px;
    color: #060606;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 35px;
}
.cardheader h2{
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: -23px;
    color: #fcfeff;
    /* background: #08a1c9; */
    padding: 25px 0;
    /* border-top: 1px solid #1cb5df; */
    border-radius: 25px 25px 0 0;
}
.cardbody h5{
    
}
.cardbody ul::-webkit-scrollbar {
  width: 2px;
}
 
.cardbody ul::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgb(219 247 255);
}
 
.cardbody ul::-webkit-scrollbar-thumb {
     background-color: #3ebee4;
    outline: 1px solid #3ebee4;
}
.cardbody ul{
    /* padding-left: 22px; */
    /* padding-left: 22px; */
    max-height: 380px;
    min-height: 380px;
    overflow-y: scroll;
}
.cardbody ul li{
    position: relative;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
}
.cardfooter a,.cardfooter a:hover{
    background: #3ebee4;
    border: 0;
}
.cardbody ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    left: 25px;
    margin-top: 5px;
    line-height: 17px;
    background: #08a1c9;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 9px;
}
.pricing .col1 a{
    background: transparent;
    color: #3ebee4;
    border: 1px solid #3ebee4;
}
.pricing ul li>a{
    background: transparent;
    color: #000 !important;
    border:inherit !important;
}
.pricing ul li>a i{
    color: #b1b1b1;
    background: #ffffff;
}
.pricing .col1 .box{
    margin: 0 0 0 auto;
}
.pricing .col3 .box{
    margin: 0 auto 0 0;
}
.pricing .col2 a{
    
}
.pricing .col3 a{
    background: transparent;
    color: #3ebee4;
    border: 1px solid #3ebee4;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-headline {
        font-size: 34px;
        line-height: 1.2;
    }
    .hero .hero-cotainer .hero-content .card-alert span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    }
}
.hero .hero-cotainer .hero-content .hero-bio {
    color: #919294;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}
.hero .hero-cotainer .hero-content .hero-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero .hero-cotainer .hero-content .hero-action .btn {
    width: fit-content;
    height: 59px;
    font-size: 16px;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    background: #ff914d;
}
.hero .hero-cotainer .hero-content .hero-action .btn:hover{
    background:#1bb5e0;
    border-color:#1bb5e0;
}
.hero .hero-cotainer .hero-content .hero-action .btn svg {
    fill: #ffffff;
    margin-right: 11px;
}
@media screen and (max-width: 991px) {
    .hero .hero-cotainer .hero-content .hero-action {
        margin-bottom: 30px;
    }
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm {
    position: relative;
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
    margin-bottom: 0;
    background-color: #ffffff;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 250px;
    border-bottom: 0;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
        padding-left: 6px;
        padding-right: 200px;
    }
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
    position: absolute;
    top: 3px;
    right: 3px;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
        width: 170px;
    }
}
.hero .hero-cotainer .hero-content .hero-action .form-action {
    position: relative;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group {
    border: none;
    height: 65px;
    padding: 7px;
    border-radius: 6px;
    background-color: #ffffff;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
    width: 170px;
    height: 50px;
    line-height: 50px;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn .icon {
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
        width: 120px;
    }
}
.hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 24px;
    padding-right: 200px;
    border-bottom: 0;
    width: calc(100% - 170px);
    height: 50px;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
        padding-left: 25px;
        padding-right: 130px;
        width: calc(100% - 120px);
    }
}
.hero .hero-cotainer .hero-content .hero-action .form-action .btn {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 60;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .btn:hover,
.hero .hero-cotainer .hero-content .hero-action .form-action .btn:focus {
    background-color: #1BB5E0;
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group {
    padding-left: 25px;
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .input-icon {
    width: calc(100% - 180px);
}
@media screen and (max-width: 467px) {
    .hero .hero-cotainer .hero-content .form-mailchimp .input-group .input-icon {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .input-icon .form-control {
    font-size: 18px;
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .input-icon svg {
    margin-right: 10px;
    width: 25px;
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .btn {
    width: 160px;
}
@media screen and (max-width: 467px) {
    .hero .hero-cotainer .hero-content .form-mailchimp .input-group .btn {
        width: 100%;
    }
}
@media screen and (min-width: 468px) and (max-width: 467px) {
    .hero .hero-cotainer .hero-content .form-mailchimp .input-group .btn {
        width: 120px;
    }
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .btn span {
    font-size: 16px;
}
.hero .hero-cotainer .hero-image {
    overflow: visible;
}
.hero.hero-light .hero-cotainer .hero-content .hero-headline {
    color: #ffffff;
}
.hero.hero-light .hero-cotainer .hero-content .hero-bio {
    color: #f8f9fa;
}

.divider-shape {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.divider-shape-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
}

.divider-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -170px;
    height: 170px;
}
@media screen and (max-width: 575px) {
    .divider-rotate {
        height: 100px;
        margin-top: -100px;
    }
}

.divider-shape-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
}
.testimonials .owl-carousel {
    -webkit-box-shadow: 0 10px 40px rgba(219, 219, 219, 0.45);
    box-shadow: 0 10px 40px rgba(219, 219, 219, 0.45);
    border-radius: 24px;
}
.testimonials .testimonials-customers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonials-customers-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.testimonials .testimonials-customers-container .author-img {
    width: 122px;
    height: 122px;
    padding: 6px;
    border: 2px solid #1BB5E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 23px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.testimonials .testimonials-customers-container .author-img:last-child {
    margin-right: 0;
}
.testimonials .testimonials-customers-container .author-img:hover,
.testimonials .testimonials-customers-container .author-img.active {
    background-color: #1BB5E0;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonials-customers-container .author-img {
        width: 70px;
        height: 70px;
        padding:0;
    }
    .testimonials .testimonials-customers-container .author-img:last-child {
        margin-right: 23px;
    }
}
.testimonials .testimonials-customers-container .author-img img {
    height: 100%;
    border-radius: 50%;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.testimonials .testimonial-panel {
    background-color: #ffffff;
    border-radius: 24px;
}
.testimonials .testimonial-panel .testimonial-body {
    padding: 0 0 0 70px;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonial-panel .testimonial-body {
        padding: 75px 50px 70px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials .testimonial-panel .testimonial-body {
           padding: 43px 13px 16px;
    text-align: center;
    }
}
.testimonials .testimonial-panel .testimonial-body .testimonial-name {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #31274f;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-title {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
    color: #919294;
    margin-bottom: 10px;
}
.testimonials .testimonial-panel .testimonial-body .rating {
    margin-bottom: 29px;
}
.testimonials .testimonial-panel .testimonial-body .rating i {
    color: #b2b2b2;
    margin-right: 5px;
    font-size: 18px;
}
.testimonials .testimonial-panel .testimonial-body .rating i:last-child {
    margin-right: 0;
}
.testimonials .testimonial-panel .testimonial-body .rating i.active {
    color: #1BB5E0;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-desc {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #919294;
    margin-bottom: 0;
}
.testimonials .testimonial-panel .testimonial-img {
    position: relative;
    padding-top: 20px;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonial-panel .testimonial-img {
        padding-left: 0px;
        padding-rightt: 0px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials .testimonial-panel .testimonial-img {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.testimonials .testimonial-panel .testimonial-img .background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.testimonials .testimonial-panel .testimonial-img .author {
    max-width: 375px;
    margin-left: 20px;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonial-panel .testimonial-img .author {
        margin: 0 auto;
    }
}

/*------------------------------------*\
    #Screenshots
\*------------------------------------*/
.screenshots {
    padding-bottom: 70px;
}
.screenshots .owl-carousel .owl-stage-outer {
    padding: 25px 0 45px;
}
.screenshots .owl-carousel .owl-stage-outer .owl-item {
    border-radius: 18px;
}
.screenshots .owl-carousel .owl-stage-outer .owl-item img {
    border-radius: 18px;
}

@media screen and (max-width: 991px) {
    .screenshots .owl-carousel .owl-stage-outer .owl-item img {
        text-align: center;
        max-width: 370px;
        margin-right: auto;
        margin-left: auto;
    }
}
.screenshots .owl-carousel .owl-stage-outer .owl-item.center {
    -webkit-box-shadow: #dbdbdb78 0px 10px 40px;
    box-shadow: #dbdbdb78 0px 10px 40px;
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.features .feature-panel {
    /* margin-top: 48px; */
    padding: 60px 20px 30px;
    border-radius: 12px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    min-height: 160px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-transition: 0.4s ease-in-out; */
    -o-transition: 0.4s ease-in-out;
    /* transition: 0.4s ease-in-out; */
}
.features .feature-panel:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
@media screen and (max-width: 991px) {
    .features .feature-panel {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 370px;
        margin: 0 auto 90px auto;
    }
}
.features .feature-panel .feature-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -24px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    color: #1BB5E0;
    background-color: #ffffff;
    border-radius: 22px;
    -webkit-box-shadow: #dbdbdb78 0px 10px 40px;
    box-shadow: #dbdbdb78 0px 10px 40px;
}
.features .feature-panel .feature-icon .bg-img {
    position: absolute;
    top: 20px;
    right: 14px;
    z-index: -1;
}

.features .feature-panel .feature-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 11px;
    text-transform: capitalize;
    color: #000;
    letter-spacing:1px;
}
.features .feature-panel .feature-content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7d7b8f;
    margin-bottom: 0;
}
.features .feature-panel.feature-panel-1 {
    background-color: #d6c0fdb3;
    /*border: 18px solid #8556d8b0;*/
    /*border-radius: 0px 0px 50px 0px;*/
}
.features .feature-panel.feature-panel-2 {
    background-color: #c6e4ff;
    /*border: 18px solid #457dae;*/
    /*border-radius: 0px 50px 0px 0px;*/
}
.features .feature-panel.feature-panel-3 {
    background-color: #fddeff; 
    /*border: 18px solid #a72eae;*/
    /*border-radius: 0px 0px 50px 0px;*/
}
.features .feature-panel.feature-panel-4 {
    background-color: #a72eae;
}

/*------------------------------------*\
    #About
\*------------------------------------*/
@media screen and (max-width: 991px) {
    .about .heading {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .about img {
        display: block;
        margin: 0 auto 30px auto;
    }
}

/*------------------------------------*\
    #Processes
\*------------------------------------*/
.processes .process-panels-container {
    position: relative;
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 50px;
}
@media screen and (min-width: 992px) {
    .processes .process-panels-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .processes .process-panels-container {
        grid-column-gap: 74px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (min-width: 992px) {
    .processes .process-panels-container .divider {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 1;
        background-image: url("../images/cover/dot-line.png");
        background-size: contain;
        height: 50px;
        background-repeat: no-repeat;
        background-position-x: center;
    }
}
.processes .process-panels-container .process-panel {
    -webkit-box-shadow: 0 10px 40px rgba(219, 219, 219, 0.45);
    box-shadow: 0 10px 40px rgba(219, 219, 219, 0.45);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 45px 20px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.processes .process-panels-container .process-panel:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

@media screen and (max-width: 991px) {
    .processes .process-panels-container .process-panel {
        text-align: center;
        max-width: 370px;
        margin-right: auto;
        margin-left: auto;
    }
}
.processes .process-panels-container .process-panel .process-phase {
    margin-bottom: 15px;
}
.processes .process-panels-container .process-panel .process-phase p {
    padding: 8px 15px;
    display: inline-block;
    border-radius: 18px;
    background-color: #e9f2f4;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.processes .process-panels-container .process-panel .process-name {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
}
.processes .process-panels-container .process-panel .process-desc {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    color: #7d7b8f;
}
.processes .process-panels-container .process-panel.process-panel-1 .process-phase p {
    background-color: #e9f2f4;
}
.processes .process-panels-container .process-panel.process-panel-2 .process-phase p {
    background-color: #eae4ef;
}
.processes .process-panels-container .process-panel.process-panel-3 .process-phase p {
    background-color: #ece7e0;
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
}
.cta .action-container {
    position: relative;
    background-color: #1BB5E0;
    padding: 100px 150px;
    position: relative;
    z-index: 1;
    border-radius: 42px;
    text-align: center;
    -webkit-transform: translateY(177px);
    -ms-transform: translateY(177px);
    transform: translateY(177px);
    margin-top: -177px;
}
@media screen and (max-width: 991px) {
    .cta .action-container {
        padding: 175px 50px 80px;
    }
}
@media screen and (max-width: 767px) {
    .cta .action-container {
        padding: 170px 10px 80px;
    }
}
.cta .action-container .shape-1 {
    position: absolute;
    right: -40px;
    top: 10px;
}
@media screen and (max-width: 767px) {
    .cta .action-container .shape-1 {
        right: -65px;
    }
}
.cta .action-container .shape-2 {
    position: absolute;
    left: 30px;
    top: 10px;
}
@media screen and (max-width: 767px) {
    .cta .action-container .shape-2 {
        left: -50px;
    }
}
.cta .action-container .shape-3 {
    position: absolute;
    left: 23px;
    bottom: 35px;
}
@media screen and (max-width: 767px) {
    .cta .action-container .shape-3 {
        bottom: 0;
    }
}
.cta h3 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .cta h3 {
        font-size: 32px;
        line-height: 1.2;
    }
    .proimg img {
    width:100% !important;
    }
}

.form-mailchimp {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .form-mailchimp {
        width: 100%;
    }
}
.form-mailchimp .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    height: 80px;
    padding: 10px 10px 10px 45px;
    border-radius: 15px;
    background-color: #ffffff;
    position: relative;
}
@media screen and (max-width: 991px) {
    .form-mailchimp .input-group {
        height: auto;
        padding: 15px;
        /*flex-direction: column;*/
    }
}
@media screen and (max-width: 467px) {
    .form-mailchimp .input-group {
        padding: 20px;
    }
}
.form-mailchimp .input-group .btn {
    width: 190px;
    border-radius: 15px;
    height: 60px;
    line-height: 60px;
    outline: none;
}
.form-mailchimp .input-group .btn .icon {
    margin-right: 10px;
    width: 20px;
    margin-left: 0;
}
.form-mailchimp .input-group .btn span {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
@media screen and (min-width: 468px) and (max-width: 467px) {
    .form-mailchimp .input-group .btn {
        width: 120px;
    }
}
.form-mailchimp .input-group .input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 200px);
}
@media screen and (max-width: 467px) {
    .form-mailchimp .input-group .input-icon {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 468px) and (max-width: 467px) {
    .form-mailchimp .input-group .input-icon {
        width: calc(100% - 120px);
    }
}
.form-mailchimp .input-group .input-icon svg {
    margin-right: 22px;
    width: 30px;
}
.form-mailchimp .input-group .input-icon .form-control {
    margin-bottom: 0;
    border-bottom: 0;
    height: auto;
    line-height: normal;
    font-size: 22px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    color: #7d7b8f;
}
@media (max-width: 395px) {
    .form-mailchimp .input-group .input-icon .form-control {
        font-size: 17px;
    }
}

/*------------------------------------*\
    #Pricing
\*------------------------------------*/
.pricing {
    position: relative;
    background: #fbfeff;
}
.pricing .pricing-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px;
}
.pricing .pricing-switcher .btn {
    width: fit-content;
    height: 54px;
    padding: 1rem;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #1BB5E0;
    color: #1BB5E0;
    border-radius: 5px 0 0 5px;
}
.pricing .pricing-switcher .btn:last-child {
    border-radius: 0 5px 5px 0;
}
.pricing .pricing-switcher .btn.active,
.pricing .pricing-switcher .btn:hover,
.pricing .pricing-switcher .btn:active,
.pricing .pricing-switcher .btn:focus {
    background-color: #1BB5E0;
    color: #ffffff;
}
.price-mb-table {
    display: none;
}
.pricing .pricing-panel,
.price-mb-table {
    background-color: #ffffff;
    padding: 40px 30px 50px;
    margin-bottom: 0px;
    /*-webkit-transition: all 1s ease-in-out;*/
    /*-o-transition: all 1s ease-in-out;*/
    /*transition: all 1s ease-in-out;*/
    /*position: relative;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    /*margin-top:2rem;*/
}
.pricingbanner{
    postion:relative;
}
.pricingbanner:after{
    content: '';
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0px;
    /* background: url(../images/0067768.webp); */
    /* background-repeat: no-repeat; */
    background-size: cover;
    z-index: 1;
    height: 600px;
}

.pricingbanner .img_overlay:before{
    content: '';
    /* background: #124e5ed4; */
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 600px;
    z-index: 9;
}
@media screen and (max-width: 991px) {
    .pricing .pricing-panel {
        max-width: 370px;
        margin: 0 auto 30px;
    }
}
.pricing .pricing-panel.visible {
    position: relative;
    z-index: 5;
}
.pricing .pricing-panel.hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.pricing .pricing-panel .pricing-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.pricing .pricing-panel .pricing-head .pricing-type {
    margin-bottom: 10px;
    text-align: center;
}
.pricing .pricing-panel .pricing-head .pricing-type .per {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #7d7b8f;
    text-transform: capitalize;
    margin-bottom: 0;
}
.pricing .pricing-panel .pricing-head .pricing-type .price {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 68px;
    color: #1BB5E0;
    margin-bottom: 0;
}
.pricing .pricing-panel .pricing-head .pricing-name {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    text-transform: capitalize;
    color: #7d7b8f;
    margin-bottom: 26px;
}
.pricing .pricing-panel .pricing-body {
    text-align: center;
}
.pricing .pricing-panel .pricing-body .pricing-list {
    padding-top: 25px;
    margin-bottom: 35px;
}
.pricing .pricing-panel .pricing-body .pricing-list li {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #7d7b8f;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.pricing .pricing-panel .pricing-body .btn {
    width: 195px;
    height: 60px;
}
@media screen and (max-width: 991px) {
    .pricing .pricing-panel .pricing-body .btn {
        width: calc(100% - 30px);
        margin-right: auto;
        margin-left: auto;
    }
}
.pricing .pricing-panel.active {
    -webkit-box-shadow: #dbdbdb78 0px 10px 40px;
    box-shadow: #dbdbdb78 0px 10px 40px;
    border: 0;
}
.pricing .pricing-panel.active .pricing-body .btn {
    background-color: #1BB5E0;
    color: #ffffff;
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.video .player {
    position: relative;
    border-radius: 8px;
}
@media screen and (min-width: 992px) {
    .video .player {
        padding: 300px 0;
    }
}
@media screen and (max-width: 991px) {
    .video .player {
        padding: 200px 0;
    }
}
.video .player .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 600;
    width: 88px;
    height: 88px;
    border-color: #ffffff;
}
.video .player .btn-video:hover {
    border-color: #1BB5E0;
}
.video .player .btn-video::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-animation: pulse 1.5s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
    animation: pulse 1.5s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
}

.mfp-bg {
    z-index: 1543;
}

.mfp-wrap {
    z-index: 1642;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Custom, iPhone Retina */
/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
    padding-top: 65px;
    position: relative;
    background-color: #000;
}
.footer .footer-top {
    padding: 0 0 40px 0;
}
@media screen and (max-width: 991px) {
    .footer .footer-top {
        text-align: left;
        padding: 0;
    }
}
.footer .footer-top .footer-logo {
    margin-bottom: 15px;
}
.footer .footer-top .footer-logo img {
    max-width: 100%;
    height: auto;
}
.footer .footer-top p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.footer .footer-top .footer-widget {
    padding-top: 12px;
    margin-bottom: 42px;
}
.footer .footer-top .footer-widget .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: capitalize;
}
.footer .footer-top .footer-widget ul {
    margin: 0;
    padding: 0;
}
.footer .footer-top .footer-widget ul li {
    margin-bottom: 16px;
}
.footer .footer-top .footer-widget ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    text-transform: capitalize;
}
.footer .footer-top .footer-widget ul li a:hover {
    padding-left: 18px;
    color: #ffffff;
}
.footer .footer-top .footer-widget ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
}
.footer .footer-top .footer-widget ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-10px);
    -ms-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 11px;
    height: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #ffffff;
}
.footer .footer-top .footer-social {
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .footer .footer-top .footer-social {
        text-align: left;
    }
}
.footer .footer-top .footer-social ul {
    margin-bottom: 0;
}
.footer .footer-top .footer-social ul li {
    display: inline-block;
    margin-right: 8px;
}
.footer .footer-top .footer-social ul li:last-child {
    margin-right: 0;
}
.footer .footer-top .footer-social ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 17px;
    line-height: 42px;
    color: #3d3d3d;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.footer .footer-top .footer-social ul li a:hover {
    background-color: #1BB5E0;
    color: #ffffff;
}
.footer .footer-bottom {
    background-color: #041d24;
}
.footer .footer-bottom hr {
    border-color: rgba(255, 255, 255, 0.2);
}
.footer .footer-bottom .footer-copyright {
    padding-top: 32px;
    padding-bottom: 32px;
}
.footer .footer-bottom .footer-copyright a,
.footer .footer-bottom .footer-copyright span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.7);
}
.footer .footer-bottom .footer-copyright a:hover {
    color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer-copyright {
        font-size: 12px;
    }
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}
.carousel-dots .owl-dots.disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.carousel-dots .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: solid 1px #1BB5E0;
    background-color: #1BB5E0;
    border-radius: 50%;
    margin-right: 13px;
}
.carousel-dots .owl-dots .owl-dot.active {
    background-color: #ffffff;
    border: 2px solid #1BB5E0;
}
.carousel-dots .owl-dots .owl-dot:hover,
.carousel-dots .owl-dots .owl-dot:focus {
    outline: none;
}

.carousel-navs .owl-nav.disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel-navs .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}
@media screen and (max-width: 1200px) {
    .carousel-navs .owl-nav [class*="owl-"] {
        display: none;
    }
}
.carousel-navs .owl-nav [class*="owl-"] span {
    display: none;
}
.carousel-navs .owl-nav [class*="owl-"]::before {
    font-family: "icomoon";
    font-size: 30px;
    color: #1BB5E0;
}
.carousel-navs .owl-nav [class*="owl-"]:hover:before {
    color: #31274f;
}

.carousel-navs .owl-nav .owl-prev {
    left: -40px;
    -webkit-transform: rotate(-180deg) translateY(50%);
    -ms-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}
@media screen and (max-width: 991px) {
    .carousel-navs .owl-nav .owl-prev {
        left: 0px;
    }
}
.carousel-navs .owl-nav .owl-prev::before {
    content: "\e901";
}

.carousel-navs .owl-nav .owl-next {
    right: -40px;
}
@media screen and (max-width: 991px) {
    .carousel-navs .owl-nav .owl-next {
        right: 0px;
    }
}
.carousel-navs .owl-nav .owl-next::before {
    content: "\e901";
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-dots .owl-controls {
        margin-top: 20px;
    }

    .conversational-content {
        margin-bottom: 2rem;
    }
}

/*------------------------------------*\
    #Promo Page
\*------------------------------------*/
.landing-hero {
    padding: 200px 0 100px 0;
}
@media screen and (max-width: 991px) {
    .landing-hero {
        padding: 125px 0 90px 0;
    }
}
.landing-hero .landing-content {
    padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
    .landing-hero .landing-content {
        padding-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }
}
.landing-hero .landing-content h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
    .landing-hero .landing-content h1 {
        font-size: 34px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .landing-hero .landing-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .landing-hero .landing-content {
        font-size: 50px;
        line-height: 55px;
    }
}
.landing-hero .landing-content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 27px;
}
.landing-hero .landing-content .scroll-to i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    color: #1BB5E0;
    font-size: 42px;
    cursor: pointer;
    -webkit-animation: 1s Up-Down ease-in-out infinite;
    animation: 1s Up-Down ease-in-out infinite;
}

.landing-demos {
    padding: 120px 0 40px 0;
}
@media screen and (max-width: 991px) {
    .landing-demos {
        padding: 40px 0;
    }
}
.landing-demos .showcase-card {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    margin: 0 auto 80px auto;
    font-size: 18px;
    font-weight: 700;
    color: #31274f;
    text-align: center;
    text-transform: capitalize;
}
@media screen and (max-width: 991px) {
    .landing-demos .showcase-card {
        max-width: 500px;
    }
}
.landing-demos .showcase-card .showcase-card-img {
    -webkit-box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
    box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
    margin-bottom: 30px;
}
.landing-demos .showcase-card .showcase-card-img img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.landing-demos .showcase-card a {
    color: #31274f;
    text-align: center;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.landing-demos .showcase-card a:hover {
    color: #1BB5E0;
}
.landing-demos .showcase-card:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.landing-action {
    padding: 220px 0 120px 0;
    overflow: visible;
    background-color: #262b47;
}
@media screen and (max-width: 991px) {
    .landing-action {
        margin-top: 0;
    }
}
.landing-action h3 {
    color: #fffefe;
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .landing-action h3 {
        font-size: 28px;
        line-height: 35px;
    }
}
.landing-action p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}

.landing-featues {
    padding-bottom: 50px;
}
.landing-featues .feature-box {
    margin-bottom: 50px;
}

@-webkit-keyframes Up-Down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes Up-Down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*new css*/
/* 4. get-a-quote */
form.get-a-quote i svg {
    fill: #1BB5E0;
}
form.get-a-quote i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5f9f3;
    border-radius: 50%;
    padding: 22px;
    border-bottom-left-radius: 0;
    margin-right: 30px;
}
.get-a-quote h2 {
    font-weight: 40px;
    font-weight: 800;
    margin-bottom: 0 !important;
}
.get-a-quote h2 h3 {
    color: #1BB5E0;
    font-size: 30px;
}

.get-a-quote {
    background-color: white;
    padding: 45px;
    border-radius: 30px;
    margin-left: 30px;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    margin-bottom: 50px;
}
.get-a-quote:after {
    right: -6%;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 14px solid #fed73e;
    content: "";
    z-index: -1;
    bottom: -6%;
}
.get-a-quote:before {
    position: absolute;
    width: 90%;
    top: -21px;
    height: 45px;
    content: "";
    left: 5%;
    border-radius: 26px;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.get-a-quote input[type="text"],
.get-a-quote input[type="number"] {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d3d3;
}
.get-a-quote select {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d3d3;
}
.get-a-quote textarea {
    width: 100%;
    height: 120px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    /* box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08); */
    /* -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08); */
    -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d3d3;
    padding-top: 1.2rem;
}
.group-img:before {
    content: "";
    background-color: #d9d9d9;
    width: 1px;
    height: 35px;
    position: absolute;
    right: 70px;
    top: 8px;
}
.get-a-quote p {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
.radio-button {
    padding: 15px;
    background-color: #edf4ff;
    margin-right: 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input {
    width: 22px;
    height: 22px;
}
.group-img {
    position: relative;
}
.group-img svg {
    position: absolute;
    right: 30px;
    width: 24px;
    height: auto;
    top: 14px;
}
.get-a-quote .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #1BB5E0;
    color: #fff;
    width: fit-content;
    padding: 1rem 2rem;
    font-size: 16px;
}
.get-a-quote .btn:hover {
    background: #20a3db;
}
/*.get-a-quote:before {*/
/*    position: absolute;*/
/*    width: 90%;*/
/*    top: -16px;*/
/*    height: 16px;*/
/*    content: "";*/
/*    left: 5%;*/
/*    border-radius: 26px;*/
/*    z-index: 0;*/
/*    border-bottom-left-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*    background: #1BB5E0;*/
/*}*/

.get-a-quote .dropdown {
    width: 100%;
    margin: 0 20px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3);
    font-family: "Poppins", sans-serif;
}
.get-a-quote .dropdown img {
    width: 45px;
    border-radius: 49px;
    margin-right: 0.7rem;
}

.text-danger {
    color: #ff5722 !important;
}

/*signup popup*/
.tp-login-area .card0 {
    border-bottom: 10px solid #955ede !important;
    border-radius: 10px;
}
.tp-login-area .card1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tp-login-area .card2 {
    margin: 0px;
}

.tp-login-area .logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px;
}

.tp-login-area .image {
    width: 100%;
}
.sign-social h6 {
    width: fit-content;
}

.tp-login-area .border-line {
    border-right: 1px solid #eeeeee;
    width: 100%;
}

.tp-login-area .facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 113px;
    height: 35px;
    cursor: pointer;
}

.tp-login-area .twitter {
    background-color: #1da1f2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 113px;
    height: 35px;
    cursor: pointer;
}

.tp-login-area .linkedin {
    background-color: #2867b2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 113px;
    height: 35px;
    cursor: pointer;
}

.tp-login-area .line {
    height: 1px;
    width: 45%;
    background-color: #e0e0e0;
    margin-top: 10px;
}

.tp-login-area .or {
    width: 10%;
    font-weight: bold;
}

.tp-login-area .text-sm {
    font-size: 14px !important;
}

.tp-login-area ::placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-weight: 300;
}

.tp-login-area :-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

.tp-login-area ::-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

.tp-login-area input,
textarea {
    padding: 10px 12px 10px 12px;
    border: none;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    margin-right: 0.5rem;
    background: #f9f6ff;
    box-shadow: 1px 1px 2px 0px #bc9be6;
}
.tp-login-area .nice-select {
    background: #f9f6ff;
    box-shadow: 1px 1px 2px 0px #bc9be6;
    border: none;
    color: #bdbdbd;
}

.tp-login-area input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304ffe;
    outline-width: 0;
}

.tp-login-area button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.tp-login-area a {
    color: inherit;
    cursor: pointer;
}

.tp-login-area .btn-blue {
    background-color: #1BB5E0;
    width: 150px;
    color: #fff;
    border-radius: 2px;
}
.tp-login-area {
    border-radius: 10px;
}
.tp-login-area .btn-blue:hover {
    background-color: #ff914d;
    cursor: pointer;
}

.tp-login-area .bg-blue {
    color: #fff;
    background-color: #1a237e;
}

@media screen and (max-width: 991px) {
    .tp-login-area .logo {
        margin-left: 0px;
    }

    .tp-login-area .image {
        width: 300px;
        height: 220px;
    }

    .tp-login-area .border-line {
        border-right: none;
    }

    .tp-login-area .card2 {
        border-top: 1px solid #eeeeee !important;
        margin: 0px 15px;
    }
}
.sign-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.so-icons {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    width: 28%;
    justify-content: space-evenly;
}

.tp-login-area .custom-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    padding-left: 0;
}
.for-rem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-top: 0.5rem;
    width: 100%;
    margin-left: 1.5rem;
}
.tp-login-area .font-weight-bold {
    font-size: 16px;
    color: #000;
}
.card2 label {
    padding: 0;
    width: 100%;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7rem 0;
    background: #ebebeb;
}
.p-relative {
    position: relative;
}

.z-index-1 {
    z-index: 1;
}

.breadcrumb__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 6px;
}

.breadcrumb__list span:not(:last-child) {
    padding-right: 12px;
    margin-right: 5px;
}

.breadcrumb__list span {
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

.breadcrumb__list span:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #a8acb0;
    border-radius: 50%;
}

#chk1 {
    width: fit-content;
}
.text-orange {
    color: #ff5722 !important;
}

.signup-modal .nice-select {
    width: 100% !important;
}
.close:focus {
    border: none !important;
    outline: none;
}



































@media screen and (max-width: 768px) {
    .signup-modal input {
        width: 100%;
        margin-bottom: 0.6rem !important;
    }
    .signup-modal .nice-select {
        width: 100%;
        margin-bottom: 0.6rem !important;
    }

    .signup-modal .modal-dialog {
        max-width: 100% !important;
    }

    .signup-modal .modal-header .close {
        padding: 1rem;
        margin: -1rem 0rem -1rem auto;
    }
    .signup-modal .tp-login-area .card2 {
        padding: 0 !important;
    }
    .tp-login-area .card2 {
        border-top: 1px solid #eeeeee !important;
        margin: 11px 15px 0;
        border-top: none !important;
    }
    .tp-login-area .custom-checkbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .signup-modal .tp-login-area .facebook {
        background-color: #3b5998;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }
    .signup-modal .tp-login-area .twitter {
        background-color: #1da1f2;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }

    .signup-modal .tp-login-area .linkedin {
        background-color: #2867b2;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }

    .signup-modal .tp-login-area input,
    textarea {
        padding: 6px 12px 6px 12px;
        border: 1px solid lightgrey;
        border-radius: 2px;
        box-sizing: border-box;
        color: #2c3e50;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0;
        margin-right: 0.5rem;
    }

    .signup-modal .for-rem {
        width: 100%;
    }
    .signup-modal .tp-login-area .btn-blue {
        background-color: #1BB5E0;
        width: 121px;
        color: #fff;
        border-radius: 2px;
        height: 41px;
    }
    .login-modal .modal-dialog {
        max-width: 100% !important;
    }

    .login-modal .tp-login-area .card2 {
        padding: 1rem 0.5rem !important;
        margin: 0.4rem;
    }

    .login-modal .tp-login-area input,
    .login-modal textarea {
        padding: 10px 12px 10px 12px;
        border: 1px solid lightgrey;
        border-radius: 2px;
        box-sizing: border-box;
        color: #2c3e50;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0;
        margin-right: 0.5rem;
        width: 100%;
    }
    .login-modal .tp-login-area .facebook {
        background-color: #3b5998;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }
    .login-modal .tp-login-area .twitter {
        background-color: #1da1f2;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }

    .login-modal .tp-login-area .linkedin {
        background-color: #2867b2;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }

    .login-modal .modal-header .close {
        padding: 1rem;
        margin: 0;
    }
    .login-modal .tp-login-area .custom-checkbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 39%;
    }
    .login-modal .tp-login-area .btn-blue {
        background-color: #1BB5E0;
        width: 122px;
        height: 42px;
    }
}

#result-1{
    position:absolute;
    visibility:hidden;
}
#result-2{
    position:absolute;
    visibility:hidden;
}
.lightpick__day.is-start-date{
filter:hue-rotate(45deg);
}


.lightpick__day.is-today{
        filter: hue-rotate(258deg);
}


.nerd-modal.show, .continue-modal.show{
    background:rgba(0,0,0,0.4);
}


.modal-backdrop.show {
    display:none !important;
}

.comming-soon::after {
    content: "Instant";
    display: inline;
    background: #1BB5E0;
    color: #fff;
    position: relative;
    padding: 0.1rem 1.3rem;
    right: -27px;
    top: 0;
    border-radius: 50px;
    font-size: 13px;
}
.hero-slide{
    margin-bottom:3rem;
}
.hero-slide .h-box img{
   width:100%; 
}

.hero-slide .h-box {
/*box-shadow: 2px 4px 12px 2px #eeeeee;*/
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #dbedf7;
}
.btn-mid{
    text-align:center;
}


@media only screen and (max-width: 767px) {
.hero-slide {
    margin-top: 1rem;
}
.pricing .box{
    width: 100%;
    margin-bottom: 20px !important;
}
.cardheader h2 {
    font-size: 24px;
}
.hero-headline {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 35px;
}
.cardbody ul li {
    font-size: 14px;
}
.hero-slide .h-box {
    margin-bottom: 1rem;
}
.hero-slide .h-box {
    width: 140px;
    height: 140px;

}
.hero .hero-cotainer .hero-content {
    padding-top: 0rem !important;
}
.hero-slide .col-6{
        display: flex;
    align-items: center;
    justify-content: center;
}
.hero .hero-cotainer .hero-content .hero-bio {
    font-size: 15px;
    margin-bottom: 12px;
}

.features {
    padding-bottom:0 !important;
}
.hero .hero-cotainer .hero-bg img {
    max-width: 100%;
    position: absolute;
    top: 74px;
    
}
.hero {
    padding-bottom: 0 !important;
}
.features .feature-panel .feature-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
}

.features .feature-panel {
    margin-top: 48px;
    padding: 44px 20px 10px;
    border-radius: 12px;
    min-height: 150px;
        margin-bottom: 40px;
}

.heading {
    margin-bottom: 39px;
}
.features {
    padding-bottom: 20px !important;
}

.worldRotate{
    opacity:0.2 !important;
}
.pricing .heading {
    margin-bottom: 33px;
}
.over-con p {
    margin-bottom: 0;
    font-size: 18px !important;
}

.pricing .pricing-panel, .price-mb-table {
    background-color: #ffffff;
    padding: 40px 30px 26px;
}

.ctr-area .container{
    padding:26px !important;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-desc {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 27px !IMPORTANT;
}

.accordion {
    margin-top: 30px;
}

}

.cardheader{
    position:relative;
    /* background: #f9f9f9; */
}

/*.cardheader:before{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 265px;*/
/*    position: absolute;*/
/*    top: -85px;*/
/*    right: 0;*/
/*    left: 0px;*/
/*    background: url(../images/icons/shape12.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: -11;*/
/*}*/
.cardheader:before{
    content: '';
    width: 100%;
    height: 265px;
    position: absolute;
    top: -90px;
    right: 0;
    left: 0px;
    /* background: url(../images/icons/icon-012.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -11;
}
.cardheader h2 sup{
    font-size: 30px;
    top: -0.7rem;
    color:#ff934a;
}
.cardfooter{
    width: 100%;
}
.cardfooter a{
    background-image: linear-gradient(to right, #1cb5e0 0%, #0993b7 51%, #21bbe7 100%);
    position: absolute;
    left: 50%;
    /* transform: translate(-50%, -5px); */
    background-image: linear-gradient(to right, #1cb5e0 0%, #0993b7 51%, #21bbe7 100%) !important;
    color: #fff !important;
    padding: 27px 33px!important;
    display: inline-flex;
    border-radius: 50px;
    width: 70%;
}
.cardbody ul li:nth-child(odd){
    background: #f3fcff;
   padding: 9px 0px 9px 50px;
}
.cardbody ul li:nth-child(even){
    padding: 9px 0px 9px 50px;
}
.section2 .row2 {
    border: 3px solid #329fc1;
    padding: 36px 15px 26px 17px;
    border-radius: 30px;
}
.section2 .row2 a{
    color: #000;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 8px;
    display: inline-block;
}
.section2 .row2 a i{
    color: #19aed8;
}
.section2 .row2 .box{
    background: #e8faff;
    padding: 25px;
    border-radius: 25px;
}
.section2 .center-heading h3{
        color: #19aed8;
    border-radius: 20px;
    border: 1px solid #19aed8;
    padding: 14px 27px;
}
.men_image{
    position:relative;
}
.men_image:before{
    content: '';
    width: 100%;
    height: 400px;
    position: absolute;
    top: -142px;;
    right: 0;
    left: 0px;
    background: url(../images/men34.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.center-heading span{
    font-size: 45px !important;
    font-weight: 600;
    color: #35302d;
}
.section2 {
    padding-top:75px;
}
.one_time_package h3 span{
    color:#f9905e;
}
.one_time_package .text{
    margin-top: 50px;
}
.one_time_package .text p{
    position:relative;
}
.one_time_package .text p.para1 .item_dot1:before,.one_time_package .text p.para1 .item_dot1:after{
    position: absolute;
    content: " ";
    bottom: -5px;
    left: 7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    border: 1px solid #f9905e;
    border-radius: 50%;
    -webkit-animation: animate-pulse 2s linear infinite;
    animation: animate-pulse 2s linear infinite;
}
.one_time_package .text p.para2 .item_dot2:before,.one_time_package .text p.para2 .item_dot2:after{
     position: absolute;
     content: " ";
     top: 48%;
     left: 48%;
     -webkit-transform: translate(-50%, -50%);
     width: 13px;
     height: 13px;
     border: 1px solid #f9905e;
     border-radius: 50%;
     -webkit-animation: animate-pulse 2s linear infinite;
     animation: animate-pulse 2s linear infinite;
}
.item_dot1{
     height: 15px;
     background:#f9905e;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: 15px;
     display: block;
     position: absolute;
     bottom: -40px;
     left: 4px;
     border-radius: 50%;
}
.item_dot2{
     height: 15px;
     background:#f9905e;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: 15px;
     display: block;
     position: absolute;
     bottom: -38px;
     left: 12px;
     border-radius: 50%;
}

@-webkit-keyframes animate-pulse {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-50%,-50%) scale(2);
        transform: translate(-50%,-50%) scale(2);
        opacity: .5
    }
}
.one_time_package .text p.para2{
    margin-left: 0x;
    margin-top: 0px;
    margin-bottom: 18px;
}
.one_time_package .text p a{
    font-size: 19px;
    color: #000;
}
.one_time_package{
    position: relative;
    padding-bottom: 25px;
    padding-top: 55px;
}
.one_time_package:before{
    position:relative;
}
/*.one_time_package .inner_box.first:before{*/
/*    content: '';*/
/*    width: 115%;*/
/*    height: 468px;*/
    /*position: absolute;*/
/*    top: -129px;*/
/*    left: calc(-25%);*//*-----------------------------------------------------------------------------------

	Theme Name : LadidApp
	Theme URI  : http://themeforest.net/user/zytheme
	Description: LadidApp is a pixel perfect creative html5 ebook landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author     : zytheme
	Author URI : http://themeforest.net/user/zytheme
	Version    : 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

1.  Global Styles
2.  Typography
3.	Color
4.	Align
5.	Grid
6.	Background
7.	Buttons
8.	Forms
9.	Heading
10. Loading
11. Contact
12. Header
13. Menu
14. Clients
15. Hero
16. Video
17. Services
18. Thank You
19. Testimonial
20. Feature
21. Action
22. Pricing
23. Carousel
24. Landing

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
    overflow-x: hidden;
}

html {
    font-size: 13px;
}

body {
    background-color: #ffffff;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    color: #919294;
    line-height: 1.5;
    margin: 0;
}

.wrapper {
    background-color: #ffffff;
}

* {
    outline: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    background-color: #1BB5E0;
    color: #ffffff;
    text-shadow: none;
}

a {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #1BB5E0;
}
a:hover {
    color: #7630d4;
    text-decoration: none;
}
a:focus {
    color: #7630d4;
    outline: none;
    text-decoration: none;
}
a:active {
    color: #7630d4;
    outline: none;
    text-decoration: none;
}

hr {
    margin: 0;
}

textarea {
    resize: none;
}

button.btn {
    margin-bottom: 0;
}

section {
    background-color: #fff;
}

.modal-backdrop {
    z-index: 1020;
    background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
    height: 100vh !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .fullscreen {
        height: auto !important;
    }
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #31274f;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.h1,
h1 {
    font-size: 52px;
}

.h2,
h2 {
    font-size: 42px;
}

.h3,
h3 {
    font-size: 38px;
}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 18px;
}

p {
    color: #919294;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.lead {
    font-size: 16px;
    line-height: 1.8;
}

/* Aligning Text */
.text--left {
    text-align: left !important;
}

.text--right {
    text-align: right !important;
}

.text--center {
    text-align: center !important;
}

.text--just {
    text-align: justify !important;
}

.align--top {
    vertical-align: top;
}

.align--bottom {
    vertical-align: bottom;
}

.align--middle {
    vertical-align: middle;
}

.align--baseline {
    vertical-align: baseline;
}

/* Weight Text */
.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.break-word {
    word-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
}

/* Text Color */
.text-white {
    color: #ffffff !important;
}

.text-gray {
    color: #faf8fb !important;
}

.text-black {
    color: #31274f;
}

.text-theme {
    color: #1BB5E0;
}

.text--capitalize {
    text-transform: capitalize !important;
}

.text--uppercase {
    text-transform: uppercase !important;
}

.font-heading {
    font-family: "Poppins", sans-serif;
}

.font-body {
    font-family: "Poppins", sans-serif;
}

.font-18 {
    font-size: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-40 {
    font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    text-center-xs {
        text-align: center !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    text-center-sm {
        text-align: center !important;
    }
}

.higlighted-style1 {
    background-color: #1BB5E0;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style2 {
    background-color: #31274f;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style3 {
    background-color: #faf8fb;
    color: #1BB5E0;
    padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
    color: #31274f !important;
}

.color-theme {
    color: #1BB5E0 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #faf8fb !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

/* All margin */
.m-0 {
    margin: 0 !important;
}

.m-xs {
    margin: 10px;
}

.m-sm {
    margin: 20px;
}

.m-md {
    margin: 40px;
}

.m-lg {
    margin: 80px;
}

/* top margin */
.mt-0 {
    margin-top: 0;
}

.mt-xs {
    margin-top: 10px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px;
}

/* bottom margin */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
    margin-right: 0;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-150 {
    margin-right: 150px;
}

/* left margin */
.ml-0 {
    margin-left: 0;
}

.ml-xs {
    margin-left: 10px;
}

.ml-sm {
    margin-left: 20px;
}

.ml-md {
    margin-left: 40px;
}

.ml-lg {
    margin-left: 80px;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-150 {
    margin-left: 150px;
}

/* All padding */
.p-0 {
    padding: 0 !important;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 20px;
}

.p-md {
    padding: 40px;
}

.p-lg {
    padding: 80px;
}

/* top padding */
.pt-0 {
    padding-top: 0 !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

/* bottom padding */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px;
}

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

.pb-100 {
    padding-bottom: 100px !important;
}

/* right padding */
.pr-0 {
    padding-right: 0;
}

.pr-xs {
    padding-right: 10px;
}

.pr-sm {
    padding-right: 20px;
}

.pr-md {
    padding-right: 40px;
}

.pr-lg {
    padding-right: 80px;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-150 {
    padding-right: 150px;
}

/* left padding */
.pl-0 {
    padding-left: 0 !important;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-150 {
    padding-left: 150px;
}

/* Postions */
.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

/* Zindex*/
.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

/* Borders */
.border-all {
    border: 1px solid #1BB5E0;
}

.border-top {
    border-top: 1px solid #1BB5E0;
}

.border-bottom {
    border-bottom: 1px solid #1BB5E0;
}

.border-right {
    border-right: 1px solid #1BB5E0;
}

.border-left {
    border-left: 1px solid #1BB5E0;
}

/* Display */
.inline {
    display: inline;
}

.block {
    display: block;
}

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

.hide {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .pull-none-xs {
        float: none !important;
        text-align: center !important;
    }
    .mb-15-xs {
        margin-bottom: 15px;
    }
    .mb-30-xs {
        margin-bottom: 30px !important;
    }
    .mb-50-xs {
        margin-bottom: 50px;
    }
    .mb-60-xs {
        margin-bottom: 60px !important;
    }
    .p-none-xs {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
    .mb-0-sm {
        margin-bottom: 0;
    }
    .mb-15-sm {
        margin-bottom: 15px;
    }
    .mb-30-sm {
        margin-bottom: 30px !important;
    }
    .mb-50-sm {
        margin-bottom: 50px;
    }
    .mb-60-sm {
        margin-bottom: 60px;
    }
    .pb-15-sm {
        padding-bottom: 15px;
    }
    .pb-30-sm {
        padding-bottom: 30px;
    }
    .pb-50-sm {
        padding-bottom: 50px;
    }
    .pb-60-sm {
        padding-bottom: 60px;
    }
    .p-none-sm {
        padding-right: 0;
        padding-left: 0;
    }
    .pull-none-sm {
        float: none !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 992px) {
    .p-lg-60 {
        padding-right: 60px;
        padding-left: 60px;
    }
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-content {
    padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-content {
        padding: 40px !important;
    }
}

.col-img {
    height: 600px !important;
    padding: 60px;
    overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-img {
        height: auto;
        min-height: 600px;
    }
}

/* Postion Helpers */
.pos-fixed {
    position: fixed;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-static {
    position: static;
}

.pos-top {
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.height-700 {
    height: 700px !important;
}

.height-500 {
    height: 500px !important;
}

.height-800 {
    height: 800px !important;
}

@media only screen and (min-width: 992px) {
    .hidden-lg,
    .hidden-md {
        display: none;
    }
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
    background-color: #1BB5E0 !important;
}

.bg-primary-alt {
    background-color: #1BB5E0 !important;
}

.bg-gray {
    background-color: #faf8fb !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-pink {
    background-color: #fefbff !important;
    border-top: 1px solid #f8e2ff;
    border-bottom: 1px solid #f8e2ff;
}

.bg-dark {
    background-color: #31274f !important;
}

.bg-gradient {
    background: bottom center #ffffff;
}

.bg-light-primary {
    background-color: #f1f8fe !important;
}

/* Background Image */
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-light:before {
    background-color: #ffffff;
    opacity: 0.8;
}

.bg-overlay-dark:before {
    background-color: #212529;
    opacity: 0.7;
}

.bg-overlay-theme:before {
    background-color: #1BB5E0;
    opacity: 0.7;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-ytvideo.bg-overlay:before {
    z-index: 1;
    opacity: 0.7;
}

/* Background Color Palettes */
.bg-purple {
    color: #ffffff;
    background-color: #cc66cc !important;
}

.bg-sun-flower {
    color: #ffffff;
    background-color: #f1c40f !important;
}

.bg-orange {
    color: #ffffff;
    background-color: #f39c12 !important;
}

.bg-carrot {
    color: #ffffff;
    background-color: #e67e22 !important;
}

.bg-pumpkin {
    color: #ffffff;
    background-color: #d35400 !important;
}

.bg-alizarin {
    color: #ffffff;
    background-color: #e74c3c !important;
}

.bg-pomegranate {
    color: #ffffff;
    background-color: #c0392b !important;
}

.bg-turquoise {
    color: #ffffff;
    background-color: #1abc9c !important;
}

.bg-green-sea {
    color: #ffffff;
    background-color: #16a085 !important;
}

.bg-emerald {
    color: #ffffff;
    background-color: #2ecc71 !important;
}

.bg-nephritis {
    color: #ffffff;
    background-color: #27ae60 !important;
}

.bg-peter-river {
    color: #ffffff;
    background-color: #3498db !important;
}

.bg-belize-hole {
    color: #ffffff;
    background-color: #2980b9 !important;
}

.bg-amethyst {
    color: #ffffff;
    background-color: #9b59b6 !important;
}

.bg-wisteria {
    color: #ffffff;
    background-color: #8e44ad !important;
}

.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}

.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}

.bg-midnight-blue {
    color: #ffffff;
    background-color: #2c3e50 !important;
}

.bg-silver {
    color: #ffffff;
    background-color: #bdc3c7 !important;
}

.bg-concrete {
    color: #ffffff;
    background-color: #859596 !important;
}

.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}

.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}

.bg-graphite {
    color: #ffffff;
    background-color: #454545 !important;
}

.bg-gray-0 {
    background-color: #eeeeee !important;
    color: #454545;
}

.bg-gray-1 {
    background-color: #ececec !important;
    color: #454545;
}

.bg-gray-2 {
    background-color: #bdc3c7 !important;
    color: #454545;
}

.bg-gray-3 {
    background-color: #dadfe1 !important;
    color: #454545;
}

.bg-gray-5 {
    background-color: #ecf0f1 !important;
    color: #454545;
}

.bg-gray-4 {
    background-color: #f2f1ef !important;
    color: #454545;
}

.bg-gray-6 {
    background-color: #d2d7d3 !important;
    color: #454545;
}

.bg-gray-7 {
    background-color: #e6e6e6 !important;
    color: #454545;
}

.bg-orange-1 {
    background-color: #f9690e !important;
    color: #ffffff;
}

.bg-orange-2 {
    background-color: #d35400 !important;
    color: #ffffff;
}

.bg-orange-3 {
    background-color: #f89406 !important;
    color: #ffffff;
}

.divider-1 {
    height: 1px;
    background-color: #fce5e6;
}

.divider-2 {
    height: 1px;
    width: 100%;
    background-color: #f8e2ff;
}

.skew-divider {
    display: none;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: -o-linear-gradient(left top, #fefbff 49%, #fff 50%), -o-linear-gradient(140deg, #ffffff 16px, #000 0);
    background: linear-gradient(to right bottom, #fefbff 49%, #fff 50%), linear-gradient(-50deg, #ffffff 16px, #000 0);
}
.skew-divider.divider-theme {
    background: -o-linear-gradient(left top, #1BB5E0 49%, #fff 50%), -o-linear-gradient(140deg, #ffffff 16px, #000 0);
    background: linear-gradient(to right bottom, #1BB5E0 49%, #fff 50%), linear-gradient(-50deg, #ffffff 16px, #000 0);
}

.skew-divider-top {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0;
    background: #000;
    background: #000;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    padding: 0;
    width: 170px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}
.btn.active,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .icon {
    margin-left: 10px;
}

.btn-video {
    width: 73px;
    height: 73px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #1BB5E0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-video svg {
    fill: #1BB5E0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-video:hover {
    background-color: #1BB5E0;
}
.btn-video:hover svg {
    fill: #ffffff;
}

a.back {
    position: absolute;
    top: 54px;
    left: 70px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    text-transform: capitalize;
    color: #ffffff;
}
a.back:hover span {
    -webkit-transform: rotate(-180deg) translateX(10px);
    -ms-transform: rotate(-180deg) translateX(10px);
    transform: rotate(-180deg) translateX(10px);
}
a.back span {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-right: 15px;
}

/* Button Primary */
.btn--primary {
    background-color: #1BB5E0;
    color: #ffffff;
}
.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    color: #ffffff;
    background-color: #ff914d;
    border-color: #ff914d;
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
    background-color: #1BB5E0;
    color: #ffffff;
}

/* Button Secondary*/
.btn--secondary {
    background-color: #ff914d;
    color: #ffffff;
}
.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: #1BB5E0;
    color: #ffffff;
}
.btn--secondary.btn--hover-white:active,
.btn--secondary.btn--hover-white:focus,
.btn--secondary.btn--hover-white:hover {
    background-color: #ffffff;
    color: #1BB5E0;
}

/* Button White */
.btn--white {
    background-color: #ffffff;
    color: #31274f;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: #1BB5E0;
    color: #ffffff;
    border-color: #1BB5E0;
}

/* Button Block */
.btn--block {
    width: 100%;
}

.btn--auto {
    width: auto;
    padding: 0 17px;
}

/* Button Rounded */
.btn--rounded {
    border-radius: 50px;
}

/* Button Bordered */
.btn--bordered {
    background-color: transparent;
}
.btn--bordered.btn--primary {
    color: #fff;
    background-color: #1BB5E0;
}
.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
    color: #ffffff;
    background-color: #ff914d;
    border-color: #ff914d;
}
.btn--bordered.btn--secondary {
    color: #31274f;
    border-color: #31274f;
}
.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color: #ffffff;
    background-color: #31274f;
    border-color: #31274f;
}
.btn--bordered.btn--white {
    color: #ffffff;
    border-color: #ffffff;
}
.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
    color: #1BB5E0;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn--white.btn--secondary {
    color: #ff914d;
    border-color: #ffffff;
    background-color: #ffffff;
}
.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
    color: #ffffff;
    background-color: #1BB5E0;
    border-color: #1BB5E0;
}

/* Btn Arrows */
.btn--arrows {
    position: relative;
}
.btn--arrows:before {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
    line-height: 51px;
    font-family: "icomoon";
    content: "\e901";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn--arrows span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.btn--arrows span i {
    margin-left: 7px;
}
.btn--arrows:hover span {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}
.btn--arrows:hover:before {
    top: 0;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
    color: #919294;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 57px;
    height: 57px;
    text-transform: none;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #1BB5E0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.form-control::-webkit-input-placeholder {
    color: #919294;
}
.form-control:-moz-placeholder {
    color: #919294;
}
.form-control::-moz-placeholder {
    color: #919294;
}
.form-control:-ms-input-placeholder {
    color: #919294;
}

/* Placeholder */
.input-group {
    border-radius: 0;
    border: 1px solid grey;
    background-color: transparent;
    overflow: hidden;
    padding: 3px;
}
.input-group .btn {
    width: 160px;
}
.input-group .input-group-btn {
    border-radius: 50px;
    overflow: hidden;
}

.subscribe-alert {
    margin-top: 1.5rem;
    font-weight: 400;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
.subscribe-alert .alert {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border-radius: 4px;
}

.form-inline .form-control {
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    width: 221px;
    height: 51px;
    border-radius: 50px;
    margin-right: 30px;
    padding-left: 20px;
    border-bottom: none;
    margin-bottom: 0;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
    margin-top: 40px;
}
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
    -webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
    box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
    border: none;
    background-color: #ffffff;
    margin-bottom: 24px;
    border-radius: 4px;
    border-left: 4px solid #1BB5E0;
}
.accordion .card.style-1,
.accordion .card:first-of-type.style-1,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1,
.accordion .card:last-of-type.style-1 {
    border-left-color: #f57565;
}
.accordion .card.style-1 .card-heading .card-link:after,
.accordion .card:first-of-type.style-1 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1 .card-heading .card-link:after,
.accordion .card:last-of-type.style-1 .card-heading .card-link:after {
    color: #f57565;
}
.accordion .card.style-2,
.accordion .card:first-of-type.style-2,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2,
.accordion .card:last-of-type.style-2 {
    border-left-color: #9eebe6;
}
.accordion .card.style-2 .card-heading .card-link:after,
.accordion .card:first-of-type.style-2 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2 .card-heading .card-link:after,
.accordion .card:last-of-type.style-2 .card-heading .card-link:after {
    color: #9eebe6;
}
.accordion .card.style-3,
.accordion .card:first-of-type.style-3,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3,
.accordion .card:last-of-type.style-3 {
    border-left-color: #9775f9;
}
.accordion .card.style-3 .card-heading .card-link:after,
.accordion .card:first-of-type.style-3 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3 .card-heading .card-link:after,
.accordion .card:last-of-type.style-3 .card-heading .card-link:after {
    color: #9775f9;
}
.accordion .card.style-4,
.accordion .card:first-of-type.style-4,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4,
.accordion .card:last-of-type.style-4 {
    border-left-color: #1BB5E0;
}
.accordion .card.style-4 .card-heading .card-link:after,
.accordion .card:first-of-type.style-4 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4 .card-heading .card-link:after,
.accordion .card:last-of-type.style-4 .card-heading .card-link:after {
    color: #1BB5E0;
}
.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.accordion .card:last-of-type .card-heading {
    padding: 30px;
}
@media screen and (max-width: 991px) {
    .accordion .card .card-heading,
    .accordion .card:first-of-type .card-heading,
    .accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
    .accordion .card:last-of-type .card-heading {
        padding: 15px 25px 15px 15px;
    }
}
.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
.accordion .card:last-of-type .card-heading .card-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #31274f;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    display: block;
    padding-left: 0;
}
@media screen and (max-width: 991px) {
    .accordion .card .card-heading .card-link,
    .accordion .card:first-of-type .card-heading .card-link,
    .accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
    .accordion .card:last-of-type .card-heading .card-link {
        font-size: 16px;
        line-height: 1.8;
    }
}
.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
.accordion .card:last-of-type .card-heading .card-link:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 600;
    color: #1BB5E0;
}
@media screen and (max-width: 991px) {
    .accordion .card .card-heading .card-link:after,
    .accordion .card:first-of-type .card-heading .card-link:after,
    .accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
    .accordion .card:last-of-type .card-heading .card-link:after {
        top: 5px;
        right: -10px;
        font-size: 14px;
    }
}
.accordion .card .card-heading .card-link.collapsed:after,
.accordion .card:first-of-type .card-heading .card-link.collapsed:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:after,
.accordion .card:last-of-type .card-heading .card-link.collapsed:after {
    content: "\f078";
}
.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
.accordion .card:last-of-type .card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Poppins", sans-serif;
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
@media screen and (max-width: 991px) {
    .accordion .card .card-body,
    .accordion .card:first-of-type .card-body,
    .accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
    .accordion .card:last-of-type .card-body {
        padding: 15px;
    }
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
    margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
    .heading {
        text-align: center;
    }
}
.heading .heading-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 12px;
    color: #1fa2da;
    text-transform: capitalize;
}
.heading .heading-title {
    font-family: "Poppins", sans-serif;
    color: #31274f;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 0px;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .heading .heading-title {
        font-size: 27px;
        line-height: 1.2;
    }
}
.heading .heading-title + .heading-desc {
    margin-top: 20px;
}
.heading .heading-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    padding: 0;
        color: #000;
}
.about{
    padding-top: 80px;
    padding-bottom: 80px;
}
.heading.heading-light .heading-title {
    color: #ffffff;
}
.heading.heading-light .heading-desc {
    color: #ffffff;
}
.heading.heading-1 .heading-subtitle {
    margin-bottom: 29px;
}
.heading.heading-1 .heading-title {
    font-size: 48px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
    .heading.heading-1 .heading-title {
        font-size: 32px;
        line-height: 1.2;
    }
}
.heading.heading-1 .heading-desc {
    color: #7d7b8f;
    margin-bottom: 43px;
}
.heading.heading-2 {
    margin-bottom: 76px;
}
.heading.heading-3 {
    margin-bottom: 49px;
}
.heading.heading-4 {
    margin-bottom: 78px;
}

/*------------------------------------*\
	#LOADING-SECTION
\*------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    overflow: hidden;
}

/*------------------------------------*\
    #Blog
\*------------------------------------*/
@media screen and (max-width: 991px) {
    .blog .blog-panel {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .blog .blog-panel {
        max-width: 370px;
        margin: 0 auto 40px;
    }
}

.blog .blog-panel:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .blog-panel .blog-img {
    overflow: hidden;
    border-radius: 8px;
}
.blog .blog-panel .blog-img img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    max-width: 100%;
}

.blog .blog-panel .blog-content {
    padding-top: 26px;
}
@media screen and (max-width: 991px) {
    .blog .blog-panel .blog-content {
        text-align: center;
    }
}
.blog .blog-panel .blog-content .blog-meta-container {
    margin-bottom: 17px;
}
.blog .blog-panel .blog-content .blog-meta-container div {
    display: inline-block;
}
.blog .blog-panel .blog-content .blog-meta-container div:first-of-type {
    margin-right: 22px;
}
@media screen and (max-width: 767px) {
    .blog .blog-panel .blog-content .blog-meta-container div:first-of-type {
        margin-bottom: 15px;
    }
}
.blog .blog-panel .blog-content .blog-meta-container div i {
    font-size: 16px;
    margin-right: 10px;
    color: #1BB5E0;
}
.blog .blog-panel .blog-content .blog-meta-container div span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #7d7b8f;
}
.blog .blog-panel .blog-content .blog-title {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    color: #31274f;
    margin-bottom: 13px;
}
.blog .blog-panel .blog-content .blog-title a {
    color: #31274f;
}
.blog .blog-panel .blog-content .blog-title a:hover {
    color: #1BB5E0;
}
.blog .blog-panel .blog-content .blog-desc {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #7d7b8f;
    margin-bottom: 19px;
}
.blog .blog-panel .blog-content .read-more a {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: #1BB5E0;
    position: relative;
    padding-bottom: 3px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.blog .blog-panel .blog-content .read-more a:hover {
    color: #31274f;
}
.blog .blog-panel .blog-content .read-more a:hover::before {
    background-color: #31274f;
    width: 80%;
}
.blog .blog-panel .blog-content .read-more a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1BB5E0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*------------------------------------*\
    #Contact Form
\*------------------------------------*/
@media screen and (max-width: 767px) {
    .modal-dialog {
        max-width: 385px;
        border-radius: 4px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 585px;
        border-radius: 4px;
    }
}

.popup-contact-form {
    background-color: #ffffff;
    text-align: center;
    padding: 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(233, 120, 74, 0.16);
    box-shadow: 0 3px 6px rgba(233, 120, 74, 0.16);
}
@media screen and (max-width: 767px) {
    .popup-contact-form {
        padding: 10px;
    }
}
.popup-contact-form .form-group {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
.popup-contact-form .form-group label {
    background-color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 8px;
    z-index: 1;
}
.popup-contact-form .form-group .form-control {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 0;
    padding-left: 17px;
}
.popup-contact-form .heading .heading-title {
    font-size: 30px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .popup-contact-form .heading .heading-title {
        font-size: 26px;
    }
}
.popup-contact-form .heading .heading-desc {
    line-height: 1.31;
}
.popup-contact-form p.notice {
    font-size: 12px;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .popup-contact-form p.notice {
        padding: 0 45px;
    }
}

.connect {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #919294;
    line-height: 1.5;
}
.connect .connect-link {
    display: inline-block;
}
.connect .connect-link a {
    text-transform: capitalize;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #31274f;
    text-transform: capitalize;
    position: relative;
}
.connect .connect-link a span {
    display: inline-block;
    position: relative;
}
.connect .connect-link a span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #e9ecef;
}
.connect .connect-link a i {
    margin-left: 8px;
}
.connect .connect-link a:hover {
    color: #1BB5E0;
}
.connect .connect-link a:hover span:before {
    background-color: #1BB5E0;
}
.connect.connect-light {
    color: #ffffff;
}
.connect.connect-light .connect-link a {
    color: #31274f;
}
.connect.connect-light .connect-link a span:before {
    background-color: #31274f;
}
.connect.connect-light .connect-link a:hover {
    color: #ffffff;
}
.connect.connect-light .connect-link a:hover span:before {
    background-color: #ffffff;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
    height: 84px;
}
.header.header-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

@media screen and (min-width: 992px) {
    .header-2 .navbar-expand-lg > .container,
    .header-2 .navbar-expand-lg > .container-fluid {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 70px;
    }
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 84px;
    border: none;
    padding: 0;
}
.header .navbar .navbar-brand {
    margin-right: 0;
}
.header .navbar .navbar-brand .logo-dark {
    display: none;
      width: 160px;
}
.header .navbar .navbar-brand .logo-light {
    display: inline-block;
        width: 190px;
}
.header .navbar .navbar-nav > li {
    margin-right: 18px;
    margin-left: 18px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.header .navbar .navbar-nav > li:last-child {
    margin-right: 0;
}
.header .navbar .navbar-nav > li > a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 22px;
    color: #31274f;
    padding: 0;
    position: relative;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
    .header .navbar .navbar-nav > li > a::before {
        position: absolute;
        left: 0;
        bottom: -8px;
        content: "";
        height: 2px;
        width: 0;
        background-color: #31274f;
        -webkit-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out;
    }
}
.header .navbar .navbar-nav > li.active > a,
.header .navbar .navbar-nav > li > a:focus,
.header .navbar .navbar-nav > li > a:hover {
    color: #1BB5E0;
}
@media screen and (min-width: 992px) {
    .header .navbar .navbar-nav > li.active > a:before,
    .header .navbar .navbar-nav > li > a:focus:before,
    .header .navbar .navbar-nav > li > a:hover:before {
        background-color: #1BB5E0;
        width: 50%;
    }
}
@media screen and (max-width: 991px) {
    .header .navbar .navbar-nav > li {
        margin-right: 0;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .header .navbar .navbar-nav > li a {
        margin-right: 0;
        padding: 15px 10px;
        color: #31274f;
        line-height: 1;
    }
    .header .navbar .navbar-nav > li.active,
    .header .navbar .navbar-nav > li:hover,
    .header .navbar .navbar-nav > li:focus,
    .header .navbar .navbar-nav > li:active {
        background-color: #1BB5E0;
    }
    .header .navbar .navbar-nav > li.active a,
    .header .navbar .navbar-nav > li:hover a,
    .header .navbar .navbar-nav > li:focus a,
    .header .navbar .navbar-nav > li:active a {
        color: #ffffff;
    }
}
.header .navbar.navbar-fixed {
    top: 0;
        position: fixed;
    background: #ffffff !important;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    -webkit-animation: navbarFixed 0.8s;
    animation: navbarFixed 0.8s;
}
.header .navbar.navbar-fixed .navbar-brand .logo-dark {
    display: inline-block;
}
.header .navbar.navbar-fixed .navbar-brand .logo-light {
    display: none;
}

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

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

/* Small Devices, Tablets */
@media only screen and (max-width: 576px) {
    .navbar .navbar-brand {
        max-width: 200px;
    }
    .navbar .navbar-brand img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-brand {
        margin-left: 15px;
        line-height: 63px;
    }
    .navbar .navbar-brand img {
        max-width: 100%;
        height: auto;
    }
    .navbar .navbar-toggler {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        cursor: pointer;
        outline: none;
        margin-right: 30px;
        padding: 0;
    }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
    .navbar .navbar-toggler {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler-icon.active {
        background-color: transparent !important;
    }
    .navbar-toggler-icon.active:before,
    .navbar-toggler-icon.active:after {
        top: 0 !important;
    }
    .navbar-toggler-icon.active::before {
        -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }
    .navbar-toggler-icon.active::after {
        -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
    }
    .navbar .navbar-toggler .navbar-toggler-icon {
        width: 100%;
        height: 2px;
        background-color: #1BB5E0;
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .navbar .navbar-toggler .navbar-toggler-icon:before,
    .navbar .navbar-toggler .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #1BB5E0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .navbar .navbar-toggler .navbar-toggler-icon:before {
        top: -10px;
    }
    .navbar .navbar-toggler .navbar-toggler-icon:after {
        top: 10px;
    }
    .navbar .navbar-collapse {
        background-color: #ffffff;
        padding: 15px;
    }
    /*.navbar.navbar-fixed .navbar-toggler:not(.collapsed) .navbar-toggler-icon {*/
    /*  background-color: transparent; }*/
    .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
        background-color: #1BB5E0;
    }
    .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before,
    .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
        background-color: #1BB5E0;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header .navbar .navbar-nav > li {
        margin-right: 16px;
    }
    .module .module-icon,
    .module-consultation .btn {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

/*------------------------------------*\
    #Modules
\*------------------------------------*/
.header .module-container {
    padding-left: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .header .module-container {
        padding-left: 15px;
    }
}
@media screen and (max-width: 991px) {
    .header .module-container {
        padding-left: 0;
        margin-top: 15px;
    }
}
.header .module-container .module-cta .btn {
    width: auto;
    height: 50px;
    padding: 0 25px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    background-color: #1BB5E0;
    border: 1px solid #1BB5E0;
}
.header .module-container .module-cta .btn i {
    margin-right: 10px;
}
.header .module-container .module-cta .btn .icon {
    margin-left: 15px;
}
.header .module-container .module-cta .btn:hover {
    background-color: #ff914d;
    border-color: #ff914d;
    color: #ffffff;
}
@media screen and (max-width: 991px) {
    .header .module-container .module-cta .btn {
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-right: 0px;
        background-color: #ff914d;
        border-color: #ff914d;
        color: #ffffff;
    }
    .header .module-container .module-cta .btn:before {
        line-height: 40px;
    }
}

.header .navbar-fixed .module-container .module-cta .btn {
    background-color: #ff914d;
    border-color: #ff914d;
    color: #ffffff;
}
.header .navbar-fixed .module-container .module-cta .btn:hover,
.header .navbar-fixed .module-container .module-cta .btn:active,
.header .navbar-fixed .module-container .module-cta .btn:focus {
    background-color: #1BB5E0;
    border-color: #1BB5E0;
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.hero {
    padding-top: 4rem;
    overflow: visible;
    position: relative;
    background-color: #fefbff;
}
@media screen and (max-width: 991px) {
    .hero {
        padding: 40px 0;
    }
}
.hero .hero-cotainer {
    position: relative;
}
.hero .hero-cotainer .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
@media screen and (max-width: 991px) {
    .hero .hero-cotainer .hero-bg {
        top: 50%;
        width: 100%;
    }
}
.hero .hero-cotainer .hero-bg img {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
   /*filter: hue-rotate(292deg);*/
    
}
.hero .hero-cotainer .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    height: 100%;
        padding-top: 6rem;
}

@media screen and (max-width: 991px) {
    .hero .hero-cotainer .hero-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-top:0;
    }
}
.hero .hero-cotainer .hero-content .card-alert {
    border-radius: 27px;
    background-color: #f6f0fd;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .card-alert {
        text-align: left;
        padding:10px;
    }
}
@media screen and (min-width: 768px) {
    .hero .hero-cotainer .hero-content .card-alert {
        padding-right: 20px;
    }
}
@media screen and (min-width: 992px) {
    .hero .hero-cotainer .hero-content .card-alert {
        width: 470px;
        padding-right: 6px;
    }
}
.hero .hero-cotainer .hero-content .card-alert .btn {
    width: 104px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    background-color: #1BB5E0;
    border-radius: 38px;
    color: #ffffff;
    margin-right: 18px;
}
.hero .hero-cotainer .hero-content .card-alert .btn i {
    margin-right: 7px;
}
.hero .hero-cotainer .hero-content .card-alert .btn:hover {
    background: #ff914d;
}
.hero .hero-cotainer .hero-content .card-alert span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
}
.hero-headline {
    color: #151515;
    font-family: "Poppins", sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 40px;
    text-transform: capitalize;
    position:relative;
    z-index: 99;
}
.hero-headline:before {
    content:'';
    width:100px;
    height:4px;
    background: #13a4cc;
    position:absolute;
    left: 50%;
    bottom:0;
    transform: translate(-50%, 10px);
}
.pricing .box{
    position:relative;
    text-align: center;
    border: 3px solid #23add6;
    padding: 22px 0;
    border-radius: 30px;
    width: 95%;
    margin: 0 auto;
    /* overflow: hidden; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    background: #ffffff;
    z-index: 99;
    /* overflow: hidden; */
}
.pricing .box:before{
    content:'';
    width: 100%;
    height: 220px;
    position:absolute;
    top: -60px;
    right: 0;
    left: 0px;
    /* background: url(../images/shape-015.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index:1;
    /*background: #08a1c9;*/
}
.pricing .box:after{
    content:'';
    width: 100%;
    height: 242px;
    position:absolute;
    bottom: -0px;
    right: 0;
    /* background: url(../images/shape-011.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index:1;
}

.cardheader,.cardbody,.cardfooter{
    z-index:9;
    /* position:relative; */
}
.cardheader .price {
    text-align: left;
    display: flex;
    justify-content: left;
    margin-bottom: 9px;
    position: relative;
    left: 23px;
    top: -20px;
}
.cardheader .price span{
    font-size: 40px;
    font-weight: 600;
    border-radius: 24%;
    /* border: 2px solid #f3fcff; */
    /* width: 80px; */
    position: relative;
    display: flex;
    /* height: 80px; */
    justify-content: center;
    align-items: center;
    /* background: #08a1c9; */
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
    padding: 3px;
}
.cardbody{
    font-size: 35px;
    color: #060606;
    font-weight: 600;
    margin-top: 140px;
    margin-bottom: 15px;
}
.cardheader h2{
    font-size: 25px;
    margin-bottom: 13px;
    margin-top: 1px;
    color: #333333;
    background: #ffffff;
    padding: 13px 0px;
    /* border-top: 1px solid #1cb5df; */
    border-radius: 0px 20px 20px 0;
    position: relative;
    left: -8%;
    display: block;
    width: 90%;
    top: -18px;
    /* margin-top: 4px; */
}
.cardbody h5{
    
}
.cardbody ul::-webkit-scrollbar {
  width: 2px;
}
 
.cardbody ul::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgb(219 247 255);
}
 
.cardbody ul::-webkit-scrollbar-thumb {
     background-color: #3ebee4;
    outline: 1px solid #3ebee4;
}
.cardbody ul{
    /* padding-left: 22px; */
    /* padding-left: 22px; */
    max-height: 230px;
    min-height: 230px;
    overflow-y: scroll;
    margin-bottom: 0;
}
.cardbody ul li{
    position: relative;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
}
.cardfooter a,.cardfooter a:hover{
    background: #3ebee4;
    border: 0;
}
.cardbody ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    left: 25px;
    margin-top: 5px;
    line-height: 17px;
    background: #08a1c9;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 9px;
}
.pricing .col1 a{
    background: transparent;
    color: #3ebee4;
    border: 1px solid #3ebee4;
}
.pricing ul li>a{
    background: transparent;
    color: #000 !important;
    border:inherit !important;
}
.pricing ul li>a i{
    color: #b1b1b1;
    background: #ffffff;
}
.pricing .col1 .box{
    margin: 0 0 0 auto;
}
.pricing .col3 .box{
    margin: 0 auto 0 0;
}
.pricing .col2 a{
    
}
.pricing .col3 a{
    background: transparent;
    color: #3ebee4;
    border: 1px solid #3ebee4;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-headline {
        font-size: 34px;
        line-height: 1.2;
    }
    .hero .hero-cotainer .hero-content .card-alert span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    }
}
.hero .hero-cotainer .hero-content .hero-bio {
    color: #919294;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}
.hero .hero-cotainer .hero-content .hero-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero .hero-cotainer .hero-content .hero-action .btn {
    width: fit-content;
    height: 59px;
    font-size: 16px;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    background: #ff914d;
}
.hero .hero-cotainer .hero-content .hero-action .btn:hover{
    background:#1bb5e0;
    border-color:#1bb5e0;
}
.hero .hero-cotainer .hero-content .hero-action .btn svg {
    fill: #ffffff;
    margin-right: 11px;
}
@media screen and (max-width: 991px) {
    .hero .hero-cotainer .hero-content .hero-action {
        margin-bottom: 30px;
    }
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm {
    position: relative;
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
    margin-bottom: 0;
    background-color: #ffffff;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 250px;
    border-bottom: 0;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
        padding-left: 6px;
        padding-right: 200px;
    }
}
.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
    position: absolute;
    top: 3px;
    right: 3px;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
        width: 170px;
    }
}
.hero .hero-cotainer .hero-content .hero-action .form-action {
    position: relative;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group {
    border: none;
    height: 65px;
    padding: 7px;
    border-radius: 6px;
    background-color: #ffffff;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
    width: 170px;
    height: 50px;
    line-height: 50px;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn .icon {
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
        width: 120px;
    }
}
.hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 24px;
    padding-right: 200px;
    border-bottom: 0;
    width: calc(100% - 170px);
    height: 50px;
}
@media screen and (max-width: 767px) {
    .hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
        padding-left: 25px;
        padding-right: 130px;
        width: calc(100% - 120px);
    }
}
.hero .hero-cotainer .hero-content .hero-action .form-action .btn {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 60;
}
.hero .hero-cotainer .hero-content .hero-action .form-action .btn:hover,
.hero .hero-cotainer .hero-content .hero-action .form-action .btn:focus {
    background-color: #1BB5E0;
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group {
    padding-left: 25px;
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .input-icon {
    width: calc(100% - 180px);
}
@media screen and (max-width: 467px) {
    .hero .hero-cotainer .hero-content .form-mailchimp .input-group .input-icon {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .input-icon .form-control {
    font-size: 18px;
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .input-icon svg {
    margin-right: 10px;
    width: 25px;
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .btn {
    width: 160px;
}
@media screen and (max-width: 467px) {
    .hero .hero-cotainer .hero-content .form-mailchimp .input-group .btn {
        width: 100%;
    }
}
@media screen and (min-width: 468px) and (max-width: 467px) {
    .hero .hero-cotainer .hero-content .form-mailchimp .input-group .btn {
        width: 120px;
    }
}
.hero .hero-cotainer .hero-content .form-mailchimp .input-group .btn span {
    font-size: 16px;
}
.hero .hero-cotainer .hero-image {
    overflow: visible;
}
.hero.hero-light .hero-cotainer .hero-content .hero-headline {
    color: #ffffff;
}
.hero.hero-light .hero-cotainer .hero-content .hero-bio {
    color: #f8f9fa;
}

.divider-shape {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.divider-shape-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
}

.divider-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -170px;
    height: 170px;
}
@media screen and (max-width: 575px) {
    .divider-rotate {
        height: 100px;
        margin-top: -100px;
    }
}

.divider-shape-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
}
.testimonials .owl-carousel {
    -webkit-box-shadow: 0 10px 40px rgba(219, 219, 219, 0.45);
    box-shadow: 0 10px 40px rgba(219, 219, 219, 0.45);
    border-radius: 24px;
}
.testimonials .testimonials-customers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonials-customers-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.testimonials .testimonials-customers-container .author-img {
    width: 122px;
    height: 122px;
    padding: 6px;
    border: 2px solid #1BB5E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 23px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.testimonials .testimonials-customers-container .author-img:last-child {
    margin-right: 0;
}
.testimonials .testimonials-customers-container .author-img:hover,
.testimonials .testimonials-customers-container .author-img.active {
    background-color: #1BB5E0;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonials-customers-container .author-img {
        width: 70px;
        height: 70px;
        padding:0;
    }
    .testimonials .testimonials-customers-container .author-img:last-child {
        margin-right: 23px;
    }
}
.testimonials .testimonials-customers-container .author-img img {
    height: 100%;
    border-radius: 50%;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.testimonials .testimonial-panel {
    background-color: #ffffff;
    border-radius: 24px;
}
.testimonials .testimonial-panel .testimonial-body {
    padding: 0 0 0 70px;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonial-panel .testimonial-body {
        padding: 75px 50px 70px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials .testimonial-panel .testimonial-body {
           padding: 43px 13px 16px;
    text-align: center;
    }
}
.testimonials .testimonial-panel .testimonial-body .testimonial-name {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #31274f;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-title {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
    color: #919294;
    margin-bottom: 10px;
}
.testimonials .testimonial-panel .testimonial-body .rating {
    margin-bottom: 29px;
}
.testimonials .testimonial-panel .testimonial-body .rating i {
    color: #b2b2b2;
    margin-right: 5px;
    font-size: 18px;
}
.testimonials .testimonial-panel .testimonial-body .rating i:last-child {
    margin-right: 0;
}
.testimonials .testimonial-panel .testimonial-body .rating i.active {
    color: #1BB5E0;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-desc {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #919294;
    margin-bottom: 0;
}
.testimonials .testimonial-panel .testimonial-img {
    position: relative;
    padding-top: 20px;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonial-panel .testimonial-img {
        padding-left: 0px;
        padding-rightt: 0px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials .testimonial-panel .testimonial-img {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.testimonials .testimonial-panel .testimonial-img .background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.testimonials .testimonial-panel .testimonial-img .author {
    max-width: 375px;
    margin-left: 20px;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 991px) {
    .testimonials .testimonial-panel .testimonial-img .author {
        margin: 0 auto;
    }
}

/*------------------------------------*\
    #Screenshots
\*------------------------------------*/
.screenshots {
    padding-bottom: 70px;
}
.screenshots .owl-carousel .owl-stage-outer {
    padding: 25px 0 45px;
}
.screenshots .owl-carousel .owl-stage-outer .owl-item {
    border-radius: 18px;
}
.screenshots .owl-carousel .owl-stage-outer .owl-item img {
    border-radius: 18px;
}

@media screen and (max-width: 991px) {
    .screenshots .owl-carousel .owl-stage-outer .owl-item img {
        text-align: center;
        max-width: 370px;
        margin-right: auto;
        margin-left: auto;
    }
}
.screenshots .owl-carousel .owl-stage-outer .owl-item.center {
    -webkit-box-shadow: #dbdbdb78 0px 10px 40px;
    box-shadow: #dbdbdb78 0px 10px 40px;
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.features .feature-panel {
    /* margin-top: 48px; */
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex !important;
    /* padding: 60px 20px 30px; */
    border-radius: 12px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    /* min-height: 200px; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* -webkit-transition: 0.4s ease-in-out; */
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.features .feature-panel:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
@media screen and (max-width: 991px) {
    .features .feature-panel {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 370px;
        margin: 0 auto 90px auto;
    }
}
.features .feature-panel .feature-icon {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* position: absolute; */
    /* left: 50%; */
    /* top: -48px; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    width: 80px;
    height: 80px;
    color: #1BB5E0;
    background-color: #ffffff;
    border-radius: 22px;
    -webkit-box-shadow: #dbdbdb78 0px 10px 40px;
    box-shadow: #dbdbdb78 0px 10px 40px;
}
.features .feature-panel .feature-icon .bg-img {
    position: absolute;
    top: 20px;
    right: 14px;
    z-index: -1;
}

.features .feature-panel .feature-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 11px;
    text-transform: capitalize;
    color: #000;
    letter-spacing:1px;
}
.features .feature-panel .feature-content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7d7b8f;
    margin-bottom: 0;
}
.features .feature-panel.feature-panel-1 {
    background-color: #d6c0fdb3;
    /*border: 18px solid #8556d8b0;*/
    /*border-radius: 0px 0px 50px 0px;*/
}
.features .feature-panel.feature-panel-2 {
    background-color: #c6e4ff;
    /*border: 18px solid #457dae;*/
    /*border-radius: 0px 50px 0px 0px;*/
}
.features .feature-panel.feature-panel-3 {
    background-color: #fddeff; 
    /*border: 18px solid #a72eae;*/
    /*border-radius: 0px 0px 50px 0px;*/
}
.features .feature-panel.feature-panel-4 {
    background-color: #a72eae;
}

/*------------------------------------*\
    #About
\*------------------------------------*/
@media screen and (max-width: 991px) {
    .about .heading {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .about img {
        display: block;
        margin: 0 auto 30px auto;
    }
}

/*------------------------------------*\
    #Processes
\*------------------------------------*/
.processes .process-panels-container {
    position: relative;
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 50px;
}
@media screen and (min-width: 992px) {
    .processes .process-panels-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .processes .process-panels-container {
        grid-column-gap: 74px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (min-width: 992px) {
    .processes .process-panels-container .divider {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 1;
        background-image: url("../images/cover/dot-line.png");
        background-size: contain;
        height: 50px;
        background-repeat: no-repeat;
        background-position-x: center;
    }
}
.processes .process-panels-container .process-panel {
    -webkit-box-shadow: 0 10px 40px rgba(219, 219, 219, 0.45);
    box-shadow: 0 10px 40px rgba(219, 219, 219, 0.45);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 45px 20px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.processes .process-panels-container .process-panel:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

@media screen and (max-width: 991px) {
    .processes .process-panels-container .process-panel {
        text-align: center;
        max-width: 370px;
        margin-right: auto;
        margin-left: auto;
    }
}
.processes .process-panels-container .process-panel .process-phase {
    margin-bottom: 15px;
}
.processes .process-panels-container .process-panel .process-phase p {
    padding: 8px 15px;
    display: inline-block;
    border-radius: 18px;
    background-color: #e9f2f4;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.processes .process-panels-container .process-panel .process-name {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
}
.processes .process-panels-container .process-panel .process-desc {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    color: #7d7b8f;
}
.processes .process-panels-container .process-panel.process-panel-1 .process-phase p {
    background-color: #e9f2f4;
}
.processes .process-panels-container .process-panel.process-panel-2 .process-phase p {
    background-color: #eae4ef;
}
.processes .process-panels-container .process-panel.process-panel-3 .process-phase p {
    background-color: #ece7e0;
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
}
.cta .action-container {
    position: relative;
    background-color: #1BB5E0;
    padding: 100px 150px;
    position: relative;
    z-index: 1;
    border-radius: 42px;
    text-align: center;
    -webkit-transform: translateY(177px);
    -ms-transform: translateY(177px);
    transform: translateY(177px);
    margin-top: -177px;
}
@media screen and (max-width: 991px) {
    .cta .action-container {
        padding: 175px 50px 80px;
    }
}
@media screen and (max-width: 767px) {
    .cta .action-container {
        padding: 170px 10px 80px;
    }
}
.cta .action-container .shape-1 {
    position: absolute;
    right: -40px;
    top: 10px;
}
@media screen and (max-width: 767px) {
    .cta .action-container .shape-1 {
        right: -65px;
    }
}
.cta .action-container .shape-2 {
    position: absolute;
    left: 30px;
    top: 10px;
}
@media screen and (max-width: 767px) {
    .cta .action-container .shape-2 {
        left: -50px;
    }
}
.cta .action-container .shape-3 {
    position: absolute;
    left: 23px;
    bottom: 35px;
}
@media screen and (max-width: 767px) {
    .cta .action-container .shape-3 {
        bottom: 0;
    }
}
.cta h3 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .cta h3 {
        font-size: 32px;
        line-height: 1.2;
    }
    .proimg img {
    width:100% !important;
    }
}

.form-mailchimp {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .form-mailchimp {
        width: 100%;
    }
}
.form-mailchimp .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    height: 80px;
    padding: 10px 10px 10px 45px;
    border-radius: 15px;
    background-color: #ffffff;
    position: relative;
}
@media screen and (max-width: 991px) {
    .form-mailchimp .input-group {
        height: auto;
        padding: 15px;
        /*flex-direction: column;*/
    }
}
@media screen and (max-width: 467px) {
    .form-mailchimp .input-group {
        padding: 20px;
    }
}
.form-mailchimp .input-group .btn {
    width: 190px;
    border-radius: 15px;
    height: 60px;
    line-height: 60px;
    outline: none;
}
.form-mailchimp .input-group .btn .icon {
    margin-right: 10px;
    width: 20px;
    margin-left: 0;
}
.form-mailchimp .input-group .btn span {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
@media screen and (min-width: 468px) and (max-width: 467px) {
    .form-mailchimp .input-group .btn {
        width: 120px;
    }
}
.form-mailchimp .input-group .input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 200px);
}
@media screen and (max-width: 467px) {
    .form-mailchimp .input-group .input-icon {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 468px) and (max-width: 467px) {
    .form-mailchimp .input-group .input-icon {
        width: calc(100% - 120px);
    }
}
.form-mailchimp .input-group .input-icon svg {
    margin-right: 22px;
    width: 30px;
}
.form-mailchimp .input-group .input-icon .form-control {
    margin-bottom: 0;
    border-bottom: 0;
    height: auto;
    line-height: normal;
    font-size: 22px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    color: #7d7b8f;
}
@media (max-width: 395px) {
    .form-mailchimp .input-group .input-icon .form-control {
        font-size: 17px;
    }
}

/*------------------------------------*\
    #Pricing
\*------------------------------------*/
.pricing {
    position: relative;
    background: #f9f9f9;
    padding-top: 70px;
}
.pricing .pricing-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px;
}
.pricing .pricing-switcher .btn {
    width: fit-content;
    height: 54px;
    padding: 1rem;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #1BB5E0;
    color: #1BB5E0;
    border-radius: 5px 0 0 5px;
}
.pricing .pricing-switcher .btn:last-child {
    border-radius: 0 5px 5px 0;
}
.pricing .pricing-switcher .btn.active,
.pricing .pricing-switcher .btn:hover,
.pricing .pricing-switcher .btn:active,
.pricing .pricing-switcher .btn:focus {
    background-color: #1BB5E0;
    color: #ffffff;
}
.price-mb-table {
    display: none;
}
.pricing .pricing-panel,
.price-mb-table {
    background-color: #ffffff;
    padding: 40px 30px 50px;
    margin-bottom: 0px;
    /*-webkit-transition: all 1s ease-in-out;*/
    /*-o-transition: all 1s ease-in-out;*/
    /*transition: all 1s ease-in-out;*/
    /*position: relative;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    /*margin-top:2rem;*/
}
.pricingbanner{
    position: relative;
    border-top: 1px solid #eee;
}
.pricingbanner:after{
    content: '';
    width: 100%;
    /* position: absolute; */
    top: 0px;
    right: 0;
    left: 0px;
    /* background: url(../images/0067768.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    height: 600px;
}

.pricingbanner .img_overlay:before{
    content: '';
    /* background: #124e5ed4; */
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 600px;
    z-index: 9;
}
@media screen and (max-width: 991px) {
    .pricing .pricing-panel {
        max-width: 370px;
        margin: 0 auto 30px;
    }
}
.pricing .pricing-panel.visible {
    position: relative;
    z-index: 5;
}
.pricing .pricing-panel.hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.pricing .pricing-panel .pricing-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.pricing .pricing-panel .pricing-head .pricing-type {
    margin-bottom: 10px;
    text-align: center;
}
.pricing .pricing-panel .pricing-head .pricing-type .per {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #7d7b8f;
    text-transform: capitalize;
    margin-bottom: 0;
}
.pricing .pricing-panel .pricing-head .pricing-type .price {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 68px;
    color: #1BB5E0;
    margin-bottom: 0;
}
.pricing .pricing-panel .pricing-head .pricing-name {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    text-transform: capitalize;
    color: #7d7b8f;
    margin-bottom: 26px;
}
.pricing .pricing-panel .pricing-body {
    text-align: center;
}
.pricing .pricing-panel .pricing-body .pricing-list {
    padding-top: 25px;
    margin-bottom: 35px;
}
.pricing .pricing-panel .pricing-body .pricing-list li {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #7d7b8f;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.pricing .pricing-panel .pricing-body .btn {
    width: 195px;
    height: 60px;
}
@media screen and (max-width: 991px) {
    .pricing .pricing-panel .pricing-body .btn {
        width: calc(100% - 30px);
        margin-right: auto;
        margin-left: auto;
    }
}
.pricing .pricing-panel.active {
    -webkit-box-shadow: #dbdbdb78 0px 10px 40px;
    box-shadow: #dbdbdb78 0px 10px 40px;
    border: 0;
}
.pricing .pricing-panel.active .pricing-body .btn {
    background-color: #1BB5E0;
    color: #ffffff;
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.video .player {
    position: relative;
    border-radius: 8px;
}
@media screen and (min-width: 992px) {
    .video .player {
        padding: 300px 0;
    }
}
@media screen and (max-width: 991px) {
    .video .player {
        padding: 200px 0;
    }
}
.video .player .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 600;
    width: 88px;
    height: 88px;
    border-color: #ffffff;
}
.video .player .btn-video:hover {
    border-color: #1BB5E0;
}
.video .player .btn-video::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-animation: pulse 1.5s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
    animation: pulse 1.5s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
}

.mfp-bg {
    z-index: 1543;
}

.mfp-wrap {
    z-index: 1642;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Custom, iPhone Retina */
/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
    padding-top: 65px;
    position: relative;
    background-color: #000;
}
.footer .footer-top {
    padding: 0 0 40px 0;
}
@media screen and (max-width: 991px) {
    .footer .footer-top {
        text-align: left;
        padding: 0;
    }
}
.footer .footer-top .footer-logo {
    margin-bottom: 15px;
}
.footer .footer-top .footer-logo img {
    max-width: 70%;
    height: auto;
    filter: invert(1) brightness(100);
}
.footer .footer-top p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.footer .footer-top .footer-widget {
    padding-top: 12px;
    margin-bottom: 42px;
}
.footer .footer-top .footer-widget .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: capitalize;
}
.footer .footer-top .footer-widget ul {
    margin: 0;
    padding: 0;
}
.footer .footer-top .footer-widget ul li {
    margin-bottom: 16px;
}
.footer .footer-top .footer-widget ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    text-transform: capitalize;
}
.footer .footer-top .footer-widget ul li a:hover {
    padding-left: 18px;
    color: #ffffff;
}
.footer .footer-top .footer-widget ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
}
.footer .footer-top .footer-widget ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-10px);
    -ms-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 11px;
    height: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #ffffff;
}
.footer .footer-top .footer-social {
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .footer .footer-top .footer-social {
        text-align: left;
    }
}
.footer .footer-top .footer-social ul {
    margin-bottom: 0;
}
.footer .footer-top .footer-social ul li {
    display: inline-block;
    margin-right: 8px;
}
.footer .footer-top .footer-social ul li:last-child {
    margin-right: 0;
}
.footer .footer-top .footer-social ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 17px;
    line-height: 42px;
    color: #3d3d3d;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.footer .footer-top .footer-social ul li a:hover {
    background-color: #1BB5E0;
    color: #ffffff;
}
.footer .footer-bottom {
    background-color: #1bb5e0;
}
.footer .footer-bottom hr {
    border-color: rgba(255, 255, 255, 0.2);
}
.footer .footer-bottom .footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .footer-bottom .footer-copyright a,
.footer .footer-bottom .footer-copyright span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    color: #ffffff;
    color: fff;
}
.footer .footer-bottom .footer-copyright a:hover {
    color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer-copyright {
        font-size: 12px;
    }
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}
.carousel-dots .owl-dots.disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.carousel-dots .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: solid 1px #1BB5E0;
    background-color: #1BB5E0;
    border-radius: 50%;
    margin-right: 13px;
}
.carousel-dots .owl-dots .owl-dot.active {
    background-color: #ffffff;
    border: 2px solid #1BB5E0;
}
.carousel-dots .owl-dots .owl-dot:hover,
.carousel-dots .owl-dots .owl-dot:focus {
    outline: none;
}

.carousel-navs .owl-nav.disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel-navs .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}
@media screen and (max-width: 1200px) {
    .carousel-navs .owl-nav [class*="owl-"] {
        display: none;
    }
}
.carousel-navs .owl-nav [class*="owl-"] span {
    display: none;
}
.carousel-navs .owl-nav [class*="owl-"]::before {
    font-family: "icomoon";
    font-size: 30px;
    color: #1BB5E0;
}
.carousel-navs .owl-nav [class*="owl-"]:hover:before {
    color: #31274f;
}

.carousel-navs .owl-nav .owl-prev {
    left: -40px;
    -webkit-transform: rotate(-180deg) translateY(50%);
    -ms-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}
@media screen and (max-width: 991px) {
    .carousel-navs .owl-nav .owl-prev {
        left: 0px;
    }
}
.carousel-navs .owl-nav .owl-prev::before {
    content: "\e901";
}

.carousel-navs .owl-nav .owl-next {
    right: -40px;
}
@media screen and (max-width: 991px) {
    .carousel-navs .owl-nav .owl-next {
        right: 0px;
    }
}
.carousel-navs .owl-nav .owl-next::before {
    content: "\e901";
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-dots .owl-controls {
        margin-top: 20px;
    }

    .conversational-content {
        margin-bottom: 2rem;
    }
}

/*------------------------------------*\
    #Promo Page
\*------------------------------------*/
.landing-hero {
    padding: 200px 0 100px 0;
}
@media screen and (max-width: 991px) {
    .landing-hero {
        padding: 125px 0 90px 0;
    }
}
.landing-hero .landing-content {
    padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
    .landing-hero .landing-content {
        padding-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }
}
.landing-hero .landing-content h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
    .landing-hero .landing-content h1 {
        font-size: 34px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .landing-hero .landing-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .landing-hero .landing-content {
        font-size: 50px;
        line-height: 55px;
    }
}
.landing-hero .landing-content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 27px;
}
.landing-hero .landing-content .scroll-to i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    color: #1BB5E0;
    font-size: 42px;
    cursor: pointer;
    -webkit-animation: 1s Up-Down ease-in-out infinite;
    animation: 1s Up-Down ease-in-out infinite;
}

.landing-demos {
    padding: 120px 0 40px 0;
}
@media screen and (max-width: 991px) {
    .landing-demos {
        padding: 40px 0;
    }
}
.landing-demos .showcase-card {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    margin: 0 auto 80px auto;
    font-size: 18px;
    font-weight: 700;
    color: #31274f;
    text-align: center;
    text-transform: capitalize;
}
@media screen and (max-width: 991px) {
    .landing-demos .showcase-card {
        max-width: 500px;
    }
}
.landing-demos .showcase-card .showcase-card-img {
    -webkit-box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
    box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
    margin-bottom: 30px;
}
.landing-demos .showcase-card .showcase-card-img img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.landing-demos .showcase-card a {
    color: #31274f;
    text-align: center;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.landing-demos .showcase-card a:hover {
    color: #1BB5E0;
}
.landing-demos .showcase-card:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.landing-action {
    padding: 220px 0 120px 0;
    overflow: visible;
    background-color: #262b47;
}
@media screen and (max-width: 991px) {
    .landing-action {
        margin-top: 0;
    }
}
.landing-action h3 {
    color: #fffefe;
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .landing-action h3 {
        font-size: 28px;
        line-height: 35px;
    }
}
.landing-action p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}

.landing-featues {
    padding-bottom: 50px;
}
.landing-featues .feature-box {
    margin-bottom: 50px;
}

@-webkit-keyframes Up-Down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes Up-Down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*new css*/
/* 4. get-a-quote */
form.get-a-quote i svg {
    fill: #1BB5E0;
}
form.get-a-quote i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5f9f3;
    border-radius: 50%;
    padding: 22px;
    border-bottom-left-radius: 0;
    margin-right: 30px;
}
.get-a-quote h2 {
    font-weight: 40px;
    font-weight: 800;
    margin-bottom: 0 !important;
}
.get-a-quote h2 h3 {
    color: #1BB5E0;
    font-size: 30px;
}

.get-a-quote {
    background-color: white;
    padding: 45px;
    border-radius: 30px;
    margin-left: 30px;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    margin-bottom: 50px;
}
.get-a-quote:after {
    right: -6%;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 14px solid #fed73e;
    content: "";
    z-index: -1;
    bottom: -6%;
}
/*.get-a-quote:before {*/
/*    position: absolute;*/
/*    width: 90%;*/
/*    top: -21px;*/
/*    height: 45px;*/
/*    content: "";*/
/*    left: 5%;*/
/*    border-radius: 26px;*/
/*    z-index: -1;*/
/*    border-bottom-left-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/
.get-a-quote input[type="text"],
.get-a-quote input[type="number"] {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d3d3;
}
.get-a-quote select {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d3d3;
}
.get-a-quote textarea {
    width: 100%;
    height: 120px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    /* box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08); */
    /* -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08); */
    -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d3d3;
    padding-top: 1.2rem;
}
.group-img:before {
    content: "";
    background-color: #d9d9d9;
    width: 1px;
    height: 35px;
    position: absolute;
    right: 70px;
    top: 8px;
}
.get-a-quote p {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
.radio-button {
    padding: 15px;
    background-color: #edf4ff;
    margin-right: 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input {
    width: 22px;
    height: 22px;
}
.group-img {
    position: relative;
}
.group-img svg {
    position: absolute;
    right: 30px;
    width: 24px;
    height: auto;
    top: 14px;
}
.get-a-quote .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 50px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #1BB5E0;
    color: #fff;
    width: fit-content;
    padding: 1rem 2rem;
    font-size: 16px;
}
.get-a-quote .btn:hover {
    background: #20a3db;
}


.get-a-quote .dropdown {
    width: 100%;
    margin: 0 20px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3);
    font-family: "Poppins", sans-serif;
}
.get-a-quote .dropdown img {
    width: 45px;
    border-radius: 49px;
    margin-right: 0.7rem;
}

.text-danger {
    color: #ff5722 !important;
}

/*signup popup*/
.tp-login-area .card0 {
    border-bottom: 10px solid #955ede !important;
    border-radius: 10px;
}
.tp-login-area .card1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tp-login-area .card2 {
    margin: 0px;
}

.tp-login-area .logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px;
}

.tp-login-area .image {
    width: 100%;
}
.sign-social h6 {
    width: fit-content;
}

.tp-login-area .border-line {
    border-right: 1px solid #eeeeee;
    width: 100%;
}

.tp-login-area .facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 113px;
    height: 35px;
    cursor: pointer;
}

.tp-login-area .twitter {
    background-color: #1da1f2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 113px;
    height: 35px;
    cursor: pointer;
}

.tp-login-area .linkedin {
    background-color: #2867b2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 113px;
    height: 35px;
    cursor: pointer;
}

.tp-login-area .line {
    height: 1px;
    width: 45%;
    background-color: #e0e0e0;
    margin-top: 10px;
}

.tp-login-area .or {
    width: 10%;
    font-weight: bold;
}

.tp-login-area .text-sm {
    font-size: 14px !important;
}

.tp-login-area ::placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-weight: 300;
}

.tp-login-area :-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

.tp-login-area ::-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

.tp-login-area input,
textarea {
    padding: 10px 12px 10px 12px;
    border: none;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    margin-right: 0.5rem;
    background: #fff;
    box-shadow: 1px 1px 2px 0px #bc9be6;
}
.tp-login-area .nice-select {
    background: #f9f6ff;
    box-shadow: 1px 1px 2px 0px #bc9be6;
    border: none;
    color: #bdbdbd;
}

.tp-login-area input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304ffe;
    outline-width: 0;
}

.tp-login-area button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.tp-login-area a {
    color: inherit;
    cursor: pointer;
}

.tp-login-area .btn-blue {
    background-color: #1BB5E0;
    width: 150px;
    color: #fff;
    border-radius: 2px;
}
.tp-login-area {
    border-radius: 10px;
}
.tp-login-area .btn-blue:hover {
    background-color: #ff914d;
    cursor: pointer;
}

.tp-login-area .bg-blue {
    color: #fff;
    background-color: #1a237e;
}

@media screen and (max-width: 991px) {
    .tp-login-area .logo {
        margin-left: 0px;
    }

    .tp-login-area .image {
        width: 300px;
        height: 220px;
    }

    .tp-login-area .border-line {
        border-right: none;
    }

    .tp-login-area .card2 {
        border-top: 1px solid #eeeeee !important;
        margin: 0px 15px;
    }
}
.sign-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.so-icons {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    width: 28%;
    justify-content: space-evenly;
}

.tp-login-area .custom-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    padding-left: 0;
}
.for-rem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-top: 0.5rem;
    width: 100%;
    margin-left: 1.5rem;
}
.tp-login-area .font-weight-bold {
    font-size: 16px;
    color: #000;
}
.card2 label {
    padding: 0;
    width: 100%;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7rem 0;
    background: #ebebeb;
}
.p-relative {
    position: relative;
}

.z-index-1 {
    z-index: 1;
}

.breadcrumb__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 6px;
}

.breadcrumb__list span:not(:last-child) {
    padding-right: 12px;
    margin-right: 5px;
}

.breadcrumb__list span {
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

.breadcrumb__list span:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #a8acb0;
    border-radius: 50%;
}

#chk1 {
    width: fit-content;
}
.text-orange {
    color: #ff5722 !important;
}

.signup-modal .nice-select {
    width: 100% !important;
}
.close:focus {
    border: none !important;
    outline: none;
}



































@media screen and (max-width: 768px) {
    .signup-modal input {
        width: 100%;
        margin-bottom: 0.6rem !important;
    }
    .signup-modal .nice-select {
        width: 100%;
        margin-bottom: 0.6rem !important;
    }

    .signup-modal .modal-dialog {
        max-width: 100% !important;
    }

    .signup-modal .modal-header .close {
        padding: 1rem;
        margin: -1rem 0rem -1rem auto;
    }
    .signup-modal .tp-login-area .card2 {
        padding: 0 !important;
    }
    .tp-login-area .card2 {
        border-top: 1px solid #eeeeee !important;
        margin: 11px 15px 0;
        border-top: none !important;
    }
    .tp-login-area .custom-checkbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .signup-modal .tp-login-area .facebook {
        background-color: #3b5998;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }
    .signup-modal .tp-login-area .twitter {
        background-color: #1da1f2;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }

    .signup-modal .tp-login-area .linkedin {
        background-color: #2867b2;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }

    .signup-modal .tp-login-area input,
    textarea {
        padding: 6px 12px 6px 12px;
        border: 1px solid lightgrey;
        border-radius: 2px;
        box-sizing: border-box;
        color: #2c3e50;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0;
        margin-right: 0.5rem;
    }

    .signup-modal .for-rem {
        width: 100%;
    }
    .signup-modal .tp-login-area .btn-blue {
        background-color: #1BB5E0;
        width: 121px;
        color: #fff;
        border-radius: 2px;
        height: 41px;
    }
    .login-modal .modal-dialog {
        max-width: 100% !important;
    }

    .login-modal .tp-login-area .card2 {
        padding: 1rem 0.5rem !important;
        margin: 0.4rem;
    }

    .login-modal .tp-login-area input,
    .login-modal textarea {
        padding: 10px 12px 10px 12px;
        border: 1px solid lightgrey;
        border-radius: 2px;
        box-sizing: border-box;
        color: #2c3e50;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0;
        margin-right: 0.5rem;
        width: 100%;
    }
    .login-modal .tp-login-area .facebook {
        background-color: #3b5998;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }
    .login-modal .tp-login-area .twitter {
        background-color: #1da1f2;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }

    .login-modal .tp-login-area .linkedin {
        background-color: #2867b2;
        color: #fff;
        font-size: 15px;
        padding-top: 5px;
        border-radius: 50%;
        width: 113px;
        height: 29px;
        cursor: pointer;
    }

    .login-modal .modal-header .close {
        padding: 1rem;
        margin: 0;
    }
    .login-modal .tp-login-area .custom-checkbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 39%;
    }
    .login-modal .tp-login-area .btn-blue {
        background-color: #1BB5E0;
        width: 122px;
        height: 42px;
    }
}

#result-1{
    position:absolute;
    visibility:hidden;
}
#result-2{
    position:absolute;
    visibility:hidden;
}
.lightpick__day.is-start-date{
filter:hue-rotate(45deg);
}


.lightpick__day.is-today{
        filter: hue-rotate(258deg);
}


.nerd-modal.show, .continue-modal.show{
    background:rgba(0,0,0,0.4);
}


.modal-backdrop.show {
    display:none !important;
}

.comming-soon::after {
    content: "Instant";
    display: inline;
    background: #1BB5E0;
    color: #fff;
    position: relative;
    padding: 0.1rem 1.3rem;
    right: -27px;
    top: 0;
    border-radius: 50px;
    font-size: 13px;
}
.hero-slide{
    margin-bottom:3rem;
}
.hero-slide .h-box img{
   width:100%; 
}

.hero-slide .h-box {
/*box-shadow: 2px 4px 12px 2px #eeeeee;*/
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #dbedf7;
    margin-right: 12px;
}
.btn-mid{
    text-align:center;
}


@media only screen and (max-width: 767px) {
.hero-slide {
    margin-top: 1rem;
}
.pricing .box{
    width: 100%;
    margin-bottom: 65px !important;
    width: 93% !important;
    margin: 0 0 0 auto;
}
.cardheader h2 {
    font-size: 22px;
}
.hero-headline {
    font-size: 24px;
    margin-bottom: 75px;
    margin-top: 35px;
}
.cardbody ul li {
    font-size: 14px;
}
.hero-slide .h-box {
    margin-bottom: 1rem;
}
.hero-slide .h-box {
    width: 140px;
    height: 140px;

}
.hero .hero-cotainer .hero-content {
    padding-top: 0rem !important;
}
.hero-slide .col-6{
        display: flex;
    align-items: center;
    justify-content: center;
}
.hero .hero-cotainer .hero-content .hero-bio {
    font-size: 15px;
    margin-bottom: 12px;
}

.features {
    padding-bottom:0 !important;
}
.hero .hero-cotainer .hero-bg img {
    max-width: 100%;
    position: absolute;
    top: 74px;
    
}
.hero {
    padding-bottom: 0 !important;
}
.features .feature-panel .feature-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
}

.features .feature-panel {
    margin-top: 48px;
    padding: 44px 20px 10px;
    border-radius: 12px;
    min-height: 150px;
        margin-bottom: 40px;
}

.heading {
    margin-bottom: 39px;
}
.features {
    padding-bottom: 20px !important;
}

.worldRotate{
    opacity:0.2 !important;
}
.pricing .heading {
    margin-bottom: 33px;
}
.over-con p {
    margin-bottom: 0;
    font-size: 18px !important;
}

.pricing .pricing-panel, .price-mb-table {
    background-color: #ffffff;
    padding: 40px 30px 26px;
}

.ctr-area .container{
    padding:26px !important;
}
.testimonials .testimonial-panel .testimonial-body .testimonial-desc {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 27px !IMPORTANT;
}

.accordion {
    margin-top: 30px;
}

}

.cardheader{
    position:relative;
    /* background: #f9f9f9; */
}

/*.cardheader:before{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 265px;*/
/*    position: absolute;*/
/*    top: -85px;*/
/*    right: 0;*/
/*    left: 0px;*/
/*    background: url(../images/icons/shape12.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: -11;*/
/*}*/
.cardheader:before{
    content: '';
    width: 100%;
    height: 265px;
    position: absolute;
    top: -90px;
    right: 0;
    left: 0px;
    /* background: url(../images/icons/icon-012.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -11;
}
.cardheader h2 sup{
    font-size: 30px;
    top: -0.7rem;
    color: #12a3ca;
}
.cardfooter{
    width: 100%;
}
.cardfooter a{
    background-image: linear-gradient(to right, #1cb5e0 0%, #0993b7 51%, #21bbe7 100%);
    position: static;
    left: 50%;
    /* transform: translate(-50%, -5px); */
    /* background-image: linear-gradient(to right, #1cb5e0 0%, #0993b7 51%, #21bbe7 100%) !important; */
    color: #fff !important;
    /* padding: 27px 33px!important; */
    display: inline-flex;
    /* border-radius: 50px; */
    width: 70%;
}
.cardbody ul li:nth-child(odd){
    background: #f3fcff;
   padding: 9px 0px 9px 50px;
}
.cardbody ul li:nth-child(even){
    padding: 9px 0px 9px 50px;
}
.section2 .row2 {
    border: 3px solid #329fc1;
    padding: 36px 15px 26px 17px;
    border-radius: 30px;
}
.section2 .row2 a{
    color: #000;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 8px;
    display: inline-block;
}
.section2 .row2 a i{
    color: #19aed8;
}
.section2 .row2 .box{
    background: #e8faff;
    padding: 25px;
    border-radius: 25px;
}
.section2 .center-heading h3{
        color: #19aed8;
    border-radius: 20px;
    border: 1px solid #19aed8;
    padding: 14px 27px;
}
.men_image{
    position:relative;
}
.men_image:before{
    content: '';
    width: 100%;
    height: 400px;
    position: absolute;
    top: -142px;;
    right: 0;
    left: 0px;
    background: url(../images/men34.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.center-heading span{
    font-size: 45px !important;
    font-weight: 600;
    color: #35302d;
}
.section2 {
    padding-top:75px;
}
.one_time_package h3 span{
    color: #3a3d3e;
}
.one_time_package .text{
    margin-top: 40px;
}
.one_time_package .text p{
    position:relative;
}
.one_time_package .text p.para1 .item_dot1:before,.one_time_package .text p.para1 .item_dot1:after{
    position: absolute;
    content: " ";
    bottom: -5px;
    left: 7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    border: 1px solid #f9905e;
    border-radius: 50%;
    -webkit-animation: animate-pulse 2s linear infinite;
    animation: animate-pulse 2s linear infinite;
}
.one_time_package .text p.para2 .item_dot2:before,.one_time_package .text p.para2 .item_dot2:after{
     position: absolute;
     content: " ";
     top: 48%;
     left: 48%;
     -webkit-transform: translate(-50%, -50%);
     width: 13px;
     height: 13px;
     border: 1px solid #f9905e;
     border-radius: 50%;
     -webkit-animation: animate-pulse 2s linear infinite;
     animation: animate-pulse 2s linear infinite;
}
.item_dot1{
     height: 15px;
     background:#f9905e;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: 15px;
     display: block;
     position: absolute;
     bottom: -40px;
     left: 4px;
     border-radius: 50%;
     display: none;
}
.item_dot2{
     height: 15px;
     background:#f9905e;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: 15px;
     display: block;
     position: absolute;
     /* bottom: -38px; */
     left: 12px;
     border-radius: 50%;
     display: none;
}

@-webkit-keyframes animate-pulse {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-50%,-50%) scale(2);
        transform: translate(-50%,-50%) scale(2);
        opacity: .5
    }
}
.one_time_package .text p.para2{
    /* margin-left: 240px; */
    /* margin-top: 45px; */
    /* margin-bottom: 18px; */
}
.one_time_package .text p a{
    font-size: 19px;
    color: #ffffff;
}
.one_time_package{
    position: relative;
    padding-bottom: 55px;
    padding-top: 80px;
}
.one_time_package:before{
    position:relative;
}
/*.one_time_package .inner_box.first:before{*/
/*    content: '';*/
/*    width: 115%;*/
/*    height: 468px;*/
    /*position: absolute;*/
/*    top: -129px;*/
/*    left: calc(-25%);*/
    /*background: url(../images/324435.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: 1;*/
/*}*/
/*.one_time_package .inner_box.second:before{*/
/*    content: '';*/
/*    width: 72%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 42%;*/
/*    left: 16px;*/
/*    background: url(../images/line-01.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    z-index: 1;*/
/*}*/
.inner_box.second{
    padding-top:30px;
}

.one_time_package:before{
    content: '';
    height: 120%;
    width: 37%;
    position: absolute;
    bottom: 178px;
    height: 420px;
    right: 0;
    background: #e3f9ff52;
    top: 0;
    border-radius: 20px 0 0 20px;
}
@media only screen and (min-width:1200px) and (max-width:1800px){
    .section2 .center-heading h3{
        padding: 14px 27px;
        font-size: 28px;
    }
    .section2 .row2 a{
        font-size: 16px;
    }
    .cardheader .price span{
        font-size: 36px;
    }
}
@media only screen and (max-width:767px){
   .pricing .col-12{
      margin-bottom: 30px !important;
   }
    .cardheader .price span{
        font-size: 36px;
    }
   .section2 .row2 a {
        color: #000;
        font-size: 15px;
        margin-bottom: 8px;
        margin-top: 8px;
        display: inline-block;
    }
    .section2 {
        margin: 15px;
        padding-top: 0 !important;
    }
    .section2 .row2 .box {
        padding: 20px;
    }
    .section2 .row2 {
        padding: 15px 0px 15px 0px;
    }
    .center-heading span {
        font-size: 36px !important;
        margin: 10px;
        display: inline-block;
    }
    .section2 .center-heading h3{
        padding: 14px 15px;
        font-size: 28px;
    }
    .men_image:before{
         content: '';
        display:none;
    }
    .one_time_package .inner_box.second:before,.one_time_package .inner_box.second:before,.bottom_border:after,.bottom_border:before{
        content:'';
        display:none;
    }
    .one_time_package .text p.para2 {
        margin-top: 22px;
        margin-bottom: 18px;
        margin-left: 0;
    }
    .one_time_package .text {
        margin-top: 25px;
        margin-left: 35px;
    }
    /*.item_dot1 {*/
    /*    width: 15px;*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    bottom: -2px;*/
    /*    left: -22px;*/
    /*    border-radius: 50%;*/
    /*}*/
    /*.item_dot2{*/
    /*    bottom: -2px;*/
    /*    left: -22px;*/
    /*}*/
    .inner_box.second h3{
        font-size: 30px;
        margin-bottom: 0 !important;
    }
    .one_time_package .text p a {
        font-size: 16px;
    }
}
    /*background: url(../images/324435.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: 1;*/
/*}*/
/*.one_time_package .inner_box.second:before{*/
/*    content: '';*/
/*    width: 72%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 42%;*/
/*    left: 16px;*/
/*    background: url(../images/line-01.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    z-index: 1;*/
/*}*/
.inner_box.second{
    padding-top: 0px;
}

.one_time_package:before{
    content: '';
    height: 120%;
    width: 56%;
    position: absolute;
    bottom: 178px;
    height: 420px;
    right: 0;
    background: #2abce2;
    top: 0;
    border-radius: 0px 0 0 20px;
}
.price_package{
    display: inline-block;
    background: #333333;
    padding: 13px 35px;
    color: #fff;
    border-radius: 5px;
    font-size: 26px;
    margin-top: 12px;
}
.main_box{
    padding-left: 49px;
}

.popup_model .modal-dialog{
    max-width: 880px;
    position:relative;
}
.popup_model .modal-content{
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .2);
     min-height: 450px;
}
.popup_model form{
    margin-bottom:0 !important;
}
.popup_model .close{
    position: absolute;
    color: #151111;
    z-index: 11;
    right: 10px;
    top: 10px;
}
.popup_model .form-control{
    margin-bottom:0 !important;
}
.btnsubmit,.btnsubmit:hover{
    padding: 15px 45px 15px 45px;
    background: #19add6;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
}
.popup_model .form-input{
    margin-bottom:10px;
}
.popup_model .form-input label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #464646;
    margin-left: 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.popup_model .form-input input{
    border: 1px solid #ccc;
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 12px;
    font-size: 14px;
    border-radius: 30px;
}
.popup_model .colleft{
    padding-right:0 !important;
}
.colright .col-12{
  padding: 0px 5px !important;
}
.colright .row{
    padding: 20px 29px 20px 15px !important;
    background: #fafeff;
}
.other-page-header .desktop_header a.nav-link {
    color: #080808 !important;
}
.other-page-header .desktop_header .navbar-brand .logo-light {
     filter:inherit !important; 
}
.pricing .cardheader .image{
    position:relative;
    
}
.pricing .cardheader .image{
    content: '';
    /* width: 100%; */
    height: 325px;
    position: absolute;
    top: -60px;
    right: 0;
    left: -33px;
    background: url(../images/shapen.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.one_time_package .box ul li{
    margin-bottom: 12px;
    position:relative;
}
.one_time_package .box ul{
    padding-left:30px;
}
.one_time_package .box ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    left: -25px;
    margin-top: 5px;
    line-height: 17px;
    background: #08a1c9;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 9px;
}
.one_time_package .box ul li a{
    font-size: 20px;
    color: #000;
}
.breadcrumb li a{
    color:#fff;
}
.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}
.breadcrumb-item.active {
    color: #f8fbfe;
}
@media only screen and (min-width:768px) and (max-width:991px){
    .hero-headline{
        font-size: 32px;
    }
     .pricing .cardheader .image {
        content: '';
        width: auto;
        height: 325px;
        position: absolute;
        top: -60px;
        right: 0;
        left: -17px;
        background: url(../images/shapen.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .cardheader h2 {
        font-size: 13px;
        left: -9%;
        top: -48px;
    }
    .cardheader h2 sup {
        font-size: 19px;
        top: -4px;
        color: #12a3ca;
    }
    .cardheader .price span {
        font-size: 20px;
    }
    .cardheader .price {
        top: -62px;
        left: 0;
    }
    .pricing ul li>a {
        font-size: 12px;
    }
    .cardbody {
        margin-top: -6px;
    }
    .cardfooter a{
        width: 71%;
        font-size: 14px;
        padding: 10px 25px !important;
        height: 40px;
    }
    .one_time_package h3{
        font-size: 26px;
    }
    .one_time_package .box ul li a {
        font-size: 15px;
        color: #000;
    }
    .one_time_package .text {
        margin-top: 26px;
    }
    .one_time_package .text p a {
        font-size: 16px;
    }
    .cardbody ul li:nth-child(even),.cardbody ul li:nth-child(odd)  {
        padding: 9px 0px 9px 30px;
    }
    .cardbody ul li:before{
        left: 8px;
    }
    .one_time_package:before{
        right: -40px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
     .pricing .cardheader .image {
        content: '';
        width: auto;
        height: 325px;
        position: absolute;
        top: -60px;
        right: 0;
        left: -24px;
        background: url(../images/shapen.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .cardheader h2 {
        font-size: 16px;
        left: -11%;
    }
    .cardheader .price span {
        font-size: 20px;
    }
    .cardheader .price {
        top: -30px;
    }
    .pricing ul li>a {
        font-size: 14px;
    }
    .cardbody {
        margin-top: 58px;
    }
    .cardfooter a{
        width: 57%;
        font-size: 14px;
        padding: 14px 26px !important;
    }
    .one_time_package h3{
        font-size: 26px;
    }
    .one_time_package .box ul li a {
        font-size: 16px;
        color: #000;
    }
    .one_time_package .text {
        margin-top: 26px;
    }
    .one_time_package .text p a {
        font-size: 16px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1499px){
    .pricing .cardheader .image {
        content: '';
        width: auto;
        height: 325px;
        position: absolute;
        top: -60px;
        right: 0;
        left: -28px;
        background: url(../images/shapen.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .cardheader h2 {
        font-size: 20px; 
    }
    .cardheader .price span {
        font-size: 26px;
    }
    .cardheader .price{
        top:-26px;
    }
    .cardbody {
        margin-top: 95px;
    }
    .cardheader .price span {
        font-size: 26px !important;
    }
}
@media only screen and (min-width:1200px) and (max-width:1800px){
    .section2 .center-heading h3{
        padding: 14px 27px;
        font-size: 28px;
    }
    .section2 .row2 a{
        font-size: 16px;
    }
    .cardheader .price span{
        font-size: 36px;
    }
}
@media only screen and (max-width:767px){
    .pricing .cardheader .image {
        content: '';
        width: auto;
        height: 325px;
        position: absolute;
        top: -60px;
        right: 0;
        left: -8%;
        background: url(../images/shapen.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .cardbody {
        margin-top: 31%;
    }
    .pricing .col1 .box {
        margin: 0 0 0 auto;
        /* width: 93%; */
    }
   .pricing .col-12{
      margin-bottom: 30px !important;
   }
   .main_box{
        padding-left: 0px;
    }
    .cardheader .price span{
        font-size: 28px;
    }
   .section2 .row2 a {
        color: #000;
        font-size: 15px;
        margin-bottom: 8px;
        margin-top: 8px;
        display: inline-block;
    }
    .section2 {
        margin: 15px;
        padding-top: 0 !important;
    }
    .section2 .row2 .box {
        padding: 20px;
    }
    .section2 .row2 {
        padding: 15px 0px 15px 0px;
    }
    .center-heading span {
        font-size: 36px !important;
        margin: 10px;
        display: inline-block;
    }
    .section2 .center-heading h3{
        padding: 14px 15px;
        font-size: 28px;
    }
    .men_image:before{
         content: '';
        display:none;
    }
    /*.one_time_package .inner_box.second:before,.one_time_package .inner_box.second:before,.bottom_border:after,.bottom_border:before{*/
    /*    content:'';*/
    /*    display:none;*/
    /*}*/
    .one_time_package .text p.para2 {
        margin-top: 22px;
        margin-bottom: 18px;
        margin-left: 0;
    }
    .one_time_package .text {
        margin-top: 25px;
        margin-left: 0;
    }
    /*.item_dot1 {*/
    /*    width: 15px;*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    bottom: -2px;*/
    /*    left: -22px;*/
    /*    border-radius: 50%;*/
    /*}*/
    /*.item_dot2{*/
    /*    bottom: -2px;*/
    /*    left: -22px;*/
    /*}*/
    .inner_box.second h3{
        font-size: 28px;
        margin-bottom: 0 !important;
        color: #20afd4 !important;
    }
    .one_time_package .text p a {
        font-size: 16px;
        color: #000 !important;
    }
    .top_border:before {
        content: '';
        display:none;
    }
    .one_time_package:before {
        content: '';
        position: absolute;
        bottom: 178px;
        height: 300px;
    }
    .one_time_package {
        padding-bottom: 10px !important;
    }
    .pricing .col3 .box{
            margin: 0 0 0 auto !important;
    }
    .one_time_package:before{
        display:none;
    }
    .one_time_package h3{
        font-size: 28px;
        color:#000;
    }
    .one_time_package .box ul li a {
        font-size: 16px;
        color: #000;
    }
    .price_package {
        display: inline-block;
        background: #20afd4;
    }
    .one_time_package h3 span {
        color: #20afd4;
    }
}