/*  ==========================================================================

    Table of Contets

    ==========================================================================

    

    1.0 Common Styles

    2.0 Header Section

    3.0 Hero Section

    4.0 About Section

    5.0 Feature Section

    6.0 Video Section

    7.0 Screenshot Section

    8.0 Pricing Section

    9.0 Counter Section

    10.0 Testimonial Section

    11.0 Blog Section

    12.0 Download Section

    13.0 Subscribe Section

    14.0 Footer Section

    15.0 Scrool To Top

    

    ==========================================================================

    Gabbar Portfolio Version 0.1

    ========================================================================== */



	@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');

	

/*  ==========================================================================

    Common Styles

    ========================================================================== */

*{

	padding: 0;

	margin: 0;

}

body{

    background-color: #fff;

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    line-height: 23px;

    color: #333;

    font-weight: 400;

    position: relative;

    overflow-x: hidden;

}

h1, h2, h3, h4, h5, h6{

    font-family: 'Poppins', sans-serif;

    -webkit-font-smoothing:antialiased;

	color: #333;

}

h1{

    font-size: 70px;

    font-weight: 800;

    line-height: 1.2;

    margin: 0 0 10px;

    color: #fff;

    letter-spacing: -0.05em;

}

h2{

    font-size: 40px;

    color: #050505;

    margin: 0 0 10px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -0.04em;

}

h3,h4{

    margin: 0 0 10px;

    font-weight: 700;

    line-height: 1.7;

    color: #050505;

    letter-spacing: -1px;

}

h3{

    font-size: 20px;

}

h4{

    font-size: 16px;

}

h5,h6{

    font-size: 14px;

    margin: 0 0 10px;

}

img{

    border: none;

    outline:none;

    max-width: 100%;

}

ul{

    display: block;

    list-style: none;

    padding: 0;

    margin: 0;

}

p, li, a, span{}

p{

    font-size: 15px;

    margin-bottom: 15px;

}

a, a:hover{

    text-decoration: none;

}

a:focus{

    outline: 0;

    text-decoration: none;

}

input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder{

   color: #ddd !important;

}



input:-moz-placeholder,

textarea:-moz-placeholder{ /* Firefox 18- */

   color: #ddd !important;  

}



input::-moz-placeholder,

textarea::-moz-placeholder{  /* Firefox 19+ */

   color: #ddd !important;  

}



input:-ms-input-placeholder,

textarea:-ms-input-placeholder{  

   color: #ddd !important;  

}

button{

    border: none;

	background: none;

}

/* Helper Class */

.padding{

    padding: 80px 0;

}

.no-padding{

    padding: 0;

}

.padding-15{padding: 15px;}

.padding-20{padding: 20px;}



