/* Template Name: Codash - Coworking HTML Template
   Author: Shreethemes
   Version: 1.1.0
   Created: August 2020
   File Description: Main Css file of the template
*/
/****************************/
/*         INDEX            */
/*===========================
 *     01.  Variables       *
 *     02.  General         *
 *     03.  Helper          *
 *     04.  Boostrap Custom *
 *     05.  Components      *
 *     06.  Menu            *
 *     07.  Home            *
 *     08.  Features        *
 *     09.  CTA             *
 *     10.  Work            *
 *     12.  Testi           *
 *     13.  Blog / News     *
 *     14.  Contact         *
 *     15.  Footer          *
 ===========================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/************************
    2.  General
************************/
body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #36414c;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    font-weight: 500 !important;
}

::selection {
    background: #414e5b;
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.list-unstyled{
    padding-left: auto !important;
    padding-right: 0;
}

/* .feather {
    transform: scaleX(-1) !important;
} */

.uil-arrow-right::before {
    transform: scaleX(-1) !important;
}

.uil-arrow-left::before {
    transform: scaleX(-1) !important;
}

.mdi-chevron-right::before {
    transform: scaleX(-1) !important;
}


.ms-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
}

/************************
    3.  Helper
************************/
.section {
    padding: 100px 0;
    position: relative;
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.text-md-start {
    text-align: right !important;
}

.bg-overlay {
    background-color: rgba(54, 65, 76, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.7);
}

.bg-overlay-primary {
    background-color: rgba(57, 108, 240, 0.65);
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 40px !important;
    letter-spacing: 1px;
}

.title-heading .para-desc {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.section-title {
    position: relative;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 28px !important;
}

.para-desc {
    max-width: 600px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -1px;
    left: 0;
}

.shape>svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center;
}

.feature-posts-placeholder {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 66.6%;
}

.feature-top {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
    margin: -170px 0 0px;
}

.mover {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(5px);
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }

    .title-heading .heading {
        font-size: 30px !important;
    }

    .title-heading .para-desc {
        font-size: 15px;
    }

    .mt-60 {
        margin-top: 60px;
    }
}

@media (max-width: 425px) {
    .shape {
        bottom: -3px;
    }

    .feature-posts-placeholder {
        height: 80%;
    }
}

/*****************************
    4.  Bootstrap Custom
******************************/
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

.row>* {
    position: relative;
}

h1 {
    font-size: 42px !important;
}

h2 {
    font-size: 36px !important;
}

h3 {
    font-size: 30px !important;
}

h4 {
    font-size: 24px !important;
}

h5 {
    font-size: 20px !important;
}

