/**************** extend css start ****************/
/* @import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,400,500,600,700|Rajdhani:400,500,600,700&display=swap"); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Raleway:400,500&display=swap');

.form-contact .form-group .btn_1 {
    background-image: linear-gradient(to left, #fff 0%, #fff 51%, #fff 100%);
}

body {
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    overflow-x: hidden;
}


.message_submit_form:focus {
    outline: none;
}


input:hover,
input:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.2rem transparent;
    border: 1px solid #eaecee;
}

.gray_bg {
    background-color: #f7f7f7;
}


.section_padding {
    padding: 50px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .section_padding {
        padding: 100px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .section_padding {
        padding: 70px 0px;
    }


}

@media (max-width: 576px) {

    .section_padding {
        padding: 25px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .section_padding {
        padding: 70px 0px;
    }
}


.single_padding_top {
    padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

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

@media only screen and (min-width: 768px) and (max-width: 991px) {

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

@media (max-width: 576px) {

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

@media only screen and (min-width: 576px) and (max-width: 767px) {

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


.padding_top {
    padding-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .padding_top {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .padding_top {
        padding-top: 70px;
    }
}

@media (max-width: 576px) {

    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .padding_top {
        padding-top: 70px;
    }
}


.padding_bottom {
    padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .padding_bottom {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .padding_bottom {
        padding-bottom: 70px;
    }
}

@media (max-width: 576px) {

    .padding_bottom {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .padding_bottom {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {

    .main_menu .navbar-nav {
        margin-left: -140px;
        border: solid 2px #072367;
        background: #07329b
    }

    .main_menu .main-menu-item .nav-item .nav-link {
        padding: 5px 15px !important;
        color: #7208a8;
    }

    .main_menu .btn_1 {
        display: inline-block;
        padding: 8px 28px;
        border-radius: 50px;
        /* background-color: #7208a8; */
        font-size: 15px;
        font-weight: 500;
        color: #7208a8;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-transform: uppercase;
        border: 2px solid #7208a8;
        margin-top: 8px;
    }

}





a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


a:hover {
    outline: none;
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #182028;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0px;
    color: #565656;
    font-weight: 400;
}


h2 {
    font-size: 44px;
    line-height: 28px;
    color: #182028;
    font-weight: 600;
    line-height: 1.222;
}

@media (max-width: 576px) {
    h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 25px;
    }
}


h3 {
    font-size: 24px;
    line-height: 25px;
}

@media (max-width: 576px) {
    h3 {
        font-size: 20px;
    }
}

h5 {
    font-size: 18px;
    line-height: 22px;
}


img {
    max-width: 100%;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.section_tittle {
    margin-bottom: 53px;
}

@media (max-width: 991px) {

    .section_tittle {
        margin-bottom: 20px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .section_tittle {
        margin-bottom: 40px;
    }
}


.section_tittle h2 {
    font-size: 45px;
    color: #182028;
    line-height: 33px;
    font-weight: 600;
    position: relative;
    margin-bottom: 28px;
}

@media (max-width: 576px) {
    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_tittle h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section_tittle h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

.section_tittle p {
    color: #556172;
    text-transform: capitalize;
    line-height: 30px;

}

@media (max-width: 576px) {
    .section_tittle p {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .section_tittle p {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .section_tittle p {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .section_tittle p {
        margin-bottom: 10px;
    }
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mb_110 {
    margin-bottom: 110px;
}

@media (max-width: 576px) {
    .mb_110 {
        margin-bottom: 220px;
    }
}

.mt_130 {
    margin-top: 130px;
}

@media (max-width: 576px) {

    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mt_130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .mt_130 {
        margin-top: 70px;
    }
}

.mb_130 {
    margin-bottom: 140px;
}

@media (max-width: 991px) {
    .mb_130 {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mb_130 {
        margin-bottom: 100px;
    }
}

.padding_less_40 {
    margin-bottom: -50px;
}

.z_index {
    z-index: 9 !important;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1200px) {
    [class*="hero-ani-"] {
        display: none !important;
    }
}

.custom-animation1 {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all .9s ease 5s;
    user-select: none;
}

.custom-animation2 {
    backface-visibility: hidden;
    animation: jumping2 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 1s ease 3s;
    user-select: none;
}


.custom-animation3 {
    backface-visibility: hidden;
    animation: jumping3 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 7s ease 2s;
    user-select: none;
}


.custom-animation4 {
    backface-visibility: hidden;
    animation: jumping4 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

.custom-animation5 {
    backface-visibility: hidden;
    animation: jumping5 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

.custom-animation6 {
    backface-visibility: hidden;
    animation: jumping6 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .8;
    }

    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
        opacity: .9;
    }

    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
        opacity: .8;
    }

    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
        opacity: .6;
    }

    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
        opacity: .7;
    }

    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
        opacity: .85;
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .5;
    }

    25% {
        transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
        opacity: .8;
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
        opacity: .8;
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(90deg) scale(0.75);
        opacity: .7;
    }

    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
        opacity: .9;
    }
}

@keyframes jumping3 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0) scale(1);
        opacity: .9;
    }

    20% {
        transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
        opacity: .8;
    }

    40% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
        opacity: .8;
    }

    40% {
        transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
        opacity: 1;
    }

    80% {
        transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
        opacity: .6;
    }

    100% {
        transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
        opacity: .7;
    }
}

@keyframes jumping4 {
    0% {
        transform: translateY(-30px) translateX(40px) rotate(0) scale(1.2);
        opacity: .7;
    }

    25% {
        transform: translateY(-20px) translateX(0px) rotate(50deg) scale(0.6);
        opacity: .8;
    }

    50% {
        transform: translateY(15px) translateX(-55px) rotate(20deg) scale(0.5);
        opacity: .9;
    }

    75% {
        transform: translateY(30px) translateX(30px) rotate(50deg) scale(0.75);
        opacity: .7;
    }

    100% {
        transform: translateY(-15px) translateX(5px) rotate(0) scale(0.5);
        opacity: .9;
    }
}

@keyframes jumping5 {
    0% {
        transform: rotate(180deg);
        display: block;
    }

    100% {
        transform: rotate(30deg);
        display: block;
    }
}