.bg-white{ background-color: #fff; }

.bg-grey{ background-color: #eef3f9;}

.bg-dark{ background-color: #232323;}

.bd-top{ border-top: 1px solid #eaeaea;}

.bd-bottom{ border-bottom: 1px solid #eaeaea;}



.mb-10{ margin-bottom: 10px; }

.mb-15{ margin-bottom: 15px; }

.mb-20{ margin-bottom: 20px; }

.mb-25{ margin-bottom: 25px; }

.mb-30{ margin-bottom: 30px; }

.mb-35{ margin-bottom: 35px; }

.mb-40{ margin-bottom: 40px; }

.mb-45{ margin-bottom: 45px; }

.mb-50{ margin-bottom: 50px; }

.ml-15{ margin-left: 15px; }

.ml-20{ margin-left: 20px; }

.ml-25{ margin-left: 25px; }

.ml-30{ margin-left: 30px; }

.ml-35{ margin-left: 35px; }

.mt-15{ margin-top: 15px; }

.mt-20{ margin-top: 20px; }

.mt-25{ margin-top: 25px; }

.mt-30{ margin-top: 30px; }

.mt-35{ margin-top: 35px; }

.fz-28{ font-size: 28px; }

.fz-24{ font-size: 24px; }

.fz-22{ font-size: 22px; }

.fz-20{ font-size: 20px; }

.fz-18{ font-size: 18px; }

.fz-16{ font-size: 16px; }

.pd-15{ padding:  15px; }

.text-black{

    color: #333;

}

.text-white{

    color: #ffffff;

}

.align-left{

    text-align: left;

}

.align-right{

    text-align: right;

}

.align-center{

    text-align: center;

}

.fl-right{

    float: right;

}

.fl-left{

    float: left;

}

.display-table{

    width: 100%;

    height: 100%;

    display: table;

}

.table-cell{

    display: table-cell;

    vertical-align: middle;

}



.overlay{

    width: 100%;

    position: relative;

    z-index: 1;

}

.overlay:before{

    content: '';

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

}



/* Preloader Styles */

.loaded .site-preloader-wrap {

    opacity: 0;

    visibility: hidden;

}

.site-preloader-wrap {

    position: fixed;

    z-index: 9999;

    height: 100%;

    width: 100%;

    background: #050505;

    top: 0;left: 0

}



.site-preloader-wrap .spinner {

    background-color: #3dafa3;

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -20px;

    margin-top: -20px;

}



.spinner {

  width: 40px;

  height: 40px;



  border-radius: 100%;  

  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;

  animation: sk-scaleout 1.0s infinite ease-in-out;

}



@-webkit-keyframes sk-scaleout {

  0% { -webkit-transform: scale(0) }

  100% {

    -webkit-transform: scale(1.0);

    opacity: 0;

  }

}



@keyframes sk-scaleout {

  0% { 

    -webkit-transform: scale(0);

    transform: scale(0);

  } 100% {

    -webkit-transform: scale(1.0);

    transform: scale(1.0);

    opacity: 0;

  }

}

/* Button Style */

.btn-group{}

.btn-group a{

    margin: 5px;

}

.default-btn{

    font-family: "Poppins",sans-serif;

    letter-spacing: -0.5px;

    background-color: #3dafa3;

    color: #fff;

    height: 47px;

    line-height: 45px;

    display: inline-block;

    padding: 0 35px;

    border-radius: 0;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 600;

    letter-spacing: 1px;

    position: relative;

    overflow: hidden;

    z-index: 1;

    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);

     -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);

        transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}

.default-btn:before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: #ed305d;

    -webkit-transform-origin: right center;

       -moz-transform-origin: right center;

        -ms-transform-origin: right center;

            transform-origin: right center;

    -webkit-transform: scale(0, 1);

       -moz-transform: scale(0, 1);

        -ms-transform: scale(0, 1);

         -o-transform: scale(0, 1);

            transform: scale(0, 1);

    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

       -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

         -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    z-index: -1;

}

.default-btn:hover{

    color: #fff;

}

.default-btn:hover:before{

    -webkit-transform-origin: left center;

    -moz-transform-origin: left center;

    -ms-transform-origin: left center;

        transform-origin: left center;

    -webkit-transform: scale(1, 1);

       -moz-transform: scale(1, 1);

        -ms-transform: scale(1, 1);

         -o-transform: scale(1, 1);

            transform: scale(1, 1);

}

/*Section Heading*/

.section-heading{}

.section-heading h2{

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    z-index: 1;

    margin: 0;

}

.section-heading h2:before{

    background-color: #3dafa3;

    background-position: center center;

    content: "";

    position: absolute;

    width: 100px;

    height: 10px;

    left: 50%;

    bottom: 6px;

    transform: translateX(-50%);

    display: block;

    z-index: -1;

}

/* Transition Effect */

a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}

/* ==========================================================================

   Header Section

   ========================================================================== */

.header-section{

    background-color: transparent;

    width: 100%;

    height: 80px;

    z-index: 999;

    position: fixed;

    left: 0;

    top: 0;

    padding: 10px 0;

}

.navbar-fixed-top.header-section{

    background-color: #fff;

    -webkit-box-shadow: 0 0.1875rem 0.3125rem 0 rgba(44, 46, 48, 0.1);

    box-shadow: 0 0.1875rem 0.3125rem 0 rgba(44, 46, 48, 0.1);

    height: 70px;

    border-bottom: 0;

    padding: 0;

}

.header-btn{

    background: #ed305d;

    color: #fff;

    line-height: 45px;

    padding: 0 25px;

    font-weight: 700;

    font-size: 12px;

    text-transform: uppercase;

    border-radius: 30px;

    margin-left: 10px;

}

.header-btn:hover{

    opacity: 0.8;

    color: #fff;

}

.navbar-fixed-top .header-btn{

    background: #3dafa3;

    border-radius: 30px;

}

.navbar-fixed-top .header-btn:hover{

    background: #ed305d;

    color: #fff;

}

.navbar-fixed-top{}

.navbar-fixed-top ul.nav > li > a{

    color: #555;

}

.navbar-fixed-top ul.nav > li > a.active{

    color: #333;

}

.navbar-fixed-top ul.nav > li > a:hover,

.navbar-fixed-top ul.nav > li > a:focus,

.navbar-fixed-top ul.nav > li.active > a{

    color: #777;

}

.logo-light,

.navbar-fixed-top .logo-light,

.logo-dark,

.navbar-fixed-top .logo-dark,

.navbar-fixed-top.header-section,

.header-section{

    transition: all 0.3s ease-in-out;

}

.navbar{

    border: medium none;

    -moz-border-radius: 0;

    -webkit-border-radius: 0;

    -ms-border-radius: 0;

    border-radius: 0;

    margin: 0;

    position: relative;

    padding: 0;

}

.navbar-header {

    padding: 17px 0;

}

.navbar-header .brand{

    font-size: 25px;

    color: #333;

    font-family: 'Poppins', sans-serif;

    letter-spacing: -1px;

    font-weight: 600;

	margin-left: 13px;

}



.navbar-brand .logo-dark, .navbar-brand .logo-light{

	width:200px;

}



.logo-dark{

    display: none;

}

.navbar-fixed-top .logo-dark{

    display: block;

}

.navbar-fixed-top .logo-light{

    display: none;

}

.navbar-header .nav-btn{

    padding: 8px;

    border-radius: 1px;

}

.navbar-header .nav-btn .icon-bar{

    background-color: #fff;

    width: 18px;

}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar{

    background-color: #777;

}

.navbar-header .nav-btn:hover,

.navbar-header .nav-btn:focus{

    opacity: 0.8;

}



/* Nav Menu */

#navbar{

    z-index: 999;

    padding: 0 15px;

}

