/*
------------- Table of content ----------------

---------------------- common content ----------
1.body reset content
2.header-area
3.banner-area
4.btn-style
5.aboutme-area
6.services-area
7.section-title
8.recent-work-area
9.work-porcess-area
10.testiminial-area
11.callto-area
12.blog-area
13.contact-area
14.footer-area
15.sidebar-box 
16.breadcum-area
17.portfolio-area
18.blog-page-area
19.blog-details-area

/*
------------------- Table of content --------------------------------

---------------------- common content -----------------------
1.body reset content
---------------------- element content ---------------------------
*/
/*=================================================
    1. body reset content
==============================================================*/
:root {
  font-size: 16px; }

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #888888;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

iframe {
  border: none; }

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none; }

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  border: 1px solid #00b0dc;
  box-shadow: none;
  border-color: #00b0dc; }

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  outline: 0; }

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0; }

img {
  border: none;
  max-width: 100%; }

button:focus {
  -moz-outline: none;
  outline: none;
  border: 1px solid #00b0dc;
  box-shadow: none;
  border-color: #00b0dc; }

.section {
  padding: 100px 0; }

.section-top {
  padding: 100px 0 0; }

.section-bottom {
  padding: 0 0 100px 0; }

.btn.focus, .btn:focus {
  border: 1px solid transparent; }

.form-control:focus,
.btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00b0dc;
  outline: 0;
  box-shadow: none; }

.acurate {
  margin: 0;
  padding: 0; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px; }

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px; }

.aligncenter {
  display: block;
  margin: 0 auto 26px; }

a:focus {
  outline: 0px solid; }

.fix {
  overflow: hidden; }

p {
  margin: 0 0 26px; }

a {
  text-decoration: none; }

a:hover {
  color: #00b0dc;
  text-decoration: none; }