@keyframes jumping6 {
    0% {
        transform: rotate(180deg) translate(-50px, 20px);
        display: block;
    }

    100% {
        transform: rotate(30deg) translate(0px, 0px);
        display: block;
    }
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */

.submit_btn {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 0px 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #edeff2;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.submit_btn:hover {
    background: transparent;
}

.btn_1 {

    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    background-color: transparent;
    font-size: 15px;

    font-weight: 500;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border: 2px solid #ffffff;

}

.btn_1:hover {
    color: #fff !important;
    background-color: #7208a8;
    ;
}

@media (max-width: 576px) {

    .btn_1 {
        padding: 10px 30px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .btn_1 {
        padding: 10px 30px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .btn_1 {
        padding: 10px 30px;
        margin-top: 25px;
    }
}

.btn_2 {
    display: inline-block;
    padding: 12px 44px;
    border-radius: 50px;
    background-color: #7208a8;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border: 2px solid #7208a8;
}

.btn_2:hover {
    color: #07c313 !important;
    border: 2px solid #07c313;
    background-color: transparent;
}

@media (max-width: 576px) {
    .btn_2 {
        padding: 10px 30px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn_2 {
        padding: 10px 30px;
        margin-top: 20px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn_2 {
        padding: 10px 30px;
        margin-top: 25px;
    }
}

.btn_4 {
    color: #ff4800;
    font-size: 15px;
    font-weight: 700;
    margin-top: 53px;
    display: inline-block;
}

@media (max-width: 991px) {
    .btn_4 {
        margin-top: 30px;
    }
}

.btn_4 img {
    width: 20px;
    margin-left: 15px;
}

/*=================== custom button rule start ====================*/
.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #edeff2;
    text-transform: uppercase;
    background-color: #ff4800;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767px) {

    .button {
        font-size: 13px;
        padding: 9px 24px;
    }
}


.button:hover {
    color: #fff;
}


.button-link {
    letter-spacing: 0;
    color: #3b1d82;
    border: 0;
    padding: 0;
}


.button-link:hover {
    background: transparent;
    color: #3b1d82;
}


.button-header {
    color: #fff;
    border-color: #edeff2;
}


.button-header:hover {
    background: #b8024c;
    color: #fff;
}


.button-contactForm {
    color: #fff;
    border-color: #edeff2;
    padding: 12px 25px;
}

/* End Main Button Area css
============================================================================================ */
/* Start Blog Area css
============================================================================================ */

.latest-blog-area .area-heading {
    margin-bottom: 70px;
}


.blog_area a {
    color: #666666 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.blog_area a:hover,
.blog_area a :hover {
    color: #7004a7;
}


.single-blog {
    overflow: hidden;
    margin-bottom: 30px;
}


.single-blog:hover {
    box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}


.single-blog .thumb {
    overflow: hidden;
    position: relative;
}


.single-blog .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 25px;
}


.single-blog a {
    font-size: 20px;
    font-weight: 600;
}


.single-blog .date {
    color: #888;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}


.single-blog .tag {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 22px;
    position: relative;
}


.single-blog .tag:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px;
}

@media (max-width: 1199px) {

    .single-blog .tag {
        margin-right: 8px;
    }

    .single-blog .tag:after {
        display: none;
    }
}


.single-blog .likes {
    margin-right: 16px;
}

@media (max-width: 800px) {

    .single-blog {
        margin-bottom: 30px;
    }
}

.single-blog .single-blog-content {
    padding: 30px;
}


.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300;
}

.single-blog .single-blog-content .meta-bottom i {
    color: #edeff2;
    font-size: 13px;
    margin-right: 7px;
}

@media (max-width: 1199px) {
    .single-blog .single-blog-content {
        padding: 15px;
    }
}

.single-blog:hover .thumb:after {
    opacity: .7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 1199px) {
    .single-blog h4 {
        transition: all 300ms linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }

    .single-blog h4 a {
        font-size: 18px;
    }
}


.full_image.single-blog {
    position: relative;
}

.full_image.single-blog .single-blog-content {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px;
    }
}

.full_image.single-blog h4 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: none;
    padding-bottom: 5px;
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600;
}

.full_image.single-blog .date {
    color: #fff;
}


.full_image.single-blog:hover .single-blog-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.causes_item {
    background: #fff;
}

.causes_item .causes_img {
    position: relative;
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0px;
    color: #fff;
    padding: 0px 5px;
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px;
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid;
    text-align: center;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.causes_item .causes_bottom a + a {
    border-color: #eeeeee;
    background: #fff;
    font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/

.latest_blog_area {
    background: #f9f9ff;
}

.single-recent-blog-post {
    margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
    overflow: hidden;
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear;
}

.single-recent-blog-post .details {
    padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear;
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
}

.tags .tag_btn + .tag_btn {
    margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1100px) {

    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}


.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer;
}


.categories_post img {
    max-width: 100%;
}


.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}


.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}


.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px;
}


.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/

.blog_item {
    margin-bottom: 50px;
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px;
    }
}

.blog_details p {
    margin-bottom: 30px;
}

.blog_details a {
    color: #7208a7;
}

.blog_details a:hover {
    color: #7004a7 !important;
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}

.blog-info-link li a {
    color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
}

.blog-info-link li::after {
    content: "|";
    padding-left: 6px;
    padding-right: 6px;
}

.blog-info-link li:last-child::after {
    display: none;
}


.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table;
}


.blog_item_img {
    position: relative;
    height: 203px;
}


.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #7208a7;
    padding: 8px 15px;
    border-radius: 5px;
}

@media (min-width: 768px) {

    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 16px;
        padding: 4px 16px;
    }
}


.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

@media (min-width: 768px) {

    .blog_item_img .blog_item_date h3 {
        font-size: 30px;
    }
}


.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

@media (min-width: 768px) {

    .blog_item_img .blog_item_date p {
        font-size: 18px;
    }
}


.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}


.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999;
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999;
}


.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
}


.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999;
}


.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}


.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}


.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999999;
}


.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}


.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0;
}


.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
}


.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
}


.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}


.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}


.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff;
}


.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}


.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}


.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
}


.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ff4800;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
}


.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 30px 0px;
}


.blog-pagination {
    margin-top: 80px;
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px;
}


.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
}


.blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0;
}


.single-post-area .social-links {
    padding-top: 10px;
}


.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
}


.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear;
}

.single-post-area .blog_details {
    padding-top: 26px;
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {

    .single-post-area .quote-wrapper {
        padding: 30px;
    }
}


.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
}

@media (min-width: 768px) {

    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }
}


.single-post-area .arrow {
    position: absolute;
}


.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}


.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}


.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}


.single-post-area .navigation-top p {
    margin-bottom: 0;
}


.single-post-area .navigation-top .like-info {
    font-size: 14px;
}


.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px;
}


.single-post-area .navigation-top .comment-count {
    font-size: 14px;
}


.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px;
}


.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}


.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}


.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999;
}


.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
}

@media (max-width: 600px) {

    .single-post-area .blog-author {
        padding: 20px 8px;
    }
}


.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
}

@media (max-width: 600px) {

    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }
}


.single-post-area .blog-author a {
    display: inline-block;
}


.single-post-area .blog-author a:hover {
    color: #ff4800;
}


.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
}

.single-post-area .blog-author h4 {
    font-size: 16px;
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}

.single-post-area .navigation-area p {
    margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
}

.single-post-area .navigation-area .nav-left {
    text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
}


.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5;
}

@media (max-width: 767px) {

    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}


.single-post-area .navigation-area .nav-right {
    text-align: right;
}


.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}


.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}


.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5;
}

@media (max-width: 991px) {

    .single-post-area .sidebar-widgets {
        padding-bottom: 0px;
    }
}


.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px;
}

@media (max-width: 414px) {

    .comments-area {
        padding: 50px 8px;
    }
}


.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px;
}


.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}


.comments-area .comment-list {
    padding-bottom: 48px;
}


.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}


.comments-area .comment-list.left-padding {
    padding-left: 25px;
}

@media (max-width: 413px) {

    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}


.comments-area .thumb {
    margin-right: 20px;
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
}


.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px;
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px;
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
}


.comment-form .form-group {
    margin-bottom: 30px;
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
}

.comment-form .name {
    padding-left: 0px;
}

@media (max-width: 767px) {

    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem;
    }
}


.comment-form .email {
    padding-right: 0px;
}

@media (max-width: 991px) {

    .comment-form .email {
        padding-left: 0px;
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}


.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.comment-form .form-control::placeholder {
    color: #777777;
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777;
}

.comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #777;
}

.comment-form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #777;
}

.comment-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #777;
}

.single_sidebar_widget .btn_1 {
    margin-top: 0px;
    padding: 15px 24px;
}

/*============ End Blog Single Styles  =============*/

.single_blog_post .desc a {
    font-size: 16px;
    color: #232b2b !important;
}

.single_blog_post .single_blog .single_appartment_content {
    padding: 38px 38px 23px;
    border: 0px solid #edeff2;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

.single_blog_post .single_blog .single_appartment_content p {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single_blog_post .single_blog .single_appartment_content p a {
    color: #ff4800;
}

.single_blog_post .single_blog .single_appartment_content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.481;
    margin-bottom: 16px;
}

.single_blog_post .single_blog .single_appartment_content h5 {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
}


.single_blog_post .single_blog .single_appartment_content .list-unstyled {
    margin-top: 33px;
}


.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
    display: inline;
    margin-right: 17px;
    color: #999999;
}


.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
    margin-right: 8px;
    color: #999999;
}

/**************menu part start*****************/

.home_menu .menu_btn:hover a {
    color: #fff !important;
}


.home_menu .main-menu-item {
    justify-content: center !important;
}


.home_menu .main-menu-item ul li .nav-link {
    color: #ff4800;
}


.main_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


.main_menu .main-menu-item {
    justify-content: center;
}


/*
.main_menu .navbar-nav {
  margin-left: -140px;
  display: none;
}
*/