ul.nav{

    display: inline-block;

}

ul.nav > li{

    display: inline-block;

}

ul.nav > li > a{

    color: rgba(255, 255, 255, 0.9);

    font-family: 'Poppins', sans-serif;

    display: inline-block;

    vertical-align: middle;

    padding: 0 15px;

    letter-spacing: 0;

    font-size: 14px;

    font-weight: 600;

    line-height: 70px;

    text-transform: uppercase;

    z-index: 1;

}

ul.nav > li > a:hover,

ul.nav > li > a:focus,

ul.nav > li > a.active{

    background: none;

    color: #fff;

    opacity: 1;

}

.menu-btn{

    margin-left: 10px;

    margin-top: 10px;

}



/*Mobile Menu */

.menu-wrap{

    position: relative;

}

.slicknav_menu {

    background: none;

    padding: 4px 0;

    display:none;

    width: 100%;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 9;

}

.slicknav_nav {

    background-color: #fff;

}

.slicknav_btn{

    background-color: transparent;

    margin: 7px 5px 22px;

}

.slicknav_nav .slicknav_row:hover,

.slicknav_nav .slicknav_row, 

.slicknav_nav a,

.slicknav_nav a:hover{

    -moz-border-radius: 0;

    -webkit-border-radius: 0;

    -o-border-radius: 0;

    border-radius: 0;

}

.slicknav_nav .slicknav_row, 

.slicknav_nav a {

    padding: 10px 15px;

    margin: 0;

    color: #777;

}

.slicknav_nav a .caret{

    display: none;

}

.slicknav_nav ul{

    margin: 0;

}

.slicknav_nav ul li a{

    padding-left: 30px;

    font-size: 12px;

}

.slicknav_nav .slicknav_row:hover,

.slicknav_nav a:hover{

    background-color: transparent;

    color: #333;

}



/* ==========================================================================

   Hero Section

   ========================================================================== */

.hero-section{

    background-color: #3dafa3;

    height: 750px;

    position: relative;

}

.hero-section:before{

    background-image: url(../img/bg-shape.png);

    background-repeat: no-repeat;

    background-position: top center;

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

.hero-content{}

.hero-content h1,

.hero-content p{

    margin-bottom: 20px;

}

.hero-content .default-btn{

    background-color: #050505;

    border-radius: 0;

}

.hero-content .default-btn:before{

    background-color: #3dafa3;

}



/* ==========================================================================

   Promo Section

   ========================================================================== */

.promo-section{}

.promo-content{

    padding: 40px 15px;

    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);

    box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);

    -webkit-transition: all 0.3s linear;

}

.promo-content img{

    margin-bottom: 10px;

    max-width: 100%;

}

.promo-content.center{

    background-color: #3dafa3;

}

.promo-content.center h3,

.promo-content.center p{

    color: #fff;

}



/* ==========================================================================

   About Section

   ========================================================================== */

.about-section{

    background-color: #3dafa3;

    position: relative;

    overflow: hidden;

    z-index: 1;

}

.about-section .container-fluid{

    padding: 0;

}

.about-content-left{

    background-color: #ed305d;

    display: block;

    height: 100%;

    position: relative;

    z-index: 1;

}

.about-img{

    background-image: url(../img/about.png);

    background-repeat: no-repeat;

    background-position: top center;

    position: absolute;

    width: 573px;

    height: 907px;

    right: -140px;

    top: 0;

    z-index: -1;

}

.about-content-left h2{

    color: #fff;

    font-size: 80px;

    transform: rotate(-90deg);

    display: block;

    text-transform: uppercase;

    margin: 0 0 0 -90px;

}

