/*------------------------------------------------------
Table of content
--------------------------------------------------------
1.General Styles
2.Preloader page
3.Navigation
4.Hero
5.About
6.Features
7.Testimonials
8.Footer
9.Blog
10.Signle post

 
/*----------------------------------------
General Styles
----------------------------------------*/



html{overflow-x: hidden;}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 26px;
    overflow-x: hidden;
    color: #526375;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 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: 32px;
    margin-bottom: 60px;
    font-weight: 400;
}

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: 300;
}

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: #f8f9f9;
}

.bg-color-1 {
 background: #0587C9;
 }
.bg-color-2 {
      background-color: rgba(205, 255, 254, 0.39);
}
.font-20{
    font-size: 20px;
    line-height: 32px;
}
.font-20{
    font-size: 18px;
    line-height: 26px;
}
/*-------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!important;
}

.mg-tp-60 {
    margin-top: 60px;
}

.pd-bt-40 {
    padding-bottom: 40px;
}

.pd-bt-60 {
    padding-bottom: 60px;
}

.pd-bt-80 {
    padding-bottom: 80px;
}

.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;
}

.pd-tp-100 {
    padding-top: 100px;
}

.padd-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.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;
}
.padd-0{
  padding-left: 0;
  padding-right: 0;
}
.padd-title {

    padding-top:150px;

}


/*----------------------------------------
Buttons
-----------------------------------------*/
.btn {
    padding: 10px 24px;
    
}

.btn-1 {
    background-color: rgb(0, 122, 255);
    color: #fff;
    font-size: 25px;
    border-radius: 10px;
    width: 313px; 
}
 

.btn-1:hover {
    background-color: #ffff91;
    color: #000; 
   
}
.btn-white {
   background-color: #fff;
   color: #2cc6c4;
   border: 1px solid transparent;
}
.btn-white:hover,
.btn-white:focus{
    background-color: transparent;
    border: 1px solid #fff;
    color:#fff;
}
/*----------------------------------------
Preloader page
----------------------------------------*/
#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: 56px;
  height: 56px;
  border: 2px solid rgba(253 ,203, 40, 0.5);
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s ease-in-out infinite;
  top: 50%;
  margin: -28px auto 0 auto; }
  .loader:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0587C9;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px; }

    @keyframes loader-rotate {
      0% {
        transform: rotate(0); }
        100% {
            transform: rotate(360deg); } }


/*----------------------------------------
Navigation
----------------------------------------*/
.navbar-header  .dark-navbar li a,.dark-navbar .search-box-btn{
    color: #171f3c!important;
}
.navbar-header {
    z-index: 999;
}
.navbar-brand{
    /* padding: 0; */
}
.navbar-header .navbar {
    /* padding: 0; */
}
.logo {
    max-height: 68px;
}
@media(max-width:991px){
    .logo {
        max-height: 50px;
    }
}

img.logo-stikcy,
.navbar-header .navbar.sticky img.logo{
display: none;
max-height: 68px;
}

.navbar-header .navbar.sticky img.logo-stikcy{
  display: block;
}
.navbar-header .navbar.sticky li a, .navbar-header .navbar.sticky .search-box-btn{
  color:#171f3c;  
}

.navbar-header .navbar.sticky{
  background-color: #ffffff;
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);   
}
.navbar-header .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    padding: 15px 12px !important;
    font-weight: 500;
    line-height: 50px;
}



/*----------------------------------------
Hero
----------------------------------------*/

.hero {
  background-image:linear-gradient(to bottom, rgba(25,61,94, .7), rgba(16,38,61, .5)),url(../images/bg-image.jpg);
  height: 85vh;
  position: relative;
  background-size: cover;
  background-position: center 30%;
}

.hero2 {
    background-image:linear-gradient(to bottom, rgba(25,61,94, .7), rgba(16,38,61, .5)),url(../images/bg-image2.jpg);
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center 30%;
    padding-bottom: 100px;
  }
 
