/*
* Template Name : Styllia - Responsive Landing Page Template
   Author: Shreethemes
   Email: shreethemes@gmail.com
   Website: http://shreethemes.in/
   Version: 2.1.0
   Created: February 2019
* Created by : Shreethemes
*/
/*
1. Helper
2.Title
3.Tagline
4.Home
5.Features
6.cta
7.Testimonial
8.Team
9.Services
10.Pricing Box
11.Contact Form
12.Footer
13.Responsive
*/

body {
    color: #28354b;
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Rubik', sans-serif;
}

a {
    text-decoration: none !important;
    outline: none;
}

/************************
    1.  HELPER
************************/

@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

.row > * {
    position: relative;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.bg-gray {
    background-color: #f8f9fb;
}

.bg-light {
    background-color: #f8f9fc !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-left {
    border-left: 1px solid #e9ecef !important;
}

.border-right {
    border-right: 1px solid #e9ecef !important;
}

.shadow {
    box-shadow: 0 0 3px rgba(53, 64, 78, 0.2) !important;
}

.shadow-md {
    box-shadow: 0 5px 13px rgba(53, 64, 78, 0.2) !important;
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(53, 64, 78, 0.2) !important;
}

.height-100 {
    height: 100vh;
    position: relative;
}

.navbar-btn {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn {
    padding: 12px 30px;
    box-shadow: none !important;
}

.btn-round {
    border-radius: 30px;
}

.btn-outline-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover,
.open > .dropdown-toggle.btn-outline-white {
    color: #fff;
    background-color: #e48594 !important;
    transition: all 0.5s;
    outline: none;
    border-color: #ec8293;
    text-decoration: none;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #2b3542;
    color: #2b3542;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle.btn-outline {
    color: #fff;
    background-color: #2b3542 !important;
    transition: all 0.5s;
    outline: none;
    text-decoration: none;
}

.btn-custom {
    background-color: #EE8293;
    border: 1px solid #EE8293;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    outline: none;
    background-color: #de7686;
    border: 1px solid #de7686;
    color: #fff;
    text-decoration: none;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.text-custom {
    color: #EE8293;
}
a.text-custom:hover {
    color: #ff5d75 !important;
}

.bg-custom {
    background: #EE8293;
}

.font-secondary {
    font-family: 'Rubik', sans-serif;
}

/*********************
    2. TITLE
**********************/

.title-icon {
    font-size: 48px;
    padding-bottom: 25px;
    color: #909090;
}

.title {
    font-size: 22px;
    letter-spacing: 1px;
}

.sub-title {
    color: #585858;
    font-size: 16px;
    padding-top: 10px;
}

/******************
    3. TAG LINE
********************/

.tagline {
    background: #28354b;
    font-size: 13px;
    color: #ffffff !important;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.phone {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 11px 0;
    font-size: 15px;
}

.phone i {
    height: 24px;
    width: 24px;
    background-color: #e48594;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    font-size: 12px;
    margin-right: 5px;
}

.tagline .pull-left i {
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
}

.top_socials {
    margin: 0 12px;
}

.top_socials li {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    padding: 0;
}

.top_socials a {
    display: block;
    line-height: 40px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    color: #acb3bf !important;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
}

.top_socials a:hover {
    color: #ee8293 !important;
}

.tagline>.container-fluid {
    width: 90%;
}

.defaultscroll .container-fluid {
    width: 90% !important;
}


/************************
        4. HOME
*************************/

/*---  Full Home ---*/

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.bg-home {
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-position: center;
}

.home-title {
    font-size: 38px;
    word-spacing: 1px;
}

.home-sub-title {
    color: #5e6a80;
    font-weight: 500;
    max-width: 640px;
    margin: 0 auto;
    line-height: 28px;
}

.play {
    position: relative;
    top: 77%;
}

.watch-video>a {
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 15px;
    font-weight: 700;
}

.watch-video>a:hover {
    text-decoration: none;
}

.play-icon-circle {
    height: 50px;
    width: 50px;
    background-color: #EE8293;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.play-iconbar {
    color: #fff;
    font-size: 17px;
}

.scroll {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}

.scroll-icon {
    padding: 13px 7px;
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #7F7F7F;
    font-size: 15px;
}


/*---- home-1 half -----*/

.main-home-half {
    padding: 200px 0;
    z-index: 1;
    position: relative;
}

/*---- Half home-2 Video ---*/

.bg-video {
    height: 650px;
    position: relative;
}

.bg-video:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.video-bg-slider:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.home-section {
    background-attachment: fixed;
    background: #000;
    width: 100%;
    padding: 160px 0 !important;
    text-align: center;
    position: relative;
    background-size: cover;
}

/* .home-section .container {
    max-width: none;
    width: 100%;
} */

.slidero {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    z-index: 100;
}


/*---- Full home-3 video ----*/

.video-bg-full {
    height: 100vh;
    position: relative;
}

.video-bg-full:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}


/*----Half Home-4-5 Stickey menu ----*/

.is-sticky .navbar-sticky{
    top: 0px !important;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.05);
  box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.navbar-sticky {
    background-color: #ffffff;
}

.navbar-sticky {
    top: 43px !important;
}

.navbar-sticky .navigation-menu>li>a {
    color: #9a9a9a !important;
}

.navbar-sticky .navigation-menu li a:hover,
.navbar-sticky .navigation-menu li a:focus,
.navbar-sticky .navigation-menu li a:active {
    color: #9a9a9a !important;
}

.navbar-sticky .logo {
    color: #28354b !important;
}

/*---- Full home-5 Stickey Menu ----*/

.home-half-image {
   width: 100%;
   padding-top: 200px;
   padding-bottom: 160px;
}

/*---- SLIDER HOME-6 ----*/

.bg-overlay {
    background-color: rgba(26, 26, 41, 0.75);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.home-slider.home-slider-half .carousel-item {
    padding: 160px 0;
    position: relative;
}

.home-slider.home-slider-full .carousel-item{
    height: 100vh;
    position: relative;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  width: 30px;
  height: 30px;
  top: 50%;
          transform: translateY(-50%);
  border-radius: 30px;
  border: 1px solid #ced4da;
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
  width: 30%;
}

/*---- text-slider ----*/

.flex-control-paging li a.flex-active{
    background-color: #EE8293;
}

.flex-control-nav{
    right: 0px;
    left: 0px;
}

/*---- particels-home ----*/

.particels-slidero{
    position: relative;
    z-index: 1;
}

/*---- subcribe-home ----*/

.bg-full-home {
    background-size: cover;
    background-position: center;
    height: calc(100vh - 70px);
}

.search-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.search-form button {
    position: absolute;
    top: 5px;
    right: 6px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

/*---- gradient-home ----*/

.bg-gradient {
    background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%) !important;
}

/*---- login-page-home ----*/

.bg-login {
    background-image: url('../images/bg.jpg');
    height: 100vh;
    background-position: center;
}

/*---- forget-page-home ----*/
.forgot-pass-txt {
    line-height: 22px;
    font-size: 14px;
}

/*********************
    5.  FEATURES
**********************/

.features-title {
    color: #95969A;
    padding-top: 10px;
}

.features-title-border {
    background-color: #000;
    width: 14%;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.features-box {
    padding: 30px;
}

.features-icon {
    font-size: 40px;
    color: #EE8293;
}

.features-main-title {
    font-size: 20px;
}

.features-main-subtitle {
    line-height: 26px;
    padding-top: 10px;
}


/*************************
    6.  CTA 
*************************/
.new-project-title {
    font-size: 32px;
    line-height: 70px;
    font-weight: 400;
    color: #fff;
}

.contact-title-border {
    background-color: #EE8293;
    height: 4px;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px
}

/**************************
   7. TESTIMONIAL SLIDER
***************************/

#owl-demo .owl-item div {
    padding: 5px;
}

#owl-demo .owl-item img {
    width: 100%;
    height: auto;
}

.testi-user {
    width: 60px !important;
    margin-right: 15px;
    color: #A2A2A2;
    margin-top: 20px;
}

.user-review {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}

.testi-user-name {
    font-size: 16px;
    color: #EE8293;
    font-weight: 600;
}

.review-box {
    padding: 20px;
}

/******************
    8.  TEAM 
******************/

.team-box img {
    max-width: 160px;
}

.team-box a {
    color: #333;
}

.about-title {
    font-size: 28px;
}

.about-desc {
    font-size: 17px;
    line-height: 30px;
    color: #A4A4A4;
}

.about-learn-more {
    color: #EE8293 !important;
    font-size: 16px;
    border-bottom: 1px solid #EE8293;
    padding-bottom: 10px;
}

/**************************
    9. SERVICE
***************************/

.service-title {
    font-size: 14px;
    color: #9A9A9A;
    letter-spacing: 1px;
}

.service-sub-title {
    font-size: 35px;
    font-weight: 700;
}

.services-icon {
    font-size: 40px;
}

.services-main-title {
    font-size: 17px;
    font-weight: 600;
}

.services-main-subtitle {
    line-height: 26px;
}

.service-icon-color {
    color: #EE8293;
}


/***************************
    10. PRICING TABLE
****************************/

.pricing-table {
    border-radius: 7px;
    box-shadow: 0 0px 25px 0 rgba(23, 28, 33, 0.08);
    background-color: #ffffff;
}

.price-title {
    font-weight: 700;
    font-size: 15px;
    padding-top: 20px;
}

.price-tag {
    background-color: #f5f9fc;
    padding: 10px 0px;
}

.price-active .price-tag {
    background-color: #EE8293;
    color: #ffffff;
}

.position-most {
    top: -30px;
    position: relative;
    font-style: italic;
    font-size: 13px;
}

.price-tag-size {
    font-size: 48px;
    margin-bottom: 0;
}

.month-size {
    font-size: 16px;
}

.price-desc {
    padding: 30px;
}

.price-desc p {
    line-height: 35px;
    font-size: 15px;
    color: #7B7B7B;
}

/*************************
      11.  BLOG
***************************/

.blog-menu img {
    border-radius: 5px;
}

.blog-menu h5 {
    font-size: 15px;
    color: #85939f; 
}

.blog-title {
    font-size: 18px;
    color: #242524;
    transition: all 0.5s
}

.blog-title:hover {
    color: #ec8293;
}

.blog-menu p {
    font-size: 14px;
    line-height: 1.8;
}

.read-btn {
    font-size: 15px;
    color: #ec8293;
}

.read-btn:hover {
    color: #242524;
}

/*************************
    12. CONTACT FORM
**************************/

.form-sub-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}

.form-control {
    margin-bottom: 10px;
    box-shadow: none !important;
    height: 44px;
}

.form-label {
    font-size: 15px;
}

.form-control:focus {
    border-color: #777;
}

textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #dd2427;
}
  