.about-content-right{

    padding: 200px 90px;

}

.about-content-right h2{

    color: #fff;

    margin-bottom: 30px;

}

.about-content-right p{

    margin-bottom: 30px;

}

.about-content-right .default-btn{

    background-color: #050505;

    border-radius: 0;

}

.about-content-right .default-btn:before{

    background-color: #3dafa3;

}



/* ==========================================================================

   Service Section

   ========================================================================== */

.service-section{}

.service-box{

    padding: 40px;

    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);

    box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);

    -webkit-transition: all 0.3s linear;

}

.service-box img{

    margin-bottom: 10px;

}

.service-box h3{}

.service-box:hover{

    background-color: #3dafa3;

}

.service-box:hover h3,

.service-box:hover p{

    color: #fff;

}

.service-box .read-more{

    color: #ed305d;

    text-transform: uppercase;

    font-weight: 600;

}

.service-box .read-more:hover{

    text-decoration: underline;

}



/* ==========================================================================

    Portfolio Section

   ========================================================================== */

.portfolio-section{}

.portfolio-wrapper{}

.portfolio-box{

    position: relative;

    overflow: hidden;

}

.portfolio-box img{

    width: 100%;

}

.portfolio-box:hover .portfolio-inner{

    visibility: visible;

    opacity: 1;

}

.portfolio-box:hover img{

    transform: scale(1.1);

    transition: all 0.2s ease-in-out;

}

.portfolio-inner{

    background-color: rgba(101,191,4,0.9);

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    opacity: 0;

    visibility: hidden;

    transition: all 0.2s ease-in-out;

}

.portfolio-content h3{

    margin-bottom: 3px;

    transform: translateY(-10px);

    transition: all 0.3s ease-in-out;

    transition-delay: 0.3s;

    visibility: hidden;

    opacity: 0;

}

.portfolio-content h3 a{

    font-size: 24px;

    font-weight: 700;

    color: #fff;

    margin-bottom: 0;

}

.portfolio-content span{

    font-weight: 600;

    color: #fff;

    font-style: italic;

    display: block;

    transform: translateY(10px);

    transition: all 0.3s ease-in-out;

    transition-delay: 0.3s;

    visibility: hidden;

    opacity: 0;

}

.portfolio-box:hover .portfolio-content h3,

.portfolio-box:hover .portfolio-content span{

    transform: translateY(0);

    visibility: visible;

    opacity: 1;

}



/*Portfolio Filter*/

.portfolio-filter{

    width: 100%;

}

.portfolio-filter li{

    display: inline-block;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    margin: 8px;

    cursor: pointer;

}

.portfolio-filter li.active{

    color: #111;

    cursor: pointer;

    position: relative;

    z-index: 1;

}

.portfolio-filter li.active:before{

    background-color: #3dafa3;

    background-position: center center;

    content: "";

    position: absolute;

    width: 100%;

    height: 5px;

    left: 0;

    top: 13px;

    display: block;

    z-index: -1;

}



/* ==========================================================================

   CTA Section

   ========================================================================== */

.cta-section{

    background-color: #3dafa3;

    padding: 120px 0;

    position: relative;

    overflow: hidden;

}

