/*------------------------------------------------------------------
[Main Stylesheet]

Author: Gesign_Gapahma
Version:    1.0
Template:   Sedmy Landing page Template
-------------------------------------------------------------------*/

/*------------------------------------------------------
Table of content
--------------------------------------------------------
1.General Styles
2.Preloader page
3.Navigation
4.Hero
5.About
6.Features
7.Pricing  
8.Team
9.Blog
10.Testimonials
11.Footer
12.Single post 

 
/*----------------------------------------
General Styles
----------------------------------------*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    color: #88889b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Lato', sans-serif;
   margin-bottom: 10px;
   line-height: 24px;
   font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: block;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #1968e0;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-weight: 400;
}

hr.hr {
    margin: 50px 0;
    opacity: 0.75;
}

.row-centered {
    text-align: center;
    position: relative;
    width: 100%;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
}

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

.color-black {
    color: #222;
}

.warpper {
    width: 100%;
    height: 100%;
}

.bg-color {
    background-color: #f9f9f9;
}

 

.bg-color-2 {
    background-color: #f17187;
}
.bg-color-3 {
    background-color: #5966d6;
}



/*-------margins padding--------*/

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-tp-40 {
    margin-top: 40px;
}

.mg-tp-80 {
    margin-top: 80px;
}

.mg-bt-0 {
    margin-bottom: 0 !important;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-bt-40 {
    margin-bottom: 40px;
}

.mg-bt-60 {
    margin-bottom: 60px;
}

.mg-tp-60 {
    margin-top: 60px;
}
.pd-bt-20 {
    padding-bottom: 20px;
}
.pd-bt-40 {
    padding-bottom: 40px;
}

.pd-bt-60 {
    padding-bottom: 60px;
}

.pd-bt-80 {
    padding-bottom: 80px;
}

.pd-bt-100 {
    padding-bottom: 100px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-tp-50 {
    padding-top: 50px;
}

.pd-tp-40 {
    padding-top: 40px;
}

.pd-tp-60 {
    padding-top: 60px;
}

.pd-tp-80 {
    padding-top: 80px;
}
.padd-30 {
    padding-top: 30px;
    padding-bottom:30px;
}

.padd-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padd-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padd-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

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

.padd-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padd-bt-0 {
    padding-bottom: 0 !important;
}

.pd-lf-0 {
    padding-left: 0 !important;
}

.pd-rg-0 {
    padding-right: 0 !important;
}

.padd-title {
    padding-top: 150px;
     padding-bottom: 40px;
}
.mag-bt-0{
    margin-bottom: 0!important;
}

/*----------------------------------------
Buttons
----------------------------------------*/

.btn {
    border-radius: 0;
    padding: 12px 25px;
}


.btn-blue {
    color: #fff !important;
    background-color: #f17187;
    border: none;
    font-size: 15px;
    line-height: 25px;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 8px 25px !important;
}

.btn-white {
    color: #f17187!important;
    background-color: #fff;
    line-height: 25px;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 8px 35px !important;
}

.btn-blue-1{
 background-color: #5966d6;
 color: #fff !important;
}

.z-index{
    z-index: 99;
}
/*----------------------------------------
Preloader page
----------------------------------------*/

#bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#bg svg {
    width: 100%;
    height: auto;
}
#loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
}