h6 {
    font-size: 16px !important;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

.display-5 {
    font-size: 48px !important;
}

.display-6 {
    font-size: 42px !important;
}

.bg-primary {
    background-color: #396cf0 !important;
}

.bg-soft-primary {
    background-color: rgba(57, 108, 240, 0.2) !important;
}

.text-primary {
    color: #396cf0 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #215aee !important;
}

.bg-secondary {
    background-color: #efeff7 !important;
}

.bg-soft-secondary {
    background-color: rgba(239, 239, 247, 0.2) !important;
}

.text-secondary {
    color: #efeff7 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #dedeef !important;
}

.bg-success {
    background-color: #38c976 !important;
}

.bg-soft-success {
    background-color: rgba(56, 201, 118, 0.2) !important;
}

.text-success {
    color: #38c976 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #31b66a !important;
}

.bg-warning {
    background-color: #ffa23a !important;
}

.bg-soft-warning {
    background-color: rgba(255, 162, 58, 0.2) !important;
}

.text-warning {
    color: #ffa23a !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ff9621 !important;
}

.bg-info {
    background-color: #3eaeff !important;
}

.bg-soft-info {
    background-color: rgba(62, 174, 255, 0.2) !important;
}

.text-info {
    color: #3eaeff !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #25a3ff !important;
}

.bg-danger {
    background-color: #fe5050 !important;
}

.bg-soft-danger {
    background-color: rgba(254, 80, 80, 0.2) !important;
}

.text-danger {
    color: #fe5050 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #fe3737 !important;
}

.bg-dark-blue {
    background-color: #08083d !important;
}

.bg-soft-dark-blue {
    background-color: rgba(8, 8, 61, 0.2) !important;
}

.text-dark-blue {
    color: #08083d !important;
}

a.text-dark-blue:hover,
a.text-dark-blue:focus {
    color: #050526 !important;
}

.bg-dark {
    background-color: #36414c !important;
}

.bg-soft-dark {
    background-color: rgba(54, 65, 76, 0.2) !important;
}

.text-dark {
    color: #36414c !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #2b343d !important;
}

.bg-muted {
    background-color: #8492a6 !important;
}

.bg-soft-muted {
    background-color: rgba(132, 146, 166, 0.2) !important;
}

.text-muted {
    color: #8492a6 !important;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #75859b !important;
}

.bg-light {
    background-color: #f9fcff !important;
}

.bg-soft-light {
    background-color: rgba(249, 252, 255, 0.2) !important;
}

.text-light {
    color: #f9fcff !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #e0efff !important;
}

.bg-footer {
    background-color: #35404E !important;
}

.bg-soft-footer {
    background-color: rgba(53, 64, 78, 0.2) !important;
}

.text-footer {
    color: #35404E !important;
}

a.text-footer:hover,
a.text-footer:focus {
    color: #2b343f !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-pill {
    border-radius: 30px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-lg {
    border-radius: 30px !important;
}

.border {
    border: 1px solid #e7ecf2 !important;
}

.border-top {
    border-top: 1px solid #e7ecf2 !important;
}

.border-bottom {
    border-bottom: 1px solid #e7ecf2 !important;
}

.border-left {
    border-left: 1px solid #e7ecf2 !important;
}

.border-right {
    border-right: 1px solid #e7ecf2 !important;
}

.modal-open {
    padding-right: 0 !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;
    }
}

/************************
    5.  Components
************************/
.btn-primary {
    background-color: #396cf0 !important;
    border: 1px solid #396cf0 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(57, 108, 240, 0.5);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #215aee !important;
    border-color: #215aee !important;
    color: #ffffff !important;
}

.btn-soft-primary {
    background-color: rgba(57, 108, 240, 0.15) !important;
    border: 1px solid rgba(57, 108, 240, 0.1) !important;
    color: #396cf0 !important;
    box-shadow: 0 3px 7px rgba(57, 108, 240, 0.2);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #396cf0 !important;
    border-color: #396cf0 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(57, 108, 240, 0.5);
}

.btn-outline-primary {
    border: 1px solid #396cf0;
    color: #396cf0;
    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: #396cf0;
    border-color: #396cf0;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(57, 108, 240, 0.5);
}

.btn-secondary {
    background-color: #efeff7 !important;
    border: 1px solid #efeff7 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #dedeef !important;
    border-color: #dedeef !important;
    color: #ffffff !important;
}

.btn-soft-secondary {
    background-color: rgba(239, 239, 247, 0.15) !important;
    border: 1px solid rgba(239, 239, 247, 0.1) !important;
    color: #efeff7 !important;
    box-shadow: 0 3px 7px rgba(239, 239, 247, 0.2);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #efeff7 !important;
    border-color: #efeff7 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-outline-secondary {
    border: 1px solid #efeff7;
    color: #efeff7;
    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: #efeff7;
    border-color: #efeff7;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-success {
    background-color: #38c976 !important;
    border: 1px solid #38c976 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(56, 201, 118, 0.5);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #31b66a !important;
    border-color: #31b66a !important;
    color: #ffffff !important;
}

.btn-soft-success {
    background-color: rgba(56, 201, 118, 0.15) !important;
    border: 1px solid rgba(56, 201, 118, 0.1) !important;
    color: #38c976 !important;
    box-shadow: 0 3px 7px rgba(56, 201, 118, 0.2);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #38c976 !important;
    border-color: #38c976 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(56, 201, 118, 0.5);
}

.btn-outline-success {
    border: 1px solid #38c976;
    color: #38c976;
    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: #38c976;
    border-color: #38c976;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(56, 201, 118, 0.5);
}

.btn-warning {
    background-color: #ffa23a !important;
    border: 1px solid #ffa23a !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(255, 162, 58, 0.5);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #ff9621 !important;
    border-color: #ff9621 !important;
    color: #ffffff !important;
}

.btn-soft-warning {
    background-color: rgba(255, 162, 58, 0.15) !important;
    border: 1px solid rgba(255, 162, 58, 0.1) !important;
    color: #ffa23a !important;
    box-shadow: 0 3px 7px rgba(255, 162, 58, 0.2);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #ffa23a !important;
    border-color: #ffa23a !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(255, 162, 58, 0.5);
}

.btn-outline-warning {
    border: 1px solid #ffa23a;
    color: #ffa23a;
    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: #ffa23a;
    border-color: #ffa23a;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(255, 162, 58, 0.5);
}

.btn-info {
    background-color: #3eaeff !important;
    border: 1px solid #3eaeff !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(62, 174, 255, 0.5);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #25a3ff !important;
    border-color: #25a3ff !important;
    color: #ffffff !important;
}

.btn-soft-info {
    background-color: rgba(62, 174, 255, 0.15) !important;
    border: 1px solid rgba(62, 174, 255, 0.1) !important;
    color: #3eaeff !important;
    box-shadow: 0 3px 7px rgba(62, 174, 255, 0.2);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #3eaeff !important;
    border-color: #3eaeff !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(62, 174, 255, 0.5);
}

.btn-outline-info {
    border: 1px solid #3eaeff;
    color: #3eaeff;
    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: #3eaeff;
    border-color: #3eaeff;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(62, 174, 255, 0.5);
}

.btn-danger {
    background-color: #fe5050 !important;
    border: 1px solid #fe5050 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(254, 80, 80, 0.5);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #fe3737 !important;
    border-color: #fe3737 !important;
    color: #ffffff !important;
}

.btn-soft-danger {
    background-color: rgba(254, 80, 80, 0.15) !important;
    border: 1px solid rgba(254, 80, 80, 0.1) !important;
    color: #fe5050 !important;
    box-shadow: 0 3px 7px rgba(254, 80, 80, 0.2);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #fe5050 !important;
    border-color: #fe5050 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(254, 80, 80, 0.5);
}

.btn-outline-danger {
    border: 1px solid #fe5050;
    color: #fe5050;
    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: #fe5050;
    border-color: #fe5050;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(254, 80, 80, 0.5);
}

.btn-dark-blue {
    background-color: #08083d !important;
    border: 1px solid #08083d !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active,
.btn-dark-blue.active,
.btn-dark-blue.focus {
    background-color: #050526 !important;
    border-color: #050526 !important;
    color: #ffffff !important;
}

.btn-soft-dark-blue {
    background-color: rgba(8, 8, 61, 0.15) !important;
    border: 1px solid rgba(8, 8, 61, 0.1) !important;
    color: #08083d !important;
    box-shadow: 0 3px 7px rgba(8, 8, 61, 0.2);
}

.btn-soft-dark-blue:hover,
.btn-soft-dark-blue:focus,
.btn-soft-dark-blue:active,
.btn-soft-dark-blue.active,
.btn-soft-dark-blue.focus {
    background-color: #08083d !important;
    border-color: #08083d !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-outline-dark-blue {
    border: 1px solid #08083d;
    color: #08083d;
    background-color: transparent;
}

.btn-outline-dark-blue:hover,
.btn-outline-dark-blue:focus,
.btn-outline-dark-blue:active,
.btn-outline-dark-blue.active,
.btn-outline-dark-blue.focus,
.btn-outline-dark-blue:not(:disabled):not(.disabled):active {
    background-color: #08083d;
    border-color: #08083d;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-dark {
    background-color: #36414c !important;
    border: 1px solid #36414c !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(54, 65, 76, 0.5);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #2b343d !important;
    border-color: #2b343d !important;
    color: #ffffff !important;
}

.btn-soft-dark {
    background-color: rgba(54, 65, 76, 0.15) !important;
    border: 1px solid rgba(54, 65, 76, 0.1) !important;
    color: #36414c !important;
    box-shadow: 0 3px 7px rgba(54, 65, 76, 0.2);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #36414c !important;
    border-color: #36414c !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(54, 65, 76, 0.5);
}

.btn-outline-dark {
    border: 1px solid #36414c;
    color: #36414c;
    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: #36414c;
    border-color: #36414c;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(54, 65, 76, 0.5);
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #ffffff !important;
    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: #75859b !important;
    border-color: #75859b !important;
    color: #ffffff !important;
}

.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;
    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;
    box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.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;
    box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-light {
    background-color: #f9fcff !important;
    border: 1px solid #f9fcff !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #e0efff !important;
    border-color: #e0efff !important;
    color: #ffffff !important;
}

.btn-soft-light {
    background-color: rgba(249, 252, 255, 0.15) !important;
    border: 1px solid rgba(249, 252, 255, 0.1) !important;
    color: #f9fcff !important;
    box-shadow: 0 3px 7px rgba(249, 252, 255, 0.2);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #f9fcff !important;
    border-color: #f9fcff !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
}

.btn-outline-light {
    border: 1px solid #f9fcff;
    color: #f9fcff;
    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: #f9fcff;
    border-color: #f9fcff;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
}

.btn-footer {
    background-color: #35404E !important;
    border: 1px solid #35404E !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #2b343f !important;
    border-color: #2b343f !important;
    color: #ffffff !important;
}

.btn-soft-footer {
    background-color: rgba(53, 64, 78, 0.15) !important;
    border: 1px solid rgba(53, 64, 78, 0.1) !important;
    color: #35404E !important;
    box-shadow: 0 3px 7px rgba(53, 64, 78, 0.2);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: #35404E !important;
    border-color: #35404E !important;
    color: #ffffff !important;
    box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn-outline-footer {
    border: 1px solid #35404E;
    color: #35404E;
    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: #35404E;
    border-color: #35404E;
    color: #ffffff;
    box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 6px;
}

.btn:focus {
    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-pills {
    border-radius: 30px;
}

.btn.btn-light {
    color: #36414c !important;
    background: #f9fcff;
    border: 1px solid #e7ecf2 !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #e0efff !important;
    color: #36414c;
}

.btn.btn-outline-light {
    border: 1px solid #e7ecf2 !important;
    color: #36414c !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: #f9fcff;
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 32px;
    padding: 0;
}

.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 15px;
}

.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;
    border: 0;
}

.shadow {
    box-shadow: 0 0 3px rgba(54, 65, 76, 0.2) !important;
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(54, 65, 76, 0.2) !important;
}

.shadow-md {
    box-shadow: 0 5px 13px rgba(54, 65, 76, 0.2) !important;
}

.badge-primary {
    background-color: #396cf0 !important;
    color: #ffffff !important;
}

.badge-outline-primary {
    background-color: transparent !important;
    color: #396cf0 !important;
    border: 1px solid #396cf0 !important;
}

.badge-secondary {
    background-color: #efeff7 !important;
    color: #ffffff !important;
}

.badge-outline-secondary {
    background-color: transparent !important;
    color: #efeff7 !important;
    border: 1px solid #efeff7 !important;
}

.badge-success {
    background-color: #38c976 !important;
    color: #ffffff !important;
}

.badge-outline-success {
    background-color: transparent !important;
    color: #38c976 !important;
    border: 1px solid #38c976 !important;
}

.badge-warning {
    background-color: #ffa23a !important;
    color: #ffffff !important;
}

.badge-outline-warning {
    background-color: transparent !important;
    color: #ffa23a !important;
    border: 1px solid #ffa23a !important;
}

.badge-info {
    background-color: #3eaeff !important;
    color: #ffffff !important;
}

.badge-outline-info {
    background-color: transparent !important;
    color: #3eaeff !important;
    border: 1px solid #3eaeff !important;
}

.badge-danger {
    background-color: #fe5050 !important;
    color: #ffffff !important;
}

.badge-outline-danger {
    background-color: transparent !important;
    color: #fe5050 !important;
    border: 1px solid #fe5050 !important;
}

.badge-dark-blue {
    background-color: #08083d !important;
    color: #ffffff !important;
}

.badge-outline-dark-blue {
    background-color: transparent !important;
    color: #08083d !important;
    border: 1px solid #08083d !important;
}

.badge-dark {
    background-color: #36414c !important;
    color: #ffffff !important;
}

.badge-outline-dark {
    background-color: transparent !important;
    color: #36414c !important;
    border: 1px solid #36414c !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: #f9fcff !important;
    color: #ffffff !important;
}

.badge-outline-light {
    background-color: transparent !important;
    color: #f9fcff !important;
    border: 1px solid #f9fcff !important;
}

.badge-footer {
    background-color: #35404E !important;
    color: #ffffff !important;
}

.badge-outline-footer {
    background-color: transparent !important;
    color: #35404E !important;
    border: 1px solid #35404E !important;
}

.badge {
    letter-spacing: 0.5px;
    padding: 4px 8px;
    font-weight: 500;
    line-height: 11px;
}

.badge.badge-link:hover {
    color: #ffffff !important;
}

.badge:hover {
    color: #ffffff;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #396cf0 !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #efeff7 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #38c976 !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #ffa23a !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #3eaeff !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #fe5050 !important;
}

.dropdown-dark-blue .dropdown-menu .dropdown-item:hover,
.dropdown-dark-blue .dropdown-menu .dropdown-item.active,
.dropdown-dark-blue .dropdown-menu .dropdown-item:active,
.dropdown-dark-blue .dropdown-menu .dropdown-item.focus,
.dropdown-dark-blue .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #08083d !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #36414c !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f9fcff !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #35404E !important;
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: -4px;
    top: -2px;
    border: solid #ffffff;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0;
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(54, 65, 76, 0.2);
}

.btn-group .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    box-sizing: border-box;
    border: 7px solid #66737f;
    border-radius: 0.5px;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -2px 2px 2px -1px rgba(39, 45, 55, 0.15);
}