.main_menu .navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0px;
}

.main_menu .navbar {
    padding: 0px;
}


.main_menu .main-menu-item ul li .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 40px 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 600;
}

.inner-page-menu .main-menu-item ul li .nav-link {
    color: #7004a7;
    font-size: 14px;
    padding: 40px 20px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 600;
}

.inner-page-menu .btn_1 {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    background-color: #7004a7;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border: 2px solid #7004a7;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .main_menu .main-menu-item ul li .nav-link {
        padding: 35px 20px;
    }
}


.main_menu .main-menu-item ul li .nav-link:hover {
    color: #07c313;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #07c313;
    ;
}

.main_menu .menu_btn {
    border: 1px solid #dde0e3;
    color: #ff4800;
    font-size: 16px;
    padding: 9px 41px;
    border-radius: 50px;
    background-color: #fff;
}

.main_menu .menu_btn:hover {
    background-color: #ff4800;
    border: 1px solid #ff4800;
    color: #fff;
}

.main_menu .single_page_logo {
    display: none;
}


.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    border: 0px solid transparent;
    background-color: #ff4800;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 20px !important;
    color: #fff !important;
    background-color: #ff4800;
    text-transform: capitalize;
}


.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

@media (max-width: 991px) {

    .main_menu {
        padding: 6px 0px;
    }

    .navbar-nav {
        margin-left: 0 !important;
        text-align: center;
    }

    .main_logo {
        display: none;
    }

    .single_page_logo {
        display: block !important;
    }

    .home_menu .main-menu-item {
        padding-left: 0px;
    }

    .main_menu .main-menu-item {
        text-align: left !important;
        box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.1);
    }

    .main_menu .main-menu-item .nav-item {
        padding: 10px 15px !important;
    }

    .menu_fixed.main_menu .main-menu-item .nav-item .nav-link {
        padding: 5px 15px !important;
        color: #fff;
    }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        background-color: #fff;
        text-align: center !important;
    }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
        margin-top: 10px;
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
        color: #ff4800;
    }

    .dropdown .dropdown-item:hover {
        color: #ff4800 !important;
    }

    .navbar-brand img {
        max-width: 100px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        /* right: 0; */
        /* top: 7px; */

    }

    .navbar-light .navbar-toggler {
        border-color: #9e57c3;
        position: absolute;
        left: 0;
        top: 17px;
        width: 33px;
        height: 33px;
        border-radius: 0;
    }

    .btn_1 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .main_menu .navbar-nav {
        margin-left: -50px;
    }

    .main_logo {
        display: none;
    }

    .single_page_logo {
        display: block !important;
    }

    .main-menu-item ul li .nav-link {
        color: #000 !important;
    }

    .main-menu-item ul li .nav-link:hover {
        color: #ff4800;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .single_page_menu ul li .nav-link {
        color: #fff !important;
    }

    .single_page_menu ul li .nav-link:hover {
        color: #ff4800;
    }
}

@media (max-width: 576px) {

    .navbar-brand img {
        max-width: 100px;
        right: auto;
        left: 0;
        top: 5px;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        position: absolute;
        right: 0;
        top: -2px;
        left: auto;
    }

    .main_menu {
        height: 64px;
    }
}


.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fafafa;
}


.dropdown:hover .dropdown-menu {
    display: block;
}


.menu_icon:after {
    position: absolute;
    content: "\e68e";
    top: 3px;
    left: -1px;
    font-family: 'themify';
    color: #7208a8;
    font-size: 25px;
    width: 33px;
    height: 33px;
}


.single_page_menu .menu_icon:after {
    position: absolute;
    content: "\e68e";
    top: 7px;
    left: 0px;
    font-family: 'themify';
    color: #fff;
    font-size: 25px;
    width: 33px;
    height: 33px;
}


.single_page_menu .main-menu-item {
    justify-content: center;
}


.single_page_menu .main-menu-item .navbar-nav {
    margin-left: 0 !important;
}

.single_page_menu .btn_1 {
    background-color: #fff;
    border: 1px solid #fff;
    color: #182028;
    font-weight: 500;
}

.single_page_menu .btn_1:hover {
    background-color: #ff4800;
    border: 1px solid #ff4800;
}


.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
    background-color: #fff;
}

.menu_fixed .navbar-nav {
    margin-left: 0;
}

.menu_fixed .btn_1 {
    border: 2px solid #7208a8;
    color: #000;
}


.menu_fixed .btn_1:hover {
    border: 2px solid #7208a8;
    background: #7208a8;

}


.menu_fixed .main-menu-item ul li .nav-link {
    color: #000;
}


.menu_fixed .main_logo {
    display: block;
}

.menu_fixed .single_page_logo {
    display: none !important;
}


/*
.menu_fixed .menu_icon:after {
  color: #fff;
}
*/


.menu_fixed .home_page_btn {
    color: #7208a8;
    font-weight: 600;
    background: none;
    /* margin-top: 14px; */
}

.login-btn {
    background-color: #673AB7;
}

.learning_img img {
    border-radius: 15px;
    box-shadow: 0px 15px 19px #77777738;
}

/**************** banner part css start ****************/

