/*
  Template Name: Graxpo
  Author: ShapeSquare
  Description: Bootstrap one page template.
  Version: 1.0.0
*/

/*

============================================================================
[ Table of Contents ]
============================================================================

# Global Style
# Navbar Style
# Header Style
# FullScreen Background Style
# About Style
# What We Do
# Counter Section
# Three Simple Step
# Featured Work
# Services Section
# Keep Exploring
# Portfolio Section
# Subscribe Section
# Crew Section
# Testimonial Section
# Blog Section
# Pricing Section
# Call to action Section
# Get in Touch
# Footer
# Page Style

============================================================================

*/

/*
-----------------------------------------------
	Global Style
-----------------------------------------------
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic,600italic,700italic|Roboto:400,500,700,300);

body
{
    color: #4a4a4a;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: regular;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

h3
{
    font-family: "Roboto";
    text-transform: uppercase;
}

a:hover
{
    text-decoration: none;
}

header,
section,
footer
{
    overflow: hidden;
    clear: both;
}

.box-wide .box-wide-inner .uline, .counter-box .uline, .featured-item .item-info .uline, .item-inner .uline, .blog-post .uline
{
    display: block;
    height: 2px;
    overflow: hidden;
}

.box-wide .box-wide-inner .uline::after, .counter-box .uline::after, .featured-item .item-info .uline::after, .item-inner .uline::after, .blog-post .uline::after
{
    content: "";
    display: block;
    height: 2px;
    background-color: #00bfa5;
}

.counter-box:hover .uline::after
{
    margin-left: 0;
}

.section-padding
{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-header
{
    padding-bottom: 80px;
    width: 555px;
	margin-left: auto;
	margin-right: auto;
    
}

.section-header > h2::after
{
    content: "";
    width: 46px;
    height: 3px;
    background-color: #898989;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 38px;
}

.padding-zero
{
    padding-left: 0;
    padding-right: 0;
}

#counter .section-padding,
#subscribe .section-padding,
#exploring .section-padding,
#testimonial .section-padding
{
    padding-top: 60px;
    padding-bottom: 60px;
}

/*
	Scroll to Top
 */

#toTop
{
    background-color: #00bfa5;
    border: 1px solid #00bfa5;
    border-radius: 50%;
    bottom: 5%;
    color: #ffffff;
    display: none;
    height: 32px;
    line-height: 28px;
    margin-right: -45% !important;
    position: fixed;
    right: 50%;
    text-align: center;
    width: 32px;
    z-index: 999;
}

#toTop:hover
{
    background-color: #ffffff;
    color: #00bfa5;
}

/*
	Color
 */

.white-color
{
    color: #ffffff !important;
}

/*
	Color Switcher
 */

.hide-color
{
    display: none;
}

.box-wide .box-wide-inner .uline, .counter-box .uline, .featured-item .item-info .uline, .item-inner .uline, .blog-post .uline, .box-wide .box-wide-inner .uline::after, .counter-box .uline::after, .featured-item .item-info .uline::after, .item-inner .uline::after, .blog-post .uline::after, .featured-item .hover-bg, .item-inner .hover-bg, .featured-item .item-info, .item-inner .item-info, .btn-rect, .navbar-default .okayNav li a::after, .current-menu-item, #footer .footer-nav a::after, .navbar-default, .navbar-default .navbar-brand,
.navbar-default .okayNav li a, #welcome .scroll-down .vline > span, .box > .fa, .box-wide, .box-wide .box-wide-inner > h3, .counter-box .icon-counter, .step-box > .fa, .step-box > .fa::after, .service-box, #filter li .active::after, #mc-form > .btn, .member .member-thumb .overlay, .member .member-social, .member .member-social a, .plan-features, #contact .follow-us a, #contact-form .btn-contact, #contact-form2 .btn-contact
{
    transition: all 0.3s linear 0s;
}

.box-wide:hover, .service-box:hover, .plan-features.popular-plan, .plan-features:hover
{
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}