.alert-primary {
    background-color: #4c7af1;
    color: #ffffff;
    border-color: #396cf0;
}

.alert-primary .alert-link {
    color: #0a2d86;
}

.alert-outline-primary {
    background-color: #ffffff;
    color: #396cf0;
    border-color: #396cf0;
}

.alert-secondary {
    background-color: #fdfdfe;
    color: #ffffff;
    border-color: #efeff7;
}

.alert-secondary .alert-link {
    color: #8989c4;
}

.alert-outline-secondary {
    background-color: #ffffff;
    color: #efeff7;
    border-color: #efeff7;
}

.alert-success {
    background-color: #48cd81;
    color: #ffffff;
    border-color: #38c976;
}

.alert-success .alert-link {
    color: #165230;
}

.alert-outline-success {
    background-color: #ffffff;
    color: #38c976;
    border-color: #38c976;
}

.alert-warning {
    background-color: #ffac4e;
    color: #ffffff;
    border-color: #ffa23a;
}

.alert-warning .alert-link {
    color: #a05400;
}

.alert-outline-warning {
    background-color: #ffffff;
    color: #ffa23a;
    border-color: #ffa23a;
}

.alert-info {
    background-color: #52b7ff;
    color: #ffffff;
    border-color: #3eaeff;
}

.alert-info .alert-link {
    color: #005fa4;
}