/*
.banner_part {
    position: relative;
    background-image: url(../img/banner_bg.png);
    background-repeat: no-repeat;
    background-size: 76%;
    background-position: top right;
}
*/
.hone-bg {
    position: relative;
    background-image: url(../img/banner_bg.png);
    background-repeat: no-repeat;
    background-size: 76%;
    background-position: top right;
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {}


.banner_part .banner_text {
    display: table;
    width: 100%;
    height: 900px;
}


.banner_part .banner_text .banner_text_iner {
    display: table-cell;
    vertical-align: middle;

}

.banner_text_iner ul li {
    font-size: 16px;
    font-size: 18px;
    padding: 8px;
    font-weight: 400;
    line-height: 30px;
    color: #404040;
    font-weight: 500;
}

.banner_text_iner ul {
    margin-bottom: 25px;
}

@media (max-width: 991px) {

    .banner_part .banner_text .banner_text_iner {
        padding-top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .banner_part .banner_text .banner_text_iner {
        height: 650px;
        padding-top: 0;
    }
}

@media (max-width: 991px) {

    .banner_part .banner_text {
        height: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .banner_part .banner_text {
        height: 650px;
    }
}


.banner_part .banner_text h1 {
    font-size: 2.2rem;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;

}

@media (max-width: 576px) {

    .banner_part .banner_text h1 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 1.3;
        /*    color: #7004a7;*/
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .banner_part .banner_text h1 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.3;
        color: #7004a7;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .banner_part {
        background-image: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .banner_part .banner_text h1 {
    font-size: 29px;
    margin-bottom: 15px;
    line-height: 1.4;
      margin-top: 88px;}
}


.banner_part .banner_text h1 span {
    color: #ff4800;
}

.banner_part .banner_text p {
    font-size: 20px;
    padding-right: 110px;
    color: #404040;
    font-weight: 600;
    line-height: 34px;
}

@media (max-width: 991px) {

    .banner_part .banner_text p {
        padding-right: 0;
        /*    margin-bottom: 10px; color: #07c313;*/
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .banner_part .banner_text p {
        padding-right: 0;
    }
}


.banner_part .feature_icon_1 {
    position: absolute;
    left: 10%;
    top: 0%;
    z-index: -1;
}

@media (max-width: 991px) {

    .banner_part .feature_icon_1 {
        display: none;
    }
}


.banner_part .feature_icon_2 {
    position: absolute;
    left: 30%;
    top: 10%;
    z-index: -1;
}


.banner_part .feature_icon_3 {
    position: absolute;
    left: 10%;
    top: 35%;
    z-index: -1;
}

@media (max-width: 991px) {

    .banner_part .feature_icon_3 {
        display: none;
    }
}


.banner_part .feature_icon_4 {
    position: absolute;
    left: 30%;
    top: 45%;
    z-index: -1;
}


.banner_part .feature_icon_5 {
    position: absolute;
    left: 15%;
    bottom: 20%;
    z-index: -1;
}

.banner_part .feature_icon_6 {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: -1;
}

@media (max-width: 991px) {

    .banner_part .feature_icon_6 {
        display: none;
        bottom: 0%;
    }
}

/**************** hero part css end ****************/
/**************** service_part css start ****************/

.feature_part {
    position: relative;
    z-index: 1;
}


.feature_part .feature_icon_1 {
    position: absolute;
    left: 19%;
    top: 50%;
    z-index: -1;
}

@media (max-width: 576px) {
    .feature_part .feature_part_text {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature_part .feature_part_text {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_part .feature_part_text {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature_part .feature_part_text {
        padding-left: 0;
    }
}

.feature_part .feature_part_text h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 21px;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 576px) {
    .feature_part .feature_part_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature_part .feature_part_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_part .feature_part_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature_part .feature_part_text h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 40px;
    }
}

.feature_part .feature_part_text p {
    margin-bottom: 46px;
}

.feature_part .feature_part_text .feature_part_text_iner {
    border-radius: 50px;
    border-top-right-radius: 0;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 34px 27px 31px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .feature_part .feature_part_text .feature_part_text_iner {
        padding: 20px 15px 15px;
        margin-bottom: 15px;
    }
}

.feature_part .feature_part_text .feature_part_text_iner:hover {
    border: 1px solid #ff4800;
}

.feature_part .feature_part_text .feature_part_text_iner h4 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.feature_part .feature_part_text .feature_part_text_iner p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.667;
}

.feature_part .single_feature {
    margin: 0 11px;
}

@media (max-width: 991px) {
    .feature_part .single_feature {
        margin: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature_part .single_feature {
        margin: 0;
    }
}

.feature_part .single_feature:nth-child(2) {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .feature_part .single_feature:nth-child(2) {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature_part .single_feature:nth-child(2) {
        margin-top: 30px;
    }
}

.feature_part .single_feature_part {
    padding: 40px 25px 31px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

@media (max-width: 991px) {

    /* line 117, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .feature_part .single_feature_part {
        padding: 25px 15px;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 117, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .feature_part .single_feature_part {
        margin-top: 25px;
    }
}

/* line 134, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
.feature_part .single_feature_part img {
    margin-bottom: 21px;
    height: 65px;
}

@media (max-width: 991px) {

    /* line 134, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .feature_part .single_feature_part img {
        margin-bottom: 21px;
    }
}

/* line 144, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
.feature_part .single_feature_part img i {
    color: #0c2e60;
    font-size: 24px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

/* line 150, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
.feature_part .single_feature_part h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 22px;
}

@media (max-width: 576px) {

    /* line 150, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .feature_part .single_feature_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 150, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .feature_part .single_feature_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 150, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .feature_part .single_feature_part h4 {
        margin-bottom: 15px;
    }
}

/* line 171, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
.feature_part .single_feature_part p {
    color: #7f7f7f;
    line-height: 1.8;
    font-size: 15px;
}

/* line 178, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
.single_feature_padding {
    padding-top: 140px;
}

@media (max-width: 576px) {

    /* line 178, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .single_feature_padding {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 178, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .single_feature_padding {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 178, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .single_feature_padding {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 178, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_feature_part.scss */
    .single_feature_padding {
        padding-top: 70px;
    }
}

/************about_us css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
.about_us {
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us {
        padding: 20px 0 20px;
    }
}

/* line 11, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
.about_us .feature_icon_1 {
    position: absolute;
    left: 15%;
    top: 12%;
    z-index: -1;
}

/* line 17, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
.about_us .feature_icon_2 {
    position: absolute;
    right: 15%;
    top: 12%;
    z-index: -1;
}

/* line 25, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
.about_us .about_us_text img {
    margin-bottom: 10px;
}

.about_us_text h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

/* line 28, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
.about_us .about_us_text h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 30px;
    position: relative;
    color: #182028 !important;
}

@media (max-width: 576px) {

    /* line 28, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us .about_us_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 28, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us .about_us_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 28, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us .about_us_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 28, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us .about_us_text h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 40px;
    }
}

/* line 59, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
.about_us .about_us_text p {
    line-height: 26px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {

    /* line 59, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us .about_us_text p {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 59, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us .about_us_text p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 59, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us .about_us_text p {
        margin-bottom: 20px;
    }
}

/* line 78, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
.about_us .about_us_text .btn_1 {
    margin-right: 30px;
}

@media (max-width: 991px) {

    /* line 78, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us .about_us_text .btn_1 {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 78, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .about_us .about_us_text .btn_1 {
        margin-right: 10px;
    }
}

@media (max-width: 576px) {

    /* line 91, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .learning_img {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    /* line 95, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .right_time .learning_img {
        margin-top: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 102, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .learning_img {
        margin-top: 40px;
    }

    /* line 107, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .right_time .learning_img {
        margin-top: 0;
    }
}

@media (max-width: 991px) {

    /* line 114, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .right_time {
        padding: 70px 0 0;
    }

    /* line 117, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_about_us.scss */
    .right_time .about_us_text h2 {
        margin-top: 30px;
    }
}

/************use_sasu css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
.use_sasu {
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
    .use_sasu {
        padding: 10px 0 15px;
    }
}

/* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
.use_sasu .feature_icon_1 {
    position: absolute;
    left: 22%;
    top: 15%;
    z-index: -1;
}

/* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
.use_sasu .single_feature_part {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 1px 1px 33px #a0b8f37d;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    height: 332px;

}

.use_sasu .single_feature_part:hover {
    box-shadow: 4px 1px 33px #e7c4f96e;
}

@media (max-width: 991px) {

    /* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
    .use_sasu .single_feature_part {
        margin-bottom: 40px;
    }
}

/* line 33, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
.use_sasu .single_feature_part img {
    margin-bottom: 33px;
    /* height: 65px; */
    width: 64px;

}

@media (max-width: 991px) {

    /* line 33, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
    .use_sasu .single_feature_part img {
        margin-bottom: 21px;
    }
}

/* line 45, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
.use_sasu .single_feature_part img i {
    color: #0c2e60;
    font-size: 24px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

/* line 52, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
.use_sasu .single_feature_part h4 a {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 22px;
    color: #222;
}

@media (max-width: 576px) {

    /* line 52, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
    .use_sasu .single_feature_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 52, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
    .use_sasu .single_feature_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 52, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
    .use_sasu .single_feature_part h4 {
        margin-bottom: 15px;
    }
}

/* line 72, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_use_sasu.scss */
.use_sasu .single_feature_part p {
    color: #7f7f7f;
    line-height: 1.8;
    font-size: 15px;
}

/************use_sasu css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part {
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
    .pricing_part {
        padding: 70px 0 40px;
    }
}

/* line 13, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .feature_icon_2 {
    position: absolute;
    left: 15%;
    top: 8%;
    z-index: -1;
}

/* line 19, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part {
    text-align: center;
    padding: 40px 40px 32px;
    border: 1px solid #eaecee;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

@media (max-width: 991px) {

    /* line 19, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
    .pricing_part .single_pricing_part {
        padding: 40px 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 19, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
    .pricing_part .single_pricing_part {
        padding: 40px;
    }
}

/* line 31, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part img {
    margin-bottom: 18px;
    height: 65px;
}

/* line 35, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part p {
    color: #182028;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 27px;
}

/* line 42, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part h3 {
    font-size: 30px;
    font-weight: 600;
    border-top: 1px solid #eee;
    margin-bottom: 5px;
    padding-top: 24px;
}

/* line 48, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part h3 span {
    font-size: 16px;
    color: #919191;
    font-weight: 400;
}

/* line 54, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    display: inline-block;
    color: #182028;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* line 62, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_btn:hover {
    color: #ff4800;
}

/* line 67, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part ul {
    padding: 12px 0 20px;
    border-bottom: 1px solid #eaecee;
}

@media (max-width: 991px) {

    /* line 67, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
    .pricing_part .single_pricing_part ul {
        margin: 16px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 67, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
    .pricing_part .single_pricing_part ul {
        margin: 20px 0;
    }
}

/* line 77, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part ul li {
    font-size: 14px;
    color: #7f7f7f;
    text-transform: capitalize;
    margin: 10px 0;
}

/* line 84, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part .pricing_btn {
    padding-top: 33px;
}

@media (max-width: 991px) {

    /* line 84, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
    .pricing_part .single_pricing_part .pricing_btn {
        padding-top: 10px;
    }
}

/* line 93, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part:hover {
    border: 1px solid transparent;
    box-shadow: 0px 20px 30px 0px rgba(24, 32, 40, 0.05);
}

/* line 96, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.pricing_part .single_pricing_part:hover .pricing_btn {
    color: #ff4800;
}

/* line 103, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_pricing_plan.scss */
.single_page_pricing .left_shape_1 {
    display: none;
}

/************review_part css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part {
    position: relative;
    z-index: 99;
}

/* line 6, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .feature_icon_2 {
    position: absolute;
    right: 15%;
    top: 5%;
    z-index: -1;
}

/* line 12, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .review_img {
    margin-bottom: 25px;
}

/* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .review_part_text h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 28px;
    position: relative;
}

@media (max-width: 576px) {

    /* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
    .review_part .review_part_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
    .review_part .review_part_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
    .review_part .review_part_text h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
    .review_part .review_part_text h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 40px;
    }
}

/* line 48, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .review_part_text p {
    line-height: 36px;
    margin-bottom: 34px;
}

@media (max-width: 576px) {

    /* line 48, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
    .review_part .review_part_text p {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 48, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
    .review_part .review_part_text p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 48, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
    .review_part .review_part_text p {
        margin-bottom: 20px;
    }
}

/* line 67, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .review_part_text h3 {
    font-size: 24px;
    font-weight: 600;
}

/* line 71, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .review_part_text h3 span {
    font-size: 70%;
    color: #888888;
    font-weight: 400;
}

/* line 79, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .owl-dots {
    padding-top: 33px;
}

/* line 82, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .owl-dots button.owl-dot {
    border-radius: 50px;
    display: inline-block;
    background: #ccc;
    margin: 0 15px 0 0;
    width: 20px;
    height: 4px;
    background-color: #d3d8dd;
}

/* line 91, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .owl-dots button.owl-dot.active {
    background-color: #ff4800;
}

/* line 95, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_review_part.scss */
.review_part .owl-dots button.owl-dot:focus {
    outline: none;
}

/************subscribe us css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
.subscribe_part {
    position: relative;
    z-index: 1;
}

/* line 5, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
.subscribe_part .feature_icon_2 {
    position: absolute;
    right: 50%;
    bottom: 5%;
    z-index: -1;
}

/* line 11, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
.subscribe_part h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 77px;
}

@media (max-width: 991px) {

    /* line 11, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
    .subscribe_part h2 {
        font-size: 25px;
        margin-bottom: 25px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 11, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
    .subscribe_part h2 {
        font-size: 30px;
        margin-bottom: 25px;
        line-height: 35px;
    }
}

/* line 27, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
.subscribe_part .btn_2 {
    border-radius: 0;
    padding: 27px 44px;
}

@media (max-width: 991px) {

    /* line 27, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
    .subscribe_part .btn_2 {
        padding: 17px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 27, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
    .subscribe_part .btn_2 {
        margin-top: 0;
        padding: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 27, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
    .subscribe_part .btn_2 {
        margin-top: 0;
        padding: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 27, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
    .subscribe_part .btn_2 {
        padding: 13px;
    }
}

/* line 45, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
.subscribe_part .form-control {
    padding: 39px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.2px;
}

@media (max-width: 991px) {

    /* line 45, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
    .subscribe_part .form-control {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 45, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_subscribe_part.scss */
    .subscribe_part .form-control {
        padding: 25px 15px;
    }
}

/************client css start***************/
/* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_client_logo.scss */
.client_logo {
    padding: 0 0 140px;
}

@media (max-width: 991px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_client_logo.scss */
    .client_logo {
        padding: 0 0 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_client_logo.scss */
    .client_logo {
        padding: 0 0 100px;
    }
}

/* line 10, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_client_logo.scss */
.client_logo .single_client_logo {
    display: flex;
    align-items: center;
}

/* line 14, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_client_logo.scss */
.client_logo .owl-carousel .owl-item img {
    width: auto;
}

/* line 17, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_client_logo.scss */
.client_logo .single_client_logo {
    height: 100px;
}

/* line 19, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_client_logo.scss */
.client_logo .single_client_logo img {
    margin: 0 auto;
}

/**********************footer part css*******************/
/* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part {
    background-image: url("../img/footer_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px 25px;
}

@media (max-width: 991px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part {
        padding: 70px 0px 25px;
        background-image: url("none");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #f7f7f7;
    }
}

/* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part img {
    margin-bottom: 35px;
}

@media (max-width: 576px) {

    /* line 20, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 20, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 20, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part {
        margin-bottom: 20px;
    }
}

/* line 37, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

@media (max-width: 576px) {

    /* line 37, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 37, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 37, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px;
    }
}

/* line 59, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part p {
    margin-bottom: 10px;
}

/* line 65, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .list-unstyled li a {
    color: #888888;
    margin-bottom: 10px;
    display: inline-block;
}

/* line 70, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .list-unstyled li a:hover {
    color: #7004a7 !important;
}

/* line 77, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon {
    float: left;
    margin-top: 38px;
}

@media (max-width: 991px) {

    /* line 77, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part .social_icon {
        margin-top: 15px;
    }
}

/* line 90, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon li a {
    margin-left: 0;
    margin-right: 25px;
}

/* line 99, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part {
    position: relative;
}

/* line 102, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part input {
    padding: 9px 22px;
    font-size: 13px;
    border-radius: 50px;
    border: 2px solid #fff;
    margin-top: 20px;
    width: 100%;
    background-color: #f9f9fe;
    border: 1px solid #ebebeb;
}

/* line 113, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part .email_icon {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 60px;
    height: 39px;
    background-color: #ff4800;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    line-height: 10px;
    border: 2px solid #ff4800;
}

/* line 129, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part hr {
    background-color: #cad7dc;
    margin-top: 50px;
    margin-bottom: 25px;
}

/* line 135, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .footer_icon {
    text-align: right;
}

/* line 138, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .footer_icon li {
    display: inline-block;
}

/* line 141, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .footer_icon li a {
    font-size: 14px;
    color: #888888;
    margin-left: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 576px) {

    /* line 141, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .footer_icon li a {
        margin-left: 0px;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 141, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .footer_icon li a {
        margin-left: 0px;
        margin-right: 25px;
    }
}

/* line 162, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .footer_icon li a :hover {
    color: #730aa9;
}

@media (max-width: 576px) {

    /* line 135, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .footer_icon {
        float: left;
        margin-top: 15px;
    }
}

/* line 181, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .copyright_text p {
    color: #888;
}

/* line 185, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .copyright_text span {
    color: #ff4800;
    font-size: 12px;
}

@media (max-width: 991px) {

    /* line 180, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .copyright_text {
        text-align: center !important;
    }
}

/* line 197, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .copyright_text p a {
    color: #7004a7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 201, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .copyright_text p a:hover {
    color: #ff4800;
}

/* line 206, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .info {
    color: red !important;
}

@media (max-width: 991px) {

    /* line 211, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .footer_icon {
        text-align: center;
        float: none;
    }
}

/* line 75, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
}

/* line 80, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}

/* line 85, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
b,
sup,
sub,
u,
del {
    color: #ff4800;
}

/* line 93, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
h1 {
    font-size: 36px;
}

/* line 97, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
h2 {
    font-size: 30px;
}

/* line 101, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
h3 {
    font-size: 24px;
}

/* line 105, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
h4 {
    font-size: 18px;
}

/* line 109, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
h5 {
    font-size: 16px;
}

/* line 113, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
h6 {
    font-size: 14px;
}

/* line 117, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

/* line 127, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2;
}

/* line 137, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.button-area {
    background: #fff;
}

/* line 138, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}

/* line 146, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}

/* line 149, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.button-group-area .genric-btn:last-child {
    margin-right: 0;
}

/* line 155, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 166, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn:focus {
    outline: none;
}

/* line 169, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}

/* line 173, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.large {
    line-height: 45px;
}

/* line 176, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.medium {
    line-height: 30px;
}

/* line 179, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.small {
    line-height: 25px;
}

/* line 182, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.radius {
    border-radius: 3px;
}

/* line 185, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.circle {
    border-radius: 20px;
}

/* line 188, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 195, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.arrow span {
    margin-left: 10px;
}

/* line 199, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

/* line 203, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}

/* line 208, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}

/* line 211, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

/* line 217, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.primary {
    color: #fff;
    background: #ff4800;
    border: 1px solid transparent;
}

/* line 221, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.primary:hover {
    color: #ff4800;
    border: 1px solid #ff4800;
    background: #fff;
}

/* line 227, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.primary-border {
    color: #ff4800;
    border: 1px solid #ff4800;
    background: #fff;
}

/* line 231, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.primary-border:hover {
    color: #fff;
    background: #ff4800;
    border: 1px solid transparent;
}

/* line 237, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

/* line 241, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

/* line 247, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

/* line 251, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

/* line 257, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

/* line 261, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

/* line 267, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

/* line 271, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

/* line 277, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

/* line 281, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

/* line 287, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

/* line 291, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

/* line 297, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

/* line 301, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

/* line 307, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

/* line 311, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

/* line 317, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}

/* line 322, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
}

/* line 328, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}

/* line 333, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

/* line 339, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}

/* line 347, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #ff4800;
}


/* line 441, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}

/* line 449, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.list-style {
    width: 14px;
    height: 14px;
}

/* line 455, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

/* line 459, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #ff4800;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}

/* line 473, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.ordered-list {
    margin-left: 30px;
}

/* line 475, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #ff4800;
    font-weight: 500;
    line-height: 1.82em !important;
}

/* line 480, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.ordered-list li span {
    font-weight: 300;
    color: #828bb2;
}

/* line 488, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #ff4800;
    font-weight: 500;
    line-height: 1.82em !important;
}

/* line 494, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
}

/* line 502, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #ff4800;
    font-weight: 500;
    line-height: 1.82em !important;
}

/* line 508, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}

/* line 515, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

/* line 523, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-input:focus {
    outline: none;
}

/* line 528, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.input-group-icon {
    position: relative;
}

/* line 530, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

/* line 535, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.input-group-icon .icon i {
    color: #797979;
}

/* line 540, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.input-group-icon .single-input {
    padding-left: 45px;
}

/* line 545, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}

/* line 555, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-textarea:focus {
    outline: none;
}

/* line 560, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

/* line 568, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-input-primary:focus {
    outline: none;
    border: 1px solid #ff4800;
}

/* line 574, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

/* line 582, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}

/* line 588, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

/* line 596, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}

/* line 602, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 609, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* line 619, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff4800;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* line 632, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-switch input:checked + label {
    left: 19px;
}

/* line 639, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 646, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 655, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* line 663, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* line 677, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* line 693, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-switch input:checked + label:after {
    left: 19px;
}

/* line 696, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-switch input:checked + label:before {
    background: #ff4800;
}

/* line 704, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 711, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 720, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* line 728, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

/* line 742, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* line 758, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-switch input:checked + label:after {
    left: 19px;
}

/* line 761, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}

/* line 769, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 776, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 785, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 798, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-checkbox input:checked + label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none;
}

/* line 806, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 813, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 822, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 835, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none;
}

/* line 843, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 850, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 859, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 871, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

/* line 876, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-checkbox input:checked + label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none;
}

/* line 884, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 891, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 900, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 913, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none;
}

/* line 921, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 928, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 937, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 950, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none;
}

/* line 958, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

/* line 965, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* line 974, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

/* line 986, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

/* line 991, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.disabled-radio input:checked + label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none;
}

/* line 999, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-select {
    height: 40px;
}

/* line 1001, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px;
}

/* line 1008, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

/* line 1015, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}

/* line 1022, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-select .nice-select .list .option.selected {
    color: #ff4800;
    background: transparent;
}

/* line 1026, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-select .nice-select .list .option:hover {
    color: #ff4800;
    background: transparent;
}

/* line 1033, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}

/* line 1037, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.default-select .nice-select::after {
    right: 20px;
}

/* line 1042, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.form-select {
    height: 40px;
    width: 100%;
}

/* line 1045, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

/* line 1053, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

/* line 1060, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

/* line 1067, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.form-select .nice-select .list .option.selected {
    color: #ff4800;
    background: transparent;
}

/* line 1071, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.form-select .nice-select .list .option:hover {
    color: #ff4800;
    background: transparent;
}

/* line 1078, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

/* line 1082, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.form-select .nice-select::after {
    right: 20px;
}

/* line 1086, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.mt-10 {
    margin-top: 10px;
}

/* line 1089, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

/* line 1093, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.mb-30 {
    margin-bottom: 30px;
}

/* line 1096, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.mt-30 {
    margin-top: 30px;
}

/* line 1099, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_elements.scss */
.switch-wrap {
    margin-bottom: 10px;
}

/**************** blog part css start ****************/
@media (max-width: 576px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part {
        padding-bottom: 50px;
    }
}

/* line 15, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .card {
    border: 0px solid transparent;
}

/* line 18, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
    font-style: inherit !important;
}

@media (max-width: 576px) {

    /* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog {
        margin-bottom: 20px;
    }
}

/* line 36, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card-img-top {
    border-radius: 0px;
}

/* line 39, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card {
    border-radius: 0px;
    background-color: transparent;
    position: relative;
}

/* line 44, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .card-body {
    padding: 35px 30px 23px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #edeff2;
}

/* line 49, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .card-body:hover {
    box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.1);
    border: 1px solid transparent;
}

@media (max-width: 576px) {

    /* line 44, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card .card-body {
        padding: 15px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 44, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card .card-body {
        padding: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 44, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card .card-body {
        padding: 20px;
    }
}

/* line 66, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .card-body .btn_4 {
    margin-bottom: 20px;
}

/* line 70, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a {
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

/* line 76, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .dot {
    position: relative;
    padding-left: 20px;
}

/* line 79, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card .dot:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0;
    background-color: #ff4800;
    border-radius: 50%;
}

/* line 90, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card span {
    color: #8a8a8a;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 576px) {

    /* line 90, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 90, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 90, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 90, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card span {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

/* line 112, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card h5 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 19px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-transform: capitalize;
}

@media (max-width: 576px) {

    /* line 112, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 5px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 112, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 112, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 112, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

/* line 133, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card h5:hover {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    color: #ff4800;
}

/* line 139, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card ul {
    border-top: 1px solid #edeff2;
    padding-top: 20px;
    margin-top: 24px;
}

/* line 143, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card ul li {
    display: inline-block;
    color: #8a8a8a;
    margin-right: 39px;
}

@media (max-width: 576px) {

    /* line 143, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 143, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 143, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 143, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

/* line 159, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
.blog_part .single-home-blog .card ul li span {
    margin-right: 10px;
}

/************** accordion part start***************/
/* line 3, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_accordion.scss */
.accordion_part button {
    font-size: 20px;
    color: #182028;
    font-weight: 500;
}

/* line 8, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_accordion.scss */
.accordion_part .card {
    margin-bottom: 30px;
    border-radius: 0;
}

/* line 11, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_accordion.scss */
.accordion_part .card .card-header {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    padding: 27px 16px;
}

/* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_accordion.scss */
.accordion_part .card .card-body {
    font-size: 16px;
    line-height: 28px;
    color: #888888;
    padding: 0px 30px 32px;
}

/* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_accordion.scss */
.accordion_part h5 {
    position: relative;
    z-index: 1;
}

/* line 27, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_accordion.scss */
.accordion_part h5 button.btn.btn-link:after {
    position: absolute;
    content: "\e622";
    top: 9px;
    right: 12px;
    height: auto;
    font-family: 'themify';
    color: #ff4800;
}

/* line 38, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_accordion.scss */
.accordion_part h5 button.btn.btn-link.collapsed:after {
    content: "\e61a";
    color: #888888;
}

/* line 45, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_accordion.scss */
.accordion_part .btn-link:hover {
    color: #182028;
    text-decoration: none;
}

/* line 49, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_accordion.scss */
.accordion_part .btn {
    text-align: left !important;
}

/**************** copyright part css start ****************/
/* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
.copyright_part {
    background-color: #303030;
    padding: 26px 0px;
}

/* line 5, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
.copyright_part p {
    color: #8a8a8a;
    font-family: 300;
}

/* line 9, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
.copyright_part a {
    color: #7c32ff;
}

@media (max-width: 576px) {

    /* line 12, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
    .copyright_part .footer-social {
        margin-top: 20px;
    }
}

/* line 25, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
.copyright_part .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ff7e5f;
    text-align: center;
    margin-left: 10px;
    color: #fff;
}

/* line 35, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
.copyright_part .footer-social a:hover {
    background-color: #ff7e5f !important;
    color: #fff !important;
}

/* line 40, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
.copyright_part .footer-social a i:hover {
    color: #fff;
}

@media (max-width: 576px) {

    /* line 47, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
    .copyright_part .footer-text {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 52, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 58, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }
}

/* line 65, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_copyright_part.scss */
.copyright_part span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

/*=================== contact banner start ====================*/
/* line 3, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.contact-info {
    margin-bottom: 25px;
}

/* line 6, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.contact-info__icon {
    margin-right: 20px;
}

/* line 9, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}

/* line 17, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}

/* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.contact-info .media-body h3 a:hover {
    color: #7c32ff;
}

/* line 29, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.contact-info .media-body p {
    color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 39, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* line 47, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact label {
    font-size: 14px;
}

/* line 50, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact .form-group {
    margin-bottom: 30px;
}

/* line 52, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact .form-group .button-contactForm {
    padding: 5px 5px 5px 20px;
}

/* line 55, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact .form-group .btn_1 {
    margin-bottom: -30px;
    border: 1px solid #999999;
    border-radius: 0;
    color: #000;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {

    /* line 55, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
    .form-contact .form-group .btn_1 {
        margin-bottom: 20px;
    }
}

/* line 66, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact .form-group .btn_1 i {
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: #ff4800;
    display: inline-block;
    line-height: 50px;
    margin-left: 20px;
    background-size: 200% auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 77, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact .form-group .btn_1:hover {
    border: 1px solid #7c32ff;
    color: #7c32ff !important;
}

/* line 80, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact .form-group .btn_1:hover i {
    color: #7c32ff;
    color: #fff !important;
}

/* line 88, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

/* line 96, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

/* line 101, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

/* line 107, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.form-contact textarea {
    border-radius: 12px;
    height: 100% !important;
}

@media (max-width: 576px) {

    /* line 119, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
    .contact-section .btn_1 {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 127, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
    .contact-section .btn_1 {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 135, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
    .contact-section .btn_1 {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 143, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
    .contact-section .btn_1 {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 156, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%;
}

/* line 165, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* line 171, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

/* line 180, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

/* line 185, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
}

/* line 1, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
.breadcrumb {
    background-image: url(../img/inner-img.jpg);
    position: relative;
    z-index: 1;
    /* text-align: center; */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;



}

/* line 7, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner {
    height: 300px;
    width: 100%;
    display: table;
}

/* line 12, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
    display: table-cell;
    vertical-align: middle;
}

/* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    color: #7004a7;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #370252;
}

@media (max-width: 576px) {

    /* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 20px;
    }

    .breadcrumb {
        margin-bottom: 0px !important;
        height: auto !important;
    }

    .main_menu { position: relative;}
    .breadcrumb .breadcrumb_iner {
        height: 123px;
        width: 100%;
        display: table;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h5 {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #7004a7;
        margin-top: 0px !important;
    }


}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 50px;
    }
}

/* line 40, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h5 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #7004a7;
    margin-top: 23px;
    text-shadow: 1px 1px 1px #9143b9;
}

/* line 46, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h5 span {
    font-size: 15px;
    position: relative;
    z-index: 1;
    margin: 0 18px;
}

/* line 51, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h5 span:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: -4px;
    top: 6px;
    background-color: #7004a7;
    border-radius: 50%;
}

/* line 64, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
    margin: 0px 5px;
    font-size: 12px;
}

/* line 74, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_breadcrumb.scss */
.breadcrumb {
    margin-bottom: 0px !important;
    height: 300px;
}

/**********************footer part css*******************/
/* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part {
    background-image: url("../img/footer_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 47px 0px 25px;
}

@media (max-width: 991px) {

    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part {
        padding: 70px 0px 25px;
        background-image: url("none");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #f7f7f7;
    }
}

/* line 16, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part img {
    margin-bottom: 35px;
}

@media (max-width: 576px) {

    /* line 20, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 20, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 20, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part {
        margin-bottom: 20px;
    }

}

/* line 37, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

@media (max-width: 576px) {

    /* line 37, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 37, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 37, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part h4 {
        margin-bottom: 15px;
    }
}

/* line 59, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part p {
    margin-bottom: 10px;
}

.footer_part .single_footer_part ul {
    padding-left: 0;
    list-style: none;
}

/* line 65, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part ul li a,
.footer_part .single_footer_part .list-unstyled li a {
    color: #888888;
    margin-bottom: 10px;
    display: inline-block;
}

/* line 70, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part ul li a:hover,
.footer_part .single_footer_part .list-unstyled li a:hover {
    color: #7004a7 !important;
}

/* line 77, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon {
    float: left;
    margin-top: 38px;
}

@media (max-width: 991px) {

    /* line 77, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .single_footer_part .social_icon {
        margin-top: 15px;
    }

    /*   
    */
}

/* line 90, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .social_icon li a {
    margin-left: 0;
    margin-right: 25px;
}

/* line 99, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part {
    position: relative;
}

/* line 102, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part input {
    padding: 9px 22px;
    font-size: 13px;
    border-radius: 50px;
    border: 2px solid #fff;
    margin-top: 20px;
    width: 100%;
    background-color: #f9f9fe;
    border: 1px solid #ebebeb;
}

/* line 113, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .single_footer_part .mail_part .email_icon {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 60px;
    height: 39px;
    background-color: #7c32ff;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    line-height: 10px;
    border: 2px solid #7c32ff;
}

/* line 129, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part hr {
    background-color: #cad7dc;
    margin-top: 50px;
    margin-bottom: 25px;
}

/* line 135, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .footer_icon {
    text-align: right;
}

/* line 138, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .footer_icon li {
    display: inline-block;
}

/* line 141, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .footer_icon li a {
    font-size: 14px;
    color: #888888;
    margin-left: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 576px) {

    /* line 141, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .footer_icon li a {
        margin-left: 0px;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 141, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .footer_icon li a {
        margin-left: 0px;
        margin-right: 25px;
    }
}

/* line 162, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .footer_icon li a :hover {
    color: #730aa9;
}

@media (max-width: 576px) {

    /* line 135, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .footer_icon {
        float: left;
        margin-top: 15px;
    }
}

/* line 181, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .copyright_text p {
    color: #888;
}

/* line 185, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .copyright_text span {
    color: #ff4800;
    font-size: 12px;
}

@media (max-width: 991px) {

    /* line 180, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .copyright_text {
        text-align: center !important;
    }
}

/* line 197, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .copyright_text p a {
    color: #7004a7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* line 201, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .copyright_text p a:hover {
    color: #ff4800;
}

/* line 206, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
.footer_part .info {
    color: red !important;
}

@media (max-width: 991px) {

    /* line 211, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_footer.scss */
    .footer_part .footer_icon {
        text-align: center;
        float: none;
    }
}

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


.watch-btn:before {
    left: 0;
    top: 8px;
    width: 26px;
    height: 26px;
    border: 2px solid #7004a7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
}

.watch-btn:after {
    left: 11px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #7004a7;
}

.watch-btn {
    color: #000;
    padding: 8px 0 10px 38px;
    text-transform: none;
}

.act-btn {
    display: inline-block;
    padding: 8px 30px;
    text-align: center;
    margin: 0;
    color: #07339a;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    font-size: 16px;
    position: relative;
}

.watch-btn:after,
.watch-btn:before {
    position: absolute;
    content: '';
}

.progress-sec {
    background: linear-gradient(0deg, rgba(2, 6, 57, 1) 34%, rgb(88, 48, 173) 100%);
    width: 100%;
    position: relative;
}

.progress-sec:before {
    background-image: url(../img/bg_lines.svg);
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .40;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}




@keyframes duepduep {

    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-40px, 0);
    }

    75% {
        transform: translate(0, 0);
    }
}


/* number-counter-section(odometer) */
.number-counter-section {
    text-align: center;
    border: dashed 1px #fff;
    position: relative;
    padding: 25px 0;
}

.number-counter-section .odometer {
    font-size: 40px;
    font-weight: 900;
    margin-right: 0;
    margin: 0 auto;
    line-height: 40px;
}

.number-counter-section .odometer:last-child {
    margin: 0 auto;
}

.number-counter-section .odometer .odometer-digit {
    margin-right: 0px;
    color: #fff;

}

.number-counter-section .odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {}

.number-counter-section .odometer .odometer-digit:last-child {
    margin-right: 0;
}

.number-counter-section:hover {
    background: linear-gradient(0deg, rgba(2, 6, 57, 1) 0%, rgba(79, 32, 179, 1) 100%);
}

.progress-sec .progress {
    display: block;
    height: auto;
    overflow: visible;
    font-size: .75rem;
    background: none;
    border-radius: 0px;
    width: 100%;
}

.font-size20 {
    font-size: 20px !important;
}

.progress-sec .pluse {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    padding-left: 2px;
}

.progress-sec .progress h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 6px;
}

