/*-----------------------------------------------------------------------------------

    Template Name: AppForest HTML5 Template,
    Template URI: http://bdexpert.com
    Description: This is html5 template
    Author: BDExpert
    Author URI: http://bdexpert.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	0. Theme Default CSS (body, link color, section etc),
    1. Section-Background-Style
    2. Header-Style
    3. Mainmenu-Style
    4. About-Video-Style
    5. Feature-Area
    6. Design-Slide
    7. Support-Area-Style
    8. Testimonial-Area-Style
    9. Pricing-Area-Style
    10. question-area
    11. Sponsor-Area-Style
    12. Blog-Area-Style
    13. Subscribe-Form-Style
    14. Footer-Area-Style
    15. Scroll-Top
-----------------------------------------------------------------------------------*/


/*=================
Google-Fonts
===================*/

@import url('https://fonts.googleapis.com/css?family=Poiret+One|Poppins:300,400,500,600,700');

/* 0. Theme Default CSS (body, link color, section etc) 
========================================================*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #7a8693;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #1d2247;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #7a8693;
    line-height: 1.5;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

button:focus,
button:hover,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
    outline: none;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
textarea {
    border: medium none;
    border-radius: 0 0 20px 20px;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ff6766;
}

textarea {
    min-height: 150px;
}


/*=======================
1. Section-Background-Style
========================*/

.section-bg-relative {
    overflow: hidden;
    position: relative;
}

