/* ==========
   1.BASIC
   ========== */

body {
    font-family: 'Lexend', sans-serif;
    overflow-x: hidden !important;
    position: relative;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}

p {
    font-size: 15px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

b {
    font-weight: 700;
}

::-moz-selection {
    background-color: #2e3138;
    color: #fff;
}

::selection {
    background-color: #2e3138;
    color: #fff;
}


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

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

.bg-web-desc {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #2a2d35;
}


.text-custom,
.read-btn,
.navbar-custom.navbar-white .navbar-nav li.active a,
.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,
.navbar-custom.navbar-white .navbar-nav li a:active,
.play-btn,
.blog-title:hover,
.social-icon:hover i {
    color: #704fff !important;
}


.section-title-border,
.bg-custom,
.btn-custom,
.features-item-list li:before,
.process-left-icon-1 i,
.process-left-icon-2 i {
    background-color: #704fff;
}



.btn-custom,
.play-btn {
    border-color: #704fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #4f2ce4;
}


.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    border-color: #4f2ce4 !important;
}

.bg-overlay {
    background: #31393e;
    background: linear-gradient(to right, #0e0e19, #22292d);
    opacity: 0.9;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.section-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: 700;
}

.section-title-border {
    width: 50px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
}

.section-subtitle {
    letter-spacing: 0.02em;
}

.hover-effect {
    transition: all .3s ease-in-out;
}

.hover-effect:hover {
    transform: translateY(-1rem);
}

/*----BACKGROUND COLOR-----*/

.bg-gray {
    background-color: #f7f7f7;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #393f4f !important;
}

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


/*=====================
  3. BOOTSTRAP RESET
  ======================*/


/*--Text color--- */

.text-primary {
    color: #4f2ce4 !important;
}

.text-muted {
    color: #858d96 !important;
}

.text-white {
    color: #fff !important;
}

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

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


/*====Buttons=======*/

.btn {
    padding: 13px 30px;
    transition: all 0.5s;
    box-shadow: none !important;
}

.btn:hover {
    transform: translateY(-5px);
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    border: 1px solid;
    color: #fff;
    transition: all 0.3s;
    font-size: 13px;
    letter-spacing: 0.05rem;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    border: 1px solid !important;
    color: #f3f3f3 !important;
}

    .btn-custom.btn-success {
        background-color: #36bb7d;
        border-color: #36bb7d !important;
    }

.btn-custom.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545 !important;
}

.btn-custom.btn-success:hover,
.btn-custom.btn-success:focus,
.btn-custom.btn-success:active,
.btn-custom.btn-success.active,
.btn-custom.btn-success.focus,
.btn-custom.btn-success:active,
.btn-custom.btn-success:focus,
.btn-custom.btn-success:hover,
.open > .dropdown-toggle.btn-custom.btn-success {
    background-color: #2ca56c;
    border-color: #2ca56c !important;
}

.btn-custom.btn-danger:hover,
.btn-custom.btn-danger:focus,
.btn-custom.btn-danger:active,
.btn-custom.btn-danger.active,
.btn-custom.btn-danger.focus,
.btn-custom.btn-danger:active,
.btn-custom.btn-danger:focus,
.btn-custom.btn-danger:hover,
.open > .dropdown-toggle.btn-custom.btn-danger {
    background-color: #bb2d3b;
    border-color: #b02a37 !important;
}

.btn-bg-white {
    background-color: #fff !important;
    transition: all 0.3s;
    border: 2px solid #fff;
    color: #000 !important;
    font-size: 14px;
}


.home-half {
    padding-bottom: 150px;
    padding-top: 220px;
}

.bg-home {
    background: url("../images/bg-home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-title {
    font-size: 38px;
    line-height: 58px;
}

.home-small-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.demo-box {
    padding: 20px 0 30px 0;
    text-align: center;
    position: relative;
}

.demo-box a {
    border: 10px solid #ffffff;
    display: block;
    transition: all 400ms ease-in-out;
    box-shadow: 0 1px 50px rgba(153, 153, 153, 0.35);
    border-radius: 5px;
}

.demo-box a:hover {
    transform: translateY(-10px);
}

.demo-box img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}

.demo-box h4 {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 16px;
}

.demo-box .demo-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.70);
}

.demo-overlay .content {
    color: #704fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


@media (min-width: 200px) and (max-width: 1199px) {
    .container-fluid {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 85%;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        max-width: 70%;
    }
}

.bg-web-desc {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #2a2d35;
}


.text-custom,
.read-btn,
.navbar-custom.navbar-white .navbar-nav li.active a,
.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,
.navbar-custom.navbar-white .navbar-nav li a:active,
.play-btn,
.blog-title:hover,
.social-icon:hover i {
    color: #704fff !important;
}


.section-title-border,
.bg-custom,
.btn-custom,
.features-item-list li:before,
.process-left-icon-1 i,
.process-left-icon-2 i {
    background-color: #704fff;
}

.services-box {
    padding: 8px 20px;
    box-shadow: 0 2px 3px #eaedf2;
    background-color: #fff;
    border-radius: 8px;
}

.services-box i {
    font-size: 32px;
}

.btn-custom,
.play-btn {
    border-color: #704fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #4f2ce4;
}


.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    border-color: #4f2ce4 !important;
}


/*======================================
       16. FOOTER
========================================*/

.social-icon {
    border: 2px solid #40434e;
    border-radius: 50%;
    color: #6b707d !important;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
}

.cta {
    padding: 20px 0;
}

.social-icon:hover i {
    transition: all 0.5s;
}

.footer {
    padding: 50px 0;
    background-color: #272a33;
}

.footer h4 {
    color: #ffffff;
}

.footer-list li a {
    color: #98a0aa;
    padding-top: 8px;
    display: inline-block;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.footer-list li a:hover {
    color: #dce6f3;
}

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

.contact-detail {
    padding-left: 25px;
    font-size: 12px;
}

.footer-alt-border {
    background-color: #f5f5f5;
    height: 1px;
    width: 100%;
}

.footer-alt {
    padding: 25px 0;
    background-color: #2e313a;
}

.copy-rights {
    margin-bottom: 0;
    line-height: 36px;
}