.hero:after{
    content: '';
    width:100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-text {
    position:  relative;
    z-index: 999;
    text-align:  left;
    padding-top: 30%;
    padding-bottom: 40px;
}

.hero-text h2 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    font-weight: 800;
}

.hero-text span {
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
    color: #0587C9;

}

.hero-text p {
     margin-bottom: 20px;
    margin-top: 0px;
    font-size: 32px;
    color: #fff;
    line-height: 38px;
    font-weight: 300;
    width: 73%;
    margin-left: 13%;
}

.book-p-bloc {
  position: relative;
  top:-80px;
 }
.book-p-bloc h3{
  color:#fff;
  text-align:left;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
}
.work-info{
   text-align:left;
   margin-top: 0;
   position: relative;
}
.work-info dl>* {
    display: inline-block;
    flex-direction: column;
    margin-left: 5px;
    margin-top: 0;
}
.work-info div{

position: relative;

width: 100%;
}
.work-info dl:first-child {
    padding-top: 0;
    margin-bottom: 0;
}
.work-info{
  margin-bottom: -5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-left: -5px;
}
.work-info dt, .work-info dd {
      font-weight: 400;  
      color:#fff;
}
.work-info dd  {
      text-align: right;
      float: right;
      position: relative;
}
.work-info dl>*, .work-info dl>*:last-child {
    margin-bottom: 0;
}
.work-info dl+dl {
    border-top: 1px solid #ebebebad;
    margin-bottom: 0;
}
.work-info dl{
  padding-top:8px!important;
  margin-top:8px!important;
}
.book-time {
   background-color: #0587C9;
   padding-top: 40px;
   padding-bottom: 40px;
}
.book-form{
  background-color: #2cc6c4;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 8px 35px 2px rgba(0, 0, 0, 0.12);
}
.book-form .form-control{
height: 45px;
    font-size: 13px;
    border-radius: 0;
}
.book-form form{
  margin-top:30px;
}
.book-form .btn-white{
width: 100%;
height: 42px;
font-size: 13px;
}
.icon-p img{
  width: 65px;
  margin: 0 auto;
}
.icon-p h3{
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 0px;
}
.icon-p p{
  margin-bottom: 0;
  padding: 0 20px 0 20px;
}
 
/*----------------------------------------
About
----------------------------------------*/

.icon-block i {
    float: left;
    padding-right: 15px;
  font-size: 40px;
  font-weight: 300;
    color: #0587C9;
}

.icon-block-info{
    overflow: hidden;
}
.icon-block {
   padding: 20px 15px 20px 15px;
}

.icon-block h3 {
    font-weight: 700;
    font-size: 18px;
    color: #07324f;
 }
 

/*----------------------------------------
Features
----------------------------------------*/

.bg-image-left {
    background-image:url(../images/bg-image1.jpg);
  width: 100%;
  min-height: 200px;
  background-size: cover;
  padding: 80px 40px;
  background-position: right center;  
}
.bg-left{
  padding: 80px 30px;
  background-color: #f8f9f9;
}
.title-h2 {
    font-size: 45px;
    color: #33475b;
    line-height: 46px;
    margin-bottom: 0px;
    font-weight: 700;
}