.cta-section:before{

    background-image: url(../img/cta-bg.png);

    background-repeat: no-repeat;

    background-position: top center;

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

.cta-content{}

.cta-content h2{

    color: #fff;

    margin-bottom: 30px;

}

.cta-content .default-btn{

    background: #ed305d;

}

.cta-content .default-btn:before{

    background-color: #050505;

}



/* ==========================================================================

   Testimonial Section

   ========================================================================== */

.testimonial-section{

    padding: 120px 0;

    position: relative;

}

.testimonial-section:before{

    background-image: url(../img/color-shape.png);

    background-repeat: no-repeat;

    background-position: top left;

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

.testi-item{}

.testi-item i{

    color: #3dafa3;

    font-size: 70px;

    margin-bottom: 15px;

}

.testi-item p{

    font-size: 20px;

    font-style: italic;

    line-height: 30px;

}

.testi-item h4{

    color: #050505;

    display: block;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: -1px;

}

.testi-item h4 span{

    font-family: "Poppins",sans-serif;

    display: block;

    font-size: 14px;

    color: #ed305d;

    font-weight: 700;

}



/* Dots */

.testimonial-carousel .owl-dots{

    display: block;

    text-align: center;

    margin-top: 20px;

}

.testimonial-carousel .owl-dots .owl-dot{

    background-color: #050505;

    display: inline-block;

    width: 10px;

    height: 10px;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

    margin: 0 3px;

    -webkit-transform: scale(0.6);

    transform: scale(0.6);

    transition: all 0.5s ease-in-out;

}

.testimonial-carousel .owl-dots .owl-dot.active{

    -webkit-transform: scale(1);

    transform: scale(1);

    transition: all 0.5s ease-in-out;

    background-color: #3dafa3;

    transition: all 0.5s ease-in-out;

}



/* ==========================================================================

   Blog Section

   ========================================================================== */

.blog-section{}

.blog-box{}

.blog-thumb{

    position: relative;

}

.blog-thumb img{

    width: 100%;

}

.blog-content{

    padding: 40px 15px;

    padding-bottom: 0;

}

.blog-content a{

    font-size: 20px;

    font-weight: 600;

    color: #555;

    line-height: 24px;

    display: block;

    margin-bottom: 10px;

}

.blog-content a:hover{

    color: #3dafa3;

}

.post-meta{

    text-align: center;

    position: absolute;

    left: 0;

    bottom: -20px;

    width: 100%;

    height: auto;

}

.post-meta div{

    background-color: #3dafa3;

    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);

    padding: 10px 15px;

    display: inline-block;

}

.post-meta span{

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    color: #fff;

}

.post-meta span:not(:last-of-type){ margin-right: 10px; }

.post-meta i{

    color: #fff;

    margin-right: 5px;

}

.blog-post{}

.blog-content .read-more{

    background-color: #ed305d;

    font-size: 10px;

    font-weight: 600;

    text-transform: uppercase;

    color: #fff;

    text-align: center;

    padding: 5px 20px;

    border-radius: 30px;

    display: inline-block;

    transition: all 0.2s ease-in-out;

    margin: 0;

}

.blog-content .read-more:hover{

    background-color: #3dafa3;

    color: #fff;

    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);

    -webkit-transform: translateY(1.1);

    transition: all 0.2s ease-in-out;

}

.blog-content p{

    font-size: 14px;

}



/* ==========================================================================

   11.0 Blog Single

   ========================================================================== */

.page-header{

    background-color: #3dafa3;

    height: 450px;

    position: relative;

    z-index: 1;

    padding-top: 60px;

}

.page-header:before{

    background-image: url(../img/bg-shape.png);

    background-repeat: no-repeat;

    background-position: top center;

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    z-index: -1;

}

.page-header-content h1{ font-size: 60px; }

.breadcrumb-wrap{ display: inline-block; }

.breadcrumb-wrap .breadcrumb{

    background-color: transparent;

    margin-bottom: 0;

}

.breadcrumb-wrap .breadcrumb li{

    color: rgba(255,255,255,0.9);

}

.breadcrumb-wrap .breadcrumb li:before{

   color: rgba(255,255,255,0.5);

}

.breadcrumb-wrap .breadcrumb li a{

    color: #fff;

}

.breadcrumb-wrap .breadcrumb li a:hover{

    color: #ed305d;

}



/* Main Content */

.main-content{}

.main-content h3{

    margin-bottom: 25px;

}

.main-content p{

    margin-bottom: 25px;

}

.main-content ul{

    list-style: inside;

    margin: 0 0 25px;

}



/* Post Head */

.post-head{

    padding: 20px 0;

    margin-bottom: 40px;

    border-bottom: 1px solid rgba(17,17,17,0.04);

}

.post-head h2{

    font-size: 34px;

    line-height: 1.1;

}

.post-head .single-post-meta{

    margin: 20px 0 0;

}

.post-head .single-post-meta li{

    display: inline-block;

    margin-right: 15px;

}

.post-head .single-post-meta li i.fa{

    width: 35px;

    height: 35px;

    line-height: 33px;

    margin-right: 13px;

}

.post-head .single-post-meta li i.fa:after,

.post-head .single-post-meta li i.fa{

    background-color: #3dafa3!important;

    color: #fff!important;

    border-color: #3dafa3;

}

.post-head .single-post-meta li a{

    color: #444;

}

.post-head .single-post-meta li a:hover{

    color: #3dafa3;

}



/* Blockquote */

.main-content blockquote {

  background-color: #3dafa3;

  color: #fff;

  padding: 120px 45px 65px;

  margin-bottom: 25px;

  border: 0;

  position: relative;

}

.main-content blockquote:before {

  content: "";

  background: url("../img/quote.png") center center/auto no-repeat local;

  width: 46px;

  height: 45px;

  position: absolute;

  left: 45px;

  top: 40px;

}

.main-content blockquote .quoter {

  display: block;

  margin-top: 15px;

}



/* Single Footer */

.single-footer{

    margin-top: 70px;

    padding: 20px;

    border: 1px solid rgba(17,17,17,0.04);

}

.post-head .single-post-meta li .fa,

