/*------------------------------------------------------------------
	Template Name: Binz
    Template URI: http://enroutedigitallab.com/html/binz/
    Description: Binz App Landing Template
    Author: Enroutedigitallab
    Author URI: http://enroutedigitallab.com/
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
    */


/*
========================================================================
Index
------------------------------------------------------------------------

# -  1.0 -  Global css
# -  2.0 - Start  Navber Area
# -  3.0 - Start  Slider Area
# -  4.0 - Start  Showcase Area
# -  5.0 - Start  Gallery Scheenshots Area
# -  6.0 - Start Support Area
# -  7.0 - Start Reviews Area
# -  8.0 - Start Team Area
# -  9.0 - Start Newsletter Area
# -  10.0 - Start Blog Area
# -  11.0 - Start Download App Area
# -  12.0 - Start Contact Area
# -  13.0 - Start Footer Area
*/

@font-face {
    font-family: 'MontserratLight';
    src: url("../fonts/MontserratLight.eot");
    src: url("../fonts/MontserratLight.eot") format("embedded-opentype"), url("../fonts/MontserratLight.woff2") format("woff2"), url("../fonts/MontserratLight.woff") format("woff"), url("../fonts/MontserratLight.ttf") format("truetype"), url("../fonts/MontserratLight.svg#MontserratLight") format("svg");
}

@font-face {
    font-family: 'MontserratExtraLight';
    src: url("../fonts/MontserratExtraLight.eot");
    src: url("../fonts/MontserratExtraLight.eot") format("embedded-opentype"), url("../fonts/MontserratExtraLight.woff2") format("woff2"), url("../fonts/MontserratExtraLight.woff") format("woff"), url("../fonts/MontserratExtraLight.ttf") format("truetype"), url("../fonts/MontserratExtraLight.svg#MontserratExtraLight") format("svg");
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url("../fonts/MontserratSemiBold.eot");
    src: url("../fonts/MontserratSemiBold.eot") format("embedded-opentype"), url("../fonts/MontserratSemiBold.woff2") format("woff2"), url("../fonts/MontserratSemiBold.woff") format("woff"), url("../fonts/MontserratSemiBold.ttf") format("truetype"), url("../fonts/MontserratSemiBold.svg#MontserratSemiBold") format("svg");
}


/*  transitions
------------------*/

.t3s {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.t2s {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.t5s {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}


/*    Position
------------------*/

.pr {
    position: relative;
}

.pa {
    position: absolute;
}


/*  	margin padding
--------------------------*/

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mtb100 {
    margin: 100px 0;
}

.pdb35 {
    padding-bottom: 35px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb87 {
    padding-bottom: 87px;
}

.mt25 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 20px;
}

.pdr0 {
    padding-right: 0;
}

.pdl0 {
    padding-left: 0;
}

.pdl70 {
    padding-left: 70px;
}

.pdb90 {
    padding-bottom: 90px;
}

.mtb50 {
    margin: 50px 0;
}

.mt0 {
    margin-top: 0 !important;
}

.clear {
    clear: both;
}


/*      All Global css
----------------------------*/

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #868686;
    position: relative;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

h2 {
    font-size: 50px;
    font-family: "MontserratExtraLight";
    color: #222222;
}

h3 {
    font-family: "MontserratExtraLight";
    font-size: 30px;
}

h4 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0;
}

h5 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #222222;
}

.row {
    margin-bottom: 0px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0 !important;
}

a {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}


/* -----------------------------------
** Start  Section heading
-------------------------------------*/

.section-padding {
    padding-top: 77px;
}

.section-heading {
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 0;
    position: relative;
}

.section-heading h2 span {
    font-family: "Montserrat", sans-serif;
    color: #f9bf3b;
}

.section-heading h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #222222;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -18px;
}

.section-heading h2:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 1px;
    background: #222222;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -22px;
}


/* -----------------------------------
** Start  Navber Area
-------------------------------------*/

.body-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.body-overlay.visible {
    display: block;
}