.features-text span {
    color: #171f3c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

.features-text p,
p.font-p {
    color: #526375;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}
 

.service-block {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding: 15px;
}
.service-block i{
  font-size:35px;
  color:#0587C9;
  font-weight:300;
}
.service-block h3 {
    font-size: 18px;
    margin-top: 15px;
    color: #33475b;
    margin-bottom: 10px;
    line-height: 25px;
}

.service-block img {
    width: 50px;
}

.service-block p {
    font-size: 15px;
    color: #526375;
 font-weight:400;
    line-height: 24px;
}
.timeline-p{
      padding-top: 15px;
}
.timeline-item {
    height: 72px;
    align-items: center;
    flex-direction: row;  
    display: flex;
  flex-wrap: nowrap;
}
.timeline-icon{
 z-index: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50%;
    border: 2px solid #d3dce0;
    background-color: #fff;
    height: 56px;
    width: 56px;
    flex: none; 
}
.timeline-icon i{
  color:#0587C9;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
}
.timeline-content{
     margin: 0 0 0 24px; 
}
.timeline-content h3{
font-size: 20px;
color: #33475b;
    margin-bottom: 5px;
  }
 .timeline-item .timeline-line {
    padding-left: 27px;
    height: 150%;
    border-right: 2px dotted #d3dce0;
}
}
.number-block{
  color: #fff;   
}
.number-block span {
    color: #fff;
    display: block;
    font-size: 36px;
    line-height: 55px;
    font-weight: 700;
}
.number-block i{
  color:#fff;
  display:block;
  margin-bottom:15px;
  font-size:38px;
}
.number-block small {
    color: #fff;
    font-size: 20px;
}

.number-text {
    padding-left: 25px;
    border-left: 5px solid #fff;
}

.number-text p {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;

}

.number-block {
    padding-top: 15px;
}

.text-content{
     padding: 30px 20px;
    position: relative;
    text-align: left; 
    height: 380px;
    overflow: hidden;
}
.text-content h3{
  font-size: 24px;
  line-height: 28px;
}
.content-img {
  height: 380px;
  max-height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-img img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .nav-tabs .nav-link {
  font-size: 17px;
  padding: 15px 24px;
    color: #33475b;
  border:none!important;
}
.nav-tabs{
    border-bottom: 2px solid #0587C9!important;
}
.nav-tabs .nav-link.active {
  color:#0587C9!important;
  font-weight: 600;
    border-bottom: 1px solid #0587C9!important;
}
/*----------------------------------------
Projects
----------------------------------------*/

.filter-tab,
.project-holder {
    position: relative;
    text-align: center;
    display: block;
}

.filter-tab .filter-btn {
    background-color: transparent;
    color: #757384;

}

.filter-tab .filter-btn:hover,
.filter-tab .filter-btn:active,
.filter-tab .filter-btn.active{
    background-color: #0587C9;
    color: #fff;
    box-shadow: 0 8px 25px rgb(253 ,203, 40);
}

.projetc-inner {
    margin-top: 25px;
}

.project_product, .project_product-two-columns {
    margin-bottom: 25px;
}

.project-holder {
 
    overflow: hidden;
    position: relative;
}

.project_product .text-holder {
    position: absolute;
    width: 100%;
    font-size: 18px;
    left: 0;
    height: 100%;
    margin: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: opacity .6s .3s;
    transition: opacity .6s .3s;
    opacity: 0;
    pointer-events: auto;
    padding: 10%;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.project_product .text-holder-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.project_product .text-holder-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.project_product .text-holder-inner h4 {
    color: #fff;
}

.icons-holder {
    position: absolute;
    bottom: 0;
    opacity: 0;
    z-index: 20;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
}

.icon-holder a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    margin: 12px 8px;
    font-size: 15px;
    color: #fff;
    background: #0587C9;
    transition: all .4s;
    -webkit-transition: all .4s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.project_product:hover .text-holder {
    opacity: 1;
}

.project_product img {

    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 2s cubic-bezier(0.21, 1, 0.12, 1) 0s;
    transition: all 2s cubic-bezier(0.23, 1, 0.12, 1) 0s;
}

.project_product:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
    transition: all 5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
}


.project_product .icons-holder {
    position: absolute;
    bottom: 0;
    opacity: 0;
    z-index: 20;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
}

.project_product:hover .icons-holder {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.image-holder {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: block;
    position: relative;
    overflow: hidden;
}
.bg-portflio-section, .bg-blog-section {
    position: relative;
}

.bg-blog-section{
 background-image:url(../images/blog-bg.jpg);
}
.bg-portflio-section:before, .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;
    
}
.breadcrumb{
  background-color: transparent;
  display: block;
position: relative; 
 text-align: center;
}
.breadcrumb li{
  display: inline-block;
}
.breadcrumb li a{
  color:#fff;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.bg-portflio-section, .bg-blog-section{
    padding-bottom: 120px;
}
.bg-portflio-section h2 span{
    display: inline-block;
    color:#fff;
}
.bg-portflio-section .title-h2, .bg-blog-section  .title-h2{
    font-size: 38px;
    color:#fff;
    
}
.portflio-section-title .title-h2 {
 font-size: 38px;  
}
.portflio-section-title span{
    display: inline-block;
}
.portflio-section-title p.font-p{
   margin-bottom: 0;   
}
.bg-portflio-section .font-p , .bg-blog-section p{
    margin-bottom: 0;
    color:#fff;
}
.bg-portflio-section small, .bg-blog-section small{
    font-size:15px;
    color:#fff;
}
.bg-portflio-section ,.bg-blog-section{
   background-size: cover;
   background-position: 50% 50%;   
}
.project_product-two-columns a:hover .project_product-two-columns-holder:before {
   opacity: 0.6;  
}
.projetc-inner img{
    width: 100%;
}
.project_product-two-columns-holder:before{
  position: absolute;
  content: '';
  width: 100%;
  opacity: 0.3;
  height:50%;
  background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 0;  
}
.project_product-two-columns-holder {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 1;
   width: 100%;
   height: 100%;   
   transition: 0.3s ease;
   -webkit-transition: 0.3s ease;
   -moz-transition: 0.3s ease;
}
.project_product-two-columns-text{
 padding: 35px;
 z-index: 2;
 text-align: left;
 position: relative;
 color: #fff;   
}
.project_product-two-columns-text h4{
    color: #fff;
    font-size: 24px;
}
.project_product-two-columns-text p{
   color: #e6e6e6;   
}
.project_product-two-columns a{
    display: block;
}
.project_product-one-columns .project-holder{
 overflow: inherit; 
}
.project_product-one-columns {
    margin-bottom: 40px;
}
.project_product-one-columns a {
    display: block;
}
.project_product-one-columns a:hover{
    opacity: 0.7;
}
.project_product-one-columns-text h4{
    margin-top: 15px;
    margin-bottom: 5px;
}
.project_product-one-columns img, .single-portfolio-content img{
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.single-portfolio-content h3{
    margin-top: 30px;
    margin-bottom: 20px;
}
.info-portfolio {
    margin-top: 30px;
}
.info-portfolio{
   background: #f9f9f9;
   padding: 14px 24px;
   border-radius: 2px;   
}
.info-portfolio ul li{
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;  
}
.info-portfolio ul li:last-child{
    border-bottom: none;
}
.info-portfolio ul li strong {
    float: left;
    display: block;
    width: 64px;
    font-weight: 700;
}
.info-portfolio  ul li span {
    display: block;
    overflow: hidden;
}
.info-portfolio  ul li a{
 color:#0587C9; 
}
.related-projects .project_product{
    margin-bottom: 0;
    margin-top: 30px;
}
.portfolio-caroussel .owl-controls{
    position: absolute;
    top: 50%; 
    width: 100%;
}
.portfolio-caroussel .owl-next, .portfolio-caroussel .owl-prev{
    background: rgba(23,31,60,0.3)!important;
    width:50px;
    height: 50px;
    float: left;
    display: block!important;
    line-height: 50px;
}
.portfolio-caroussel .owl-next span, .portfolio-caroussel .owl-prev span{
    font-size: 20px; 
}
.portfolio-caroussel .owl-next{
    position: absolute;
    right: 0;
    left:auto;
}
.portfolio-caroussel .owl-prev{
    left:0;
    right: auto;
}
.single-portfolio-content h3{
   margin-bottom: 20px;   
}
/*----------------------------------------
Team
----------------------------------------*/

.team-bloc img {
  width: 100%;
   max-width: 100%;
}

 .team-bloc{
  position: relative;
  text-align: center;
 }
.team-bloc span{
  font-size: 13px;
}
.team-bloc h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}

 /*----------------------------------------
Pricing table
----------------------------------------*/

.table-plan{
  position: relative;
  text-align: center;
padding: 74px 60px 50px;
border-right: 1px solid #e8e9ed;
transition: background .3s ease,border .3s ease,color .01s linear;
overflow: hidden;
}

.table-plan:hover{
    border-right: 1px solid transparent;
    background: #0587C9;
    border-radius: 6px;
    color: #fff;  
}
.table-plan.no-border{
  border-right: none;
}
span.plan-label {
  display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.plan-value p{
 position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1; 
}
.plan-value p sup {
    font-size: 15px;
    color: #808897;
    vertical-align: middle;
    margin-right: 2px;
}
.plan-value span{
    color: #33475b;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.plan-list{
margin: 26px 0;  
}
.plan-list li{
  font-size: 15px;
 margin: 12px 0; 
}
.plan-list li p{
  font-weight: 400;
  font-size: 15px;
  color: #526375;
 
}
.table-plan:hover .plan-list li p,
.table-plan:hover .plan-value span,
.table-plan:hover .plan-value p sup{
  color:#fff;
}
.table-plan:hover .btn-1{
  background-color: #fff;
color:#0587C9;
}
/*----------------------------------------
Blog
----------------------------------------*/
.blog-inner {
    border: 1px solid #f0f0f0;

}
.blog-inner:hover,
.blog-inner:focus{
 box-shadow: 0 10px 35px 2px rgba(61, 61, 61, .12);   
}

.blog-image {
    position: relative;
}

.blog-inner-content a{color: #0587C9;font-weight: 600;}
.blog-inner-content a i{
  position: relative;
  top: 2px;
}
.blog-inner-content {
    padding: 15px;
}

.blog-date {
    padding: 3px 12px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #0587C9;
    position: absolute;
    left: 15px;
    top: 15px;
}

.blog-date strong {
    display: block;
}

.blog-inner h3 a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #171f3c;
}

 
.blog-summary{
   text-align: left;
   padding: 0 20px;
}
.blog-summary h3{
    color: #171f3c;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}
.blog-summary p{
  line-height:22px;
}
.blog-meta{
  margin-bottom:10px;
}
.blog-meta ul li {
    font-size: 13px;
    color: rgba(23, 31, 60, 0.55);
    font-weight:600;
    position: relative;
    display: inline-block;
}
.blog-meta ul li:after{
  content: '|';
  margin: 0 6px;
  color: #d4d4d4;  
}
.blog-meta ul li:last-child:after{
    display:none;
}
.blog-item{
  margin: 0 0 40px 0;
  padding: 0;
  border: 1px solid #efefef;
}
 
.blog-item-img{
    position: relative;
}
 
 .blog-content .blog-item{
 border: none;
 box-shadow: none;
 }
 .blog-content .blog-item h3{
  margin-bottom: 15px;
 }
 .blog-content .blog-item img{
  width:100%;
 }
 .blog-content .blog-item .blog-summary{
  padding: 0;
 }
.blog-summary a{
   color: #0587C9;
}
.date {
   background: #0587C9;
   display: inline-block;
   border-radius: 0;
   font-size: 13px;
   padding: 2px 15px;
   color: #fff;
   font-weight: 600;
   bottom: 0;
   left: 0;
   position: absolute;
}
.left-sidebar.sidebar-side{
   padding-left: 0;
   padding-right: 60px;  
}
.sidebar-side {
   padding-left: 40px;
   padding-right: 30px;
}
.search {
    width: 100%;
    margin: 0 auto 0 auto;
}
.sidebar-categroies,
.sidebar-post,
.sidebar-tags
{
  margin-bottom: 60px;
} 
span.divder{
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #33475b;
    line-height: 32px;
    font-weight: 800;
    margin-top: 10px;
}
span.divder:before{
      background-color: #ddd;
      content: '';
      display: block;
      width: 520px;
      left: 100%;
      margin-left: 30px;
      top: 50%;
      margin-top: -.5px;
      height: 1px;
      position: absolute;
}
.commnent-blog span.divder{
 margin-bottom:30px; 
}
.comment-block .commnent-blog  {
text-align: left;
}
.blog-item.slick-slide {
    margin-right: 10px;
    margin-left: 10px;
    }
    .blog-slider-post .blog-item{
      background-color: #fff;
      margin-bottom: 0;
    }
.blog-slider .slick-list,
.blog-slider-post .slick-list{
      padding: 0!important;
    }
.blog-slider .slick-dots  {
    position: absolute;
    bottom: 0;
    left: 48%;
    transform: translate(0,50%);
}
.blog-slider-post .slick-dots {
 position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translate(0,50%); 
}
.blog-slider .slick-dots li,
.blog-slider-post .slick-dots li
 {
    display: inline-block;
    margin-right: 5px;
}
.blog-slider .slick-dots li.slick-active button,
.blog-slider-post .slick-dots li.slick-active button {
    opacity: 1;
}
.blog-slider .slick-dots button,
.blog-slider-post .slick-dots button {
    background: #0587C9;
    color: #0587C9;
    height: 8px;
    padding: 0;
    display: inline-block;
    width: 8px;
    border-radius: 50%;
    font-size: 0;
    opacity: 0.35;
    border: none;
    outline: none;
    cursor: pointer;
}
.blog-slider{
  margin-top: 30px;
  margin-bottom: 60px;
}
.blog-single-post .sidebar-side h3{
 margin-top: 0;
 margin-bottom: 30px; 
}
 .content-left-blog {
  position: relative;
  text-align: left;
 }
 .content-left-blog span.divder:before{
  width: 700px;
 }
 .realated-post h2{
  display: block;
 padding-bottom: 30px!important;
  text-align: center;
 }
.sidebar-images a {
  width:27%;
  margin-bottom: 12px;
  margin-right: 12px;
  float: left;
}
.top-comment-blog a{
padding-right: 25px;
}
.sidebar-side a span.float-right{
font-size: 12px;
}
.sidebar-side h3 {
    color: #181b3a;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
}
.sidebar-categroies .catgeorie-list {
    position: relative;
}
.sidebar-categroies .catgeorie-list li {
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sidebar-categroies .catgeorie-list li:after {
       font-family: "dripicons-v2" !important;
       content: "\56";
       position: absolute;
       top: 0;
       left: 0;
       font-size: 14px;
       color: #cccccc;
}
.sidebar-categroies .catgeorie-list li a {
    color: #23527c;
    display: block;
    padding-left: 25px;
}
.tags-inner a {
    position: relative;
    display: inline-block;
    margin: 0px 5px 8px 0px;
    line-height: 24px;
    padding: 5px 15px;
    background-color: #eee;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 14px;
    color: #171f3c;
   
}
.tags-inner a:hover, 
.tags-inner a:focus{
    border-color:#0587C9;  
    background-color: #0587C9;  
    color:#fff;
}
.sidebar-post-inner {
  float: left;
  padding: 0;
  margin: 0 10px 30px 0;  
}
.sidebar-post-inner .image-widget-post{
width: 30%;
 height: auto;
 float: left;
}
.sidebar-post-inner:last-child{
  margin-bottom: 0;
}
.sidebar-post-inner .info-widget-post h5{
font-size: 16px;
line-height: 18px;
margin-bottom: 0;
  color: #181b3a;
}
.info-widget-post small{
     color: #526375;
}
.sidebar-post-inner .info-widget-post{
 width: 70%;
 height: auto;
 float: left;
 padding-left: 15px;
}
.sidebar-post-inner img{
    width: 80px;
}
.sidebar-post-inner a{
   display: block;
   overflow: hidden;
   padding: 0;
   margin: 0;
   position: relative;
   border-radius: 2px;   
}
.medium-blog .blog-item-img{
   float: left;
   width: 310px;
   margin: 0 20px 5px 0;   
}
.realated-post .blog-slider .blog-item{
  background-color: #fff;
}
.medium-blog .blog-summary {
   overflow: hidden;   
}
.medium-blog h3{
  margin-top: 0;   
}
.medium-blog .blog-summary p{
    margin-bottom: 5px;
}
.medium-blog .blog-item{
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;  
}
.blog-single-post h3{
  margin-top:25px;
    margin-bottom: 10px;
      color: #33475b;
}
.blog-single-post strong{
 font-size: 24px;
     color: #33475b;
    line-height: 32px;
   font-weight: 800;
    margin-top: 10px;
    display: block;
    margin-bottom: 15px; 
}
.blog-single-post img{
  width: 100%;
}
.blog-single-post .blog-meta{
    margin-bottom: 10px;
}
.sharebox{
  margin-top: 40px;
}
.sharebox ul li{
    display: inline-block;
    margin-right: 15px;
}
.sharebox ul li i{
    padding-right: 8px;
}
.sharebox ul li a{
  padding: 12px 50px;
     color:#fff!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  position: relative;
}
a.facebook-btn{
  background: #4b6ea8; 
}
a.twitter-btn{
  background: #4fd5f8; 
}
a.google-btn{
  background:#da2200;
}
a.linkedin-btn{
  background:#0189c3;
}
.blog-single-post blockquote{
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 15px;
    border-left: 5px solid #d3d3d3;
    background-color: #eeeeee;
}
.blog-single-post blockquote p{
   font-size: 26px;
   line-height: 34px;
   font-weight: 400;
   font-style: italic;
   /* color: #fff; */
   color: #33475b;
}
.author-info{
    margin: 60px 0 30px 0;
    display: block;
    padding: 40px 0 0 0;
    border-top: 1px solid #efefef; 
}
.author-info .author-image {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 2px 20px 0 0;
}
.author-info .author-image img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -wbekit-border-radius: 50%;
    -moz-border-radius:50%;
}
.author-info .author-bio {
    overflow: hidden;
}
.author-info .author-bio h4{
       text-transform: none;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #33475b;
}
.commnent-blog h3{
    font-size:20px;   
    margin-bottom: 40px;
}
.comment-blog-inner {
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.avatar-blog img {
    float: left;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 65px;
    margin-right: 5px;
}
.comment-blog-text {
  
border-radius: 2px;
  
padding: 0 10px;
  
position: relative;
  
overflow: hidden;
}
.comment-blog-text span {
    display: inline-block;
    color: #33475b;
    font-weight: 600;
    font-size: 16px;
    padding-right: 5px;
}
.comment-blog-text small {
    color: #999;
    font-weight: 700;
    font-size: 11px;
}
.comment-blog-text small i{
  padding-right:5px;
}
.comment-blog-inner p {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #637282;
}
.comment-blog-text a {
    color: #181b3a;
}
.comments-reply{
   padding: 30px 0 0 0;
   margin: 0; 
   position: relative;
   text-align: left;  
}
.comment-block span.divder:before { 
width: 720px;
}
.bg-blog-section .title-h2{
    padding-top: 50px;
    margin-bottom: 0;    
}
.form-comment{
  margin-top:30px;
}
.form-comment .form-control{
    height: 45px;
    border-radius: 0;
    font-size: 14px;
}
.form-comment textarea{
  height: 200px!important;
}
.reply-comment{
  padding-left:80px;
}
.tags{
  margin-bottom: 25px;
}
.tags a{
  display: inline-block;
    padding: 6px 13px;
    background-color: #eee;
    line-height: normal;
    margin: 3px 2px;
    font-size: inherit;
    font-weight: inherit;
    color: #888;
    font-size: 11px;
    line-height: 15px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.tags a:hover{
      background: #0587C9;
       color: #ffffff;
}


/*----------------------------------------
Testimonials
----------------------------------------*/
.testimonial-slider .slick-arrow.slick-next {
    right: 42%;
}

.testimonial-slider .slick-arrow.slick-prev {
    left: 42%;
}
 .testimonial-slider .slick-arrow {
    z-index: 99;
    background-color: transparent;
    border: none;
    font-size: 30px;
    position: absolute;
    bottom: -25%;
    outline: none;
    color: #ffffff;
    cursor: pointer;
}
 .quote-block{
  position: relative;
 }
 .quote-block:after{
   content: '';
    background-image: url(../images/quotation.svg);
    display: block;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    width: 300px;
    height: 300px;
    opacity: 0.3;
 }
.item-inner {
   padding: 0 35px;
}
.item-inner p{
    color:#fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}
.item-inner .icon_star {
    font-size: 13px;
    color: #ffdc66;
}

.avatar-item {
    margin-top: 30px;
}

.avatar-item img {
    border: 6px solid rgba(255, 255, 255, 0.4);
    width: 120px !important;
    height: auto;
    margin-right: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;


    float: left;
}

.avatar-info {
    padding-top: 10px;
}

.avatar-info h4 {
    margin-bottom: 0;
    color: #fff;
}

.avatar-info span {
    color: #fff;
    font-size: 13px;
}
 .client-slider img{
  -webkit-filter: grayscale(100%);  
  filter: grayscale(100%);
  opacity: 0.80;
}
.client-slider img:hover{
  -webkit-filter: none;  
  filter: none;
  opacity: 1;
}

/*----------------------------------------
Contact
----------------------------------------*/

.map iframe{
    width:100%;
}
.contact-inner{
    position: relative;
}
.contact-inner .title-h2 {
   margin-bottom: 15px;
    }
.contact-inner h3{
font-size: 20px;
} 
.contact-info ul li span{
display: block;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.contact-info ul li{
  margin-bottom: 25px;
}
.contact-info ul li p{
  font-weight: 400;
}  
 
.content-form{
   padding: 60px 35px 0 35px;
   /* background: #f8f9f9; */
   position: relative;
   text-align: center;
}
.content-form h3{
    color:#fff;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 400;
}
.content-form .form-group {
    margin-bottom: 25px;
}
.content-form p{
    color:#fff;
}
textarea.form-control {
    height: 150px;
}
.content-form form input[type="text"],
.content-form form input[type="email"],
.content-form form textarea{
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border:none;
    border-radius: 0;
    font-size: 14px;
}
.content-form form input[type="text"],
.content-form form input[type="email"]{
    height: 50px;
}
/*----------------------------------------
Footer
----------------------------------------*/
 
.subscribe-form{
  margin-top: 25px;
}
 

.footer-top{
    padding:10px 0;
    background-color: #000;
}

.footer-bottom{
    background-color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
}
.copyright {
  text-align: center;
}

.copyright p {
  margin: 0px auto;
  padding: 0px;
  color: #98a2aa;
  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: #0587C9;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 30px;
  color: #ffffff;
  height: 50px;
  font-size: 30px;
  right: 30px;
  line-height:50px;
  text-decoration: none;
  text-align: center;
  width: 50px;
}
#scrollUp i{
  line-height: 50px;
}
.logo-footer img{
    margin-bottom: 25px;
}
.text-footer p{
    color: #98a2aa;
}
.footer-top h5{
  color:#fff;
  font-size: 16px;
}
.footer-top .list-menu a{
    line-height: 28px;
    color: #98a2aa;
}
 
.subscribe-form .form-control {
   outline: none;
   float:left;
   height: 45px;
   width: 89%;
   color:#fff;
   border-radius: 0;
   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: rgba(255,255,255,1);
   border:none;
}
.subscribe-form .btn-subscribe{
  position: relative;
  margin-top: 15px;
  height: 45px;
  width:100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -wbekit-border-radius: 4px;
  padding:0 15px 0 15px;
  color:#fff;
  background: #0587C9;
}
.btn-subscribe:hover,.btn-subscribe:focus, .btn-subscribe:active{
  background: #0587C9;
  color:#fff;
}

@media(max-width:991px){
    img.logo-stikcy {
        max-height: 50px;
    }
    .navbar.sticky {
        margin-top: 0px;
    }

    .title-h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .marl10 {
        margin-left: 10%;
    
}

.marl40 {
    margin-left: 40%;
    margin-top: 30px;


}

.img-fluid {
    max-width: 100%;
    height: auto;
    padding-bottom: 24px;
}
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 5px solid #007bff;
    width: 85px;
}


@media(min-width:1200px){
    .container {
        max-width: 1200px;
    }



}
.fa-3x {
    font-size: 64px!important;
    margin-bottom: 8px;
}

.btn {font-size: 24px!important;}