.single-footer .fa{

    width: 40px;

    height: 40px;

    line-height: 40px;

    display: inline-block;

    text-align: center;

    border: 1px solid rgba(17,17,17,0.04);

    margin-right: 20px;

    font-size: 13px;

    color: #444;

    position: relative;

    transition: all 0.3s ease-in-out;

}

.post-head .single-post-meta li .fa:after,

.single-footer .fa:after{

    background-color: #fff;

    content: "";

    display: block;

    width: 10px;

    height: 10px;

    transform: rotate(45deg) translateY(-50%);

    position: absolute;

    right: -2px;

    top: 50%;

    border-right: 1px solid rgba(17,17,17,0.04);

    border-top: 1px solid rgba(17,17,17,0.04);

    transition: all 0.3s ease-in-out;

}

.single-footer ul{

    margin: 0;

    padding: 0;

    list-style: none;

    display: inline-block;

}

.single-footer ul li{

    display: inline-block;

    margin-right: 15px;

}

.single-footer ul li a{

    padding: 10px 15px;

    background-color: rgba(0,0,0,0.05);

    color: #666;

    font-size: 12px;

    border-radius: 3px;

}

.single-footer ul li a:hover{

    background-color: #3dafa3;

    color: #fff;

}

.single-footer:hover .fa,

.single-footer:hover .fa:after{

    background-color: #3dafa3;

    border-color: #3dafa3;

    color: #fff;

}



/* Author Box */

.author-box{

    border: 1px solid rgba(17,17,17,0.04);

    padding: 20px;

    position: relative;

    padding-left: 120px;

    margin-top: 70px;

}

.author-box .author-thumb{

    width: 80px;

    height: 80px;

    position: absolute;

    left: 20px;

    top: 20px;

}

.author-box h4{

    font-size: 18px;

    margin: 0 0 10px;

}

.author-box h4 a{

    color: #444;

}

.author-box h4 a:hover{

    opacity: 0.9;

}

.author-box ul{

    margin: 0;

}

.author-box ul li{

    display: inline-block;

    margin-right: 15px;

}

.author-box ul li a{

    display: inline-block;

    font-size: 14px;

    color: #444;

}

.author-box ul li a:hover{

    opacity: 0.9;

}



/* Post Navigation */

.post-navigation {

    border: 1px solid rgba(17,17,17,0.04);

    margin-top: 70px;

    margin-left: 0;

    margin-right: 0;

}

.post-navigation .col{

    padding: 20px;

}

.post-navigation .col:not(:last-of-type){

    border-right: 1px solid rgba(17,17,17,0.04);

}

.post-navigation .col a{

    color: #666;

    font-size: 18px;

    letter-spacing: -1px;

    font-weight: 600;

}

.post-navigation .col .fa{

    width: 40px;

    height: 40px;

    line-height: 40px;

    display: inline-block;

    font-size: 14px;

    text-align: center;

    border-radius: 50%;

    border: 1px solid rgba(17,17,17,0.04);

    transition: border 0.2s ease-in-out;

}

.post-navigation .col a:hover{

    color: #3dafa3;

}

.post-navigation .col a:hover .fa{

    border-color: #3dafa3;

}

.post-navigation .col.prev-post .fa{

    margin-right: 10px;

}

.post-navigation .col.next-post .fa{

    margin-left: 10px;

}



/* Comments */

.main-content .comments-area {

  margin-top: 70px;

}



.main-content .comments-area .comments {

  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.03);

  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.03);

  border-bottom: 0;

}

.main-content .comments-area li > div {

  border-bottom: 1px solid rgba(17,17,17,0.05);

  padding: 35px;

}

.main-content .comments-area ol {

  list-style-type: none;

  padding-left: 0;

}

.main-content .comments-area ol ul {

  padding-left: 30px;

  list-style-type: none;

  margin: 0;

}

.main-content .comments-area ol > li:last-child div {

  border-bottom: 0;

}

.main-content .comments-area .comments-title {

  font-size: 22px;

  font-weight: 600;

  margin: 0 0 1.5em;

}

.main-content .comments-area li > div {

  position: relative;

}

.main-content .comments-area .comment-thumb {

  position: absolute;

  left: 35px;

}

.main-content .comments-area .comment-thumb .comment-img{

    width: 80px;

    height: 80px;

}

.main-content .comments-area .comment-main-area {

  padding-left: 100px;

}

.main-content .comments-area .comment-main-area p {

  margin-bottom: 20px;

}

.main-content .comments-area .comments-meta h4 {

  font-family: "Poppins", sans-serif;

  font-size: 18px;

  color: #444;

  font-weight: bold;

  margin: 0 0 1em;

}