.demo-navber {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 98;
    display: none;
}

.demo-navber .demo-logo {
    padding-top: 20px;
    max-width: 190px;
    padding-bottom: 20px;
    transition: .5s;
    display: block;
    overflow: hidden;
}

.demo-navber .demo-button {
    float: right;
    padding-top: 41px;
    padding-right: 12px;
    transition: .5s;
}

.demo-navber .demo-button i {
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}

.nav-close-button {
    padding-right: 20px;
    padding-bottom: 30px;
    display: none;
}

.nav-close-button i {
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}

.demo-navber.main-menu-fix .demo-logo {
    padding-top: 0;
}

.demo-navber.main-menu-fix .demo-button {
    padding-top: 25px;
}

.navber-area {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding-bottom: 10px;
}

.navber-area .navbar {
    margin: 0;
    border: 0;
}

.navber-area .logo {
    padding-top: 30px;
    max-width: 190px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.navber-area .logo img {
    max-height: 40px;
}

.navber-area .navbar-header .icon-bar {
    background: #fff;
}

.nav-menu {
    text-align: right;
    padding-right: 0;
    padding-top: 40px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.nav-menu ul {
    float: right;
}

.nav-menu ul li {
    padding: 15px;
}

.nav-menu ul li a {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    padding: 0;
    display: inline-block;
}

.nav-menu ul li a:hover {
    background: transparent;
    color: #f9bf3b;
}

.nav-menu ul li a:focus {
    background: transparent;
}

.nav-menu ul li a.active {
    background: transparent;
    color: #f9bf3b;
}

.nav-menu ul li:last-child {
    padding-right: 0;
}

.main-menu-fix {
    position: fixed;
    background: -webkit-linear-gradient(to right, #238498, #8578a0);
    background: -moz-linear-gradient(to right, #238498, #8578a0);
    background: -ms-linear-gradient(to right, #238498, #8578a0);
    background: -o-linear-gradient(to right, #238498, #8578a0);
    background: linear-gradient(to right, #238499, #8578a0);
}

.main-menu-fix .logo {
    padding-top: 2px;
}

.main-menu-fix .nav-menu {
    padding-top: 10px;
}


/* -----------------------------------
** End  Navber Area
-------------------------------------*/


/* -----------------------------------
** Start  Slider Area
-------------------------------------*/

.home-default-slide {
    padding-top: 195px;
}

.home-default-slide .content {
    margin-top: 75px;
    margin-left: 33%;
}

.home-default-slide .slider-image {}

.home-default-slide .content h1 {
    font-size: 70px;
    line-height: 70px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 42px;
}

.home-default-slide .content h1 span {
    font-family: 'MontserratExtraLight';
}

.home-default-slide .content > p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    max-width: 630px;
    font-weight: 300;
}

.home-default-slide .content .app-button {
    margin-top: 98px;
    margin-bottom: 80px;
}

#home-slider.home-default-slide .slider-button .apple-button {
    text-align: left;
}

#home-slider.home-default-slide .slider-button .google-button {
    text-align: left;
}

#home-slider.home-default-slide .slider-button {
    width: 100%;
}

.home-two-slider {
    overflow: hidden;
    position: relative;
}

.home-two-slider #slider li .tp-bgimg {
    opacity: 0 !important;
}

.home-two-slider .overlay {
    position: absolute;
    content: '';
    background: rgba(40, 228, 254, 0.75);
    background: -o-linear-gradient(left, rgba(40, 228, 253, 0.80), rgba(212, 178, 253, 0.80));
    background: -moz-linear-gradient(left, rgba(40, 228, 253, 0.80), rgba(212, 178, 253, 0.80));
    background: -webkit-linear-gradient(left, rgba(40, 228, 253, 0.80), rgba(212, 178, 253, 0.80));
    background: -ms-linear-gradient(left, rgba(40, 228, 253, 0.80), rgba(212, 178, 253, 0.80));
    background: linear-gradient(left, rgba(40, 228, 253, 0.80), rgba(212, 178, 253, 0.80));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

.revslider-caption-title {
    font-family: MontserratExtraLight;
    color: #ffffff;
}

.revslider-caption-title2 {
    font-family: MontserratSemiBold;
    color: #ffffff;
}

.revslider-caption-details {
    color: #ffffff;
}

.app-button {
    width: 100%;
    margin-top: 60px;
}

.app-button a {
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.app-button a:hover {
    background: #000000;
    border: 2px solid transparent;
}

.slider-button.slider-button-apple {
    margin-right: 15px;
}

.apple-button {
    width: 210px;
    display: inline-block;
    margin-right: 15px;
}

.google-button {
    width: 210px;
    display: inline-block;
}

.slider-button {
    width: 210px;
    display: inline-block;
}

.slider-button a {
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.slider-button a:hover {
    background: #000000;
    border: 2px solid transparent;
}

.slider-button-icon {
    padding: 6px 20px 6px 3px;
    float: left;
}

.slider-button-icon i {
    color: #ffffff;
    font-size: 35px;
    line-height: 38px;
}

.slider-button-title {
    text-transform: uppercase;
}

.slider-button-title p {
    margin: 0px;
    padding: 0;
    font-size: 11px;
    line-height: 21px;
}

.slider-button-title h3 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    font-family: MontserratSemiBold;
}


/* -----------------------------------
** End  Slider Area
-------------------------------------*/


/* -----------------------------------
** Start  Showcase Area
-------------------------------------*/

.single-showcase {
    text-align: center;
    margin-top: 71px;
}

.single-showcase h5 {
    text-transform: uppercase;
    margin-top: 33px;
    margin-bottom: 14px;
}

.single-showcase p {
    padding-bottom: 10px;
}

.showcase-all-image {
    position: relative;
    margin-top: 23px;
    text-align: center;
}

.showcase-all-image img {
    margin-left: auto;
    margin-right: auto;
}

.show-case-box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 106px;
}

.user-interface {
    text-align: center;
    padding-top: 47px;
}

.user-interface .title {
    font-size: 65px;
    padding-bottom: 5px;
    color: #f9bf3b;
    font-family: "Montserrat", sans-serif;
    line-height: 90px;
    font-weight: 700;
}

.user-interface h4 {
    margin-bottom: 20px;
}

.user-interface p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


/* -----------------------------------
** End  Showcase Area
-------------------------------------*/


/* -----------------------------------
** Start  Gallery Scheenshots Area
-------------------------------------*/

.single-prallex {
    background: url("../images/home/bg-2.jpg") no-repeat fixed;
    color: #ffffff;
    position: relative;
    background-size: cover;
}

.single-prallex:before {
    position: absolute;
    content: '';
    background: rgba(40, 228, 254, 0.75);
    background: -o-linear-gradient(left, rgba(40, 228, 254, 0.78), rgba(212, 178, 253, 0.75));
    background: -moz-linear-gradient(left, rgba(40, 228, 254, 0.78), rgba(212, 178, 253, 0.75));
    background: -webkit-linear-gradient(left, rgba(40, 228, 254, 0.78), rgba(212, 178, 253, 0.75));
    background: -ms-linear-gradient(left, rgba(40, 228, 254, 0.78), rgba(212, 178, 253, 0.75));
    background: linear-gradient(left, rgba(40, 228, 254, 0.78), rgba(212, 178, 253, 0.75));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-prallex .after-overlay:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.29);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-prallex .left-side p {
    /*max-width: 405px;*/
    margin-bottom: 19px;
}

.section-heading.left-heading {
    text-align: left;
}

.section-heading.left-heading h2 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 56px;
    line-height: 47px;
}

.section-heading.left-heading h2:before,
.section-heading.left-heading h2:after {
    margin-left: 0;
    background: #ffffff;
}

.section-heading.left-heading h2 span {
    font-family: "MontserratExtraLight";
    color: #ffffff;
}

.gallery-area {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 150px;
}

.gallery .left-side {
    padding-left: 49%;
}

.main-gallery {
    padding-left: 15px;
}

.gallery .left-side .section-heading h2 {
    margin-top: 10px;
}

.all-screenshots {
    margin-left: 50px;
    position: relative;
}

.iframe-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.gallery-cell {
    width: 27%;
    margin-right: 10px;
    padding-top: 65px;
    counter-increment: gallery-cell;
}

.flickity-prev-next-button {
    display: none;
}

.flickity-page-dots {
    bottom: 10px;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    left: -45%;
}

.flickity-page-dots .dot {
    background: #ffffff;
    opacity: 1;
    height: 8px;
    width: 8px;
    margin: 0 4px;
}

.flickity-page-dots .dot.is-selected {
    background: #f9bf3b;
    height: 15px;
    border-radius: 20px;
}


/* -----------------------------------
** End  Gallery Scheenshots Area
-------------------------------------*/


/* -----------------------------------
** Start Support Area
-------------------------------------*/

.support-area {
    padding-top: 100px;
    background: url("../images/home/watch2.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 52px;
}

.support-area .inner {
    background: url("../images/home/watch1.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.single-support {
    text-align: center;
    margin-bottom: 81px;
}

.single-support h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
}

.single-support .image {
    min-height: 125px;
}

.free-support {
    border-bottom: 1px solid #e5e5e5;
}


/* -----------------------------------
** End  Support Area
-------------------------------------*/


/* -----------------------------------
** Start Reviews Area
-------------------------------------*/

.reviews-area {
    padding-bottom: 92px;
    margin-top: 35px;
}

.section-heading.prallex-heading h2 {
    color: #ffffff;
}

.section-heading.prallex-heading h2:before,
.section-heading.prallex-heading h2:after {
    background: #ffffff;
}

.all-reviews {
    padding-top: 70px;
}

.all-reviews .owl-pagination .owl-page span {
    height: 10px;
    width: 10px;
    border-radius: 500px;
    background: rgba(255, 255, 255, 0.3);
}

.all-reviews .owl-pagination .owl-page.active span {
    background: #FFF;
}

.single-reviews {
    text-align: center;
    padding-bottom: 35px;
}

.single-reviews blockquote {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 32px;
    padding: 0;
    border: 0;
}

.single-reviews .content {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.single-reviews .content .image {
    position: absolute;
    height: 60px;
    width: 60px;
}

.single-reviews .content .reviewer-name {
    margin-left: 80px;
    text-align: left;
}

.single-reviews .content .reviewer-name h5 {
    color: #f9bf3b;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.single-reviews .content .reviewer-name span {
    font-style: italic;
}


/* -----------------------------------
** End  Reviews Area
-------------------------------------*/


/* -----------------------------------
** Start Team Area
-------------------------------------*/

.team-area {
    padding-bottom: 72px;
}

.team-area .owl-pagination .owl-page span {
    height: 10px;
    width: 10px;
    background: #d9d9d9;
    opacity: 1;
}

.team-area .owl-pagination .owl-page.active span {
    background: #f9bf3b;
}

.all-team {
    padding-top: 102px;
}

.single-team {
    text-align: center;
    margin-bottom: 38px;
}

.single-team img {
    border-radius: 500px;
    max-width: 135px;
    max-height: 135px;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-team h5 a{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 15px;
    color: #212121;
    display: block;
}
.single-team h5 a:hover{
    text-decoration: none;
}

.single-team:hover img {
    border-radius: 0;
}

.team-social-icon li {
    list-style: none;
    display: inline-block;
    padding: 12px 10px;
}

.team-social-icon li a i {
    font-size: 17px;
}

.team-social-icon li a i.facebook-icon {
    color: #4b6ea9;
}

.team-social-icon li a i.twitter-icon {
    color: #65bbf2;
}

.team-social-icon li a i.linkedin-icon {
    color: #008bc2;
}

.team-social-icon li a i.instagram-icon {
    color: #f15b44;
}


/* -----------------------------------
** End  Team Area
-------------------------------------*/


/* -----------------------------------
** Start Newsletter Area
-------------------------------------*/

.newsletter-area .content {
    text-align: center;
    padding-top: 53px;
}

.subscribe-box {
    position: relative;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    margin-top: 47px;
    margin-bottom: 105px;
}

.subscribe-box .text-box {
    height: 50px;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    padding-left: 25px;
    padding-top: 10px;
}

.subscribe-box .text-box:focus {
    box-shadow: none;
}

.submit-subscribe-btn {
    position: absolute;
    height: 100%;
    width: 150px;
    top: 0;
    right: 0;
    background: #222222;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    border: 0;
}

.submit-subscribe-btn:hover {
    color: #f9bf3b;
}

.submit-subscribe-btn:focus {
    outline: 0;
}


/* -----------------------------------
** End  Newsletter Area
-------------------------------------*/


/* -----------------------------------
** Start Blog Area
-------------------------------------*/

.single-blog-item {
    text-align: center;
    margin-top: 22px;
}

.single-blog-item .image {
    max-width: 170px;
    max-height: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 37px;
}

.single-blog-item h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.single-blog-item h4 a {
    color: #222222;
}

.single-blog-item h4 a:hover {
    color: #f9bf3b;
}

.meta-description {
    margin-top: 15px;
    margin-bottom: 12px;
}

.meta-description span {
    font-size: 12px;
    padding: 0 17px;
    color: #b5b5b5;
}

.meta-description span.date {

}
.meta-description span.category a{
    text-transform: uppercase;
    color: #b5b5b5;
}
.meta-description span.category a:hover{
    color: #f9bf3b;
    text-transform: uppercase;
}

.single-blog-item p {
    line-height: 26px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.single-blog-item a.read-more {
    font-size: 30px;
    color: #d1d1d1;
    display: inline-block;
    margin: 19px 0;
    letter-spacing: 3px;
}

.single-blog-item a.read-more:hover {
    text-decoration: none;
    color: #f9bf3b;
}


/* -----------------------------------
** Start  Blog Area
-------------------------------------*/

#single-blog-area {
    padding: 100px 0px 15px 0px;
}

.single-blog-post {
    margin-bottom: 75px;
}

.blog-title h2 {
    margin: 45px 0px 30px 0px;
    font-size: 25px;
    line-height: 26px;
    color: #222222;
    font-family: Montserrat;
    text-transform: uppercase;
}

.blog-details h4 {
    font-size: 12px;
    line-height: 26px;
    color: #b5b5b5;
    font-family: Poppins;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog-details a.cate {
    margin-left: 40px;
    font-size: 12px;
    line-height: 26px;
    font-family: Poppins;
    text-transform: uppercase;
    color: #f9bf3b;
}

.blog-details p {
    margin-bottom: 43px;
    font-size: 14px;
    line-height: 27px;
    font-family: Poppins;
    text-transform: lowercase;
    color: #868686;
}

.blog-details a.read-more {
    text-decoration: none;
    font-size: 12px;
    color: #222222;
    padding: 10px 40px;
    border: 1px solid #DFDFDF;
    border-radius: 25px;
    font-family: "MontserratSemiBold";
    display: inline-block;
}

.blog-details a.read-more:hover {
    color: #ffffff;
    background: #222222;
}

.single-blog-title h2 {
    margin: 45px 0px 22px 0px;
    font-size: 25px;
    line-height: 26px;
    color: #222222;
    font-family: Montserrat;
    text-transform: uppercase;
}

.single-blog-details h4 {
    font-size: 12px;
    line-height: 26px;
    color: #b5b5b5;
    font-family: Poppins;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.single-blog-details p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 27px;
    font-family: Poppins;
    text-transform: lowercase;
    color: #868686;
}



.blog-pagination {
    text-align: center;
    position: relative;
}

.blog-previous {
    position: absolute;
    left: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 47px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #b5b5b5;
}

.blog-previous:hover {
    color: #F9BF3B;
    text-decoration: none;
}

.blog-next {
    position: absolute;
    right: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 47px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #b5b5b5;
}

.blog-next:hover {
    color: #F9BF3B;
    text-decoration: none;
}

.blog-single-page {
    display: inline-block;
}

.blog-single-page li {
    float: left;
    list-style-type: none;
}

.blog-single-page li a {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #b5b5b5;
    padding: 0px 12px;
}

.blog-single-page li a:hover {
    background: #F9BF3B;
    color: #ffffff;
    text-decoration: none;
}

.blog-single-page li a.active {
    background: #F9BF3B;
    color: #ffffff;
    text-decoration: none;
}

.single-width {
    margin-bottom: 80px;
}

.widget-title {
    margin-bottom: 45px;
}

.widget-title h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.widget-body {
    margin-bottom: 80px;
}

.search-form {
    position: relative;
}

.search-form input {
    padding: 8px 20px;
    color: #868686;
    font-family: Poppins;
    font-size: 13px;
    line-height: 30px;
    width: 100%;
    border: 1px solid #b5b5b5;
}

.search-form input:focus {
    outline: 0;
    border-color: #F9BF3B;
}

.search-form i {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #222222;
}

.widget-category {
    list-style-type: none;
}

.widget-category li {
    border-bottom: 1px solid #b5b5b5;
}

.widget-category li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: #222222;
    margin-right: 10px;
}

.widget-category li:last-child {
    border-bottom: 0px;
    margin-bottom: -20px;
}

.widget-category li:first-child {
    margin-top: -20px;
}

.widget-category li a {
    display: inline-block;
    padding: 20px 0px;
    font-size: 14px;
    line-height: 15px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #222222;
}

.widget-category li a span {
    padding-left: 5px;
    color: #b5b5b5;
}

.widget-category li a:hover {
    color: #F9BF3B;
    text-decoration: none;
}

.widget-category li:first-child a {
    padding-top: 0 !important;
}

.single-recent-post {
    width: 100%;
    margin-bottom: 45px;
    overflow: hidden;
}

.recent-post-image {
    float: left;
}

.recent-post-image img {
    max-width: 100px;
    border-radius: 50%;
    position: absolute;
}

.recent-post-detail {
    margin-left: 120px;
    float: right;
    padding-bottom: 13px;
}

.recent-post-detail h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.recent-post-detail h4 a {
    color: #222222;
}

.recent-post-detail h4 a:hover {
    text-decoration: none;
    color: #F9BF3B;
}

.recent-post-detail p {
    font-family: Poppins;
    font-size: 12px;
    line-height: 24px;
    font-style: italic;
    margin: 8px 0px 0px 0px;
}

.popular-tags {
    list-style-type: none;
    margin-top: -10px;
}

.popular-tags li {
    display: inline-block;
    margin-right: 10px;
}

.popular-tags li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 27px;
    color: #565656;
    display: inline-block;
}

.popular-tags li a:hover {
    color: #F9BF3B;
}

.popular-tags li:after {
    content: ',';
}


/* Single Blog Page Area*/

.page-info {
    text-align: center;
    padding: 225px 0px 205px 0px;
}

.page-info h2 {
    font-family: MontserratSemiBold;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
}

.page-info ul {
    list-style-type: none;
}

.page-info ul li {
    display: inline-block;
}

.page-info ul li:last-child:after {
    content: '';
}

.page-info ul li:after {
    content: '\f105';
    font-family: FontAwesome;
    margin: 0px 5px;
}

.page-info ul li a {
    font-family: Poppins;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
}

.page-info ul li a:hover {
    text-decoration: none;
    color: #F9BF3B;
}


/* Single Blog Detail Area*/

.single-blog-detail-area {
    padding: 24px 0px 5px 0px;
}

.single-blog-detail-text p {
    font-family: Poppins;
    font-size: 14px;
    line-height: 27px;
    color: #565656;
    margin: 45px 0px -26px 0px;
}

.blog-detail-hr {
    margin-top: 78px;
}

.blog-detail-tags-heading {
    margin-top: 30px;
}

.blog-detail-tags,
.blog-detail-share {
    margin: 25px 0px 45px 0px;
}

.blog-detail-tags h4,
.blog-detail-share h4 {
    font-size: 14px;
    line-height: 26px;
    font-family: Montserrat;
    color: #222222;
    display: inline-block;
    text-transform: uppercase;
}

.blog-detail-tags h4 span,
.blog-detail-share h4 span {
    font-size: 10px;
    margin: 0px 10px 0px 2px;
}

.blog-tags {
    display: inline-block;
}

.blog-tags li {
    display: inline-block;
}

.blog-tags li a {
    font-size: 14px;
    line-height: 27px;
    font-family: Poppins;
    color: #b5b5b5;
    padding: 0px 5px;
}

.blog-tags li a:after {
    content: ',';
}

.blog-tags li a:last-child:after {
    content: ' ';
}

.blog-tags li a:hover {
    text-decoration: none;
    color: #F9BF3B;
}

.blog-share {
    display: inline-block;
}

.blog-share li {
    display: inline-block;
}

.blog-share li a {
    font-size: 14px;
    line-height: 27px;
    color: #b5b5b5;
    padding: 0px 10px;
}

.blog-share li a:hover {
    text-decoration: none;
    color: #F9BF3B;
}

.comments-area {
    padding: 80px 70px;
    background: #F9F9F9;
}

.comments-area h3 {
    font-family: MontserratSemiBold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 23px;
    color: #222222;
}

.single-comments {
    margin: 40px 0px;
    border-bottom: 1px solid #DFDFDF;
}

.single-comments img {
    position: absolute;
    border-radius: 4px;
    height: 80px;
    width: 80px;
}

.comments-details {
    display: inline-block;
    margin: 0px 0px 45px 100px;
}

.comments-details h4 {
    font-family: Montserrat;
    font-size: 14px;
    margin-top: -3px;
    line-height: 23px;
    color: #222222;
    text-transform: uppercase;
}

.comments-details h4 span {
    text-transform: none;
    font-family: Poppins;
    font-size: 12px;
    line-height: 23px;
    color: #999999;
    margin-left: 30px;
}

.comments-details p {
    font-size: 14px;
    line-height: 23px;
    font-family: Poppins;
    color: #565656;
    margin: 17px 0px 32px 0px;
}

.comments-details a {
    font-size: 12px;
    font-family: Montserrat;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    background: #222222;
    border-radius: 2px;
}

.comments-details a:hover {
    background: #F9BF3B;
}

.leave-comments h3 {
    font-family: MontserratSemiBold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 23px;
    color: #222222;
}

.leave-comments textarea {
    width: 100%;
    padding: 15px 39px;
    max-height: 180px;
}

.form-element {
    width: 100%;
    position: relative;
    padding: 14px 40px;
    font-family: Poppins;
    font-size: 14px;
    line-height: 23px;
    color: #b5b5b5;
    margin: 25px 0px 0px 0px;
    border: 1px solid #b5b5b5;
}

.form-element:focus {
    border-color: #F9BF3B;
    outline: 0;
}

.input-icon {
    position: absolute;
    top: 38px;
    height: 15px;
    left: 33px;
}

.submit-btn {
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 20px 36px;
    text-decoration: none;
    color: #ffffff;
    background: #222222;
    border: 0px;
    border-radius: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

.submit-btn:hover {
    background: #F9BF3B;
}
.submit-btn:focus {
    outline: 0;
}
.single-blog-post .meta-description{
    margin-bottom: 20px;
}
.single-blog-post .meta-description span.date{
    padding-left: 0;
}

/* -----------------------------------
** End  Blog Area
-------------------------------------*/


/* -----------------------------------
** Start Download App Area
-------------------------------------*/

.download-app-area {
    margin-top: 83px;
}

.download-app-area .all-image {
    text-align: center;
    position: relative;
}

.download-app-area .all-image img {
    margin-left: auto;
}

.section-heading.left-side-heading {
    text-align: left;
}

.section-heading.left-side-heading h2 {
    color: #ffffff;
    line-height: 46px;
}

.section-heading.left-side-heading h2:before,
.section-heading.left-side-heading h2:after {
    margin-left: 0;
    left: 0;
    background: #ffffff;
}

.section-heading.left-side-heading h2 span {
    color: #ffffff;
}

.left-side-content {
    padding-top: 58px;
}

.left-side-content p {
    max-width: 575px;
}


/* -----------------------------------
** End  Download App Area
-------------------------------------*/


/* -----------------------------------
** Start Contact Area
-------------------------------------*/

.contact-section {
    padding-top: 4px;
}

.contact-address .section-heading.left-side-heading h2 {
    color: #222222;
}

.contact-address .section-heading.left-side-heading h2 span {
    color: #222222;
}

.contact-address .section-heading.left-side-heading h2:before,
.contact-address .section-heading.left-side-heading h2:after {
    background: #222222;
}

.contact-information {
    padding-top: 36px;
}

.contact-information .single {
    margin-bottom: 20px;
}

.contact-information .single .left {
    display: inline-block;
    color: #222222;
    font-weight: 600;
    min-width: 100px;
}

.contact-information .single .right {
    display: inline-block;
}

.contact-information-navigation {
    background: #f1f1f1;
    padding-top: 11px;
    padding-bottom: 5px;
    margin-top: 55px;
    padding-left: 8px;
    display: block;
}

.contact-information-navigation li {
    display: inline-block;
    padding: 10px 20px;
}

.contact-information-navigation li a {
    color: #565656;
}

.contact-information-navigation li a:hover {
    text-decoration: none;
    color: #f9bf3b;
}

.single-app-theme.border {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 31px;
    margin-bottom: 13px;
}

.single-app-theme .media {
    padding-bottom: 23px;
    position: relative;
}

.single-app-theme .image {
    position: absolute;
    width: 140px;
    top: 23px;
    height: 140px;
}

.single-app-theme .image img {
    border-radius: 10px;
}

.single-app-theme .content {
    margin-left: 170px;
}

.single-app-theme .content h3 {
    line-height: 35px;
    margin-top: 17px;
}

.single-app-theme .rating {
    padding-top: 8px;
}

.single-app-theme .rating ul {
    display: inline-block;
}

.single-app-theme .rating ul li {
    display: inline-block;
    padding: 2px;
}

.single-app-theme .rating ul li i {
    font-size: 16px;
    color: #f9bf3b;
}

.single-app-theme .rating a.get {
    border: 1px solid #222222;
    color: #222222;
    display: inline-block;
    border-radius: 30px;
    float: right;
    padding: 5px 26px 3px 22px;
    text-transform: uppercase;
}

.single-app-theme .rating a.get:hover {
    background: #f9bf3b;
    text-decoration: none;
    border-color: #f9bf3b;
    color: #ffffff;
}


/* -----------------------------------
** End  Contact Area
-------------------------------------*/


/* -----------------------------------
** Start Footer Area
-------------------------------------*/

.main-footer {
    background: #151515;
}

.main-footer ul {
    display: flex;
    text-align: center;
}

.main-footer ul li {
    flex: 1;
    list-style: none;
    padding: 35px 0;
    border-right: 1px solid #222222;
}

.main-footer ul li:last-child {
    border: 0;
}

.main-footer ul li a {
    color: #ffffff;
    font-size: 20px;
    opacity: .4;
    font-family: "MontserratLight";
}

.main-footer ul li a:hover {
    opacity: 1;
    text-decoration: none;
}


/* -----------------------------------
** End  Footer Area
-------------------------------------*/

.carousel {
    background: #ddd;
}

.carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #000;
    border-radius: 5px;
    counter-increment: carousel-cell;
}


/* cell number */

.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}


/*  preloader   */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    z-index: 1001;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