a:active, a:hover {
  outline: 0 none;
  color: #0388a9; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

::-moz-selection {
  background: #00b0dc;
  text-shadow: none; }

::selection {
  background: #00b0dc;
  text-shadow: none; }

.browserupgrade {
  margin: 26px  0;
  background: #00b0dc;
  color: #333333;
  padding: 26px 0; }

.p-0 {
  padding: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.m-0 {
  margin: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-35 {
  margin-top: -35px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-50 {
  margin-top: 50px; }

.page-wrapper {
  padding: 55px 0 60px 0; }

.mt-40 {
  margin-top: 40px; }

.mt-30 {
  margin-top: 30px; }

/*------------------------ content end -----------------------*/
/*------------------------ element start ---------------------*/
/*=================================================
    element inheritance
==============================================================*/
.mean-container .mean-nav {
  position: absolute;
  top: 100%; }

/*---------------------------
-----------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  #scrollUp:hover {
    background: #0388a9; }

.header-area.stick {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0 10px 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.mobile-bar {
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e5f7fb;
  text-align: center;
  color: #00b0dc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  float: right;
  display: none; }
  .mobile-bar:hover {
    background: #00b0dc;
    color: #FFFFFF; }

/*-------------------------------------------------------
2.header-area
--------------------------------------------------------*/
.header-area {
  padding: 30px 0 30px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 15px 0 rgba(187, 187, 187, 0.3);
  -o-box-shadow: 0 2px 15px 0 rgba(187, 187, 187, 0.3);
  -moz-box-shadow: 0 2px 15px 0 rgba(187, 187, 187, 0.3);
  -ms-box-shadow: 0 2px 15px 0 rgba(187, 187, 187, 0.3);
  box-shadow: 0 2px 15px 0 rgba(187, 187, 187, 0.3);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .header-area .logo-area {
    margin-top: 5px; }
  .header-area .menu-area .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .header-area .menu-area .main-menu ul li {
      display: inline-block;
      margin-left: 25px; }
      .header-area .menu-area .main-menu ul li.active a {
        color: #00b0dc; }
      .header-area .menu-area .main-menu ul li a {
        display: block;
        font-family: "Rubik", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #888888;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        .header-area .menu-area .main-menu ul li a:hover {
          color: #00b0dc; }
      .header-area .menu-area .main-menu ul li.bars {
        width: 38px;
        height: 38px;
        line-height: 38px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #e5f7fb;
        text-align: center;
        color: #00b0dc;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer; }
        .header-area .menu-area .main-menu ul li.bars:hover {
          background: #00b0dc;
          color: #FFFFFF; }

/*-------------------------------------------------------
3.banner-area
--------------------------------------------------------*/
.banner-area {
  padding: 230px 0;
  background: #f6f8fc;
  position: relative;
  overflow: hidden; }
  .banner-area .banner-inter .banner-content h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    color: #333333;
    margin-bottom: 6px; }
    .banner-area .banner-inter .banner-content h1 span {
      color: #00b0dc; }
  .banner-area .banner-inter .banner-content p {
    font-size: 16px;
    line-height: 27px;
    color: #888888;
    margin-bottom: 27px; }
  .banner-area .banner-img {
    position: absolute;
    content: '';
    width: 50%;
    right: 0;
    top: 0;
    height: 100%; }
    .banner-area .banner-img img {
      width: 100%;
      height: 100%; }

/*-------------------------------------------------------
4.btn-style
--------------------------------------------------------*/
.btn-one {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  background: #00b0dc;
  padding: 10px 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 2; }
  .btn-one:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    background: #0388a9;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
  .btn-one:hover {
    background-color: transparent;
    text-shadow: none;
    color: #FFFFFF;
    -webkit-box-shadow: -1px 19px 33px -16px rgba(187, 187, 187, 0.3);
    -o-box-shadow: -1px 19px 33px -16px rgba(187, 187, 187, 0.3);
    -moz-box-shadow: -1px 19px 33px -16px rgba(187, 187, 187, 0.3);
    -ms-box-shadow: -1px 19px 33px -16px rgba(187, 187, 187, 0.3);
    box-shadow: -1px 19px 33px -16px rgba(187, 187, 187, 0.3); }
    .btn-one:hover:before {
      bottom: 0%;
      top: auto;
      height: 100%; }

/*-------------------------------------------------------
5.aboutme-area
--------------------------------------------------------*/
.aboutme-area {
  background: #ffffff; }
  .aboutme-area .myself-info {
    margin-top: 70px; }
    .aboutme-area .myself-info h2 {
      font-size: 30px;
      font-weight: 600;
      color: #333333;
      text-transform: capitalize;
      position: relative;
      display: inline-block;
      margin-bottom: 26px; }
      .aboutme-area .myself-info h2:after {
        position: absolute;
        content: " ";
        width: 50px;
        height: 5px;
        left: 125px;
        top: 15px;
        background: #00b0dc; }
    .aboutme-area .myself-info p {
      font-size: 16px;
      color: #888888;
      line-height: 28px;
      margin-bottom: 13px; }
    .aboutme-area .myself-info .flow-me {
      margin-top: 23px; }
      .aboutme-area .myself-info .flow-me h4 {
        font-size: 18px;
        color: #333333;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 16px; }
      .aboutme-area .myself-info .flow-me .social-media ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .aboutme-area .myself-info .flow-me .social-media ul li {
          display: inline-block;
          margin-right: 12px; }
          .aboutme-area .myself-info .flow-me .social-media ul li a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border: 1px solid #bbbbbb;
            color: #bbbbbb;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
            .aboutme-area .myself-info .flow-me .social-media ul li a:hover {
              background: #00b0dc;
              border: 1px solid #00b0dc;
              color: #FFFFFF;
              -webkit-box-shadow: 0px 0px 29px -4px rgba(0, 187, 220, 0.75);
              -o-box-shadow: 0px 0px 29px -4px rgba(0, 187, 220, 0.75);
              -moz-box-shadow: 0px 0px 29px -4px rgba(0, 187, 220, 0.75);
              -ms-box-shadow: 0px 0px 29px -4px rgba(0, 187, 220, 0.75);
              box-shadow: 0px 0px 29px -4px rgba(0, 187, 220, 0.75); }

/*-------------------------------------------------------
6.services-area
--------------------------------------------------------*/
.services-area {
  background: #f6f8fc; }
  .services-area .section-title h2 {
    margin-bottom: 5px; }
  .services-area .service-list {
    margin-top: 7px; }
    .services-area .service-list .single-services {
      background: #FFFFFF;
      border: 1px solid #dddddd;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      padding: 33px 35px 22px 35px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      margin-top: 30px; }
      .services-area .service-list .single-services:hover {
        -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4); }
      .services-area .service-list .single-services .service-icon {
        margin-bottom: 22px; }
        .services-area .service-list .single-services .service-icon i:before {
          font-size: 36px;
          color: #00b0dc; }
      .services-area .service-list .single-services .service-title h4 {
        font-size: 18px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 18px; }
      .services-area .service-list .single-services .service-content p {
        margin-bottom: 0px;
        font-size: 16px;
        color: #888888;
        line-height: 27px; }

/*-------------------------------------------------------
7.section-title
--------------------------------------------------------*/
.section-title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  margin-top: -5px;
  margin-bottom: 35px; }

/*-------------------------------------------------------
8.recent-work-area
--------------------------------------------------------*/
.recent-work-area {
  overflow: hidden; }
  .recent-work-area .owl-item.active > div:after {
    content: 'active'; }
  .recent-work-area .owl-item.center > div:after {
    content: 'center'; }
  .recent-work-area .owl-item.active.center > div:after {
    content: 'active center'; }
  .recent-work-area .owl-item > div:after {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 0px;
    display: none; }
  .recent-work-area .active.center {
    transform: scale(1);
    padding-top: 0px;
    margin-bottom: 15px; }
    .recent-work-area .active.center .single-work {
      box-shadow: 0px 2px 30px  #eaeaea; }
      .recent-work-area .active.center .single-work .work-info {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 1; }
  .recent-work-area .active {
    transform: scale(1);
    transition: .6s ease;
    min-width: 260px; }
  .recent-work-area .slider-work .owl-nav {
    text-align: Center;
    margin-top: 35px; }
    .recent-work-area .slider-work .owl-nav button {
      width: 45px;
      height: 45px;
      line-height: 45px;
      border: 1px solid #dddddd;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      margin: 0 10px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      .recent-work-area .slider-work .owl-nav button:hover {
        background: #00b0dc; }
        .recent-work-area .slider-work .owl-nav button:hover i:before {
          color: #FFFFFF; }
      .recent-work-area .slider-work .owl-nav button i:before {
        color: #00b0dc; }
  .recent-work-area .single-work {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 10px; }
    .recent-work-area .single-work:hover .images a img {
      -webkit-transform: scale(1.2);
      -o-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .recent-work-area .single-work .images {
      overflow: hidden;
      z-index: 5;
      opacity: 1;
      -webkit-border-radius: 7px 7px 0 0;
      -moz-border-radius: 7px 7px 0 0;
      -ms-border-radius: 7px 7px 0 0;
      -o-border-radius: 7px 7px 0 0;
      border-radius: 7px 7px 0 0; }
      .recent-work-area .single-work .images a {
        overflow: hidden;
        display: block; }
        .recent-work-area .single-work .images a img {
          overflow: hidden;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
    .recent-work-area .single-work .work-info {
      padding: 25px 30px 22px 30px;
      border: 1px solid #dddddd;
      border-top: 1px solid transparent;
      position: relative;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
      -o-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateY(-60px);
      -o-transform: translateY(-60px);
      -moz-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
      transform: translateY(-60px);
      z-index: -1; }
      .recent-work-area .single-work .work-info .work-content h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px; }
        .recent-work-area .single-work .work-info .work-content h4 a {
          color: #333333;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .recent-work-area .single-work .work-info .work-content h4 a:hover {
            color: #00b0dc; }
      .recent-work-area .single-work .work-info .work-content p {
        margin-bottom: 0px;
        font-size: 16px;
        color: #888888;
        font-weight: 400; }
      .recent-work-area .single-work .work-info .priview-btn {
        position: absolute;
        right: 30px;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .recent-work-area .single-work .work-info .priview-btn .btn-one {
          padding: 10px 35px; }
  .recent-work-area .work-meu {
    text-align: center;
    padding-bottom: 45px; }
    .recent-work-area .work-meu ul {
      text-align: center;
      justify-content: center;
      margin: 0px; }
      .recent-work-area .work-meu ul li a {
        border: none;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        color: #888888;
        padding: 0 20px 25px 20px;
        background: transparent !important;
        position: relative; }
        .recent-work-area .work-meu ul li a:hover::after {
          opacity: 1;
          width: 100%; }
        .recent-work-area .work-meu ul li a:after {
          position: absolute;
          content: '';
          width: 0%;
          height: 2px;
          background: #00b0dc;
          bottom: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
        .recent-work-area .work-meu ul li a.active {
          color: #00b0dc;
          border: none;
          min-width: 100%; }
          .recent-work-area .work-meu ul li a.active:after {
            opacity: 1;
            width: 100%; }
  .recent-work-area .tab-content {
    margin-top: 5px; }

/*-------------------------------------------------------
9.work-porcess-area
--------------------------------------------------------*/
.work-porcess-area {
  background: #f6f8fc; }
  .work-porcess-area.white {
    background: #FFFFFF; }
  .work-porcess-area .process-info {
    margin-top: 7px; }
    .work-porcess-area .process-info .single-process {
      width: 160px;
      height: 160px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      padding-top: 53px;
      margin: 0 auto;
      background: #FFFFFF;
      -webkit-box-shadow: 0 10px 30px 0 rgba(0, 176, 220, 0.4);
      -o-box-shadow: 0 10px 30px 0 rgba(0, 176, 220, 0.4);
      -moz-box-shadow: 0 10px 30px 0 rgba(0, 176, 220, 0.4);
      -ms-box-shadow: 0 10px 30px 0 rgba(0, 176, 220, 0.4);
      box-shadow: 0 10px 30px 0 rgba(0, 176, 220, 0.4);
      position: relative;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      cursor: pointer; }
      .work-porcess-area .process-info .single-process:hover {
        -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4); }
      .work-porcess-area .process-info .single-process:after {
        position: absolute;
        content: "\f109";
        font-family: "Flaticon";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -65px;
        color: #00b0dc; }
      .work-porcess-area .process-info .single-process.first {
        background: #00b0dc; }
        .work-porcess-area .process-info .single-process.first i:before {
          color: #FFFFFF; }
        .work-porcess-area .process-info .single-process.first h4 {
          color: #FFFFFF; }
      .work-porcess-area .process-info .single-process.thard {
        background: #00b0dc; }
        .work-porcess-area .process-info .single-process.thard i:before {
          color: #FFFFFF; }
        .work-porcess-area .process-info .single-process.thard h4 {
          color: #FFFFFF; }
      .work-porcess-area .process-info .single-process.last:after {
        display: none; }
      .work-porcess-area .process-info .single-process i {
        display: block;
        line-height: 25px;
        margin-bottom: 12px; }
        .work-porcess-area .process-info .single-process i:before {
          font-size: 36px;
          color: #00b0dc; }
      .work-porcess-area .process-info .single-process h4 {
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        color: #00b0dc; }

/*-------------------------------------------------------
10.testiminial-area
--------------------------------------------------------*/
.testiminial-area {
  overflow: hidden; }
  .testiminial-area .testimonial-inner {
    margin-top: 8px;
    margin-bottom: -8px; }
    .testiminial-area .testimonial-inner .slide-testimonial .single-testimonail {
      border-bottom: 1px solid #00b0dc; }
      .testiminial-area .testimonial-inner .slide-testimonial .single-testimonail .quote-icon {
        margin-bottom: 36px; }
        .testiminial-area .testimonial-inner .slide-testimonial .single-testimonail .quote-icon span:before {
          font-size: 36px;
          color: #00b0dc; }
      .testiminial-area .testimonial-inner .slide-testimonial .single-testimonail .testimonial-content {
        padding: 0 100px; }
        .testiminial-area .testimonial-inner .slide-testimonial .single-testimonail .testimonial-content p {
          font-size: 16px;
          line-height: 26px;
          color: #888888;
          margin-bottom: 20px; }
      .testiminial-area .testimonial-inner .slide-testimonial .single-testimonail .clint-name {
        margin-bottom: 20px; }
        .testiminial-area .testimonial-inner .slide-testimonial .single-testimonail .clint-name h4 {
          font-size: 18px;
          color: #333333;
          font-weight: 500;
          margin-bottom: 8px; }
        .testiminial-area .testimonial-inner .slide-testimonial .single-testimonail .clint-name span {
          font-size: 16px;
          font-weight: 400;
          color: #888888;
          display: block; }
    .testiminial-area .testimonial-inner .slide-testimonial .owl-dots {
      margin-top: 0px; }
      .testiminial-area .testimonial-inner .slide-testimonial .owl-dots .owl-dot {
        margin: 0 20px; }
        .testiminial-area .testimonial-inner .slide-testimonial .owl-dots .owl-dot.active span {
          border: 3px solid #00b0dc;
          -webkit-box-shadow: 0 5px 10px 0 rgba(0, 176, 220, 0.4);
          -o-box-shadow: 0 5px 10px 0 rgba(0, 176, 220, 0.4);
          -moz-box-shadow: 0 5px 10px 0 rgba(0, 176, 220, 0.4);
          -ms-box-shadow: 0 5px 10px 0 rgba(0, 176, 220, 0.4);
          box-shadow: 0 5px 10px 0 rgba(0, 176, 220, 0.4);
          display: inline-block; }
        .testiminial-area .testimonial-inner .slide-testimonial .owl-dots .owl-dot:nth-child(1) span {
          background: url(../images/testimonial/1.png);
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
        .testiminial-area .testimonial-inner .slide-testimonial .owl-dots .owl-dot:nth-child(2) span {
          background: url(../images/testimonial/2.png);
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
        .testiminial-area .testimonial-inner .slide-testimonial .owl-dots .owl-dot:nth-child(3) span {
          background: url(../images/testimonial/3.png);
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
        .testiminial-area .testimonial-inner .slide-testimonial .owl-dots .owl-dot span {
          width: 80px;
          height: 80px;
          border: 3px solid transparent;
          display: inline-block;
          margin: 0;
          background: url(../images/testimonial/1.png);
          display: block;
          -webkit-backface-visibility: visible;
          transition: opacity .2s ease;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          margin-top: 45px;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }

/*-------------------------------------------------------
11.callto-area
--------------------------------------------------------*/
.callto-area {
  background: url(../images/callto/bg.jpg) no-repeat #00b0dc;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .callto-area .collto-ceontent {
    margin-top: -7px; }
    .callto-area .collto-ceontent h2 {
      font-size: 30px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 25px; }
    .callto-area .collto-ceontent p {
      font-size: 16px;
      font-weight: 400;
      color: #ffffff;
      line-height: 27px;
      margin-bottom: 25px; }
    .callto-area .collto-ceontent .btn-one {
      background: #ffffff;
      color: #00b0dc; }
      .callto-area .collto-ceontent .btn-one:hover {
        color: #ffffff; }

/*-------------------------------------------------------
12.blog-area
--------------------------------------------------------*/
.blog-area {
  background: #f6f8fc; }
  .blog-area .section-title {
    margin-top: -6px; }
  .blog-area .blog-list {
    margin-top: 7px; }
    .blog-area .blog-list .single-blog {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
      -o-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
      -moz-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
      -ms-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
      box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      .blog-area .blog-list .single-blog:hover {
        -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.4); }
        .blog-area .blog-list .single-blog:hover .blog-img a img {
          -webkit-transform: scale(1.2);
          -o-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
          opacity: .9; }
      .blog-area .blog-list .single-blog .blog-img {
        position: relative; }
        .blog-area .blog-list .single-blog .blog-img a {
          display: block;
          overflow: hidden; }
          .blog-area .blog-list .single-blog .blog-img a img {
            width: 100%;
            overflow: hidden;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
        .blog-area .blog-list .single-blog .blog-img .blog-date {
          width: 65px;
          height: 65px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          background: #00b0dc;
          text-align: center;
          padding-top: 13px;
          position: absolute;
          right: 30px;
          top: 30px; }
          .blog-area .blog-list .single-blog .blog-img .blog-date p {
            margin: 0px;
            font-size: 16px;
            font-weight: 500;
            color: #ffffff;
            line-height: 20px; }
      .blog-area .blog-list .single-blog .blog-info .blog-content {
        padding: 22px 30px 22px 30px; }
        .blog-area .blog-list .single-blog .blog-info .blog-content .blog-title h4 {
          font-size: 20px;
          font-weight: 600;
          line-height: 30px;
          margin-bottom: 15px; }
          .blog-area .blog-list .single-blog .blog-info .blog-content .blog-title h4 a {
            color: #333333;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
            .blog-area .blog-list .single-blog .blog-info .blog-content .blog-title h4 a:hover {
              color: #00b0dc; }
        .blog-area .blog-list .single-blog .blog-info .blog-content p {
          font-size: 16px;
          line-height: 27px;
          color: #888888;
          margin-bottom: 15px; }
        .blog-area .blog-list .single-blog .blog-info .blog-content .readmore-btn {
          display: inline-block;
          font-size: 16px;
          font-weight: 500;
          font-family: "Rubik", sans-serif;
          text-transform: capitalize;
          color: #00b0dc;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .blog-area .blog-list .single-blog .blog-info .blog-content .readmore-btn:hover {
            color: #0388a9; }
            .blog-area .blog-list .single-blog .blog-info .blog-content .readmore-btn:hover i {
              margin-left: 15px;
              font-size: 18px; }
          .blog-area .blog-list .single-blog .blog-info .blog-content .readmore-btn i {
            margin-left: 10px;
            font-size: 16px;
            font-weight: 700;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
      .blog-area .blog-list .single-blog .blog-info .blog-meta {
        padding: 13px 30px 20px 30px;
        border-top: 1px solid #dddddd;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between; }
        .blog-area .blog-list .single-blog .blog-info .blog-meta a {
          font-size: 14px;
          color: #888888;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .blog-area .blog-list .single-blog .blog-info .blog-meta a:hover {
            color: #00b0dc; }
          .blog-area .blog-list .single-blog .blog-info .blog-meta a span {
            margin-right: 8px; }
            .blog-area .blog-list .single-blog .blog-info .blog-meta a span:before {
              font-size: 16px;
              color: #00b0dc; }

/*-------------------------------------------------------
13.contact-area
--------------------------------------------------------*/
.contact-area .contact-inner {
  margin-top: 7px; }
  .contact-area .contact-inner .google-map-area {
    overflow: hidden; }
    .contact-area .contact-inner .google-map-area #gmap {
      height: 440px;
      position: relative;
      border: 2px solid #00b0dc;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
  .contact-area .contact-inner .contact-from .form-group {
    margin-bottom: 30px; }
    .contact-area .contact-inner .contact-from .form-group input {
      width: 100%;
      height: 55px;
      border: 1px solid #dddddd;
      background: #f9f9f9;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      padding-left: 30px;
      font-size: 16px;
      font-weight: 400;
      color: #888888;
      font-family: "Poppins", sans-serif; }
    .contact-area .contact-inner .contact-from .form-group textarea {
      width: 100%;
      resize: none;
      height: 185px;
      border: 1px solid #dddddd;
      background: #f9f9f9;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      padding: 25px 30px;
      font-size: 16px;
      font-weight: 400;
      color: #888888;
      font-family: "Poppins", sans-serif; }
  .contact-area .contact-inner .contact-from .send-btn {
    width: 100%;
    display: block;
    height: 55px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #00b0dc;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: -9px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .contact-area .contact-inner .contact-from .send-btn:hover {
      color: #FFFFFF;
      background: #0388a9; }

/*-------------------------------------------------------
14.footer-area
--------------------------------------------------------*/
.footer-area {
  background: #f6f8fc;
  padding: 35px 0; }
  .footer-area .copyright-area p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #333333; }
    .footer-area .copyright-area p a {
      color: #00b0dc; }

/*-------------------------------------------------------
15.sidebar-box 
--------------------------------------------------------*/
.sidebar-box {
  position: fixed;
  right: -285px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 280px;
  -webkit-background: linear-gradient(-45deg, #000000 0%, #000000 50%);
  background: linear-gradient(-45deg, #000000 0%, #000000 50%);
  z-index: 99;
  padding: 30px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-align: center;
  overflow-y: auto; }
  .sidebar-box.show {
    right: 0px; }
  .sidebar-box h4 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 40px; }
  .sidebar-box p {
    color: #FFFFFF;
    font-weight: 16px;
    line-height: 28px;
    margin-bottom: 40px; }
  .sidebar-box .sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px; }
    .sidebar-box .sidebar-menu li {
      display: block;
      margin-bottom: 20px; }
      .sidebar-box .sidebar-menu li:last-child {
        margin-bottom: 0px; }
      .sidebar-box .sidebar-menu li.active a {
        color: #ff7200; }
      .sidebar-box .sidebar-menu li a {
        display: block;
        display: block;
        font-family: "Rubik", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        .sidebar-box .sidebar-menu li a:hover {
          color: #ff7200; }
  .sidebar-box .icons a {
    display: inline-block;
    margin: 5px;
    color: #FFFFFF;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px; }
    .sidebar-box .icons a:hover {
      color: #ff7200; }
  .sidebar-box .close-menu {
    top: 20px;
    right: 20px;
    cursor: pointer;
    position: absolute; }
    .sidebar-box .close-menu .bar {
      height: 1px;
      width: 25px;
      background-color: #fff;
      display: block; }
      .sidebar-box .close-menu .bar.first {
        transform: rotate(45deg) translateY(5px);
        margin-bottom: 6px; }
      .sidebar-box .close-menu .bar.second {
        transform: rotate(-45deg) translateY(-5px);
        margin-bottom: 6px; }

/*-------------------------------------------------------
16.breadcum-area
--------------------------------------------------------*/
.breadcum-area {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), #1b1c21 url(../images/breadcum/bg.jpg) 0% 0%/auto no-repeat scroll;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 160px 0 168px 0; }
  .breadcum-area .breadcum-content h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 19px; }
  .breadcum-area .breadcum-content p {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px; }
    .breadcum-area .breadcum-content p a {
      color: #ffffff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      .breadcum-area .breadcum-content p a:hover {
        color: #00b0dc; }

/*-------------------------------------------------------
17.portfolio-area
--------------------------------------------------------*/
.portfolio-area .portfolio {
  overflow: hidden; }
  .portfolio-area .portfolio .filtering-button {
    display: inline-block;
    text-align: center;
    padding: 5px;
    border: 1px solid #dddddd;
    margin: 0 auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
    .portfolio-area .portfolio .filtering-button a {
      display: inline-block;
      cursor: pointer;
      padding: 8px 35px;
      color: #888888;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      font-size: 16px;
      font-weight: 500;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      margin-right: 15px; }
      .portfolio-area .portfolio .filtering-button a:last-child {
        margin-right: 0px; }
      .portfolio-area .portfolio .filtering-button a:hover {
        color: #FFFFFF;
        background: #00b0dc; }
      .portfolio-area .portfolio .filtering-button a.active {
        color: #FFFFFF;
        background: #00b0dc; }
  .portfolio-area .portfolio .grid .grid-item .single-portfolio {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    .portfolio-area .portfolio .grid .grid-item .single-portfolio:hover {
      -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); }
      .portfolio-area .portfolio .grid .grid-item .single-portfolio:hover .images a img {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    .portfolio-area .portfolio .grid .grid-item .single-portfolio .images {
      overflow: hidden; }
      .portfolio-area .portfolio .grid .grid-item .single-portfolio .images a {
        overflow: hidden;
        display: block; }
        .portfolio-area .portfolio .grid .grid-item .single-portfolio .images a img {
          overflow: hidden;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s;
          width: 100%; }
    .portfolio-area .portfolio .grid .grid-item .single-portfolio .profle-info {
      padding: 25px 30px 22px 30px;
      border: 1px solid #dddddd;
      position: relative;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
      -o-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
      .portfolio-area .portfolio .grid .grid-item .single-portfolio .profle-info .profile-content h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px; }
        .portfolio-area .portfolio .grid .grid-item .single-portfolio .profle-info .profile-content h4 a {
          color: #333333;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .portfolio-area .portfolio .grid .grid-item .single-portfolio .profle-info .profile-content h4 a:hover {
            color: #00b0dc; }
      .portfolio-area .portfolio .grid .grid-item .single-portfolio .profle-info .profile-content p {
        margin-bottom: 0px;
        font-size: 16px;
        color: #888888;
        font-weight: 400; }
      .portfolio-area .portfolio .grid .grid-item .single-portfolio .profle-info .priview-btn {
        position: absolute;
        right: 30px;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .portfolio-area .portfolio .grid .grid-item .single-portfolio .profle-info .priview-btn .btn-one {
          padding: 10px 35px; }

/*-------------------------------------------------------
18.blog-page-area
--------------------------------------------------------*/
.blog-page-area {
  padding-bottom: 91px; }
  .blog-page-area .blog-list .single-blog {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 50px; }
    .blog-page-area .blog-list .single-blog:hover {
      -webkit-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
      -o-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
      -moz-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
      -ms-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
      box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1); }
      .blog-page-area .blog-list .single-blog:hover .blog-img a img {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .9; }
      .blog-page-area .blog-list .single-blog:hover .blog-info {
        border: 1px solid transparent; }
    .blog-page-area .blog-list .single-blog .blog-img {
      position: relative; }
      .blog-page-area .blog-list .single-blog .blog-img a {
        display: block;
        overflow: hidden; }
        .blog-page-area .blog-list .single-blog .blog-img a img {
          width: 100%;
          overflow: hidden;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
      .blog-page-area .blog-list .single-blog .blog-img .blog-date {
        width: 65px;
        height: 65px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: #00b0dc;
        text-align: center;
        padding-top: 13px;
        position: absolute;
        right: 30px;
        top: 30px; }
        .blog-page-area .blog-list .single-blog .blog-img .blog-date p {
          margin: 0px;
          font-size: 16px;
          font-weight: 500;
          color: #ffffff;
          line-height: 20px; }
    .blog-page-area .blog-list .single-blog .blog-info {
      border: 1px solid #dddddd;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      .blog-page-area .blog-list .single-blog .blog-info .blog-content {
        padding: 22px 30px 22px 30px; }
        .blog-page-area .blog-list .single-blog .blog-info .blog-content .blog-title h4 {
          font-size: 20px;
          font-weight: 600;
          line-height: 30px;
          margin-bottom: 15px; }
          .blog-page-area .blog-list .single-blog .blog-info .blog-content .blog-title h4 a {
            color: #333333;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
            .blog-page-area .blog-list .single-blog .blog-info .blog-content .blog-title h4 a:hover {
              color: #00b0dc; }
        .blog-page-area .blog-list .single-blog .blog-info .blog-content p {
          font-size: 16px;
          line-height: 27px;
          color: #888888;
          margin-bottom: 15px; }
        .blog-page-area .blog-list .single-blog .blog-info .blog-content .readmore-btn {
          display: inline-block;
          font-size: 16px;
          font-weight: 500;
          font-family: "Rubik", sans-serif;
          color: #00b0dc;
          text-transform: capitalize;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .blog-page-area .blog-list .single-blog .blog-info .blog-content .readmore-btn:hover {
            color: #0388a9; }
            .blog-page-area .blog-list .single-blog .blog-info .blog-content .readmore-btn:hover i {
              margin-left: 15px;
              font-size: 18px; }
          .blog-page-area .blog-list .single-blog .blog-info .blog-content .readmore-btn i {
            margin-left: 10px;
            font-size: 16px;
            font-weight: 700;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
      .blog-page-area .blog-list .single-blog .blog-info .blog-meta {
        padding: 13px 30px 20px 30px;
        border-top: 1px solid #dddddd;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between; }
        .blog-page-area .blog-list .single-blog .blog-info .blog-meta a {
          font-size: 14px;
          color: #888888;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .blog-page-area .blog-list .single-blog .blog-info .blog-meta a:hover {
            color: #00b0dc; }
          .blog-page-area .blog-list .single-blog .blog-info .blog-meta a span {
            margin-right: 8px; }
            .blog-page-area .blog-list .single-blog .blog-info .blog-meta a span:before {
              font-size: 16px;
              color: #00b0dc; }
  .blog-page-area .page-btn {
    margin: 0px; }
    .blog-page-area .page-btn ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .blog-page-area .page-btn ul li {
        display: inline-block;
        margin: 0 15px; }
        .blog-page-area .page-btn ul li .btn-one {
          width: 160px; }
          .blog-page-area .page-btn ul li .btn-one.two {
            background: transparent;
            border: 1px solid #00b0dc;
            color: #00b0dc; }
            .blog-page-area .page-btn ul li .btn-one.two:hover {
              color: #FFFFFF; }

/*-------------------------------------------------------
19.blog-details-area
--------------------------------------------------------*/
.blog-details-area .single-blog-detels {
  border-bottom: 1px solid #dddddd; }
  .blog-details-area .single-blog-detels .blog-img {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .blog-details-area .single-blog-detels .blog-img .blog-date {
      position: absolute;
      right: 0;
      top: 30px; }
      .blog-details-area .single-blog-detels .blog-img .blog-date span {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        background: #00b0dc;
        padding: 15px 30px; }
  .blog-details-area .single-blog-detels .blog-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 35px; }
  .blog-details-area .single-blog-detels .blog-content p {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 27px;
    margin-bottom: 25px; }
    .blog-details-area .single-blog-detels .blog-content p.drop-cap {
      margin-bottom: 0px; }
      .blog-details-area .single-blog-detels .blog-content p.drop-cap:first-letter {
        font-size: 85px;
        font-weight: 600;
        float: left;
        margin-top: 23px;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #333333; }
  .blog-details-area .single-blog-detels .blog-content .content-inner-img {
    margin: 32px 0 32px 0; }
    .blog-details-area .single-blog-detels .blog-content .content-inner-img img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
  .blog-details-area .single-blog-detels .social-share {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 85px; }
    .blog-details-area .single-blog-detels .social-share ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .blog-details-area .single-blog-detels .social-share ul li {
        display: inline-block;
        margin: 0 25px; }
        .blog-details-area .single-blog-detels .social-share ul li a {
          font-size: 18px;
          font-weight: 500;
          color: #333333;
          display: block;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .blog-details-area .single-blog-detels .social-share ul li a i {
            margin-right: 5px; }
          .blog-details-area .single-blog-detels .social-share ul li a:hover {
            color: #00b0dc; }
.blog-details-area .related-blog {
  padding-top: 93px; }
  .blog-details-area .related-blog .telatid-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 42px; }
  .blog-details-area .related-blog .blog-list .single-blog {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
    -o-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
    -moz-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
    -ms-box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1);
    box-shadow: 0 10px 40px 0 rgba(0, 176, 220, 0.1); }
    .blog-details-area .related-blog .blog-list .single-blog:hover {
      -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }
      .blog-details-area .related-blog .blog-list .single-blog:hover .blog-img a img {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .9; }
    .blog-details-area .related-blog .blog-list .single-blog .blog-img {
      position: relative; }
      .blog-details-area .related-blog .blog-list .single-blog .blog-img a {
        display: block;
        overflow: hidden; }
        .blog-details-area .related-blog .blog-list .single-blog .blog-img a img {
          width: 100%;
          overflow: hidden;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
      .blog-details-area .related-blog .blog-list .single-blog .blog-img .blog-date {
        width: 65px;
        height: 65px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: #00b0dc;
        text-align: center;
        padding-top: 13px;
        position: absolute;
        right: 30px;
        top: 30px; }
        .blog-details-area .related-blog .blog-list .single-blog .blog-img .blog-date p {
          margin: 0px;
          font-size: 16px;
          font-weight: 500;
          color: #ffffff;
          line-height: 20px; }
    .blog-details-area .related-blog .blog-list .single-blog .blog-info {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-content {
        padding: 22px 30px 22px 30px; }
        .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-content .blog-title h4 {
          font-size: 20px;
          font-weight: 600;
          line-height: 30px;
          margin-bottom: 15px; }
          .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-content .blog-title h4 a {
            color: #333333;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
            .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-content .blog-title h4 a:hover {
              color: #00b0dc; }
        .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-content p {
          font-size: 16px;
          line-height: 27px;
          color: #888888;
          margin-bottom: 15px; }
        .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-content .readmore-btn {
          display: inline-block;
          font-size: 16px;
          font-weight: 500;
          font-family: "Rubik", sans-serif;
          text-transform: capitalize;
          color: #00b0dc;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-content .readmore-btn:hover {
            color: #0388a9; }
            .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-content .readmore-btn:hover i {
              margin-left: 15px;
              font-size: 18px; }
          .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-content .readmore-btn i {
            margin-left: 10px;
            font-size: 16px;
            font-weight: 700;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s; }
      .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-meta {
        padding: 13px 30px 20px 30px;
        border-top: 1px solid #dddddd;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between; }
        .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-meta a {
          font-size: 14px;
          color: #888888;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-meta a:hover {
            color: #00b0dc; }
          .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-meta a span {
            margin-right: 8px; }
            .blog-details-area .related-blog .blog-list .single-blog .blog-info .blog-meta a span:before {
              font-size: 16px;
              color: #00b0dc; }