.alert-outline-info {
    background-color: #ffffff;
    color: #3eaeff;
    border-color: #3eaeff;
}

.alert-danger {
    background-color: #fe6464;
    color: #ffffff;
    border-color: #fe5050;
}

.alert-danger .alert-link {
    color: #b40101;
}

.alert-outline-danger {
    background-color: #ffffff;
    color: #fe5050;
    border-color: #fe5050;
}

.alert-dark-blue {
    background-color: #0a0a4f;
    color: #ffffff;
    border-color: #08083d;
}

.alert-dark-blue .alert-link {
    color: black;
}

.alert-outline-dark-blue {
    background-color: #ffffff;
    color: #08083d;
    border-color: #08083d;
}

.alert-dark {
    background-color: #3e4b58;
    color: #ffffff;
    border-color: #36414c;
}

.alert-dark .alert-link {
    color: black;
}

.alert-outline-dark {
    background-color: #ffffff;
    color: #36414c;
    border-color: #36414c;
}

.alert-muted {
    background-color: #909caf;
    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: white;
    color: #ffffff;
    border-color: #f9fcff;
}

.alert-light .alert-link {
    color: #60b0ff;
}

.alert-outline-light {
    background-color: #ffffff;
    color: #f9fcff;
    border-color: #f9fcff;
}

.alert-footer {
    background-color: #3d4a5a;
    color: #ffffff;
    border-color: #35404E;
}

.alert-footer .alert-link {
    color: black;
}

.alert-outline-footer {
    background-color: #ffffff;
    color: #35404E;
    border-color: #35404E;
}

