/* Template Name: Hostick - Web Hosting HTML Template
   Author: Shreethemes
   Email: shreethemes@gmail.com
   Website: http://www.shreethemes.in/
   Version: 1.1.0
   Created: May 2020
   File Description: Main Css file of the template
*/


/*****************************/


/*         INDEX             */


/*============================
 *     01.  Variables        *
 *     02.  General          *
 *     03.  Helpre           *
 *     04.  Bootstrap Custom *
 *     05.  Components       *
 *     06.  Menu             *
 *     07.  Home             *
 *     08.  Services         *
 *     09.  CTA              *
 *     10.  Pricing          *
 *     11.  Testimonial      *
 *     12.  User             *
 *     13.  Blogs / News     *
 *     14.  Contact          *
 *     15.  Footer           *
 ============================*/

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap");
body {
    font-family: "Nunito Sans", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #35404e;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

::-moz-selection {
    background: #5368f1;
    color: #ffffff;
}

::selection {
    background: #5368f1;
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.section {
    padding: 100px 0;
    position: relative;
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(53, 64, 78, 0.45);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.gradient-overlay {
    background: -webkit-gradient(linear, left top, right top, from(#b8e2f0), to(#5368f1));
    background: linear-gradient(to right, #b8e2f0, #5368f1);
    opacity: 0.3;
}

.bg-overlay-white {
    background: rgba(255, 255, 255, 0.85);
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 42px;
    letter-spacing: 1px;
}

.title-heading .para-desc {
    font-size: 18px;
}

.section-title {
    position: relative;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 36px;
}

.para-desc {
    max-width: 600px;
}

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

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

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -0.5px;
    left: 0;
}

.shape>svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    z-index: 1;
    left: 0;
}

.home-shape-arrow i {
    background: #f6f7fa;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
    .margin-top-100 .heading {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .shape {
        bottom: -4px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    .title-heading .heading {
        font-size: 40px !important;
    }
    .title-heading .para-desc {
        font-size: 18px;
    }
    .section-title .title {
        font-size: 24px;
    }
    .mt-60 {
        margin-top: 60px;
    }
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

.bg-primary {
    background-color: #5368f1 !important;
}

.text-primary {
    color: #5368f1 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary:active,
a.text-primary.active,
a.text-primary.focus {
    color: #243fed !important;
}

.bg-secondary {
    background-color: #8791a2 !important;
}

.text-secondary {
    color: #8791a2 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary:active,
a.text-secondary.active,
a.text-secondary.focus {
    color: #6b778b !important;
}

.bg-success {
    background-color: #6fda63 !important;
}

.text-success {
    color: #6fda63 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success:active,
a.text-success.active,
a.text-success.focus {
    color: #49d03a !important;
}

.bg-warning {
    background-color: #ffbb44 !important;
}

.text-warning {
    color: #ffbb44 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning:active,
a.text-warning.active,
a.text-warning.focus {
    color: #ffa811 !important;
}

.bg-info {
    background-color: #24abc0 !important;
}

.text-info {
    color: #24abc0 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info:active,
a.text-info.active,
a.text-info.focus {
    color: #1c8595 !important;
}

.bg-danger {
    background-color: #f05d27 !important;
}

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

a.text-danger:hover,
a.text-danger:focus,
a.text-danger:active,
a.text-danger.active,
a.text-danger.focus {
    color: #d5440f !important;
}

.bg-dark {
    background-color: #35404e !important;
}

.text-dark {
    color: #35404e !important;
}

a.text-dark:hover,
a.text-dark:focus,
a.text-dark:active,
a.text-dark.active,
a.text-dark.focus {
    color: #202730 !important;
}

.bg-muted {
    background-color: #8492a6 !important;
}

.text-muted {
    color: #8492a6 !important;
}

a.text-muted:hover,
a.text-muted:focus,
a.text-muted:active,
a.text-muted.active,
a.text-muted.focus {
    color: #68788f !important;
}

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

.text-light {
    color: #f6f7fa !important;
}

a.text-light:hover,
a.text-light:focus,
a.text-light:active,
a.text-light.active,
a.text-light.focus {
    color: #d5dae8 !important;
}

.bg-blue {
    background-color: #39aed6 !important;
}

.text-blue {
    color: #39aed6 !important;
}

a.text-blue:hover,
a.text-blue:focus,
a.text-blue:active,
a.text-blue.active,
a.text-blue.focus {
    color: #2691b6 !important;
}

.bg-purple {
    background-color: #711958 !important;
}

.text-purple {
    color: #711958 !important;
}

a.text-purple:hover,
a.text-purple:focus,
a.text-purple:active,
a.text-purple.active,
a.text-purple.focus {
    color: #471037 !important;
}

.bg-violet {
    background-color: #9B287B !important;
}

.text-violet {
    color: #9B287B !important;
}

a.text-violet:hover,
a.text-violet:focus,
a.text-violet:active,
a.text-violet.active,
a.text-violet.focus {
    color: #721e5b !important;
}

.bg-pink {
    background-color: #fc5185 !important;
}

.text-pink {
    color: #fc5185 !important;
}

a.text-pink:hover,
a.text-pink:focus,
a.text-pink:active,
a.text-pink.active,
a.text-pink.focus {
    color: #fb1f62 !important;
}

.bg-green {
    background-color: #90b846 !important;
}

.text-green {
    color: #90b846 !important;
}

a.text-green:hover,
a.text-green:focus,
a.text-green:active,
a.text-green.active,
a.text-green.focus {
    color: #739338 !important;
}

.bg-footer {
    background-color: rgba(39, 52, 68, 0.9) !important;
}

.text-footer {
    color: rgba(39, 52, 68, 0.9) !important;
}

a.text-footer:hover,
a.text-footer:focus,
a.text-footer:active,
a.text-footer.active,
a.text-footer.focus {
    color: rgba(20, 27, 36, 0.9) !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0px;
}

.input-group-append {
    margin-left: 0px;
}

.rounded {
    border-radius: 5px !important;
}

.rounded-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.rounded-left {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.rounded-right {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.rounded-pill {
    border-radius: 10px !important;
}

.small,
small {
    font-size: 90%;
}

.modal-open {
    padding-right: 0 !important;
    overflow: visible !important;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important;
    }
    .display-2 {
        font-size: 50px !important;
    }
    .display-3 {
        font-size: 42px !important;
    }
    .display-4 {
        font-size: 36px !important;
    }
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 400px;
    }
}

.component-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.component-wrapper .title {
    font-size: 24px;
}

.btn-primary {
    background-color: #5368f1 !important;
    border: 1px solid #5368f1 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(83, 104, 241, 0.5);
    box-shadow: 0 3px 7px rgba(83, 104, 241, 0.5);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #243fed !important;
    border-color: #243fed !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-primary {
    background-color: rgba(83, 104, 241, 0.15) !important;
    border: 1px solid rgba(83, 104, 241, 0.1) !important;
    color: #5368f1 !important;
    -webkit-box-shadow: 0 3px 7px rgba(83, 104, 241, 0.2);
    box-shadow: 0 3px 7px rgba(83, 104, 241, 0.2);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #5368f1 !important;
    border-color: #5368f1 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(83, 104, 241, 0.5);
    box-shadow: 0 3px 7px rgba(83, 104, 241, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-primary {
    border: 1px solid #5368f1;
    color: #5368f1;
    background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #5368f1;
    border-color: #5368f1;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(83, 104, 241, 0.5);
    box-shadow: 0 3px 7px rgba(83, 104, 241, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: #8791a2 !important;
    border: 1px solid #8791a2 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(135, 145, 162, 0.5);
    box-shadow: 0 3px 7px rgba(135, 145, 162, 0.5);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #6b778b !important;
    border-color: #6b778b !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-secondary {
    background-color: rgba(135, 145, 162, 0.15) !important;
    border: 1px solid rgba(135, 145, 162, 0.1) !important;
    color: #8791a2 !important;
    -webkit-box-shadow: 0 3px 7px rgba(135, 145, 162, 0.2);
    box-shadow: 0 3px 7px rgba(135, 145, 162, 0.2);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #8791a2 !important;
    border-color: #8791a2 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(135, 145, 162, 0.5);
    box-shadow: 0 3px 7px rgba(135, 145, 162, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-secondary {
    border: 1px solid #8791a2;
    color: #8791a2;
    background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #8791a2;
    border-color: #8791a2;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(135, 145, 162, 0.5);
    box-shadow: 0 3px 7px rgba(135, 145, 162, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-success {
    background-color: #6fda63 !important;
    border: 1px solid #6fda63 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(111, 218, 99, 0.5);
    box-shadow: 0 3px 7px rgba(111, 218, 99, 0.5);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #49d03a !important;
    border-color: #49d03a !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-success {
    background-color: rgba(111, 218, 99, 0.15) !important;
    border: 1px solid rgba(111, 218, 99, 0.1) !important;
    color: #6fda63 !important;
    -webkit-box-shadow: 0 3px 7px rgba(111, 218, 99, 0.2);
    box-shadow: 0 3px 7px rgba(111, 218, 99, 0.2);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #6fda63 !important;
    border-color: #6fda63 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(111, 218, 99, 0.5);
    box-shadow: 0 3px 7px rgba(111, 218, 99, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-success {
    border: 1px solid #6fda63;
    color: #6fda63;
    background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #6fda63;
    border-color: #6fda63;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(111, 218, 99, 0.5);
    box-shadow: 0 3px 7px rgba(111, 218, 99, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-warning {
    background-color: #ffbb44 !important;
    border: 1px solid #ffbb44 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(255, 187, 68, 0.5);
    box-shadow: 0 3px 7px rgba(255, 187, 68, 0.5);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #ffa811 !important;
    border-color: #ffa811 !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-warning {
    background-color: rgba(255, 187, 68, 0.15) !important;
    border: 1px solid rgba(255, 187, 68, 0.1) !important;
    color: #ffbb44 !important;
    -webkit-box-shadow: 0 3px 7px rgba(255, 187, 68, 0.2);
    box-shadow: 0 3px 7px rgba(255, 187, 68, 0.2);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #ffbb44 !important;
    border-color: #ffbb44 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(255, 187, 68, 0.5);
    box-shadow: 0 3px 7px rgba(255, 187, 68, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-warning {
    border: 1px solid #ffbb44;
    color: #ffbb44;
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #ffbb44;
    border-color: #ffbb44;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(255, 187, 68, 0.5);
    box-shadow: 0 3px 7px rgba(255, 187, 68, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-info {
    background-color: #24abc0 !important;
    border: 1px solid #24abc0 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
    box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #1c8595 !important;
    border-color: #1c8595 !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-info {
    background-color: rgba(36, 171, 192, 0.15) !important;
    border: 1px solid rgba(36, 171, 192, 0.1) !important;
    color: #24abc0 !important;
    -webkit-box-shadow: 0 3px 7px rgba(36, 171, 192, 0.2);
    box-shadow: 0 3px 7px rgba(36, 171, 192, 0.2);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #24abc0 !important;
    border-color: #24abc0 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
    box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-info {
    border: 1px solid #24abc0;
    color: #24abc0;
    background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #24abc0;
    border-color: #24abc0;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
    box-shadow: 0 3px 7px rgba(36, 171, 192, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-danger {
    background-color: #f05d27 !important;
    border: 1px solid #f05d27 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(240, 93, 39, 0.5);
    box-shadow: 0 3px 7px rgba(240, 93, 39, 0.5);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #d5440f !important;
    border-color: #d5440f !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-danger {
    background-color: rgba(240, 93, 39, 0.15) !important;
    border: 1px solid rgba(240, 93, 39, 0.1) !important;
    color: #f05d27 !important;
    -webkit-box-shadow: 0 3px 7px rgba(240, 93, 39, 0.2);
    box-shadow: 0 3px 7px rgba(240, 93, 39, 0.2);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #f05d27 !important;
    border-color: #f05d27 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(240, 93, 39, 0.5);
    box-shadow: 0 3px 7px rgba(240, 93, 39, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-danger {
    border: 1px solid #f05d27;
    color: #f05d27;
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #f05d27;
    border-color: #f05d27;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(240, 93, 39, 0.5);
    box-shadow: 0 3px 7px rgba(240, 93, 39, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-dark {
    background-color: #35404e !important;
    border: 1px solid #35404e !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
    box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #202730 !important;
    border-color: #202730 !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-dark {
    background-color: rgba(53, 64, 78, 0.15) !important;
    border: 1px solid rgba(53, 64, 78, 0.1) !important;
    color: #35404e !important;
    -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.2);
    box-shadow: 0 3px 7px rgba(53, 64, 78, 0.2);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #35404e !important;
    border-color: #35404e !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
    box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-dark {
    border: 1px solid #35404e;
    color: #35404e;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #35404e;
    border-color: #35404e;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
    box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
    box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-muted {
    background-color: rgba(132, 146, 166, 0.15) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
    -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.2);
    box-shadow: 0 3px 7px rgba(132, 146, 166, 0.2);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
    box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
    box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-light {
    background-color: #f6f7fa !important;
    border: 1px solid #f6f7fa !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
    box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d5dae8 !important;
    border-color: #d5dae8 !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-light {
    background-color: rgba(246, 247, 250, 0.15) !important;
    border: 1px solid rgba(246, 247, 250, 0.1) !important;
    color: #f6f7fa !important;
    -webkit-box-shadow: 0 3px 7px rgba(246, 247, 250, 0.2);
    box-shadow: 0 3px 7px rgba(246, 247, 250, 0.2);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #f6f7fa !important;
    border-color: #f6f7fa !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
    box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-light {
    border: 1px solid #f6f7fa;
    color: #f6f7fa;
    background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f6f7fa;
    border-color: #f6f7fa;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
    box-shadow: 0 3px 7px rgba(246, 247, 250, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-blue {
    background-color: #39aed6 !important;
    border: 1px solid #39aed6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(57, 174, 214, 0.5);
    box-shadow: 0 3px 7px rgba(57, 174, 214, 0.5);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus {
    background-color: #2691b6 !important;
    border-color: #2691b6 !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-blue {
    background-color: rgba(57, 174, 214, 0.15) !important;
    border: 1px solid rgba(57, 174, 214, 0.1) !important;
    color: #39aed6 !important;
    -webkit-box-shadow: 0 3px 7px rgba(57, 174, 214, 0.2);
    box-shadow: 0 3px 7px rgba(57, 174, 214, 0.2);
}

.btn-soft-blue:hover,
.btn-soft-blue:focus,
.btn-soft-blue:active,
.btn-soft-blue.active,
.btn-soft-blue.focus {
    background-color: #39aed6 !important;
    border-color: #39aed6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(57, 174, 214, 0.5);
    box-shadow: 0 3px 7px rgba(57, 174, 214, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-blue {
    border: 1px solid #39aed6;
    color: #39aed6;
    background-color: transparent;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:not(:disabled):not(.disabled):active {
    background-color: #39aed6;
    border-color: #39aed6;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(57, 174, 214, 0.5);
    box-shadow: 0 3px 7px rgba(57, 174, 214, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-purple {
    background-color: #711958 !important;
    border: 1px solid #711958 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(113, 25, 88, 0.5);
    box-shadow: 0 3px 7px rgba(113, 25, 88, 0.5);
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.focus {
    background-color: #471037 !important;
    border-color: #471037 !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-purple {
    background-color: rgba(113, 25, 88, 0.15) !important;
    border: 1px solid rgba(113, 25, 88, 0.1) !important;
    color: #711958 !important;
    -webkit-box-shadow: 0 3px 7px rgba(113, 25, 88, 0.2);
    box-shadow: 0 3px 7px rgba(113, 25, 88, 0.2);
}

.btn-soft-purple:hover,
.btn-soft-purple:focus,
.btn-soft-purple:active,
.btn-soft-purple.active,
.btn-soft-purple.focus {
    background-color: #711958 !important;
    border-color: #711958 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(113, 25, 88, 0.5);
    box-shadow: 0 3px 7px rgba(113, 25, 88, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-purple {
    border: 1px solid #711958;
    color: #711958;
    background-color: transparent;
}

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.btn-outline-purple:not(:disabled):not(.disabled):active {
    background-color: #711958;
    border-color: #711958;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(113, 25, 88, 0.5);
    box-shadow: 0 3px 7px rgba(113, 25, 88, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-violet {
    background-color: #9B287B !important;
    border: 1px solid #9B287B !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(155, 40, 123, 0.5);
    box-shadow: 0 3px 7px rgba(155, 40, 123, 0.5);
}

.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active,
.btn-violet.active,
.btn-violet.focus {
    background-color: #721e5b !important;
    border-color: #721e5b !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-violet {
    background-color: rgba(155, 40, 123, 0.15) !important;
    border: 1px solid rgba(155, 40, 123, 0.1) !important;
    color: #9B287B !important;
    -webkit-box-shadow: 0 3px 7px rgba(155, 40, 123, 0.2);
    box-shadow: 0 3px 7px rgba(155, 40, 123, 0.2);
}

.btn-soft-violet:hover,
.btn-soft-violet:focus,
.btn-soft-violet:active,
.btn-soft-violet.active,
.btn-soft-violet.focus {
    background-color: #9B287B !important;
    border-color: #9B287B !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(155, 40, 123, 0.5);
    box-shadow: 0 3px 7px rgba(155, 40, 123, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-violet {
    border: 1px solid #9B287B;
    color: #9B287B;
    background-color: transparent;
}

.btn-outline-violet:hover,
.btn-outline-violet:focus,
.btn-outline-violet:active,
.btn-outline-violet.active,
.btn-outline-violet.focus,
.btn-outline-violet:not(:disabled):not(.disabled):active {
    background-color: #9B287B;
    border-color: #9B287B;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(155, 40, 123, 0.5);
    box-shadow: 0 3px 7px rgba(155, 40, 123, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-pink {
    background-color: #fc5185 !important;
    border: 1px solid #fc5185 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(252, 81, 133, 0.5);
    box-shadow: 0 3px 7px rgba(252, 81, 133, 0.5);
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.focus {
    background-color: #fb1f62 !important;
    border-color: #fb1f62 !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-pink {
    background-color: rgba(252, 81, 133, 0.15) !important;
    border: 1px solid rgba(252, 81, 133, 0.1) !important;
    color: #fc5185 !important;
    -webkit-box-shadow: 0 3px 7px rgba(252, 81, 133, 0.2);
    box-shadow: 0 3px 7px rgba(252, 81, 133, 0.2);
}

.btn-soft-pink:hover,
.btn-soft-pink:focus,
.btn-soft-pink:active,
.btn-soft-pink.active,
.btn-soft-pink.focus {
    background-color: #fc5185 !important;
    border-color: #fc5185 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(252, 81, 133, 0.5);
    box-shadow: 0 3px 7px rgba(252, 81, 133, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-pink {
    border: 1px solid #fc5185;
    color: #fc5185;
    background-color: transparent;
}

.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:not(:disabled):not(.disabled):active {
    background-color: #fc5185;
    border-color: #fc5185;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(252, 81, 133, 0.5);
    box-shadow: 0 3px 7px rgba(252, 81, 133, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-green {
    background-color: #90b846 !important;
    border: 1px solid #90b846 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(144, 184, 70, 0.5);
    box-shadow: 0 3px 7px rgba(144, 184, 70, 0.5);
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.focus {
    background-color: #739338 !important;
    border-color: #739338 !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-green {
    background-color: rgba(144, 184, 70, 0.15) !important;
    border: 1px solid rgba(144, 184, 70, 0.1) !important;
    color: #90b846 !important;
    -webkit-box-shadow: 0 3px 7px rgba(144, 184, 70, 0.2);
    box-shadow: 0 3px 7px rgba(144, 184, 70, 0.2);
}

.btn-soft-green:hover,
.btn-soft-green:focus,
.btn-soft-green:active,
.btn-soft-green.active,
.btn-soft-green.focus {
    background-color: #90b846 !important;
    border-color: #90b846 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(144, 184, 70, 0.5);
    box-shadow: 0 3px 7px rgba(144, 184, 70, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-green {
    border: 1px solid #90b846;
    color: #90b846;
    background-color: transparent;
}

.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green:active,
.btn-outline-green.active,
.btn-outline-green.focus,
.btn-outline-green:not(:disabled):not(.disabled):active {
    background-color: #90b846;
    border-color: #90b846;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(144, 184, 70, 0.5);
    box-shadow: 0 3px 7px rgba(144, 184, 70, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-footer {
    background-color: rgba(39, 52, 68, 0.9) !important;
    border: 1px solid rgba(39, 52, 68, 0.9) !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(39, 52, 68, 0.5);
    box-shadow: 0 3px 7px rgba(39, 52, 68, 0.5);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: rgba(20, 27, 36, 0.9) !important;
    border-color: rgba(20, 27, 36, 0.9) !important;
    color: #ffffff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-soft-footer {
    background-color: rgba(39, 52, 68, 0.15) !important;
    border: 1px solid rgba(39, 52, 68, 0.1) !important;
    color: rgba(39, 52, 68, 0.9) !important;
    -webkit-box-shadow: 0 3px 7px rgba(39, 52, 68, 0.2);
    box-shadow: 0 3px 7px rgba(39, 52, 68, 0.2);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: rgba(39, 52, 68, 0.9) !important;
    border-color: rgba(39, 52, 68, 0.9) !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 7px rgba(39, 52, 68, 0.5);
    box-shadow: 0 3px 7px rgba(39, 52, 68, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-outline-footer {
    border: 1px solid rgba(39, 52, 68, 0.9);
    color: rgba(39, 52, 68, 0.9);
    background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: rgba(39, 52, 68, 0.9);
    border-color: rgba(39, 52, 68, 0.9);
    color: #ffffff;
    -webkit-box-shadow: 0 3px 7px rgba(39, 52, 68, 0.5);
    box-shadow: 0 3px 7px rgba(39, 52, 68, 0.5);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 5px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px;
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 20px;
}

.btn.searchbtn {
    padding: 6px 20px;
}

.btn.btn-light {
    color: #35404e !important;
    background: #f6f7fa;
    border: 1px solid #dee2e6;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #d5dae8 !important;
    color: #35404e;
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6;
    color: #35404e !important;
    background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f6f7fa;
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0;
}

.btn.btn-icon .icons {
    height: 30px;
    width: 16px;
    font-size: 16px;
}

.btn.btn-icon.btn-lg {
    height: 48px;
    width: 48px;
    line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
    height: 20px;
    width: 20px;
    font-size: 20px;
}

.btn.btn-icon.btn-sm {
    height: 30px;
    width: 30px;
    line-height: 28px;
}

button:not(:disabled) {
    outline: none;
}

.alert-primary {
    background-color: rgba(83, 104, 241, 0.9);
    color: #ffffff;
    border-color: #5368f1;
}

.alert-primary .alert-link {
    color: #0d209e;
}

.alert-outline-primary {
    background-color: #ffffff;
    color: #5368f1;
    border-color: #5368f1;
}

.alert-secondary {
    background-color: rgba(135, 145, 162, 0.9);
    color: #ffffff;
    border-color: #8791a2;
}

.alert-secondary .alert-link {
    color: #3f4651;
}

.alert-outline-secondary {
    background-color: #ffffff;
    color: #8791a2;
    border-color: #8791a2;
}

.alert-success {
    background-color: rgba(111, 218, 99, 0.9);
    color: #ffffff;
    border-color: #6fda63;
}

.alert-success .alert-link {
    color: #2a851f;
}

.alert-outline-success {
    background-color: #ffffff;
    color: #6fda63;
    border-color: #6fda63;
}

.alert-warning {
    background-color: rgba(255, 187, 68, 0.9);
    color: #ffffff;
    border-color: #ffbb44;
}

.alert-warning .alert-link {
    color: #aa6c00;
}

.alert-outline-warning {
    background-color: #ffffff;
    color: #ffbb44;
    border-color: #ffbb44;
}

.alert-info {
    background-color: rgba(36, 171, 192, 0.9);
    color: #ffffff;
    border-color: #24abc0;
}

.alert-info .alert-link {
    color: #0c383f;
}

.alert-outline-info {
    background-color: #ffffff;
    color: #24abc0;
    border-color: #24abc0;
}

.alert-danger {
    background-color: rgba(240, 93, 39, 0.9);
    color: #ffffff;
    border-color: #f05d27;
}

.alert-danger .alert-link {
    color: #762608;
}

.alert-outline-danger {
    background-color: #ffffff;
    color: #f05d27;
    border-color: #f05d27;
}

.alert-dark {
    background-color: rgba(53, 64, 78, 0.9);
    color: #ffffff;
    border-color: #35404e;
}

.alert-dark .alert-link {
    color: black;
}

.alert-outline-dark {
    background-color: #ffffff;
    color: #35404e;
    border-color: #35404e;
}

.alert-muted {
    background-color: rgba(132, 146, 166, 0.9);
    color: #ffffff;
    border-color: #8492a6;
}

.alert-muted .alert-link {
    color: #3d4654;
}

.alert-outline-muted {
    background-color: #ffffff;
    color: #8492a6;
    border-color: #8492a6;
}

.alert-light {
    background-color: rgba(246, 247, 250, 0.9);
    color: #ffffff;
    border-color: #f6f7fa;
}

.alert-light .alert-link {
    color: #94a0c3;
}

.alert-outline-light {
    background-color: #ffffff;
    color: #f6f7fa;
    border-color: #f6f7fa;
}

.alert-blue {
    background-color: rgba(57, 174, 214, 0.9);
    color: #ffffff;
    border-color: #39aed6;
}

.alert-blue .alert-link {
    color: #144e62;
}

.alert-outline-blue {
    background-color: #ffffff;
    color: #39aed6;
    border-color: #39aed6;
}

.alert-purple {
    background-color: rgba(113, 25, 88, 0.9);
    color: #ffffff;
    border-color: #711958;
}

.alert-purple .alert-link {
    color: black;
}

.alert-outline-purple {
    background-color: #ffffff;
    color: #711958;
    border-color: #711958;
}

.alert-violet {
    background-color: rgba(155, 40, 123, 0.9);
    color: #ffffff;
    border-color: #9B287B;
}

.alert-violet .alert-link {
    color: #21091a;
}

.alert-outline-violet {
    background-color: #ffffff;
    color: #9B287B;
    border-color: #9B287B;
}

.alert-pink {
    background-color: rgba(252, 81, 133, 0.9);
    color: #ffffff;
    border-color: #fc5185;
}

.alert-pink .alert-link {
    color: #b10338;
}

.alert-outline-pink {
    background-color: #ffffff;
    color: #fc5185;
    border-color: #fc5185;
}

.alert-green {
    background-color: rgba(144, 184, 70, 0.9);
    color: #ffffff;
    border-color: #90b846;
}

.alert-green .alert-link {
    color: #39491c;
}

.alert-outline-green {
    background-color: #ffffff;
    color: #90b846;
    border-color: #90b846;
}

.alert-footer {
    background-color: rgba(39, 52, 68, 0.9);
    color: #ffffff;
    border-color: rgba(39, 52, 68, 0.9);
}

.alert-footer .alert-link {
    color: rgba(0, 0, 0, 0.9);
}

.alert-outline-footer {
    background-color: #ffffff;
    color: rgba(39, 52, 68, 0.9);
    border-color: rgba(39, 52, 68, 0.9);
}

.alert {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
}

.alert.alert-light {
    background-color: #f6f7fa;
    color: #35404e;
    border-color: #dee2e6;
}

.alert.alert-dismissible {
    padding-right: 30px;
}

.alert.alert-dismissible .close {
    top: -2px;
    right: -10px;
    font-size: 16px !important;
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block;
}

.alert.alert-pills .content {
    font-weight: 600;
}

.shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20) !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-left {
    border-left: 1px solid #e9ecef !important;
}

.border-right {
    border-right: 1px solid #e9ecef !important;
}

.badge-primary {
    background-color: #5368f1 !important;
    color: #ffffff !important;
}

.badge-outline-primary {
    background-color: transparent !important;
    color: #5368f1 !important;
    border: 1px solid #5368f1 !important;
}

.badge-secondary {
    background-color: #8791a2 !important;
    color: #ffffff !important;
}

.badge-outline-secondary {
    background-color: transparent !important;
    color: #8791a2 !important;
    border: 1px solid #8791a2 !important;
}

.badge-success {
    background-color: #6fda63 !important;
    color: #ffffff !important;
}

.badge-outline-success {
    background-color: transparent !important;
    color: #6fda63 !important;
    border: 1px solid #6fda63 !important;
}

.badge-warning {
    background-color: #ffbb44 !important;
    color: #ffffff !important;
}

.badge-outline-warning {
    background-color: transparent !important;
    color: #ffbb44 !important;
    border: 1px solid #ffbb44 !important;
}

.badge-info {
    background-color: #24abc0 !important;
    color: #ffffff !important;
}

.badge-outline-info {
    background-color: transparent !important;
    color: #24abc0 !important;
    border: 1px solid #24abc0 !important;
}

.badge-danger {
    background-color: #f05d27 !important;
    color: #ffffff !important;
}

.badge-outline-danger {
    background-color: transparent !important;
    color: #f05d27 !important;
    border: 1px solid #f05d27 !important;
}

.badge-dark {
    background-color: #35404e !important;
    color: #ffffff !important;
}

.badge-outline-dark {
    background-color: transparent !important;
    color: #35404e !important;
    border: 1px solid #35404e !important;
}

.badge-muted {
    background-color: #8492a6 !important;
    color: #ffffff !important;
}

.badge-outline-muted {
    background-color: transparent !important;
    color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
}

.badge-light {
    background-color: #f6f7fa !important;
    color: #ffffff !important;
}

.badge-outline-light {
    background-color: transparent !important;
    color: #f6f7fa !important;
    border: 1px solid #f6f7fa !important;
}

.badge-blue {
    background-color: #39aed6 !important;
    color: #ffffff !important;
}

.badge-outline-blue {
    background-color: transparent !important;
    color: #39aed6 !important;
    border: 1px solid #39aed6 !important;
}

.badge-purple {
    background-color: #711958 !important;
    color: #ffffff !important;
}

.badge-outline-purple {
    background-color: transparent !important;
    color: #711958 !important;
    border: 1px solid #711958 !important;
}

.badge-violet {
    background-color: #9B287B !important;
    color: #ffffff !important;
}

.badge-outline-violet {
    background-color: transparent !important;
    color: #9B287B !important;
    border: 1px solid #9B287B !important;
}

.badge-pink {
    background-color: #fc5185 !important;
    color: #ffffff !important;
}

.badge-outline-pink {
    background-color: transparent !important;
    color: #fc5185 !important;
    border: 1px solid #fc5185 !important;
}

.badge-green {
    background-color: #90b846 !important;
    color: #ffffff !important;
}

.badge-outline-green {
    background-color: transparent !important;
    color: #90b846 !important;
    border: 1px solid #90b846 !important;
}

.badge-footer {
    background-color: rgba(39, 52, 68, 0.9) !important;
    color: #ffffff !important;
}

.badge-outline-footer {
    background-color: transparent !important;
    color: rgba(39, 52, 68, 0.9) !important;
    border: 1px solid rgba(39, 52, 68, 0.9) !important;
}

.badge {
    padding: 5px 8px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.badge.badge-light {
    color: #35404e !important;
    background-color: #f6f7fa !important;
}

.badge.badge-outline-light {
    color: #35404e !important;
    border: 1px solid #b4bdd6 !important;
    background-color: transparent !important;
}

.badge:focus,
.badge.focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.badge.badge-pill {
    border-radius: 10px;
}

.nav-pills {
    margin-bottom: 15px;
    background: #f3f4f8;
}

.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-pills .nav-link.active {
    background: #5368f1;
    color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: #f6f7fa !important;
}

.nav-pills a .title {
    font-size: 17px;
    font-weight: 700;
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 0;
    display: block;
    background: transparent;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #35404e;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #5368f1;
}

.breadcrumb .breadcrumb-item.active {
    color: #5368f1;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
}

.breadcrumb .breadcrumb-item:after {
    content: "\f105" !important;
    font-size: 14px;
    color: #35404e;
    font-family: "FontAwesome";
    padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.avatar.avatar-ex-sm {
    height: 30px;
    width: 30px;
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px;
}

.avatar.avatar-small {
    height: 65px;
    width: 65px;
}

.avatar.avatar-md-md {
    height: 90px;
    width: 90px;
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px;
}

.avatar.avatar-large {
    height: 140px;
    width: 140px;
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px;
}

.fea {
    stroke-width: 1.8;
}

.fea.icon-sm {
    height: 30px;
    width: 16px;
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px;
}

.fea.icon-m-md {
    height: 28px;
    width: 28px;
}

.fea.icon-md {
    height: 35px;
    width: 35px;
}

.fea.icon-lg {
    height: 42px;
    width: 42px;
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}

.faq-container .question {
    font-size: 20px;
}

.faq-content .card {
    border-radius: 10px !important;
}

.faq-content .card .faq .card-header {
    padding-right: 40px !important;
}

.faq-content .card .faq .card-header.card-header-2 {
    border-bottom: 0;
}

.faq-content .card a.faq[data-toggle=collapse] {
    background-color: #ffffff;
    color: #5368f1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
    content: '\F415';
    position: absolute;
    right: 20px;
    top: 27% !important;
    font-family: 'Material Design Icons';
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #5368f1;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
    background-color: #ffffff;
    color: #35404e !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
    top: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #35404e !important;
}

.faq-content .card .faq-question {
    font-size: 16px;
}

.pagination .page-item .page-link {
    color: #35404e;
    border: 1px solid #dee2e6;
    padding: 12px 18px;
    font-size: 14px;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item .page-link:hover {
    color: #ffffff;
    background: rgba(83, 104, 241, 0.9);
    border-color: rgba(83, 104, 241, 0.9);
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #5368f1 !important;
    border-color: #5368f1;
    cursor: not-allowed;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #35404e;
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
    border-color: #5368f1;
}

.form-group textarea {
    height: 90px !important;
}

.form-group textarea.form-control {
    line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #ffffff;
    border-color: #5368f1;
    background-color: #5368f1;
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5368f1;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label:before,
.custom-control-label:after {
    top: 2px;
}

.custom-switch .custom-control-label:after {
    top: 4px;
}

.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.subscribe-form input {
    padding: 12.5px 20px;
    width: 100%;
    color: #35404e !important;
    border: none;
    outline: none !important;
    padding-right: 130px;
    background-color: rgba(255, 255, 255, 0.7);
}

.subscribe-form .btn {
    padding: 8.5px 20px !important;
}

.subscribe-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    outline: none !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.social-icon li a {
    color: #35404e;
    border: 1px solid #35404e;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.social-icon li a:hover {
    background-color: #5368f1;
    border-color: #5368f1 !important;
    color: #ffffff !important;
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
}

.back-to-home {
    position: absolute;
    top: 4%;
    right: 2%;
    z-index: 1;
}

@media print {
    #topnav,
    .footer {
        display: none !important;
    }
}

[class^=uil-]:before,
[class*=" uil-"]:before {
    margin: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
    border-color: #f2f4f6;
}

.table-responsive .table-center th {
    vertical-align: middle !important;
    cursor: pointer;
}

.table-responsive .table-center tbody tr:hover {
    color: #35404e;
    background-color: #f8f9fa;
}

.table-responsive .table-padding tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav .logo {
    float: left;
    color: #35404e !important;
}

#topnav .logo .l-dark {
    display: none;
}

#topnav .logo .l-light {
    display: inline-block;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #5368f1;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #5368f1;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #35404e;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #35404e;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
    padding: 3px 0;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #5368f1;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 5px 0 10px;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #35404e;
    font-size: 16px;
    background-color: transparent !important;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Nunito Sans", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #5368f1;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
    color: #5368f1 !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #35404e;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    right: -5px;
    top: 34px;
}

#topnav .menu-extras {
    position: absolute;
    left: 300px
}

#topnav.scroll {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
    color: #35404e;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #35404e;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #5368f1;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
    border-color: #5368f1;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    background: #ffffff;
    -webkit-box-shadow: 10px 0 10px rgb(0 0 0 / 25%);
    box-shadow: 10px 0 10px rgb(0 0 0 / 25%);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #35404e;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #5368f1 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
    border-color: #5368f1 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #5368f1 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #35404e;
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
    display: none;
}

#topnav.nav-sticky .buy-button .login {
    color: #35404e !important;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 8px 0 0 0;
    letter-spacing: 1px;
    line-height: 70px;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 20px;
        margin-left: -35px;
        -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
        border-color: transparent #ffffff #ffffff transparent;
    }
    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 10px 0;
        list-style: none;
        min-width: 170px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 5px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }
    #topnav .navigation-menu>li .submenu:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
    }
    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 106%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }
    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #5368f1;
    }
    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 7px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;
        letter-spacing: 0.04em;
        font-weight: 600;
        color: #35404e !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #5368f1;
    }
    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    #topnav .navigation-menu>li .submenu.megamenu li a {
        padding: 8px 15px;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        min-width: 180px;
        display: inline-block;
        vertical-align: top;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    #topnav .navigation-menu>li.last-elements .submenu:before {
        left: auto;
        right: 10px;
    }
    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navigation-menu.nav-light>li>a {
        color: rgba(255, 255, 255, 0.5);
    }
    #topnav .navigation-menu.nav-light>li.active>a {
        color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
        border-color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light>li:hover>a {
        color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, 0.5);
    }
    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #ffffff !important;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
    #topnav.scroll {
        top: 0;
    }
    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #topnav .buy-button .login {
        color: #ffffff !important;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        min-height: 74px;
    }
    #topnav .logo .l-dark {
        display: inline-block !important;
    }
    #topnav .logo .l-light {
        display: none !important;
    }
    #topnav .container {
        width: auto;
    }
    #topnav #navigation {
        max-height: 400px;
    }
    #topnav .navigation-menu {
        float: none;
    }
    #topnav .navigation-menu>li {
        float: none;
    }
    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #35404e;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6;
    }
    #topnav .navigation-menu>li>a {
        color: #35404e;
        padding: 10px 20px;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu>li>a:hover,
    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #5368f1;
    }
    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }
    #topnav .navbar-header {
        float: left;
    }
    #topnav .has-submenu .submenu .submenu-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }
    #topnav .has-submenu.active a {
        color: #5368f1;
    }
    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #eff1f6;
        border-bottom: 1px solid #eff1f6;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    #topnav .buy-button .login,
    #topnav .buy-button .login-light,
    #topnav .buy-button .login-dark {
        display: none;
    }
}

.bg-home {
    height: 100vh;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-150 {
    padding: 150px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
    box-shadow: 10px 0 10px rgb(0 0 0 / 25%);
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.domain-name {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: -170px 0 0px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .domain-name {
        margin: -140px 0 0;
    }
}

@media (max-width: 767px) {
    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .main-slider .slides .bg-slider,
    .bg-marketing {
        padding: 150px 0;
        height: auto;
    }
}

.services {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.services .icon {
    width: 80px;
    height: 80px;
    line-height: 72px;
    border: 3px solid rgba(83, 104, 241, 0.2);
    background-color: rgba(83, 104, 241, 0.065);
    border-radius: 10px;
}

.services .icon img {
    width: 55px;
    padding-top: 10px;
}

.services .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.services .content .title:hover {
    color: #5368f1 !important;
}

.services.serv-primary {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.services .big-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    opacity: 0.05;
    font-size: 120px;
}

.services .big-icon.icon-right {
    top: 10%;
    right: -20px;
    left: auto;
}

.services:hover {
    -webkit-box-shadow: 0 10px 25px rgba(53, 64, 78, 0.15);
    box-shadow: 0 10px 25px rgba(53, 64, 78, 0.15);
}

.services:hover.serv-primary {
    background-color: #5368f1 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
}

.services:hover.serv-primary .icon2,
.services:hover.serv-primary .para {
    color: rgba(255, 255, 255, 0.5) !important;
}

.services:hover.serv-primary .content,
.services:hover.serv-primary .icon2 {
    z-index: 2;
}

.services:hover .big-icon {
    opacity: 0.05;
}

.watch-video a.watch {
    font-size: 14px;
    font-weight: 700;
}

.watch-video a .play-icon-circle {
    height: 36px;
    width: 36px;
    background-color: #5368f1;
    line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
    font-size: 16px;
}

.watch-video a .play-icon-circle.play {
    top: 77%;
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #5368f1;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #5368f1;
    -webkit-text-fill-color: #5368f1;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1110px;
}

.pricing {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pricing .feature-list li {
    margin: 8px 0;
}

.pricing.hosting-rate:hover {
    -webkit-box-shadow: 0 10px 25px rgba(53, 64, 78, 0.15) !important;
    box-shadow: 0 10px 25px rgba(53, 64, 78, 0.15) !important;
}

.pricing.hosting-rate:hover .plan-name {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #5368f1;
    color: #ffffff !important;
}

.pricing.hosting-rate:hover .plan-name .para {
    color: rgba(255, 255, 255, 0.5) !important;
}

.pricing.hosting-rate:hover.best-plan .lable {
    background-color: #ffffff !important;
}

.pricing.hosting-rate:hover.best-plan .lable .best {
    color: #5368f1 !important;
}

.pricing.best-plan .lable {
    width: 200px;
    position: absolute;
    top: 15px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box-hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box-hover:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 25px rgba(53, 64, 78, 0.15) !important;
    box-shadow: 0 10px 25px rgba(53, 64, 78, 0.15) !important;
}

.box-top-position {
    position: relative;
    z-index: 2;
    margin: -250px 0 0px;
}

.box-top-position:hover .full-img {
    opacity: 0.08;
}

@media screen and (max-width: 767px) {
    .box-top-position {
        margin: 0 0 30px;
    }
}

.client-bar {
    cursor: e-resize;
}

.client-bar .content:before {
    content: "";
    position: absolute;
    bottom: -4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #35404e;
    border-color: transparent #f6f7fa #f6f7fa transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(53, 64, 78, 0.15);
    box-shadow: 2px 2px 2px -1px rgba(53, 64, 78, 0.15);
}

.client-bar .content .icons {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    font-size: 150px;
    opacity: 0.08;
}

.owl-theme .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    border-radius: 30px;
    background: rgba(83, 104, 241, 0.5) !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #5368f1 !important;
    width: 15px;
}

.owl-carousel .owl-item .testi-img {
    display: block;
    width: auto;
}

.login-page {
    font-size: 15px;
}

.login-page .forgot-pass {
    z-index: 99;
    position: relative;
    font-size: 13px;
}

.cover-user .container-fluid {
    max-width: 100%;
}

.cover-user .container-fluid .padding-less.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.cover-user .cover-user-img {
    height: 100vh;
}

@media (min-width: 1025px) {
    .cover-user .cover-user-img {
        padding: 0px 20%;
    }
}

@media (max-width: 768px) {
    .cover-user .padding-less {
        position: relative !important;
        height: 400px !important;
    }
    .cover-user .cover-user-content {
        text-align: left !important;
    }
    .cover-user .cover-user-img {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
        height: auto !important;
    }
    .cover-user .cover-my-30 {
        margin: 30px 0;
    }
}

.blog-post .content .title:hover {
    color: #5368f1 !important;
}

.blog-post .content .post-meta .like:hover,
.blog-post .content .post-meta .comment:hover,
.blog-post .content .post-meta .read-more:hover {
    color: #5368f1 !important;
}

.sidebar .widget .widget-search form {
    position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
    content: "\F349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}

.sidebar .widget .widget-title {
    font-size: 18px;
}

.sidebar .widget .catagory li {
    padding-bottom: 10px;
}

.sidebar .widget .catagory li:last-child {
    padding-bottom: 0;
}

.sidebar .widget .catagory li a,
.sidebar .widget .catagory li span {
    font-size: 15px;
}

.sidebar .widget .catagory li a {
    color: #35404e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .catagory li a:hover {
    color: #5368f1;
}

.sidebar .widget .post-recent {
    padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
    padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
    width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #35404e;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #5368f1;
}

.sidebar .widget .post-recent .post-recent-content span {
    font-size: 13px;
}

.sidebar .widget .tagcloud>a {
    background: #f8f9fa;
    color: #35404e;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar .widget .tagcloud>a:hover {
    background: #5368f1;
    color: #ffffff;
}

.sidebar .widget .widget-grid .item {
    position: relative;
    width: 25%;
    padding-top: 25%;
    float: left;
}

.sidebar .widget .widget-grid .item a {
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    overflow: hidden;
}

.sidebar .widget .widget-grid .item a img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.media-list .comment-desk a:hover {
    color: #5368f1 !important;
}

.media-list .sub-comment {
    border-left: 2px dashed #dee2e6;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #f05d27;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #f05d27;
    color: #f05d27;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #6fda63;
}

footer.footer {
    position: relative;
    padding: 60px 0;
}

footer.footer a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer.footer a:hover {
    color: #838f9b;
}

footer.footer .footer-bar {
    border-top: 1px solid #555d65;
}

footer.footer .foot-subscribe .form-control {
    background-color: #324357;
    border: 1px solid #324357;
    color: #f6f7fa;
}

footer.footer .foot-subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer.footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd;
}

footer.footer .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd;
}

footer.footer .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd;
}

footer.footer .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd;
}

footer.footer .foot-subscribe input::placeholder {
    color: #adb5bd;
}

footer.footer .footer-list {
    margin-bottom: 0;
}

footer.footer .footer-list li {
    margin-bottom: 10px;
}

footer.footer .footer-list li:last-child {
    margin-bottom: 0;
}

footer.footer .text-foot {
    color: #adb5bd;
}

footer.footer.footer-line {
    padding: 30px 0;
    border-top: 1px solid #555d65;
}


/*# sourceMappingURL=style.css.map */


/* Custom Css */

.bNrczw a:last-child {
    display: none !important;
}

.content-column .content-inner {
    position: relative;
    width: 100%;
}

.content-column .content-inner .title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}

.content-column .content-inner h2 {
    position: relative;
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 50px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
}

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 40px;
}

.fact-counter .column .inner {
    position: relative;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 600;
    font-size: 42px;
    line-height: 1em;
    font-family: 'Nunito Sans', sans-serif;
}

.fact-counter .count-outer .plus-tag {
    position: relative;
    font-weight: 600;
    font-size: 42px;
    line-height: 1em;
    font-family: 'Nunito Sans', sans-serif;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 18px;
    margin-top: 5px;
    text-transform: capitalize;
    font-family: 'Nunito Sans', sans-serif;
}


/* Our Process */

.icon-circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #45aed6;
    border-radius: 100px;
    position: relative;
}

.icon-circle img {
    margin-top: 25px;
    width: 42px;
    height: 42px;
}

#work-process h3 {
    margin-top: 15px;
    font-size: 20px;
}

#work-process .icon-circle>span {
    border-style: solid;
    border-width: 2px;
    border-color: #45aed6;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 20px;
    top: -12px;
    color: #64686d;
}

.box-loader {
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    right: 15%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}


/*Job Card*/

.job-card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 1px rgba(155, 152, 152, 0.34);
    float: left;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.job-card:hover {
    box-shadow: 0px 7px 12px 4px rgba(155, 152, 152, 0.34);
}

.job-card:hover .job-title {
    background: rgba(0, 107, 141, 1);
}

.job-card:hover .job-title h4 {
    color: white;
}

.job-card .job-title h4 {
    color: white;
}

.job-title {
    height: 55px;
    border-top: 3px solid #fdab15;
    display: flex;
    align-content: center;
    padding: 0 15px;
    text-align: left;
    align-items: center;
    transition: all 0.2s ease;
}

.job-title h4 {
    font-size: 17px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    width: 90%;
    -webkit-font-smoothing: subpixel-antialiased;
}

.card-contents {
    padding: 15px;
}

.card-contents .job-post-details {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #696C70;
}

.job-post-details .posted-date {
    font-weight: 400;
}

.job-post-details .posted-date:before {
    content: ",";
    margin-left: 5px;
}

.job-post-details .job-id {
    float: right;
    color: #4e4e4e;
}

.card .job-description {
    font-size: 14px;
    height: 56px;
    line-height: 18px;
    color: #5B5959;
    margin: 10px auto;
    overflow: hidden;
}

.job-card .job-datas {
    height: 80px;
}

.job-card .job-datas ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.job-card .job-datas ul li {
    /*  width:33.33%;*/
    float: left;
    box-sizing: border-box;
    margin: 0px 0;
    padding: 4px 6px;
    border-right: 1px solid #dbdbdb;
    /*border-bottom:1px solid #dbdbdb;*/
}

.job-card .job-datas ul li:nth-child(2) {
    width: 45%;
}

.job-card .job-datas ul li:nth-child(3) {
    border-right: 0;
}

.job-card .job-datas ul li:nth-child(1),
.card .job-datas ul li:nth-child(4) {
    padding-left: 0;
    width: 30%;
}

.job-card .job-datas ul li:nth-child(4) {
    border-bottom: 0;
    width: 25%;
}

.job-card .job-datas ul li:nth-child(5) {
    border: 0;
}

.job-card .job-datas ul li p {
    margin: 2px 0;
    padding: 0;
    font-size: 14px;
    white-space: nowrap;
}

.job-card .job-datas ul li p.data-name {
    font-weight: 500;
    color: #353A40;
}

.job-card .job-datas ul li p.data-descp {
    color: #3e3e3e;
    white-space: inherit !important;
}

#location-data {
    width: 66%;
}

.job-card .card-bottom-section {
    padding: 15px;
    border-top: 1px solid #dbdbdb;
    margin: 0 15px;
}

.job-card .card-bottom-section h3 {
    margin: 0;
    padding: 0;
    color: #3e3e3e;
    font-size: 16px;
    text-align: center;
}

.container-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 25px;
    margin: 5px 0;
    border-radius: 20px;
}

#contact-box h3 {
    color: #F96;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#contact-box h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact-box input[type="text"],
#contact-box input[type="email"],
#contact-box input[type="tel"],
#contact-box input[type="url"],
#contact-box textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 6px 10px;
}

#contact-box textarea {
    height: 60px;
    max-width: 100%;
    resize: none;
}

#contact-box button[type="submit"] {
    cursor: pointer;
    width: 100%;
    background-image: linear-gradient(109.6deg, rgba(102, 203, 149, 1) 11.2%, rgba(39, 210, 175, 1) 98.7%);
    border-color: #2a95be;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}


/* Payment Method */

.credit-card-title {
    font-size: 25px;
    text-align: center;
}

.or {
    text-align: center;
    padding: 1%;
    font-size: 20px;
    color: #a4a4a4;
}

.payment-overview {
    position: relative;
    text-align: center;
    background: #7cb1ff;
    padding: 5%;
    padding-top: 120px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.payment-details {
    background: #fff;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* Medium devices (desktops, 992px and up) */

@media screen and (min-width: 768px) {
    .payment-overview {
        height: 400px;
    }
    .payment-details {
        height: 400px;
    }
}

.credit-card-icon {
    float: right;
    font-size: 23px;
}

@media screen and (max-width: 750px) {
    .form-container {
        margin-top: 1%;
    }
    .payment-overview {
        height: auto;
        padding: 5%;
        padding-top: 5%;
    }
    .payment-details {
        height: auto;
        padding: 5%;
    }
    #image-pay {
        margin-top: 25px;
    }
}

.product-payment {
    padding-top: 25px;
    font-size: 26px;
}

.price-payment {
    padding-top: 50px;
    font-size: 40px;
}

.long-number {
    width: 100%;
    border: 1px solid #c6c6c6;
    padding: 2%;
}

input {
    color: #9e9fa0;
    border: 0px solid #a6a7ab;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none;
   <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.month-select {
    color: #9e9fa0;
    width: 100%;
    border: 1px solid #c6c6c6;
    padding: 2%;
    margin-bottom: 10px;
}

.razorpay-payment-button {
    background: #00af6c;
    width: 100%;
    padding: 4%;
    margin-top: 8px;
    border: 0px solid green;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select {
    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* Payment Method Ends */


/* Portfolio Page CSS */

.card-image {
    display: block;
    /* layout hack */
    background-size: cover;
    filter: blur(3px);
    border-top: 5px solid #1a4a80;
    /* blur the lowres image */
}

.card-image>img {
    display: block;
    width: 100%;
    /* visually hide the img element */
}

.card-image.is-loaded {
    filter: none;
    /* remove the blur on fullres image */
    transition: filter 1s;
}

.card-image-app {
    display: block;
    min-height: 20rem;
    /* layout hack */
    background-size: cover;
    filter: blur(3px);
    border-top: 5px solid #1a4a80;
    /* blur the lowres image */
}

.card-image-app>img {
    display: block;
    width: 100%;
    /* visually hide the img element */
}

.card-image-app.is-loaded {
    filter: none;
    /* remove the blur on fullres image */
    transition: filter 1s;
}


/* Layout Styles */

.card-list {
    display: block;
    margin: 1rem auto;
    padding: 0;
    font-size: 0;
    text-align: center;
    list-style: none;
}

.pro-card {
    display: inline-block;
    width: 90%;
    max-width: 20rem;
    margin: 1rem;
    font-size: 1rem;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 0 3rem -1rem rgba(0, 0, 0, 0.5);
    transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

.pro-card:hover {
    transform: translateY(-0.5rem) scale(1.0125);
    box-shadow: 0 0.5em 3rem -1rem rgba(0, 0, 0, 0.5);
}

.card-description {
    display: block;
    padding: 1em 0.5em;
    color: #515151;
    text-decoration: none;
    font-size: 18px;
}

.card-description>h2 {
    margin: 0 0 0.5em;
}

.card-description>p {
    margin: 0;
}

.web-screen {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 1px;
    margin: 0 auto;
}

.web-screen img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
}


/* Portfolio Page Css End */


/* Case Study */

.blog-slider {
    width: 95%;
    position: relative;
    margin: auto;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 150px auto 0;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 400px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 400px;
    flex-shrink: 0;
    height: 300px;
    border-radius: 20px;
    transform: translateX(-80px);
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.8;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 50px;
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: justify;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
    text-align: justify;
}

.blog-slider__code {
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.blog-slider__text {
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #24abc0;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}


/* Case Study End */

@media (max-width: 575px) {
    .hidden-xs {
        display: none;
    }
    .col-xs-6 {
        width: 50%;
    }
    .mt-xs-25 {
        margin-top: 20px;
    }
    .mt-xs-50 {
        margin-top: 50px;
    }
    .bg-half-150 {
        padding: 70px 0 40px;
        background-size: cover;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        position: relative;
        background-position: center center;
        box-shadow: 10px 0 10px rgb(0 0 0 / 25%);
    }
}

.clearfix {
    clear: both;
}


/* Loading Style */

#loading {
    background-color: rgba(55, 55, 55, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}


/* Direction Arrow Animation */

.chevron {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #2c3e50;
}

.chevron:before {
    left: 0;
    transform: skewY(30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #f7f7f7 url('https://loading.io/mod/spinner/spinner/sample.gif') no-repeat center;
}


/* Swiper Slider Button */

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 4px !important;
}