.text-white {
    color: #fff;
}

#panel,
#flip {
    text-align: center;


}

.use_sasu .btn_2 {
    color: #7004a7 !important;
}

.use_sasu .btn_2:hover {
    color: #07c313 !important;
}

#panel {

    display: none;
}

.faq-li {
    text-align: left;
}

.faq-li li a {
    color: #807777;
    font-size: 14px;
    text-decoration: none;
    box-shadow: none !important;
    font-weight: 500;
}

.faq-li li a i {
    color: #7208a8;
    padding-right: 4px;
}

.faq-li li i {
    color: #7208a8;
    padding-right: 4px;
}

@media (max-width: 768px) {

    .video-ar {
        width: 100% !important;
    }

    .inner-page-menu .btn_1 {
        display: inline-block;
        padding: 4px 19px;
    }
    .footer_part img {
    margin-bottom: 0px;
}
    .footer_part .header-btn {
    margin-top: 0px;
}



}


.myaccordion {
    max-width: 900px;
    margin: 50px auto;
    box-shadow: 0 0 16px rgba(23, 84, 253, 0.16);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 13px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #8930b6;
    padding: 0;
    font-size: 16px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}

.card-body ul li {
    font-size: 15px;
    padding: 4px 0;
}

.card-body ul li a {
    color: #8930b6;
    font-weight: 600;
}