#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message,
#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}

.error_message {
    background-color: rgba(240, 115, 90, 0.1) !important;
    border: 2px solid rgba(240, 115, 90, 0.1) !important;
    color: #f0735a !important;
    font-size: 14px;
}

.contact-loader {
    display: none;
}
  
#success_page {
    background-color: rgba(83, 199, 151, 0.1) !important;
    border: 2px solid rgba(83, 199, 151, 0.1) !important;
    color: #53c797 !important;
}
#success_page p {
    margin-bottom: 0 !important;
}

/*******************
    13. FOOTER
********************/

.footer {
    background-color: #1e2123;
    font-size: 15px;
    color: #a5a5a5;
    padding: 80px 0 0;
}

.footer-desc {
    padding-top: 15px;
    line-height: 24px;
}

.contact {
    margin-top: 25px;
}

.footer-heading {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #e4e0e0;
    text-transform: uppercase;
}

.footer .footer-alt {
    border-top: 1px solid #35383a;
}

.company-sub-menu li a {
    color: #a5a5a5;
    line-height: 36px;
}

.company-sub-menu li a:hover {
    color: #EE8293;
}

.contact-no {
    font-size: 20px;
    color: #eb8192;
}

.contact-us-desc {
    font-size: 16px;
    line-height: 26px;
}

.com-mail {
    font-size: 21px;
    color: #57ABEC;
    padding-top: 30px;
}

.facebook-back-color {
    background-color: #3162A2;
}

.twitter-back-color {
    background-color: #2EB1EB;
}

.google-pluse-back-color {
    background-color: #F25C58;
}

.apple-back-color {
    background-color: #000;
}

.footer-icons li a {
    height: 35px;
    text-align: center;
    width: 35px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;
    margin: 0px;
}

/********************
   14. RESPONSIVE
*********************/

@media (max-width: 768px) {
    .img-max-width {
        width: 50%;
    }

    .main-home-half {
        padding: 70px 0 70px;
    }
    .navbar-sticky {
        top: 0px !important;
    }
    .home-title {
        font-size: 23px;
    }
    .home-sub-title {
        font-size: 14px;
        padding-top: 20px !important;
    }
}

@media (min-width:320px) and (max-width: 425px) {
    .img-max-width {
        width: 100%;
    }
    .hidden-md {
        display: none;
    }
}

@media (min-width:426px) and (max-width: 768px) {
    .img-max-width {
        width: 50%;
    }
}

@media (min-width:769px) and (max-width: 1024px) {
    .img-max-width {
        width: 33.33%;
    }
}