/*=====  End of Helper CSS  ======*/


/*=============================================
=            Default CSS            =
=============================================*/


/*-- Google Font --*/

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.66;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Roboto", sans-serif;
    color: #888;
    position: relative;
    background-color: #ffffff;
}

body.no-overflow {
    overflow: hidden;
}

body.boxed {
    max-width: 1500px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.23;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5625rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.5625rem;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

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


/*-- Tab Content & Pane Fix --*/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.container-fluid {
    padding-right: 100px;
    padding-left: 100px;
}


/*=====  End of preloader  ======*/


/*=============================================
=            scroll top            =
=============================================*/

a.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #f6ab4b;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}


/*=====  End of scroll top  ======*/


/*=============================================
=            landing page            =
=============================================*/

.topbar-menu--landing li a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    padding-bottom: 5px;
}

.topbar-menu--landing li a:hover {
    color: #ffffff;
}

.topbar-menu--landing li a:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

.topbar-menu--landing li a:after {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #f6ab4b;
}

.landing-hero-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100vh;
}

.main-top-content__subtitle {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2.33px;
    color: #ffffff;
    padding-bottom: 15px;
    border-bottom: 2px solid #f6ab4b;
    display: inline-block;
    margin-bottom: 30px;
}
.main-top-content {
    text-align: center;
}
.main-top-content__title {
    line-height: 1.2;
    color: #222;
    width: 800px;
    max-width: 100%;
    font-size: 50px;
    margin: 20px auto;
}
.main-top-content__title span {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    color: #f6ab4b;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1;
}

.main-top-content p {
    font-size: 18px;
    color: #666;
    letter-spacing: .5px;
    max-width: 45%;
    margin: auto;
}

.core_feature_area {
    padding-top: 80px;
    padding-bottom: 50px;
}

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

.single_feature-single {
    margin-bottom: 30px;
    padding-right: 35px;
    border-right: 2px dashed #eee;
    padding-left: 20px;
}

.single_feature-wrapper .single_feat:first-child .single_feature-single {
    padding-left: 0px;
}

.single_feature-wrapper .single_feat:last-child .single_feature-single {
    border-right: none;
}

.single_feature-single__image {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}

.single_feature-single__image i {
    font-size: 54px;
    color: #f6ab4b;
}

.single_feature-single__content .title {
    font-size: 22px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 10px;
}

.header-top-area {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-top-area--landing {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-demo-area {
    background-color: #f8f9fc;
    padding-bottom: 60px;
}

.main-demo-area-inner {
    margin-bottom: 60px;
}

.main-demo-title-area {
    text-align: center;
}

.main-demo-title-area .big-title {
    color: #eee;
    font-size: 150px;
    margin-bottom: 0;
}

.main-demo-title-area .title-wrapper {
    margin-top: -100px;
    margin-bottom: 50px;
}

.main-demo-title-area .title {
    font-size: 2.5rem;
    line-height: 1.3;
    color: #222;
    margin-bottom: 20px;
}

.main-demo-title-area .title .highlight {
    color: #f6ab4b;
    display: block;
    font-size: 35px;
}

.main-demo-title-area .text {
    font-size: 1.125rem;
}

.single-demo {
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    transition: .3s;
    position: relative;
}

.single-demo>a {
    display: block;
    width: 100%;
}

.single-demo>a:hover .single-demo__image:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, calc(-50% + 20px));
    -ms-transform: translate(-50%, calc(-50% + 20px));
    transform: translate(-50%, calc(-50% + 20px));
}

.single-demo>a:hover .single-demo__image:after {
    visibility: visible;
    opacity: 1;
}

.single-demo__image {
    position: relative;
    z-index: 1;
}

.single-demo__image img {
    width: 100%;
}

.single-demo__image::before {
    content: '\f1fe';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    color: #fff;
    font-family: Ionicons;
    font-size: 28px;
    font-weight: 500;
    width: 60px;
    height: 60px;
    background-color: #f6ab4b;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-demo__image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
}

.single-demo__content .title {
    color: #222;
    padding: 15px;
    background: #fff;
    font-size: 20px;
    font-weight: 500;
    border-top: 1px solid #eee;
    background: #ccc;
    transition: all 0.3s;
}

.single-demo__content .title:hover {
    color: #f6ab4b;
}

.single-demo:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.landing-news-demo-area {
    background-color: #0b0505;
    background-repeat: no-repeat;
    background-position: right 50px;
}

.landing-feature-area {
    background-color: #0b0505;
    padding-bottom: 60px;
}

.landing-feature-area .main-demo-title-area .big-title {
    color: #222;
}

.landing-feature-area .main-demo-title-area .title {
    color: #fff;
}

