/* --- [Master Stylesheet] ----
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS
:: 4.0 Special Area CSS
:: 5.0 Features Area CSS
:: 6.0 Video Area CSS
:: 7.0 Cool Facts Area CSS
:: 8.0 Screenshots Area CSS
:: 9.0 Pricing Plan Area CSS
:: 10.0 Testimonials Area CSS
:: 11.0 CTA Area CSS Start
:: 12.0 Team Area CSS Start
:: 13.0 Contact Area CSS Start
:: 14.0 Footer Area CSS Start
-------------------------- */

@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Cabin', sans-serif;
    background-color: #fff;
}
a{
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0        }

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #646ecb;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

a,
a:hover,
a:focus,             
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    color: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.heading-text > p {
    font-size: 16px;
}

.section-heading > h2 {
    font-weight: 400;
    color: #444;
    font-size: 48px;
    margin: 0;
}


.section-heading {
    margin-bottom: 60px;
}

.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: #646ecb;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #646ecb;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
}

.menu_area .navbar-brand {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}


.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #fff;
}


.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 35px 15px;
}


.menu_area nav ul li > a:hover {
    color: #646ecb;
}

.sing-up-button {
    text-align: right;
}

.sing-up-button > a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #a883e9;
    height: 50px;
    min-width: 178px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
}

.sing-up-button > a:hover {
    background: #646ecb;
    color: #fff;
    border-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* stcicky css */

.header_area.sticky {
    background-color: #646ecb;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}
.header_area.sticky .navbar {
    padding: 0;
}

/* --------------------------
:: 3.0 Pre Demos Area CSS
-------------------------- */

section.product-landing {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.title {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 600;
    padding-bottom: 80px;
    width: 100%;
}
.product-title {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    height: 50px;
    padding-top: 8px;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    widows: 100%;
    display: block;
    position: relative;
    background: #646ecb !important;
    font-weight: 500;
}
.item-imag img {
    height: 414px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
}
.item-imag {
    margin-bottom: 45px;
    transition: .5s;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.3);
    display: block;
    height: 445px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.3);
}
.product-title{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.item-imag:hover {
    transition: .5s;
    border-radius: 0 0 6px 6px;
    border-radius: 6px;
}
.item-imag:hover .product-title {
    background: #646ecb!important;
    color: #fff;
    transition: .5s;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 4px 6px -3px #959595;
}

/* --------------------------
:: 4.0 Blog Demos CSS
-------------------------- */

.saas-landing {
    background: #f7f7f7;
    padding: 100px 0;
}
.saas-landing .item-imag {
    height: 380px;
    margin-bottom: 45px;
}

/* --------------------------
:: 7.0 Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
    z-index: auto;
    background: #a865e1;
    background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
    background: -webkit-linear-gradient(right, #7873ed, #a865e1);
    background: -webkit-gradient(linear, right top, left top, from(#7873ed), to(#a865e1));
    background: -o-linear-gradient(right, #7873ed, #a865e1);
    background: linear-gradient(to left, #7873ed, #a865e1);
    padding: 80px 0;
}
.cool_facts_area:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    content: ''
}
.cool-facts-content > i {
    color: #ffffff;
    font-size: 36px;
}
.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.counter-area > h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}
.cool-facts-content > p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

/* --------------------------
:: 5.0 Header Style CSS
-------------------------- */

section.header-styled {
    padding-top: 100px;
    background-color: #fff;
    padding-bottom: 30px;
}
.header-dispaly {
    padding-bottom: 42px;
}
.header-dispaly img {
    box-shadow: 16px 17px 37px -30px #000000;
    height: 70px;
    object-fit: contain;
}
section.header-styled .title {
    padding-bottom: 10px;
}
section.header-styled .sub-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #777;
    padding-bottom: 50px;
}

/* --------------------------
:: 6.0 Feature-1 Area CSS
-------------------------- */

.special-featured-block-1 {
    background-color: #fff;
    overflow: hidden;
}
.special-featured-block-1 .spac {
    padding: 80px 35px;
}
.feature_details_1 {
    max-width: 500px;
    margin-left: 80px;
    float: right;
}
.feature_details_1 h3{
    font-size: 42px;
    font-weight: 400;
    padding-bottom: 25px;
}
.feature_details_1 h3 span{
    display: block;
    font-weight: 900;
}
.col-md-6.bg-feature-1 {
    width: 100%;
    min-height: 200px;
    background-size: contain;
    background-position: left center;
    background-image: url(img/bg-img/welcome-img.jpg);
    background-repeat: no-repeat;
}
.col-md-6.bg-feature-2 {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: left center;
    background-image: url(img/bg-img/visualcomposers.jpg);
    background-repeat: no-repeat;
}
.col-md-6.bg-feature-11 {
    width: 100%;
    min-height: 200px;
    background-size: contain;
    background-position: left center;
    background-image: url(img/bg-img/customizer.jpg);
    background-repeat: no-repeat;
}
.col-md-6.bg-feature-12 {
    width: 100%;
    min-height: 200px;
    background-position: left center;
    background-image: url(img/bg-img/import-demo.png);
    background-repeat: no-repeat;
}
.feature_details_1 p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
}