.alert {
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 13px;
}

.alert.alert-light {
    background-color: #f9fcff;
    color: #36414c;
    border-color: #d5dde5;
}

.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: 500;
}

.nav-pills {
    margin-bottom: 15px;
    background: #f4f9ff;
}

.nav-pills .nav-link {
    color: #66737f !important;
    padding: 5px;
    transition: all 0.5s ease;
}

.nav-pills .nav-link.active {
    background: #396cf0;
    color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: #f9fcff !important;
}

.nav-pills a .title {
    font-size: 17px;
    font-weight: 500;
}

.fea {
    stroke-width: 1.8;
}

.fea.icon-sm {
    height: 16px;
    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;
}

.avatar.avatar-ex-sm {
    max-height: 25px;
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px;
}

.avatar.avatar-small {
    height: 70px;
    width: 70px;
}

.avatar.avatar-m-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;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #f9fcff, #f9fcff);
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion .accordion-item {
    overflow: hidden;
    border: 0;
    box-shadow: 0 0 3px rgba(54, 65, 76, 0.2);
    background: transparent;
}

.accordion .accordion-item .accordion-button {
    font-weight: 500;
    text-align: left;
    box-shadow: none;
    padding: 1rem 2.5rem 1rem 1.25rem;
}

.accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-item .accordion-button:before {
    content: '\F0143';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 16px;
    color: #396cf0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #ffffff;
    color: #36414c !important;
    transition: all 0.5s;
}

.accordion .accordion-item .accordion-button.collapsed:before {
    top: 15px;
    transform: rotate(180deg);
    color: #36414c !important;
}

.accordion .accordion-item .accordion-button:after {
    display: none;
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    left: 0;
}

.home-shape-arrow i {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 3px rgba(54, 65, 76, 0.2);
    border-radius: 30px;
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease;
}

.home-shape-arrow {
    bottom: 25px;
}

.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    height: 440px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 13px;
    font-weight: 500;
}

.form-group .form-control {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #e7ecf2 !important;
    color: #36414c;
    height: 40px;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 6px;
    transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
    border-color: #396cf0;
}

.form-group textarea {
    height: 120px !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 {
    border-color: #396cf0;
    background-color: #396cf0;
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus {
    box-shadow: none;
    border-color: #396cf0;
}

.custom-control-label:before {
    background: transparent;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label:before,
.custom-control-label:after {
    top: 1px;
}

.subcribe-form input {
    padding: 12px 20px;
    width: 100%;
    color: #36414c !important;
    border: none;
    outline: none !important;
    padding-left: 130px;
    background-color: rgba(255, 255, 255, 0.9);
    height: 50px;
}

.subcribe-form .btn {
    padding: 10px 20px !important;
}

.subcribe-form button {
    position: absolute;
    top: 27px;
    left: 16px;
    outline: none !important;
}

.title-heading .breadcrumb-position {
    position: relative;
    top: 110px;
    z-index: 99;
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #36414c;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #396cf0;
}

.breadcrumb .breadcrumb-item.active {
    color: #396cf0;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
}

.breadcrumb .breadcrumb-item:after {
    content: "\F0141" !important;
    font-size: 14px;
    color: #36414c;
    font-family: 'Material Design Icons';
    padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.pagination .page-item .page-link {
    color: #36414c;
    border: 1px solid #d5dde5;
    padding: 12px 18px;
    font-size: 14px;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item .page-link:hover {
    color: #ffffff;
    background: rgba(57, 108, 240, 0.9);
    border-color: rgba(57, 108, 240, 0.9);
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #396cf0 !important;
    border-color: #396cf0;
    cursor: not-allowed;
}

.social-icon li a {
    color: #36414c;
    border: 1px solid #36414c;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 27px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.social-icon li a .fea-social {
    stroke-width: 2;
}

.social-icon li a:hover {
    background-color: #396cf0;
    border-color: #396cf0 !important;
    color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
    fill: #215aee;
}

.social-icon.social li a {
    color: #adb9c7;
    border-color: #adb9c7;
}

.social-icon.foot-social-icon li a {
    color: #adb9c7;
    border-color: #3f4c5d;
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}

.back-to-home {
    position: absolute;
    top: 4%;
    right: 2%;
    z-index: 1;
}

.back-to-home a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #396cf0;
}

.back-to-home a .fea {
    stroke-width: 2;
}

.partner-img {
    opacity: 0.6;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
    margin: 0;
}

.sticky-sidebar {
    position: sticky;
    top: 80px;
}

@media (min-width: 1024px) {
    .padding-ten {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (min-width: 1025px) {
    .padding-ten {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 768px) {
    .title-heading .breadcrumb-position {
        top: 70px;
    }
}

/*********************************/
/*         Menu                  */
/*===============================*/
#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    transition: all .5s ease;
}

#topnav .logo {
    float: right;
    color: #36414c !important;
}

#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
    display: none;
}

#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
    display: inline-block;
}

#topnav .logo:focus {
    outline: none;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #396cf0 !important;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #396cf0;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #36414c;
    border-radius: 0.5px;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    position: absolute;
    left: 20px;
    top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #396cf0;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 30px 0 26px 10px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #36414c;
    display: block;
    margin-bottom: 5px;
    transition: transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #396cf0;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .buy-button {
    float: left;
    line-height: 68px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
}

#topnav .buy-button>li {
    line-height: initial;
}

#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
    display: none;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 5px;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
    color: #396cf0 !important;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #36414c;
    font-size: 12px;
    background-color: transparent !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.5s;
    font-family: "Inter", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #396cf0;
}

#topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
    padding: 10px 20px;
    white-space: nowrap;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bolder;
    color: #36414c !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #36414c;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    transition: all 0.5s;
    left: -5px;
    top: 32px;
}

#topnav .menu-extras {
    float: left;
}

#topnav.scroll {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 3px rgba(54, 65, 76, 0.2);
}

#topnav.scroll .navigation-menu>li>a {
    color: #36414c;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #36414c;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #396cf0;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
    border-color: #396cf0;
}

#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;
    box-shadow: 0 0 3px rgba(54, 65, 76, 0.2);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #36414c;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #396cf0 !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: #396cf0 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #396cf0 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #36414c;
}

#topnav.nav-sticky.tagline-height {
    top: 0 !important;
}

#topnav.nav-sticky .buy-button .login {
    color: #36414c !important;
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
    display: none;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    margin-right: 15px;
    padding: 3px 0;
    letter-spacing: 1px;
    line-height: 68px;
}

@media (min-width: 1025px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 1116px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 936px !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #topnav .navigation-menu>.has-submenu:hover .menu-arrow,
    #topnav .navigation-menu>.has-submenu.active .menu-arrow {
        top: 32px !important;
    }

    #topnav .navigation-menu>.has-submenu.active .menu-arrow {
        top: 32px;
    }

    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 101%;
        right: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        transition: all .2s ease;
        border-radius: 5px;
        background-color: #ffffff;
        box-shadow: 0 0 3px rgba(54, 65, 76, 0.2);
    }

    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 600;
        color: #36414c !important;
        transition: all 0.3s;
    }

    #topnav .navigation-menu>li .submenu li a:hover {
        color: #396cf0 !important;
    }

    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        top: auto;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
        padding: 10px 20px;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #36414c !important;
    }

    #topnav .navigation-menu>li .submenu>li .submenu {
        right: 101%;
        top: 0;
        margin-right: 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: #396cf0;
    }

    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #396cf0 !important;
    }

    #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 .navigation-menu.nav-right {
        justify-content: flex-end !important;
    }

    #topnav .navigation-menu.nav-right>li:last-child .submenu {
        left: auto;
        right: 0;
    }

    #topnav .navigation-menu.nav-right>li:last-child .submenu:before {
        left: auto;
        right: 10px;
    }

    #topnav .navigation-menu.nav-right>li:last-child .submenu>li.has-submenu .submenu {
        left: auto;
        right: 101%;
        margin-left: 0;
        margin-right: 10px;
    }

    #topnav .navigation-menu.nav-left {
        justify-content: flex-start !important;
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu {
        left: 0 !important;
        right: auto !important;
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
        left: 45px !important;
        right: auto !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;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #ffffff;
        box-shadow: 0 0 3px rgba(54, 65, 76, 0.2);
        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: #36414c !important;
        transition: all 0.3s;
    }

    #topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
        padding: 7px 15px;
    }

    #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: #36414c;
        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: #396cf0;
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }

    #topnav .navbar-header {
        float: right;
    }

    #topnav .buy-button .login {
        color: #36414c !important;
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        transform: rotate(-135deg);
        position: absolute;
        left: 20px;
        top: 12px;
    }

    #topnav .has-submenu.active a {
        color: #396cf0;
    }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #eff7ff;
        border-bottom: 1px solid #eff7ff;
        background-color: #ffffff;
    }

    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        left: 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;
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu>li:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px;
    }

    #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
        transform: translate3d(0px, -54px, 0px) !important;
    }

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

.tagline {
    position: absolute;
    width: 100%;
    z-index: 99;
    font-size: 14px;
    padding: 13px 0;
}

@media screen and (max-width: 575px) {
    .tagline {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .tagline-height {
        top: 0px !important;
    }
}

@media (min-width: 576px) {
    .tagline-height {
        top: 47px !important;
    }
}

.sidebar-nav {
    padding: 15px 0;
}

.sidebar-nav>.navbar-item {
    padding: 3px 15px;
}

.sidebar-nav>.navbar-item .navbar-link {
    color: #36414c !important;
    font-size: 15px;
    font-weight: 600;
}

.sidebar-nav>.navbar-item .navbar-link .navbar-icon {
    font-size: 18px;
    margin-right: 6px;
}

#navmenu-nav li.active a {
    color: #396cf0;
}

#navmenu-nav li.account-menu.active .navbar-link,
#navmenu-nav li.account-menu:hover .navbar-link {
    color: #396cf0 !important;
}

.dropdown-menu {
    min-width: 3rem;
}