.card-body {
    background: #f7f7f7;
}

.card-body ul li i {
    color: #8930b6;
    padding-right: 8px;
}

.card-body p a {
    color: #8930b6;
    font-weight: 600;
}

.header-btn {
    display: flex;
    text-align: right;
    float: right;
}


/*
.banner_part.breadcrumb.breadcrumb_bg:before {
  position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.2784313725490196);
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
*/

.click-here i {
    padding-left: 10px;
    padding-right: 10px;
}

.click-here {
    color: #07329c;
}

.colors-custom button,
.colors-custom input[type="button"],
.colors-custom input[type="submit"],
.colors-custom .entry-footer .edit-link a.post-edit-link {
    background: none !important;
}

@media (max-width: 768px) {
    .footer_part .header-btn {
        margin-top: 0px;
        margin-bottom: 27px;
    }

    .footer_part .header-btn {
        display: flex;
        text-align: right;
        float: left;
    }

    .footer_part .header-btn .home_page_btn {
    display: inline-block;
    padding: 10px 18px !important;
    line-height: 19px;
    border-radius: 50px;
    background-color: #7004a7;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}


}

@media (max-width: 991px) {

    /*
  .banner_part {
    background-image: none;
  }
*/

    .main_menu {
        box-shadow: 1px 1px 5px #c4c4c4;
        background: #fff;
    }

    .video-ar {
        width: 100% !important;
    }

    .hone-bg {
        position: relative;
        background: none;
    }

    .banner-bg {
        background: #03104f;
        padding-top: 33px;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-view {
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-brand img {
        max-width: 100px;
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        top: 9px;
    }
    
    .footer_part .col-md-2 {
  flex: 0 0 24.666667%;
    max-width: 24.666667%;
}
    .footer_part .col-md-3 {
       flex: 0 0 36%;
       max-width: 36%;     
    }
.footer_part  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 39.333333%;
    max-width: 39.333333%;
}
    .footer_part .header-btn .home_page_btn {
    display: inline-block;
    padding: 13px 26px !important;}
    

}

@media only screen and (min-width: 320px) and (max-width: 576px) {
    .mobile-view {
        display: none;
    }

    .fa-stack {
        position: relative;
        display: inline-block;
        width: 3em;
        height: 3em;
        line-height: 2em;
        vertical-align: middle;
    }

}

@media only screen and (min-width: 576px) and (max-width: 991px) {

    .desktop-view {
        display: none;
    }

    .banner_img {
        padding: 12px 52px;
    }

    .fa-stack {
        position: relative;
        display: inline-block;
        width: 3em;
        height: 3em;
        line-height: 2em;
        vertical-align: middle;
    }
}


.footer_part .header-btn .home_page_btn {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    background-color: #7004a7;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.footer_part .header-btn {
    margin-top: 25px;
}

.content-area {
    margin-top: 25px;
}

.content-area .frm-show-form {
    background: #f2f2f2;
    padding: 25px;
    margin-top: 46px;
    border-radius: 4px;
}

.content-area .frm-show-form input {
    height: 38px;
    border-radius: 0px !important;
    margin-top: 15px;
}
.content-area .frm-show-form .frm_radio input {
    height: auto;
    border-radius: 0px !important;
    margin-top: 0px;
}

.content-area .frm_button_submit {
    display: inline-block;
    padding: 12px 44px !important;
    ;
    border-radius: 50px !important;
    ;
    background-color: #7208a8 !important;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border: 2px solid #7208a8 !important;
    ;

}

.elementor-text-editor ul li {
    padding: 4px 0px;
    font-size: 15px;
}

.elementor-text-editor ul {
    margin-left: 0px !important;
    margin-top: 20px;
}

.elementor-text-editor p a {
    color: #5A0386;
    font-weight: 600;
}

.elementor-text-editor h6 {
    margin-top: 25px;
    font-size: 18px;
}

.elementor-text-editor p {
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 32px !important;
}

.myaccordion .collapsed .fa-plus.fa-inverse:before {
    content: "\f067";
}

.myaccordion .fa-plus.fa-inverse:before {
    content: "\f068";
}

.myaccordion .fa-inverse {
    color: #fff;
    font-size: 11px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    background-color: #7004a7 !important;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

@media (max-width: 420px) {
    .inner-page-menu .btn_1 {
        display: inline-block;
        padding: 4px 8px;
    }
.main_menu { position: relative;}
.breadcrumb{ height: auto !important;}
}


#eu-cookie-law {
    background-color: #fff;
    border:none !important;
    color: #36383c !important;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 15px !important;
    position: relative;
    box-shadow: 1px 1px 21px #ddd;
    font-weight: 500}

#eu-cookie-law input, #eu-cookie-law input:focus, #eu-cookie-law input:hover {
     background: #7004a7 !important;
    border: 1px solid #7004a7 !important;
    border-radius: 20px !important;;
    color: #fff !important;
    cursor: pointer;
    display: inline;
    float: none !important;}




@media only screen and (min-width: 992px) and (max-width: 1024px) {


.footer_part .header-btn .home_page_btn {
    display: inline-block;
    padding: 8px 20px !important;}





}


