/* --------------------------
:: 7.0 Feature-2 Area CSS
-------------------------- */

.fb_2 .feature_details_1 {
    margin-right: 80px;
    margin-left: 30px;
    float: left;
}
.fb_2 .col-md-6.bg-feature-1{
    background-position: right center;
}

/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area {
    background-image: url(img/bk1.jpg);
    height: 650px;
    object-fit:cover;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
    background-color: #646ecb;
}

.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}

.welcome-thumb {
    width: 45%;
    position: absolute;
    bottom: -130px;
    right: 85px;
    z-index: 9;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.wellcome-heading > h2 {
    font-size: 52px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.get-start-area .email {
    background: #9572e8;
    height: 50px;
    max-width: 260px;
    border: none;
    border-radius: 24px;
    padding: 0px 15px;
}

.form-control::-webkit-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::placeholder {
    color: #cec1f4;
    opacity: 1;
}

.get-start-area .email:focus {
    border: none;
    outline-offset: transparent !important;
    border-radius: 30px;
}

.get-start-area .submit {
    border: 1px solid #646ecb;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
    margin-left: 10px;
    margin-top: 30px;
}
.get-start-area .submit2 {
    border: 1px solid #646ecb;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
    margin-left: 35%;
    margin-top: 30px;
}
.get-start-area .submit:hover {
    background: #646ecb;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.get-start-area .submit2:hover {
    background: #646ecb;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.wellcome-heading > p {
    color: #fff;
    font-size: 32px;
}

.wellcome-heading > h3 {
    font-size: 275px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #fff;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    margin-bottom: 100px;
    text-align: center;
}

/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.single-icon > i {
    font-size: 36px;
    color: #646ecb;
}

.single-special > h4 {
    font-size: 22px;
    color: #5b32b4;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special > h4 {
   font-size: 18px;
    color: #888888;
    margin-bottom: 15px;
    font-weight: 700;
}

.single-special {
    border: 1px solid #eff2f6;
    padding: 40px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
}

.special_description_content > h2 {
    color: #444;
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
}
.special_description_content > p{
    font-size: 16px;
    font-weight: 400;
    color: #444;
}
.single-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
    margin-bottom: 0;
}

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #646ecb;
}

.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}

/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.single-feature {
    margin-bottom: 50px;
}

.single-feature > p {
    margin-bottom: 0;
}

.single-feature > i {
    color: #646ecb;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-feature > h5 {
    font-size: 22px;
    color: #5b32b4;
}

.single-feature > p {
    margin-top: 15px;
}

/* --------------------------
:: 5.0 Plugins And FrameWorks CSS
-------------------------- */
.special-plugin_framework {
    background-color: #f7f7f7;
}
.special-plugin_framework h2,
.special_support_block h2{
    padding-bottom: 0;
}
.special-plugin_framework .sub-para,
.special_support_block .sub-para{
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #777;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.special-area-plugin {
    margin-bottom: 30px;
    background-color: #fff;
    width: 100%;
    height: 170px;
    text-align: center;
    box-shadow: 0 0 18px #00000020;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special-area-plugin img{
    width: 180px;
    height: 180px;
    object-fit: contain;
}

/* --------------------------
:: 9.0 Support Area CSS
-------------------------- */

.special_support_block {
    background-color: #ffffff;
    background-image: url(img/bg-img/footer-bg2.png);
    background-position: bottom center;
    padding-bottom: 70px;
    background-repeat: no-repeat;
}
.support_block {
    padding-top: 50px;
    text-align: center;
}
.support_block .ico{
    font-size: 40px;
    width: 50px;
    height: 50px;
    background-color: #646ecb;
    padding: 23px;
    border-radius: 100%;
    color: #fff;
    margin: 0 auto;
}
.support_block h3 {
    padding-top: 35px;
    font-weight: 600;
    color: #555;
    font-size: 23px;
}
.support_block p {
    max-width: 460px;
    margin: 0 auto;
    font-weight: 400;
}
.hr_lin {
    border-right: 1px solid #99999950;
}