.dropdown a {
    display: block;
    color: #36414c;
    font-size: 12px;
    background-color: transparent !important;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
    font-family: Inter,
        sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-menu li {
    text-align: center;
}

.dropdown-menu li a {
    color: #36414c;
    font-size: 12px;
    background-color: transparent !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.5s;
    font-family: "Inter", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-menu li:hover a {
    background-color: #ffffff !important;
    color: #396cf0 !important;
}


.dropdown-menu li a i {
    margin: 0 !important;
}

/************************
    7.  HOme
************************/
.bg-home {
    height: 100vh;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half {
    padding: 184px 0 90px;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.user-pages {
    height: 100vh;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.shape-before .shape-img {
    position: absolute;
    top: -60px;
    left: -75px;
    z-index: -1;
    height: auto;
    overflow: hidden;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    border: 1px solid #b8c1cc;
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
    width: 30%;
}

.home-slider .carousel-control-next {
    right: 8px;
}

.home-slider .carousel-control-prev {
    left: 8px;
}

@media (max-width: 768px) {
    .bg-half {
        padding: 169px 0 50px;
    }
}

@media (max-width: 767px) {

    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .main-slider .slides .bg-slider,
    .bg-marketing,
    .user-pages {
        padding: 150px 0;
        height: auto;
    }
}

/************************
    8.  Features
************************/
.feature.explore-feature {
    transition: all 0.5s ease;
}

.feature.explore-feature .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    transition: all 0.5s ease;
}

.feature.explore-feature:hover {
    box-shadow: 0 5px 13px rgba(54, 65, 76, 0.2) !important;
}

.feature.explore-feature:hover .icon {
    color: #396cf0 !important;
}

.feature .icons {
    height: 80px;
    background: linear-gradient(45deg, transparent, rgba(57, 108, 240, 0.1));
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature .content .title {
    transition: all 0.5s ease;
}

.feature .content .title:hover {
    color: #396cf0 !important;
}

/************************
    9.  CTA
************************/
.watch-video a.watch {
    font-size: 14px;
}

.watch-video a .play-icon-circle {
    height: 36px;
    width: 36px;
    background-color: #396cf0;
    line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
    font-size: 16px;
}

.watch-video a .play-icon-circle.play {
    top: 77%;
}

.bg-cta {
    padding: 150px 0;
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 72px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center;
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #396cf0;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #396cf0;
    -webkit-text-fill-color: #396cf0;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1110px;
}

/************************
    10.  Work
************************/
.container-filter li {
    font-size: 13px;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 500;
    letter-spacing: 0.8px;
    cursor: pointer;
    line-height: 34px;
    transition: all 0.5s ease;
}

.container-filter li.active,
.container-filter li:hover {
    color: #396cf0 !important;
    border-color: #396cf0 !important;
    background-color: rgba(57, 108, 240, 0.1) !important;
}

.container-filter li {
    font-size: 13px;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 500;
    letter-spacing: 0.8px;
    cursor: pointer;
    line-height: 34px;
    transition: all 0.5s ease;
}

.container-filter li.active,
.container-filter li:hover {
    color: #396cf0 !important;
    border-color: #396cf0 !important;
    background-color: rgba(57, 108, 240, 0.1) !important;
}

.work-container.work-modern .content .title {
    font-size: 18px;
    transition: all 0.5s ease;
}

.work-container.work-modern .content .title:hover {
    color: #396cf0 !important;
}

.work-container.work-modern .content .tag {
    font-size: 15px !important;
}

.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
    transition: all 0.5s ease;
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .icons {
    position: absolute;
}

.work-container.work-modern .overlay-work {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.work-container.work-modern .content {
    z-index: 1;
    bottom: 5%;
    left: 5%;
}

.work-container.work-modern .content {
    opacity: 0;
}

.work-container.work-modern .icons {
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
}

.work-container.work-modern .icons .work-icon {
    height: 45px;
    width: 45px;
    line-height: 42px;
}

.work-container.work-modern .icons .work-icon:hover {
    background: #396cf0 !important;
    color: #ffffff !important;
}

.work-container.work-modern:hover img {
    transform: scale(1.1) rotate(3deg);
}

.work-container.work-modern:hover .overlay-work {
    opacity: 0.65;
}

.work-container.work-modern:hover .content {
    opacity: 1;
}

.work-container.work-modern:hover .icons {
    opacity: 1;
}

.event-schedule {
    transition: all 0.5s ease;
}

.event-schedule .date .day {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(57, 108, 240, 0.1);
    line-height: 48px;
    border: 3px solid #ffffff;
}

.event-schedule .content .title {
    transition: all 0.5s ease;
}

.event-schedule .content .title:hover {
    color: #396cf0 !important;
}

.tobii__btn svg {
    height: 30px;
    width: auto;
}

.tobii__counter {
    font-size: 16px;
}

.tobii-zoom {
    display: block !important;
}

.tobii-zoom__icon {
    display: none;
}

#grid {
    padding: 0 !important;
}

.filter-search-form .icons {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
    color: #396cf0;
    font-size: 20px;
}

.registration-form {
    position: relative;
}

.registration-form .submit-btn {
    border-radius: 8px;
}

.registration-form .form-control,
.registration-form .choices[data-type*=select-one] .choices__inner {
    border-radius: 8px;
}

@media (min-width: 992px) {
    .filter-border:before {
        content: "";
        border-right: 1px solid #e7ecf2;
        position: absolute;
        right: 0px;
        height: 40px;
        top: 10px;
        z-index: 1;
    }

    .registration-form {
        position: relative;
    }

    .registration-form .submit-btn {
        border-radius: 0px 6px 6px 0px;
    }

    .registration-form .form-control {
        border-radius: 6px 0px 0px 6px;
    }

    .registration-form .choices[data-type*=select-one] .choices__inner {
        border-radius: 0;
    }
}

.filter-input-box,
.filter-input-box.form-select,
.filter-search-form .choices__inner {
    box-shadow: none !important;
    border: 0;
    font-size: 15px;
    height: 60px;
    padding: 16px 6px 15px 45px;
    border-radius: 0;
}

.choices__inner {
    background: #f9fcff !important;
}

/************************
    12.  Testi
************************/
.customer-testi {
    cursor: e-resize;
}

.customer-testi .content:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 10px;
    margin-left: 13px;
    box-sizing: border-box;
    border: 8px solid #36414c;
    border-color: transparent #ffffff #ffffff transparent;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: 2px 2px 2px -1px rgba(54, 65, 76, 0.15);
}

.tns-nav {
    text-align: center;
    margin-top: 10px;
}

.tns-nav button {
    border-radius: 30px;
    background: rgba(57, 108, 240, 0.5) !important;
    transition: all 0.5s ease;
    border: none;
    margin: 0 5px;
    padding: 4px;
}

.tns-nav button.tns-nav-active {
    background: #396cf0 !important;
    padding: 4px 6px;
    border-color: #396cf0;
}

/************************
    13.  Blog
************************/
.blog {
    transition: all 0.5s ease;
}

.blog .image .blog-tag {
    position: absolute;
    bottom: -30px;
    left: 15px;
    transition: all 0.5s ease;
    opacity: 0;
}

.blog:hover {
    box-shadow: 0 10px 25px rgba(54, 65, 76, 0.2) !important;
}

.blog:hover .image .blog-tag {
    bottom: 16px;
    opacity: 1;
}

.blog .title:hover,
.blog .link:hover {
    color: #396cf0 !important;
}

.sidebar .widget .widget-search form {
    position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
    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: "\F0349";
    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: #36414c;
    transition: all 0.5s ease;
}

.sidebar .widget .catagory li a:hover {
    color: #396cf0;
}

.sidebar .widget .widget-grid .item {
    position: relative;
    width: 25%;
    padding-top: 25%;
    float: right;
}

.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;
}

.tagcloud>a {
    background: #f9fcff;
    color: #36414c;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-weight: 500;
}

.tagcloud>a:hover {
    background: #396cf0;
    color: #ffffff;
}

.media-list .comment-desk a:hover {
    color: #396cf0 !important;
}

.media-list .sub-comment {
    border-left: 2px dashed #d5dde5;
}

.form-icon .icons {
    position: absolute;
    top: 13px;
    left: 18px;
}

.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #fe5050;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message,
#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}

.error_message {
    background-color: rgba(254, 80, 80, 0.1) !important;
    border: 2px solid rgba(254, 80, 80, 0.1) !important;
    color: #fe5050 !important;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    background-color: rgba(56, 201, 118, 0.1) !important;
    border: 2px solid rgba(56, 201, 118, 0.1) !important;
    color: #38c976 !important;
}

#success_page p {
    margin-bottom: 0 !important;
}

.qs-datepicker-container {
    background-color: #ffffff;
    border-color: #d5dde5;
}

.qs-datepicker-container .qs-controls {
    background-color: #e7ecf2;
}

.qs-datepicker-container .qs-controls .qs-month-year {
    font-weight: 600;
    font-size: 15px;
}

.qs-datepicker-container .qs-controls .qs-month-year:hover {
    border-bottom: 1px solid #e7ecf2;
}

.qs-datepicker-container .qs-squares .qs-square {
    font-size: 15px;
    height: 34px;
    width: 34px;
}

.qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover,
.qs-datepicker-container .qs-squares .qs-square.qs-current {
    background: #396cf0;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
}

.qs-datepicker-container .qs-squares .qs-day {
    font-weight: 500;
    color: #8492a6;
}

@media (min-width: 768px) {
    .map.map-height-two iframe {
        height: 551px;
    }
}

/************************
    15.  Footer
************************/
footer .footer-py-100 {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 768px) {
    footer .footer-py-100 {
        padding: 60px 0;
    }
}

footer .footer-py-30 {
    padding: 30px 0;
    position: relative;
}

footer .logo-footer {
    font-size: 22px;
}

footer .logo-footer:focus {
    outline: none;
}

footer .footer-head {
    letter-spacing: 1px;
    font-weight: 500;
}

footer .foot-subscribe .form-control {
    background-color: #3c4555;
    border: 1px solid #3c4555;
    color: #f9fcff;
}

footer .foot-subscribe .form-control:focus {
    box-shadow: none;
}

footer .foot-subscribe.foot-white .form-control {
    color: #adb9c7;
}

footer .foot-subscribe input::placeholder {
    color: #adb9c7;
}

footer .text-foot {
    color: #adb9c7;
}

footer .footer-list,
.foot-social-icon {
    padding: 0;
    margin-bottom: 0;
}

footer .footer-list li {
    margin-bottom: 10px;
}

footer .footer-list li a {
    transition: all 0.5s ease;
}

footer .footer-list li a:hover {
    color: #eaedf0;
}

footer .footer-list li a span {
    float: right;
}

footer .footer-list li:last-child {
    margin-bottom: 0;
}

footer.footer-border-top,
footer .footer-border-top {
    border-top: 1px solid #3b4757;
}


/*# sourceMappingURL=style.css.map */