.section-bg {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-bg:after {
    background-color: #272c51;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}


/*======================
2. Header-Style
========================*/

.header-area .section-bg {
    background-image: url("images/header-bg.jpg");
    position: absolute;
}

.header-text {
    padding-bottom: 160px;
    padding-top: 160px;
}

.home-title {
    color: #f3f3f3;
    font-size: 40px;
    margin-bottom: 40px;
}

.home-sub-title {
    color: #f3f3f3;
    font-family: "Poiret One", cursive;
    font-weight: 300;
    margin-bottom: 40px;
}

.header-mobile-area {
    background: url("images/ellipse-bg.png") no-repeat scroll center top -140px;
}

.header-mobile {
    margin-top: -90%;
    position: relative;
}

#home_slide {
    left: 0;
    padding: 88px 30px 0;
    position: absolute;
    top: 0;
}

.home_slide_control {
    bottom: 0;
    color: #fff;
    font-size: 28px;
    height: 40px;
    left: 8%;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.right.home_slide_control {
    left: auto;
    right: 8%;
}

.home_slide_control:focus,
.home_slide_control:hover {
    color: #ffffff;
}

.home_slide_control::before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 2px;
    z-index: -1;
}

.home_slide_control:hover::before {
    background: transparent none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}


/*===================
3. Mainmenu-Style
=====================*/

.mainmenu-area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.affix {
    background: #1d2247;
    top: 0;
}

.menuToggle {
    position: absolute;
    right: 0;
}

.navbar-menu {
    margin-right: 10px;
}

.mainmenu-area.affix .mainmenu {
    margin-top: 10px;
}

.mainmenu {
    margin-top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.mainmenu .logo {
    margin-top: 0;
    padding: 5px 0 0 15px;
}

.mainmenu ul.nav.navbar-nav li a {
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    padding: 10px 0 8px;
}

.mainmenu ul.nav.navbar-nav li a:hover,
.mainmenu ul.nav.navbar-nav li.active a {
    border-bottom: 2px solid #ff6766;
    color: #ff6766;
}


/*===================
4. About-Video-Style
=====================*/

.about-video-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    color: #ff6766;
    line-height: 1.8;
}

.video-open-button button {
    background: transparent none repeat scroll 0 0;
    border: 0 solid;
    color: #f3f3f3;
    font-size: 120px;
    line-height: 1;
    margin-bottom: 20px;
    border-radius: 50%;
}

.video-title {
    color: #f3f3f3;
    font-family: "Poiret One", cursive;
    font-size: 40px;
    margin-bottom: 25px;
}

.about-video-text.in {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#cvideo {
    cursor: pointer;
}

.video-item {
    margin-bottom: -10px;
}


/*=====================
5. Feature-Area
=======================*/

.single-feature {
    box-shadow: 0 0 20px -8px #ddd;
    margin-bottom: 30px;
    padding: 40px 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 2px;
}

.single-feature:hover {
    box-shadow: 0 10px 20px 0 #ddd;
    -webkit-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
}

.feature-icon {
    color: #1d2247;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-title {
    color: #453e4a;
    font-size: 16px;
    font-weight: 300;
}

.single-feature:hover .feature-icon {
    color: #ff6766;
}


/*==================
6. Design-Slide
====================*/

.design-slide::after {
    background: rgba(0, 0, 0, 0) url("images/design-slide-mobile.png") no-repeat scroll center top 0 / auto 100%;
    bottom: 28px;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    visibility: visible;
    width: 34%;
    z-index: 2;
}

.design-slide {
    padding: 68px 0 138px;
}

.single-slide {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.design-slide .owl-dots {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.design-slide .owl-dots .owl-dot {
    background-color: #bbc1c8;
    display: inline-block;
    height: 4px;
    margin: 0;
    padding: 0;
    width: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.design-slide .owl-dots .owl-dot.active {
    background-color: #ff6766;
}


/*==================
7. Support-Area-Style
===================*/

.info i {
    color: #ff6766;
    margin-right: 5px;
}

.support-photo {
    left: 0;
    position: absolute;
    top: 0;
}


/*======================
8. Testimonial-Area-Style
========================*/

.testimonial-area .section-bg:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.testimonial {
    padding-bottom: 30px;
}

.client-photo {
    border-radius: 100%;
    height: 100px;
    margin: auto auto 20px;
    overflow: hidden;
    width: 100px;
}

.client-photo img {
    border-radius: 100%;
}

.client-photo img {
    width: 100%;
}

.single-testimonial .client-name {
    font-size: 18px;
    font-weight: 500;
}

.testimonial .owl-dots .owl-dot {
    background-color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 8px;
}

.testimonial .owl-dots .owl-dot.active {
    height: 16px;
}

.testimonial .owl-dots {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}


/*====================
9. Pricing-Area-Style
======================*/

.single-price {
    color: #ff6766;
    padding: 60px 40px;
    border: 1px solid transparent;
}

.single-price.active {
    border: 1px solid #ff6766;
}

.single-price .price-icon {
    font-size: 50px;
}

.pricing-area .single-price .price-title {
    font-weight: 400;
    text-transform: capitalize;
}

.pricing-area .single-price .price-head .price-rate {
    font-size: 30px;
}

.pricing-area .single-price .price-body ul li {
    margin: 6px 0;
}

.pricing-area .single-price .price-body ul li:before {
    background-color: #1d2247;
    content: "";
    display: inline-block;
    height: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 30px;
}


/*==================
10. question-area
====================*/

.question-area .panel-title {
    font-weight: 400;
}

.question-area .panel-title > a {
    color: #ff6766;
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.question-area .panel-title > a:after {
    position: absolute;
    right: 0;
    top: 13px;
    font-family: 'icofont';
    content: "\f072";
    color: #181830;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
}

.question-area .panel-title > a.collapsed:after {
    content: "\f0a3";
    color: #ff6766;
}

.question-area .panel-title > a > i {
    float: right;
}


/*==================
11. Sponsor-Area-Style
====================*/

.sponsor-area .section-bg {
    background-image: url("images/dot-bg.png");
}

.sponsor-title {
    color: #f3f3f3;
    font-family: "Poiret One", cursive;
}


/*=======================
12. Blog-Area-Style
=========================*/

.home-page .single-blog {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.home-page .single-blog img {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.home-page .single-blog .post-date {
    background-color: #ff6766;
    color: #f3f3f3;
    font-size: 28px;
    height: 70px;
    line-height: 1;
    padding: 14px 0;
    position: absolute;
    right: 10px;
    font-weight: 500;
    text-align: center;
    top: 10px;
    width: 70px;
}

.home-page .single-blog:hover .post-date {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    right: -10%;
}

.home-page .single-blog .post-date span {
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-transform: uppercase
}

.home-page .single-blog .postby {
    bottom: 10px;
    color: #f3f3f3;
    display: inline-block;
    left: 10px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 400;
}

.home-page .single-blog:hover .postby {
    bottom: -10%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.home-page .single-blog .postby:after {
    background-color: #ff6766;
    bottom: 0;
    content: "";
    height: 2px;
    left: 105%;
    margin: auto;
    position: absolute;
    top: 0;
    width: 188%;
}

.home-page .blog-photo:after {
    background-color: #1d2247;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.home-page .blog-photo {
    z-index: -1;
}

.home-page .single-blog .blog-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.home-page .single-blog .blog-text:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff6766;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.home-page .single-blog .blog-text .blog-sub-title {
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.home-page .single-blog .blog-text .blog-title {
    margin-top: 70px;
    color: #f3f3f3;
    text-transform: uppercase;
}

.home-page .single-blog .blog-text .blog-sub-title:after {
    border-bottom: 4px double #fff;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 80px;
}

.home-page .single-blog:hover .blog-text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-page .single-blog:hover .blog-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}


/*=======================
13. Subscribe-Form-Style
========================*/

.subscribe-form input {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    margin-bottom: 0;
}

.subscribe-form form {
    border-bottom: 2px solid #f3f3f3;
    padding-right: 40px;
    position: relative;
}

.subscribe-form form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.subscribe-area .section-bg {
    background-image: url("images/subscribe-bg.jpg");
}


/*======================
14. Footer-Area-Style
=======================*/

.footer-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-area a:hover {
    color: #ff6766;
}

.social-list a:hover {
    color: #05cc47;
}


/*====================
15. Scroll-Top
======================*/

#scrollUp {
    border: 1px solid #1d2247;
    border-radius: 2px;
    bottom: 30px;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    line-height: 2.2;
    right: 30px;
    text-align: center;
    width: 40px;
    background: #1d2247;
}

#scrollUp:hover {
    box-shadow: 0 5px 10px -5px #ddd;
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}