#welcome, #counter, #exploring, #subscribe, #testimonial
{
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.section-header > h2, .about-content .about-header h2, .about-content .subscribe-header h2
{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 5px;
    color: #333b46;
    font-weight: 600;
    margin-top: 0;
}

.featured-item .hover-bg, .item-inner .hover-bg
{
    background-color: rgba(0, 191, 165, 0.9);
    border: 8px solid #ffffff;
    height: 90%;
    width: 90%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition-duration: .5s;
    opacity: 0;
}

.featured-item:hover .hover-bg, .item-inner:hover .hover-bg
{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.featured-item .item-info, .item-inner .item-info
{
    position: absolute;
    color: #ffffff;
    bottom: 20%;
    left: -100%;
    transition-duration: .5s;
}

.featured-item .item-info > h3, .item-inner .item-info > h3
{
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
}

.featured-item .item-info > h3 > a, .item-inner .item-info > h3 > a
{
    color: #ffffff;
}

.featured-item .item-info > h4, .item-inner .item-info > h4
{
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* ---------------------------------------------------------------- *
 *  Magnific Popup: http://dimsemenov.com/plugins/magnific-popup/
/* ---------------------------------------------------------------- */

.mfp-bg
{
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 99999;
}

.mfp-wrap
{
    z-index: 99999;
}

.mfp-container
{
    padding: 0 15px;
}

.mfp-figure:after
{
    top: 80px;
    bottom: 80px;
}

img.mfp-img
{
    padding: 80px 0 80px;
}

.mfp-close, .mfp-close:focus, .mfp-close:active
{
    top: 36px;
}

.mfp-bottom-bar
{
    margin-top: -75px;
    font-family: 'Open Sans';
    font-size: 14px;
}

/* left/right navigation buttons */

.mfp-custom-arrow
{
    position: absolute;
    display: inline-block;
    top: 50%;
    width: 90px;
    height: 110px;
    background-color: transparent;
    margin-top: -55px;
    padding: 0;
    z-index: 9999;
    border: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1400px)
{
    .mfp-custom-arrow
    {
        display: none;
    }
}

.mfp-custom-arrow:hover
{
    opacity: .7;
}

.mfp-custom-arrow:focus
{
    outline: none;
}

.mfp-custom-arrow-left
{
    left: 0;
}

.mfp-custom-arrow-left:before
{
    content: "\f053";
    font-size: 24px;
    color: #8E969C;
}

.mfp-custom-arrow-right
{
    right: 0;
}

.mfp-custom-arrow-right:before
{
    content: "\f054";
    font-size: 24px;
    color: #8E969C;
}

/* fade in navigation */

.mfp-fadein .mfp-figure
{
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

@-webkit-keyframes fadeIn{
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn{
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn{
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn{
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* on smaller devices */

@media (max-width: 768px)
{
    .mfp-bottom-bar
    {
        padding: 0 10px;
    }
    .mfp-counter
    {
        right: 10px;
    }
    .mfp-close, .mfp-close:focus
    {
        right: 0;
    }
}

/* Inline popup (type inline) 
------------------------------- */

.inline-popup
{
    position: relative;
    max-width: 1170px;
    height: auto;
    background-color: transparent;
    padding: 0px;
    margin: 70px auto;
}

.inline-popup-inner .btn-more:hover
{
    background-color: transparent;
}

.inline-popup-image
{
    width: 100%;
    height: auto;
    padding-bottom: 50%;
}

/* Close button */

.inline-popup .inline-popup-close
{
    position: absolute;
    top: -50px;
    right: 15px;
    text-decoration: none;
    font-size: 32px;
    color: #545A5F;
}

.inline-popup .mfp-close
{
    display: none;
}

/* Fade-zoom animation for first dialog */

/* start state */

.mfp-fade-zoom .inline-popup
{
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */

.mfp-fade-zoom.mfp-ready .inline-popup
{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */

.mfp-fade-zoom.mfp-removing .inline-popup
{
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* Dark overlay, start state */

.mfp-fade-zoom.mfp-bg
{
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.mfp-fade-zoom.mfp-ready.mfp-bg
{
    background: #FFF;
    opacity: 0.99;
}

/* animate out */

.mfp-fade-zoom.mfp-removing.mfp-bg
{
    opacity: 0;
}

.btn-rect:hover, #mc-form > .btn:hover, #mc-form > .btn:focus, #contact-form .btn-contact:hover, #contact-form2 .btn-contact:hover
{
    color: #ffffff;
    background-color: #00bfa5;
    text-decoration: none;
}

.btn-rect
{
    color: #636466;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #00bfa5;
    border-radius: 0;
}

.btn-about,
.btn-xplore,
.btn-buy
{
    display: inline-block;
    font-size: 16px;
    letter-spacing: 4px;
    padding: 12px;
    margin-top: 25px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px)
{
    .btn-about
    {
        margin-top: 10px;
    }
}

.btn-more
{
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 25px 10px 25px;
    background-color: #00bfa5;
    color: #ffffff;
    margin-top: 50px;
}

.btn-more:hover
{
    color: #00bfa5;
}

@media only screen and (max-width: 640px)
{
    .btn-more
    {
        margin-top: 20px;
    }
}

#mc-form > .form-control, #mc-form > .btn
{
    background-color: transparent;
    border-radius: 0;
}

#contact-form .form-control
{
    background-color: transparent;
    border-radius: 0;
    border: medium none;
    border-bottom: 1px solid #ffffff;
    color: #00bfa5;
    padding-left: 0;
}

#contact-form2 .form-control
{
    background-color: transparent;
    border-radius: 0;
    border: medium none;
    border-bottom: 1px solid #ffffff;
    color: #00bfa5;
    padding-left: 0;
}

/*
-----------------------------------------------
	Navbar Style
-----------------------------------------------
 */

.navbar-default .okayNav li a::after, .current-menu-item, #footer .footer-nav a::after
{
    border-bottom: 1px solid #00bfa5;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    width: 0;
}

.navbar-default .okayNav li a:hover::after, .current-menu-item, #footer .footer-nav a:hover::after
{
    left: 0;
    right: 0;
    width: 100%;
}

.navbar-default
{
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    margin-bottom: 0px;
    transition-duration: 1s;
}

.navbar-default .navbar-brand,
  .navbar-default .okayNav li a
{
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    width: auto;
}

@media only screen and (max-width: 767px)
{
    .navbar-default .navbar-brand,
      .navbar-default .okayNav li a
    {
        padding-top: 20px;
	 
    }
}

.navbar-default .navbar-brand,
  .navbar-default .okayNav li a
{
    transition-duration: 1s;
}

.navbar-default .okayNav li a
{
    color: #636466;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    margin-left: 31px;
    margin-top: 5px;
    overflow: hidden;
}

.navbar-default .okayNav li a::after
{
    bottom: 0;
}

.navbar-default .okayNav__nav--invisible li a
{
    margin-top: 0;
}

.current-menu-item
{
    bottom: 0;
}

.okayNav.white-nav li a
{
    color: #ffffff !important;
}

.okayNav.white-nav .okayNav__nav--invisible.nav-open a
{
    color: #333b46 !important;
}

.okayNav.white-nav .okayNav__menu-toggle span
{
    background-color: #ffffff;
}

/*
-----------------------------------------------
	Header Style
-----------------------------------------------
 */

#welcome
{
    background-image: url("../img/bg-image/welcome-bg.jpg");
    position: relative;
}

#welcome .scroll-down
{
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 110px;
    margin-left: -55px;
}

@media only screen and (max-width: 767px)
{
    #welcome .scroll-down
    {
        display: none;
    }
}

#welcome .scroll-down .vline::before
{
    content: "";
    position: absolute;
    border-radius: 12px;
    top: -10px;
    left: 42px;
    height: 40px;
    width: 25px;
    border: 2px solid #ffffff;
    overflow: hidden;
}

#welcome .scroll-down .vline > span
{
    background-color: #ffffff;
    height: 10px;
    width: 2px;
    transform: translateY(-10px);
    display: table;
    margin-left: auto;
    margin-right: auto;
    transition-duration: 1s;
    animation: scroll-indicator 3s linear infinite;
}

#welcome .scroll-down p
{
    margin-top: 30px;
}

@keyframes scroll-indicator{
  0% {
    transform: translateY(-10px); }
  90% {
    transform: translateY(20px); }
  95% {
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    opacity: 1; } }

.welcome-inner .welcome-heading
{
    color: #6d6e71;
}

.welcome-inner .welcome-heading .welcome-title
{
    font-size: 50px;
    font-weight: bold;
    line-height: 67px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px)
{
    .welcome-inner .welcome-heading .welcome-title
    {
        font-size: 24px;
        line-height: normal;
    }
}

.welcome-inner .welcome-heading .welcome-title > span
{
    color: #00bfa5;
}

.welcome-inner .welcome-text
{
    letter-spacing: 2px;
    line-height: 26px;
}

/*
-----------------------------------------------
	Gradient Style
-----------------------------------------------
 */

#welcome.gradient
{
    background-image: none;
    background-color: #0791ad;
    background: transparent linear-gradient(70deg, #0791ad 40%, #20b6ad 80%) repeat scroll 0 0;
}

#welcome.gradient .welcome-title
{
    font-size: 38px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px)
{
    #welcome.gradient .welcome-title
    {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 30px;
    }
}

#welcome.gradient .scroll-down
{
    color: #ffffff;
}

#welcome.gradient .scroll-down .vline::before
{
    border-color: #ffffff;
}

#welcome.gradient .scroll-down .vline > span
{
    background-color: #ffffff;
}

/*
-----------------------------------------------
	FullScreen Background Style
-----------------------------------------------
 */

.bg-slider .scroll-down .vline > span
{
    background-color: #ffffff !important;
}

/*
-----------------------------------------------
	Transparent Background Style
-----------------------------------------------
 */

.transparent .overlay
{
    background-color: rgba(255, 255, 255, 0.8);
}

/*
-----------------------------------------------
	About Style
-----------------------------------------------
 */

#about
{
    padding-top: 10px;
}

.about-content .about-header h2::after, .about-content .subscribe-header h2::after
{
    display: block;
    content: "";
    width: 56px;
    height: 3px;
    background-color: #898989;
    margin-top: 25px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px)
{
    .about-content
    {
        margin-bottom: 10px;
    }
}

.about-text
{
    line-height: 28px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 480px)
{
    .about-img .block-center img
    {
        width: 100%;
    }
}

.block-center
{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/*
-----------------------------------------------
	What We Do
-----------------------------------------------
 */


.box
{
    margin-bottom: 30px;
}

.box > .fa
{
    text-align: center;
    width: 108px;
    height: 108px;
    line-height: 108px;
    font-size: 45px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #00bfa5;
}

.box-wide
{
    position: relative;
    border: 2px solid #ebebeb;
    padding: 20px 20px 20px 168px;
    margin-top: 10px;
}

@media only screen and (max-width: 480px)
{
    .box-wide
    {
        padding: 135px 15px 15px 15px;
    }
}

.box-wide > .fa
{
    position: absolute;
    top: 30px;
    left: 30px;
}

@media only screen and (max-width: 480px)
{
    .box-wide > .fa
    {
        left: 15px;
    }
}

.box-wide .box-wide-inner > h3
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
}

.box-wide .box-wide-inner .uline
{
    width: 32px;
    background-color: #d7d7d7;
    margin-top: 20px;
    margin-bottom: 25px;
}

.box-wide .box-wide-inner .uline::after
{
    width: 32px;
    margin-left: -32px;
}

.box-wide .box-wide-inner p
{
    letter-spacing: 1px;
}

.box-wide:hover
{
    border-color: #fff;
}

.box-wide:hover .box-wide-inner > h3
{
    color: #6d6e71;
}

.box-wide:hover .box-wide-inner > h3::after
{
    background-color: #6d6e71;
}

.box-wide:hover .uline::after
{
    margin-left: 0;
}

/*
-----------------------------------------------
	Counter Section
-----------------------------------------------
 */

#counter
{
    background-image: url("../img/bg-image/counter-bg.jpg");
}

#counter .overlay
{
    background-color: rgba(24, 24, 28, 0.9);
    padding-top: 90px;
    padding-bottom: 60px;
}

#counter .section-padding
{
    padding-top: 30px;
}

.counter-box
{
    color: #ffffff;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.counter-box .icon-counter
{
    font-size: 30px;
    letter-spacing: 2px;
}

.counter-box .icon-counter > .fa
{
    font-size: 35px;
    vertical-align: middle;
}

.counter-box .counter-text
{
    font-family: "Roboto";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}

.counter-box .uline
{
    margin-top: 25px;
    width: 49px;
    background-color: #ffffff;
}

.counter-box .uline::after
{
    width: 49px;
    margin-left: -49px;
}

.counter-box:hover .icon-counter
{
    color: #00bfa5;
}

.counter-box:hover .counter-text::after
{
    background-color: #00bfa5;
}

@media only screen and (max-width: 991px)
{
    .counter-box
    {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

/*
-----------------------------------------------
	Three Simple Step
-----------------------------------------------
 */

.step-box
{
    position: relative;
}

@media only screen and (max-width: 767px)
{
    .step-box
    {
        margin-bottom: 50px;
    }
    .step-box:last-child
    {
        margin-bottom: 0;
    }
}

.step-box::before, .step-box::after
{
    display: inline-block;
    position: absolute;
    content: "";
    width: 37%;
    height: 1px;
    background-color: #c2c2c2;
    top: 42.5px;
}

@media only screen and (max-width: 1199px)
{
    .step-box::before, .step-box::after
    {
        width: 34%;
    }
}

@media only screen and (max-width: 991px)
{
    .step-box::before, .step-box::after
    {
        width: 30%;
    }
}

@media only screen and (max-width: 767px)
{
    .step-box::before, .step-box::after
    {
        display: none;
    }
}

.step-box::before
{
    left: 0;
}

.step-box::after
{
    right: 0;
}

.step-box:first-child::before, .step-box:last-child::after
{
    background-color: transparent;
}

.step-box > .fa
{
    text-align: center;
    width: 83px;
    height: 83px;
    line-height: 83px;
    font-size: 45px;
    border-radius: 50%;
    background-color: #f7f5f5;
    color: #00bfa5;
    position: relative;
}

.step-box > .fa::after
{
    content: "";
    position: absolute;
    width: 102px;
    height: 102px;
    top: -9.5px;
    left: -9.5px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}

.step-box > h3
{
    font-size: 16px;
    letter-spacing: 1.3px;
    color: #333b46;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
}

.step-box:hover .fa
{
    background-color: #00bfa5;
    color: #ffffff;
}

.step-box:hover .fa::after
{
    border-color: #00bfa5;
}

/*
-----------------------------------------------
	Featured Work
-----------------------------------------------
 */

.featured-item
{
    position: relative;
    overflow: hidden;
}

.featured-item > .project-link img
{
    max-width: 100%;
    min-width: 100%;
}

.featured-item .item-info .uline
{
    margin-top: 25px;
    width: 49px;
    background-color: #ffffff;
}

.featured-item .item-info .uline::after
{
    background-color: #00a68f;
    width: 49px;
    margin-left: -49px;
}

.featured-item .item-info:hover .uline::after
{
    margin-left: 0;
}

.featured-item:hover .item-info
{
    left: 15%;
}

/*
-----------------------------------------------
	Services Section
-----------------------------------------------
 */

.service-box
{
    padding: 30px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.service-box h3
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
}

.service-box:hover
{
    border-color: #ffffff;
}

/*
-----------------------------------------------
	Keep Exploring
-----------------------------------------------
 */

#exploring
{
    background-image: url("../img/bg-image/explorer-bg.jpg");
    color: #ffffff;
}

#exploring .overlay
{
    background-color: rgba(24, 24, 28, 0.9);
    padding-bottom: 20px;
}

#exploring h2,
  #exploring h3
{
    font-weight: 300;
}

#exploring h2
{
    font-size: 30px;
    letter-spacing: 3px;
}

#exploring h3
{
    font-size: 20px;
}

#exploring .btn-xplore
{
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

/*
-----------------------------------------------
	Portfolio Section
-----------------------------------------------
 */

/* Portfolio Filtering Category */

#filter
{
    list-style: none;
    padding: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#filter li
{
    font-size: 16px;
    float: left;
    position: relative;
}

#filter li:first-child a
{
    margin-left: 0;
}

#filter li:first-child a::before
{
    display: none;
}

#filter li a
{
    color: #383737;
    text-decoration: none;
    padding-right: 5px;
}

#filter li a::before
{
    content: "/";
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (max-width: 600px)
{
    #filter li a::before
    {
        display: none;
    }
}

#filter li:first-child a.active::after
{
    margin-left: 0;
}

#filter li .active
{
    position: relative;
}

#filter li .active::after {
        content: "";
        width: 46px;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -20px;
        background-color: #00bfa5;
        width: 34px;
        margin-left: 48px; }

@media only screen and (max-width: 600px)
{
    #filter li .active::after
    {
        margin-top: 5px;
        margin-left: 0;
    }
    #filter li
    {
        float: none;
        display: list-item;
        height: 50px;
    }
}

/* Portfolio Item */

#pfolio-content
{
    clear: both;
    position: relative;
    margin-top: 50px;
    margin-left: 15px;
}

@media only screen and (max-width: 600px)
{
    #pfolio-content
    {
        margin-left: 0;
    }
}

#pfolio-content .item
{
    width: 24.4%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1441px) and (max-width: 1561px)
{
    #pfolio-content .item
    {
        width: 24.3%;
    }
}

@media only screen and (max-width: 1440px)
{
    #pfolio-content .item
    {
        width: 32.40%;
    }
}

@media only screen and (max-width: 991px)
{
    #pfolio-content .item
    {
        width: 48%;
    }
}

@media only screen and (max-width: 767px)
{
    #pfolio-content .item
    {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* Portfolio Hover */

.item-inner
{
    position: relative;
    overflow: hidden;
}

.item-inner > .project-link img
{
    max-width: 100%;
    min-width: 100%;
}

.item-inner .item-info:hover .uline::after
{
    margin-left: 0;
}

.item-inner .uline
{
    margin-top: 25px;
    width: 49px;
    background-color: #ffffff;
}

.item-inner .uline::after
{
    background-color: #00a68f;
    width: 49px;
    margin-left: -49px;
}

.item-inner:hover .item-info
{
    left: 15%;
}

@media only screen and (max-width: 767px)
{
    .item-inner
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Portfolio Popup Project View */

.project-main img
{
    min-width: 100%;
    max-width: 100%;
}

.project-sb-widget
{
    color: #333b46;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.project-sb-widget h2
{
    font-size: 20px;
    font-weight: 600;
}

.project-sb-widget p
{
    border-bottom: 1px solid #b5b5b5;
    font-size: 16px;
    padding-bottom: 10px;
}

/*
-----------------------------------------------
	Subscribe Section
-----------------------------------------------
 */

#subscribe
{
    background-image: url("../img/bg-image/subscribe-bg.jpg");
    color: #ffffff;
}

#subscribe .overlay
{
    background-color: rgba(24, 24, 28, 0.9);
    padding-top: 30px;
    padding-bottom: 20px;
}

#subscribe .section-padding
{
    padding-top: 50px;
}

/* Subscribe Header */

.subscribe-header h2
{
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2.2px;
    font-weight: 600;
}

.subscribe-header h2::after {
    display: block;
    content: "";
    width: 46px;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    width: 57px;
    height: 1px; }

@media only screen and (max-width: 767px)
{
    .subscribe-header h2
    {
        display: table;
        margin: 0 auto;
    }
    .subscribe-header
    {
        text-align: center;
    }
}

/* Subscribe Form */

#mc-form
{
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

#mc-form > .form-control
{
    color: #ffffff;
    width: 280px;
    border-color: #ffffff;
    border-right: 0;
}

@media only screen and (max-width: 767px)
{
    #mc-form > .form-control
    {
        margin-bottom: 20px;
        margin-left: -6px;
    }
    #mc-form > .form-control
    {
        border-right: 1px solid #ffffff;
    }
}

#mc-form > .form-control::placeholder
{
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    padding-left: 0;
}

#mc-form > label
{
    display: block;
    margin-top: 10px;
}

#mc-form > .btn
{
    width: 130px;
    border: 1px solid #fff;
    margin-left: -6px;
}

#mc-form > .btn:hover, #mc-form > .btn:focus
{
    border-color: #00bfa5;
}

@media only screen and (max-width: 767px)
{
    #mc-form > .btn
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    #mc-form
    {
        margin-top: 30px;
    }
}

/*
-----------------------------------------------
	Crew Section
-----------------------------------------------
 */

.member
{
    border: 1px solid #d7d7d7;
}

.member .member-thumb
{
    position: relative;
    overflow: hidden;
}

.member .member-thumb > img
{
    width: 100%;
}

.member .member-thumb .overlay
{
    background-color: rgba(24, 24, 28, 0.9);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: -100%;
}

.member .member-social
{
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 125px;
    margin-left: -62.5px;
    transition-delay: .3s;
}

.member .member-social a {
      text-align: center;
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 45px;
      border-radius: 50%;
      background-color: #00bfa5;
      color: #ffffff;
      font-size: 16px;
      border-radius: 0;
      display: inline-block;
      margin-right: 5px; }

.member .member-social a:last-child
{
    margin-right: 0;
}

.member .member-social a:hover
{
    background-color: #fff;
    color: #00bfa5;
}

.member .member-info
{
    color: #333b46;
    letter-spacing: 2px;
}

.member .member-info > h3
{
    font-size: 17px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 0;
}

.member .member-info > p
{
    font-size: 12px;
    margin-bottom: 5px;
}

.member:hover .member-thumb .overlay
{
    top: 0;
}

.member:hover .member-thumb .member-social
{
    bottom: 21px;
}

@media only screen and (max-width: 991px)
{
    .member
    {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px)
{
    .member
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

/*
-----------------------------------------------
	Testimonial Section
-----------------------------------------------
 */

#testimonial
{
    background-image: url("../img/bg-image/testimonial-bg.jpg");
    color: #ffffff;
}

#testimonial .overlay
{
    background-color: rgba(24, 24, 28, 0.9);
}

#testimonial .section-header
{
    padding-top: 20px;
    padding-bottom: 40px;
}

#testimonial .section-header > h2
{
    color: #ffffff;
}

#testimonial .section-header > h2::after
{
    background-color: #ffffff;
}

#testimonial .section-header > h3
{
    font-size: 18px;
    letter-spacing: 7.2px;
    font-weight: 400;
}

#owl-tm
{
    margin-bottom: 15px;
}

#owl-tm .oc-item
{
    font-style: italic;
    letter-spacing: 2.2px;
}

#owl-tm .oc-item .client-comment > blockquote
{
    font-size: 16px;
    border: medium none;
    margin-top: 20px;
    margin-bottom: 25px;
}

#owl-tm .oc-item .client-info h3
{
    color: #00bfa5;
    font-size: 20px;
}

#owl-tm .oc-item .client-image > img
{
    border: 6px solid #00bfa5;
    border-radius: 50%;
}

#owl-tm .owl-controls .owl-page > span
{
    background-color: transparent;
    border: 1px solid #00bfa5;
    opacity: 1;
}

#owl-tm .owl-controls .owl-page.active > span
{
    background-color: #00bfa5;
}

/*
-----------------------------------------------
	Blog Section
-----------------------------------------------
 */

.blog-post
{
    display: flex;
    color: #6d6e71;
    letter-spacing: 2px;
}

@media only screen and (max-width: 991px)
{
    .blog-post
    {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .blog-post
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 640px)
{
    .blog-post
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .blog-post .blog-media img
    {
        width: 100%;
    }
}

.blog-post .blog-content
{
    background-color: #f7f5f5;
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
}

.blog-post .blog-content > .post-excerpt,
    .blog-post .blog-content .blog-meta > p
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}

.blog-post .blog-content .blog-meta
{
    margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .blog-post .blog-content
    {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 640px)
{
    .blog-post .blog-content
    {
        padding-top: 10px;
        padding-bottom: 20px;
        width: 286px;
    }
}

.blog-post .uline
{
    margin-top: 12px;
    margin-bottom: 25px;
    width: 34px;
    background-color: #00bfa5;
}

.blog-post .uline::after
{
    background-color: #ddd;
    width: 34px;
    margin-left: -34px;
}

.blog-post:hover .uline::after
{
    margin-left: 0;
}

.blog-post .blog-title .blog-permalink h2,
  .blog-post .blog-title .blog-author
{
    color: #4a4a4a;
}

.blog-post .blog-title > .blog-permalink h2
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.blog-post .blog-title > .blog-author
{
    font-family: Roboto;
}

#blog .btn-more:hover
{
    background-color: transparent;
}

/*
-----------------------------------------------
	Pricing Section
-----------------------------------------------
 */

.plan-features
{
    border: 1px solid #cccccc;
    list-style: none;
    padding: 0;
    width: 320px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.plan-features .plan-name
{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 35px;
}

.plan-features li
{
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.plan-features li:last-child
{
    border: medium none;
}

.plan-features .plan-signup
{
    padding-top: 25px;
    padding-bottom: 25px;
}

.plan-features .plan-signup .btn-signup
{
    border: 1px solid #707070;
    padding-left: 18px;
    padding-right: 18px;
}

.plan-features.popular-plan, .plan-features:hover
{
    border-color: #ffffff;
}

.plan-features.popular-plan .btn-signup, .plan-features:hover .btn-signup
{
    border-color: #00bfa5;
}

@media only screen and (max-width: 991px)
{
    .plan-features
    {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 320px)
{
    .plan-features
    {
        width: 280px;
    }
}

/*
-----------------------------------------------
	Call to action Section
-----------------------------------------------
 */

#call-to-action
{
    background-color: #00bfa5;
    color: #ffffff;
}

#call-to-action .section-padding
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#call-to-action .action-text
{
    font-size: 10px;
    margin-top: 5px;
}

@media only screen and (max-width: 767px)
{
    #call-to-action .action-text
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

#call-to-action .btn-buy
{
    margin-top: 0;
    border-color: #fff;
    color: #ffffff;
}

#call-to-action .btn-buy:hover
{
    background-color: #ffffff;
    color: #00bfa5;
}

@media only screen and (max-width: 767px)
{
    #call-to-action .btn-buy
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}

/*
-----------------------------------------------
	Get in Touch
-----------------------------------------------
 */

#contact .section-header h2
{
    color: #ffffff;
}

/* Footer Logo and Social links */

#contact
{
    color: #ffffff;
    background-color: #18181c;
}

#contact .footer-logo
{
    margin-bottom: 12px;
}

#footer .footer-link
{
    color: #00a99d;
    position: relative;
    text-decoration: none;
    margin-right: 18px;
    overflow: hidden;
}


#contact .footer-about-text
{
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}

#contact .follow-us > h4
{
    font-size: 20px;
}

#contact .follow-us a {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 45px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    background-color: transparent;
    border-radius: 0;
    margin-top: 10px;
    margin-right: 5px; }

#contact .follow-us a:last-child
{
    margin-right: 0;
}

#contact .follow-us a:hover
{
    background-color: #00bfa5;
    color: #ffffff;
}

/* Contact Form */

#contact-form label
{
    display: none;
}

#contact-form .form-control:focus
{
    box-shadow: none;
    border-color: #00bfa5;
}

#contact-form .form-control::placeholder
{
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding-left: 0;
}

#contact-form #message
{
    background-image: url("../img/line3.png");
    background-position: bottom;
    background-repeat: repeat;
    border: medium none;
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    resize: none;
    padding-top: 20px;
    margin-bottom: 25px;
}

#contact-form .btn-contact {
  color: #636466;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #00bfa5;
  border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border-width: 1px;
  color: #ffffff; }
  
  #contact-form2 label
{
    display: none;
}

#contact-form2 .form-control:focus
{
    box-shadow: none;
    border-color: #00bfa5;
}

#contact-form2 .form-control::placeholder
{
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding-left: 0;
}

#contact-form2 #message
{
    background-image: url("../img/line3.png");
    background-position: bottom;
    background-repeat: repeat;
    border: medium none;
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    resize: none;
    padding-top: 20px;
    margin-bottom: 25px;
}

#contact-form2 .btn-contact {
  color: #636466;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #00bfa5;
  border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border-width: 1px;
  color: #ffffff; }

@media only screen and (max-width: 767px)
{
    #contact-form
    {
        margin-top: 50px;
    }
	
	#contact-form2
    {
        margin-top: 50px;
    }

}

/*
-----------------------------------------------
	Footer
-----------------------------------------------
 */

#footer
{
    background-color: #282828;
    color: #fff;
}

#footer .section-padding
{
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 991px)
{
    #footer .copyright
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

#footer .footer-nav a
{
    color: #ffffff;
    position: relative;
    text-decoration: none;
    margin-right: 18px;
    overflow: hidden;
}

#footer .footer-nav a::after
{
    bottom: -12px;
}

@media only screen and (max-width: 600px)
{
    #footer .footer-nav a
    {
        margin-bottom: 20px;
        display: inline-table;
    }
}

@media only screen and (max-width: 991px)
{
    #footer .footer-nav
    {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

/*
=========================================================
Page Style
=========================================================
 */

.page #welcome
{
    background-image: url("../img/page-head-bg.jpg");
    background-attachment: local;
}

.page .overlay
{
    background-color: rgba(255, 255, 255, 0.7);
}

.page-heading
{
    text-transform: uppercase;
}

.page-heading .page-title
{
    color: #757577;
    font-size: 28px;
    font-weight: bold;
    padding-top: 150px;
    padding-bottom: 90px;
}

.page-heading .breadcrumb
{
    background-color: transparent;
    margin-bottom: 30px;
}

.page-heading .breadcrumb li:before
{
    color: #636466;
}

.page-heading .breadcrumb li a
{
    color: #636466;
}

/*
=========================================================
Post Style
=========================================================
 */

.post-box
{
    display: block;
    margin-bottom: 40px;
}

.post-box .blog-media img
{
    max-width: 100%;
    min-width: 100%;
}

.post-box .blog-content
{
    padding-top: 25px;
    padding-left: 40px;
}

@media only screen and (max-width: 640px)
{
    .post-box .blog-content
    {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
        width: 100%;
    }
}

.post-box .blog-content article
{
    font-size: 14px;
    line-height: 25px;
}

.post-box .blog-content .blog-meta
{
    margin-top: 40px;
    margin-bottom: 10px;
}

.post-box .blog-content .blog-meta p
{
    display: inline-block;
    margin-right: 40px;
}

.post-box .blog-content .blog-meta p:last-child
{
    margin-right: 0;
}

.post-box .blog-content .blog-meta .fa
{
    font-size: 14px;
    margin-right: 5px;
}

.post-box .embed-responsive-padding
{
    padding-bottom: 67%;
}

/*
=========================================================
Sidebar Style
=========================================================
 */

.sidebar-widget
{
    margin-bottom: 45px;
}

.sidebar-widget h2
{
    color: #333b46;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.sidebar-widget h2::after
{
    content: "";
    width: 46px;
    height: 3px;
    background-color: #6d6e71;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar-widget ul
{
    list-style: none;
    padding-left: 0;
}

/* Latest-post-widget */

.latest-post-list .lp-block
{
    position: relative;
    border-bottom: 1px solid #959595;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.latest-post-list .lp-block .lp-image
{
    position: absolute;
    top: 8px;
    left: 0;
}

.latest-post-list .lp-block .lp-text
{
    padding-left: 115px;
}

.latest-post-list .lp-block .lp-text > p:first-child
{
    padding-top: 5px;
}

.latest-post-list .lp-block .lp-text .recent-post-date
{
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .latest-post-list .lp-block .lp-text .recent-post-date
    {
        padding-top: 0;
    }
}

.tag-list
{
    display: table;
    padding-left: 0;
}

.tag-list li
{
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.tag-list li a
{
    background-color: transparent;
    border: 2px solid #959595;
    color: #333b46;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 3px 10px;
}

.tag-list li a:hover
{
    background-color: #333b46;
    color: #fff;
}

/*
=========================================================
Pagination Style
=========================================================
 */

.pagination
{
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

.pagination > li > a,
  .pagination li > span
{
    color: #00bfa5;
}

.pagination .active > a,
  .pagination .active > a:focus,
  .pagination .active > a:hover,
  .pagination .active > span,
  .pagination .active > span:focus,
  .pagination .active > span:hover
{
    background-color: #00bfa5;
    border-color: #00bfa5;
}

/*# sourceMappingURL=style.css.map */