#loading-center-page {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.loader {
   width: 20px;
   height: 20px;
   border-radius: 50%;
   box-shadow: 0 40px 0 #4B456F;
   position: relative;
   animation: loader 0.8s ease-in-out alternate infinite;
   animation-delay: 0.32s;
   top: 50%;
   margin: -50px auto 0;
}
.loader::after, .loader::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 40px 0 #4B456F;
    animation: loader 0.8s ease-in-out alternate infinite; }
    .loader::before {
        left: -30px;
        animation-delay: 0.48s; }
        .loader::after {
            right: -30px;
            animation-delay: 0.16s; }

            @keyframes loader {
              0% {
                box-shadow: 0 40px 0 #4B456F; }
                100% {
                    box-shadow: 0 20px 0 #4B456F; } }

/*----------------------------------------
Navigation
----------------------------------------*/

.navbar-header {
    z-index: 999;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img{
 width: 30px;
 margin-right: 10px;
 float: left;
}
.navbar-brand span{
    color:#3b455a;
    font-weight: 600;
    font-size: 20px;    
}
.navbar-header .navbar {
    padding: 0;
}

.navbar-header .navbar.sticky li a,
.navbar-header .navbar.sticky .search-box-btn {
    color: #3b455a;
}

.navbar-header .navbar.sticky {
    background-color: #fff;
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
}

.navbar-header .navbar-nav li a {
    color: #3b455a;
    font-size: 15px;
    padding: 15px 12px !important;
    font-weight: 500;
    line-height: 50px;
}

.navbar-header .navbar-nav li a:hover,
.navbar-header .navbar-nav li a:focus {
    color: #f17187;
}

.navbar-header .connect-block {
    margin-left: 30px;
    margin-top: 15px;
}

.navbar-header .navbar-nav li a.btn-blue {
    line-height: 25px;
    text-transform: uppercase;
    background-color: #5966d6;
    padding: 8px 15px !important;
}

/*----------------------------------------
Hero
----------------------------------------*/

.image-hero {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}


.hero {
   padding-bottom: 80px;
    position: relative;
}

.hero-padd {
    padding-top: 150px;
}

.hero-text {
    margin-top: 40px;
}

.hero-text h2 {
    font-size: 55px;
    color: #3b455a;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: 600;
}
.hero-text h2  span{display: inline-block;background-color: #5966d6;color: #fff;border-radius: 8px;padding: 2px 20px;font-size: 40px;line-height: 50px;}
.hero-text p {
    color: #7a7a7a;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
.play-btn img{
    width: 40px;
    float: left;
    margin-right: 10px;
}
a.play-btn{
   color: #3b455a;
   line-height: 38px;
   font-size: 16px;
}
.slide-home .slick-arrow{
   z-index: 99;
   background-color: transparent;
   border: none;
   font-size: 45px;
   position: absolute;
   top: 50%;
   outline: none;
   color: #3b455a;
   cursor: pointer;
}
.slide-home .slick-arrow:hover{
    color:#f17187;
}
.slide-home .slick-arrow.slick-next{
    right: 15px;
}
.slide-home .slick-arrow.slick-left{
    left: 15px;
}
.client-slider img{
  -webkit-filter: grayscale(100%);  
  filter: grayscale(100%);
  opacity: 0.80;
}
.client-slider img:hover{
  -webkit-filter: none;  
  filter: none;
  opacity: 1;
}
/*----------------------------------------
About
----------------------------------------*/

.small-text {
    color: #5966d6;
    font-size: 14px;   
}
.title-h2 {
 font-size: 41px;
 color: #4B456F;
 line-height: 52px;
 font-weight: 600;
}

p.font-p {
    color: #88889b;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
}

.icon-block .icon{
    padding-left: 15px;
    padding-bottom: 15px;
} 
.icon-block i{
    font-size: 35px;
}
.icon-block.color1-block i{
   color: #5966d6;   
}
.icon-block.color2-block i{
   color: #f17187;   
}
.icon-block.color3-block i{
   color: #3b455a;   
}
.icon-block.color3-block{
    margin-bottom: 0;  
}
.icon-block h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: rgba(87, 81, 124, 0.7);

}

.icon-info {
    overflow: hidden;
    padding-left: 15px;
}

img.img-width {
    width:455px;
    margin: 0 auto;
}

.icon-block {
    display: inline-block;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 35px;
    border-radius: 8px;
}
.icon-block.color2-block{
    position: relative;
    top:50px;
    right: -30px;
}

.padd-text{
    padding-top: 100px;
}
.service-block{
    padding-left: 60px;
    margin-bottom: 35px;
}
.service-block p{
    margin-bottom: 0;
}
.service-block .icon-service {
    display: inline-block;
    width: 65px;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;    
}
.service-block .icon-service i{
  font-size: 26px;
  color: #fff;
  line-height: 60px;  
}
.icon-1{
    background-color: #84b4fe;
}
.icon-2{background-color: #f17187;}
.icon-3{background-color: #5a5773;}
.icon-4{background-color: #8385e6;}
.icon-5{background-color: #2ec5b6;}
.icon-6{background-color: #2d6ad0;}
.service-block h3{
 font-size: 18px;
 font-weight: 600;
 color: #4B456F
}
.nav-tabs.tab-element{
    border-bottom:none;
}
.nav-tabs.tab-element .link-tab{
    width: 100%;
    margin-bottom: 20px;
}
.nav-tabs.tab-element .link-tab:last-child{
margin-bottom: 0;
}
.nav-tabs.tab-element .link-tab a.active{
    background-color: #f17187;
    color:#fff;
    margin: 12px 0 12px 20px;
}
.nav-tabs.tab-element .link-tab a.active p{
  color:#fff;  
}
.nav-tabs.tab-element .link-tab a{
   background-color: white;
   color: rgba(87, 81, 124, 1);
   -webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
   box-shadow: 0px 20px 35px 0px rgba(12, 0, 46, 0.05);
   border: 0px;
   display: block;
   border-radius: 8px;
   padding: 25px 50px;
   transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
}
.nav-tabs.tab-element .link-tab h4{
  -webkit-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}
.nav-tabs.tab-element .link-tab  p{
 margin-bottom: 0px;
 font-size: 15px;
 line-height: 22px;
 font-weight: 300;
 color: #88889b;
 -webkit-transition: color 0.5s ease 0s;
 -o-transition: color 0.5s ease 0s;
 transition: color 0.5s ease 0s;
}
.tab-content.content-element .tab_img {
    position: relative;
    text-align: center;
}
.tab-content.content-element .tab_img img{
    width: 520px;
    margin: 0 auto;
}
/*----------------------------------------
Features
----------------------------------------*/

.input-icon{
    position: relative;
}
.input-icon button{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 55px;
    border-radius: 8px;    
}
.form-quote .form-group{
    margin-bottom:0
}
.form-quote .input-icon span {
    position: absolute;
    top: 25px;
    left: 12px;
    color: #959595;
}

.form-quote .form-control {
    padding: 12px 30px;
    border-radius: 8px;
    height: 65px;
    border: none;
}

.form-quote .border-left .form-control {
    border-left: none;
}

.form-quote .form-control::placeholder {
    color: #959595;
}

.quote-bloc h3 {
    font-size: 32px;
    line-height: 32px;
    color:#fff;
    font-weight: 700;
}

.quote-bloc p {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 26px;
}

.center-quote-bloc  p{
    margin-bottom: 30px;
}
.quote-bloc form {
    margin-top: 40px;
}
.quote-bloc  .btn-white{
    color:#5966d6!important;
}
.tabs-content {
    margin-top: 50px;
    position: relative;
    text-align: center;
}
.tab-content h3{
   margin-bottom: 30px;
   color: #4B456F;  
}
.tabs-content .nav-tabs {
    /* background-color: #ebf5ff; */
    border-radius: 0;
    border-bottom: 1px solid #eee;
    /* border-bottom: none; */
    display: block;
    padding: 0 80px;
    position: relative;
    text-align: center;
}

.tabs-content .nav-tabs .nav-item.show .nav-link,
.tabs-content .nav-tabs .nav-link.active {
    border-bottom: 4px solid #f17187;
    background-color: transparent;
    color: #f17187 !important;
    border-radius: 0;
}

.tabs-content .nav-tabs .nav-item a {
    color: #4B456F;
    border-bottom: 4px solid transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding: 12px 15px;
}

.tabs-content .nav-tabs .nav-item a:hover,
.tabs-content .nav-tabs .nav-item a:focus {
    background-color: transparent;
    color: #f17187!important;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #f17187;
}

.tabs-content .nav-tabs .nav-item {
    display: inline-block;

}


.bloc-icon img {
    width: 380px;
    height: auto;
}

.bloc-icon h3 {
    font-size: 20px;
    color: #4B456F;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

.bloc-icon a {
    color: #84b4fe;
    font-size: 16px;
    font-weight: 600;
}
.list-p {
    margin-bottom: 25px;
}
.list-p li {
    position: relative;
    padding-left: 25px;
    color: #88889b;
    margin-bottom: 5px;
    font-weight: 400;
}
.list-p li:before {
    font-family: 'ElegantIcons';
    content: "\52";
    position: absolute;
    left: -5px;
    top: 0px;
    color: #5966d6;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

/*----------------------------------------
Features app
----------------------------------------*/

.bg-image1 {
 background-image: url(../images/image1.jpg);
 position: relative;
 background-size: cover;
 background-position: center 0%;   
 position: relative;
}
.bg-image1:before{
 background-color: rgba(59, 69, 90, 0.75);
 width: 100%;
 height: 100%;
 position: absolute;
 content: '';
 top:0;
 left:0;
 z-index: 9;
}
.title-h3 {
    font-size: 18px;
    font-weight: 600;
}

.number-bloc {
    position: relative;
    text-align: center;
}

.number-bloc span {
    font-size: 65px;
    color: #fff;
    line-height: 75px;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
}

.number-bloc p {
    color:#fff;
    margin-bottom: 0;
    font-size: 18px;
}
 
.bg-image-left {
    position: relative;
}
.bg-image-left {
   background-image: url(../images/image2.jpg);
   width: 100%;
   min-height: 200px;
   background-size: cover;
   padding: 80px 40px;
   background-position: right center;
}
.bg-left {
    padding: 80px 60px;
    background-color: #f8f9f9;
}
/*----------------------------------------
Princing table
----------------------------------------*/

.content-table img {
    width: 50px;
    margin-top: 30px;
}

.content-table h2 {
    font-size: 24px;
    margin-top: 20px;
    list-style: 28px;
    margin-bottom: 25px;
}

.content-table h2.plan1 {
    color: #2d6ad0;
}

.content-table h2.plan2 {
    color: #2ec5b6;
}

.content-table h2.plan3 {
    color: #ffd474;
}

.content-table ul {
    margin-top: 25px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #4B456F;
}

.content-table ul li {
    color: #88889b;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 42px;
}

.content-table .price {
    position: relative;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

.content-table .price .num {
    color: #4B456F;
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;

}

.content-table .price .per {
    font-size: 10px;
    vertical-align: bottom;
    display: inline-block;
    color: #8A8E9D;
}

.price-content-btn {
    margin-top: 25px;
}

.table-price .nav-tabs .nav-link,
.table-price .nav-tabs {
    border: none;
    font-size: 18px;
}

.table-price .nav-tabs {
    background-color: #ebf5ff;
    border-radius: 25px;
    border-bottom: none;
    display: inline-block;
    padding: 0 60px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.table-price .nav-tabs li {
    display: inline-block;
}

.table-price .nav-tabs li a {
    padding: 12px 25px;
    border-radius: 50px;
}

.table-price .nav-tabs li a.active {
    background-color: #2d6ad0;
    color: #fff !important;
    border: none;
}

.table-plan {
    border-radius: 8px;
    background-color: transparent;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 20px 35px 0px rgba(12, 0, 46, 0.05);
        border: 2px solid #104586;
}
.table-plan h2{
   font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    padding-bottom: 40px;
    border-radius: 8px 8px 0 0;
        line-height: 35px;
}
.table-plan h2.plan1{
    background-color: #104586;  
}
.table-plan h2.plan2{
    background-color: #104586;  
}
.price{
    padding: 30px 15px 0 15px;
}
.price .num{
 font-size: 45px;
 font-weight: 700;
 line-height: 55px;
}
.price .num sup{
    font-size: 15px;
    color: #88889b;
    font-weight: 300;
    position: relative;
    top: -25px;
    left: 10px;   
}
.table-plan1 .price .num{
   color: #5966d6;  
}
.table-plan2 .price .num{
   color: #f17187;  
}
.table-plan ul{
    padding: 15px 0  40px 20px;
}
.table-plan ul li{
    line-height: 30px;
}
/*----------------------------------------
Testimonials
----------------------------------------*/

#testimonials {
    position: relative;
}


.item-inner {
    position: relative;
    text-align: center;
}

.avatar-item img {
    border: 6px solid rgba(255, 255, 255, 0.4);
    width: 50px !important;
    height: auto;
    margin-right: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.avatar-info {
    overflow: hidden;
}

.avatar-info h4 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #454E69
}

.avatar-info span {
    color: #454E69;
    font-size: 13px;
}

.testimonial-caroussel .owl-controls {
    top: 35%;
    position: absolute;
    width: 100%;


}

.testimonial-caroussel .owl-controls .owl-nav .owl-prev,
.testimonial-caroussel .owl-controls .owl-nav .owl-next {
    font-size: 65px;
    color: #4B456F;
    display: inline-block;
    position: absolute;

}

.testimonial-caroussel .owl-controls .owl-nav .owl-prev {
    left: -15%;
}

.testimonial-caroussel .owl-controls .owl-nav .owl-next {
    right: -15%;
}

.testimonial-caroussel {
    padding-top:40px;
    text-align: center;
    position: relative;
}

.avatar-photo img {
    width: 80px !important;
    margin-right: 20px;
    border-radius: 50%;
    margin:0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

}

.avatar-item {
    padding-top: 25px;
}

.item-inner p {
    font-size: 18px;
    line-height: 32px;
}
.testimonial-slider {
  background-color: #fff;
  box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 8px;  
}
.testimonial-slider .slick-dots button {
    background: #f17187;
    color: #f17187;
    height: 8px;
    padding: 0;
    display: inline-block;
    width: 8px;
    border-radius: 50%;
    font-size: 0;
    opacity: 0.35;
    border: none;
    outline: none;
    cursor: pointer;
}
.testimonial-slider .slick-dots li {
    display: inline-block;
    margin-right: 5px;
}
.testimonial-slider .slick-arrow {
    z-index: 99;
    background-color: transparent;
    border: none;
    font-size: 45px;
    position: absolute;
    top: 50%;
    outline: none;
    color: #3b455a;
    cursor: pointer;
}
.testimonial-slider .slick-arrow.slick-next {
    right: -80px;
}
.testimonial-slider .slick-arrow.slick-prev {
    left: -80px;
}
.testimonial-slider .slick-dots .slick-active button{
    opacity: 1;
}
/*----------------------------------------
Team
----------------------------------------*/

.team-bloc h3{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #4B456F; 
    margin-bottom: 0;
}
.social-icon li {
    display: inline-block;
    margin-right: 10px;
}
.social-icon li a{
    color:#fff;
    display: inline-block;
    border-radius: 8px;
    width:38px;
    line-height: 38px;
    text-align: center;
    height: 38px;
    background-color: #f17187;
}
.social-icon li:last-child{
    margin-right: 0;
}
.team-img,
.team-img img{
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
}
.team-overlay {
   display: flex;
   align-items: center;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   padding: 0;
   border-radius: 8px;
   margin: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   text-align: center;
   color: #fff;
   background-color: rgba(59, 69, 90, 0.75);
   z-index: 0;
   -webkit-transition: opacity 0.2s ease-in-out;
   -moz-transition: opacity 0.2s ease-in-out;
   -o-transition: opacity 0.2s ease-in-out;
   transition: opacity 0.2s ease-in-out;
   cursor: pointer;
   opacity: 0;
}
.team-overlay .social-icon{
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
    list-style-type: none;
}

.team-img:hover .team-overlay{
 opacity: 1; 
}
.team-bloc {
    position: relative;
    text-align: center;
}
/*----------------------------------------
Blog
----------------------------------------*/
.blog-item{
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 20px 35px 0px rgba(12, 0, 46, 0.05);
}
.top-blog{
  margin-bottom: 20px;
}
.top-blog img{
    border-radius: 50%;
    width: 60px;
    height: auto;
    float: left;
    margin-right: 12px;
} 
.top-blog-info {
  padding-top: 10px;    
  padding-left: 70px;
}
.top-blog-info span{
    display: block;
    font-weight: 600;
    color: #4B456F;
    line-height: 22px;
    font-size: 17px;
}
.top-blog-info small{
    display: block;
}
.blog-item h3 {
    font-size: 20px;
    color: #4B456F;
}

.blog-item a{
    font-size: 28px;
    color: #5966d6;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.blog-item:hover{
  background-color: #f17187;  
}
.blog-item:hover .top-blog {
    visibility: hidden;
}
.blog-item:hover h3,
.blog-item:hover p,
.blog-item:hover a{
  color: #fff;  
}
/*----------------------------------------
Footer
----------------------------------------*/

.logo-footer .navbar-brand img{
  width:33px;  
  position: relative;
  top: -3px;
}
.logo-footer a span{
    color:#fff;
    font-size: 24px;
}
.subscribe-form {
    margin-top: 25px;
}
.list-social {
  position: relative;
  text-align: center;
  margin-top: 15px;
}

.list-social li {
    display: inline-block;
    margin-right: 8px;
}
.list-social li:last-child{
    margin-right: 0; 
}

.list-social a {
    color: #fff;
    display: inline-block;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 16px;
    height: 38px;
}

.list-social a:hover,
.list-social a:focus {
    background-color: #fff;
    color: #84b4fe;
}

.footer-top {
    padding: 5px 0 5px 0;
    background-color: #002758;
}

.footer-bottom {
    background-color: #012759;
    padding-bottom: 5px;
}

.copyright {
    text-align: left;
}

.copyright p {
    margin: 0px auto;
    padding: 0px;
    color: #cdcfec;
    line-height: 40px;
    font-size: 14px;
}


footer p.error-message {
    color: #e10438;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer p.sucess-message {
    color: #4ec952;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-inner span {
    line-height: 45px;
    font-size: 13px;

}

#scrollUp {
    background: #5966d6;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    bottom: 30px;
    color: #ffffff;
    height: 50px;
    font-size: 30px;
    line-height: 3;
    right: 30px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    width: 50px;
}

.text-footer {
    margin-top: 10px;
}

.text-footer p {
    color: #a3a5b9;
    color: rgba(213, 213, 213, 0.6);
}

.footer-top h5 {
    color: #fff;
    font-size: 18px;
}

.footer-top .list-menu a {
    line-height: 28px;
    color: rgba(213, 213, 213, 0.6);
}

.footer-top .list-menu a:hover,
.footer-top .list-menu a:focus {
    color: #fff;
}

.list-contact li {
    color: #adafc7;
    line-height: 32px;
}

.subscribe-form .form-control {
    outline: none;
    float: left;
    height: 45px;
    width: 65%;
    color: #fff;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -wbekit-border-radius: 8px 0 0 8px;
    padding: 0 15px 0 15px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    background-color: #fff;
    border: none;
}

.subscribe-form .btn-subscribe {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    height: 45px;
    /* width: 100%; */
    float: left;
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -wbekit-border-radius: 0 8px 8px 0;
    padding: 0 15px 0 15px;
    color: #fff;
    background: #f17187;
}

.btn-subscribe:hover,
.btn-subscribe:focus,
.btn-subscribe:active {

    background: #f18195;
    color: #fff;
}
.contact-list li{
    margin-bottom: 12px;
    color: rgba(213, 213, 213, 0.6);
    font-size: 16px;
}

/*----------------------------------------
list post
----------------------------------------*/



.post-overlay {
    position: relative;
    margin-bottom: 20px;
    
}

.post-overlay .post-overlay-img{
    overflow: hidden;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 350px;
    position:relative;
    display:flex;
}

.post-overlay .post-overlay-img img {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    object-fit:cover;
}
.post-overlay:hover .post-overlay-img img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);  
}


.post-overlay-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.post-overlay-content {
    width: calc(100% - 30px);
    left: 20px;
    bottom: 20px;
    position: absolute;
}
.post-overlay-content h2{
    margin-bottom: 0;
    margin-top: 0;
}
.post-overlay-content h2 a {
    color: #fff;
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    line-height: 27px;
    text-decoration: none;
    margin: 0;
}
.post-overlay-content span {
    color: #fff;
    line-height: 22px;
    font-size: 13px;
    display: block;
}
 
.post-overlay .label,
.bg-blog-section  .label{
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
    min-width: 65px;
    padding: 0 10px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    color:#fff;
}
.post-overlay .red-label,
.bg-blog-section .red-label{
  background-color: #f17187;
}
.post-overlay .blue-label,
.bg-blog-section .blue-label
{
  background-color: #84b4fe;
}
.post-overlay  .green-label,
.bg-blog-section .green-label{
    background-color: #2ec5b6;
}
.post-overlay .p-label,
.bg-blog-section .p-label{
   background-color: #8385e6;
   
}
/*----------------------------------------
Single post
----------------------------------------*/

.blog-1 {
  background-image: url(../images/blog/post6.jpg);  
}
.bg-blog-section {
    height: 450px;
    padding-bottom: 150px;
    position: relative;
    background-size: cover;
    padding-top: 150px;
    background-position: 50% 80%;

}
ul.meta-post {
    padding: 0;
    margin-left: 0;
    margin: 0;
}

ul.meta-post li{
    color: #fff;
    margin-bottom: 0;
    opacity: .9;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
ul.meta-post li a{
    color:#fff;
     opacity: .9;
}
ul.meta-post li i{
    padding-right: 5px;
}
.bg-blog-section  .label {
    position: relative;
    left: 0;
    top:0;
}
.bg-blog-section:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
}


.blog-header .navbar {
    position: relative;
}

.blog-header .navbar.sticky {
    position: fixed;
}


.bg-blog-section .title-h2 {
    font-size: 30px;
    color: #fff;
}
 
.post-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
 
blockquote {
    margin-top: 30px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f17187;
}

.blog-single-post blockquote p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    color: #fff;
    text-align:center;
  
}

.blog-single-post blockquote i {
    color: #fff;
    text-align:center;
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 55px;
    opacity: 0.5;
}
.tags-meta {
   position: relative;
 text-align: left;  
}

 
.tags-meta li{
list-style: none;
 display: inline-block;

    margin-bottom: 0;
}
.tags-meta li a{
 display: inline-block;
 position: relative;
 margin: 0 7px 0 0;
 background: #f4f5fa;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 font-size: 12px!important;
 line-height: 30px;
 padding: 2px 10px;
 color:#3b455a;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}
.tags-meta li a:hover{
  background: #f17187; 
  color:#fff; 
}

.meta-info {
    margin-bottom: 0;
}

.share-post a{
    display: inline-block;
    margin-right: 5px;
        color: #88889b;
}
.share-post strong{
 color: #4B456F;   
}
 .related-post h2{
    font-size: 30px;
    text-align: left;
    margin-bottom: 25px;
 }
.navigation-blog {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    padding: 25px 0;
    clear: both;
    box-sizing: border-box; 
}

.navigation-blog-image {
   padding-right: 25px;   
   float: left;
}
.navigation-blog a{
    display: block;
    position: relative;
}
.navigation-blog .navigation-blog-image img{
   display: block;
   width: 75px;   
   border-radius: 8px;
}
.navigation-blog-label {
    overflow: hidden;
    padding-top: 20px;

}
.navigation-blog-label i{
    font-size: 20px;
    color: #42495b;
    position: relative;
    top:3px;
}
.navigation-blog-label small{
 display: block;
 color: #42495b;
 font-weight: 600;
 font-size: 14px;
 line-height: 22px; 
}
a.single-nav-blog-prev{
 float: left;
}
a.single-nav-blog-next{
    float: right;
}

a.single-nav-blog-next .navigation-blog-label{
    position: relative;
    text-align: right;
}

a.single-nav-blog-next .navigation-blog-image {
  float: right;
  padding-left: 25px;
  padding-right: 0;
  text-align: right;  
}
.commnent-blog h2, .comments-reply h3{
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    color: #4B456F;
    margin-bottom: 25px;
}
.form-comment {
    margin-top: 40px;
}
.navigation-blog-label span{
   color: #4B456F;
   font-size: 15px;  
}
 
.newsletter-block-blog{
    text-align: left;
    position: relative;
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
    background-color: #f17187;
    padding: 30px 10px;
    height: 310px;
    border-radius: 8px;
    margin-top: 40px;
}
.newsletter-block-blog h5{
    color:#fff;
    margin-top:15px;
}
.newsletter-block-blog .btn{
    width:95%;
}
.newsletter-block-blog img {
    width: 70px;
    margin: 0 auto;
}
 
.footer-top .newsletter-block h5 {
    color: #4B456F;
    margin-top: 10px;
}
.newsletter-block-blog .subscribe-form {
    margin-top: 25px;
}
 .newsletter-block-blog .subscribe-form .form-control {
    outline: none;
    float: left;
    height: 45px;
    width: 85%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -wbekit-border-radius: 4px;
    padding: 0 15px 0 15px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 10px;
    transition: all .3s;
    background-color: rgb(250, 250, 250);
    border: 1px solid #fafafa;
}
  .form-comment .form-control {
  width: 100%;
  height: 46px;
  margin: 0 0 30px;
  padding: 13px 16px;
  font-family: Montserrat,sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: inherit;
  color: #9fa1a8;
  background-color: #fafafa;
  border: 0;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}
.form-comment textarea{
 display: block;
 height: auto!important; 
}