.landing-feature-single {
    text-align: left;
    margin-bottom: 60px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.landing-feature-single:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.landing-feature-single__image {
    margin-bottom: 30px;
}

.landing-feature-single__image i {
    font-size: 60px;
    color: #f1f1f1;
    transition: .3s;
    line-height: 60px;
}

.landing-feature-single:hover .landing-feature-single__image i {
    color: #f6ab4b;
}

.landing-feature-single__image img {
    width: 100%;
}

.landing-feature-single__content .title {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.landing-feature-single__content .text {
    font-size: 1.125rem;
    line-height: 1.5;
}

.responsive_screen_area {
    background-size: cover;
    background-repeat: no-repeat;
    background: #f8f9fc;
    padding-bottom: 60px;
}

.landing-footer-content {
    margin-bottom: 200px;
}

.landing-footer-content .text {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 40px;
}

.landing-footer-content .title {
    font-size: 3.125rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 60px;
    width: 670px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.copyright-text {
    color: #ffffff;
    margin-bottom: 40px !important;
}


/*=====  End of landing page  ======*/

.header-middle .header_menu {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.header-middle {
    height: 100%;
}

.header_menu li {
    margin: 0 20px;
}

.header_menu li a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.header_menu li a:hover {
    color: #f6ab4b;
}

.default_btn {
    color: #222;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    font-weight: 600;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 10px 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
}

.default_btn:hover {
    color: #fff;
    background: #f6ab4b
}

.landing-hero-area .default_btn {
    background: #f6ab4b;
    border-color: #f6ab4b;
    color: #fff;
    margin-top: 40px;
    padding: 15px 40px;
}

.landing-hero-area .default_btn:hover {
    color: #f6ab4b;
    background: #fff;
}

.btn_wrapper {
    text-align: right;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    z-index: 999;
    background: transparent;
    padding: 10px 0;
}

.header-area-wrapper.header-sticky.is-sticky {
    position: fixed;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    top: 0;
}

.main-top-content-wrapper {
    height: 100vh;
    align-items: center;
}

.footer-area {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.footer-area h1 {
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    color: #f6ab4b;
}

.footer-area p {
    font-size: 18px;
    margin-top: 20px;
}

.footer-area .default_btn {
    padding: 15px 50px;
    margin-top: 30px;
    color: #f6ab4b;
}

.footer-area .default_btn:hover {
    color: #fff;
}

.footer-copyright p {
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    background: #fff;
}

.footer-copyright p a {
    text-decoration: underline;
}

.footer-copyright p a:hover {
    color: #f6ab4b;
}
.logo {
	height: 100%;
	display: flex;
	align-items: center;
}

/*=============== Extra Large(xl) Device ===============*/

@media (min-width: 1200px) and (max-width: 1600px) {
    .single_feature-single__content .title {
        font-size: 18px;
    }
}


/*=============== Large(LG) Device ===============*/

@media (min-width: 992px) and (max-width: 1199px) {
    .main-top-content__title {
        margin-bottom: 30px;
        font-size: 60px;
    }
    .landing-hero-area .default_btn {
        margin-top: 20px;
    }
    .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
    .single-demo__content .title {
        font-size: 16px;
    }
    .landing-feature-single__content .title {
        font-size: 18px;
    }
    .footer-area h1 {
        font-size: 50px;
    }
}


/*=============== Medium (md) Device ===============*/

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-top-content__title {
        width: 550px;
        margin-bottom: 30px;
        font-size: 50px;
    }
    .landing-hero-area .default_btn {
        margin-top: 20px;
    }
    .main-demo-title-area .title-wrapper {
        margin-top: -70px;
    }
    .main-demo-title-area .big-title {
        font-size: 100px;
    }
    .footer-area h1 {
        font-size: 60px;
    }
    .single_feature-wrapper .single_feat:first-child .single_feature-single {
        padding-left: 20px;
    }
}


/*=============== Small (sm) Device ===============*/

@media (max-width: 767px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-top-content__title {
        line-height: 1.5;
        color: #222;
        width: 100%;
        margin-bottom: 20px;
        font-size: 26px;
    }
    .main-top-content p {
        font-size: 16px;
        max-width: 100%;
    }
    .landing-hero-area .default_btn {
        margin-top: 20px;
        padding: 10px 20px;
    }
    .main-demo-title-area .big-title {
        font-size: 50px;
    }
    .main-demo-title-area .title-wrapper {
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .main-demo-title-area .title {
        font-size: 28px;
    }
    .main-demo-title-area .title .highlight {
        font-size: 25px;
    }
    .single_feature-wrapper .single_feat:first-child .single_feature-single {
        padding-left: 20px;
    }
    .single_feature-single__content .title {
        font-size: 20px;
    }
    .footer-area h1 {
        font-size: 40px;
    }
    .core_feature_area {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .main-demo-area {
        padding-bottom: 20px;
    }
    .main-demo-area-inner {
        margin-bottom: 20px;
    }
    .landing-feature-single {
        margin-bottom: 30px;
    }
    .landing-feature-single__image {
        margin-bottom: 10px;
    }
    .landing-feature-single__image i {
        font-size: 40px;
        line-height: 40px;
    }
    .footer-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-area p {
        font-size: 16px;
        margin-top: 10px;
    }
    .footer-area .default_btn {
        padding: 15px 30px;
        margin-top: 10px;
    }
    .landing-feature-area {
        padding-bottom: 30px;
    }
    .header-wrapper .menu_area {
        display: none;
    }
    .transparent-header {
        top: 0;
    }
    .default_btn {
        padding: 5px 15px;
    }
}


/* landscape Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .default_btn {
        padding: 10px 30px;
    }
    .footer-area p {
        font-size: 15px;
    }
    .footer-copyright p {
        font-size: 16px;
        padding: 10px 0;
    }
}

.logo .img-fluid {
	width: 200px;
}



.new__label {
    position: absolute;
    top: -20px;
    background: #f6ab4b;
    z-index: 9;
    color: #fff;
    border-radius: 100px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    right: -20px;
}