.main-content .comments-area .comments-meta h4 span {

  font-family: "Poppins", sans-serif;

  font-weight: normal;

  color: #999;

  text-transform: none;

  display: inline-block;

  font-size: 16px;

}

.main-content .comments-area .comment-reply-link {

  background: #3dafa3;

  font-size: 14px;

  font-weight: 600;

  color: #fff;

  display: inline-block;

  padding: 4px 14px;

  display: inline-block;

  border-radius: 3px;

}

.main-content .comments-area .comment-reply-link:hover {

  opacity: 0.9;

}

.main-content .comment-respond {

  margin-top: 70px;

}

.main-content .comment-respond .comment-reply-title {

  font-size: 22px;

  margin: 0 0 1.5em;

}

.main-content .comment-respond form input,

.main-content .comment-respond form textarea {

  background-color: rgba(238, 243, 249,0.3);

  width: 100%;

  height: 50px;

  border: 1px solid rgb(238, 243, 249);

  padding: 6px 15px;

  margin-bottom: 15px;

  outline: 0;

  -webkit-box-shadow: none;

  box-shadow: none;

  transition: all 0.3s;

}

.main-content .comment-respond form input:focus,

.main-content .comment-respond form textarea:focus {

    background-color: rgba(238, 243, 249,0.4);

  -webkit-box-shadow: none;

  box-shadow: none;

  border-color: rgba(237, 48, 93,1);

}

.main-content .comment-respond form textarea {

  height: 220px;

  padding: 15px;

}

.main-content .comment-respond .form-inputs {

  overflow: hidden;

}

.main-content .comment-respond .form-inputs > input:nth-child(2) {

  width: 49%;

  float: left;

}

.main-content .comment-respond .form-inputs > input:nth-child(3) {

  width: 49%;

  float: right;

}

.main-content .comment-respond .form-submit input {

  max-width: 180px;

  background-color: #3dafa3;

  color: #fff;

  font-weight: bold;

  margin-bottom: 0;

  border: 0;

  outline: 0;

  cursor: pointer;

  border-radius: 3px;

}

.main-content .comment-respond .form-submit input:hover {

  opacity: 0.9;

}



/* Sidebar */

.sidebar-wrap{}

.sidebar-item{

    display: block;

}

.sidebar-item:not(:last-of-type){

    margin-bottom: 40px;

}

.sidebar-item h3{

    margin-bottom: 20px;

}

.sidebar-item ul{}

.sidebar-item ul li{

    display: block;

}

.sidebar-item ul li:not(:last-of-type){

    margin-bottom: 8px;

}

.sidebar-item ul li a{

    color: #666;

    font-size: 14px;

}

.sidebar-item ul li a span{

    float: right;

    transition: transform 0.2s ease-in-out;

}

.sidebar-item ul li a:hover{

    color: #3dafa3;

}

.sidebar-item ul li a:hover span{

    transform: scale(1.1);

}



/*Search Bar*/

.search {

  width: 100%;

  position: relative;

}

.searchTerm {

    width: 100%;

    border: none;

    padding: 5px 10px;

    height: 50px;

    border-radius: 3px;

    outline: none;

    color: #555;

    display: block;

    background-color: rgba(0,0,0,0.05);

    padding-right: 80px;

}

.searchTerm:focus {

  color: #555;

}

.searchButton {

    position: absolute;

    right: 0;

    width: 70px;

    height: 50px;

    border: none;

    background: #3dafa3;

    text-align: center;

    color: #fff;

    border-radius: 0 3px 3px 0px;

    cursor: pointer;

    font-size: 16px;

    top: 0;

}



/* Latest Posts */

.latest-posts{}

.latest-post{

    display: block;

    min-height: 80px;

}

.latest-post:not(:last-of-type){

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(17,17,17,0.05); 

}

.latest-post a{

    display: block;

    position: relative;

    padding-left: 120px;

}

.latest-post a img{

    width: 100px;

    position: absolute;

    left: 0;

    top: 0;

}

.latest-post a h4{

    font-size: 16px;

    line-height: 18px;

    transition: all 0.2s ease-in-out;

}

.latest-post a:hover h4{

    color: #3dafa3;

}

.latest-post a .post-date{

    color: #999;

}



/* Tags */

.sidebar-item .tags{}

.sidebar-item .tags li{

    display: inline-block;

    margin: 0 4px 4px 0;

}

.sidebar-item .tags li a{

    background-color: rgba(0,0,0,0.05);

    display: inline-block;

    padding: 4px 10px;

    border-radius: 3px;

}

.sidebar-item .tags li a:hover{

    background-color: #3dafa3;

    color: #fff;

}



/* ==========================================================================

   11.0 Contact Section

   ========================================================================== */