/* --------------------------
:: 11.0 CTA Area CSS Start
-------------------------- */

.our-monthly-membership {
    background: #a865e1;
    background: -webkit-linear-gradient(to left, #646ecb, #646ecb);
    background: -webkit-linear-gradient(right, #646ecb, #646ecb);
    background: -webkit-gradient(linear, right top, left top, from(#646ecb), to(#646ecb));
    background: -o-linear-gradient(right, #646ecb, #646ecb);
    background: linear-gradient(to left, #646ecb, #646ecb);
}

.membership-description > h2 {
    color: #ffffff;
    font-size: 36px;
}

.membership-description > p {
    color: #ffffff;
    margin-bottom: 0;
}

.get-started-button > a {
    background: #ffffff;
    height: 45px;
    min-width: 155px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #646ecb;
    font-weight: 500;
    border-radius: 23px 23px 23px 0;
}

.get-started-button > a:hover {
    background: #8e94d6;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.get-started-button {
    text-align: right;
}

/* --------------------------
:: 12.0 Team Area CSS Start
-------------------------- */

.member-image {
    margin-bottom: 30px;
    border-radius: 30px 30px 30px 0;
    position: relative;
    z-index: 1;
}

.member-image img {
    border-radius: 30px 30px 30px 0;
}

.member-text > h4 {
    font-size: 22px;
    color: #5b32b4;
}

.member-text > p {
    color: #b5aec4;
    margin-bottom: 0;
}

.team-hover-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 75, 228, 0.8);
    border-radius: 30px 30px 30px 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.single-team-member:hover .team-hover-effects {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-social-icon > a {
    font-size: 14px;
    color: #fff;
    background: #9a81d7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    display: block;
    margin: 2.5px;
}

.single-team-member {
    margin-bottom: 50px;
}

/* --------------------------
:: 13.0 Contact Area CSS Start
-------------------------- */

.address-text > p,
.phone-text > p,
.email-text > p {
    font-size: 18px;
    margin-bottom: 10px;
}

.address-text > p > span,
.phone-text > p > span,
.email-text > p > span {
    color: #5b32b4;
}

.footer-contact-area .line-shape {
    margin-left: 0;
}

.footer-contact-area .heading-text > p {
    margin-top: 50px;
}

.footer-contact-area .heading-text {
    margin-bottom: 50px;
}

#name {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#email {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#message {
    border-radius: 25px 25px 25px 0;
}

.btn.submit-btn {
    background: #646ecb;
    height: 48px;
    min-width: 185px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 22px 25px 22px 0;
}

.btn.submit-btn:hover {
    background: #5b32b4;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-contact-area {
    background: #f5f9fc;
}

.footer-text > p {
    margin-bottom: 50px;
}

/* --------------------------
:: 14.0 Footer Area CSS Start
-------------------------- */

.footer-text > h2 {
    color: #8e94d6;
    font-size: 72px;
    font-weight: 700;
}

.footer-social-icon > a > i {
    background: #8e94d6;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px 10px 10px 0px;
    margin-right: 10px;
}

.footer-social-icon > a > i:hover {
    background: #646ecb;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social-icon {
    margin-bottom: 30px;
}

.footer-text {
    margin-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    border-right: 2px solid #726a84;
    display: block;
    padding: 0 7.5px;
    color: #726a84;
}

.footer-social-icon > a .active {
    background: #646ecb;
}

.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}

.footer-social-icon {
    margin-bottom: 30px;
}

.footer-menu {
    margin-bottom: 15px;
}

.copyright-text > p {
    margin-bottom: 0;
}


/* */
.overlay::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0,0,0,0.7);
}
.parallax {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.home-banner {
    padding: 160px 0;
}
.features_bg {
    background: url(img/feature_bg.jpg) no-repeat;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-color: #646ecb;
}
.features_bg .section-heading h2,
.features_bg .single-special h4 {
    color: #ffffff;
}
.ozi_header .navbar-light .navbar-brand {
    color: #ffffff;
    font-size: 45px;
}
.ozi_header .navbar-light .navbar-brand:hover{
    color: #ffffff;
}
.h-110 {
    height: 115% !important;
}