.contact-section{

    background-color: #3dafa3;

    position: relative;

    z-index: 1;

}

.contact-section:before{

    background-image: url(../img/cta-bg.png);

    background-repeat: no-repeat;

    background-position: bottom center;

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

.contact-wrap{

    background-color: #eef3f9;

    padding: 80px 50px;

    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);

    margin-top: 110px;

    border-radius: 5px;

    position: relative;

}

.contact-wrap:before{

    background-image: url(../img/color-shape.png);

    background-repeat: no-repeat;

    background-position: top left;

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

.contact-form h2,

.contact-info h2{

    text-transform: uppercase;

}

.contact-info p{

    font-size: 14px;

}

.contact-info ul li{

    line-height: 40px;

    display: flex;

    align-items: center;

}

.contact-info ul li i{

    margin-right: 10px;

    color: #3dafa3;

    font-size: 20px;

}

.contact-info ul li{

    font-family: "Poppins",sans-serif;

    font-weight: 600;

    font-size: 14px;

}



/*Contact Form*/

.contact-form p{

    font-size: 14px;

}

.contact-form .form-control{

    border: 1px solid #ddd;

    border-radius: 0;

    height: 45px;

    background-color: #eef3f9;

}

.contact-form .form-control.message{

    height: 150px;

}

.contact-form .form-control:focus{

    outline: none;

    box-shadow: none;

    border: 1px solid #3dafa3;

}

.contact-form .default-btn{ cursor: pointer; }

#form-messages{

    display: none;

}

#form-messages.alert-danger,

#form-messages.alert-success{

    display: block;

}



/*Google Map*/

#google_map{

    width: 100%;

    height: 350px;

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

}



/* ==========================================================================

   Footer Section

   ========================================================================== */

.footer-section{

    background-color: #ed305d;

    display: block;

    color: #fff;

    text-align: center;

    padding: 30px 0;

}

.footer-section p{

    text-transform: uppercase;

    font-size: 12px;

    margin: 0;

}



/* ==========================================================================

   Footer Widgets

   ========================================================================== */

.widget-item{

    font-size: 13px;

}

.widget-item h3{

    margin-bottom: 20px;

}

.widget-item ul{}

.widget-item ul li{}

.widget-item ul li:not(:last-of-type){

    margin-bottom: 7px;`

}

.widget-item ul li a{

    color: #333;

    font-size: 13px;

}

.widget-item ul li a:hover{

    opacity: 0.9;

}

.footer-branding{

    display: block;

    margin-bottom: 15px;

}

.footer-social{

    list-style: none;

    margin: 0;

    padding: 0;

}

.footer-social li{

    display: inline-block;

    margin-right: 15px;

    margin-bottom: 0!important;

}

.footer-social li a{

    display: inline-block;

    color: #333!important;

    font-size: 16px!important;

}

.footer-social li a:hover{

    opacity: 0.9;

}



/*Subscribe Form*/

.subscribe-wrap{}

.subscribe-form{

    display: block;

    width: 100%;

    position: relative;

}

.subscribe-form .form-input{

    background-color: #f1f5f9;

    display: block;

    color: #777;

    font-size: 14px;

    line-height: 60px;

    padding: 0 25px;

    padding-right: 100px;

    float: left;

    width: 100%;

    outline: none;

    border: none;

    border: none;

    border-radius: 0;

    box-shadow: 0 0.1875rem 0.3125rem 0 rgba(44, 46, 48, 0.1);

}

.subscribe-form .submit{

    position: absolute;

    background: #3dafa3;

    font-size: 12px;

    font-weight: 600;

    color: #fff;

    text-transform: uppercase;

    right: 0;

    top: 0;

    height: 60px;

    width: 95px;

    box-shadow: 0 0.1875rem 0.3125rem 0 rgba(44, 46, 48, 0.1);

    

}

.subscribe-form .submit:hover{

    opacity: 0.8;

    cursor: pointer;

    color: #fff;

}

#subscribe-result{

    display: none;

    margin-top: 15px;

    padding: 10px;

    border: 1px solid #111;

}

#subscribe-result.subs-result{

    display: block;

}

.subscription-success,

.subscription-error{

    color: #fff;

}



/* ==========================================================================

   Scroll To Top

   ========================================================================== */

#scroll-to-top{

    background-color: #ed305d;

    display: none;

    width: 45px;

    height: 45px;

    text-align: center;

    font-size: 14px;

    border-radius: 50%;

    line-height: 45px;

    color: #fff;

    position: fixed;

    bottom: 20px;

    right: 20px;

    z-index: 999;

}

#scroll-to-top:hover{

    background-color: #282828;

    color: #fff;

}

